/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: "Roboto", "Roboto", sans-serif;
  /* 1 */
  font-size: 81.25%;
  line-height: 1.53846em;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

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

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  line-height: 1.53846em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 0.76923em 0; }

h2 {
  font-size: 1.5em;
  line-height: 2.05128em;
  margin: 1.02564em 0; }

h3 {
  font-size: 1.17em;
  line-height: 1.31492em;
  margin: 1.31492em 0; }

h4 {
  font-size: 1em;
  line-height: 1.53846em;
  margin: 1.53846em 0; }

h5 {
  font-size: 0.83em;
  line-height: 1.85357em;
  margin: 1.85357em 0; }

h6 {
  font-size: 0.67em;
  line-height: 2.29621em;
  margin: 2.29621em 0; }

/* Grouping content
       ========================================================================== */
/**
       * Set 1 unit of vertical rhythm on the top and bottom margin.
       */
blockquote {
  margin: 1.53846em 40px; }

dl,
ol,
ul {
  margin: 1.53846em 0; }

/**
       * Turn off margins on nested lists.
       */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0; }

dd {
  margin: 0 0 0 40px; }

ol,
ul {
  padding: 0 0 0 40px; }

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

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

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

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

/**
       * Set 1 unit of vertical rhythm on the top and bottom margin.
       */
p,
pre {
  margin: 1.53846em 0; }

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

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

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

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

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

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
  /*
         * 1. Set 1 unit of vertical rhythm on the top and bottom margin.
         * 2. Set consistent space for the list style image.
         */
  margin: 1.53846em 0;
  /* 1 */
  padding: 0 0 0 40px;
  /* 2 */
  /**
         * Turn off margins on nested lists.
         */ }
  menu menu,
  ol menu,
  ul menu {
    margin: 0; }

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

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

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

.foundation-mq {
  font-family: "small=0em&medium=40em&custom=48em&large=75em"; }

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

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

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  -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%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

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

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

.row {
  max-width: 59.375rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 75em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row.is-collapse-child,
  .row.collapse > .column > .row,
  .row.collapse > .columns > .row {
    margin-right: 0;
    margin-left: 0; }

.column, .columns {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  min-width: initial; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.flex-container {
  display: -ms-flexbox;
  display: flex; }

.flex-child-auto {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto; }

.flex-child-grow {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto; }

.flex-child-shrink {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto; }

.flex-dir-row {
  -ms-flex-direction: row;
      flex-direction: row; }

.flex-dir-row-reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }

.flex-dir-column {
  -ms-flex-direction: column;
      flex-direction: column; }

.flex-dir-column-reverse {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }

.small-1 {
  -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
  max-width: 8.33333%; }

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

.small-2 {
  -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.small-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%; }

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

.small-4 {
  -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
  max-width: 33.33333%; }

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

.small-5 {
  -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.small-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%; }

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

.small-7 {
  -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
  max-width: 58.33333%; }

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

.small-8 {
  -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.small-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%; }

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

.small-10 {
  -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
  max-width: 83.33333%; }

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

.small-11 {
  -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
  max-width: 91.66667%; }

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

.small-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%; }

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

.small-order-1 {
  -ms-flex-order: 1;
      order: 1; }

.small-order-2 {
  -ms-flex-order: 2;
      order: 2; }

.small-order-3 {
  -ms-flex-order: 3;
      order: 3; }

.small-order-4 {
  -ms-flex-order: 4;
      order: 4; }

.small-order-5 {
  -ms-flex-order: 5;
      order: 5; }

.small-order-6 {
  -ms-flex-order: 6;
      order: 6; }

.small-up-1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .medium-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .medium-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .medium-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .medium-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .medium-order-6 {
    -ms-flex-order: 6;
        order: 6; }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

@media print, screen and (min-width: 40em) {
  .medium-flex-dir-row {
    -ms-flex-direction: row;
        flex-direction: row; }
  .medium-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .medium-flex-dir-column {
    -ms-flex-direction: column;
        flex-direction: column; }
  .medium-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
  .medium-flex-child-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
  .medium-flex-child-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .medium-flex-child-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media print, screen and (min-width: 40em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }

@media print, screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

@media print, screen and (min-width: 75em) {
  .large-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .large-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .large-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .large-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .large-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .large-order-6 {
    -ms-flex-order: 6;
        order: 6; }
  .large-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 75em) and (min-width: 75em) {
  .large-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

@media print, screen and (min-width: 75em) {
  .large-flex-dir-row {
    -ms-flex-direction: row;
        flex-direction: row; }
  .large-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .large-flex-dir-column {
    -ms-flex-direction: column;
        flex-direction: column; }
  .large-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
  .large-flex-child-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
  .large-flex-child-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .large-flex-child-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media print, screen and (min-width: 75em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }

@media print, screen and (min-width: 75em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

.shrink {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  max-width: 100%; }

.column-block {
  margin-bottom: 1.875rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: none;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 59.375rem;
      max-width: 59.375rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal .reveal {
      right: auto;
      left: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 59.375rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 59.375rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 59.375rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead, tbody, tfoot {
    border: 1px solid #f2f2f2;
    background-color: #fff; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #f9f9f9;
    color: #000; }
  tfoot {
    background: #f2f2f2;
    color: #000; }
  thead tr, tfoot tr {
    background: transparent; }
  thead th, thead td, tfoot th, tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th, tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f2f2f2; }
  table.unstriped tbody {
    background-color: #fff; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f2f2f2;
      background-color: #fff; }

@media screen and (max-width: 47.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f4f4f4; }

table.hover tfoot tr:hover {
  background-color: #ededed; }

table.hover tbody tr:hover {
  background-color: #fafafa; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed; }

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

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 47.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 48em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 75em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 74.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 75em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 74.9375em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' '; }

.clearfix::after {
  clear: both; }

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

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

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

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

.align-top {
  -ms-flex-align: start;
      align-items: flex-start; }

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

.align-bottom {
  -ms-flex-align: end;
      align-items: flex-end; }

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

.align-middle {
  -ms-flex-align: center;
      align-items: center; }

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

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

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

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

.small-order-1 {
  -ms-flex-order: 1;
      order: 1; }

.small-order-2 {
  -ms-flex-order: 2;
      order: 2; }

.small-order-3 {
  -ms-flex-order: 3;
      order: 3; }

.small-order-4 {
  -ms-flex-order: 4;
      order: 4; }

.small-order-5 {
  -ms-flex-order: 5;
      order: 5; }

.small-order-6 {
  -ms-flex-order: 6;
      order: 6; }

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .medium-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .medium-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .medium-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .medium-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .medium-order-6 {
    -ms-flex-order: 6;
        order: 6; } }

@media print, screen and (min-width: 75em) {
  .large-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .large-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .large-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .large-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .large-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .large-order-6 {
    -ms-flex-order: 6;
        order: 6; } }

/**
 * Mixins and Extends
 */
.btn, .btn2, input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea {
  transition: all 0.2s ease; }

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; }

@media screen and (max-width: 39.9375em) {
  .small-text-center {
    text-align: center; } }

.relative {
  position: relative; }

/**
 * Accessibility
 */
/* Text meant only for screen readers */
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  word-wrap: normal !important; }

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
  position: absolute;
  top: -9999em;
  left: -9999em;
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none; }
  .logged-in .site .skip-link {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2); }
  .site .skip-link:focus {
    clip: auto;
    height: auto;
    left: 6px;
    top: 7px;
    width: auto;
    z-index: 100000; }

/**
 * Text Alignments
 */
.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: 75em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  border-radius: 10px;
  padding: 13px;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #204d7e;
  right: 10px; }
  @media print, screen and (min-width: 40em) {
    .btn {
      padding-right: 20px;
      padding-left: 20px; } }
  .btn:hover, .btn:focus {
    text-decoration: none;
    background-color: #00162d; }
  .btn:disabled {
    cursor: not-allowed; }
  .btn.small {
    padding-top: 8px;
    padding-bottom: 8px; }

.btn2 {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 3px solid white;
  border-radius: 10px;
  padding: 13px;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: none; }
  @media print, screen and (min-width: 40em) {
    .btn2 {
      padding-right: 20px;
      padding-left: 20px; } }
  .btn2:hover, .btn2:focus {
    text-decoration: none;
    background-color: #00162d; }
  .btn2:disabled {
    cursor: not-allowed; }
  .btn2.small {
    padding-top: 8px;
    padding-bottom: 8px; }

form {
  display: block;
  position: relative;
  width: 100%; }
  form.is-loading, form.is-loading * {
    cursor: wait !important; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  min-height: 0.875rem;
  margin: 0 0 1.25rem;
  padding: 13px;
  color: #575752;
  font-size: 0.875rem;
  line-height: 20px;
  border: 1px solid #575752; }
  input[type="color"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #575752; }
  input[type="color"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="week"]::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    color: #575752; }
  input[type="color"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="week"]:-moz-placeholder, textarea:-moz-placeholder {
    opacity: 1;
    color: #575752; }
  input[type="color"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: 1;
    color: #575752; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus {
    color: #39434d;
    border-color: #39434d; }
  input[type="color"].error, input[type="color"].error:focus, input[type="date"].error, input[type="date"].error:focus, input[type="datetime"].error, input[type="datetime"].error:focus, input[type="datetime-local"].error, input[type="datetime-local"].error:focus, input[type="email"].error, input[type="email"].error:focus, input[type="month"].error, input[type="month"].error:focus, input[type="number"].error, input[type="number"].error:focus, input[type="password"].error, input[type="password"].error:focus, input[type="search"].error, input[type="search"].error:focus, input[type="tel"].error, input[type="tel"].error:focus, input[type="text"].error, input[type="text"].error:focus, input[type="time"].error, input[type="time"].error:focus, input[type="url"].error, input[type="url"].error:focus, input[type="week"].error, input[type="week"].error:focus, textarea.error, textarea.error:focus {
    transition: none;
    border-color: #cc0000; }

label {
  display: block;
  padding-bottom: 10px;
  color: #575752;
  font-size: 0.875rem; }
  label.error {
    color: #cc0000; }

textarea {
  min-height: 100px;
  height: auto;
  resize: vertical; }

fieldset {
  border: none;
  margin: 0;
  padding: 0; }

input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
select[multiple=multiple]:focus,
textarea:focus,
button:focus {
  outline: none; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

body {
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #575752;
  font-family: "Roboto", "Roboto", sans-serif;
  font-size: 13px;
  line-height: 20px; }
  body * {
    outline: none; }

h1, h2, h3, h4, h5, h6, h7 {
  color: #002e60;
  font-weight: bold;
  font-family: "Roboto", "Roboto", sans-serif;
  line-height: 1;
  margin: 0 0 1.25rem; }

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.5rem; }

h3 {
  font-size: 1.125rem; }

h4 {
  font-size: 1.0625rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 0.8125rem; }

h7 {
  font-size: 0.75rem; }

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3.125rem; }
  h2 {
    font-size: 1.75rem; }
  h3 {
    font-size: 1.25rem; }
  h4 {
    font-size: 1.125rem; }
  h5 {
    font-size: 1rem; }
  h6 {
    font-size: 0.8125rem; }
  h7 {
    font-size: 0.75rem; } }

p {
  margin: 0 0 1.25rem; }

a {
  color: #002e60;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
  a:active, a:focus {
    outline: none; }

img,
picture {
  margin: 0;
  max-width: 100%;
  height: auto;
  outline: none;
  border: none; }

address {
  font-style: normal; }

video {
  width: 100%;
  height: auto; }

.contact-us {
  padding-top: 80px;
  background-color: #eceff5;
  padding-bottom: 50px; }
  .contact-us h1 {
    text-align: center;
    color: #3acbfc;
    font-weight: 100;
    font-size: 47px; }
    @media only screen and (max-width: 435px) {
      .contact-us h1 {
        font-size: 30px; } }
  .contact-us p {
    text-align: center;
    color: #273959;
    font-size: 16px; }
  .contact-us h2 {
    text-align: center;
    color: #00befb;
    font-size: 17px; }
    .contact-us h2 a {
      text-decoration: none;
      color: #00befb; }
  .contact-us form {
    padding-top: 25px;
    padding-bottom: 60px; }
    .contact-us form input, .contact-us form textarea {
      border: 1px solid white;
      border-radius: 5px; }
      .contact-us form input:focus, .contact-us form textarea:focus {
        color: #39434d;
        border-color: #39434d; }
      .contact-us form input.error, .contact-us form textarea.error {
        border-color: red; }
    .contact-us form #input-name {
      background: url("../img/icon-form-name.svg") no-repeat scroll 15px 15px #fff;
      padding-left: 45px;
      background-size: 15px 15px; }
    .contact-us form #input-email {
      background: url("../img/icon-form-email.svg") no-repeat scroll 15px 15px #fff;
      padding-left: 45px;
      background-size: 15px 15px; }
    .contact-us form #input-phone {
      background: url("../img/icon-form-phone.svg") no-repeat scroll 15px 15px #fff;
      padding-left: 45px;
      background-size: 15px 15px; }
    .contact-us form #input-company {
      background: url("../img/icon-form-company.svg") no-repeat scroll 15px 15px #fff;
      padding-left: 45px;
      background-size: 15px 15px; }
    .contact-us form #input-message {
      background: url("../img/icon-form-message.svg") no-repeat scroll 15px 15px #fff;
      padding-left: 45px;
      background-size: 15px 15px; }
    .contact-us form #input-name::-webkit-input-placeholder,
    .contact-us form #input-email::-webkit-input-placeholder,
    .contact-us form #input-phone::-webkit-input-placeholder,
    .contact-us form #input-company::-webkit-input-placeholder,
    .contact-us form #input-message::-webkit-input-placeholder {
      color: #273959;
      font-weight: bold; }
    .contact-us form #input-name:-ms-input-placeholder,
    .contact-us form #input-email:-ms-input-placeholder,
    .contact-us form #input-phone:-ms-input-placeholder,
    .contact-us form #input-company:-ms-input-placeholder,
    .contact-us form #input-message:-ms-input-placeholder {
      color: #273959;
      font-weight: bold; }
    .contact-us form #input-name::placeholder,
    .contact-us form #input-email::placeholder,
    .contact-us form #input-phone::placeholder,
    .contact-us form #input-company::placeholder,
    .contact-us form #input-message::placeholder {
      color: #273959;
      font-weight: bold; }

.anchor {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 47px;
  height: 47px; }

.our-pricing {
  padding-top: 80px;
  padding-bottom: 50px; }
  .our-pricing h1 {
    text-align: center;
    color: #3acbfc;
    font-size: 2.231rem;
    font-weight: 100;
    font-size: 47px; }
    @media only screen and (max-width: 435px) {
      .our-pricing h1 {
        font-size: 30px; } }
  .our-pricing h2 {
    text-align: center;
    text-align: center;
    color: #273959;
    font-size: 17px;
    font-style: italic; }
  .our-pricing th, .our-pricing td {
    padding: 10px;
    text-align: center;
    color: #009EE0;
    font-size: 1.231em; }
  .our-pricing th {
    font-weight: bold; }
  .our-pricing tr {
    font-weight: 500; }
  .our-pricing table {
    border-collapse: separate !important;
    border-spacing: 0;
    margin: 40px auto 10px auto; }
    @media screen and (max-width: 74.9375em) {
      .our-pricing table {
        border-collapse: collapse;
        border: solid #dcdcdc 1px; } }
  @media print, screen and (min-width: 48em) {
    .our-pricing .bordered {
      border: solid #dcdcdc 1px;
      border-radius: 6px; }
      .our-pricing .bordered td, .our-pricing .bordered th {
        border-left: 1px solid #dcdcdc;
        border-top: 1px solid #dcdcdc; }
      .our-pricing .bordered th {
        border-top: none;
        width: 25%; } }
    @media screen and (min-width: 48em) and (max-width: 47.9375em) {
      .our-pricing .bordered th {
        width: 100%; } }
  @media print, screen and (min-width: 48em) {
        .our-pricing .bordered th:first-child {
          border-radius: 6px 0 0 0; }
        .our-pricing .bordered th:last-child {
          border-radius: 0 6px 0 0; }
        .our-pricing .bordered th:only-child {
          border-radius: 6px 6px 0 0; }
      .our-pricing .bordered td:first-child, .our-pricing .bordered th:first-child {
        border-left: none; }
      .our-pricing .bordered tr:last-child td:first-child {
        border-radius: 0 0 0 6px; }
      .our-pricing .bordered tr:last-child td:last-child {
        border-radius: 0 0 6px 0; } }

.table-footnote {
  font-size: 12px;
  font-weight: bold; }

.who-for {
  padding-top: 145px;
  padding-bottom: 150px; }
  @media only screen and (max-width: 965px) {
    .who-for {
      background-color: #29395b;
      padding-top: 65px;
      padding-bottom: 65px; } }
  .who-for h1 {
    text-align: center;
    color: white;
    font-weight: 100;
    font-size: 47px; }
    @media only screen and (max-width: 435px) {
      .who-for h1 {
        font-size: 30px; } }
  .who-for h2 {
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: 100; }
  .who-for h3 {
    text-align: center;
    color: #3acbfc;
    font-weight: 500; }
  .who-for p {
    text-align: center;
    color: white; }
  @media screen and (max-width: 39.9375em) {
    .who-for .who-for-3-pad > div {
      padding: 0 1%; } }
  @media print, screen and (min-width: 40em) {
    .who-for .who-for-3-pad > div {
      padding: 0 4%; } }
  @media print, screen and (min-width: 75em) {
    .who-for .who-for-3-pad > div {
      padding: 0 7%; } }
  .who-for .who-icons {
    display: block;
    margin: 40px auto 35px auto;
    height: 120px;
    width: 120px; }

header {
  padding: 20px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  position: relative; }
  header .logo {
    display: block;
    margin-right: auto;
    height: 69px;
    width: 269px; }
  @media only screen and (max-width: 639px) {
    header .logo {
      margin-left: auto;
      padding-bottom: 20px; } }
  header p {
    margin: 0; }
  header .menu {
    color: #00befb;
    line-height: 0;
    font-family: "AileronUltraLight", Aileron, sans-serif;
    font-size: 16px; }

footer {
  background-color: #29395b;
  padding: 20px 0; }
  footer .footer-logo {
    width: 48px;
    height: 47px; }
  footer p, footer a {
    color: #566984;
    margin: 0; }
  footer ul li {
    display: inline-block;
    margin-right: 18px; }
  @media screen and (max-width: 47.9375em) {
    footer {
      text-align: left; }
      footer div > div {
        margin-bottom: 10px; }
      footer ul li {
        display: block;
        margin-bottom: 5px; } }

.what-is-sigm {
  padding-top: 70px; }
  @media only screen and (max-width: 965px) {
    .what-is-sigm {
      padding-top: 65px;
      padding-bottom: 65px;
      background-color: #eceff5; } }
  .what-is-sigm ul.features li:nth-child(1) {
    background-image: url("../img/personalise-logo.svg");
    background-size: 30px 30px; }
  .what-is-sigm ul.features li:nth-child(2) {
    background-image: url("../img/responsive-design.svg");
    background-size: 30px 30px; }
  .what-is-sigm ul.features li:nth-child(3) {
    background-image: url("../img/multi-platform.svg");
    background-size: 30px 30px; }
  .what-is-sigm ul.features li {
    padding-top: 7px;
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 50px;
    /* Adjust according to image size to push text across. */ }
    .what-is-sigm ul.features li h2 {
      font-size: 16px;
      margin-bottom: 10px; }
  .what-is-sigm h1 {
    color: #3acbfc;
    font-size: 47px;
    font-weight: 100; }
    @media only screen and (max-width: 435px) {
      .what-is-sigm h1 {
        font-size: 30px; } }
  .what-is-sigm p {
    color: #273959;
    font-size: 16px;
    font-weight: 500; }

.features-img {
  padding-top: 80px; }

@media only screen and (max-width: 965px) {
  .features-img {
    position: relative;
    padding-top: 30px; } }

.e-marketing {
  padding-top: 175px;
  padding-bottom: 110px;
  background-image: url("../img/main-bg-mobile-new.png");
  padding-left: 10px;
  margin-left: -10px;
  background-size: 70%;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 1750px) {
    .e-marketing {
      background-size: 75%; } }
  @media only screen and (max-width: 1510px) {
    .e-marketing {
      background-size: 80%; } }
  @media only screen and (max-width: 1290px) {
    .e-marketing {
      background-size: 85%; } }
  .e-marketing .e-mark-image {
    -ms-transform: scale(1.7);
        transform: scale(1.7);
    right: 170px;
    top: 55px;
    position: relative; }
  @media only screen and (max-width: 965px) {
    .e-marketing {
      padding-top: 65px;
      padding-bottom: 65px;
      background-size: cover; }
      .e-marketing h1 {
        text-align: center; }
      .e-marketing p {
        text-align: center; }
      .e-marketing .content {
        padding-top: 55px; }
      .e-marketing .e-mark-image {
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 80%;
        right: 35px;
        top: 0;
        position: relative;
        -ms-transform: scale(1);
            transform: scale(1); } }
    @media only screen and (max-width: 965px) and (max-width: 639px) {
      .e-marketing .e-mark-image {
        width: 100%;
        right: 0px; } }
  @media only screen and (max-width: 320px) {
    .e-marketing {
      background-size: 610px 545px; } }
  .e-marketing h1 {
    text-align: right;
    color: #3acbfc;
    font-size: 47px;
    font-weight: 100; }
    @media only screen and (max-width: 965px) {
      .e-marketing h1 {
        text-align: center; } }
    @media only screen and (max-width: 435px) {
      .e-marketing h1 {
        font-size: 30px; } }
  .e-marketing p {
    text-align: right;
    color: #273959;
    font-size: 16px;
    font-weight: 500; }
    @media only screen and (max-width: 965px) {
      .e-marketing p {
        text-align: center; } }

.modal.hidden {
  display: none; }

.modal.active {
  display: block;
  position: fixed;
  top: 25%;
  background-color: #eceff5;
  z-index: 9999;
  left: 50%;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  border-radius: 5px;
  padding-bottom: 25px;
  padding-top: 25px;
  max-width: 600px;
  min-width: 315px;
  width: 600px; }
  @media only screen and (max-width: 650px) {
    .modal.active {
      width: 400px; } }
  @media only screen and (max-width: 450px) {
    .modal.active {
      width: 315px; } }
  @media only screen and (max-width: 320px) {
    .modal.active {
      top: 10%; } }
  .modal.active h1 {
    text-align: center;
    color: #3acbfc;
    font-weight: 100;
    font-size: 47px; }
    @media only screen and (max-width: 450px) {
      .modal.active h1 {
        font-size: 30px; } }
  .modal.active #modal-close i {
    right: 10px;
    top: 5px;
    color: #00befb;
    display: block;
    position: absolute; }
  .modal.active form input, .modal.active form textarea {
    border: 1px solid white;
    border-radius: 5px; }
    .modal.active form input:focus, .modal.active form textarea:focus {
      color: #39434d;
      border-color: #39434d; }
    .modal.active form input.error, .modal.active form textarea.error {
      border-color: red; }
  .modal.active form #trial-input-name {
    background: url("../img/icon-form-name.svg") no-repeat scroll 15px 15px #fff;
    padding-left: 45px;
    background-size: 15px 15px; }
  .modal.active form #trial-input-email {
    background: url("../img/icon-form-email.svg") no-repeat scroll 15px 15px #fff;
    padding-left: 45px;
    background-size: 15px 15px; }
  .modal.active form #trial-input-users {
    background: url(../img/icon-form-users.svg) no-repeat scroll 15px 15px #fff;
    padding-left: 45px;
    background-size: 15px 15px; }
  .modal.active form #trial-input-name::-webkit-input-placeholder,
  .modal.active form #trial-input-email::-webkit-input-placeholder,
  .modal.active form #trial-input-users::-webkit-input-placeholder {
    color: #273959;
    font-weight: bold; }
  .modal.active form #trial-input-name:-ms-input-placeholder,
  .modal.active form #trial-input-email:-ms-input-placeholder,
  .modal.active form #trial-input-users:-ms-input-placeholder {
    color: #273959;
    font-weight: bold; }
  .modal.active form #trial-input-name::placeholder,
  .modal.active form #trial-input-email::placeholder,
  .modal.active form #trial-input-users::placeholder {
    color: #273959;
    font-weight: bold; }

.bg-overlay.hidden {
  display: none; }

.bg-overlay.active {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.6);
  animation: fade 500ms; }

.home-modal.hidden {
  display: none; }

.home-modal.active {
  display: block;
  position: fixed;
  top: 35%;
  background-color: #eceff5;
  z-index: 9999;
  left: 50%;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  border-radius: 5px;
  padding-bottom: 25px;
  padding-top: 25px;
  max-width: 600px;
  min-width: 315px; }
  .home-modal.active h1 {
    text-align: center;
    color: #3acbfc;
    font-weight: 100;
    padding-top: 23px;
    font-size: 24px; }
  .home-modal.active #home-modal-close i {
    right: 10px;
    top: 5px;
    color: #00befb;
    display: block;
    position: absolute; }

.bg-home-overlay.hidden {
  display: none; }

.bg-home-overlay.active {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.6);
  animation: fade 500ms; }

html, body, .site {
  min-height: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.site {
  height: auto;
  max-width: 100%;
  overflow: hidden; }

.main-background {
  background-image: url("../img/main-bg-new.png");
  background-size: cover;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 1750px) {
    .main-background {
      background-position-x: -155px; } }
  @media only screen and (max-width: 1510px) {
    .main-background {
      background-position-x: -300px; } }
  @media only screen and (max-width: 1290px) {
    .main-background {
      background-position-x: -410px; } }
  @media only screen and (max-width: 965px) {
    .main-background {
      background-image: none; } }

.btn.form {
  margin-left: auto;
  margin-right: auto;
  display: block;
  color: white;
  background-color: #00befb;
  right: 0;
  border: 1px solid #00befb;
  width: 158px;
  height: 43px;
  line-height: 0;
  text-transform: none;
  font-size: 16px;
  border-radius: 7px;
  margin-top: 25px;
  font-weight: bold; }
  .btn.form .fa.fa-caret-right.fa-lg {
    left: 7px;
    position: relative; }
  .btn.form:hover {
    text-decoration: none;
    color: #00befb;
    background-color: white;
    border: 1px solid #00befb; }

.btn.header {
  margin-left: auto;
  display: block;
  color: #00befb;
  background-color: white;
  right: 0;
  border: 2px solid #00befb;
  width: 152px;
  height: 43px;
  line-height: 0;
  text-transform: none;
  font-size: 16px;
  border-radius: 7px;
  font-weight: bold; }
  @media only screen and (max-width: 639px) {
    .btn.header {
      margin-right: auto; } }
  .btn.header .fa.fa-angle-right.fa-lg {
    padding-left: 10px; }
  .btn.header:hover {
    text-decoration: none;
    color: white;
    background-color: #00befb;
    border: 2px solid #00befb; }

.btn.e-mark {
  margin-left: auto;
  display: block;
  color: white;
  background-color: #00befb;
  right: 0;
  border: 1px solid #00befb;
  width: 152px;
  height: 43px;
  line-height: 0;
  text-transform: none;
  font-size: 16px;
  border-radius: 7px;
  margin-top: 25px;
  font-weight: bold; }
  @media only screen and (max-width: 965px) {
    .btn.e-mark {
      margin-right: auto; } }
  .btn.e-mark .fa.fa-caret-right.fa-lg {
    left: 7px;
    position: relative; }
  .btn.e-mark:hover {
    text-decoration: none;
    color: #00befb;
    background-color: white;
    border: 1px solid #00befb; }

.btn.sigm {
  margin-right: auto;
  display: block;
  color: white;
  background-color: #00befb;
  right: 0;
  border: 1px solid #00befb;
  width: 152px;
  height: 43px;
  line-height: 0;
  text-transform: none;
  font-size: 16px;
  border-radius: 7px;
  margin-top: 25px;
  font-weight: bold; }
  .btn.sigm .fa.fa-caret-right.fa-lg {
    left: 7px;
    position: relative; }
  .btn.sigm:hover {
    text-decoration: none;
    color: #00befb;
    background-color: white;
    border: 1px solid #00befb; }

@media only screen and (max-width: 965px) {
  .tablet {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important; } }
