@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: 500; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Layout
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
*/
/* Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box; }

.container.fluid {
  width: 100%;
  max-width: 100%; }

.col {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

.row {
  width: 100%;
  margin: 0; }

.align-center {
  text-align: center; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.align-vertical-wrapper {
  display: flex;
  align-items: center;
  justify-content: center; }

.align-vertical-wrapper .flex-item button {
  align-items: center; }

.align-center .btn {
  margin-left: auto;
  margin-right: auto; }

.baseline {
  display: none; }

img {
  max-width: 100%;
  margin: 0; }

/* ------ Box ------ */
.box {
  display: block;
  min-height: 1px;
  padding: 0;
  margin: 10px; }

.bxs {
  margin: 5px; }

.bs {
  margin: 10px; }

.bm {
  margin: 15px; }

.bl {
  margin: 20px; }

.bxl {
  margin: 30px; }

.bxxl {
  margin: 50px; }

.bn {
  margin: 0; }

.blr {
  margin-top: 0;
  margin-bottom: 0; }

.btb {
  margin-left: 0;
  margin-right: 0; }

.no-mobile {
  display: none; }

.mobile-only {
  display: block; }

.centered {
  margin: auto; }

.object-fit_fill img {
  object-fit: fill; }

.object-fit_contain img {
  object-fit: contain; }

.object-fit_cover img {
  object-fit: cover; }

.object-fit_none img {
  object-fit: none; }

.object-fit_scale-down img {
  object-fit: scale-down; }

.wrapper {
  display: block; }

.vertical-center-align {
  display: block;
  align-items: inherit;
  justify-content: inherit; }

.padding-top-10 {
  padding-top: 0.3em; }

.padding-top-20 {
  padding-top: 0.6em; }

.padding-top-30 {
  padding-top: 1.6em; }

.padding-top-40 {
  padding-top: 2.6em; }

.padding-top-50 {
  padding-top: 3.6em; }

.padding-top-60 {
  padding-top: 4.6em; }

.padding-bottom-10 {
  padding-bottom: 0.3em; }

.padding-bottom-20 {
  padding-bottom: 0.6em; }

.padding-bottom-30 {
  padding-bottom: 1.6em; }

.padding-bottom-40 {
  padding-bottom: 2.6em; }

.padding-bottom-50 {
  padding-bottom: 3.6em; }

.padding-bottom-60 {
  padding-bottom: 4.6em; }

@media (max-height: 700px) {
  .baseline {
    position: absolute;
    bottom: auto; } }

/* For devices larger than 550px */
@media (min-width: 650px) {
  .container {
    width: 100%;
    padding: 0; }
  .padding-top-10 {
    padding-top: 1em; }
  .padding-top-20 {
    padding-top: 2em; }
  .padding-top-30 {
    padding-top: 3em; }
  .padding-top-40 {
    padding-top: 4em; }
  .padding-top-50 {
    padding-top: 5em; }
  .padding-top-60 {
    padding-top: 6em; }
  .padding-bottom-10 {
    padding-bottom: 1em; }
  .padding-bottom-20 {
    padding-bottom: 2em; }
  .padding-bottom-30 {
    padding-bottom: 3em; }
  .padding-bottom-40 {
    padding-bottom: 4em; }
  .padding-bottom-50 {
    padding-bottom: 5em; }
  .padding-bottom-60 {
    padding-bottom: 6em; }
  .mobile-only {
    display: none; }
  .no-mobile {
    display: block; }
  .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .vertical-center-align {
    display: flex;
    align-items: center;
    justify-content: center; } }

/* For devices larger than 1000px */
@media (min-width: 1100px) {
  .container {
    width: 98%; }
  .col {
    margin: 0; }
  .full-height {
    height: 100vh; }
  .fixed {
    position: fixed;
    top: 0;
    z-index: 9999; }
  .scroll {
    overflow-y: scroll; }
  .baseline {
    display: block;
    position: absolute;
    bottom: 0; } }

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 100%; }

body {
  font-size: 100%;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 130%;
  font-weight: 400;
  font-family: "Epilogue", Arial, sans-serif; }

img[svg] {
  font-family: "Epilogue", Arial, sans-serif; }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400; }

/* Larger than phablet */
p {
  margin-top: 0; }

strong {
  font-weight: 500; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #000000; }

a:hover {
  color: #000000; }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  line-height: 38px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #000000;
  cursor: pointer;
  box-sizing: border-box; }

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #707070;
  border-color: #F7F7F7;
  outline: 0; }

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFFFFF;
  background-color: #35186E;
  border-color: #35186E; }

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFFFFF;
  background-color: #707070;
  border-color: #707070; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  padding: 12px 15px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #FFFFFF;
  border: 1px solid #F7F7F7;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #35186E;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5em;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5em;
  font-weight: normal; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ol, ul {
  padding-left: 0;
  margin-top: 0; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5em 0 1.5em 1em;
  font-size: 100%; }

li {
  margin-bottom: 1em; }

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2em .5em;
  margin: 0 .2em;
  font-size: 90%;
  white-space: nowrap;
  background: #F7F7F7;
  border: 1px solid #707070;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1em 1.5em;
  white-space: pre; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #707070; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button,
input,
textarea,
select,
fieldset,
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 1em;
  clear: both; }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin: 1.2em 0;
  border-width: 0;
  border-top: 2px solid #000000; }
  hr.short {
    width: 50px;
    /*position: relative;
    left:0;*/ }
    hr.short.center {
      margin: 1.2em auto; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/* Visibles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.noprint,
.nodisplay,
.desktop-only {
  display: none; }

.mobile-only {
  display: block; }

/* Medium size (Tablet portrait and higher) */
/* Large size (Tablet landscape and higher) */
@media (min-width: 1100px) {
  .mobile-only {
    display: none; }
  .desktop-only {
    display: block; } }

/* Large size (Tablet landscape and higher) */
/* Grid 16
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#grid24 {
  /* Offsets */
  /* Outsets */
  /* For devices larger than 550px */
  /* For devices larger than 1025px */ }
  #grid24 .s1 {
    width: 4.166666667%; }
  #grid24 .s2 {
    width: 8.333333333%; }
  #grid24 .s3 {
    width: 12.5%; }
  #grid24 .s4 {
    width: 16.66666667%; }
  #grid24 .s5 {
    width: 20.83333333%; }
  #grid24 .s6 {
    width: 25%; }
  #grid24 .s7 {
    width: 29.16666666%; }
  #grid24 .s8 {
    width: 33.33333333%; }
  #grid24 .s9 {
    width: 37.5%; }
  #grid24 .s10 {
    width: 41.66666667%; }
  #grid24 .s11 {
    width: 45.83333333%; }
  #grid24 .s12 {
    width: 50%; }
  #grid24 .s13 {
    width: 54.16666667%; }
  #grid24 .s14 {
    width: 58.33333333%; }
  #grid24 .s15 {
    width: 62.5%; }
  #grid24 .s16 {
    width: 66.66666667%; }
  #grid24 .s17 {
    width: 70.83333334%; }
  #grid24 .s18 {
    width: 75%; }
  #grid24 .s19 {
    width: 79.16666667%; }
  #grid24 .s20 {
    width: 83.33333333%; }
  #grid24 .s21 {
    width: 87.5%; }
  #grid24 .s22 {
    width: 91.66666667%; }
  #grid24 .s23 {
    width: 95.83333333%; }
  #grid24 .s24 {
    width: 100%; }
  #grid24 .offset-s0 {
    margin-left: 0; }
  #grid24 .offset-s1 {
    margin-left: 4.166666667%; }
  #grid24 .offset-s2 {
    margin-left: 8.333333333%; }
  #grid24 .offset-s3 {
    margin-left: 12.5%; }
  #grid24 .offset-s4 {
    margin-left: 16.66666667%; }
  #grid24 .offset-s5 {
    margin-left: 20.83333333%; }
  #grid24 .offset-s6 {
    margin-left: 25%; }
  #grid24 .offset-s7 {
    margin-left: 29.16666666%; }
  #grid24 .offset-s8 {
    margin-left: 33.33333333%; }
  #grid24 .offset-s9 {
    margin-left: 37.5%; }
  #grid24 .offset-s10 {
    margin-left: 41.66666667%; }
  #grid24 .offset-s11 {
    margin-left: 45.83333333%; }
  #grid24 .offset-s12 {
    margin-left: 50%; }
  #grid24 .offset-s13 {
    margin-left: 54.16666667%; }
  #grid24 .offset-s14 {
    margin-left: 58.33333333%; }
  #grid24 .offset-s15 {
    margin-left: 62.5%; }
  #grid24 .offset-s16 {
    margin-left: 66.66666667%; }
  #grid24 .offset-s17 {
    margin-left: 70.83333334%; }
  #grid24 .offset-s18 {
    margin-left: 75%; }
  #grid24 .offset-s19 {
    margin-left: 79.16666667%; }
  #grid24 .offset-s20 {
    margin-left: 83.33333333%; }
  #grid24 .offset-s21 {
    margin-left: 87.5%; }
  #grid24 .offset-s22 {
    margin-left: 91.66666667%; }
  #grid24 .offset-s23 {
    margin-left: 95.83333333%; }
  #grid24 .outset-s0 {
    margin-right: 0; }
  #grid24 .outset-s1 {
    margin-right: 4.166666667%; }
  #grid24 .outset-s2 {
    margin-right: 8.333333333%; }
  #grid24 .outset-s3 {
    margin-right: 12.5%; }
  #grid24 .outset-s4 {
    margin-right: 16.66666667%; }
  #grid24 .outset-s5 {
    margin-right: 20.83333333%; }
  #grid24 .outset-s6 {
    margin-right: 25%; }
  #grid24 .outset-s7 {
    margin-right: 29.16666666%; }
  #grid24 .outset-s8 {
    margin-right: 33.33333333%; }
  #grid24 .outset-s9 {
    margin-right: 37.5%; }
  #grid24 .outset-s10 {
    margin-right: 41.66666667%; }
  #grid24 .outset-s11 {
    margin-right: 45.83333333%; }
  #grid24 .outset-s12 {
    margin-right: 50%; }
  #grid24 .outset-s13 {
    margin-right: 54.16666667%; }
  #grid24 .outset-s14 {
    margin-right: 58.33333333%; }
  #grid24 .outset-s15 {
    margin-right: 62.5%; }
  #grid24 .outset-s16 {
    margin-right: 66.66666667%; }
  #grid24 .outset-s17 {
    margin-right: 70.83333334%; }
  #grid24 .outset-s18 {
    margin-right: 75%; }
  #grid24 .outset-s19 {
    margin-right: 79.16666667%; }
  #grid24 .outset-s20 {
    margin-right: 83.33333333%; }
  #grid24 .outset-s21 {
    margin-right: 87.5%; }
  #grid24 .outset-s22 {
    margin-right: 91.66666667%; }
  #grid24 .outset-s23 {
    margin-right: 95.83333333%; }
  @media (min-width: 480px) {
    #grid24 {
      /* Offsets */
      /* Outsets */ }
      #grid24 .m1 {
        width: 4.166666667%; }
      #grid24 .m2 {
        width: 8.333333333%; }
      #grid24 .m3 {
        width: 12.5%; }
      #grid24 .m4 {
        width: 16.66666667%; }
      #grid24 .m5 {
        width: 20.83333333%; }
      #grid24 .m6 {
        width: 25%; }
      #grid24 .m7 {
        width: 29.16666666%; }
      #grid24 .m8 {
        width: 33.33333333%; }
      #grid24 .m9 {
        width: 37.5%; }
      #grid24 .m10 {
        width: 41.66666667%; }
      #grid24 .m11 {
        width: 45.83333333%; }
      #grid24 .m12 {
        width: 50%; }
      #grid24 .m13 {
        width: 54.16666667%; }
      #grid24 .m14 {
        width: 58.33333333%; }
      #grid24 .m15 {
        width: 62.5%; }
      #grid24 .m16 {
        width: 66.66666667%; }
      #grid24 .m17 {
        width: 70.83333334%; }
      #grid24 .m18 {
        width: 75%; }
      #grid24 .m19 {
        width: 79.16666667%; }
      #grid24 .m20 {
        width: 83.33333333%; }
      #grid24 .m21 {
        width: 87.5%; }
      #grid24 .m22 {
        width: 91.66666667%; }
      #grid24 .m23 {
        width: 95.83333333%; }
      #grid24 .m24 {
        width: 100%; }
      #grid24 .offset-m0 {
        margin-left: 0; }
      #grid24 .offset-m1 {
        margin-left: 4.166666667%; }
      #grid24 .offset-m2 {
        margin-left: 8.333333333%; }
      #grid24 .offset-m3 {
        margin-left: 12.5%; }
      #grid24 .offset-m4 {
        margin-left: 16.66666667%; }
      #grid24 .offset-m5 {
        margin-left: 20.83333333%; }
      #grid24 .offset-m6 {
        margin-left: 25%; }
      #grid24 .offset-m7 {
        margin-left: 29.16666666%; }
      #grid24 .offset-m8 {
        margin-left: 33.33333333%; }
      #grid24 .offset-m9 {
        margin-left: 37.5%; }
      #grid24 .offset-m10 {
        margin-left: 41.66666667%; }
      #grid24 .offset-m11 {
        margin-left: 45.83333333%; }
      #grid24 .offset-m12 {
        margin-left: 50%; }
      #grid24 .offset-m13 {
        margin-left: 54.16666667%; }
      #grid24 .offset-m14 {
        margin-left: 58.33333333%; }
      #grid24 .offset-m15 {
        margin-left: 62.5%; }
      #grid24 .offset-m16 {
        margin-left: 66.66666667%; }
      #grid24 .offset-m17 {
        margin-left: 70.83333334%; }
      #grid24 .offset-m18 {
        margin-left: 75%; }
      #grid24 .offset-m19 {
        margin-left: 79.16666667%; }
      #grid24 .offset-m20 {
        margin-left: 83.33333333%; }
      #grid24 .offset-m21 {
        margin-left: 87.5%; }
      #grid24 .offset-m22 {
        margin-left: 91.66666667%; }
      #grid24 .offset-m23 {
        margin-left: 95.83333333%; }
      #grid24 .outset-m0 {
        margin-right: 0; }
      #grid24 .outset-m1 {
        margin-right: 4.166666667%; }
      #grid24 .outset-m2 {
        margin-right: 8.333333333%; }
      #grid24 .outset-m3 {
        margin-right: 12.5%; }
      #grid24 .outset-m4 {
        margin-right: 16.66666667%; }
      #grid24 .outset-m5 {
        margin-right: 20.83333333%; }
      #grid24 .outset-m6 {
        margin-right: 25%; }
      #grid24 .outset-m7 {
        margin-right: 29.16666666%; }
      #grid24 .outset-m8 {
        margin-right: 33.33333333%; }
      #grid24 .outset-m9 {
        margin-right: 37.5%; }
      #grid24 .outset-m10 {
        margin-right: 41.66666667%; }
      #grid24 .outset-m11 {
        margin-right: 45.83333333%; }
      #grid24 .outset-m12 {
        margin-right: 50%; }
      #grid24 .outset-m13 {
        margin-right: 54.16666667%; }
      #grid24 .outset-m14 {
        margin-right: 58.33333333%; }
      #grid24 .outset-m15 {
        margin-right: 62.5%; }
      #grid24 .outset-m16 {
        margin-right: 66.66666667%; }
      #grid24 .outset-m17 {
        margin-right: 70.83333334%; }
      #grid24 .outset-m18 {
        margin-right: 75%; }
      #grid24 .outset-m19 {
        margin-right: 79.16666667%; }
      #grid24 .outset-m20 {
        margin-right: 83.33333333%; }
      #grid24 .outset-m21 {
        margin-right: 87.5%; }
      #grid24 .outset-m22 {
        margin-right: 91.66666667%; }
      #grid24 .outset-m23 {
        margin-right: 95.83333333%; } }
  @media (min-width: 1100px) {
    #grid24 {
      /* Offsets */
      /* Outsets */ }
      #grid24 .l1 {
        width: 4.166666667%; }
      #grid24 .l2 {
        width: 8.333333333%; }
      #grid24 .l3 {
        width: 12.5%; }
      #grid24 .l4 {
        width: 16.66666667%; }
      #grid24 .l5 {
        width: 20.83333333%; }
      #grid24 .l6 {
        width: 25%; }
      #grid24 .l7 {
        width: 29.16666666%; }
      #grid24 .l8 {
        width: 33.33333333%; }
      #grid24 .l9 {
        width: 37.5%; }
      #grid24 .l10 {
        width: 41.66666667%; }
      #grid24 .l11 {
        width: 45.83333333%; }
      #grid24 .l12 {
        width: 50%; }
      #grid24 .l13 {
        width: 54.16666667%; }
      #grid24 .l14 {
        width: 58.33333333%; }
      #grid24 .l15 {
        width: 62.5%; }
      #grid24 .l16 {
        width: 66.66666667%; }
      #grid24 .l17 {
        width: 70.83333334%; }
      #grid24 .l18 {
        width: 75%; }
      #grid24 .l19 {
        width: 79.16666667%; }
      #grid24 .l20 {
        width: 83.33333333%; }
      #grid24 .l21 {
        width: 87.5%; }
      #grid24 .l22 {
        width: 91.66666667%; }
      #grid24 .l23 {
        width: 95.83333333%; }
      #grid24 .l24 {
        width: 100%; }
      #grid24 .offset-l0 {
        margin-left: 0; }
      #grid24 .offset-l1 {
        margin-left: 4.166666667%; }
      #grid24 .offset-l2 {
        margin-left: 8.333333333%; }
      #grid24 .offset-l3 {
        margin-left: 12.5%; }
      #grid24 .offset-l4 {
        margin-left: 16.66666667%; }
      #grid24 .offset-l5 {
        margin-left: 20.83333333%; }
      #grid24 .offset-l6 {
        margin-left: 25%; }
      #grid24 .offset-l7 {
        margin-left: 29.16666666%; }
      #grid24 .offset-l8 {
        margin-left: 33.33333333%; }
      #grid24 .offset-l9 {
        margin-left: 37.5%; }
      #grid24 .offset-l10 {
        margin-left: 41.66666667%; }
      #grid24 .offset-l11 {
        margin-left: 45.83333333%; }
      #grid24 .offset-l12 {
        margin-left: 50%; }
      #grid24 .offset-l13 {
        margin-left: 54.16666667%; }
      #grid24 .offset-l14 {
        margin-left: 58.33333333%; }
      #grid24 .offset-l15 {
        margin-left: 62.5%; }
      #grid24 .offset-l16 {
        margin-left: 66.66666667%; }
      #grid24 .offset-l17 {
        margin-left: 70.83333334%; }
      #grid24 .offset-l18 {
        margin-left: 75%; }
      #grid24 .offset-l19 {
        margin-left: 79.16666667%; }
      #grid24 .offset-l20 {
        margin-left: 83.33333333%; }
      #grid24 .offset-l21 {
        margin-left: 87.5%; }
      #grid24 .offset-l22 {
        margin-left: 91.66666667%; }
      #grid24 .offset-l23 {
        margin-left: 95.83333333%; }
      #grid24 .outset-l0 {
        margin-right: 0; }
      #grid24 .outset-l1 {
        margin-right: 4.166666667%; }
      #grid24 .outset-l2 {
        margin-right: 8.333333333%; }
      #grid24 .outset-l3 {
        margin-right: 12.5%; }
      #grid24 .outset-l4 {
        margin-right: 16.66666667%; }
      #grid24 .outset-l5 {
        margin-right: 20.83333333%; }
      #grid24 .outset-l6 {
        margin-right: 25%; }
      #grid24 .outset-l7 {
        margin-right: 29.16666666%; }
      #grid24 .outset-l8 {
        margin-right: 33.33333333%; }
      #grid24 .outset-l9 {
        margin-right: 37.5%; }
      #grid24 .outset-l10 {
        margin-right: 41.66666667%; }
      #grid24 .outset-l11 {
        margin-right: 45.83333333%; }
      #grid24 .outset-l12 {
        margin-right: 50%; }
      #grid24 .outset-l13 {
        margin-right: 54.16666667%; }
      #grid24 .outset-l14 {
        margin-right: 58.33333333%; }
      #grid24 .outset-l15 {
        margin-right: 62.5%; }
      #grid24 .outset-l16 {
        margin-right: 66.66666667%; }
      #grid24 .outset-l17 {
        margin-right: 70.83333334%; }
      #grid24 .outset-l18 {
        margin-right: 75%; }
      #grid24 .outset-l19 {
        margin-right: 79.16666667%; }
      #grid24 .outset-l20 {
        margin-right: 83.33333333%; }
      #grid24 .outset-l21 {
        margin-right: 87.5%; }
      #grid24 .outset-l22 {
        margin-right: 91.66666667%; }
      #grid24 .outset-l23 {
        margin-right: 95.83333333%; } }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -80px;
      top: -80px;
      transform: translate3d(80px, 80px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -80px;
      top: -80px;
      transform: translate3d(-80px, 80px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -80px;
      top: 80px;
      transform: translate3d(80px, -80px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -80px;
      top: 80px;
      transform: translate3d(-80px, -80px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

.bg-purple {
  background-color: #35186E; }

.bg-grey {
  background-color: #F7F7F7; }

.bg-black {
  background-color: #000000; }

.bg-plus-grid {
  background-image: url("/assets/img/sitewide/plus-grid.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.plus-grid-bg {
  background-image: url("/assets/img/sitewide/bg-plus-grid.png");
  background-repeat: no-repeat;
  background-position: center; }

.bg-plus-grid-bg {
  background-image: none;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  padding-bottom: 40px; }

@media only screen and (min-width: 650px) {
  .bg-plus-grid-bg {
    background-image: url("/assets/img/sitewide/plus-bg-grid@2x.png"); }
  .bg-marque {
    background-image: url("/assets/img/sitewide/marque-bg.png");
    background-repeat: no-repeat;
    background-position: top center; } }

/* Layout */
.header-space {
  height: 50px; }

.header .header-row {
  min-height: 480px;
  padding-bottom: 40px; }
  .header .header-row .header-content {
    width: 100%;
    display: block;
    padding: 220px 0 0; }
    .header .header-row .header-content h1 span {
      padding-left: 0; }
    .header .header-row .header-content p {
      padding-left: 0; }
  .header .header-row .bg-plus-grid-bg {
    width: 100%;
    right: 0;
    top: -50px;
    position: absolute;
    z-index: 200;
    height: 300px; }

.icon-box img {
  float: left;
  max-width: 100%;
  width: 50%;
  margin-bottom: 10px; }

.icon-box .text-box {
  width: 50%;
  float: left;
  padding: 30px 0; }
  .icon-box .text-box h3 {
    font-size: 1.2rem;
    text-align: left !important; }
  .icon-box .text-box p {
    font-size: 0.9em;
    text-align: left; }

.flex-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px; }
  .flex-box img {
    max-width: 100%; }

.border-top-white {
  border-top: 1px solid #707070; }

.btn-inline .btn {
  margin-top: 10px;
  margin-right: 0;
  clear: both !important; }

.page-heading {
  display: none;
  position: absolute;
  left: -28%;
  top: 13%;
  width: 500px;
  transform: rotateZ(270deg); }
  .page-heading h3 {
    font-size: 20px; }
    .page-heading h3::before {
      display: inline-block;
      content: "";
      border-top: 2px solid #93278F;
      width: 6rem;
      margin: 4px 10px;
      transform: translateY(-70%); }

.header-full-image {
  position: relative; }
  .header-full-image .inner-margin-top-minus-60 {
    position: relative;
    top: -60px; }

.content-block p:first-child {
  font-weight: 700; }

.speech-bubble {
  position: relative;
  color: #FFFFFF;
  font-size: 1rem;
  padding: 20px 20px 10px;
  margin-bottom: 70px;
  display: none; }
  .speech-bubble.active {
    display: block; }
  .speech-bubble:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-bottom: 0;
    margin-left: -10px;
    margin-bottom: -20px; }
  .speech-bubble.odd {
    border-radius: 10px 10px 0 10px;
    margin-right: 70px; }
    .speech-bubble.odd:after {
      right: 0;
      border-right: 0; }
  .speech-bubble.even {
    border-radius: 10px 10px 10px 0;
    margin-left: 70px; }
    .speech-bubble.even:after {
      left: 10px;
      border-left: 0; }
  .speech-bubble.school {
    background: #35186E; }
    .speech-bubble.school:after {
      border-top-color: #35186E; }
  .speech-bubble.student {
    background: #93278F; }
    .speech-bubble.student:after {
      border-top-color: #93278F; }

.testimonial-toggle {
  margin-bottom: 30px; }
  .testimonial-toggle ul li {
    display: inline;
    cursor: pointer;
    margin-right: 20px;
    color: #999999; }
    .testimonial-toggle ul li:before {
      margin-right: 5px;
      content: url("/assets/img/sitewide/bullet-grey.png"); }
    .testimonial-toggle ul li.active {
      color: #000000; }
      .testimonial-toggle ul li.active#school:before {
        content: url("/assets/img/sitewide/bullet-purple.png"); }
      .testimonial-toggle ul li.active#student:before {
        content: url("/assets/img/sitewide/bullet-mauve.png"); }

.app-downloads {
  padding-top: 30px; }
  .app-downloads a {
    display: block;
    width: 40%;
    float: left; }
    .app-downloads a:first-child {
      margin-right: 30px; }

/* Medium size (Tablet portrait and higher) */
@media (min-width: 650px) {
  .btn-inline .btn {
    margin-right: 30px;
    clear: none; }
  .header .header-row {
    min-height: 480px;
    padding-bottom: 40px; }
    .header .header-row .header-content {
      display: block;
      position: absolute;
      z-index: 300;
      padding: 50px 0; }
      .header .header-row .header-content h1 span {
        padding-left: 40px; }
      .header .header-row .header-content p {
        padding-left: 80px;
        width: 35%; }
    .header .header-row .bg-plus-grid-bg {
      width: 65%;
      right: -18%;
      top: -50px;
      position: absolute;
      z-index: 200;
      height: 500px; }
  .icon-box img {
    float: none;
    width: auto; }
  .icon-box .text-box {
    width: auto;
    float: none;
    padding: 0 15px; }
    .icon-box .text-box h3 {
      text-align: center !important; }
    .icon-box .text-box p {
      font-size: 1.1em;
      text-align: center; }
  .flex-box {
    min-height: 400px; } }

/* Large size (Tablet landscape and higher) */
@media (min-width: 1100px) {
  .page-heading {
    display: block; }
  .bg-plus-grid-bg {
    width: 60%;
    right: 0;
    top: -50px;
    position: absolute; } }

/* Desktop and larger */
.col1, .col2, .col3, .col4, .col5 {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1; }
  .col1 p, .col1 ul, .col1 ol, .col2 p, .col2 ul, .col2 ol, .col3 p, .col3 ul, .col3 ol, .col4 p, .col4 ul, .col4 ol, .col5 p, .col5 ul, .col5 ol {
    column-count: 1;
    column-gap: 0;
    column-fill: auto; }
  .col1 h1, .col1 h2, .col2 h1, .col2 h2, .col3 h1, .col3 h2, .col4 h1, .col4 h2, .col5 h1, .col5 h2 {
    column-span: all; }

@media only screen and (min-width: 650px) {
  .col1 p, .col1 ul, .col1 ol {
    column-count: 1;
    column-gap: 0;
    column-fill: auto; }
  .col1 h1, .col1 h2 {
    column-span: all; }
  .col2 p, .col2 ul, .col2 ol, .col3 p, .col3 ul, .col3 ol, .col4 p, .col4 ul, .col4 ol, .col5 p, .col5 ul, .col5 ol {
    column-count: 2;
    column-gap: 10px;
    column-fill: auto; }
  .col2 h1, .col2 h2, .col3 h1, .col3 h2, .col4 h1, .col4 h2, .col5 h1, .col5 h2 {
    column-span: all; } }

@media only screen and (min-width: 1100px) {
  .col1 p, .col1 ul, .col1 ol {
    column-count: 1;
    column-gap: 0;
    column-fill: auto; }
  .col1 h1, .col1 h2 {
    column-span: all; }
  .col2 p, .col2 ul, .col2 ol {
    column-count: 2;
    column-gap: 10px;
    column-fill: auto; }
  .col2 h1, .col2 h2 {
    column-span: all; }
  .col3 p, .col3 ul, .col3 ol, .col4 p, .col4 ul, .col4 ol, .col5 p, .col5 ul, .col5 ol {
    column-count: 3;
    column-gap: 10px;
    column-fill: auto; }
  .col3 h1, .col3 h2, .col4 h1, .col4 h2, .col5 h1, .col5 h2 {
    column-span: all; } }

@media only screen and (min-width: 1500px) {
  .col1 p, .col1 ul, .col1 ol {
    column-count: 1;
    column-gap: 0;
    column-fill: auto; }
  .col1 h1, .col1 h2 {
    column-span: all; }
  .col2 p, .col2 ul, .col2 ol {
    column-count: 2;
    column-gap: 10px;
    column-fill: auto; }
  .col2 h1, .col2 h2 {
    column-span: all; }
  .col3 p, .col3 ul, .col3 ol {
    column-count: 3;
    column-gap: 10px;
    column-fill: auto; }
  .col3 h1, .col3 h2 {
    column-span: all; }
  .col4 p, .col4 ul, .col4 ol {
    column-count: 4;
    column-gap: 10px;
    column-fill: auto; }
  .col4 h1, .col4 h2 {
    column-span: all; }
  .col5 p, .col5 ul, .col5 ol {
    column-count: 5;
    column-gap: 10px;
    column-fill: auto; }
  .col5 h1, .col5 h2 {
    column-span: all; } }

.bg-black,
.black-bordered-box {
  color: #FFFFFF; }
  .bg-black a,
  .black-bordered-box a {
    color: #FFFFFF; }
  .bg-black nav a,
  .black-bordered-box nav a {
    color: #FFFFFF; }

.bg-white,
.white-bordered-box {
  color: #000000; }
  .bg-white a,
  .white-bordered-box a {
    color: #000000; }
  .bg-white nav a,
  .white-bordered-box nav a {
    color: #000000; }

.bg-purple {
  color: #FFFFFF; }

/* Text */
html {
  font-size: 100%; }

body {
  font-family: "Epilogue", Arial, sans-serif;
  font-size: 100%;
  font-weight: 500; }

h1, h2, h3, h4, h5, h6 {
  line-height: 100%;
  font-weight: 700; }

h1 {
  font-size: 2.5rem;
  margin-bottom: 2rem; }

h2 {
  font-size: 2.2rem;
  margin-bottom: 2rem; }
  h2 span {
    padding-left: 0; }

h3 {
  font-size: 1.2rem;
  margin-bottom: 0.3rem; }

h4 {
  font-size: 1.3rem; }

h5 {
  font-size: 1.1rem;
  letter-spacing: 0.04em; }

h6 {
  font-size: 1.2rem; }

.align-left h1, .align-left h2, .align-left h3, .align-left h4, .align-left h5, .align-left h6 {
  text-align: left !important; }

.align-right h1, .align-right h2, .align-right h3, .align-right h4, .align-right h5, .align-right h6 {
  text-align: left !important; }

.align-center h1, .align-center h2, .align-center h3, .align-center h4, .align-center h5, .align-center h6 {
  text-align: center !important;
  font-weight: 700; }

p {
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 130%; }

b, strong {
  font-weight: 700; }

a {
  color: #000000;
  outline: none;
  cursor: pointer;
  text-decoration: none; }

/* Lists */
ul, ol {
  margin-left: 20px; }

ul {
  list-style-type: none;
  margin-left: 0; }
  ul li {
    list-style: none;
    padding-left: 0;
    font-size: 1.2rem; }
    ul li:before {
      content: '+ ';
      font-size: 18px;
      color: #35186E; }
  ul.social {
    margin-top: 50px; }
    ul.social li {
      display: inline-block;
      padding-right: 15px; }
      ul.social li:before {
        content: none; }

/* Special */
.fa {
  font-size: 1.3rem; }

/* Medium size (Tablet portrait and higher) */
@media (min-width: 650px) {
  h1 {
    font-size: 90px; }
  h2 {
    font-size: 70px; }
  h3 {
    font-size: 55px; }
  h4 {
    font-size: 1.7rem; }
  h5 {
    font-size: 1.2rem; }
  h6 {
    font-size: 1.2rem; }
  p {
    font-size: 24px; }
  .footer p {
    font-size: 0.9rem; } }

/* Large size (Tablet landscape and higher) */
/* Large size (Tablet landscape and higher) */
/* Buttons */
.btn {
  border-radius: 25px;
  padding: 15px 20px;
  text-transform: none;
  line-height: 100%;
  height: auto;
  text-align: left;
  font-size: 18px;
  position: relative;
  top: 30px;
  font-style: normal;
  text-decoration: none;
  overflow: hidden;
  width: 90%;
  border: none; }
  .btn.btn-primary {
    color: #FFFFFF;
    background-color: #93278f !important;
    transition: background-color 500ms; }
    .btn.btn-primary:hover {
      color: #FFFFFF;
      background-color: rgba(147, 39, 143, 0.7); }

.the-arrow {
  width: 25px;
  transition: all 0.2s; }
  .the-arrow.-left {
    position: absolute;
    top: 50%;
    left: 0; }
    .the-arrow.-left > .shaft {
      width: 0;
      background-color: #FFFFFF; }
      .the-arrow.-left > .shaft:before, .the-arrow.-left > .shaft:after {
        width: 0;
        background-color: #FFFFFF; }
      .the-arrow.-left > .shaft:before {
        transform: rotate(0); }
      .the-arrow.-left > .shaft:after {
        transform: rotate(0); }
  .the-arrow.-right {
    top: 50%;
    right: 12%; }
    .the-arrow.-right > .shaft {
      width: 50px;
      transition-delay: 0.2s; }
      .the-arrow.-right > .shaft:before, .the-arrow.-right > .shaft:after {
        width: 8px;
        transition-delay: 0.3s;
        transition: all 0.5s; }
      .the-arrow.-right > .shaft:before {
        transform: rotate(40deg); }
      .the-arrow.-right > .shaft:after {
        transform: rotate(-40deg); }
  .the-arrow > .shaft {
    background-color: #FFFFFF;
    display: block;
    height: 1px;
    position: relative;
    transition: all 0.2s;
    transition-delay: 0s;
    will-change: transform; }
    .the-arrow > .shaft:before, .the-arrow > .shaft:after {
      background-color: #FFFFFF;
      content: '';
      display: block;
      height: 1px;
      position: absolute;
      top: 0;
      right: 0;
      transition: all 0.2s;
      transition-delay: 0s; }
    .the-arrow > .shaft:before {
      transform-origin: top right; }
    .the-arrow > .shaft:after {
      transform-origin: bottom right; }

.animated-arrow {
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  transition: all 0.2s; }
  .animated-arrow:hover {
    color: #FFFFFF; }
    .animated-arrow:hover > .the-arrow.-left > .shaft {
      width: 25px;
      transition-delay: 0.1s;
      background-color: #FFFFFF; }
      .animated-arrow:hover > .the-arrow.-left > .shaft:before, .animated-arrow:hover > .the-arrow.-left > .shaft:after {
        width: 8px;
        transition-delay: 0.1s;
        background-color: #FFFFFF; }
      .animated-arrow:hover > .the-arrow.-left > .shaft:before {
        transform: rotate(40deg); }
      .animated-arrow:hover > .the-arrow.-left > .shaft:after {
        transform: rotate(-40deg); }
    .animated-arrow:hover > .main {
      transform: translateX(41px); }
      .animated-arrow:hover > .main > .the-arrow.-right > .shaft {
        width: 0;
        transform: translateX(200%);
        transition-delay: 0s; }
        .animated-arrow:hover > .main > .the-arrow.-right > .shaft:before, .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
          width: 0;
          transition-delay: 0s;
          transition: all 0.1s; }
        .animated-arrow:hover > .main > .the-arrow.-right > .shaft:before {
          transform: rotate(0); }
        .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
          transform: rotate(0); }
  .animated-arrow > .main {
    display: flex;
    align-items: center;
    transition: all 0.2s; }
    .animated-arrow > .main > .text {
      margin: 0 16px 0 0;
      line-height: 1; }
    .animated-arrow > .main > .the-arrow {
      position: absolute; }

@media only screen and (min-width: 650px) {
  .btn {
    width: auto; }
  .the-arrow.-right {
    right: 0; }
    .the-arrow.-right > .shaft {
      width: 25px; }
  .animated-arrow {
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    transition: all 0.2s; }
    .animated-arrow:hover {
      color: #FFFFFF; }
      .animated-arrow:hover > .the-arrow.-left > .shaft {
        width: 25px;
        transition-delay: 0.1s;
        background-color: #FFFFFF; }
        .animated-arrow:hover > .the-arrow.-left > .shaft:before, .animated-arrow:hover > .the-arrow.-left > .shaft:after {
          width: 8px;
          transition-delay: 0.1s;
          background-color: #FFFFFF; }
        .animated-arrow:hover > .the-arrow.-left > .shaft:before {
          transform: rotate(40deg); }
        .animated-arrow:hover > .the-arrow.-left > .shaft:after {
          transform: rotate(-40deg); }
      .animated-arrow:hover > .main {
        transform: translateX(41px); }
        .animated-arrow:hover > .main > .the-arrow.-right > .shaft {
          width: 0;
          transform: translateX(200%);
          transition-delay: 0s; }
          .animated-arrow:hover > .main > .the-arrow.-right > .shaft:before, .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
            width: 0;
            transition-delay: 0s;
            transition: all 0.1s; }
          .animated-arrow:hover > .main > .the-arrow.-right > .shaft:before {
            transform: rotate(0); }
          .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
            transform: rotate(0); }
    .animated-arrow > .main {
      display: flex;
      align-items: center;
      transition: all 0.2s; }
      .animated-arrow > .main > .text {
        margin: 0 16px 0 0;
        line-height: 1; }
      .animated-arrow > .main > .the-arrow {
        position: relative; } }

table {
  width: 100%; }

td, th {
  border-right: 1px solid #F7F7F7;
  border-bottom: 1px solid #F7F7F7;
  vertical-align: top; }

td:last-child, th:last-child {
  border-right: none; }

tr:last-child td, tr:last-child th {
  border-bottom: none; }

/* Medium size (Tablet portrait and higher) */
/* Large size (Tablet landscape and higher) */
/* Large size (Tablet landscape and higher) */
form {
  display: block;
  width: 100%; }

input,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="color"],
input[type="submit"],
input[type="reset"] {
  width: 100%;
  color: #666D70;
  border: none;
  border-radius: 0;
  margin: 0;
  font-size: 14px;
  margin-bottom: 30px; }

input:focus,
input[type=text]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=color]:focus,
input[type=submit]:focus,
input[type=reset]:focus {
  border: none; }

select {
  width: 100%; }

textarea {
  width: 100%;
  min-height: 200px; }

input {
  font-family: "Epilogue", Arial, sans-serif; }

::-webkit-input-placeholder {
  /* Chrome */
  color: #A3A7A9; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #A3A7A9; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #A3A7A9;
  opacity: 1; }

:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #A3A7A9;
  opacity: 1; }

input#dev-table-filter {
  width: 80% !important; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset; }

#subscribe input {
  font-weight: 500;
  border-radius: 20px;
  color: #000000; }
  #subscribe input::placeholder {
    color: #000000; }

/* Medium size (Tablet portrait and higher) */
/* Large size (Tablet landscape and higher) */
@media (min-width: 1100px) {
  .cms_form input {
    padding: 18px 5px;
    height: auto;
    width: 85%;
    font-size: 20px; } }

/* Desktop and larger */
@media (min-width: 1500px) {
  input {
    color: #000000; } }

nav {
  position: relative; }

button.menu-btn {
  position: fixed;
  top: 15px;
  right: 20px;
  outline: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.7s;
  z-index: 9999;
  /*&.is-active{
        top:10vh;
        right:25vw;
    }*/ }

.sticky {
  background-color: #FFFFFF; }
  .sticky .menu-btn {
    top: 15px; }

.hamburger-box {
  height: 40px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background-color: #000000 !important;
  height: 2px;
  width: 43px;
  border-radius: 0; }

.hamburger--collapse .hamburger-inner {
  top: 15px; }

.hamburger--collapse .hamburger-inner::before {
  top: -10px; }

.hamburger--collapse .hamburger-inner::after {
  top: 10px;
  width: 50%; }

.hamburger--collapse.is-active .hamburger-box {
  margin-top: 10px; }

.is-active .hamburger-inner, .is-active .hamburger-inner::before, .is-active .hamburger-inner::after {
  background-color: #FFFFFF !important;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0); }

.menu-container {
  width: 70vw;
  height: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -70vw;
  z-index: 400;
  background: #000000; }

.menu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  height: 100%;
  height: 100vh; }
  .menu-nav ul {
    max-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*-webkit-box-orient: vertical;
        box-orient: vertical;*/
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 50%;
    min-height: 50vh;
    /*-ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        justify-content: space-around;*/ }
    .menu-nav ul li {
      background: none;
      padding-left: 0;
      margin-bottom: 0;
      line-height: 130%; }
      .menu-nav ul li:before {
        display: none; }
      .menu-nav ul li a {
        font-size: 24px;
        color: #FFFFFF;
        text-decoration: none;
        min-width: 150px;
        text-align: left;
        display: block;
        padding: 5px 5px 5px 25px;
        transition: color 300ms ease-in-out; }
        .menu-nav ul li a:hover, .menu-nav ul li a.menuactive {
          color: #707070; }

.menu-open .menu-container {
  right: 0 !important; }

.menu-open ul.main-menu li.menu-item a {
  opacity: 1;
  padding: 5px 25px 5px 5px;
  transform: translateX(0); }

.menu-open ul.main-menu li.menu-item:nth-child(1) a {
  -webkit-transition: all .5s ease 100ms;
  transition: all .5s ease 100ms; }

.menu-open ul.main-menu li.menu-item:nth-child(2) a {
  -webkit-transition: all .5s ease 200ms;
  transition: all .5s ease 200ms; }

.menu-open ul.main-menu li.menu-item:nth-child(3) a {
  -webkit-transition: all .5s ease 300ms;
  transition: all .5s ease 300ms; }

.menu-open ul.main-menu li.menu-item:nth-child(4) a {
  -webkit-transition: all .5s ease 400ms;
  transition: all .5s ease 400ms; }

.menu-open ul.main-menu li.menu-item:nth-child(5) a {
  -webkit-transition: all .5s ease 500ms;
  transition: all .5s ease 500ms; }

.menu-open ul.main-menu li.menu-item:nth-child(6) a {
  -webkit-transition: all .5s ease 600ms;
  transition: all .5s ease 500ms; }

.menu-open ul.main-menu li.menu-item:nth-child(7) a {
  -webkit-transition: all .5s ease 700ms;
  transition: all .5s ease 700ms; }

.menu-open ul.main-menu li.menu-item:nth-child(8) a {
  -webkit-transition: all .5s ease 800ms;
  transition: all .5s ease 800ms; }

.menu-open ul.main-menu li.menu-item:nth-child(9) a {
  -webkit-transition: all .5s ease 900ms;
  transition: all .5s ease 900ms; }

.menu-open ul.main-menu li.menu-item:nth-child(10) a {
  -webkit-transition: all .5s ease 1000ms;
  transition: all .5s ease 1000ms; }

.menu-open ul.main-menu li.menu-item:nth-child(11) a {
  -webkit-transition: all .5s ease 1100ms;
  transition: all .5s ease 1100ms; }

.footer-nav {
  text-align: left;
  margin-top: 10px; }
  .footer-nav li {
    font-size: 0.8rem;
    font-weight: 500;
    padding: 0;
    margin: 0; }
    .footer-nav li:before {
      content: none; }
    .footer-nav li a {
      display: block;
      padding: 0 0 5px 0; }

#footer-menu li {
  float: right;
  margin-left: 20px; }

/* General animation and filters */
.animate-all, .pseudo-animate::before, .pseudo-animate::after, .menu-item a {
  -webkit-transition: all 300ms;
  -ms-transition: all 300ms;
  transition: all 300ms; }

.animate-all-slow, .pseudo-animate-slow::before, .pseudo-animate-slow::after {
  -webkit-transition: all 600ms;
  -ms-transition: all 600ms;
  transition: all 600ms; }

.animate-height {
  -webkit-transition: height 300ms;
  -ms-transition: height 300ms;
  transition: height 300ms; }

.accelerate {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

/* Large size (Tablet landscape and higher) */
@media (min-width: 1100px) {
  .menu-btn {
    top: 33px;
    right: 100px; }
  .login-btn {
    top: 45px;
    right: 190px; }
  .special-btn {
    top: 53px;
    right: 255px;
    font-size: 2rem; }
  .menu-container {
    width: 33vw;
    right: -33vw; } }
