@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.5.0-rc.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

a {
  background-color: transparent; }

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

b,
strong {
  font-weight: bolder; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

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

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

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

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

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

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

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  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;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

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

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

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

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .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.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .column, .columns, .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

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

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

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

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

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

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

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

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

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

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

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

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

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

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

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

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

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

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

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

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

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

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

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

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

.small-12 {
  width: 100%; }

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

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

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

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

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

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0; }
  .small-uncentered, .small-uncentered:last-child:not(:first-child),
  .small-push-0,
  .small-push-0:last-child:not(:first-child),
  .small-pull-0,
  .small-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .small-uncentered:last-child:not(:first-child),
  .small-push-0:last-child:not(:first-child),
  .small-pull-0:last-child:not(:first-child) {
    float: right; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
    .medium-uncentered, .medium-uncentered:last-child:not(:first-child),
    .medium-push-0,
    .medium-push-0:last-child:not(:first-child),
    .medium-pull-0,
    .medium-pull-0:last-child:not(:first-child) {
      float: left;
      clear: none; }
    .medium-uncentered:last-child:not(:first-child),
    .medium-push-0:last-child:not(:first-child),
    .medium-pull-0:last-child:not(:first-child) {
      float: right; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
    .large-uncentered, .large-uncentered:last-child:not(:first-child),
    .large-push-0,
    .large-push-0:last-child:not(:first-child),
    .large-pull-0,
    .large-pull-0:last-child:not(:first-child) {
      float: left;
      clear: none; }
    .large-uncentered:last-child:not(:first-child),
    .large-push-0:last-child:not(:first-child),
    .large-pull-0:last-child:not(:first-child) {
      float: right; } }

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

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

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

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem; }
  h2, .h2 {
    font-size: 2.5rem; }
  h3, .h3 {
    font-size: 1.9375rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

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

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

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

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

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

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #14679e;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #1779ba;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #126195;
      color: #fefefe; }
  .button.secondary {
    background-color: #767676;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button.warning {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button.alert {
    background-color: #cc4b37;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #1779ba;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #1779ba;
        color: #fefefe; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #767676;
        color: #fefefe; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #0a0a0a; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #0a0a0a; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #fefefe; }
  .button.hollow {
    border: 1px solid #1779ba;
    color: #1779ba; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c3d5d;
      color: #0c3d5d; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 1px solid #1779ba;
        color: #1779ba; }
    .button.hollow.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 1px solid #1779ba;
          color: #1779ba; }
    .button.hollow.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 1px solid #767676;
          color: #767676; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
  .button.clear {
    border: 1px solid #1779ba;
    color: #1779ba; }
    .button.clear, .button.clear:hover, .button.clear:focus {
      background-color: transparent; }
    .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
      background-color: transparent; }
    .button.clear:hover, .button.clear:focus {
      border-color: #0c3d5d;
      color: #0c3d5d; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 1px solid #1779ba;
        color: #1779ba; }
    .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
      border-color: transparent; }
    .button.clear.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 1px solid #1779ba;
          color: #1779ba; }
      .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
        border-color: transparent; }
    .button.clear.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 1px solid #767676;
          color: #767676; }
      .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
        border-color: transparent; }
    .button.clear.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.clear.success:hover, .button.clear.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
      .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
        border-color: transparent; }
    .button.clear.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
      .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
        border-color: transparent; }
    .button.clear.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.clear.alert:hover, .button.clear.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
      .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
        border-color: transparent; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #767676; }
  .button.dropdown.hollow.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

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

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu, .menu.horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row; }
  .menu.vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-direction: column;
        flex-direction: column; }
  .menu.expanded li {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; }
  .menu.simple {
    -ms-flex-align: center;
        align-items: center; }
    .menu.simple li + li {
      margin-left: 1rem; }
    .menu.simple a {
      padding: 0; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-direction: row;
          flex-direction: row; }
    .menu.medium-vertical {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-direction: column;
          flex-direction: column; }
    .menu.medium-expanded li {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; }
    .menu.medium-simple li {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-direction: row;
          flex-direction: row; }
    .menu.large-vertical {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-direction: column;
          flex-direction: column; }
    .menu.large-expanded li {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; }
    .menu.large-simple li {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons a {
    display: -ms-flexbox;
    display: flex; }
  .menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: -ms-flexbox;
    display: flex; }
  .menu.icon-left li a {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; }
    .menu.icon-left li a img,
    .menu.icon-left li a i,
    .menu.icon-left li a svg {
      margin-right: 0.25rem; }
  .menu.icon-right li a {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; }
    .menu.icon-right li a img,
    .menu.icon-right li a i,
    .menu.icon-right li a svg {
      margin-left: 0.25rem; }
  .menu.icon-top li a {
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap; }
    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg {
      -ms-flex-item-align: stretch;
          -ms-grid-row-align: stretch;
          align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-bottom li a {
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg {
      -ms-flex-item-align: stretch;
          -ms-grid-row-align: stretch;
          align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu .is-active > a {
    background: #1779ba;
    color: #fefefe; }
  .menu .active > a {
    background: #1779ba;
    color: #fefefe; }
  .menu.align-left {
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .menu.align-right li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    .menu.align-right li .submenu li {
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .menu.align-right.vertical li {
    display: block;
    text-align: right; }
    .menu.align-right.vertical li .submenu li {
      text-align: right; }
  .menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0; }
  .menu.align-center li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    .menu.align-center li .submenu li {
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered > .menu {
  -ms-flex-pack: center;
      justify-content: center; }
  .menu-centered > .menu li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    .menu-centered > .menu li .submenu li {
      -ms-flex-pack: start;
          justify-content: flex-start; }

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

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ''; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden; }
  html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll; }
  html.is-reveal-open body {
    overflow-y: hidden; }

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

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    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.99875em) {
    .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; }

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

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe; }
  .tooltip::before {
    position: absolute; }
  .tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
    bottom: 100%; }
  .tooltip.bottom.align-center::before {
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.top.align-center::before {
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
    left: 100%; }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    right: 100%;
    left: auto; }
  .tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .tooltip.align-top::before {
    bottom: auto;
    top: 10%; }
  .tooltip.align-bottom::before {
    bottom: 10%;
    top: auto; }
  .tooltip.align-left::before {
    left: 10%;
    right: auto; }
  .tooltip.align-right::before {
    left: auto;
    right: 10%; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

.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: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1; }

.clearfix::after {
  clear: both; }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
      transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
      transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
      transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(100%);
      transform: translateX(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
      transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -ms-transform: translateY(100%);
      transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -ms-transform: translateX(100%);
      transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -ms-transform: translateY(-100%);
      transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -ms-transform: translateX(-100%);
      transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: top;
      transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: right;
      transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  -ms-transform-origin: bottom;
      transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  -ms-transform-origin: left;
      transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: top;
      transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: right;
      transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: bottom;
      transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: left;
      transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1.5);
      transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
      transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -ms-transform: scale(1.5);
      transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
      transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(-0.75turn);
      transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
      transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
      transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -ms-transform: rotate(0.75turn);
      transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0.75turn);
      transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
      transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
      transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -ms-transform: rotate(-0.75turn);
      transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-ccw-1turn; }

@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(-1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

/* Global */
/* Colors */
/* Z Index */
/* Fonts */
/* Text Colors */
/* Headings */
/* Border Radius */
/* Transitions */
/* Forms */
/* Content */
/* Header */
body, html {
  min-height: 100%;
  position: relative;
  overflow: visible !important; }

body {
  font-family: "Neue Helvetica W01", Helvetica, Roboto, Arial, sans-serif;
  color: #6b6b6c;
  font-weight: 400; }
  body:not(.is-reveal-open) {
    height: auto !important; }
  body.mob-nav-open {
    overflow: hidden !important; }

* {
  outline: none; }

p {
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Neue Helvetica W01", Helvetica, Roboto, Arial, sans-serif;
  color: #0088cb;
  font-weight: 700;
  text-transform: none; }

a {
  color: #0088cb;
  transition: all 0.3s ease-in; }
  a:hover {
    color: #006698; }

.button {
  border-radius: 3px;
  padding-left: 2rem;
  padding-right: 2rem;
  text-decoration: none;
  font-size: 0.8125rem;
  /* Media Queries */ }
  .button.block {
    display: block;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem; }
  .button.primary {
    background-color: #0088cb; }
    .button.primary:hover {
      background-color: #006698; }
  .button.secondary {
    background-color: #15c0f2; }
    .button.secondary:hover {
      background-color: #0b9ec9; }
  .button.grey {
    color: #6b6b6c;
    background-color: #e7e7e6; }
    .button.grey:hover {
      background-color: #cececc; }
  .button.dark-grey {
    color: #fefefe;
    background-color: #a8a9ad; }
    .button.dark-grey:hover {
      background-color: #8e8f94; }
  .button.submit {
    padding: 1rem; }
    .button.submit:hover {
      background-color: #0b9ec9; }
    @media screen and (min-width: 40em) {
      .button.submit {
        font-size: 1.375rem; } }
  @media screen and (min-width: 40em) {
    .button.big {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
      font-size: 1.125rem; }
    .button.wide-large {
      padding-right: 2rem;
      padding-left: 2rem;
      font-size: 1.125rem; } }

.icon svg {
  width: 35px;
  height: 35px; }
  .icon svg path {
    transition: all 0.3s ease-in; }

.icon.primary svg path {
  fill: #0088cb; }

.icon.primary:hover svg path {
  fill: #006698; }

.icon.white svg path {
  fill: #fefefe; }

.icon.white:hover svg path {
  fill: #006698; }

.icon.swirly-arrow.up svg {
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg); }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(90deg); } }

.social-icons.menu > li {
  margin-left: 0.25rem;
  margin-right: 0.25rem; }

.tooltip {
  background-color: #006698;
  font-family: "Neue Helvetica W01", Helvetica, Roboto, Arial, sans-serif;
  padding: 0.5rem 1rem;
  max-width: 25.4rem !important;
  font-size: 16px;
  line-height: 1.3;
  /* Media Queries */ }
  .tooltip.right:before {
    border-color: transparent #006698 transparent transparent !important; }
  .tooltip.top:before {
    border-color: #006698 transparent transparent !important; }
  @media screen and (max-width: 39.99875em) {
    .tooltip {
      text-align: center; } }

.blue-text {
  color: #0088cb; }

.width100 > img {
  width: 100% !important; }

textarea, input:not([type="submit"]), select {
  border: 0;
  padding: 1rem;
  margin-bottom: 1rem;
  display: block;
  width: 100%;
  border-radius: 3px; }
  textarea.block, input:not([type="submit"]).block, select.block {
    width: 100%;
    display: block; }

@media print {
  /* Images */
  img {
    max-width: 500px; }
  /* Hide */
  .main-nav,
  .log-in,
  #footer,
  .publication-search,
  video,
  audio,
  object,
  embed {
    display: none; }
  /* Match Height */
  .match-height {
    height: auto !important; }
  /* HomePage */
  .logo img {
    position: static !important;
    max-height: 60px !important; }
  .top-banner .banner-img .section-title {
    position: static !important; } }

/* Components */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*!
 * Slidebars - A jQuery Framework for Off-Canvas Menus and Sidebars
 * Version: 2.0.2
 * Url: http://www.adchsm.com/slidebars/
 * Author: Adam Charles Smith
 * Author url: http://www.adchsm.com/
 * License: MIT
 * License url: http://www.adchsm.com/slidebars/license/
 */
/**
 * Box Model, Html & Body
 */
html, body, [canvas=container], [off-canvas] {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html, body {
  width: 100%;
  height: 100%;
  overflow: hidden; }

/**
 * Canvas
 */
[canvas] {
  z-index: 1; }

[canvas=container] {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: relative;
  background-color: white;
  /* Basic background color, overwrite this in your own css. */
  -webkit-overflow-scrolling: touch;
  /* Enables momentum scrolling on iOS devices, may be removed by setting to 'auto' in your own CSS. */ }

[canvas=container]:before, [canvas=container]:after {
  clear: both;
  content: '';
  display: table; }

/**
 * Off-Canavs
 */
[off-canvas] {
  display: none;
  position: fixed;
  overflow: hidden;
  overflow-y: auto;
  background-color: black;
  /* Basic background color, overwrite this in your own css. */
  color: white;
  /* Basic colors, overwrite this in your own css. */
  -webkit-overflow-scrolling: touch;
  /* Enables momentum scrolling on iOS devices, may be removed by setting to 'auto' in your own CSS. */ }

[off-canvas*=top] {
  width: 100%;
  height: 255px;
  top: 0; }

[off-canvas*=right] {
  width: 255px;
  height: 100%;
  top: 0;
  right: 0; }

[off-canvas*=bottom] {
  width: 100%;
  height: 255px;
  bottom: 0; }

[off-canvas*=left] {
  width: 255px;
  height: 100%;
  top: 0;
  left: 0; }

[off-canvas*=reveal] {
  z-index: 0; }

[off-canvas*=push] {
  z-index: 1; }

[off-canvas*=overlay] {
  z-index: 9999; }

[off-canvas*=shift] {
  z-index: 0; }

/**
 * Animation
 */
[canvas], [off-canvas] {
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  transition: transform 300ms;
  -webkit-backface-visibility: hidden;
  /* Prevents flickering, may be removed if experiencing problems with fixed background images in Chrome. */ }

[off-canvas*=shift][off-canvas*=top] {
  -ms-transform: translate(0px, 50%);
      transform: translate(0px, 50%); }

[off-canvas*=shift][off-canvas*=right] {
  -ms-transform: translate(-50%, 0px);
      transform: translate(-50%, 0px); }

[off-canvas*=shift][off-canvas*=bottom] {
  -ms-transform: translate(0px, -50%);
      transform: translate(0px, -50%); }

[off-canvas*=shift][off-canvas*=left] {
  -ms-transform: translate(50%, 0px);
      transform: translate(50%, 0px); }

/**
 * Print
 */
@media print {
  [canvas] {
    -ms-transform: translate(0px, 0px) !important;
    transform: translate(0px, 0px) !important; }
  [off-canvas] {
    display: none !important; } }

/* Header */
#fixed-navigation {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 9;
  /* Media Queries */ }
  @media screen and (max-width: 63.99875em) {
    #fixed-navigation .main-nav {
      display: none; } }

#header {
  background-color: #fefefe;
  /* Media Queries */ }
  #header, .internal-page #header {
    border-bottom: 1px solid #e7e7e6; }
  #header .logo img {
    transition: all .3s ease-out; }
  #header .log-in {
    text-align: right; }
    #header .log-in button {
      padding-right: 7px;
      display: inline-block;
      color: #0088cb; }
      #header .log-in button:hover svg path {
        fill: #006698; }
    #header .log-in svg {
      position: relative;
      top: 7px;
      right: -7px; }
      #header .log-in svg path {
        fill: #0088cb;
        transition: all 0.3s ease-in;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%; }
    #header .log-in .member-nav {
      display: inline-block;
      margin: 0;
      list-style: none; }
  #header .menu-icon {
    margin-right: 1rem;
    width: 24px; }
    #header .menu-icon:after {
      box-shadow: 0 7px 0 #0088cb, 0 14px 0 #0088cb;
      background: #0088cb;
      height: 3px; }
  @media screen and (min-width: 64em) {
    #header {
      padding: 0 2rem;
      height: 88px;
      transition: height .3s ease-out; }
      .is-reveal-open #header {
        padding-right: 49px; }
      #header .logo img {
        padding-right: 1rem; }
      #header.smaller {
        height: 72px;
        border-bottom: 1px solid #e7e7e6; }
        #header.smaller .main-nav .nav-list li a, #header.smaller .log-in button {
          line-height: 5.2;
          transition: all .3s ease-out; }
        #header.smaller .logo {
          padding: 0.5rem 1rem 0.5rem 0; }
          #header.smaller .logo img {
            width: 158px;
            margin: 1rem 0; }
      #header .logo {
        padding: 1rem 1rem 1rem 0; }
      #header .logo {
        height: 88px;
        position: relative; }
        #header .logo img {
          max-height: 100%;
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto;
          width: 200px; }
      #header .log-in {
        padding-right: 0; }
        #header .log-in button, #header .log-in a {
          line-height: 6.3;
          font-size: 0.875rem; }
        #header .log-in button svg {
          overflow: visible; }
          #header .log-in button svg path {
            transition: all 0.3s ease-in;
            -ms-transform-origin: 50% 50%;
                transform-origin: 50% 50%; }
        #header .log-in button:hover svg path {
          -ms-transform: scale(1.1);
              transform: scale(1.1); } }
  @media screen and (max-width: 63.99875em) {
    #header {
      padding: 0.5rem 0.5rem; }
      #header .logo img {
        width: 130px; } }
  @media only screen and (min-width: 64em) and (max-width: 1245px) {
    #header {
      padding-left: 1rem;
      padding-right: 1rem; }
      #header .log-in .log-out-btn {
        padding: 0; }
        #header .log-in .log-out-btn svg {
          display: none; } }
  @media screen and (max-width: 39.99875em) {
    #header .members-area-btn {
      padding-right: 0.5rem; } }

.mob-menu {
  background-color: #0088cb; }
  .mob-menu, .mob-menu .main-nav, .mob-menu .log-in {
    box-shadow: inset -8px 0 12px -8px rgba(10, 10, 10, 0.4); }

.main-nav {
  /* Media Queries */ }
  .main-nav .nav-list {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-direction: column;
        flex-direction: column; }
    [data-whatinput='mouse'] .main-nav .nav-list li {
      outline: 0; }
    .main-nav .nav-list a,
    .main-nav .nav-list .button {
      line-height: 1;
      text-decoration: none;
      display: block;
      padding: 0.7rem 1rem; }
    .main-nav .nav-list input,
    .main-nav .nav-list select,
    .main-nav .nav-list a,
    .main-nav .nav-list button {
      margin-bottom: 0; }
    .main-nav .nav-list input {
      display: inline-block; }
  @media screen and (min-width: 64em) {
    .main-nav {
      width: 66.66667%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    .main-nav {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media screen and (min-width: 64em) {
      .main-nav, .main-nav:last-child:not(:first-child) {
        float: left;
        clear: none; }
      .main-nav:last-child:not(:first-child) {
        float: right; }
      .main-nav .nav-list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-direction: row;
            flex-direction: row; }
        .main-nav .nav-list li a {
          padding: 0 1rem;
          line-height: 6.3;
          color: #6b6b6c;
          font-size: 0.875rem; }
        .main-nav .nav-list li.active > a, .main-nav .nav-list li a:hover {
          background-color: #0088cb;
          color: #fefefe; } }
  @media screen and (max-width: 63.99875em) {
    .main-nav {
      padding: 0;
      background-color: #0088cb; }
      .main-nav .log-in {
        background-color: #48a6dc; }
        .main-nav .log-in a {
          display: block;
          padding: 0.5rem 1rem 1rem 1.5rem;
          color: #fefefe; }
        .main-nav .log-in svg {
          position: relative;
          top: 7px;
          left: -7px; }
          .main-nav .log-in svg path {
            fill: #fefefe; }
      .main-nav .nav-list li a {
        padding: 1rem;
        color: #fefefe;
        font-size: 1rem; }
        .main-nav .nav-list li a:hover {
          background-color: #006698; }
      .main-nav .logo-mob {
        padding: 1rem;
        margin-bottom: 1rem; }
      .main-nav .social-icons {
        padding-left: 0.66667rem; } }

/* Footer */
#footer {
  position: relative;
  background-color: #3e3e3f;
  color: #fefefe;
  padding: 2rem 0;
  /* Media Queries */
  /* Media Queries */ }
  #footer a {
    color: inherit; }
    #footer a:hover {
      color: #0088cb; }
  #footer .footer-nav {
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0 1rem 1rem 1rem; }
  #footer .social-icons {
    margin-bottom: 1rem;
    -ms-flex-pack: center;
        justify-content: center; }
    #footer .social-icons .icon svg {
      overflow: visible; }
      #footer .social-icons .icon svg path {
        transition: all 0.3s ease-in;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%; }
    #footer .social-icons .icon:hover svg path {
      -ms-transform: scale(1.1);
          transform: scale(1.1); }
  #footer .back-to-top svg {
    overflow: visible; }
    #footer .back-to-top svg path {
      transition: all 0.3s ease-in;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }
  #footer .back-to-top:hover svg path {
    -ms-transform: scale(1.1);
        transform: scale(1.1); }
  #footer .back-to-top svg {
    background: #0088cb;
    padding: 1rem;
    border-radius: 100%;
    width: 64px;
    height: 64px;
    overflow: visible; }
    #footer .back-to-top svg path {
      fill: #fefefe; }
  @media screen and (max-width: 39.99875em) {
    #footer {
      padding-top: 4rem; }
      #footer .btt-outer {
        text-align: center;
        position: absolute;
        top: -1.5rem;
        left: 0;
        right: 0; }
      #footer .footer-nav li {
        width: 100%;
        margin: 0; }
      #footer .company {
        font-size: 0.875rem; }
      #footer .back-to-top svg {
        width: 50px;
        height: 50px;
        padding: 0.66667rem; } }
  @media screen and (min-width: 40em) {
    #footer .btt-outer {
      position: absolute;
      top: -2rem;
      right: 4rem; }
    #footer .mvg {
      margin: 0; } }

/* Content */
#page-container {
  padding-top: 53px; }

#content {
  position: relative;
  background-image: url("/Assets/img/iacs-background.svg");
  background-color: #dff0fa;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  /* Media Queries */ }
  @supports (-ms-ime-align: auto) {
    #content {
      background-attachment: initial; } }
  #content.home {
    padding: 0; }
  #content .page-title {
    position: relative;
    margin-bottom: 1rem; }
  #content .page-content p > a:not(.button), #content .page-content li > a:not(.button) {
    text-decoration: underline; }
  #content .page-panel {
    padding: 1rem;
    margin-bottom: 2rem;
    border-radius: 3px;
    color: #fefefe; }
    #content .page-panel.primary {
      background-color: #0088cb; }
    #content .page-panel.big {
      padding: 2rem; }
    #content .page-panel .panel-heading {
      font-weight: 700;
      margin-bottom: 1rem;
      display: block; }
    #content .page-panel .panel-content {
      margin-bottom: 1rem; }
      #content .page-panel .panel-content p {
        margin: 0; }
    #content .page-panel .panel-link {
      color: #fefefe;
      text-decoration: underline; }
    #content .page-panel p:last-child, #content .page-panel ul:last-child {
      margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    #content {
      padding: 4rem 0; }
      #content .page-title {
        font-size: 2.625rem; }
      #content .page-panel .panel-heading {
        font-size: 1.5rem; }
      #content .page-panel .panel-content {
        font-size: 1.125rem; }
      #content .page-panel .panel-link {
        font-size: 1.125rem; } }
  @media screen and (max-width: 39.99875em) {
    #content {
      padding-bottom: 4rem; }
      #content.home {
        background-image: none;
        background-color: transparent; }
      #content .page-title-outer {
        padding: 0;
        text-align: center; }
        #content .page-title-outer .page-title {
          background-color: #0088cb;
          color: #fefefe;
          padding: 0.66667rem;
          font-size: 1.25rem; }
      #content .page-article {
        text-align: center; }
      #content .page-panel {
        padding: 0.5rem;
        text-align: center; }
        #content .page-panel.big {
          padding: 1rem; }
        #content .page-panel .panel-heading {
          font-size: 1.125rem; }
        #content .page-panel .panel-content {
          font-size: 1rem; }
        #content .page-panel .panel-link {
          font-size: 1rem; } }

/* Media Queries */
@media screen and (min-width: 64em) {
  #page-container {
    padding-top: 88px; } }

table {
  background-color: #7abbe2;
  color: #fefefe;
  border: none;
  border-bottom: 2px solid #0b8dcd !important; }
  table th {
    background-color: #4ba5dc;
    border-bottom: 2px solid #0b8dcd !important;
    padding: 1rem;
    text-align: center; }
  table td {
    padding: 0.5rem 1rem;
    text-align: left; }
  table td, table th {
    border: none; }
  table a {
    color: #fefefe;
    text-decoration: underline; }

.sidebar {
  /* Media Queries */ }
  .sidebar .form-outer {
    background-color: #e7e7e6;
    padding: 0.70423rem;
    border-radius: 3px;
    margin-bottom: 1rem; }
    .sidebar .form-outer input[type="text"] {
      border-bottom: 1px solid #d8d8d6; }
    .sidebar .form-outer input[type="submit"] {
      font-size: 1.125rem;
      margin: 0; }
  .sidebar .side-menu {
    margin-bottom: 2rem; }
    .sidebar .side-menu.books {
      margin: 0; }
    .sidebar .side-menu li a {
      background: url("/Assets/img/right-arrow.svg") no-repeat right 1rem center #e7e7e6;
      padding: 1.5rem 3rem 1.5rem 1rem;
      color: #6b6b6c; }
      .sidebar .side-menu li a:hover {
        background-color: #cececc; }
      .sidebar .side-menu li a.back-btn {
        background: url("/Assets/img/left-arrow.svg") no-repeat left 1rem center #cececc;
        padding: 1.5rem 1rem 1.5rem 3rem; }
    .sidebar .side-menu li.active a {
      background: url("/Assets/img/circle-outline.svg") no-repeat right 1rem center #cececc; }
    .sidebar .side-menu li.blue-book a {
      border-left: 6px solid #0088cb; }
    .sidebar .side-menu li.green-book a {
      border-left: 6px solid #00cb4c; }
  .sidebar .social-icons {
    text-align: center; }
    .sidebar .social-icons svg path {
      fill: #0088cb; }
    .sidebar .social-icons .icon svg {
      overflow: visible; }
      .sidebar .social-icons .icon svg path {
        transition: all 0.3s ease-in;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%; }
    .sidebar .social-icons .icon:hover svg path {
      -ms-transform: scale(1.1);
          transform: scale(1.1); }
  .sidebar .browse-btn {
    font-size: 100%;
    width: 225px;
    margin: 0; }
    .sidebar .browse-btn.open {
      border-bottom: 1px solid #d8d8d6;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
      .sidebar .browse-btn.open svg {
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
    .sidebar .browse-btn svg {
      width: 15px;
      height: 15px;
      position: relative;
      top: 3px;
      left: 3px;
      transition: all 0.3s ease-in; }
      .sidebar .browse-btn svg path {
        fill: #6b6b6c; }
  @media screen and (min-width: 40em) {
    .sidebar .side-menu li {
      border-bottom: 1px solid #d8d8d6; } }
  @media screen and (max-width: 39.99875em) {
    .sidebar {
      margin-bottom: 1rem; }
      .sidebar .side-nav {
        display: none; }
      .sidebar .side-menu li a {
        padding: 1rem; }
      .sidebar .social-icons {
        display: none; } }

.book-buttons {
  margin: 2rem 0;
  /* Media Queries */ }
  .book-buttons .big-button {
    padding: 1.5rem 3rem;
    display: block;
    color: #fefefe;
    border-radius: 12px; }
    .book-buttons .big-button .heading {
      display: block;
      font-size: 1.375rem;
      text-align: center;
      line-height: 1.2; }
    .book-buttons .big-button .file-info {
      max-width: 75rem;
      margin-right: auto;
      margin-left: auto;
      display: block; }
      .book-buttons .big-button .file-info::before, .book-buttons .big-button .file-info::after {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        -ms-flex-order: 1;
            order: 1; }
      .book-buttons .big-button .file-info::after {
        clear: both; }
      .book-buttons .big-button .file-info .size {
        position: relative;
        text-align: right; }
        .book-buttons .big-button .file-info .size:before {
          content: '';
          width: 2px;
          height: 15px;
          position: absolute;
          top: 6px;
          right: 0;
          background-color: #fefefe; }
      .book-buttons .big-button .file-info .size, .book-buttons .big-button .file-info .filetype {
        width: 50%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; }
        @media print, screen and (min-width: 40em) {
          .book-buttons .big-button .file-info .size, .book-buttons .big-button .file-info .filetype {
            padding-right: 0.9375rem;
            padding-left: 0.9375rem; } }
        .book-buttons .big-button .file-info .size, .book-buttons .big-button .file-info .size:last-child:not(:first-child), .book-buttons .big-button .file-info .filetype, .book-buttons .big-button .file-info .filetype:last-child:not(:first-child) {
          float: left;
          clear: none; }
        .book-buttons .big-button .file-info .size:last-child:not(:first-child), .book-buttons .big-button .file-info .filetype:last-child:not(:first-child) {
          float: right; }
    .book-buttons .big-button.blue-book {
      background-color: #0088cb; }
      .book-buttons .big-button.blue-book:hover {
        background-color: #006698; }
    .book-buttons .big-button.green-book {
      background-color: #00cb4c; }
      .book-buttons .big-button.green-book:hover {
        background-color: #009839; }
  @media screen and (max-width: 63.99875em) {
    .book-buttons .big-button {
      margin-bottom: 1rem; } }
  @media screen and (max-width: 39.99875em) {
    .book-buttons .big-button {
      padding: 2rem 1rem; }
      .book-buttons .big-button .heading {
        font-size: 1.25rem; } }

.member-login-modal {
  background-color: #e7e7e6;
  border: 0;
  padding: 1.5rem 1rem 2rem 1rem;
  /* Media Queries */ }
  .member-login-modal .section-content {
    margin-bottom: 2rem; }
  .member-login-modal .form-outer input[type="submit"] {
    width: 60%;
    display: block;
    margin: 0 auto 1rem auto; }
  .member-login-modal .close-button {
    position: absolute;
    top: 1rem;
    right: 1rem; }
    .member-login-modal .close-button svg {
      overflow: visible; }
      .member-login-modal .close-button svg path {
        transition: all 0.3s ease-in;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%; }
    .member-login-modal .close-button:hover svg path {
      -ms-transform: scale(1.1);
          transform: scale(1.1); }
    .member-login-modal .close-button svg {
      width: 25px;
      height: 25px; }
      .member-login-modal .close-button svg path {
        fill: #6b6b6c;
        stroke: #6b6b6c;
        stroke-width: 5px; }
  .member-login-modal .forgotten-password {
    display: none; }
  @media screen and (min-width: 40em) {
    .member-login-modal {
      border-radius: 12px; }
      .member-login-modal .section-title {
        font-size: 1.875rem; }
      .member-login-modal .section-content {
        font-size: 1.25rem; } }

.pagination {
  /* Media Queries */ }
  .pagination.previous {
    margin-top: 1.5rem;
    margin-bottom: 1rem; }
    .pagination.previous .section-heading {
      font-size: 1.75rem;
      text-align: center;
      line-height: 1; }
  .pagination .menu li {
    margin: 0;
    line-height: 1;
    display: inline-block; }
    .pagination .menu li.active a, .pagination .menu li a:hover {
      background-color: #0088cb;
      border-radius: 3px;
      color: #fefefe; }
    .pagination .menu li a {
      padding: 0.25rem 0.5rem;
      color: #6b6b6c;
      text-decoration: none !important; }
  .pagination .pag-btn:hover svg {
    fill: #fefefe; }
  .pagination .pag-btn svg {
    width: 15px;
    height: 15px;
    fill: #6b6b6c;
    transition: all 0.3s ease-in;
    margin: 0; }
  .pagination .pag-btn.skip svg {
    width: 12px;
    height: 12px;
    position: relative;
    top: -1px; }
  @media screen and (max-width: 39.99875em) {
    .pagination.previous .section-heading {
      margin-bottom: 1rem; } }

.publications {
  /* Media Queries */ }
  .publications .pub-item {
    background-color: #e7e7e6;
    margin-bottom: 1rem; }
    .publications .pub-item .pub-content {
      margin-bottom: 1rem; }
  .publications .pub-heading, .publications .pub-info {
    padding: 1rem; }
  .publications .pub-heading {
    border-bottom: 1px solid #d8d8d6;
    line-height: 1.8; }
    .publications .pub-heading .pub-name {
      font-size: 1.25rem;
      color: #6b6b6c;
      margin: 0; }
    .publications .pub-heading .heading-section {
      margin-bottom: 1rem; }
  .publications .pub-info .pub-content {
    font-size: 0.875rem; }
  .publications .pub-info .button {
    margin: 0; }
  .publications .pub-date svg {
    width: 25px;
    height: 25px;
    position: relative;
    top: 5px;
    left: 3px; }
  .publications .pub-buttons {
    margin-right: -0.5rem; }
    .publications .pub-buttons .button {
      margin: 0;
      text-transform: uppercase;
      font-size: 0.75rem; }
    .publications .pub-buttons .download > svg {
      height: 12px;
      width: 12px;
      margin-left: 0.5rem;
      fill: #fefefe; }
    .publications .pub-buttons .columns {
      padding: 0 0.5rem; }
  @media screen and (min-width: 64em) {
    .publications .pub-heading .heading-section {
      margin: 0; } }
  @media screen and (min-width: 40em) {
    .publications .pub-heading .pub-date {
      display: block;
      text-align: right; } }
  @media screen and (max-width: 39.99875em) {
    .publications .pub-item {
      text-align: center; } }

.documents {
  /* Media Queries */ }
  .documents.top {
    margin-bottom: 2rem; }
  .documents .section-title {
    font-size: 1.375rem;
    margin-bottom: 1rem; }
  .documents .doc {
    background-color: #e7e7e6;
    padding: 0.66667rem 0.66667rem 0.66667rem 1rem;
    border-radius: 3px;
    margin-bottom: 0.66667rem; }
    .documents .doc:last-child {
      margin: 0; }
    .documents .doc .button {
      margin: 0; }
    .documents .doc .doc-name {
      display: block; }
  @media screen and (min-width: 40em) {
    .documents .doc .doc-name {
      font-size: 1.125rem;
      line-height: 2.9; }
    .documents .doc .download-btn {
      text-align: right; } }
  @media screen and (max-width: 39.99875em) {
    .documents .section-title {
      text-align: center; }
    .documents .doc {
      text-align: center; }
      .documents .doc .doc-name {
        margin-bottom: 1rem; } }

.hamburger-outer {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem; }
  .hamburger-outer.menu-icon:after {
    content: none; }

#hamburger {
  width: 24px;
  height: 16px;
  z-index: 9;
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: all 0.3s ease-in;
  cursor: pointer; }
  #hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #0088cb;
    opacity: 1;
    left: 0;
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    transition: all 0.3s ease-in;
    z-index: 99; }
    #hamburger span:nth-child(1) {
      top: 0px; }
    #hamburger span:nth-child(2), #hamburger span:nth-child(3) {
      top: 7px; }
    #hamburger span:nth-child(4) {
      top: 14px; }
  .mob-nav-open #hamburger span:nth-child(1), .mob-nav-open #hamburger span:nth-child(4) {
    top: 13px;
    width: 0%;
    left: 50%; }
  .mob-nav-open #hamburger span:nth-child(2) {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }
  .mob-nav-open #hamburger span:nth-child(3) {
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }

/* Home */
.top-banner {
  /* Media Queries */ }
  .top-banner .banner-img {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center; }
    .top-banner .banner-img .section-title {
      position: absolute;
      bottom: 0;
      left: 0;
      margin: 0;
      padding: 1rem 2rem;
      background: rgba(0, 102, 152, 0.8);
      color: #fefefe;
      font-size: 2.25rem;
      font-style: italic; }
  .top-banner .banner-news .news-link svg {
    overflow: visible; }
    .top-banner .banner-news .news-link svg path {
      transition: all 0.3s ease-in;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }
  .top-banner .banner-news .news-link:hover svg path {
    -ms-transform: scale(1.1);
        transform: scale(1.1); }
  .top-banner .banner-news .section-title {
    padding: 1rem 1rem 4rem 1rem;
    margin: 0;
    background: url("/Assets/img/iacs-news-background.svg") no-repeat bottom -2px center #0088cb;
    background-size: 100%;
    color: #fefefe;
    font-size: 1.375rem; }
    .top-banner .banner-news .section-title svg {
      width: 20px;
      height: 20px;
      position: relative;
      left: 4px;
      bottom: 0; }
      .top-banner .banner-news .section-title svg path {
        fill: #fefefe; }
  .top-banner .banner-news .news-items {
    background-color: #c2e1f6;
    padding: 1rem 2rem; }
    .top-banner .banner-news .news-items .news-title {
      font-size: 1rem;
      color: #6b6b6c; }
    .top-banner .banner-news .news-items .news-content, .top-banner .banner-news .news-items .news-date {
      font-size: 0.875rem; }
  .top-banner .banner-news .view-all-news {
    text-align: right; }
    .top-banner .banner-news .view-all-news a {
      color: #6b6b6c;
      font-size: 0.875rem; }
      .top-banner .banner-news .view-all-news a svg {
        overflow: visible; }
        .top-banner .banner-news .view-all-news a svg path {
          transition: all 0.3s ease-in;
          -ms-transform-origin: 50% 50%;
              transform-origin: 50% 50%; }
      .top-banner .banner-news .view-all-news a:hover svg path {
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
    .top-banner .banner-news .view-all-news svg {
      width: 20px;
      height: 20px;
      position: relative;
      left: 4px;
      bottom: -4px; }
      .top-banner .banner-news .view-all-news svg path {
        fill: #6b6b6c; }
  @media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .top-banner .banner-img {
      height: 400px; } }
  @media screen and (max-width: 39.99875em) {
    .top-banner .banner-img {
      height: 250px; }
      .top-banner .banner-img .section-title {
        width: 100%;
        text-align: center;
        padding: 0.5rem 1rem;
        font-size: 100%; }
    .top-banner .banner-news {
      text-align: center; }
      .top-banner .banner-news .section-title svg {
        bottom: -4px; }
      .top-banner .banner-news .news-items {
        padding: 1rem; } }

.publication-search {
  padding: 1.5rem;
  background-color: #0088cb;
  /* Media Queries */ }
  .publication-search .section-title {
    margin-bottom: 1rem;
    color: #fefefe;
    font-size: 1.375rem;
    font-weight: 400; }
  .publication-search .search {
    max-height: 56px; }
  .publication-search .pub-tooltip {
    font-size: 18px;
    width: 26px;
    height: 26px;
    background: #006698;
    border-radius: 100%;
    display: inline-block;
    border: none; }
  @media screen and (max-width: 39.99875em) {
    .publication-search .form-outer .search-btn {
      float: none;
      margin-left: auto;
      margin-right: auto; }
    .publication-search .pub-tooltip {
      display: block;
      margin: 1rem auto; } }
  @media screen and (min-width: 40em) {
    .publication-search .search, .publication-search .submit {
      font-size: 1rem;
      margin: 0; }
    .publication-search .pub-tooltip {
      position: relative;
      top: -3px;
      left: 1rem; } }

.intro {
  padding: 4rem 1rem;
  /* Media Queries */ }
  .intro .section-title {
    display: block;
    margin-bottom: 1rem;
    color: #0088cb;
    font-size: 2rem;
    font-weight: 700; }
  @media screen and (max-width: 39.99875em) {
    .intro {
      padding: 2rem 0; }
      .intro .section-title {
        font-size: 1.1875rem; } }
  @media screen and (min-width: 40em) {
    .intro .section-content {
      font-size: 1.25rem; } }

.home-cta {
  /* Media Queries */ }
  .home-cta .cta .section-bg {
    text-align: center;
    position: relative; }
    .home-cta .cta .section-bg a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: table;
      width: 100%;
      height: 100%; }
  .home-cta .cta.one .section-outer {
    overflow: hidden;
    position: relative;
    z-index: 9; }
  .home-cta .cta.one .section-bg {
    background: url("/Assets/img/quality-systems.jpg") no-repeat center center;
    background-size: cover;
    transition: all 0.3s ease-in; }
    .home-cta .cta.one .section-bg:before {
      content: '';
      background: rgba(10, 10, 10, 0.6);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .home-cta .cta.one .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: table;
    width: 100%;
    height: 100%; }
    .home-cta .cta.one .content a {
      display: table-cell;
      vertical-align: middle; }
      .home-cta .cta.one .content a .section-title {
        color: #fefefe; }
  .home-cta .cta.two .section-bg {
    transition: all 0.3s ease-in;
    background-color: #0088cb; }
    .home-cta .cta.two .section-bg:hover {
      background-color: #006698; }
    .home-cta .cta.two .section-bg .section-title, .home-cta .cta.two .section-bg .section-subtitle {
      color: #fefefe; }
    .home-cta .cta.two .section-bg .section-subtitle {
      font-weight: 400;
      font-size: 1.125rem; }
    .home-cta .cta.two .section-bg .section-content {
      display: table-cell;
      vertical-align: middle;
      padding: 1rem; }
  @media screen and (min-width: 40em) {
    .home-cta {
      margin-bottom: 4rem; }
      .home-cta .cta.one .section-outer {
        height: 300px;
        border-radius: 12px; }
        .home-cta .cta.one .section-outer:hover .section-bg {
          -ms-transform: scale(1.06);
              transform: scale(1.06); }
      .home-cta .cta.one .section-bg:before {
        border-radius: 12px; }
      .home-cta .cta.two .section-title, .home-cta .cta .section-subtitle {
        font-size: 1.625rem; }
      .home-cta .cta .section-bg {
        border-radius: 12px;
        height: 300px; } }
  @media screen and (max-width: 39.99875em) {
    .home-cta .cta {
      padding: 0;
      margin-bottom: 2rem; }
      .home-cta .cta .section-bg {
        height: 200px; }
      .home-cta .cta.one .section-outer {
        height: 200px; } }

.members {
  padding-bottom: 3rem;
  /* Media Queries */ }
  @media screen and (min-width: 40em) {
    .members .section-content {
      font-size: 1.25rem; } }

.member-slider {
  position: relative;
  /* Media Queries */ }
  .member-slider .slick-slide {
    margin: 0 1rem;
    height: 150px;
    position: relative; }
    .member-slider .slick-slide img {
      position: absolute;
      margin: auto;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      max-height: 100%;
      transition: all 0.3s ease-in; }
    .member-slider .slick-slide:hover img.top {
      opacity: 0; }
    .member-slider .slick-slide a {
      display: block; }
  .member-slider .slider-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 9;
    overflow: visible;
    padding: 8px; }
    .member-slider .slider-btn svg {
      overflow: visible; }
      .member-slider .slider-btn svg path {
        transition: all 0.3s ease-in;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%; }
    .member-slider .slider-btn:hover svg path {
      -ms-transform: scale(1.1);
          transform: scale(1.1); }
    .member-slider .slider-btn.prev {
      left: -0.5rem; }
      .member-slider .slider-btn.prev svg {
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        -webkit-transform: rotate(180deg); }
    .member-slider .slider-btn.next {
      right: -0.5rem; }
    .member-slider .slider-btn svg {
      width: 30px;
      height: 30px; }
      .member-slider .slider-btn svg path {
        fill: #0088cb;
        transition: all 0.3s ease-in; }
    .member-slider .slider-btn:hover svg path {
      fill: #006698; }
  .member-slider .slick-dots {
    list-style: none;
    margin: 0;
    position: absolute;
    bottom: 1.5rem;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center; }
    .member-slider .slick-dots li {
      display: inline-block;
      border-radius: 100%;
      font-size: 0;
      width: 10px;
      height: 10px;
      margin: 0 0.25rem;
      background-color: #6b6b6c; }
      .member-slider .slick-dots li.slick-active {
        background-color: #0088cb; }
  .touch .member-slider .slick-slide img.top {
    display: none; }
  @media screen and (min-width: 40em) {
    .member-slider {
      padding: 2rem 3rem 4rem 3rem; }
      .member-slider .slick-slide {
        margin: 0 2rem; } }
  @media screen and (max-width: 39.99875em) {
    .member-slider {
      padding-bottom: 4rem; } }

/* Page */
.news .news-item {
  margin-bottom: 1rem; }
  .news .news-item:last-child {
    margin: 0; }
  .news .news-item.no-image .news-article {
    border-radius: 3px; }

.news .news-img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .news .news-img img {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }

.news .news-article {
  padding: 1rem;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #e7e7e6;
  border-bottom: 1px solid #d8d8d6; }
  .news .news-article .news-heading {
    text-transform: uppercase;
    font-size: 1.25rem;
    transition: all 0.3s ease-in; }
    .news .news-article .news-heading a:hover {
      color: #006698;
      text-decoration: underline; }
  .news .news-article .news-content, .news .news-article .news-date {
    font-size: 0.875rem; }
  .news .news-article .news-content {
    margin-bottom: 1rem; }
  .news .news-article .news-date {
    background-color: #d8d8d6;
    padding: 0.5rem 1rem;
    color: #6b6b6c;
    border-radius: 10px;
    margin-right: 0.5rem; }

@media screen and (max-width: 39.99875em) {
  .news .news-item .match-height:first-child {
    height: 200px; } }

.team {
  /* Media Queries */ }
  .team .team-member-outer {
    position: relative;
    margin-bottom: 2rem; }
    .team .team-member-outer .team-member {
      background-position: top center;
      background-size: cover; }
    .team .team-member-outer .caption {
      text-align: center;
      background-color: rgba(0, 136, 203, 0.8);
      padding: 1rem; }
      .team .team-member-outer .caption .caption-inner {
        position: relative;
        top: 50%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        -webkit-transform: translateY(-50%); }
    .team .team-member-outer .section-heading {
      color: #fefefe;
      font-size: 1rem;
      font-weight: 400; }
    .team .team-member-outer .section-subheading {
      font-size: 0.875rem;
      color: #fefefe;
      font-weight: 400; }
  @media screen and (min-width: 64em) {
    .team .team-member-outer.position {
      padding-top: 4rem; }
    .team .team-member-outer .caption {
      height: 110px; } }
  @media screen and (max-width: 39.99875em) {
    .team {
      margin-top: 2rem; } }

.pdfprintlink {
  background: url("/Assets/img/printer.svg");
  width: 30px;
  height: 30px;
  background-size: 100%;
  font-size: 0;
  display: block;
  margin: 1rem 0; }

.member-table .member-name {
  margin-top: 1rem;
  text-align: center; }
