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

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

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

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

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

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

/* VARIABLES ============================================================ */
/* VARIABLES ============================================================ */
/* CLASSES GENERAL ============================================================ */
.color-base {
  color: #333333;
}

.color-base--description {
  color: rgba(51, 51, 51, 0.64);
}

.color-theme {
  color: #FFFFFF;
}

.overlay-transparent {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.background-base--background {
  background-color: rgba(51, 51, 51, 0.12);
}

.background-base--opaque {
  background-color: rgba(51, 51, 51, 0.96);
}

.background-theme {
  background-color: #FFFFFF;
}

.background-theme--opaque {
  background-color: rgba(255, 255, 255, 0.96);
}

.background-black {
  background-color: rgb(0, 0, 0);
}

/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/assets/fonts/Roboto-Regular.ttf") format("truetype");
  /* Safari, Android, iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/assets/fonts/Roboto-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */
}
/* alex-brush-regular - latin */
@font-face {
  font-family: "Alex Brush";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/assets/fonts/AlexBrush-Regular.ttf") format("truetype");
}
/* VARIABLES ============================================================ */
/* BASE ============================================================ */
html,
body {
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
p,
h5,
h6,
nav,
.h1,
.h2,
.h3,
.h4,
.p,
.h5,
.h6,
.nav {
  font-weight: 400;
  margin: 0;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

h1,
.h1 {
  font-size: 60px;
  line-height: 80px;
  margin-bottom: 32px;
}

h2,
.h2 {
  font-size: 50px;
  line-height: 64px;
  margin-bottom: 32px;
}

h3,
.h3 {
  font-size: 30px;
  line-height: 48px;
  margin-bottom: 24px;
}

p,
.p,
legend,
label.radio,
label.checkbox {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 16px;
}

h5,
.h5,
label,
.button.button-small,
a.link.link-small,
.alert-component {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}

h6,
.h6,
.button.button-mini,
a.link.link-mini {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 8px;
}

/* CLASSES ============================================================ */
::selection {
  color: #ffffff;
  background: #4EC3E4;
}

::-moz-selection {
  color: #ffffff;
  background: #4EC3E4;
}

.text-secondary {
  font-family: "Alex Brush", cursive;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-underline {
  text-decoration: underline;
}

.text-bold,
a.link.link-bold {
  font-weight: 700;
}

.text-italic,
a.link.link-italic {
  font-style: italic;
}

/* RESPONSIVE ============================================================ */
@media (min-width: 500px) {
  .text-justify {
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
  }
}

/* VARIABLES ============================================================ */
/* SETTING CLASSES ============================================================ */
.setting-opacity--soft {
  opacity: 0.32;
}

.setting-shadow--soft {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}

.setting-shadow--strong {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 5px 10px rgba(0, 0, 0, 0.24);
}

.setting-shadow--motion {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.3s ease-in-out;
  /* Safari and Chrome */
  transition: all 0.3s ease-in-out;
}
.setting-shadow--motion:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 5px 10px rgba(0, 0, 0, 0.24);
}

/* VARIABLES ============================================================ */
/* CLASSES ============================================================ */
.setting-anim--delayed {
  -webkit-animation-delay: 0.5s;
  /* Safari */
  animation-delay: 0.5s;
}

.setting-anim--fadein {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.setting-anim--fadeinup {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.setting-anim--fadeindown {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/*  ============================================================ */
pre,
code,
form,
p {
  max-width: 800px;
}

.image-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.visibility-visible {
  visibility: visible !important;
}

.visibility-hidden {
  visibility: hidden !important;
}

/* DISPLAY ============================================================ */
.display-block {
  display: block !important;
}

.display-inline {
  display: inline !important;
}

.display-inline-block {
  display: inline-block !important;
}

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

.display-phone,
.display-tablet,
.display-laptop,
.display-desktop {
  display: none !important;
}

/* LAYOUT ============================================================ */
.section {
  padding-top: 32px;
  padding-bottom: 32px;
}

.subsection {
  padding-top: 16px;
  padding-bottom: 16px;
}

.container {
  width: 90%;
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.container-full {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 32px;
  box-sizing: border-box;
}

.container:after,
.container-full:after,
.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  position: relative;
  float: left;
  width: 97%;
  margin: 0 1.5%;
  margin-bottom: 6%;
  padding: 0;
  box-sizing: border-box;
}

.one-half-phone.column {
  width: 47%;
}

.one-third-phone.column {
  width: 30.3333333333%;
}

.two-third-phone.column {
  width: 63.6666666667%;
}

.one-fourth-phone.column {
  width: 22%;
}

.three-fourth-phone.column {
  width: 72%;
}

.one-sixth-phone.column {
  width: 13.6666666667%;
}

.five-sixth-phone.column {
  width: 80.3333333333%;
}

.one-eighth-phone.column {
  width: 9.5%;
}

.seven-eighth-phone.column {
  width: 84.5%;
}

/* RESPONSIVE ============================================================ */
@media (max-width: 499px) {
  .display-phone {
    display: inline-block !important;
  }
}
@media (min-width: 500px) and (max-width: 999px) {
  .display-tablet {
    display: inline-block !important;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .subsection {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .container {
    width: 85%;
  }

  .column {
    margin-bottom: 3%;
  }

  .column.fluid {
    width: 47%;
  }

  .one-half-phone.column,
.one-half-tablet.column {
    width: 47%;
  }

  .one-third-phone.column,
.one-third-tablet.column {
    width: 30.3333333333%;
  }

  .two-third-phone.column,
.two-third-tablet.column {
    width: 63.6666666667%;
  }

  .one-fourth-phone.column,
.one-fourth-tablet.column {
    width: 22%;
  }

  .three-fourth-phone.column,
.three-fourth-tablet.column {
    width: 72%;
  }

  .one-sixth-phone.column,
.one-sixth-tablet.column {
    width: 13.6666666667%;
  }

  .five-sixth-phone.column,
.five-sixth-tablet.column {
    width: 80.3333333333%;
  }

  .one-eighth-phone.column,
.one-eighth-tablet.column {
    width: 9.5%;
  }

  .seven-eighth-phone.column,
.seven-eighth-tablet.column {
    width: 84.5%;
  }
}
@media (min-width: 1000px) and (max-width: 1499px) {
  .display-laptop {
    display: inline-block !important;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .subsection {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .container {
    width: 85%;
  }

  .column {
    margin-bottom: 3%;
  }

  .column.fluid {
    width: 30.3333333333%;
  }

  .one-half-phone.column,
.one-half-tablet.column,
.one-half-laptop.column {
    width: 47%;
  }

  .one-third-phone.column,
.one-third-tablet.column,
.one-third-laptop.column {
    width: 30.3333333333%;
  }

  .two-third-phone.column,
.two-third-tablet.column,
.two-third-laptop.column {
    width: 63.6666666667%;
  }

  .one-fourth-phone.column,
.one-fourth-tablet.column,
.one-fourth-laptop.column {
    width: 22%;
  }

  .three-fourth-phone.column,
.three-fourth-tablet.column,
.three-fourth-laptop.column {
    width: 72%;
  }

  .one-sixth-phone.column,
.one-sixth-tablet.column,
.one-sixth-laptop.column {
    width: 13.6666666667%;
  }

  .five-sixth-phone.column,
.five-sixth-tablet.column,
.five-sixth-laptop.column {
    width: 80.3333333333%;
  }

  .one-eighth-phone.column,
.one-eighth-tablet.column,
.one-eighth-laptop.column {
    width: 9.5%;
  }

  .seven-eighth-phone.column,
.seven-eighth-tablet.column,
.seven-eighth-laptop.column {
    width: 84.5%;
  }
}
@media (min-width: 1500px) {
  .display-desktop {
    display: inline-block !important;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .subsection {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .container {
    width: 80%;
  }

  .column {
    margin-bottom: 3%;
  }

  .column.fluid {
    width: 22%;
  }

  .one-half-phone.column,
.one-half-tablet.column,
.one-half-laptop.column,
.one-half-desktop.column {
    width: 47%;
  }

  .one-third-phone.column,
.one-third-tablet.column,
.one-third-laptop.column,
.one-third-desktop.column {
    width: 30.3333333333%;
  }

  .two-third-phone.column,
.two-third-tablet.column,
.two-third-laptop.column,
.two-third-desktop.column {
    width: 63.6666666667%;
  }

  .one-fourth-phone.column,
.one-fourth-tablet.column,
.one-fourth-laptop.column,
.one-fourth-desktop.column {
    width: 22%;
  }

  .three-fourth-phone.column,
.three-fourth-tablet.column,
.three-fourth-laptop.column,
.three-fourth-desktop.column {
    width: 72%;
  }

  .one-sixth-phone.column,
.one-sixth-tablet.column,
.one-sixth-laptop.column,
.one-sixth-desktop.column {
    width: 13.6666666667%;
  }

  .five-sixth-phone.column,
.five-sixth-tablet.column,
.five-sixth-laptop.column,
.five-sixth-desktop.column {
    width: 80.3333333333%;
  }

  .one-eighth-phone.column,
.one-eighth-tablet.column,
.one-eighth-laptop.column,
.one-eighth-desktop.column {
    width: 9.5%;
  }

  .seven-eighth-phone.column,
.seven-eighth-tablet.column,
.seven-eighth-laptop.column,
.seven-eighth-desktop.column {
    width: 84.5%;
  }
}
/* RESET ============================================================ */
* {
  border: 0 none;
  padding: 0;
  margin: 0;
  box-sizing: inherit;
}

html,
body {
  box-sizing: border-box;
  color: #333333;
  background-color: #FFFFFF;
}

ol,
ul {
  list-style: none outside none;
}

figure {
  margin: 0;
}

img {
  margin: auto;
}

hr {
  display: block;
  height: 4px;
  width: 96px;
  margin: 0 auto 96px auto;
}

address {
  font-style: normal;
}

a {
  text-decoration: none;
}

button {
  outline: 0;
  background-color: transparent;
}

button:active,
button:focus,
button:hover {
  outline: 0;
  background-color: transparent;
}

fieldset {
  padding: 0;
  margin: 0;
  border-width: 0;
  text-align: left;
}

pre {
  padding: 0;
}

code {
  font-family: Courier, monospace;
  font-size: 16px;
  line-height: 24px;
  padding: 24px;
  margin-top: 24px;
  margin-bottom: 24px;
  border-radius: 4px;
  display: block;
  white-space: nowrap;
  overflow: auto;
  background-color: rgba(51, 51, 51, 0.12);
}

/* CLASSES ============================================================ */
.smoothscroll {
  scroll-behavior: smooth;
}

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

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

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

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-none {
  float: none;
}

/* BASE ============================================================ */
.button {
  text-align: center;
  border-radius: 4px;
  box-shadow: none;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  text-transform: uppercase;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  height: 56px;
  min-width: 240px;
  padding-top: 8px;
  padding-right: 32px;
  padding-left: 32px;
  margin-bottom: 16px;
  display: inline-block;
  width: auto;
  border: 0;
  font-weight: 700;
  color: white;
}
.button:active {
  transition: none;
}
.button:active svg.icon path {
  transition: none;
}
.button svg.icon path {
  transition: all 0.3s ease-in-out;
}
.button svg.icon {
  max-height: 30px;
  max-width: 30px;
}
.button svg.icon path {
  fill: white;
}

/* STYLES ============================================================ */
.button.button-primary {
  background-color: #28A8C8;
}
.button.button-primary:hover:enabled {
  background-color: #4EC3E4;
}

.button.button-base {
  color: #333333;
  background-color: rgba(51, 51, 51, 0.12);
}
.button.button-base:hover:enabled {
  color: #4EC3E4;
  background-color: rgba(51, 51, 51, 0.12);
}
.button.button-base:hover:enabled svg.icon path {
  fill: #4EC3E4;
}
.button.button-base svg.icon path {
  fill: #333333;
}

.button.button-primary--ghost {
  color: #28A8C8;
  border: 2px solid #28A8C8;
  background-color: rgba(0, 0, 0, 0.12);
}
.button.button-primary--ghost:hover:enabled {
  color: #4EC3E4;
  border: 2px solid #4EC3E4;
}
.button.button-primary--ghost:hover:enabled svg.icon path {
  fill: #4EC3E4;
}
.button.button-primary--ghost svg.icon path {
  fill: #28A8C8;
}

.button.button-base--ghost {
  color: #333333;
  border: 2px solid #333333;
  background-color: transparent;
}
.button.button-base--ghost:hover {
  color: #4EC3E4;
  border: 2px solid #4EC3E4;
}
.button.button-base--ghost:hover svg.icon path {
  fill: #4EC3E4;
}
.button.button-base--ghost svg.icon path {
  fill: #333333;
}

.button.button-white--ghost {
  color: #ffffff;
  border: 2px solid #ffffff;
  background-color: rgba(0, 0, 0, 0.12);
}
.button.button-white--ghost:hover:enabled {
  color: #4EC3E4;
  border: 2px solid #4EC3E4;
}
.button.button-white--ghost:hover:enabled svg.icon path {
  fill: #4EC3E4;
}

.button.button-success {
  background-color: #52CC8F;
}
.button.button-success:hover:enabled {
  background-color: #42A674;
}

.button.button-danger {
  background-color: #E65C5C;
}
.button.button-danger:hover:enabled {
  background-color: #BF4D4D;
}

/* SIZES ============================================================ */
.button.button-block {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.button.button-small {
  height: 40px;
  min-width: 160px;
  padding-right: 24px;
  padding-left: 24px;
  margin-bottom: 16px;
}
.button.button-small svg.icon {
  max-height: 20px;
  max-width: 20px;
}

.button.button-mini {
  height: 24px;
  min-width: 1px;
  padding-right: 16px;
  padding-left: 16px;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 8px;
}
.button.button-mini svg.icon {
  max-height: 16px;
  max-width: 16px;
}

/* TAG ============================================================ */
.button.button-tag {
  border-radius: 1000px;
}

/* SPECIAL ============================================================ */
.button.button-special {
  border-radius: 1000px;
  min-width: 56px;
  padding: 0;
}

/* special sizes */
.button.button-special.button-small {
  min-width: 40px;
}

/* STATE ============================================================ */
.button:disabled {
  opacity: 0.32;
  cursor: not-allowed;
}

.button.button-active {
  color: white !important;
  background-color: #28A8C8 !important;
  border: 1px solid transparent;
}
.button.button-active:hover:enabled {
  color: white;
  background-color: #4EC3E4 !important;
}
.button.button-active:hover:enabled svg.icon path {
  fill: white !important;
}
.button.button-active svg.icon path {
  fill: white !important;
}

/* LINKS ============================================================ */
.link,
.link span {
  text-decoration: none;
  cursor: pointer;
}
.link:hover,
.link span:hover {
  text-decoration: underline;
}
.link:active,
.link span:active {
  text-decoration: underline;
  transition: none;
}
.link:active svg.icon path,
.link span:active svg.icon path {
  transition: none;
}

/* link-style */
.link.link-primary,
.link.link-primary span {
  color: #28A8C8;
}
.link.link-primary:hover,
.link.link-primary span:hover {
  color: #4EC3E4;
}
.link.link-primary:hover svg.icon path,
.link.link-primary span:hover svg.icon path {
  fill: #4EC3E4;
}
.link.link-primary svg.icon path,
.link.link-primary span svg.icon path {
  fill: #28A8C8;
}

.link.link-base,
.link.link-base span {
  color: #333333;
}
.link.link-base:hover,
.link.link-base span:hover {
  color: #4EC3E4;
}
.link.link-base:hover svg.icon path,
.link.link-base span:hover svg.icon path {
  fill: #4EC3E4;
}
.link.link-base svg.icon path,
.link.link-base span svg.icon path {
  fill: #333333;
}

.link.link-theme,
.link.link-theme span {
  color: #FFFFFF;
}
.link.link-theme:hover,
.link.link-theme span:hover {
  color: #4EC3E4;
}
.link.link-theme:hover svg.icon path,
.link.link-theme span:hover svg.icon path {
  fill: #4EC3E4;
}
.link.link-theme svg.icon path,
.link.link-theme span svg.icon path {
  fill: #FFFFFF;
}

.link.link-white,
.link.link-white span {
  color: white;
}
.link.link-white:hover,
.link.link-white span:hover {
  color: #4EC3E4;
}
.link.link-white:hover svg.icon path,
.link.link-white span:hover svg.icon path {
  fill: #4EC3E4;
}
.link.link-white svg.icon path,
.link.link-white span svg.icon path {
  fill: white;
}

.link.link-external,
.link.link-external span {
  color: #5CACE6;
}
.link.link-external:hover,
.link.link-external span:hover {
  color: #4D8FBF;
}
.link.link-external:hover svg.icon path,
.link.link-external span:hover svg.icon path {
  fill: #4D8FBF;
}
.link.link-external svg.icon path,
.link.link-external span svg.icon path {
  fill: #5CACE6;
}

.link.link-active,
.link.link-active span {
  color: #28A8C8 !important;
}
.link.link-active:hover,
.link.link-active span:hover {
  color: #4EC3E4 !important;
}
.link.link-active:hover svg.icon path,
.link.link-active span:hover svg.icon path {
  fill: #4EC3E4 !important;
}
.link.link-active svg.icon path,
.link.link-active span svg.icon path {
  fill: #28A8C8 !important;
}

/* BASE ============================================================ */
svg.icon {
  transition: all 0.3s ease-in-out;
  vertical-align: middle;
  margin-bottom: 3px;
  display: inline-block;
  height: 100%;
  width: 100%;
  max-height: 20px;
  max-width: 20px;
}
svg.icon:active {
  transition: none;
}

/* STYLES ============================================================ */
svg.icon.icon-primary path {
  fill: #28A8C8;
}

svg.icon.icon-base path {
  fill: #333333;
}

svg.icon.icon-theme path {
  fill: #FFFFFF;
}

svg.icon.icon-white path {
  fill: white;
}

/* SIZES ============================================================ */
svg.icon.icon-mini {
  max-height: 12px;
  max-width: 12px;
}

svg.icon.icon-small {
  max-height: 16px;
  max-width: 16px;
}

svg.icon.icon-big {
  max-height: 30px;
  max-width: 30px;
}

/* BASE ============================================================ */
nav ul.nav-horizontal {
  text-align: left;
}
nav ul.nav-horizontal li {
  display: inline-block;
  margin-left: 32px;
  margin-right: 32px;
}
nav ul.nav-horizontal li:first-of-type {
  margin-left: 0;
}
nav ul.nav-horizontal li:last-of-type {
  margin-right: 0;
}
nav ul.nav-horizontal li button {
  margin: 0;
}
nav ul.nav-horizontal li.nav-dropdown:hover .link-dropdown,
nav ul.nav-horizontal li.nav-dropdown:hover .link-dropdown span {
  color: #4EC3E4;
  text-decoration: none;
}
nav ul.nav-horizontal li.nav-dropdown:hover ul.nav-dropdown-content {
  display: block;
}
nav ul.nav-horizontal ul.nav-dropdown-content {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  min-width: 160px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  z-index: 2;
  margin-left: -16px;
  overflow: hidden;
}
nav ul.nav-horizontal ul.nav-dropdown-content li {
  margin-top: 0;
  margin-bottom: 0;
}
nav ul.nav-horizontal ul.nav-dropdown-content a {
  padding: 8px 16px;
  display: block;
}
nav ul.nav-horizontal ul.nav-dropdown-content a:hover {
  background-color: rgba(51, 51, 51, 0.12);
}

nav ul.nav-horizontal.nav-small li {
  font-size: 16px;
  line-height: 24px;
  margin-left: 24px;
  margin-right: 24px;
}
nav ul.nav-horizontal.nav-small li:first-of-type {
  margin-left: 0;
}
nav ul.nav-horizontal.nav-small li:last-of-type {
  margin-right: 0;
}
nav ul.nav-horizontal.nav-small li button {
  margin: 0;
}

nav ul.nav-vertical {
  text-align: left;
}
nav ul.nav-vertical li {
  display: block;
  margin-left: 0;
  margin-right: 0;
  margin-top: 8px;
  margin-bottom: 8px;
}
nav ul.nav-vertical li:first-of-type {
  margin-top: 0;
}
nav ul.nav-vertical li:last-of-type {
  margin-bottom: 0;
}
nav ul.nav-vertical li ul {
  margin-left: 32px;
}

nav ul.nav-vertical.nav-small li {
  font-size: 16px;
  line-height: 24px;
  margin-top: 4px;
  margin-bottom: 4px;
}
nav ul.nav-vertical.nav-small li ul {
  margin-left: 24px;
}

nav ul li svg.icon.icon-mini {
  margin-left: 12px;
  vertical-align: middle;
}
nav ul.nav-small li svg.icon.icon-mini {
  margin-left: 8px;
}

header {
  vertical-align: middle;
  box-shadow: none;
  height: 56px;
  max-height: 56px;
  width: 100%;
  max-width: 100%;
  z-index: 1;
  position: fixed;
  padding-top: 12px;
  background-color: #333333;
}
header #header-logo {
  font-size: 24px;
}
header #header-logo:hover {
  text-decoration: none;
}
header #header-logo:active {
  text-decoration: none;
}

footer {
  color: #FFFFFF;
  background-color: #333333;
  padding-top: 32px;
  padding-bottom: 32px;
  z-index: 1;
}
footer h6 {
  margin: 0;
}

#offcanvas {
  width: 100%;
  height: 0%;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  overflow-y: hidden;
  transition: all 0.3s ease-in-out;
}
#offcanvas #offcanvas-close {
  position: absolute;
  top: 32px;
  right: 32px;
  font-size: 40px;
}
#offcanvas #offcanvas-close:hover {
  text-decoration: none;
}
#offcanvas ul {
  position: relative;
  top: 20%;
  width: 100%;
  height: 100%;
  text-align: center;
}
#offcanvas ul li {
  font-size: 30px;
  margin-bottom: 32px;
}

/* RESPONSIVE ============================================================ */
@media screen and (max-height: 450px) {
  #offcanvas {
    overflow-y: auto;
  }
}

.contact {
  background-color: rgba(51, 51, 51, 0.12);
  padding-top: 32px;
  padding-bottom: 32px;
}
.contact h6 {
  margin: 0;
}

#home {
  padding-top: 56px;
}
#home #home-hero {
  width: 100%;
  height: 176px;
  background-size: auto 100%;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #dae1e4;
}
#home #home-hero .logo {
  display: none;
  margin-top: 64px;
  fill: #333333;
  max-height: 64px;
}
#home .home-card {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 6%;
  cursor: pointer;
}
#home .home-card:hover img {
  filter: grayscale(1);
}
#home .home-card:hover p {
  color: #4EC3E4;
  text-decoration: underline;
}
#home .home-card p {
  margin-top: 16px;
  margin-left: 16px;
  margin-right: 16px;
}
#home .home-card h5 {
  color: rgba(51, 51, 51, 0.64);
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 16px;
}

/* RESPONSIVE ============================================================ */
@media (min-width: 500px) {
  #home #home-hero {
    height: 360px;
  }
  #home #home-hero .logo {
    display: inline-block;
    margin-top: 128px;
  }
  #home .home-category {
    margin-bottom: 6%;
  }
}
@media (min-width: 1000px) {
  #home #home-hero {
    height: 480px;
  }
  #home #home-hero .logo {
    margin-top: 172px;
  }
}

.galleries {
  padding-top: 56px;
  height: 100vh;
  background-size: auto 100%;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: repeat-x;
  overflow: auto;
  white-space: nowrap;
  /* RESPONSIVE ============================================================ */
}
.galleries .hidden {
  display: none !important;
}
.galleries .galleries-art {
  display: inline-block;
  width: auto;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 5%;
}
.galleries .galleries-art img {
  max-height: 50vh;
  width: auto;
  display: block;
}
.galleries .galleries-art .galleries-art-plaque {
  display: inline-block;
  background-color: #FFFFFF;
  padding: 12px 12px 16px;
  border-radius: 4px;
  margin-top: 32px;
}
.galleries .galleries-art .galleries-art-plaque h5 {
  font-style: italic;
  margin-bottom: 8px;
}
.galleries .galleries-art .galleries-art-plaque h6 {
  color: rgba(51, 51, 51, 0.64);
  margin-bottom: 0;
}
.galleries .galleries-nav {
  display: inline-block;
  width: auto;
  margin-left: 5%;
  margin-right: 15%;
}
.galleries .galleries-arrows {
  display: none;
  position: absolute;
  top: 45%;
  bottom: 0;
  width: 56px;
  margin-bottom: 0;
}
.galleries #galleries-arrowleft {
  left: 32px;
}
.galleries #galleries-arrowright {
  right: 32px;
}
.galleries footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin-bottom: 0px;
}
@media (max-height: 500px) {
  .galleries .galleries-art .galleries-art-plaque,
.galleries .galleries-art .galleries-buttons {
    display: none;
  }
}
@media (min-width: 500px) and (min-height: 500px) {
  .galleries .galleries-arrows {
    display: inline-block;
  }
}

#events {
  padding-top: 56px;
}
#events #events-hero {
  width: 100%;
  height: 176px;
  background-size: auto 100%;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #dae1e4;
}
#events #events-hero h1 {
  display: inline-block;
  margin-top: 64px;
}
#events .events-event img {
  max-height: 534px;
}
#events .events-event h3 {
  margin-bottom: 8px;
}
#events .events-event h5 {
  margin-bottom: 8px;
  color: rgba(51, 51, 51, 0.64);
}
#events .events-event img {
  margin-bottom: 16px;
}
#events .events-event hr {
  margin-top: 96px;
  margin-bottom: 64px;
}

/* RESPONSIVE ============================================================ */
@media (min-width: 500px) {
  #events #events-hero {
    height: 320px;
  }
  #events #events-hero h1 {
    margin-top: 112px;
  }
}

#artist {
  padding-top: 56px;
}
#artist #artist-hero {
  width: 100%;
  height: 176px;
  background-size: auto 100%;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #DAE1E4;
}
#artist #artist-hero h1 {
  display: inline-block;
  margin-top: 64px;
}

/* RESPONSIVE ============================================================ */
@media (min-width: 500px) {
  #artist #artist-hero {
    height: 320px;
  }
  #artist #artist-hero h1 {
    margin-top: 112px;
  }
}