@charset "UTF-8";
/******************************************************************
Site Name:  / ImageQuix

Stylesheet: Main Stylesheet

******************************************************************/
/*****************************************************************
MAP:

normalize-reset
globals
general
links
typography
header
post-content
page-navi
comments
sidebars
footer
media-queries
trumps

******************************************************************/
/* =============================================================================
   Colors & Globals
   ========================================================================== */
@media print, screen and (min-width: 40em) {
  .reveal,
  .reveal.large,
  .reveal.small,
  .reveal.tiny {
    right: auto;
    left: auto;
    margin: 0 auto; } }
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

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

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

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

details {
  display: block; }

summary {
  display: list-item; }

[hidden],
template {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

*,
:after,
:before {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: Dosis-book, "sans-serif";
  font-weight: 400;
  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 {
  box-sizing: border-box;
  width: 100%; }

.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.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;
  cursor: auto; }

[data-whatinput="mouse"] button {
  outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

[type="color"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea {
  display: block;
  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;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-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-appearance: none;
  -moz-appearance: none;
  appearance: none; }

[type="color"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="datetime"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }

textarea[rows] {
  height: auto; }

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type="button"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }

input[type="search"] {
  box-sizing: border-box; }

::-webkit-input-placeholder {
  color: #cacaca; }

:-ms-input-placeholder {
  color: #cacaca; }

::-ms-input-placeholder {
  color: #cacaca; }

::placeholder {
  color: #cacaca; }

[type="checkbox"],
[type="file"],
[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: 400;
  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: -webkit-flex;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch; }

.input-group > :first-child,
.input-group > :first-child.input-group-button > *,
.input-group > :last-child,
.input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0; }

.input-group-button,
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label,
.input-group-field,
.input-group-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: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: 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;
  -webkit-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto; }

.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label {
  -webkit-align-self: stretch;
  align-self: stretch;
  height: auto;
  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 0 0 -0.1875rem;
  padding: 0 0.1875rem; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  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: 0.5rem 1.5rem 0.5rem 0.5rem;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

@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;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

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)::-ms-input-placeholder {
  color: #cc4b37; }

.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37; }

.form-error,
.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 700; }

.form-error.is-visible {
  display: block; }

blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic; }

b,
em,
i,
strong {
  line-height: inherit; }

b,
strong {
  font-weight: 700; }

small {
  font-size: 80%;
  line-height: inherit; }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Dosis, "sans-serif";
  font-style: normal;
  font-weight: 600;
  color: inherit;
  text-rendering: optimizeLegibility; }

.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #cacaca; }

.h1,
h1 {
  font-size: 2.25rem;
  line-height: 1.4;
  margin-top: 0.625rem;
  margin-bottom: 0.5rem; }

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

.h2,
.h3,
h2,
h3 {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

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

.h4,
h4 {
  font-size: 1.425rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

a {
  line-height: inherit;
  color: inherit;
  text-decoration: none;
  cursor: pointer; }

a:focus,
a:hover {
  color: inherit; }

a img,
hr {
  border: 0; }

hr {
  clear: both;
  max-width: 18.75rem;
  height: 0;
  margin: 2.375rem 0.3125rem;
  border-bottom: 2px solid #c9cad1; }

dl,
ol,
ul {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc; }

ol,
ul {
  margin-left: 1.25rem; }

ol ol,
ol ul,
ul ol,
ul ul {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }

dl dt {
  margin-bottom: 0.3rem;
  font-weight: 700; }

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: "— "; }

abbr,
abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  font-weight: 400; }

code,
kbd {
  background-color: #e6e6e6;
  font-family: Consolas, Liberation Mono, Courier, monospace;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  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; }

ol.no-bullet,
ul.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;
    box-shadow: none !important;
    color: #000 !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,
  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^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

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

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

  thead {
    display: table-header-group; }

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

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

  @page {
    margin: 0.5cm; }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3; }

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

  .print-break-inside {
    page-break-inside: auto; } }
.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto; }

@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin: 0 auto; }

@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto; }

.grid-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }

.cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%; }

.cell.auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  flex: 1 1 0px; }

.cell.shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto; }

.grid-x > .auto,
.grid-x > .shrink {
  width: auto; }

.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12,
.grid-x > .small-full,
.grid-x > .small-shrink {
  -webkit-flex-basis: auto;
  flex-basis: auto; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-1,
  .grid-x > .medium-2,
  .grid-x > .medium-3,
  .grid-x > .medium-4,
  .grid-x > .medium-5,
  .grid-x > .medium-6,
  .grid-x > .medium-7,
  .grid-x > .medium-8,
  .grid-x > .medium-9,
  .grid-x > .medium-10,
  .grid-x > .medium-11,
  .grid-x > .medium-12,
  .grid-x > .medium-full,
  .grid-x > .medium-shrink {
    -webkit-flex-basis: auto;
    flex-basis: auto; } }
@media print, screen and (min-width: 64em) {
  .grid-x > .large-1,
  .grid-x > .large-2,
  .grid-x > .large-3,
  .grid-x > .large-4,
  .grid-x > .large-5,
  .grid-x > .large-6,
  .grid-x > .large-7,
  .grid-x > .large-8,
  .grid-x > .large-9,
  .grid-x > .large-10,
  .grid-x > .large-11,
  .grid-x > .large-12,
  .grid-x > .large-full,
  .grid-x > .large-shrink {
    -webkit-flex-basis: auto;
    flex-basis: auto; } }
.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto; }

.grid-x > .small-1 {
  width: 8.33333%; }

.grid-x > .small-2 {
  width: 16.66667%; }

.grid-x > .small-3 {
  width: 25%; }

.grid-x > .small-4 {
  width: 33.33333%; }

.grid-x > .small-5 {
  width: 41.66667%; }

.grid-x > .small-6 {
  width: 50%; }

.grid-x > .small-7 {
  width: 58.33333%; }

.grid-x > .small-8 {
  width: 66.66667%; }

.grid-x > .small-9 {
  width: 75%; }

.grid-x > .small-10 {
  width: 83.33333%; }

.grid-x > .small-11 {
  width: 91.66667%; }

.grid-x > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto; }

  .grid-x > .medium-1,
  .grid-x > .medium-2,
  .grid-x > .medium-3,
  .grid-x > .medium-4,
  .grid-x > .medium-5,
  .grid-x > .medium-6,
  .grid-x > .medium-7,
  .grid-x > .medium-8,
  .grid-x > .medium-9,
  .grid-x > .medium-10,
  .grid-x > .medium-11,
  .grid-x > .medium-12,
  .grid-x > .medium-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto; }

  .grid-x > .medium-shrink {
    width: auto; }

  .grid-x > .medium-1 {
    width: 8.33333%; }

  .grid-x > .medium-2 {
    width: 16.66667%; }

  .grid-x > .medium-3 {
    width: 25%; }

  .grid-x > .medium-4 {
    width: 33.33333%; }

  .grid-x > .medium-5 {
    width: 41.66667%; }

  .grid-x > .medium-6 {
    width: 50%; }

  .grid-x > .medium-7 {
    width: 58.33333%; }

  .grid-x > .medium-8 {
    width: 66.66667%; }

  .grid-x > .medium-9 {
    width: 75%; }

  .grid-x > .medium-10 {
    width: 83.33333%; }

  .grid-x > .medium-11 {
    width: 91.66667%; }

  .grid-x > .medium-12 {
    width: 100%; } }
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto; }

  .grid-x > .large-1,
  .grid-x > .large-2,
  .grid-x > .large-3,
  .grid-x > .large-4,
  .grid-x > .large-5,
  .grid-x > .large-6,
  .grid-x > .large-7,
  .grid-x > .large-8,
  .grid-x > .large-9,
  .grid-x > .large-10,
  .grid-x > .large-11,
  .grid-x > .large-12,
  .grid-x > .large-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto; }

  .grid-x > .large-shrink {
    width: auto; }

  .grid-x > .large-1 {
    width: 8.33333%; }

  .grid-x > .large-2 {
    width: 16.66667%; }

  .grid-x > .large-3 {
    width: 25%; }

  .grid-x > .large-4 {
    width: 33.33333%; }

  .grid-x > .large-5 {
    width: 41.66667%; }

  .grid-x > .large-6 {
    width: 50%; }

  .grid-x > .large-7 {
    width: 58.33333%; }

  .grid-x > .large-8 {
    width: 66.66667%; }

  .grid-x > .large-9 {
    width: 75%; }

  .grid-x > .large-10 {
    width: 83.33333%; }

  .grid-x > .large-11 {
    width: 91.66667%; }

  .grid-x > .large-12 {
    width: 100%; } }
.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }

@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; } }
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem; }

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem; } }
.grid-margin-x > .auto,
.grid-margin-x > .shrink {
  width: auto; }

.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.25rem); }

.grid-margin-x > .small-2 {
  width: calc(16.66667% - 1.25rem); }

.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem); }

.grid-margin-x > .small-4 {
  width: calc(33.33333% - 1.25rem); }

.grid-margin-x > .small-5 {
  width: calc(41.66667% - 1.25rem); }

.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem); }

.grid-margin-x > .small-7 {
  width: calc(58.33333% - 1.25rem); }

.grid-margin-x > .small-8 {
  width: calc(66.66667% - 1.25rem); }

.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem); }

.grid-margin-x > .small-10 {
  width: calc(83.33333% - 1.25rem); }

.grid-margin-x > .small-11 {
  width: calc(91.66667% - 1.25rem); }

.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto,
  .grid-margin-x > .shrink {
    width: auto; }

  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.875rem); }

  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.875rem); }

  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem); }

  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.875rem); }

  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.875rem); }

  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem); }

  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.875rem); }

  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.875rem); }

  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem); }

  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.875rem); }

  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.875rem); }

  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem); }

  .grid-margin-x > .medium-auto,
  .grid-margin-x > .medium-shrink {
    width: auto; }

  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1.875rem); }

  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 1.875rem); }

  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem); }

  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.875rem); }

  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 1.875rem); }

  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem); }

  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 1.875rem); }

  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.875rem); }

  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem); }

  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 1.875rem); }

  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 1.875rem); }

  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem); } }
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto,
  .grid-margin-x > .large-shrink {
    width: auto; }

  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.875rem); }

  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.875rem); }

  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem); }

  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.875rem); }

  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.875rem); }

  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem); }

  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.875rem); }

  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.875rem); }

  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem); }

  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.875rem); }

  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1.875rem); }

  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem); } }
.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; } }
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; } }
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
.small-up-1 > .cell {
  width: 100%; }

.small-up-2 > .cell {
  width: 50%; }

.small-up-3 > .cell {
  width: 33.33333%; }

.small-up-4 > .cell {
  width: 25%; }

.small-up-5 > .cell {
  width: 20%; }

.small-up-6 > .cell {
  width: 16.66667%; }

.small-up-7 > .cell {
  width: 14.28571%; }

.small-up-8 > .cell {
  width: 12.5%; }

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%; }

  .medium-up-2 > .cell {
    width: 50%; }

  .medium-up-3 > .cell {
    width: 33.33333%; }

  .medium-up-4 > .cell {
    width: 25%; }

  .medium-up-5 > .cell {
    width: 20%; }

  .medium-up-6 > .cell {
    width: 16.66667%; }

  .medium-up-7 > .cell {
    width: 14.28571%; }

  .medium-up-8 > .cell {
    width: 12.5%; } }
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%; }

  .large-up-2 > .cell {
    width: 50%; }

  .large-up-3 > .cell {
    width: 33.33333%; }

  .large-up-4 > .cell {
    width: 25%; }

  .large-up-5 > .cell {
    width: 20%; }

  .large-up-6 > .cell {
    width: 16.66667%; }

  .large-up-7 > .cell {
    width: 14.28571%; }

  .large-up-8 > .cell {
    width: 12.5%; } }
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem); }

  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem); }

  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }

  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem); }

  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem); }

  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }

  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }

  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem); }

  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem); }

  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem); }

  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }

  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem); }

  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem); }

  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }

  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }

  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem); }

  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem); }

  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }

  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem); }

  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem); }

  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }

  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }

  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }
.small-margin-collapse,
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0; }

.small-margin-collapse > .small-1 {
  width: 8.33333%; }

.small-margin-collapse > .small-2 {
  width: 16.66667%; }

.small-margin-collapse > .small-3 {
  width: 25%; }

.small-margin-collapse > .small-4 {
  width: 33.33333%; }

.small-margin-collapse > .small-5 {
  width: 41.66667%; }

.small-margin-collapse > .small-6 {
  width: 50%; }

.small-margin-collapse > .small-7 {
  width: 58.33333%; }

.small-margin-collapse > .small-8 {
  width: 66.66667%; }

.small-margin-collapse > .small-9 {
  width: 75%; }

.small-margin-collapse > .small-10 {
  width: 83.33333%; }

.small-margin-collapse > .small-11 {
  width: 91.66667%; }

.small-margin-collapse > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333%; }

  .small-margin-collapse > .medium-2 {
    width: 16.66667%; }

  .small-margin-collapse > .medium-3 {
    width: 25%; }

  .small-margin-collapse > .medium-4 {
    width: 33.33333%; }

  .small-margin-collapse > .medium-5 {
    width: 41.66667%; }

  .small-margin-collapse > .medium-6 {
    width: 50%; }

  .small-margin-collapse > .medium-7 {
    width: 58.33333%; }

  .small-margin-collapse > .medium-8 {
    width: 66.66667%; }

  .small-margin-collapse > .medium-9 {
    width: 75%; }

  .small-margin-collapse > .medium-10 {
    width: 83.33333%; }

  .small-margin-collapse > .medium-11 {
    width: 91.66667%; }

  .small-margin-collapse > .medium-12 {
    width: 100%; } }
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333%; }

  .small-margin-collapse > .large-2 {
    width: 16.66667%; }

  .small-margin-collapse > .large-3 {
    width: 25%; }

  .small-margin-collapse > .large-4 {
    width: 33.33333%; }

  .small-margin-collapse > .large-5 {
    width: 41.66667%; }

  .small-margin-collapse > .large-6 {
    width: 50%; }

  .small-margin-collapse > .large-7 {
    width: 58.33333%; }

  .small-margin-collapse > .large-8 {
    width: 66.66667%; }

  .small-margin-collapse > .large-9 {
    width: 75%; }

  .small-margin-collapse > .large-10 {
    width: 83.33333%; }

  .small-margin-collapse > .large-11 {
    width: 91.66667%; }

  .small-margin-collapse > .large-12 {
    width: 100%; } }
.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }

.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse,
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; } }
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%; }

  .medium-margin-collapse > .small-2 {
    width: 16.66667%; }

  .medium-margin-collapse > .small-3 {
    width: 25%; }

  .medium-margin-collapse > .small-4 {
    width: 33.33333%; }

  .medium-margin-collapse > .small-5 {
    width: 41.66667%; }

  .medium-margin-collapse > .small-6 {
    width: 50%; }

  .medium-margin-collapse > .small-7 {
    width: 58.33333%; }

  .medium-margin-collapse > .small-8 {
    width: 66.66667%; }

  .medium-margin-collapse > .small-9 {
    width: 75%; }

  .medium-margin-collapse > .small-10 {
    width: 83.33333%; }

  .medium-margin-collapse > .small-11 {
    width: 91.66667%; }

  .medium-margin-collapse > .small-12 {
    width: 100%; } }
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%; }

  .medium-margin-collapse > .medium-2 {
    width: 16.66667%; }

  .medium-margin-collapse > .medium-3 {
    width: 25%; }

  .medium-margin-collapse > .medium-4 {
    width: 33.33333%; }

  .medium-margin-collapse > .medium-5 {
    width: 41.66667%; }

  .medium-margin-collapse > .medium-6 {
    width: 50%; }

  .medium-margin-collapse > .medium-7 {
    width: 58.33333%; }

  .medium-margin-collapse > .medium-8 {
    width: 66.66667%; }

  .medium-margin-collapse > .medium-9 {
    width: 75%; }

  .medium-margin-collapse > .medium-10 {
    width: 83.33333%; }

  .medium-margin-collapse > .medium-11 {
    width: 91.66667%; }

  .medium-margin-collapse > .medium-12 {
    width: 100%; } }
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%; }

  .medium-margin-collapse > .large-2 {
    width: 16.66667%; }

  .medium-margin-collapse > .large-3 {
    width: 25%; }

  .medium-margin-collapse > .large-4 {
    width: 33.33333%; }

  .medium-margin-collapse > .large-5 {
    width: 41.66667%; }

  .medium-margin-collapse > .large-6 {
    width: 50%; }

  .medium-margin-collapse > .large-7 {
    width: 58.33333%; }

  .medium-margin-collapse > .large-8 {
    width: 66.66667%; }

  .medium-margin-collapse > .large-9 {
    width: 75%; }

  .medium-margin-collapse > .large-10 {
    width: 83.33333%; }

  .medium-margin-collapse > .large-11 {
    width: 91.66667%; }

  .medium-margin-collapse > .large-12 {
    width: 100%; } }
@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }

  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; } }
@media print, screen and (min-width: 64em) {
  .large-margin-collapse,
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; } }
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%; }

  .large-margin-collapse > .small-2 {
    width: 16.66667%; }

  .large-margin-collapse > .small-3 {
    width: 25%; }

  .large-margin-collapse > .small-4 {
    width: 33.33333%; }

  .large-margin-collapse > .small-5 {
    width: 41.66667%; }

  .large-margin-collapse > .small-6 {
    width: 50%; }

  .large-margin-collapse > .small-7 {
    width: 58.33333%; }

  .large-margin-collapse > .small-8 {
    width: 66.66667%; }

  .large-margin-collapse > .small-9 {
    width: 75%; }

  .large-margin-collapse > .small-10 {
    width: 83.33333%; }

  .large-margin-collapse > .small-11 {
    width: 91.66667%; }

  .large-margin-collapse > .small-12 {
    width: 100%; } }
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%; }

  .large-margin-collapse > .medium-2 {
    width: 16.66667%; }

  .large-margin-collapse > .medium-3 {
    width: 25%; }

  .large-margin-collapse > .medium-4 {
    width: 33.33333%; }

  .large-margin-collapse > .medium-5 {
    width: 41.66667%; }

  .large-margin-collapse > .medium-6 {
    width: 50%; }

  .large-margin-collapse > .medium-7 {
    width: 58.33333%; }

  .large-margin-collapse > .medium-8 {
    width: 66.66667%; }

  .large-margin-collapse > .medium-9 {
    width: 75%; }

  .large-margin-collapse > .medium-10 {
    width: 83.33333%; }

  .large-margin-collapse > .medium-11 {
    width: 91.66667%; }

  .large-margin-collapse > .medium-12 {
    width: 100%; } }
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%; }

  .large-margin-collapse > .large-2 {
    width: 16.66667%; }

  .large-margin-collapse > .large-3 {
    width: 25%; }

  .large-margin-collapse > .large-4 {
    width: 33.33333%; }

  .large-margin-collapse > .large-5 {
    width: 41.66667%; }

  .large-margin-collapse > .large-6 {
    width: 50%; }

  .large-margin-collapse > .large-7 {
    width: 58.33333%; }

  .large-margin-collapse > .large-8 {
    width: 66.66667%; }

  .large-margin-collapse > .large-9 {
    width: 75%; }

  .large-margin-collapse > .large-10 {
    width: 83.33333%; }

  .large-margin-collapse > .large-11 {
    width: 91.66667%; }

  .large-margin-collapse > .large-12 {
    width: 100%; } }
@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }

  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; } }
.small-offset-0 {
  margin-left: 0; }

.grid-margin-x > .small-offset-0 {
  margin-left: 0.625rem; }

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

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.625rem); }

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

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.625rem); }

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem); }

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

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.625rem); }

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.625rem); }

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem); }

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

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.625rem); }

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.625rem); }

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem); }

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

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.625rem); }

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.625rem); }

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0; }

  .grid-margin-x > .medium-offset-0 {
    margin-left: 0.9375rem; }

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

  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }

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

  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }

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

  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem); }

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

  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }

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

  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }

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

  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem); }

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

  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }

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

  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }

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

  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem); }

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

  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }

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

  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0; }

  .grid-margin-x > .large-offset-0 {
    margin-left: 0.9375rem; }

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

  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }

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

  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }

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

  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem); }

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

  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }

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

  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }

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

  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem); }

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

  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }

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

  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }

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

  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem); }

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

  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }

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

  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }
.grid-y {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap; }

.grid-y > .cell {
  width: auto;
  max-width: none; }

.grid-y > .auto,
.grid-y > .shrink {
  height: auto; }

.grid-y > .small-1,
.grid-y > .small-2,
.grid-y > .small-3,
.grid-y > .small-4,
.grid-y > .small-5,
.grid-y > .small-6,
.grid-y > .small-7,
.grid-y > .small-8,
.grid-y > .small-9,
.grid-y > .small-10,
.grid-y > .small-11,
.grid-y > .small-12,
.grid-y > .small-full,
.grid-y > .small-shrink {
  -webkit-flex-basis: auto;
  flex-basis: auto; }

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-1,
  .grid-y > .medium-2,
  .grid-y > .medium-3,
  .grid-y > .medium-4,
  .grid-y > .medium-5,
  .grid-y > .medium-6,
  .grid-y > .medium-7,
  .grid-y > .medium-8,
  .grid-y > .medium-9,
  .grid-y > .medium-10,
  .grid-y > .medium-11,
  .grid-y > .medium-12,
  .grid-y > .medium-full,
  .grid-y > .medium-shrink {
    -webkit-flex-basis: auto;
    flex-basis: auto; } }
@media print, screen and (min-width: 64em) {
  .grid-y > .large-1,
  .grid-y > .large-2,
  .grid-y > .large-3,
  .grid-y > .large-4,
  .grid-y > .large-5,
  .grid-y > .large-6,
  .grid-y > .large-7,
  .grid-y > .large-8,
  .grid-y > .large-9,
  .grid-y > .large-10,
  .grid-y > .large-11,
  .grid-y > .large-12,
  .grid-y > .large-full,
  .grid-y > .large-shrink {
    -webkit-flex-basis: auto;
    flex-basis: auto; } }
.grid-y > .small-1,
.grid-y > .small-2,
.grid-y > .small-3,
.grid-y > .small-4,
.grid-y > .small-5,
.grid-y > .small-6,
.grid-y > .small-7,
.grid-y > .small-8,
.grid-y > .small-9,
.grid-y > .small-10,
.grid-y > .small-11,
.grid-y > .small-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto; }

.grid-y > .small-1 {
  height: 8.33333%; }

.grid-y > .small-2 {
  height: 16.66667%; }

.grid-y > .small-3 {
  height: 25%; }

.grid-y > .small-4 {
  height: 33.33333%; }

.grid-y > .small-5 {
  height: 41.66667%; }

.grid-y > .small-6 {
  height: 50%; }

.grid-y > .small-7 {
  height: 58.33333%; }

.grid-y > .small-8 {
  height: 66.66667%; }

.grid-y > .small-9 {
  height: 75%; }

.grid-y > .small-10 {
  height: 83.33333%; }

.grid-y > .small-11 {
  height: 91.66667%; }

.grid-y > .small-12 {
  height: 100%; }

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto; }

  .grid-y > .medium-1,
  .grid-y > .medium-2,
  .grid-y > .medium-3,
  .grid-y > .medium-4,
  .grid-y > .medium-5,
  .grid-y > .medium-6,
  .grid-y > .medium-7,
  .grid-y > .medium-8,
  .grid-y > .medium-9,
  .grid-y > .medium-10,
  .grid-y > .medium-11,
  .grid-y > .medium-12,
  .grid-y > .medium-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto; }

  .grid-y > .medium-shrink {
    height: auto; }

  .grid-y > .medium-1 {
    height: 8.33333%; }

  .grid-y > .medium-2 {
    height: 16.66667%; }

  .grid-y > .medium-3 {
    height: 25%; }

  .grid-y > .medium-4 {
    height: 33.33333%; }

  .grid-y > .medium-5 {
    height: 41.66667%; }

  .grid-y > .medium-6 {
    height: 50%; }

  .grid-y > .medium-7 {
    height: 58.33333%; }

  .grid-y > .medium-8 {
    height: 66.66667%; }

  .grid-y > .medium-9 {
    height: 75%; }

  .grid-y > .medium-10 {
    height: 83.33333%; }

  .grid-y > .medium-11 {
    height: 91.66667%; }

  .grid-y > .medium-12 {
    height: 100%; } }
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto; }

  .grid-y > .large-1,
  .grid-y > .large-2,
  .grid-y > .large-3,
  .grid-y > .large-4,
  .grid-y > .large-5,
  .grid-y > .large-6,
  .grid-y > .large-7,
  .grid-y > .large-8,
  .grid-y > .large-9,
  .grid-y > .large-10,
  .grid-y > .large-11,
  .grid-y > .large-12,
  .grid-y > .large-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto; }

  .grid-y > .large-shrink {
    height: auto; }

  .grid-y > .large-1 {
    height: 8.33333%; }

  .grid-y > .large-2 {
    height: 16.66667%; }

  .grid-y > .large-3 {
    height: 25%; }

  .grid-y > .large-4 {
    height: 33.33333%; }

  .grid-y > .large-5 {
    height: 41.66667%; }

  .grid-y > .large-6 {
    height: 50%; }

  .grid-y > .large-7 {
    height: 58.33333%; }

  .grid-y > .large-8 {
    height: 66.66667%; }

  .grid-y > .large-9 {
    height: 75%; }

  .grid-y > .large-10 {
    height: 83.33333%; }

  .grid-y > .large-11 {
    height: 91.66667%; }

  .grid-y > .large-12 {
    height: 100%; } }
.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }

@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem; } }
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }

@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem; } }
.grid-frame {
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  width: 100vw; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  overflow-x: auto;
  max-width: 100%; }

.cell-block,
.cell-block-y {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%; }

.cell-block-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  max-height: 100%; }

.cell-block-container > .grid-x {
  max-height: 100%;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 100vw; }

  .cell .medium-grid-frame {
    width: 100%; }

  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }

  .medium-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    max-height: 100%; }

  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 100vw; }

  .cell .large-grid-frame {
    width: 100%; }

  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }

  .large-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    max-height: 100%; }

  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }
.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  height: 100vh; }

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    height: 100vh; } }
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    height: 100vh; } }
.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }
.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem; } }
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem; }

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem; } }
.grid-margin-y > .auto,
.grid-margin-y > .shrink {
  height: auto; }

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem); }

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem); }

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem); }

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem); }

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem); }

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem); }

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem); }

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem); }

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem); }

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem); }

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem); }

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto,
  .grid-margin-y > .shrink {
    height: auto; }

  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem); }

  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem); }

  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem); }

  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem); }

  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem); }

  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem); }

  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem); }

  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem); }

  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem); }

  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem); }

  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem); }

  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem); }

  .grid-margin-y > .medium-auto,
  .grid-margin-y > .medium-shrink {
    height: auto; }

  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem); }

  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem); }

  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem); }

  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem); }

  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem); }

  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem); }

  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem); }

  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem); }

  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem); }

  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem); }

  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem); }

  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem); } }
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto,
  .grid-margin-y > .large-shrink {
    height: auto; }

  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem); }

  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem); }

  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem); }

  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem); }

  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem); }

  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem); }

  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem); }

  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem); }

  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem); }

  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem); }

  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem); }

  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem); } }
.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem); }

@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem); } }
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem); } }
@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem); } }
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem); } }
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 5px;
  -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-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer; }

[data-whatinput="mouse"] .button {
  outline: 0; }

.button:focus,
.button:hover {
  background-color: #E8B10F;
  color: #000000; }

.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: #01a7db;
  color: #0a0a0a; }

.button.primary:focus,
.button.primary:hover {
  background-color: #0186af;
  color: #0a0a0a; }

.button.secondary {
  background-color: #00506a;
  color: #fff; }

.button.secondary:focus,
.button.secondary:hover {
  background-color: #004055;
  color: #fff; }

.button.success {
  background-color: #11845c;
  color: #fff; }

.button.success:focus,
.button.success:hover {
  background-color: #0e6a4a;
  color: #fff; }

.button.alert {
  background-color: #cd4437;
  color: #fff; }

.button.alert:focus,
.button.alert:hover {
  background-color: #a6342a;
  color: #fff; }

.button.disabled,
.button[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.button.disabled,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled],
.button[disabled]:focus,
.button[disabled]:hover {
  background-color: #1779ba;
  color: #fff; }

.button.disabled.primary,
.button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed; }

.button.disabled.primary,
.button.disabled.primary:focus,
.button.disabled.primary:hover,
.button[disabled].primary,
.button[disabled].primary:focus,
.button[disabled].primary:hover {
  background-color: #01a7db;
  color: #0a0a0a; }

.button.disabled.secondary,
.button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed; }

.button.disabled.secondary,
.button.disabled.secondary:focus,
.button.disabled.secondary:hover,
.button[disabled].secondary,
.button[disabled].secondary:focus,
.button[disabled].secondary:hover {
  background-color: #00506a;
  color: #fff; }

.button.disabled.success,
.button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed; }

.button.disabled.success,
.button.disabled.success:focus,
.button.disabled.success:hover,
.button[disabled].success,
.button[disabled].success:focus,
.button[disabled].success:hover {
  background-color: #11845c;
  color: #fff; }

.button.disabled.alert,
.button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed; }

.button.disabled.alert,
.button.disabled.alert:focus,
.button.disabled.alert:hover,
.button[disabled].alert,
.button[disabled].alert:focus,
.button[disabled].alert:hover {
  background-color: #cd4437;
  color: #fff; }

.button.hollow {
  border: 1px solid #1779ba;
  color: #1779ba; }

.button.hollow,
.button.hollow.disabled,
.button.hollow.disabled:focus,
.button.hollow.disabled:hover,
.button.hollow:focus,
.button.hollow:hover,
.button.hollow[disabled],
.button.hollow[disabled]:focus,
.button.hollow[disabled]:hover {
  background-color: transparent; }

.button.hollow:focus,
.button.hollow:hover {
  border-color: #0c3d5d;
  color: #0c3d5d; }

.button.hollow:focus.disabled,
.button.hollow:focus[disabled],
.button.hollow:hover.disabled,
.button.hollow:hover[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba; }

.button.hollow.primary {
  border: 1px solid #01a7db;
  color: #01a7db; }

.button.hollow.primary:focus,
.button.hollow.primary:hover {
  border-color: #01546e;
  color: #01546e; }

.button.hollow.primary:focus.disabled,
.button.hollow.primary:focus[disabled],
.button.hollow.primary:hover.disabled,
.button.hollow.primary:hover[disabled] {
  border: 1px solid #01a7db;
  color: #01a7db; }

.button.hollow.secondary {
  border: 1px solid #00506a;
  color: #00506a; }

.button.hollow.secondary:focus,
.button.hollow.secondary:hover {
  border-color: #002835;
  color: #002835; }

.button.hollow.secondary:focus.disabled,
.button.hollow.secondary:focus[disabled],
.button.hollow.secondary:hover.disabled,
.button.hollow.secondary:hover[disabled] {
  border: 1px solid #00506a;
  color: #00506a; }

.button.hollow.success {
  border: 1px solid #11845c;
  color: #11845c; }

.button.hollow.success:focus,
.button.hollow.success:hover {
  border-color: #09422e;
  color: #09422e; }

.button.hollow.success:focus.disabled,
.button.hollow.success:focus[disabled],
.button.hollow.success:hover.disabled,
.button.hollow.success:hover[disabled] {
  border: 1px solid #11845c;
  color: #11845c; }

.button.hollow.alert {
  border: 1px solid #cd4437;
  color: #cd4437; }

.button.hollow.alert:focus,
.button.hollow.alert:hover {
  border-color: #68211a;
  color: #68211a; }

.button.hollow.alert:focus.disabled,
.button.hollow.alert:focus[disabled],
.button.hollow.alert:hover.disabled,
.button.hollow.alert:hover[disabled] {
  border: 1px solid #cd4437;
  color: #cd4437; }

.button.clear {
  border: 1px solid #1779ba;
  color: #1779ba; }

.button.clear,
.button.clear.disabled,
.button.clear.disabled:focus,
.button.clear.disabled:hover,
.button.clear:focus,
.button.clear:hover,
.button.clear[disabled],
.button.clear[disabled]:focus,
.button.clear[disabled]:hover {
  background-color: transparent; }

.button.clear:focus,
.button.clear:hover {
  border-color: #0c3d5d;
  color: #0c3d5d; }

.button.clear:focus.disabled,
.button.clear:focus[disabled],
.button.clear:hover.disabled,
.button.clear:hover[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba; }

.button.clear,
.button.clear.disabled,
.button.clear:focus,
.button.clear:focus.disabled,
.button.clear:focus[disabled],
.button.clear:hover,
.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear[disabled] {
  border-color: transparent; }

.button.clear.primary {
  border: 1px solid #01a7db;
  color: #01a7db; }

.button.clear.primary:focus,
.button.clear.primary:hover {
  border-color: #01546e;
  color: #01546e; }

.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled],
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled] {
  border: 1px solid #01a7db;
  color: #01a7db; }

.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary:focus,
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled],
.button.clear.primary:hover,
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary[disabled] {
  border-color: transparent; }

.button.clear.secondary {
  border: 1px solid #00506a;
  color: #00506a; }

.button.clear.secondary:focus,
.button.clear.secondary:hover {
  border-color: #002835;
  color: #002835; }

.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled],
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled] {
  border: 1px solid #00506a;
  color: #00506a; }

.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary:focus,
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled],
.button.clear.secondary:hover,
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary[disabled] {
  border-color: transparent; }

.button.clear.success {
  border: 1px solid #11845c;
  color: #11845c; }

.button.clear.success:focus,
.button.clear.success:hover {
  border-color: #09422e;
  color: #09422e; }

.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled],
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled] {
  border: 1px solid #11845c;
  color: #11845c; }

.button.clear.success,
.button.clear.success.disabled,
.button.clear.success:focus,
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled],
.button.clear.success:hover,
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success[disabled] {
  border-color: transparent; }

.button.clear.alert {
  border: 1px solid #cd4437;
  color: #cd4437; }

.button.clear.alert:focus,
.button.clear.alert:hover {
  border-color: #68211a;
  color: #68211a; }

.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled],
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled] {
  border: 1px solid #cd4437;
  color: #cd4437; }

.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert:focus,
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled],
.button.clear.alert:hover,
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert[disabled] {
  border-color: transparent; }

.button.dropdown:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: #fefefe transparent transparent;
  border-style: solid inset inset;
  border-width: 0.4em 0.4em 0;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em; }

.button.dropdown.clear:after,
.button.dropdown.hollow:after {
  border-top-color: #1779ba; }

.button.dropdown.clear.primary:after,
.button.dropdown.hollow.primary:after {
  border-top-color: #01a7db; }

.button.dropdown.clear.secondary:after,
.button.dropdown.hollow.secondary:after {
  border-top-color: #00506a; }

.button.dropdown.clear.success:after,
.button.dropdown.hollow.success:after {
  border-top-color: #11845c; }

.button.dropdown.clear.alert:after,
.button.dropdown.hollow.alert:after {
  border-top-color: #cd4437; }

.button.arrow-only:after {
  top: -0.1em;
  float: none;
  margin-left: 0; }

a.button:focus,
a.button:hover {
  text-decoration: none; }

.button-group {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch; }

.button-group:after,
.button-group:before {
  display: table;
  content: " ";
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  order: 1; }

.button-group:after {
  clear: both; }

.button-group .button {
  margin: 0 2rem 2rem 0;
  font-size: 0.9rem;
  -webkit-box-flex: 0;
  -webkit-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;
  -webkit-flex: 1 1 0px;
  flex: 1 1 0px; }

.button-group.primary .button {
  background-color: #01a7db;
  color: #0a0a0a; }

.button-group.primary .button:focus,
.button-group.primary .button:hover {
  background-color: #0186af;
  color: #0a0a0a; }

.button-group.secondary .button {
  background-color: #00506a;
  color: #fff; }

.button-group.secondary .button:focus,
.button-group.secondary .button:hover {
  background-color: #004055;
  color: #fff; }

.button-group.success .button {
  background-color: #11845c;
  color: #fff; }

.button-group.success .button:focus,
.button-group.success .button:hover {
  background-color: #0e6a4a;
  color: #fff; }

.button-group.alert .button {
  background-color: #cd4437;
  color: #fff; }

.button-group.alert .button:focus,
.button-group.alert .button:hover {
  background-color: #a6342a;
  color: #fff; }

.button-group.stacked,
.button-group.stacked-for-medium,
.button-group.stacked-for-small {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.button-group.stacked-for-medium .button,
.button-group.stacked-for-small .button,
.button-group.stacked .button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%; }

.button-group.stacked-for-medium .button:last-child,
.button-group.stacked-for-small .button:last-child,
.button-group.stacked .button:last-child {
  margin-bottom: 0; }

.button-group.stacked-for-medium.expanded .button,
.button-group.stacked-for-small.expanded .button,
.button-group.stacked.expanded .button {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  flex: 1 1 0px; }

@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0; } }
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0; } }
@media screen and (max-width: 39.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block; }

  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0; } }
@media screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block; }

  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0; } }
.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }

[data-whatinput="mouse"] .close-button {
  outline: 0; }

.close-button:focus,
.close-button:hover {
  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; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default; }

.label,
.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; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca; }

.progress.primary .progress-meter {
  background-color: #01a7db; }

.progress.secondary .progress-meter {
  background-color: #00506a; }

.progress.success .progress-meter {
  background-color: #11845c; }

.progress.alert .progress-meter {
  background-color: #cd4437; }

.progress-meter {
  position: relative;
  display: block;
  width: 0;
  height: 100%;
  background-color: #1779ba; }

.progress-meter-text {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fefefe;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.slider-fill.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation; }

[data-whatinput="mouse"] .slider-handle {
  outline: 0; }

.slider-handle:hover {
  background-color: #14679e; }

.slider-handle.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1); }

.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%; }

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fefefe;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }

input + .switch-paddle {
  margin: 0; }

.switch-paddle:after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border-radius: 0;
  background: #fefefe;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: ""; }

input:checked ~ .switch-paddle {
  background: #1779ba; }

input:checked ~ .switch-paddle:after {
  left: 2.25rem; }

[data-whatinput="mouse"] input:focus ~ .switch-paddle {
  outline: 0; }

.switch-active,
.switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }

input:checked + label > .switch-active {
  display: block; }

.switch-inactive {
  right: 15%; }

input:checked + label > .switch-inactive {
  display: none; }

.switch.tiny {
  height: 1.5rem; }

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem; }

.switch.tiny .switch-paddle:after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem; }

.switch.tiny input:checked ~ .switch-paddle:after {
  left: 1.75rem; }

.switch.small {
  height: 1.75rem; }

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem; }

.switch.small .switch-paddle:after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem; }

.switch.small input:checked ~ .switch-paddle:after {
  left: 2rem; }

.switch.large {
  height: 2.5rem; }

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem; }

.switch.large .switch-paddle:after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem; }

.switch.large input:checked ~ .switch-paddle:after {
  left: 2.75rem; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }

tbody,
tfoot,
thead {
  border: 1px solid #f1f1f1;
  background-color: #fefefe; }

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 700; }

thead {
  background: #f8f8f8; }

tfoot,
thead {
  color: #0a0a0a; }

tfoot {
  background: #f1f1f1; }

tfoot tr,
thead tr {
  background: transparent; }

tfoot td,
tfoot th,
thead td,
thead th {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 700;
  text-align: left; }

tbody td,
tbody th {
  padding: 0.5rem 0.625rem 0.625rem; }

tbody tr:nth-child(2n) {
  border-bottom: 0;
  background-color: #f1f1f1; }

table.unstriped tbody {
  background-color: #fefefe; }

table.unstriped tbody tr {
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe; }

@media screen and (max-width: 63.99875em) {
  table.stack tfoot,
  table.stack thead {
    display: none; }

  table.stack td,
  table.stack th,
  table.stack tr {
    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(2n):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center; }

.badge,
.badge.primary {
  background: #1779ba;
  color: #fefefe; }

.badge.secondary {
  background: #767676;
  color: #fefefe; }

.badge.success {
  background: #3adb76;
  color: #0a0a0a; }

.badge.warning {
  background: #ffae00;
  color: #0a0a0a; }

.badge.alert {
  background: #cc4b37;
  color: #fefefe; }

.breadcrumbs {
  margin: 0 0 1rem;
  list-style: none; }

.breadcrumbs:after,
.breadcrumbs:before {
  display: table;
  content: " ";
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-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;
  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; }

.callout {
  position: relative;
  margin: 0 0 1rem;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: #fff;
  color: #0a0a0a; }

.callout > :first-child {
  margin-top: 0; }

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

.callout.primary {
  background-color: #d4f5ff;
  color: #0a0a0a; }

.callout.secondary {
  background-color: #c2f0ff;
  color: #0a0a0a; }

.callout.success {
  background-color: #cff9ea;
  color: #0a0a0a; }

.callout.alert {
  background-color: #f8e3e1;
  color: #0a0a0a; }

.callout.small {
  padding: 0.5rem; }

.callout.large {
  padding: 3rem; }

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a; }

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

.card-divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-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;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 1rem; }

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

.card-image {
  min-height: 1px; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem; }

.dropdown-pane.is-opening {
  display: block; }

.dropdown-pane.is-open {
  display: block;
  visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }

.pagination:after,
.pagination:before {
  display: table;
  content: " ";
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-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:first-child,
.pagination li:last-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.disabled:before,
.pagination-previous a:before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "\00ab"; }

.pagination-next.disabled:after,
.pagination-next a:after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "\00bb"; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #8a8a8a;
  font-weight: 700;
  cursor: help; }

.tooltip {
  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,
.tooltip:before {
  position: absolute; }

.tooltip.bottom:before {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent #0a0a0a;
  border-style: inset inset solid;
  border-width: 0 0.75rem 0.75rem;
  bottom: 100%; }

.tooltip.bottom.align-center:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.tooltip.top:before {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: #0a0a0a transparent transparent;
  border-style: solid inset inset;
  border-width: 0.75rem 0.75rem 0;
  top: 100%;
  bottom: auto; }

.tooltip.top.align-center:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.tooltip.left:before {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #0a0a0a;
  border-style: inset inset inset solid;
  border-width: 0.75rem 0 0.75rem 0.75rem;
  left: 100%; }

.tooltip.left.align-center:before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.tooltip.right:before {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent #0a0a0a transparent transparent;
  border-style: inset solid inset inset;
  border-width: 0.75rem 0.75rem 0.75rem 0;
  right: 100%;
  left: auto; }

.tooltip.right.align-center:before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.tooltip.align-top:before {
  bottom: auto;
  top: 10%; }

.tooltip.align-bottom:before {
  bottom: 10%;
  top: auto; }

.tooltip.align-left:before {
  left: 10%;
  right: auto; }

.tooltip.align-right:before {
  left: auto;
  right: 10%; }

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }

.accordion[disabled] .accordion-title {
  cursor: not-allowed; }

.accordion-item:first-child > :first-child,
.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:focus,
.accordion-title:hover {
  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; }

.media-object {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 1rem;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.media-object img {
  max-width: none; }

@media screen and (max-width: 39.99875em) {
  .media-object.stack-for-small {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; } }
.media-object-section {
  -webkit-box-flex: 0;
  -webkit-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 screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0 0 1rem;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .stack-for-small .media-object-section img {
    width: 100%; } }
.media-object-section.main-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  flex: 1 1 0px; }

.orbit,
.orbit-container {
  position: relative; }

.orbit-container {
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%;
  position: absolute; }

.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 {
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  background-color: rgba(10, 10, 10, 0.5); }

.orbit-caption,
.orbit-next,
.orbit-previous {
  position: absolute;
  padding: 1rem;
  color: #fefefe; }

.orbit-next,
.orbit-previous {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10; }

[data-whatinput="mouse"] .orbit-next,
[data-whatinput="mouse"] .orbit-previous {
  outline: 0; }

.orbit-next:active,
.orbit-next:focus,
.orbit-next:hover,
.orbit-previous:active,
.orbit-previous:focus,
.orbit-previous:hover {
  background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 2.8rem;
  text-align: center; }

[data-whatinput="mouse"] .orbit-bullets {
  outline: 0; }

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca; }

.orbit-bullets button.is-active,
.orbit-bullets button:hover {
  background-color: #8a8a8a; }

.flex-video,
.responsive-embed {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }

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

.flex-video.widescreen,
.responsive-embed.widescreen {
  padding-bottom: 56.25%; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none; }

.tabs:after,
.tabs:before {
  display: table;
  content: " ";
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-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: #01a7db; }

.tabs.primary > li > a {
  color: #0a0a0a; }

.tabs.primary > li > a:focus,
.tabs.primary > li > a:hover {
  background: #019fd0; }

.tabs-title {
  float: left; }

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba; }

[data-whatinput="mouse"] .tabs-title > a {
  outline: 0; }

.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.is-active {
  display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0; }

a.thumbnail {
  -webkit-transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out; }

a.thumbnail:focus,
a.thumbnail:hover {
  box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5); }

a.thumbnail image {
  box-shadow: none; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

[data-whatinput="mouse"] .menu li {
  outline: 0; }

.menu .button,
.menu a {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem; }

.menu a,
.menu button,
.menu input,
.menu select {
  margin-bottom: 0; }

.menu input {
  display: inline-block; }

.menu,
.menu.horizontal {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row; }

.menu.vertical {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column; }

.menu.expanded li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  flex: 1 1 0px; }

.menu.simple {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center; }

.menu.simple li + li {
  margin-left: 1rem; }

.menu.simple a {
  padding: 0; }

@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row; }

  .menu.medium-vertical {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column; }

  .menu.medium-expanded li,
  .menu.medium-simple li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    flex: 1 1 0px; } }
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row; }

  .menu.large-vertical {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column; }

  .menu.large-expanded li,
  .menu.large-simple li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    flex: 1 1 0px; } }
.menu.nested {
  margin-right: 0;
  margin-left: 1rem; }

.menu.icon-bottom a,
.menu.icon-left a,
.menu.icon-right a,
.menu.icon-top a,
.menu.icons a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }

.menu.icon-left li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap; }

.menu.icon-left li a i,
.menu.icon-left li a img,
.menu.icon-left li a svg {
  margin-right: 0.25rem; }

.menu.icon-right li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap; }

.menu.icon-right li a i,
.menu.icon-right li a img,
.menu.icon-right li a svg {
  margin-left: 0.25rem; }

.menu.icon-top li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap; }

.menu.icon-top li a i,
.menu.icon-top li a img,
.menu.icon-top li a svg {
  -webkit-align-self: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center; }

.menu.icon-bottom li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap; }

.menu.icon-bottom li a i,
.menu.icon-bottom li a img,
.menu.icon-bottom li a svg {
  -webkit-align-self: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center; }

.menu .active > a,
.menu .is-active > a {
  background: #1779ba;
  color: #fefefe; }

.menu.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.menu.align-right li {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.menu.align-right li .submenu li {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.menu.align-right.vertical li {
  display: block;
  text-align: right; }

.menu.align-right.vertical li .submenu li {
  text-align: right; }

.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0; }

.menu.align-center li {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.menu.align-center li .submenu li {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: 700;
  line-height: 1;
  color: inherit; }

.menu-centered > .menu,
.menu-centered > .menu li {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.menu-centered > .menu li {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }

.menu-centered > .menu li .submenu li {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }

.menu-icon:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: ""; }

.menu-icon:hover:after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }

.menu-icon.dark:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: ""; }

.menu-icon.dark:hover:after {
  background: #c9cad1;
  box-shadow: 0 7px 0 #c9cad1, 0 14px 0 #c9cad1; }

.accordion-menu li {
  width: 100%; }

.accordion-menu .is-accordion-submenu a,
.accordion-menu a {
  padding: 0.7rem 1rem; }

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: #1779ba transparent transparent;
  border-style: solid inset inset;
  border-width: 6px 6px 0;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem; }

.accordion-menu.align-left .is-accordion-submenu-parent > a:after {
  right: 1rem;
  left: auto; }

.accordion-menu.align-right .is-accordion-submenu-parent > a:after {
  right: auto;
  left: 1rem; }

.accordion-menu .is-accordion-submenu-parent[aria-expanded="true"] > a:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.is-accordion-submenu-parent {
  position: relative; }

.has-submenu-toggle > a {
  margin-right: 40px; }

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer; }

.submenu-toggle:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: #1779ba transparent transparent;
  border-style: solid inset inset;
  border-width: 6px 6px 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.submenu-toggle[aria-expanded="true"]:after {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.is-drilldown {
  position: relative;
  overflow: hidden; }

.is-drilldown li {
  display: block; }

.is-drilldown.animate-height {
  -webkit-transition: height 0.5s;
  transition: height 0.5s; }

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe; }

.drilldown .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; }

.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.drilldown .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem; }

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0; }

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%; }

.drilldown .is-drilldown-submenu-parent > a {
  position: relative; }

.drilldown .is-drilldown-submenu-parent > a:after {
  position: absolute;
  top: 50%;
  margin-top: -6px; }

.drilldown.align-left .is-drilldown-submenu-parent > a:after,
.drilldown .is-drilldown-submenu-parent > a:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #1779ba;
  border-style: inset inset inset solid;
  border-width: 6px 0 6px 6px;
  right: 1rem; }

.drilldown.align-left .is-drilldown-submenu-parent > a:after {
  left: auto; }

.drilldown.align-right .is-drilldown-submenu-parent > a:after {
  display: block;
  right: auto;
  left: 1rem; }

.drilldown.align-right .is-drilldown-submenu-parent > a:after,
.drilldown .js-drilldown-back > a:before {
  width: 0;
  height: 0;
  content: "";
  border-color: transparent #1779ba transparent transparent;
  border-style: inset solid inset inset;
  border-width: 6px 6px 6px 0; }

.drilldown .js-drilldown-back > a:before {
  display: block;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: #E8B10F transparent transparent;
  border-style: solid inset inset;
  border-width: 6px 6px 0;
  right: 5px;
  left: auto;
  margin-top: -3px; }

[data-whatinput="mouse"] .dropdown.menu a {
  outline: 0; }

.dropdown.menu > li > a {
  padding: 0.7rem 1rem; }

.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #E8B10F; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a:after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent #1779ba transparent transparent;
  border-style: inset solid inset inset;
  border-width: 6px 6px 6px 0;
  right: auto;
  left: 5px; }

.dropdown.menu.vertical > li.opens-right > a:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #1779ba;
  border-style: inset inset inset solid;
  border-width: 6px 0 6px 6px; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }

  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }

  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }

  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: #1779ba transparent transparent;
    border-style: solid inset inset;
    border-width: 6px 6px 0;
    right: 5px;
    left: auto;
    margin-top: -3px; }

  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }

  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }

  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

  .dropdown.menu.medium-vertical > li > a:after {
    right: 14px; }

  .dropdown.menu.medium-vertical > li.opens-left > a:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent #1779ba transparent transparent;
    border-style: inset solid inset inset;
    border-width: 6px 6px 6px 0;
    right: auto;
    left: 5px; }

  .dropdown.menu.medium-vertical > li.opens-right > a:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent transparent transparent #1779ba;
    border-style: inset inset inset solid;
    border-width: 6px 0 6px 6px; } }
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }

  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }

  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }

  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: #1779ba transparent transparent;
    border-style: solid inset inset;
    border-width: 6px 6px 0;
    right: 5px;
    left: auto;
    margin-top: -3px; }

  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }

  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }

  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

  .dropdown.menu.large-vertical > li > a:after {
    right: 14px; }

  .dropdown.menu.large-vertical > li.opens-left > a:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent #1779ba transparent transparent;
    border-style: inset solid inset inset;
    border-width: 6px 6px 6px 0;
    right: auto;
    left: 5px; }

  .dropdown.menu.large-vertical > li.opens-right > a:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent transparent transparent #1779ba;
    border-style: inset inset inset solid;
    border-width: 6px 0 6px 6px; } }
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }

.is-dropdown-menu.vertical.align-right {
  float: right; }

.is-dropdown-submenu-parent {
  position: relative; }

.is-dropdown-submenu-parent a:after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px; }

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto; }

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto; }

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe; }

.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem; }

.is-dropdown-submenu .is-dropdown-submenu-parent > a:after {
  right: 14px; }

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent #1779ba transparent transparent;
  border-style: inset solid inset inset;
  border-width: 6px 6px 6px 0;
  right: auto;
  left: 5px; }

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #1779ba;
  border-style: inset inset inset solid;
  border-width: 6px 0 6px 6px; }

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px; }

.is-dropdown-submenu > li {
  width: 100%; }

.is-dropdown-submenu.js-dropdown-active {
  display: block; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  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: 12;
  -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-push {
  z-index: 12; }

.off-canvas.is-closed {
  visibility: hidden; }

.off-canvas.is-transition-overlap {
  z-index: 13; }

.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }

.off-canvas.is-open {
  -webkit-transform: translate(0);
  transform: translate(0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  -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-push {
  z-index: 12; }

.off-canvas-absolute.is-closed {
  visibility: hidden; }

.off-canvas-absolute.is-transition-overlap {
  z-index: 13; }

.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }

.off-canvas-absolute.is-open {
  -webkit-transform: translate(0);
  transform: translate(0); }

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px; }

.off-canvas-content .off-canvas.position-left,
.position-left {
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px); }

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  -webkit-transform: translate(0);
  transform: translate(0); }

.off-canvas-content.is-open-left.has-transition-push {
  -webkit-transform: translateX(250px);
  transform: translateX(250px); }

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px; }

.off-canvas-content .off-canvas.position-right,
.position-right {
  -webkit-transform: translateX(250px);
  transform: translateX(250px); }

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  -webkit-transform: translate(0);
  transform: translate(0); }

.off-canvas-content.is-open-right.has-transition-push {
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px); }

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px; }

.off-canvas-content .off-canvas.position-top,
.position-top {
  -webkit-transform: translateY(-250px);
  transform: translateY(-250px); }

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  -webkit-transform: translate(0);
  transform: translate(0); }

.off-canvas-content.is-open-top.has-transition-push {
  -webkit-transform: translateY(250px);
  transform: translateY(250px); }

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25); }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px; }

.off-canvas-content .off-canvas.position-bottom,
.position-bottom {
  -webkit-transform: translateY(250px);
  transform: translateY(250px); }

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  -webkit-transform: translate(0);
  transform: translate(0); }

.off-canvas-content.is-open-bottom.has-transition-push {
  -webkit-transform: translateY(-250px);
  transform: translateY(-250px); }

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25); }

.off-canvas-content {
  -webkit-transform: none;
  transform: none;
  -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; }

.off-canvas-content.has-transition-push,
.off-canvas-content .off-canvas.is-open {
  -webkit-transform: translate(0);
  transform: translate(0); }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }

  .position-left.reveal-for-medium .close-button {
    display: none; }

  .off-canvas-content .position-left.reveal-for-medium {
    -webkit-transform: none;
    transform: none; }

  .off-canvas-content.has-reveal-left,
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px; }

  .position-right.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }

  .position-right.reveal-for-medium .close-button {
    display: none; }

  .off-canvas-content .position-right.reveal-for-medium {
    -webkit-transform: none;
    transform: none; }

  .off-canvas-content.has-reveal-right,
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px; }

  .position-top.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }

  .position-top.reveal-for-medium .close-button {
    display: none; }

  .off-canvas-content .position-top.reveal-for-medium {
    -webkit-transform: none;
    transform: none; }

  .off-canvas-content.has-reveal-top,
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px; }

  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }

  .position-bottom.reveal-for-medium .close-button {
    display: none; }

  .off-canvas-content .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    transform: none; }

  .off-canvas-content.has-reveal-bottom,
  .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;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }

  .position-left.reveal-for-large .close-button {
    display: none; }

  .off-canvas-content .position-left.reveal-for-large {
    -webkit-transform: none;
    transform: none; }

  .off-canvas-content.has-reveal-left,
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px; }

  .position-right.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }

  .position-right.reveal-for-large .close-button {
    display: none; }

  .off-canvas-content .position-right.reveal-for-large {
    -webkit-transform: none;
    transform: none; }

  .off-canvas-content.has-reveal-right,
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px; }

  .position-top.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }

  .position-top.reveal-for-large .close-button {
    display: none; }

  .off-canvas-content .position-top.reveal-for-large {
    -webkit-transform: none;
    transform: none; }

  .off-canvas-content.has-reveal-top,
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px; }

  .position-bottom.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }

  .position-bottom.reveal-for-large .close-button {
    display: none; }

  .off-canvas-content .position-bottom.reveal-for-large {
    -webkit-transform: none;
    transform: none; }

  .off-canvas-content.has-reveal-bottom,
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px; } }
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none; }

  .off-canvas.in-canvas-for-medium.position-bottom,
  .off-canvas.in-canvas-for-medium.position-left,
  .off-canvas.in-canvas-for-medium.position-right,
  .off-canvas.in-canvas-for-medium.position-top {
    box-shadow: none;
    -webkit-transform: none;
    transform: none; }

  .off-canvas.in-canvas-for-medium .close-button {
    display: none; } }
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none; }

  .off-canvas.in-canvas-for-large.position-bottom,
  .off-canvas.in-canvas-for-large.position-left,
  .off-canvas.in-canvas-for-large.position-right,
  .off-canvas.in-canvas-for-large.position-top {
    box-shadow: none;
    -webkit-transform: none;
    transform: none; }

  .off-canvas.in-canvas-for-large .close-button {
    display: none; } }
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden; }

html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll; }

html.is-reveal-open body {
  overflow-y: hidden; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45); }

.reveal,
.reveal-overlay {
  display: none;
  overflow-y: auto; }

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto; }

[data-whatinput="mouse"] .reveal {
  outline: 0; }

@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0; } }
.reveal .column {
  min-width: 0; }

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

@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem; } }
.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;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0; }

@media screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0; } }
.reveal.without-overlay {
  position: fixed; }

.sticky,
.sticky-container {
  position: relative; }

.sticky {
  z-index: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%; }

.sticky.is-stuck.is-at-top {
  top: 0; }

.sticky.is-stuck.is-at-bottom {
  bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }

.sticky.is-anchored.is-at-bottom {
  bottom: 0; }

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center; }

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem; }

.title-bar-left,
.title-bar-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  flex: 1 1 0px; }

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

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700; }

.top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.5rem;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.top-bar,
.top-bar ul {
  background-color: none; }

.top-bar ul 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;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

@media print, screen and (min-width: 40em) {
  .top-bar {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .top-bar .top-bar-left {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: auto; }

  .top-bar .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: auto; } }
@media screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    -webkit-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;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
@media screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    -webkit-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;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
.top-bar-title {
  margin: 0.5rem 1rem 0.5rem 0; }

.top-bar-left,
.top-bar-right,
.top-bar-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto; }

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

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

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix:after,
.clearfix:before {
  display: table;
  content: " ";
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  order: 1; }

.clearfix:after {
  clear: both; }

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

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

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

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

.align-spaced {
  -webkit-justify-content: space-around;
  justify-content: space-around; }

.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

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

.align-self-top {
  -webkit-align-self: flex-start;
  align-self: flex-start; }

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

.align-self-bottom {
  -webkit-align-self: flex-end;
  align-self: flex-end; }

.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center; }

.align-self-middle {
  -webkit-align-self: center;
  align-self: center; }

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

.align-self-stretch {
  -webkit-align-self: stretch;
  align-self: stretch; }

.align-center-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center; }

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1; }

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

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

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

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

  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6; } }
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1; }

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

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

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

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

  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6; } }
.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }

.flex-child-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto; }

.flex-child-grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto; }

.flex-child-shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto; }

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }

  .medium-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto; }

  .medium-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto; }

  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto; }

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

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

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

  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse; } }
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }

  .large-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto; }

  .large-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto; }

  .large-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto; }

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

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

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

  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse; } }
.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.99875em) {
  .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.99875em) {
  .show-for-medium {
    display: none !important; } }
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important; } }
@media screen and (max-width: 39.99875em), 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.99875em) {
  .show-for-large {
    display: none !important; } }
@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important; } }
@media screen and (max-width: 63.99875em), 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;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.hide-for-portrait,
.show-for-landscape {
  display: block !important; }

@media screen and (orientation: landscape) {
  .hide-for-portrait,
  .show-for-landscape {
    display: block !important; } }
@media screen and (orientation: portrait) {
  .hide-for-portrait,
  .show-for-landscape {
    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; } }
.text-hide {
  font: 0/0 a !important;
  color: transparent !important;
  text-shadow: none !important;
  background-color: transparent !important;
  border: 0 !important; }

.text-truncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis; }

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

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

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

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

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

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

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

.text-line-through {
  text-decoration: line-through !important; }

.font-wide {
  letter-spacing: 0.25rem; }

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

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

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

ul.list-disc {
  list-style-type: disc !important; }

ul.list-circle {
  list-style-type: circle !important; }

ul.list-square {
  list-style-type: square !important; }

ol.list-decimal {
  list-style-type: decimal !important; }

ol.list-lower-alpha {
  list-style-type: lower-alpha !important; }

ol.list-lower-latin {
  list-style-type: lower-latin !important; }

ol.list-lower-roman {
  list-style-type: lower-roman !important; }

ol.list-upper-alpha {
  list-style-type: upper-alpha !important; }

ol.list-upper-latin {
  list-style-type: upper-latin !important; }

ol.list-upper-roman {
  list-style-type: upper-roman !important; }

.rounded {
  border-radius: 5000px !important; }

.rounded:after {
  border-radius: 50%; }

.radius {
  border-radius: 0.1875rem; }

.bordered {
  border: 0.0625rem solid #cacaca; }

.shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.arrow-down {
  border-color: #0a0a0a transparent transparent;
  border-style: solid inset inset;
  border-width: 0.4375rem 0.4375rem 0; }

.arrow-down,
.arrow-up {
  display: block;
  width: 0;
  height: 0;
  content: ""; }

.arrow-up {
  border-color: transparent transparent #0a0a0a;
  border-style: inset inset solid;
  border-width: 0 0.4375rem 0.4375rem; }

.arrow-right {
  border-color: transparent transparent transparent #0a0a0a;
  border-style: inset inset inset solid;
  border-width: 0.4375rem 0 0.4375rem 0.4375rem; }

.arrow-left,
.arrow-right {
  display: block;
  width: 0;
  height: 0;
  content: ""; }

.arrow-left {
  border-color: transparent #0a0a0a transparent transparent;
  border-style: inset solid inset inset;
  border-width: 0.4375rem 0.4375rem 0.4375rem 0; }

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

.separator-center:after,
.separator-center:before {
  display: table;
  content: " ";
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  order: 1; }

.separator-center:after {
  clear: both;
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #1779ba;
  margin: 1rem auto 0; }

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

.separator-left:after,
.separator-left:before {
  display: table;
  content: " ";
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  order: 1; }

.separator-left:after {
  clear: both;
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #1779ba;
  margin: 1rem auto 0;
  margin-left: 0 !important; }

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

.separator-right:after,
.separator-right:before {
  display: table;
  content: " ";
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  order: 1; }

.separator-right:after {
  clear: both;
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #1779ba;
  margin: 1rem auto 0;
  margin-right: 0 !important; }

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

.overflow-x-visible {
  overflow-x: visible !important; }

.overflow-y-visible {
  overflow-y: visible !important; }

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

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

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

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

.overflow-x-scroll {
  overflow-x: scroll !important; }

.overflow-y-scroll {
  overflow-y: scroll !important; }

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

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

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

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

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

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

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

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

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

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

.position-fixed-bottom,
.position-fixed-top {
  position: fixed !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 975; }

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

.border-box {
  box-sizing: border-box !important; }

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

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

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

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

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

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

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

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

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

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

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

.margin-0 {
  margin: 0; }

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

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

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

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

.margin-horizontal-0 {
  margin-right: 0 !important; }

.margin-vertical-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.padding-0 {
  padding: 0; }

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

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

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

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

.padding-horizontal-0 {
  padding-right: 0 !important; }

.padding-vertical-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.margin-1 {
  margin: 1rem; }

.margin-top-1 {
  margin-top: 1rem !important; }

.margin-right-1 {
  margin-right: 1rem !important; }

.margin-bottom-1 {
  margin-bottom: 1rem !important; }

.margin-horizontal-1,
.margin-left-1 {
  margin-left: 1rem !important; }

.margin-horizontal-1 {
  margin-right: 1rem !important; }

.margin-vertical-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.padding-1 {
  padding: 1rem; }

.padding-top-1 {
  padding-top: 1rem !important; }

.padding-right-1 {
  padding-right: 1rem !important; }

.padding-bottom-1 {
  padding-bottom: 1rem !important; }

.padding-horizontal-1,
.padding-left-1 {
  padding-left: 1rem !important; }

.padding-horizontal-1 {
  padding-right: 1rem !important; }

.padding-vertical-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.margin-2 {
  margin: 2rem; }

.margin-top-2 {
  margin-top: 2rem !important; }

.margin-right-2 {
  margin-right: 2rem !important; }

.margin-bottom-2 {
  margin-bottom: 2rem !important; }

.margin-horizontal-2,
.margin-left-2 {
  margin-left: 2rem !important; }

.margin-horizontal-2 {
  margin-right: 2rem !important; }

.margin-vertical-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important; }

.padding-2 {
  padding: 2rem; }

.padding-top-2 {
  padding-top: 2rem !important; }

.padding-right-2 {
  padding-right: 2rem !important; }

.padding-bottom-2 {
  padding-bottom: 2rem !important; }

.padding-horizontal-2,
.padding-left-2 {
  padding-left: 2rem !important; }

.padding-horizontal-2 {
  padding-right: 2rem !important; }

.padding-vertical-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }

.margin-3 {
  margin: 3rem; }

.margin-top-3 {
  margin-top: 3rem !important; }

.margin-right-3 {
  margin-right: 3rem !important; }

.margin-bottom-3 {
  margin-bottom: 3rem !important; }

.margin-horizontal-3,
.margin-left-3 {
  margin-left: 3rem !important; }

.margin-horizontal-3 {
  margin-right: 3rem !important; }

.margin-vertical-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.padding-3 {
  padding: 3rem; }

.padding-top-3 {
  padding-top: 3rem !important; }

.padding-right-3 {
  padding-right: 3rem !important; }

.padding-bottom-3 {
  padding-bottom: 3rem !important; }

.padding-horizontal-3,
.padding-left-3 {
  padding-left: 3rem !important; }

.padding-horizontal-3 {
  padding-right: 3rem !important; }

.padding-vertical-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.slide-in-down.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-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);
  transform: translateY(0); }

.slide-in-left.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-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);
  transform: translateX(0); }

.slide-in-up.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-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);
  transform: translateY(0); }

.slide-in-right.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-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);
  transform: translateX(0); }

.slide-out-down.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-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%);
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-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%);
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-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%);
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-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%);
  transform: translateX(-100%); }

.fade-in.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -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: 0.5s;
  transition-duration: 0.5s;
  -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: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-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: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-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: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-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: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-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: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-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: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-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,
.hinge-out-from-top.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-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; }

.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: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-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: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-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: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-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: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-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: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-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: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-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);
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-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,
.scale-out-up.mui-leave {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-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);
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(-270deg);
  transform: rotate(-270deg);
  -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,
.spin-out.mui-leave {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.spin-in-ccw.mui-enter,
.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.spin-in-ccw.mui-enter.mui-enter-active,
.spin-out-ccw.mui-leave {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-270deg);
  transform: rotate(-270deg);
  opacity: 0; }

.slow {
  -webkit-transition-duration: 0.75s !important;
  transition-duration: 0.75s !important; }

.fast {
  -webkit-transition-duration: 0.25s !important;
  transition-duration: 0.25s !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: 0.3s !important;
  transition-delay: 0.3s !important; }

.long-delay {
  -webkit-transition-delay: 0.7s !important;
  transition-delay: 0.7s !important; }

.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7; }

@-webkit-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%); } }
@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; }

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn); }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }
@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn); }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }
.spin-ccw {
  -webkit-animation-name: spin-ccw-1turn;
  animation-name: spin-ccw-1turn; }

@-webkit-keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn); } }
@keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn); } }
.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg; }

@-webkit-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%,
    to {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }
@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%,
    to {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }
.shake,
.spin-ccw,
.spin-cw,
.wiggle {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.slow {
  -webkit-animation-duration: 0.75s !important;
  animation-duration: 0.75s !important; }

.fast {
  -webkit-animation-duration: 0.25s !important;
  animation-duration: 0.25s !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: 0.3s !important;
  animation-delay: 0.3s !important; }

.long-delay {
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important; }

.footer {
  background: #000000;
  color: #fff;
  padding: 6.25rem 0; }

.footer ul li {
  font-size: 1rem;
  margin-bottom: 2px; }

.footer ul li a, .footer p, .footer p a {
  color: #fff; }
  .footer ul li a a:hover, .footer p a:hover, .footer p a a:hover {
    color: #FFC20E; }

.footer h4.newsletter-header {
  margin-top: 24px; }

.footer .backToTop {
  background: #FFC20E;
  padding: 0.85em 2.5rem;
  font-size: 0.929rem;
  font-weight: 600; }

.footer .mainBoxSocial {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 1rem 0 3rem; }

.footer .mainBoxSocial img:first-child {
  margin-right: 0.5rem; }

.footer .socialIcons {
  background: #f5f5f5;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #0a0a0a;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 10px; }

.footer .copyRight {
  font-size: 1rem !important;
  text-align: left;
  margin-bottom: 0; }

.footer .bringToTopOne {
  display: block; }

.footer .bringToTopTwo {
  display: none; }

.logo {
  width: 100%;
  text-align: left; }

.logo img {
  max-width: 200px; }

@media print, screen and (max-width: 1023px) {
  .footer {
    text-align: center; } }
@font-face {
  font-family: Dosis-Book;
  src: url(fonts/Dosis-Book.eot);
  src: url(fonts/Dosis-Book.eot?#iefix) format("embedded-opentype"), url(fonts/Dosis-Book.woff) format("woff"), url(fonts/Dosis-Book.ttf) format("truetype"), url(fonts/Dosis-Book.svg#Dosis-Book) format("svg");
  font-weight: 400;
  font-style: normal; }
.body,
body {
  background: #fff; }

.body {
  width: 100%; }

h1,
h2 {
  text-align: center; }

h2 sup {
  color: #bfbfbf;
  font-weight: 400; }

.hedLogo {
  width: 100%;
  text-align: left; }

.hedLogo img {
  max-width: 200px; }

h3,
p {
  color: #000000;
  text-align: center; }

p {
  font-size: 1.4375rem !important; }

.p1 {
  font-size: 1.3125rem !important; }

.clear {
  clear: both;
  display: block;
  overflow: auto; }

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

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

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

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

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

.padding-0 {
  padding: 0; }

.padding-left-1 {
  padding-left: 1rem; }

.padding-left-2 {
  padding-left: 2rem; }

.padding-left-3 {
  padding-left: 3rem; }

.padding-right-1 {
  padding-right: 1rem; }

.padding-right-2 {
  padding-right: 2rem; }

.padding-right-3 {
  padding-right: 3rem; }

.padding-vertical-1 {
  padding-bottom: 1rem;
  padding-top: 1rem; }

.padding-vertical-2 {
  padding-bottom: 2rem;
  padding-top: 2rem; }

.padding-vertical-3 {
  padding-bottom: 3rem;
  padding-top: 3rem; }

.padding-vertical-4 {
  padding-bottom: 4rem;
  padding-top: 4rem; }

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

.margin-top-1 {
  margin-top: 1rem !important; }

.margin-top-2 {
  margin-top: 2rem !important; }

.margin-top-3 {
  margin-top: 3rem !important; }

.margin-bottom-1 {
  margin-bottom: 1rem !important; }

.margin-bottom-2 {
  margin-bottom: 2rem !important; }

.margin-bottom-3 {
  margin-bottom: 3rem !important; }

.margin-vertical-1 {
  margin-bottom: 1rem;
  margin-top: 1rem; }

.margin-vertical-2 {
  margin-bottom: 2rem;
  margin-top: 2rem; }

.margin-vertical-3 {
  margin-bottom: 3rem;
  margin-top: 3rem; }

.paddingLeftTen {
  padding-left: 100px !important; }

.paddingRightTen {
  padding-right: 100px !important; }

.inputError,
.inputError:valid:focus,
.inputStyle.touched:invalid {
  border-color: #cd4437 !important; }

.inputStyle + .validationError {
  display: none; }

.inputError + .validationError,
.inputStyle.touched:invalid + .validationError {
  display: block; }

.inputSuccess {
  border-color: #11845c !important; }

.greyBox {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #d8d8d8;
  display: inline-block;
  margin-right: 15px; }

.circle {
  display: block;
  position: relative; }

.circle:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #d8d8d8;
  position: absolute;
  left: -50px;
  top: 0; }

.signupHeader {
  padding: 2.1875rem;
  background: #f5f5f5; }

.signupHeader a {
  text-decoration: underline;
  display: block;
  text-align: left;
  font-size: 1.2rem;
  color: #00a6dc;
  padding-left: 24px; }

.signupBody {
  background: #f5f5f5; }

.signupBody .signupLogo {
  width: 100%;
  text-align: left; }

.signupLeft {
  width: 100%; }

.signupLeft a {
  text-decoration: underline;
  display: block;
  text-align: left;
  font-size: 1.2rem;
  color: #01a7db;
  padding-left: 24px; }

.formBox {
  width: 100%;
  padding: 2rem;
  background: #fff;
  border: 1px solid #c9cad1;
  margin-bottom: 7.5rem;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.12); }

.formBox .form-group {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 1.25rem;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1; }

.formBox .form-group label {
  position: absolute;
  top: 12px;
  left: 16px;
  font-size: 1rem;
  color: #0a0a0a; }

.formBox .form-group label span {
  color: red; }

.formBox .form-group .inputStyle {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  border: 2px solid #c9cad1;
  box-shadow: none;
  height: 3.2rem;
  border-radius: 4px;
  margin-bottom: 0; }

.formBox .form-group .inputStyle:focus label {
  font-size: 0.5rem; }

.formBox .getStarted {
  font-weight: 600;
  background: #01a7db;
  padding: 1em 3.125rem;
  font-size: 1.4rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  width: 100%;
  border-radius: 4px;
  margin: 30px 0 20px; }

.specialBox {
  width: 100%;
  border: 1px solid #c9cad1;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 1rem;
  border-radius: 5px;
  margin-bottom: 1rem; }

.specialBox p {
  margin-bottom: 0;
  font-size: 1.4rem;
  text-align: left;
  line-height: normal; }

.specialBox p span {
  font-size: 1rem;
  color: #636363; }

.specialBox [type="checkbox"] + label,
.specialBox [type="radio"] {
  margin: 0.6rem 0.6rem 0 0; }

.specialBox [type="checkbox"] + label + label,
.specialBox [type="radio"] + label {
  margin-left: 0;
  margin-right: 0; }

.specialActive {
  border: 2px solid #01a7db;
  background: #edf2f5; }

.username-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  right: 10px;
  top: 11px;
  width: 30px;
  height: 30px;
  color: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%; }

.inputSuccessIcon,
.username-icon {
  background: #11845c; }

.inputInvalidIcon {
  background: #cd4437; }

input:focus {
  border-color: #01a7db !important; }

.validationError {
  color: #cd4437 !important;
  display: inline-block;
  padding-top: 10px; }

.flexBox {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important; }

.marginBottomNone {
  margin-bottom: 0 !important; }

.marginTopNone {
  margin-top: 0 !important; }

.exclamation {
  padding-left: 0;
  position: relative;
  color: red;
  font-weight: 700;
  font-size: 22px; }

.exclamation input {
  padding-left: 0.7em;
  margin-left: -0.7em; }

.signupBody ul li {
  font-size: 1.25rem;
  margin-bottom: 0.5rem; }

.signupBody ul li span {
  color: #01a7db;
  padding-right: 0.313rem; }

a.button {
  background-color: #FFC20E;
  color: #000000;
  border-radius: 5px;
  font-weight: 900;
  font-size: 1.1em;
  margin-top: 10px; }
  a.button:hover {
    background-color: #E8B10F;
    color: #000000; }

.accountPage {
  background-color: #f5f5f5;
  padding-bottom: 11.25rem; }

.accountPage .grid-container {
  text-align: center; }

.accountPage h2 {
  margin-top: 1.688rem; }

.accountPage .accountInfo {
  border: 0.063rem solid #c9cad1;
  background-color: #fafafa;
  border-radius: 0.313rem;
  margin: 1.688rem 0 2.313rem;
  padding: 1rem 0; }

.accountPage .accountInfo p {
  margin-bottom: 0; }

.accountPage .warning {
  color: #000000;
  font-style: italic;
  font-size: 1.063rem !important;
  margin-top: 0.938rem; }

.accountPage .roundedIcon {
  font-size: 1.563rem;
  color: #fff;
  background-color: #01a7db;
  width: 2.813rem;
  height: 2.813rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 1.875rem auto; }

.accountPage span {
  font-weight: 700;
  font-size: 1.375rem; }

.accountPage p {
  font-size: 1.375rem !important; }

.accountPage .paddingTopBottom {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }

.accountPage .contactDetails {
  font-size: 1.125rem;
  margin: 0; }

.accountPage .bluePrintLogo {
  text-align: left;
  margin: 3.438rem auto; }

.downloadButton {
  font-weight: 600;
  background: #00a6dc;
  text-decoration: none !important;
  color: #fff !important;
  font-size: 1.1rem !important;
  border-radius: 0.313rem !important;
  width: 88%;
  margin-right: 5.313rem; }

@media screen and (max-width: 39.9375em) {
  .contactDetails {
    font-size: 1.063rem !important; }

  .accountPage {
    padding-bottom: 0.625rem; }

  .accountPage h2 {
    font-size: 2.313rem !important;
    font-weight: 610 !important; }

  .accountPage .checkForConfirmation {
    font-size: 1.438rem !important;
    line-height: 2.188rem !important; }

  .accountPage h5,
  .accountPage span {
    font-size: 1.563rem !important; }

  .accountPage .warning {
    font-size: 1.125rem !important; }

  .accountInfo {
    padding: 0.5rem !important;
    margin-left: 0 !important; } }
@media screen and (min-width: 40em) and (max-width: 45em) {
  .downloadButton {
    width: 100%;
    margin: 0 0 1rem !important; } }
@media screen and (min-width: 45em) and (max-width: 50em) {
  .downloadButton {
    width: 100%;
    margin: 0 0 1rem !important; } }
@media screen and (max-width: 50em) {
  .downloadButton {
    width: 80%;
    margin: 0 10% 1rem !important; } }
@media (max-width: 500px) {
  .warning {
    padding: 0 0.313rem !important; } }
@media (max-width: 1023px) {
  .downloadButton {
    width: 80%;
    margin: 0 10% 1rem !important; }

  .bluePrintLogo {
    text-align: center !important;
    margin-bottom: 0.313rem !important; } }
.agreement {
  padding: 3rem 0 8rem; }

.agreement h3,
.agreement p {
  text-align: left; }

.agreement li,
.agreement p {
  font-size: 1.2rem !important; }

.agreement h2 {
  padding-bottom: 5rem; }

.agreement h3 {
  padding-top: 2rem; }

.blueprint-landing .background {
  background: #f5f5f5;
  min-height: 900px; }

.blueprint-landing .grid-container {
  padding: 1rem 0 0; }

.blueprint-landing .bp-logo {
  margin-bottom: 2.5rem; }

.blueprint-landing .card {
  display: block;
  text-align: center;
  cursor: pointer;
  padding: 2rem 0;
  background: #fff;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  min-height: 380px; }

.blueprint-landing .card:hover {
  background-color: #edf2f5;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.blueprint-landing .card img:first-child {
  margin: 2rem 0; }

.page-section-blueprint.blueprint-landing .bleed {
  margin: 0;
  bottom: 0; }

.home-happy {
  width: 100%;
  padding: 100px 0; }

.home-happy .nomargin {
  margin: 0 !important; }

.home-happy .image-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: 5% !important; }

@media screen and (max-width: 63.99875em) {
  .home-happy .image-align {
    margin-left: 0.625rem !important; } }
@media screen and (max-width: 39.99875em) {
  .home-happy .happy-p-padding {
    padding-left: 100px;
    position: relative; }

  .home-happy .span-position {
    position: absolute;
    left: 45px; }

  .home-happy .happy-content-padding {
    padding: 1rem 2rem; } }
.page-section-bleed {
  text-align: center;
  padding-bottom: 17vw; }

.page-section-bleed .bleed {
  margin: 2rem auto 0; }

.page-section-bleed > .background > :nth-last-child(2) {
  margin-bottom: -17vw; }

.page-section-bleed > .background > :last-child {
  position: relative;
  bottom: -17vw; }

.page-section-bleed > .background + * {
  position: relative;
  top: 17vw; }

@media print, screen and (min-width: 64em) {
  .page-section-bleed {
    padding-bottom: 13rem; }

  .page-section-bleed > .background > :nth-last-child(2) {
    margin-bottom: -13rem; }

  .page-section-bleed > .background > :last-child {
    position: relative;
    bottom: -13rem; }

  .page-section-bleed > .background + * {
    position: relative;
    top: 13rem; } }
.page-section-blueprint {
  text-align: center; }

.page-section-blueprint .background {
  background-color: #EAEAEA; }

.page-section-blueprint .header {
  background: none; }

.page-section-blueprint .grid-x.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.page-section-blueprint .preface {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 2rem; }

.page-section-blueprint .preface > * {
  margin-top: 1rem; }

.page-section-blueprint .blueprint-breadcrumbs {
  margin-right: 1rem; }

.page-section-blueprint .cart-included {
  font-size: 1.4rem; }

.page-section {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem; }

@media print, screen and (min-width: 64em) {
  .page-section {
    padding-top: 11.25rem;
    padding-bottom: 11.25rem; } }
.page-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center; }

@media print, screen and (min-width: 64em) {
  .page-block {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; } }
.page-block > img:only-child {
  width: 100%; }

.page-block h2,
.page-block p {
  text-align: center; }

@media print, screen and (min-width: 64em) {
  .page-block h2,
  .page-block p {
    text-align: left; } }
.action-button {
  background: #FFC20E;
  color: #000000;
  text-align: center;
  font-weight: 700; }

.action-button.button {
  border-radius: 0.3125rem; }

.action-button:focus,
.action-button:hover {
  background: #0180a8; }

.action-button-small.button {
  min-width: 11rem;
  font-size: 1rem; }

.action-button-medium.button {
  min-width: 14rem;
  font-size: 1.3rem; }

.action-button-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.action-button-row .action-button {
  margin: 0.5rem; }

@media screen and (max-width: 45em) {
  .action-button {
    min-width: 10rem; } }
.blueprint-breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.blueprint-breadcrumbs__logo {
  width: 14.0625rem; }

@media screen and (max-width: 39.99875em) {
  .blueprint-breadcrumbs__logo {
    max-width: 45%;
    min-width: 10rem; } }
.blueprint-breadcrumbs__separator {
  min-width: 1.5625rem;
  height: 1.5625rem;
  margin-left: 1rem;
  margin-right: 0.7rem;
  background: -webkit-linear-gradient(bottom right, transparent 0, transparent calc(50% - 0.8px), #000 50%, transparent calc(50% + 0.8px), transparent);
  background: linear-gradient(to top left, transparent 0, transparent calc(50% - 0.8px), #000 50%, transparent calc(50% + 0.8px), transparent); }

.blueprint-breadcrumbs__crumb {
  font-size: 1.5rem;
  font-weight: 700;
  white-space: nowrap; }

.feature-summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }

.feature-summary .icon {
  padding-top: 7px;
  min-width: 24px; }

.feature-summary .check {
  color: #01a7db;
  font-size: 2rem; }

.feature-summary--right .check {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  order: 1; }

.feature-summary--left .text {
  margin-left: 1.25rem; }

.feature-summary--left .description,
.feature-summary--left .title {
  text-align: left; }

.feature-summary--right .text {
  margin-right: 1.25rem; }

.feature-summary--right .description,
.feature-summary--right .title {
  text-align: right; }

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

.testimony .attribution {
  text-align: left;
  color: #000000;
  font-size: 1.2rem; }

.testimony.highlight .quote {
  background: #48a4d8;
  border: 1px solid #969798;
  padding: 1.25rem;
  color: #fefefe;
  font-weight: 700; }

.trial-section {
  background: #48a4d8;
  text-align: center;
  color: #fefefe;
  padding-top: 5.625rem;
  padding-bottom: 5.625rem; }

.trial-section .button {
  background-color: #ffeb3b;
  color: #000;
  min-width: 250px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 1.2rem; }

.trial-section h3,
.trial-section p {
  padding-bottom: 20px; }

.trial-section p {
  text-align: center; }

.trial-section .pricingOption {
  display: block;
  color: #fefefe;
  text-decoration: underline;
  margin-top: 2rem; }

.smart-workflow-errors {
  background: #f5f5f5; }

.smart-workflow-features > .title {
  margin-bottom: 3rem; }

.smart-workflow-features .cell {
  margin-top: 1rem; }

.smart-workflow-features .feature-summary .title {
  font-size: 1.3rem; }

.smart-workflow-features .feature-summary .description {
  font-size: 1.2rem !important;
  color: #000000; }

.smart-workflow-fullorder .image-block {
  overflow: hidden; }

@media print, screen and (min-width: 64em) {
  .smart-workflow-fullorder .image-block img {
    max-width: 910px;
    width: 120%;
    position: relative;
    left: -24%; } }
.smart-workflow-fullorder .action-button {
  margin-top: 3rem;
  padding-left: 2rem;
  padding-right: 2rem; }

.smart-workflow-intro .action-button:nth-child(2) {
  background: #00506a; }

.smart-workflow-intro .calls-to-action {
  margin-top: 3rem; }

.smart-workflow-intro .workflow-steps {
  padding: 0 2rem;
  margin-top: 3rem; }

.smart-workflow-preorder {
  background: #f5f5f5; }

.smart-workflow-preorder span {
  margin-right: -6px; }

.smart-workflow-preorder .gradient-1 {
  color: #d9d9d9; }

.smart-workflow-preorder .gradient-2 {
  color: #b3b3b3; }

.smart-workflow-preorder .gradient-3 {
  color: grey; }

.smart-workflow-proof {
  background: #f5f5f5; }

.smart-workflow-proof li {
  font-size: 1.4375rem;
  margin: 0 0 0.5rem 2rem; }

.smart-workflow-proof .action-button {
  margin-top: 1.5rem; }

.smart-workflow-proof .reveal {
  max-width: 100rem; }

.smart-workflow-tag {
  padding-bottom: 0; }

.smart-workflow-tag .orbit-bullets {
  max-width: 31.25rem;
  margin: 2.75rem auto 1rem; }

@media screen and (max-width: 39.99875em) {
  .smart-workflow-tag .orbit-wrapper {
    padding-bottom: 2rem; } }
@media screen and (max-width: 63.99875em) {
  .smart-workflow-tag .slide-img {
    max-height: 350px;
    margin-left: calc(50% - 123px);
    align: center; } }
.smart-workflow-tag .orbit-container {
  overflow: visible; }

.smart-workflow-tag .centered-image {
  display: block;
  margin: 0 auto; }

.smart-workflow-tag .stacked-summaries {
  margin-top: 2rem; }

.smart-workflow-tag .stacked-summaries .feature-summary:not(:first-child) {
  margin-top: 6.25rem; }

.smart-workflow-tag .slide-header {
  margin-bottom: 1.5rem; }

.smart-workflow-tag .slide-header.center {
  text-align: center; }

.smart-workflow-tag .slide-header h3 {
  display: inline-block;
  font-size: 2.8rem; }

.smart-workflow-tag .slide-header img {
  width: 4rem;
  margin-left: 2rem;
  position: relative;
  top: -1rem; }

.smart-workflow-time {
  background: #ecf3f7; }

.smart-workflow-time .image-block {
  overflow: hidden; }

.smart-workflow-time .testimony {
  margin-top: 1rem; }

@media print, screen and (min-width: 64em) {
  .smart-workflow-time .image-block img {
    max-width: 779px;
    width: 100%;
    position: relative;
    right: -16%; } }
.home-block1 {
  padding-bottom: 32.25rem; }

.home-block1 .background {
  background: #EAEAEA; }

.home-block1 > .background > :nth-last-child(2) {
  margin-bottom: -32.25rem; }

.home-block1 > .background > :last-child {
  position: relative;
  bottom: -32.25rem; }

.home-block1 > .background + * {
  position: relative;
  top: 32.25rem; }

.home-block1 .tagline-container {
  width: 100%;
  padding: 30px 0; }

.home-block1 .tagline {
  font-size: 3.2rem;
  margin-bottom: 2rem;
  color: #000000; }

.home-block1 .emphasis {
  text-transform: uppercase;
  text-decoration: underline; }

.home-block1 .scroll-prompt {
  font-size: 1rem !important;
  margin: 0 auto; }

.analyze {
  width: 100%;
  padding: 100px 0;
  background: #f5f5f5; }

.analyze .nomargin {
  margin: 0 !important; }

.analyze .image-align-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-right: 5% !important; }

@media screen and (max-width: 63.99875em) {
  .analyze .image-align-right {
    margin-right: 0.625rem !important; } }
@media screen and (max-width: 39.99875em) {
  .analyze .happy-p-padding {
    padding-left: 100px;
    position: relative; }

  .analyze .span-position {
    position: absolute;
    left: 45px; }

  .analyze .happy-content-padding {
    padding: 1rem 2rem; } }
.industry {
  background: #edf2f5; }

.industry .helpDesk {
  text-decoration: underline; }

.premium-block {
  background: #00506b;
  color: #fff;
  overflow: hidden; }

.premium-block h1 {
  font-weight: 700;
  font-size: 46px; }

.premium-block h1,
.premium-block p {
  text-align: left; }

.premium-block .conversationButton {
  background: #00a6dc;
  padding: 0.6em 2.5rem;
  font-size: 1.4375rem;
  font-weight: 500;
  border-radius: 0.3em; }

.premium-block .premiumImage img {
  margin-top: -220px;
  max-width: 1000px; }

.premium-block .background {
  background: #005069; }

@media screen and (max-width: 63.9375em) {
  .premium-block .premiumImage img {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 40px; }

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

  .premium-block h1,
  .premium-block p {
    text-align: center; } }
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .premium-block .premiumImage img {
    margin-top: -160px; } }
.mainSecondSection {
  font-size: 1.39rem;
  overflow: hidden; }

.mainSecondSection p {
  text-align: left;
  color: grey; }

.mainSecondSection h2 {
  text-align: left;
  font-size: 1.8rem;
  font-weight: 700; }

.mainSecondSection .sendEmail {
  background: #01a7db;
  padding: 0.7em 2rem !important;
  text-decoration: none !important;
  color: #fff !important;
  font-size: 1.1rem !important;
  border-radius: 5px;
  width: 100%;
  height: 3.2rem; }

.mainSecondSection .upperBlock {
  margin-top: 6.375rem;
  margin-bottom: 95px; }

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

.mainSecondSection .upperContents {
  padding-top: 64px; }

.mainSecondSection .midContents {
  max-width: 800px;
  -webkit-align-self: center;
  align-self: center;
  padding-bottom: 38px; }

.mainSecondSection .midContents h2 {
  text-align: center; }

.mainSecondSection .midContents h2 span {
  color: #01a7db; }

.mainSecondSection .sendMails {
  margin-top: 26px; }

.mainSecondSection .formBoxFiltering {
  padding: 0;
  box-shadow: none;
  border: 0;
  margin-bottom: 0; }

.mainSecondSection .bottomBlock {
  font-size: 1.35rem;
  padding-bottom: 100px; }

.mainSecondSection .bottomBlock h4 {
  text-align: left;
  font-weight: 700; }

@media screen and (max-width: 39.9375em) {
  .mainSecondSection h3,
  .mainSecondSection p {
    text-align: center !important; }

  .mainSecondSection h3 {
    font-size: 1.5rem; }

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

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

  .mainSecondSection .bottomImage {
    max-width: 100%; }

  .mainSecondSection .bottomBlockContents {
    padding-bottom: 5px;
    padding-top: 20px; }

  .mainSecondSection .upperContents {
    padding-top: 25px; }

  .mainSecondSection .upperContents .h2 {
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: 30px; }

  .mainSecondSection .midContents h2 {
    padding-bottom: 20px; }

  .mainSecondSection .sendMails {
    margin-top: 100px; }

  .mainSecondSection .bottomBlock h4 {
    text-align: center;
    margin: 16px 0 0; } }
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .mainSecondSection .bottomBlock h4 {
    text-align: center;
    margin: 16px 0 0; }

  .mainSecondSection h2,
  .mainSecondSection h3,
  .mainSecondSection p {
    text-align: center !important; }

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

  .mainSecondSection .bottomImage {
    max-width: 100%; } }
@media screen and (min-width: 64em) {
  .mainSecondSection .bottomImage {
    max-width: 900px;
    position: relative;
    right: -100px;
    padding-bottom: 100px; }

  .mainSecondSection .bottomBlockContents {
    padding-bottom: 5px; } }
.memberPremium {
  background: #01a7db;
  padding: 4.6875rem 0; }

.memberPremium .startConversation {
  background: #00506a;
  padding: 0.5em 8.8rem;
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 0.375rem;
  margin-left: 0.938rem; }

.memberPremium .qualifyFeature {
  padding-left: 5.938rem;
  padding-right: 4.688rem; }

.memberPremium .premiumForm {
  margin-left: 1.25rem;
  max-width: 36%; }

.memberPremium .white-color {
  color: #fff; }

.memberPremium .qHead {
  font-weight: 600; }

.memberPremium .qualifyHead {
  margin-bottom: 0; }

.memberPremium .premiumImage {
  max-width: 4.5rem; }

.memberPremium .qualifyCount {
  padding-left: 0.938rem; }

.memberPremium .marginTopSeventeen {
  margin-top: 1.063rem; }

.memberPremium .white-color a {
  color: #fff; }

@media screen and (max-width: 39.9375em) {
  .memberPremium .qualifyHeader {
    font-size: 2rem;
    margin-top: 0.938rem;
    padding-left: 0; }

  .memberPremium .premiumForm {
    margin-left: 0;
    max-width: 100%;
    margin-top: 0.438rem; }

  .memberPremium .qualifyFeature {
    padding-left: 0;
    padding-right: 0; }

  .memberPremium .marginTopFiveFive {
    margin-top: 3.438rem; }

  .memberPremium .qHead {
    font-size: 1.6rem;
    font-weight: 600; }

  .memberPremium .explanation {
    font-size: 1.3rem;
    line-height: 1.4; }

  .memberPremium .mTopFour {
    margin-top: 2.5rem !important; }

  .memberPremium .mTopOne {
    margin-top: 0.625rem !important; }

  .memberPremium .lineHeight {
    line-height: 1.4; }

  .memberPremium .startConversation {
    background: #00506a;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 0.375rem;
    padding-left: 3.375rem;
    padding-right: 3.375rem;
    margin-left: 0; }

  .memberPremium .qualifyCount {
    padding-left: 0;
    font-size: 1.6rem; } }
.addOn {
  background: #fff;
  color: #0a0a0a;
  padding: 6.25rem 0; }

.addOn .large-6 .notes {
  padding-right: 2rem; }

.addOn .icon-wrapper {
  text-align: center; }

.addOn .icon-wrapper img {
  width: auto;
  max-width: 60px; }

.addOn a {
  text-decoration: underline;
  display: block;
  text-align: left;
  font-size: 1.2rem;
  color: #01a7db; }

.addOn .leftBorder {
  border-left: 1px solid #c9cad1; }

.addOn ul li {
  font-size: 1.25rem;
  margin-bottom: 8px; }

.addOn ul li span {
  color: #01a7db;
  padding-right: 5px; }

@media (min-width: 1024px) {
  .L-text-left {
    text-align: left; } }
@media (max-width: 1023px) {
  .section2 {
    padding-top: 100px !important; }

  .hedLogo {
    text-align: center;
    padding: 0; }

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

  .m-padding-left {
    padding-left: 0 !important; }

  .m-padding-left-3 {
    padding-left: 3rem; }

  .m-ul-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }

  .m-padding-right-0 {
    padding-right: 0 !important; }

  .m-margin-top-six {
    padding-top: 60px; }

  .m-margin-top-three {
    padding-top: 30px; }

  .m-margin-top-two {
    padding-top: 20px; }

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

  .m-padding-vertical-2 {
    padding-top: 2rem;
    padding-bottom: 2rem; }

  .m-padding-vertical-3 {
    padding-top: 3rem;
    padding-bottom: 3rem; }

  .circle:after {
    left: 46%; }

  .addOn .leftBorder {
    border-top: 1px solid #e1e1e1;
    border-left: 0; }

  .signupBody .paddingRightTen {
    padding-right: 0 !important; }

  .logo {
    text-align: center; }

  .chooseSection {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: left; }

  .billing [type="radio"]:checked + label,
  .billing [type="radio"]:not(:checked) + label {
    margin-top: 16px; }

  .footer h4 {
    text-align: center; }

  .footer ul {
    margin-bottom: 40px; }

  .footer ul li {
    text-align: center; }

  .footer .mainBoxSocial {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }

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

  .footer .bringToTopOne {
    display: none; }

  .footer .bringToTopTwo {
    display: block; }

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

  .billing .blueGreyButton {
    margin: 2rem 2.313rem; } }
@media (max-width: 639px) {
  .signupBody .signupLogo {
    text-align: center;
    margin: 1rem 0; }

  .s-margin-bottom-1 {
    margin-bottom: 1rem !important; }

  .s-margin-bottom-2 {
    margin-bottom: 2rem !important; }

  .s-margin-bottom-3 {
    margin-bottom: 3rem !important; }

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

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

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

  .s-padding-left {
    padding-left: 18%; }

  .hedLogo {
    text-align: left; }

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

  .happystudio {
    padding-top: 180px; } }
.pricing-billing {
  padding-bottom: 25rem; }

.pricing-billing .background {
  background: #f5f5f5;
  text-align: left;
  padding-bottom: 5rem; }

.pricing-billing > .background > :nth-last-child(2) {
  margin-bottom: -25rem; }

.pricing-billing > .background > :last-child {
  position: relative;
  bottom: -25rem; }

.pricing-billing > .background + * {
  position: relative;
  top: 25rem; }

.pricing-billing [data-billing-term]:not([data-billing-term="annual"]) [data-price="annual"],
.pricing-billing [data-billing-term]:not([data-billing-term="monthly"]) [data-price="monthly"] {
  display: none; }

.pricing-billing .fa.fa-check {
  color: #01a7db; }

.pricing-billing .save {
  font-size: 1.2rem;
  color: #39b55a;
  margin-right: 3.75em; }

.pricing-billing label {
  font-size: 1.4rem; }

.pricing-billing .page-section ul li {
  font-size: 1.25rem;
  margin-bottom: 0.5rem; }

.pricing-billing .page-section ul li span {
  color: #01a7db;
  padding-right: 0.313rem; }

.pricing-billing .blueGreyButton {
  background-color: #00506a !important;
  margin: 40px 5vw !important; }

.pricing-billing .priceBox {
  width: 100%;
  background: #01a7db;
  color: #fff;
  margin-top: 2.25rem;
  margin-left: 0;
  border-radius: 0.375rem;
  font-size: 1.2rem;
  margin-bottom: 2.25rem; }

.pricing-billing .priceBox .paddingTextSpecial {
  padding: 8px 15px; }

.pricing-billing .priceBox p {
  font-size: 1.15rem !important;
  margin: 0; }

.pricing-billing .priceBox h4 {
  text-align: center; }

.pricing-billing .priceBox a {
  text-decoration: underline;
  display: block;
  text-align: left;
  font-size: 1.2rem;
  color: #01a7db; }

.pricing-billing .priceBox a.telephone-link {
  text-decoration: none; }

.pricing-billing .priceBox .textLeft {
  text-align: left; }

.pricing-billing .hedbgColor {
  background: #00506a !important; }

.pricing-billing .innerWhiteBox {
  width: 100%;
  background: #fff;
  color: #0a0a0a;
  border-radius: 6px;
  border: 1px solid #c9cad1; }

.pricing-billing .innerWhiteBox ul li span {
  margin-right: 5px; }

.pricing-billing .trialButton {
  font-weight: 600;
  background: #00a6dc;
  padding: 0.5em 3.125rem !important;
  text-decoration: none !important;
  margin: 13px 43px;
  color: #fff !important;
  font-size: 1.25rem !important;
  border-radius: 5px;
  width: 100%; }

.pricing-billing .trialButton.sw-btn {
  background-color: #00506a; }

.pricing-billing .billing-radio {
  position: absolute;
  left: -9999px; }

.pricing-billing .billing-radio:not(:checked) + .pseudo-radio:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

.pricing-billing .billing-radio:checked + .pseudo-radio:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.pricing-billing .billing-radio-label {
  position: relative;
  padding-left: 39px;
  padding-top: 2px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #000000; }

@media screen and (max-width: 63.99875em) {
  .pricing-billing .billing-radio-label {
    margin-top: 1rem; } }
.pricing-billing .pseudo-radio {
  position: absolute;
  left: 0;
  top: 0;
  width: 27px;
  height: 27px;
  border: 1px solid #c9cad1;
  border-radius: 100%;
  background: #fff; }

.pricing-billing .pseudo-radio:after {
  content: "";
  width: 17px;
  height: 17px;
  background: #01a7db;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.pricing-billing tbody td,
.pricing-billing tbody th {
  padding: 18px 5px; }

.pricing-billing .smartworkflow .features li:first-child {
  font-weight: 700; }

.pricing-billing .mobilePackageView {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin: 0 5px; }

.pricing-billing .width100 {
  width: 100%; }

.pricing-billing .btnDisabled {
  background-color: #c9cad1 !important; }

.pricing-billing tbody tr:nth-child(2n) {
  border-bottom: 0;
  background-color: #fff; }

.pricing-billing .orbit-bullets {
  padding: 0 1rem; }

.pricing-billing .orbit-bullets .button {
  border-radius: 0.3125rem; }

.member {
  background: #edf2f5;
  padding: 4.6875rem 0; }

.member .button {
  border-radius: 5px; }

.member a {
  font-weight: 600;
  background: #01a7db;
  padding: 0.85em 3.125rem;
  font-size: 0.929rem; }

.member ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  margin: -127px 0 127px; }

.member ul li {
  padding: 0 0.3rem;
  position: relative;
  margin-bottom: 0; }

.member ul li:after {
  content: "";
  border: 2px solid #002c3a;
  width: 5px;
  height: 1px;
  position: absolute;
  border-radius: 50%;
  bottom: -12px;
  left: 50%; }

.slider {
  height: 1.5rem;
  border-radius: 0.625rem;
  background: #c9cad1;
  margin-bottom: 4.25rem; }

.slider .slider-handle {
  height: 2.375rem;
  border-radius: 0.4375rem;
  background-color: #fff;
  border: 1px solid #c9cad1; }

.slider .slider-handle:focus {
  outline: none; }

.slider .slider-fill {
  height: 100%;
  background-color: #01a7db;
  border-radius: 0.625rem 0 0 0.625rem; }

.slider .slider-text {
  position: relative;
  bottom: -2.5rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1.875rem; }

.header {
  z-index: 999; }

.header .dropdown.menu a {
  color: #000000;
  font-size: 1.2rem;
  font-weight: 600; }

.header .menu,
.header .menu.horizontal {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  justify-content: center !important; }

.header .freeTrial a {
  background: #FFC20E;
  padding: 0.6875rem 1.125rem !important;
  text-decoration: none !important;
  color: #000000 !important;
  font-size: 1.1rem !important;
  border-radius: 0.3125rem;
  width: 100%; }

.header .top-bar,
.header .top-bar ul {
  padding: 0; }

.header .top-bar li li {
  background: #fefefe; }

.header [data-sticky] {
  width: 100%; }

.header .topbar-sticky-shrink {
  padding: 2rem; }

@media screen and (max-width: 39.99875em) {
  .header .topbar-sticky-shrink {
    padding-right: 3vw; } }
.header .is-stuck {
  background: #fefefe;
  padding: 0.5rem 2rem;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  border-bottom: 1px solid #f5f5f5;
  box-shadow: 0 10px 40px rgba(23, 39, 77, 0.05); }

.header .dropdown.menu > li > a {
  padding: 1rem 1.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.header .is-dropdown-submenu .is-dropdown-submenu-parent > a:after {
  border-color: transparent transparent transparent #000; }

.header .menu .is-active a {
  background: none;
  color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.header .menu .is-active a:hover {
  background: none; }

.header .dropdown.menu > li > a:hover,
.header .menu .is-active a:hover {
  color: #E8B10F;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.header .dropdown.menu li.current-menu-item ul.sub-menu li a {
  color: #000000; }
  .header .dropdown.menu li.current-menu-item ul.sub-menu li a:hover {
    color: #FFC20E; }
.header .dropdown.menu li.current-menu-item a {
  color: #E8B10F; }

.header .dropdown.menu > li.is-dropdown-submenu-parent > a:after {
  border-color: #0a0a0a transparent transparent; }

.header.light .topbar-sticky-shrink:not(.is-stuck) .freeTrial a {
  color: #000000 !important;
  background-color: #FFC20E; }

.header.light .topbar-sticky-shrink:not(.is-stuck) .dropdown.menu > li > a {
  color: #000000; }

.header.light .topbar-sticky-shrink:not(.is-stuck) .dropdown.menu > li > a:after {
  border-color: #000000 transparent transparent; }

.header.light .topbar-sticky-shrink:not(.is-stuck) .dropdown.menu > li.is-active > a {
  color: #000000; }

@media screen and (max-width: 63.99875em) {
  .header {
    height: auto; } }
.sidenav .wrapper {
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease;
  height: 100%;
  width: 80%;
  position: fixed;
  top: 0;
  left: -80%;
  background-color: #EAEAEA;
  overflow-x: hidden;
  padding-top: 60px;
  z-index: 1000; }

.sidenav .nav-toggle-container {
  z-index: 1000;
  position: fixed;
  right: 2rem;
  top: 0;
  height: 7.78rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center; }

.no-js .sidenav .nav-toggle-container {
  display: none; }

.sidenav .nav-toggle {
  border-radius: 50%;
  width: 2.8125rem;
  height: 2.8125rem;
  background: #fefefe;
  color: #0a0a0a;
  border: 1px solid #f5f5f5; }

.sidenav .open-nav {
  padding: 12px 8px; }

.sidenav .close-nav {
  padding: 10px; }

.sidenav .page-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0;
  z-index: 999;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }

.sidenav .mobile-menu-logo {
  width: 100%;
  padding: 0;
  position: absolute;
  top: 0; }

.sidenav .mobile-menu-logo img {
  max-width: 180px; }

.sidenav .mobile-menu-logo a {
  padding: 15px 0 0 15px; }

.sidenav .is-drilldown {
  max-width: 100% !important;
  overflow: visible;
  min-height: auto !important; }

.sidenav .is-drilldown li {
  display: block;
  width: 100%; }

.sidenav .drilldown {
  width: 100% !important;
  margin-top: 50px; }

.sidenav .drilldown a {
  background: transparent; }

.sidenav .drilldown a:focus {
  outline: none; }

.sidenav p {
  color: #edf2f5;
  padding: 60px 0 10px 1.7rem;
  text-align: left; }

.sidenav .freeTrial {
  background: #FFC20E;
  padding: 0.6875rem 1.125rem !important;
  text-decoration: none !important;
  color: #000000 !important;
  font-size: 1.1rem !important;
  border-radius: 0.3125rem;
  margin: 20px;
  border: 0; }

.sidenav .freeTrial a:hover {
  border: 0; }

.sidenav .drilldown .is-drilldown-submenu {
  background: #EAEAEA;
  min-height: 300px; }

.sidenav .drilldown.align-left .is-drilldown-submenu-parent > a:after,
.sidenav .drilldown .is-drilldown-submenu-parent > a:after {
  border-color: transparent transparent transparent #0A0A0A;
  right: 0; }

.sidenav .drilldown.align-right .is-drilldown-submenu-parent > a:after,
.sidenav .drilldown .js-drilldown-back > a:before {
  border-color: transparent #0A0A0A transparent transparent;
  left: 0;
  display: none; }

.sidenav .js-drilldown-back {
  margin-bottom: 3rem;
  border-bottom: 0px; }

.sidenav .js-drilldown-back a img {
  width: 30px;
  margin-right: 5px; }

.sidenav .js-drilldown-back a {
  font-size: 1.2rem !important;
  color: #000000 !important;
  font-weight: 700; }

.sidenav a {
  margin: 15px 32px 0;
  text-decoration: none;
  padding: 0 0 10px !important;
  font-size: 1.7rem;
  color: #000000;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 2px solid rgba(0, 53, 70, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.sidenav a.telephone {
  padding: 0 !important;
  margin-left: 0; }

.sidenav .is-drilldown a.highlight,
.sidenav .is-drilldown a:hover {
  color: #FFC20E;
  border-bottom: 2px solid #FFC20E;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.sidenav .is-drilldown .active {
  border-bottom: 2px solid #E8B10F; }

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px; }

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px; }

  .sidenav a {
    font-size: 18px; } }
body.menu-open {
  overflow: hidden; }

body.menu-open #side-nav .wrapper {
  left: 0; }

body.menu-open #side-nav .open-nav {
  display: none; }

body.menu-open #side-nav .page-overlay {
  display: block;
  opacity: 0.3; }

body:not(.menu-open) #side-nav .close-nav {
  display: none; }

.shoppingCartBlock2 h2,
.shoppingCartBlock2 p {
  text-align: left;
  padding-bottom: 20px; }

.section1 {
  width: 100%;
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
  padding: 5rem 0 4rem; }

.section2 {
  background-color: #fff;
  padding: 200px 0 90px; }

.section3 {
  margin-bottom: 8rem; }

.shopping-fun {
  margin-left: 5% !important; }

.shopping-fun,
.shopping-fun-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.shopping-fun-right {
  margin-right: 5% !important; }

.client-logo {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.client-logo img {
  padding: 20px 5px; }

.blueprint-certified {
  font-size: 15px;
  font-weight: 600;
  line-height: 65px; }

.nomargin {
  margin: 0 !important; }

.certified-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 65px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.certified-logo a {
  width: 30%; }

.logos {
  text-align: center;
  margin: 0 auto; }

@media (max-width: 1280px) {
  .certified-logo {
    margin-top: 50px; }

  .certified-logo a {
    width: 40%; } }
@media (max-width: 1023px) {
  .shopping-fun {
    margin-left: 0.625rem !important; }

  .shopping-fun-right {
    margin-right: 0.625rem !important; }

  .certified-logo {
    margin-bottom: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center; } }
@media screen and (max-width: 640px) {
  .logos img {
    width: 80%; }

  .certified-logo {
    margin-bottom: 10px; } }
.commissionRate {
  background: #edf2f5;
  padding: 3rem 0 0; }

.commissionRate p {
  text-align: left; }

.commissionRate .imageCommissionRate {
  max-width: 56vw;
  padding-top: 80px;
  position: relative;
  margin-bottom: -20px; }

.commissionRate .commissionRightBlock {
  padding-top: 80px; }

.commissionRate .commissionRightBlock h3 {
  font-size: 1.9rem;
  font-weight: 700;
  text-align: left; }

.commissionRate .commissionRightBlock h4 {
  font-weight: 700;
  text-align: left; }

.commissionRate .commissionRightBlock h4 span:first-child {
  color: #01a7db;
  text-decoration: none; }

.commissionRate .commissionRightBlock h4 span {
  text-decoration: underline; }

.commissionRate .findOutButton {
  padding-top: 32px; }

.commissionRate .findOutButton button {
  border-radius: 5px;
  min-width: 195px;
  font-size: 1.1rem;
  font-weight: 700; }

@media screen and (max-width: 39.9375em) {
  .commissionRate h3,
  .commissionRate h4,
  .commissionRate p {
    text-align: center !important; }

  .commissionRate .imageCommissionRate {
    max-width: 100%; }

  .commissionRate .findOutButton {
    text-align: center; } }
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .commissionRate h3,
  .commissionRate h4,
  .commissionRate p {
    text-align: center !important; }

  .commissionRate .imageCommissionRate {
    max-width: 100%; }

  .commissionRate .findOutButton {
    text-align: center; } }
@media screen and (min-width: 64em) {
  .commissionRate .imageCommissionRate {
    margin-left: -8vw; } }
.icon {
  position: relative; }

.icon-img {
  position: absolute;
  left: -35px;
  top: -2px; }

@media (max-width: 1023px) {
  .icon-img {
    left: 0;
    top: -40px; } }
nav.orbit-bullets button {
  position: relative;
  width: 120px !important;
  border-radius: 1px;
  background: #EAEAEA;
  color: #000000;
  line-height: 1;
  width: auto;
  height: auto;
  margin-left: 1rem;
  margin-top: 0.5rem;
  padding-right: 0.25em !important;
  padding-left: 0.25em !important;
  font-size: 1.25rem !important; }

nav.orbit-bullets button.is-active,
nav.orbit-bullets button:hover {
  background: #FFC20E;
  color: #000000; }

button.orbit-next,
button.orbit-previous {
  color: #c9cad1;
  background-color: transparent; }

button.orbit-next:hover,
button.orbit-previous:hover {
  background-color: transparent; }

.SeeItInActionContainer {
  position: relative;
  width: 100%; }

.SeeItInActionContainer .actionButton {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #fef16f;
  color: #000;
  border-radius: 5px;
  min-width: 300px;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 1rem; }

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

@media print, screen and (min-width: 64em) {
  .shopping-cart-slider .bleed {
    bottom: -11rem; } }
.shopping-cart-slider .orbit-image {
  width: auto; }

@media screen and (max-width: 39.9375em) {
  button.orbit-next,
  button.orbit-previous {
    display: none; }

  nav.orbit-bullets button {
    margin-left: 0.2rem;
    font-size: 0.9rem !important;
    width: 90px !important; }

  .SeeItInActionContainer .actionButton {
    top: 70%;
    -webkit-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%);
    -ms-transform: translate(-50%, -70%);
    min-width: 155px;
    font-size: 0.9rem; } }
@media screen and (max-width: 39.9375em) {
  .align-bottom {
    padding-bottom: 4rem; } }
@media screen and (min-width: 40em) {
  .align-bottom {
    padding-bottom: 4rem; } }
.signup-form hr {
  width: calc(100% + 4em);
  max-width: calc(100% + 4em);
  margin-left: -2em;
  margin-right: -2em;
  border-color: #f5f5f5; }

.marginTop {
  margin-top: 35px !important; }

.marginBottom {
  margin-bottom: 35px !important; }

.form-group label {
  left: 0 !important; }

.form-group {
  position: relative;
  margin-top: 0 !important;
  margin-bottom: 2.25rem; }

.form-inline > .form-group {
  display: inline-block;
  margin-bottom: 0; }

.form-group input {
  height: 1.9rem; }

.form-group .control-label {
  position: absolute;
  top: 0.25rem;
  pointer-events: none;
  padding-left: 1.125rem;
  z-index: 1;
  color: #b3b3b3;
  font-weight: 400; }

.form-group .control-label,
.form-group input {
  font-size: 1rem;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease; }

.form-group input {
  display: block;
  background: none;
  border-width: 0;
  border-color: transparent;
  line-height: 1.9;
  width: 100%;
  color: transparent;
  box-shadow: none;
  font-weight: 700;
  padding: 0.688rem 1.125rem 0.125rem !important; }

.form-group input.form-file,
.form-group input.has-value,
.form-group input:focus,
.form-group input:valid {
  color: #333; }

.form-group input.form-file ~ .control-label,
.form-group input.has-value ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group input:valid ~ .control-label {
  font-size: 0.8rem;
  color: grey;
  top: 0;
  left: 0; }

.form-group input:focus {
  outline: none; }

.form-group input:focus ~ .control-label {
  color: #01a7db;
  font-weight: 700; }

.website-addon {
  background-color: #edf2f5; }

.website-addon .price-header {
  font-size: 2.5em;
  vertical-align: top; }

.website-addon .price-header .price-header-currency {
  display: inline;
  color: #c9cad1;
  font-size: 0.5em; }

.website-addon .button {
  padding: 0.5em 0.85em; }

.website-addon ul {
  text-align: left;
  list-style: none; }

.website-addon ul li {
  line-height: 1.85em; }

.website-addon ul li > i:before {
  color: #01a7db; }

.website-builder {
  background-color: #f5f5f5; }

.smart-website-info .background {
  background: #002c3a; }

.smart-website-info h1 {
  color: #f5f5f5; }

.smart-website-info .main-content {
  padding-top: 1rem; }

.smart-website-info .action-button-row {
  padding-bottom: 1rem; }

.smart-website-info .action-button-row a:last-child {
  background-color: #00506a; }

.mobile-ready-templates {
  background: url(../img/imagequix/websites/web-template-bg.jpg);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  color: #f5f5f5; }

.mobile-ready-templates .highlight-header {
  color: #01a7db; }

/*# sourceMappingURL=maps/app.min.css.map */
/*********************
GENERAL STYLES
*********************/
.clearfix, .cf, .comment-respond {
  zoom: 1; }

.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
  content: "";
  display: table; }

.clearfix:after, .cf:after, .comment-respond:after {
  clear: both; }

nav ul, nav ol, ul.list, .footer ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }
  nav ul li, nav ol li, ul.list li, .footer ul li {
    font-size: 1em; }

span.anchor {
  position: absolute;
  margin-top: -50px;
  top: 0;
  left: 0;
  width: 100%;
  height: auto; }

/*********************
LAYOUT & GRID STYLES
*********************/
.outer {
  width: 100%;
  margin: 0 auto; }

.inner {
  max-width: 75rem;
  margin: 0 auto; }

.wrap {
  width: 66.66667%;
  margin: 0 auto; }

.inner-wrap {
  width: 41.66667%;
  margin: 0 auto; }

.tiny-wrap {
  width: 74.125874%;
  /*636/858*/
  margin: 0 auto; }

.big-column {
  float: left;
  width: 65.8986175115207%;
  /*858/1302*/ }
  .big-column .sub-column {
    width: 48.2517482517483%;
    /*414/858*/ }
  .big-column .sub-column-1 {
    float: left;
    clear: both; }
  .big-column .sub-column-2 {
    float: right; }

.small-column {
  float: right;
  width: 31.7972350230415%;
  /*414/1302*/ }

.small-column-left {
  float: left;
  width: 38.333333333333%;
  /*414/1080*/ }

.big-column-right {
  float: right;
  width: 58.888888889%;
  /*858/1080*/ }
  .big-column-right .sub-column {
    width: 48.2517482517483%;
    /*414/858*/ }
  .big-column-right .sub-column-1 {
    float: left;
    clear: both; }
  .big-column-right .sub-column-2 {
    float: right; }

.three-column {
  width: 30.1424501424501%;
  float: left;
  box-sizing: border-box;
  margin-left: 4.7863247863248%;
  margin-bottom: 105px; }
  .three-column img {
    margin-bottom: 25px; }

.three-column-0 {
  margin-left: 0px;
  clear: both; }

.two-column {
  width: 48.8479262672811%;
  /*636/1302*/ }
  .two-column .sub-col-1 {
    float: left;
    width: 39.622642%;
    /*252/ 636*/ }
  .two-column .sub-col-2 {
    float: right;
    width: 55.660377%;
    /*354/636*/ }
  .two-column .two-column-wrap {
    width: 90.566038%;
    /*576/636*/
    margin: 0 auto;
    padding: 0 0 30px 0; }

.two-column-1 {
  float: left;
  clear: both; }

.two-column-2 {
  float: right; }

.four-column {
  width: 23.2718894009217%;
  /*303/1280*/
  margin: 0 0 0 2.3041474654378%;
  /*30/1302*/
  float: left; }
  .four-column img {
    margin-bottom: 25px; }

.four-column-0 {
  margin-left: 0px;
  clear: both; }

.flush-column {
  width: 50%; }

.flush-column-1, .flush-column-2 {
  float: left; }

.top-col {
  padding: 27px 0 32px 0;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1; }
  .top-col .top-col-wrap {
    width: 83.3846153846154%;
    margin: 0 auto; }

.top-three-col {
  width: 31.25%;
  float: left;
  margin-left: 3.125%; }

.top-three-col-0 {
  margin-left: 0px;
  clear: both; }

.top-two-col {
  width: 48.8479262672811%;
  /*636/1302*/ }

.top-two-col-0 {
  float: left;
  clear: both; }

.top-two-col-1 {
  float: right; }

/*********************
04. LINK STYLES
*********************/
a.purple-button {
  color: #FFFFFF;
  background-color: #450788;
  border-radius: 4px;
  padding: 12px 30px;
  display: inline-block;
  margin-top: 10px;
  font-size: .7391em;
  font-weight: 600;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease; }
  a.purple-button:hover {
    background-color: #904DFF; }

a.excerpt-read-more {
  color: #E8B10F; }

a.yellow-button {
  background: #FFC20E;
  padding: 0.6875rem 1.125rem !important;
  text-decoration: none !important;
  color: #000000 !important;
  font-size: 1.1rem !important;
  border-radius: 0.3125rem;
  margin-bottom: 10px;
  display: inline-block; }
  a.yellow-button:hover {
    background: #E8B10F; }

/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
p {
  position: relative; }
  p a {
    color: #E8B10F; }
  p a.button {
    color: #000000;
    font-size: .77em; }

h2 {
  color: #300063;
  margin-bottom: 1rem; }

/*********************
HEADER SYTLES
*********************/
ul.sub-menu {
  visibility: hidden; }

.above-bleed h1, .above-bleed h2, .above-bleed h3, .above-bleed h4, .above-bleed h5, .above-bleed h6, .above-bleed p, .above-bleed ul li, .above-bleed ol li {
  color: #000000; }

.black-above-bleed h1, .black-above-bleed h2, .black-above-bleed h3, .black-above-bleed h4, .black-above-bleed h5, .black-above-bleed h6, .black-above-bleed p, .black-above-bleed ul li, .black-above-bleed ol li {
  color: #000000; }

.page-blog, .leadership-page, .page-case-studies {
  padding-bottom: 11rem; }
  .page-blog .background, .leadership-page .background, .page-case-studies .background {
    background: #EAEAEA; }

.landing-page {
  padding-bottom: 8rem; }
  .landing-page .background {
    background: #EAEAEA; }

.blog-banner {
  padding: 0 0 3rem 0; }
  .blog-banner h1 {
    font-size: 3.1875em; }

/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  margin-top: 2.2em; }

.byline {
  color: #999; }

#post-not-found {
  min-height: 400px; }

.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em; }

.entry-content img {
  margin: 0 0 15px 0;
  max-width: 100%;
  height: auto; }

.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

/* end .entry-content */
.wp-caption {
  padding: 5px;
  /* images inside wp-caption */
  max-width: 100% !important;
  margin-bottom: 15px; }

.wp-caption img {
  margin-bottom: 0;
  width: 100%; }

.wp-caption p.wp-caption-text {
  font-size: 1em;
  margin: 10px 0 0px 0;
  text-align: center;
  font-style: italic; }

.top-banner {
  background-color: #D9E2DB;
  padding: 25px 0; }

/* entry content */
.entry-content .alignleft,
.entry-content img.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright,
.entry-content img.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter,
.entry-content img.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.default-content {
  min-height: 400px; }

#searchform {
  position: relative; }
  #searchform label {
    display: none; }

input#searchsubmit {
  background: none;
  border: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem;
  padding: .85em 1em;
  border: 1px solid transparent;
  border-radius: 5px;
  -webkit-transition: background-color .25s ease-out,color .25s ease-out;
  transition: background-color .25s ease-out,color .25s ease-out;
  font-family: inherit;
  font-size: .9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fff;
  background-color: #01a7db;
  color: #fff;
  border-radius: 5px;
  font-weight: 900;
  font-size: 1.1em; }
  input#searchsubmit:hover {
    background-color: #14679e;
    color: #fff; }

.footer input#searchsubmit {
  display: block;
  background: none;
  background: url("../img/magnifying-glass.png") no-repeat left top;
  border: none;
  border-radius: 0px;
  background-size: cover;
  width: 28px;
  height: 23px;
  padding: 0 0 0 5px;
  position: absolute;
  right: 10px;
  top: 8px;
  z-index: 1;
  text-indent: -9999px; }

.has-background-image {
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #f5f5f5; }

.home-analyze.has-background-image {
  padding: 100px 0; }

.large-12 .large-6 {
  width: 50%;
  margin: 0 auto; }

.bottom-section {
  background-color: #EAEAEA;
  padding: 100px 0; }

.blueprint-breadcrumbs__separator {
  display: inline-block;
  position: relative;
  top: 8px; }

.blueprint-landing {
  padding-bottom: 0px; }

.product-scroll-prompt {
  margin: 0 0 5rem 0; }

.product-page-section {
  padding: 50px 0; }

.product-page-section-one {
  padding: 50px 0 0 0; }

.product-page-section.has-background-color {
  padding: 11.25rem 0; }

.first-full-page-section {
  background-color: #f5f5f5; }

.full-page-section {
  padding: 100px 0; }

.banner-bottom {
  padding: 0 2rem;
  margin-top: 3rem; }

.slide-header p {
  display: inline;
  text-align: left; }

p.normalize {
  display: inline;
  text-align: left; }

.smart-workflow-tag {
  margin-bottom: 50px; }

.post h1, .post h2, .post h3, .post h4, .post h5, .post h6, .post p, .post ul li, .post ol li, .archive-intro h1, .archive-intro h2, .archive-intro h3, .archive-intro h4, .archive-intro h5, .archive-intro h6, .archive-intro p, .archive-intro ul li, .archive-intro ol li, .blog-articles-section h1, .blog-articles-section h2, .blog-articles-section h3, .blog-articles-section h4, .blog-articles-section h5, .blog-articles-section h6, .blog-articles-section p, .blog-articles-section ul li, .blog-articles-section ol li, .leadership-section h1, .leadership-section h2, .leadership-section h3, .leadership-section h4, .leadership-section h5, .leadership-section h6, .leadership-section p, .leadership-section ul li, .leadership-section ol li, .bottom-callout h1, .bottom-callout h2, .bottom-callout h3, .bottom-callout h4, .bottom-callout h5, .bottom-callout h6, .bottom-callout p, .bottom-callout ul li, .bottom-callout ol li, .leadership-middle-section h1, .leadership-middle-section h2, .leadership-middle-section h3, .leadership-middle-section h4, .leadership-middle-section h5, .leadership-middle-section h6, .leadership-middle-section p, .leadership-middle-section ul li, .leadership-middle-section ol li,
.library h1,
.library h2,
.library h3,
.library h4,
.library h5,
.library h6,
.library p,
.library ul li,
.library ol li, .landing-above-bleed h1, .landing-above-bleed h2, .landing-above-bleed h3, .landing-above-bleed h4, .landing-above-bleed h5, .landing-above-bleed h6, .landing-above-bleed p, .landing-above-bleed ul li, .landing-above-bleed ol li, .below-banner-section h1, .below-banner-section h2, .below-banner-section h3, .below-banner-section h4, .below-banner-section h5, .below-banner-section h6, .below-banner-section p, .below-banner-section ul li, .below-banner-section ol li, .landing-middle-section h1, .landing-middle-section h2, .landing-middle-section h3, .landing-middle-section h4, .landing-middle-section h5, .landing-middle-section h6, .landing-middle-section p, .landing-middle-section ul li, .landing-middle-section ol li, .landing-bottom-section h1, .landing-bottom-section h2, .landing-bottom-section h3, .landing-bottom-section h4, .landing-bottom-section h5, .landing-bottom-section h6, .landing-bottom-section p, .landing-bottom-section ul li, .landing-bottom-section ol li, .bottom-box-section h1, .bottom-box-section h2, .bottom-box-section h3, .bottom-box-section h4, .bottom-box-section h5, .bottom-box-section h6, .bottom-box-section p, .bottom-box-section ul li, .bottom-box-section ol li, .default-page h1, .default-page h2, .default-page h3, .default-page h4, .default-page h5, .default-page h6, .default-page p, .default-page ul li, .default-page ol li,
.agreement-page h1,
.agreement-page h2,
.agreement-page h3,
.agreement-page h4,
.agreement-page h5,
.agreement-page h6,
.agreement-page p,
.agreement-page ul li,
.agreement-page ol li {
  text-align: initial; }
.post .has-text-align-center, .archive-intro .has-text-align-center, .blog-articles-section .has-text-align-center, .leadership-section .has-text-align-center, .bottom-callout .has-text-align-center, .leadership-middle-section .has-text-align-center,
.library .has-text-align-center, .landing-above-bleed .has-text-align-center, .below-banner-section .has-text-align-center, .landing-middle-section .has-text-align-center, .landing-bottom-section .has-text-align-center, .bottom-box-section .has-text-align-center, .default-page .has-text-align-center,
.agreement-page .has-text-align-center {
  text-align: center; }
.post .has-text-align-right, .archive-intro .has-text-align-right, .blog-articles-section .has-text-align-right, .leadership-section .has-text-align-right, .bottom-callout .has-text-align-right, .leadership-middle-section .has-text-align-right,
.library .has-text-align-right, .landing-above-bleed .has-text-align-right, .below-banner-section .has-text-align-right, .landing-middle-section .has-text-align-right, .landing-bottom-section .has-text-align-right, .bottom-box-section .has-text-align-right, .default-page .has-text-align-right,
.agreement-page .has-text-align-right {
  text-align: right; }
.post .has-text-align-left, .archive-intro .has-text-align-left, .blog-articles-section .has-text-align-left, .leadership-section .has-text-align-left, .bottom-callout .has-text-align-left, .leadership-middle-section .has-text-align-left,
.library .has-text-align-left, .landing-above-bleed .has-text-align-left, .below-banner-section .has-text-align-left, .landing-middle-section .has-text-align-left, .landing-bottom-section .has-text-align-left, .bottom-box-section .has-text-align-left, .default-page .has-text-align-left,
.agreement-page .has-text-align-left {
  text-align: left; }

.default-page-header {
  padding-bottom: 5rem; }

.default-page {
  padding: 3rem 0 8rem; }

.blog-articles-section {
  margin-top: 0px;
  margin-bottom: 112px;
  padding-top: 32px; }

.blog-post {
  display: block;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1; }
  .blog-post .article-top {
    padding: 30px 0 0 0; }
    .blog-post .article-top img {
      display: block;
      margin: 0 auto; }
  .blog-post .article-bottom-wrap {
    padding: 30px 2rem 15px 2rem; }

.library-item a, .products-item a {
  color: inherit; }
  .library-item a .read-more, .products-item a .read-more {
    color: #E8B10F; }

.blog-navigation {
  padding: 0 2rem;
  clear: both; }

ul.blog-nav {
  text-align: left;
  padding: 42px 0; }
  ul.blog-nav li {
    display: inline-block;
    color: #000000;
    padding: 0 19px 0 18px; }
    ul.blog-nav li a, ul.blog-nav li span {
      color: #000000;
      font-weight: 600;
      font-size: 1.125em; }
      ul.blog-nav li a:hover, ul.blog-nav li span:hover {
        color: #300063; }
  ul.blog-nav li.current-cat a {
    border-bottom: 1px solid #000000; }

.archive-intro {
  padding-top: 72px; }

.blog-main-image {
  margin: 32px 0 72px 0; }
  .blog-main-image img {
    display: block;
    margin: 0 auto; }

.author-detail {
  margin: 38px 0;
  padding: 38px 0;
  box-sizing: border-box;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1; }
  .author-detail .author-detail-wrap {
    width: 90.9952606635071%;
    /*768/844*/
    margin: 0 auto; }
    .author-detail .author-detail-wrap .author-detail-col-0 {
      width: 21.7447916666667%;
      /*167/768*/
      float: left; }
      .author-detail .author-detail-wrap .author-detail-col-0 img {
        display: block;
        margin: 0 auto;
        border-radius: 50%; }
    .author-detail .author-detail-wrap .author-detail-col-1 {
      width: 74.609375%;
      /*573/768*/
      float: right; }
      .author-detail .author-detail-wrap .author-detail-col-1 h3 a {
        color: inherit;
        text-decoration: none; }
        .author-detail .author-detail-wrap .author-detail-col-1 h3 a:hover {
          text-decoration: underline; }
      .author-detail .author-detail-wrap .author-detail-col-1 p a.author-link {
        text-decoration: none;
        color: #300063; }

.leadership-section {
  padding-top: 100px; }
  .leadership-section .intro {
    padding-bottom: 80px; }

ul.leader-list li {
  margin-bottom: 105px; }
  ul.leader-list li ul li {
    margin-bottom: 10px;
    font-size: 1.4375rem; }

.leader-thumb {
  display: block;
  margin: 0 0 35px 0; }

.leadership-page, .testimonials-page {
  color: #fff; }
  .leadership-page .background, .testimonials-page .background {
    background-color: #EAEAEA; }

.leadership-above-bleed {
  padding-bottom: 72px; }

.leadership-middle-section, .landing-middle-section {
  padding: 8rem 0 2rem 0; }

.bottom-callout {
  background-color: #4DA8DA;
  padding: 8rem 0 2rem 0; }
  .bottom-callout h1, .bottom-callout h2, .bottom-callout h3, .bottom-callout h4, .bottom-callout h5, .bottom-callout h6, .bottom-callout ul li, .bottom-callout ol li, .bottom-callout p {
    color: #FFFFFF; }

.library-main-image {
  padding: 72px 0 0 0; }
  .library-main-image img {
    display: block;
    margin: 0 auto; }

.single-library {
  padding: 72px 0 105px 0; }

.home-after-bleed {
  padding: 2rem 0 0 0; }

.landing-above-bleed .two-column {
  margin-bottom: 25px; }
.landing-above-bleed .two-column-1 {
  visibility: hidden; }

#lead-form {
  margin-top: 45px;
  text-align: left; }
  #lead-form label {
    display: none; }
  #lead-form label.error {
    display: block;
    color: #f5f5f5;
    font-size: 1.25em; }
  #lead-form input.website {
    display: none; }
  #lead-form input {
    float: left;
    border-radius: 0.3125rem;
    padding: 1.35rem 1.125rem !important;
    font-size: 1.25rem; }
  #lead-form .field {
    float: left;
    width: 50%; }
  #lead-form .actions {
    float: left;
    width: 39%; }
  #lead-form input#lead-submit {
    margin-left: 10px;
    color: #0a0a0a !important;
    background-color: #fef16f;
    padding: 0.6875rem 1.125rem !important;
    text-decoration: none !important;
    font-size: 1.25rem !important;
    border-radius: 0.3125rem;
    width: 100%;
    border: none;
    font-weight: 700;
    cursor: pointer; }

.top-section-content, .middle-section-content {
  margin: 50px 0; }

.bottom-section-content {
  margin-top: 93px; }

.bottom-box {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  margin-bottom: 93px; }
  .bottom-box .bottom-box-wrap {
    width: 89%;
    margin: 0 auto;
    padding: 44px 0 34px 0; }

.bottom-box-col-0 {
  width: 14.5%;
  float: left; }

.bottom-box-col-1 {
  width: 77%;
  float: right; }

ul#menu-the-main-menu li {
  padding: 0 20px; }

.landing-below-banner-section .intro {
  padding-top: 52px; }

body.page-template-page-request-demo-php {
  background: #EAEAEA; }
  body.page-template-page-request-demo-php .body {
    background-color: #EAEAEA; }

.demo-column {
  box-shadow: 1px 3px 6px #00000029;
  background-color: #FFFFFF; }
  .demo-column .demo-column-wrap {
    width: 89.4904458598726%;
    margin: 0 auto;
    padding: 33px 0; }

.wpcf7-form label {
  display: none; }
.wpcf7-form p {
  margin-bottom: 15px; }
.wpcf7-form .show-labels label {
  display: inline-block;
  font-size: 1.125rem; }
.wpcf7-form .wpcf7-submit {
  color: #000000;
  background-color: #FFC20E;
  border: none;
  border-radius: 4px;
  padding: 12px 30px;
  display: inline-block;
  margin-top: 10px;
  font-size: 1.375rem;
  font-weight: 600;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  cursor: pointer; }
  .wpcf7-form .wpcf7-submit:hover {
    background-color: #E8B10F; }
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 1.125rem; }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #919191;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #919191; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #919191; }

#mc_embed_signup {
  margin-top: 25px;
  max-width: 480px;
  margin: 25px auto 0 auto; }
  #mc_embed_signup h4 {
    text-align: left;
    color: #FFFFFF; }

#mc-embedded-subscribe-form #mc-embedded-subscribe {
  color: #000000;
  background-color: #FFC20E;
  border: none;
  border-radius: 4px;
  padding: 12px 20px;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  cursor: pointer; }
  #mc-embedded-subscribe-form #mc-embedded-subscribe:hover {
    background-color: #E8B10F; }
#mc-embedded-subscribe-form label.error {
  color: #FFFFFF; }
#mc-embedded-subscribe-form .fields {
  float: left;
  width: 60%; }
  #mc-embedded-subscribe-form .fields input {
    border-radius: 7px; }
#mc-embedded-subscribe-form .action {
  float: left;
  margin-left: 15px; }

.post-563 h3 {
  margin: 35px 0 20px 0; }
.post-563 h4 {
  margin-top: 25px; }

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 25px 0 0 0; }

nav.postnav {
  margin: 0px 0 25px 0;
  padding: 0px 0 4px 0; }

.pagination {
  padding: 12px 0 4px 0; }

.pagination ul.page-numbers, nav.postnav ul {
  text-align: center; }

.pagination ul.page-numbers li, nav.postnav ul li {
  display: inline;
  padding: 0 5px;
  font-size: 1.125em; }

.pagination ul.page-numbers li.prev,
.pagination ul.page-numbers li.next {
  font-weight: 700; }

.pagination ul.page-numbers li a, nav.postnav ul li a {
  text-decoration: none; }

.pagination ul.page-numbers li a.prev, nav.postnav ul li.leftnav a {
  float: left;
  padding: 0px; }

.pagination ul.page-numbers li a.next, nav.postnav ul li.rightnav a {
  float: right;
  padding: 0px; }

.postnav {
  text-align: center; }
  .postnav h3 {
    margin-top: 0px; }
  .postnav .back-to-top {
    position: relative;
    text-align: center;
    display: inline-block;
    padding: 0 10%; }
    .postnav .back-to-top a {
      display: inline-block;
      position: relative;
      top: 0px; }
  .postnav .leftnav {
    margin: 0;
    display: inline-block; }
  .postnav .rightnav {
    margin: 0;
    display: inline-block; }

.pagination ul.page-numbers li a.prev,
.pagination ul.page-numbers li a.next, nav.postnav li.leftnav a, nav.postnav li.rightnav a {
  padding: 0;
  text-decoration: none; }

.pagination ul.page-numbers a.prev:hover,
.pagination ul.page-numbers li a.bpn-next:hover,
.pagination ul.page-numbers li a.first a:hover,
.pagination ul.page-numbers li a.last:hover {
  background: none;
  color: #F44931; }

nav.postnav ul li.back-to-main {
  text-align: center; }

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }

.wp-prev-next .next-link {
  float: right; }

/******************************************************************
10. COMMENT STYLES
******************************************************************/
#comments {
  margin-top: 70px; }

.commentlist {
  margin: 0px 0 30px 0;
  padding: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 20px;
  padding: 0px; }
  .commentlist li cite, .commentlist li time {
    font-size: 1.125em; }

.commentlist li.depth-1 {
  border-bottom: 1px solid #000000; }

.commentlist li.depth-1 ul.children {
  margin: 0;
  width: 89%;
  max-width: 534px;
  padding: 0 0 0 11%; }

.commentlist li:not(.depth-1) ul.children {
  width: 89%;
  max-width: 534px;
  padding: 0 0 0 11%; }

.commentlist li[class*=depth-] {
  margin-top: 35px; }

.commentlist li.depth-4 ul.children, .commentlist li.depth-5 ul.children, .commentlist li.depth-6 ul.children, .commentlist li.depth-7 ul.children {
  width: 100%;
  max-width: 524px;
  padding: 0 0 0 0; }

.commentlist li:not(.depth-1) {
  margin-top: 0; }

.commentlist .odd {
  background: none; }

.commentlist .even {
  background: none; }

.commentcol1 {
  float: left;
  width: 7.666667%;
  /*46/600*/ }

.commentcol2 {
  float: right;
  width: 89%;
  /*534/600*/ }

.commentlist cite.fn {
  font-weight: 400;
  font-style: normal; }

.commentlist .commentcol2 time {
  float: right; }

.commentlist .commentcol2 time a {
  text-decoration: none; }

.commentlist .commentcol2 time a:hover {
  text-decoration: underline;
  color: #FFC20E; }

.commentcol2 p {
  margin: 10px 0; }

.red-alert p {
  margin: 10px 0;
  color: #0E4BFF; }

#cancel-comment-reply-link {
  display: block;
  margin-bottom: 15px; }
  #cancel-comment-reply-link p {
    font-size: 1em; }

.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  margin-bottom: 15px;
  color: #E8B10F; }

.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
  opacity: 1;
  color: #E8B10F; }

p.submit-holder {
  text-align: center;
  margin-top: 25px; }

#commentform #submit {
  background-color: #FFC20E;
  color: #000000;
  font-weight: 600;
  padding: 12px 80px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: background-color 250ms ease-out 0s;
  -moz-transition: background-color 250ms ease-out 0s;
  -o-transition: background-color 250ms ease-out 0s;
  transition: background-color 250ms ease-out 0s;
  cursor: pointer;
  border: 1px solid #EAEAEA;
  font-size: .85em;
  font-family: 'Dosis-Book'; }
  #commentform #submit:hover {
    background-color: #E8B10F; }

#commentform p {
  font-size: 1.125em; }

article.comment:last-child {
  margin-bottom: 0px; }

.comment-author {
  margin-bottom: 15px; }
  .comment-author img {
    margin-bottom: 10px;
    margin-right: 10px; }

/******************************************************************
11. COMMENT FORM STYLES
******************************************************************/
#respond {
  padding-top: 35px;
  width: 74.1258741258741%;
  /*636/858*/
  margin: 0 auto; }

.respond-form {
  padding: 30px 0 35px 0px; }
  .respond-form h4 {
    margin-bottom: 25px; }
  .respond-form form {
    width: 100%;
    margin: 0 auto; }

.comment .respond-form form {
  width: 100%;
  max-width: 500px;
  margin: 0 auto; }

ul.children .respond-form {
  margin-bottom: 25px; }

.respond-wrap {
  width: 76.66666667%;
  /*460/600*/
  margin: 0 auto; }

ul#comment-form-elements {
  margin: 25px 0 0 0px;
  padding: 0px; }

ul#comment-form-elements li {
  font-size: 1.125em; }

.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
  font-size: 1.125em; }

.respond-form form li label,
.respond-form form li small {
  display: none; }

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 15px 12px 13px 12px;
  background: #FFFFFF;
  /* form validation */
  width: 100%;
  font-weight: 300;
  color: #000000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1em;
  margin-bottom: 10px;
  border: 1px solid #707070;
  border-radius: 10px; }

.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff; }

.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  width: 100%;
  font-size: 1em; }

.respond-form form textarea {
  resize: none;
  width: 100%;
  height: 150px;
  font-size: 1em;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

li.depth-2 .respond-form form input[type=text],
li.depth-2 .respond-form form input[type=email],
li.depth-2 .respond-form form input[type=url] {
  width: 100%; }

li.depth-2 .respond-form form textarea {
  resize: none;
  width: 100%;
  height: 150px; }

li.depth-3 .respond-form form input[type=text],
li.depth-3 .respond-form form input[type=email],
li.depth-3 .respond-form form input[type=url] {
  width: 100%; }

li.depth-3 .respond-form form textarea {
  resize: none;
  width: 100%;
  height: 150px; }

/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 15px 0; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

#commentform label.error {
  display: block;
  color: #0E4BFF;
  margin-top: 10px; }

/*********************
12. SIDEBARS & ASIDES
*********************/
/*********************
FOOTER STYLES
*********************/
ul.social-icons {
  clear: both;
  float: none;
  margin-top: 47px;
  margin-bottom: 35px;
  margin-left: 0px;
  list-style-type: none;
  text-align: left;
  margin-right: 0px; }

ul.social-icons li {
  display: inline-block;
  width: 47px;
  height: 47px;
  margin-right: 18px; }

ul.social-icons li img {
  -webkit-transition: opacity 250ms ease-out 0s;
  -moz-transition: opacity 250ms ease-out 0s;
  -o-transition: opacity 250ms ease-out 0s;
  transition: opacity 250ms ease-out 0s; }

ul.social-icons li:hover img {
  opacity: .8; }

/*********************
Media Queries
*********************/
@media only screen and (min-width: 0px) {
  .inner {
    padding: 0 3rem; }

  .wrap {
    width: 100%;
    margin: 0 auto; }

  .single-column {
    padding-bottom: 72px; }

  .three-column {
    width: 80%;
    /*414/1302*/
    float: none;
    margin: 0 auto 72px auto;
    /*30/1302*/ }
    .three-column img {
      margin-bottom: 25px; }

  .page-blog {
    padding-bottom: 11vw; }

  .landing-page {
    padding-bottom: 8rem; }

  .author-detail .author-detail-wrap .author-detail-col-0 {
    float: none;
    width: 100%; }
    .author-detail .author-detail-wrap .author-detail-col-0 img {
      max-width: 200px;
      margin: 0 auto 35px auto; }
  .author-detail .author-detail-wrap .author-detail-col-1 {
    float: none;
    width: 100%; }

  .blog-main-image {
    box-sizing: border-box;
    padding: 0 2rem;
    margin: 5rem auto 2rem auto; }

  ul.blog-nav {
    text-align: center; }

  .two-column {
    width: 100%; }

  .two-column-1 {
    float: none;
    margin-bottom: 72px; }

  .two-column-2 {
    float: none; }

  .top-three-col {
    float: none;
    width: 100%;
    max-width: 325px;
    margin: 0 auto 45px auto; }

  .top-two-col {
    width: 100%;
    max-width: 636px;
    margin: 0 auto; }

  .top-two-col-0 {
    float: none;
    margin-bottom: 45px; }

  .top-two-col-1 {
    float: none; }

  .bottom-box-section {
    margin-top: 93px; }

  .bottom-box-col-0 {
    float: none;
    width: 100%;
    margin-bottom: 35px; }
    .bottom-box-col-0 img {
      display: block;
      max-width: 118px;
      margin: 0 auto; }

  .bottom-box-col-1 {
    float: none;
    width: 100%; }

  #mc_embed_signup {
    max-width: 480px;
    margin: 25px auto 55px auto;
    text-align: center; }
    #mc_embed_signup h4 {
      text-align: center;
      color: #FFFFFF; }
    #mc_embed_signup .fields {
      float: none;
      width: 100%; }
    #mc_embed_signup .action {
      float: none;
      margin-left: 0px; }
    #mc_embed_signup #mc-embedded-subscribe-form #mc-embedded-subscribe {
      padding: 12px 30px; }

  .footer .grid-container .cell {
    margin-bottom: 35px; }
    .footer .grid-container .cell:last-child {
      margin-bottom: 0px; }

  ul.social-icons {
    margin: 47px auto 35px auto;
    text-align: center;
    max-width: 480px; }

  #footer-search {
    max-width: 480px;
    margin: 0 auto; } }
@media only screen and (min-width: 500px) {
  #mc_embed_signup .fields {
    float: left;
    width: 79%; }
  #mc_embed_signup .action {
    float: left;
    margin-left: 15px; }
  #mc_embed_signup #mc-embedded-subscribe-form #mc-embedded-subscribe {
    padding: 12px 20px; } }
@media only screen and (min-width: 700px) {
  .single-column {
    padding-bottom: 105px; }

  .two-column {
    width: 48.8479262672811%;
    /*636/1302*/
    margin-bottom: 105px; }

  .two-column-1 {
    float: left;
    margin-bottom: 0px; }

  .two-column-2 {
    float: right; }

  .three-column {
    width: 30.1424501424501%;
    float: left;
    box-sizing: border-box;
    margin-left: 4.7863247863248%;
    margin-bottom: 105px; }
    .three-column img {
      margin-bottom: 25px; }

  .three-column-0 {
    margin-left: 0px;
    clear: both; }

  .top-three-col {
    width: 31.25%;
    float: left;
    margin-left: 3.125%;
    max-width: 100%; }

  .top-three-col-0 {
    margin-left: 0px; }

  .top-two-col {
    width: 48.8479262672811%;
    /*636/1302*/ }

  .top-two-col-0 {
    float: left; }

  .top-two-col-1 {
    float: right; }

  .author-detail .author-detail-wrap .author-detail-col-0 {
    width: 21.7447916666667%;
    /*167/768*/
    float: left; }
    .author-detail .author-detail-wrap .author-detail-col-0 img {
      max-width: 100%;
      display: block;
      margin: 0 auto; }
  .author-detail .author-detail-wrap .author-detail-col-1 {
    float: right;
    width: 74.609375%;
    /*573/768*/ }

  .bottom-box-section {
    margin-top: 0px; }

  .bottom-box-col-0 {
    width: 14.5%;
    float: left;
    margin-bottom: 0px; }
    .bottom-box-col-0 img {
      display: block;
      max-width: 100%;
      margin: 0 auto; }

  .bottom-box-col-1 {
    width: 77%;
    float: right; } }
@media only screen and (min-width: 768px) {
  .page-blog {
    padding-bottom: 12vw; } }
@media only screen and (min-width: 900px) {
  .page-blog {
    padding-bottom: 13vw; } }
@media only screen and (min-width: 1024px) {
  .wrap {
    width: 66.66667%;
    margin: 0 auto; }

  .page-blog {
    padding-bottom: 11rem; }

  .single-page-blog, .landing-page {
    padding-bottom: 8rem; }

  ul.blog-nav {
    text-align: left; }

  .blog-main-image {
    padding: 0px;
    margin: 32px 0 72px 0; }

  #mc_embed_signup {
    max-width: 480px;
    margin: 25px 0 0px 0;
    text-align: left; }
    #mc_embed_signup h4 {
      text-align: left;
      color: #FFFFFF; }
    #mc_embed_signup .fields {
      width: 60%; }

  .footer .grid-container .cell {
    margin-bottom: 0px; }
    .footer .grid-container .cell:last-child {
      margin-bottom: 0px; }

  ul.social-icons {
    margin: 47px 0 35px 0;
    text-align: left; }

  #footer-search {
    max-width: 480px;
    margin: 0px; } }
@media only screen and (min-width: 1200px) {
  .inner {
    padding: 0 0rem; } }
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline; }

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

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    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; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
/* ==|== Trumps =======================================================
	Trump styles
   ========================================================================== */
.left {
  float: left; }

.right {
  float: right; }

.all-caps {
  text-transform: uppercase; }

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

.italic {
  font-style: italic; }

.hidden {
  display: none; }

.not-visibile, .invisible {
  visibility: hidden; }

.no-border-top {
  border-top: none !important; }

.no-border-bottom {
  border-bottom: none !important; }

.no-boder-left {
  border-left: none !important; }

.no-border-right {
  border-right: none !important; }

.no-margin-top {
  margin-top: 0px !important; }

.no-margin-right {
  margin-right: 0px !important; }

.no-margin-bottom {
  margin-bottom: 0px !important; }

.no-margin-left {
  margin-left: 0px !important; }

.no-padding-top {
  padding-top: 0px !important; }

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

.no-padding-bottom {
  padding-bottom: 0px !important; }

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

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