@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

* {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16 px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Cabin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: hsl(224, 10%, 21%);
  background-color: hsl(206, 28%, 95%);
  min-width: 20rem;
}

.content {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

img {
  max-width: 100%;
  height: auto;
}

.pagination {
  text-align: center;
}

hr {
  border: 0;
  border-bottom: 1px solid hsl(219, 11%, 85%);
  margin: 2.25rem 5% 1.5rem;
}

@-ms-viewport {
  width: device-width;
}
.row:before, .container:before, .hero__container:before, .header__container:before, .header__menu__container:before, .row:after, .container:after, .hero__container:after, .header__container:after, .header__menu__container:after {
  content: " ";
  display: table;
}
.row:after, .container:after, .hero__container:after, .header__container:after, .header__menu__container:after {
  clear: both;
}

.container, .hero__container, .header__container, .header__menu__container {
  width: 100vw;
  max-width: 75rem;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-bottom: 1.5rem;
}

.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .footer__column, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .footer__column {
  float: left;
}

.col-xs-1 {
  width: calc(8.3333333333% * 1);
}

.col-xs-pull-1 {
  right: calc(8.3333333333% * 1);
}

.col-xs-push-1 {
  left: calc(8.3333333333% * 1);
}

.col-xs-offset-1 {
  margin-left: calc(8.3333333333% * 1);
}

.col-xs-2 {
  width: calc(8.3333333333% * 2);
}

.col-xs-pull-2 {
  right: calc(8.3333333333% * 2);
}

.col-xs-push-2 {
  left: calc(8.3333333333% * 2);
}

.col-xs-offset-2 {
  margin-left: calc(8.3333333333% * 2);
}

.col-xs-3 {
  width: calc(8.3333333333% * 3);
}

.col-xs-pull-3 {
  right: calc(8.3333333333% * 3);
}

.col-xs-push-3 {
  left: calc(8.3333333333% * 3);
}

.col-xs-offset-3 {
  margin-left: calc(8.3333333333% * 3);
}

.col-xs-4 {
  width: calc(8.3333333333% * 4);
}

.col-xs-pull-4 {
  right: calc(8.3333333333% * 4);
}

.col-xs-push-4 {
  left: calc(8.3333333333% * 4);
}

.col-xs-offset-4 {
  margin-left: calc(8.3333333333% * 4);
}

.col-xs-5 {
  width: calc(8.3333333333% * 5);
}

.col-xs-pull-5 {
  right: calc(8.3333333333% * 5);
}

.col-xs-push-5 {
  left: calc(8.3333333333% * 5);
}

.col-xs-offset-5 {
  margin-left: calc(8.3333333333% * 5);
}

.col-xs-6 {
  width: calc(8.3333333333% * 6);
}

.col-xs-pull-6 {
  right: calc(8.3333333333% * 6);
}

.col-xs-push-6 {
  left: calc(8.3333333333% * 6);
}

.col-xs-offset-6 {
  margin-left: calc(8.3333333333% * 6);
}

.col-xs-7 {
  width: calc(8.3333333333% * 7);
}

.col-xs-pull-7 {
  right: calc(8.3333333333% * 7);
}

.col-xs-push-7 {
  left: calc(8.3333333333% * 7);
}

.col-xs-offset-7 {
  margin-left: calc(8.3333333333% * 7);
}

.col-xs-8 {
  width: calc(8.3333333333% * 8);
}

.col-xs-pull-8 {
  right: calc(8.3333333333% * 8);
}

.col-xs-push-8 {
  left: calc(8.3333333333% * 8);
}

.col-xs-offset-8 {
  margin-left: calc(8.3333333333% * 8);
}

.col-xs-9 {
  width: calc(8.3333333333% * 9);
}

.col-xs-pull-9 {
  right: calc(8.3333333333% * 9);
}

.col-xs-push-9 {
  left: calc(8.3333333333% * 9);
}

.col-xs-offset-9 {
  margin-left: calc(8.3333333333% * 9);
}

.col-xs-10 {
  width: calc(8.3333333333% * 10);
}

.col-xs-pull-10 {
  right: calc(8.3333333333% * 10);
}

.col-xs-push-10 {
  left: calc(8.3333333333% * 10);
}

.col-xs-offset-10 {
  margin-left: calc(8.3333333333% * 10);
}

.col-xs-11 {
  width: calc(8.3333333333% * 11);
}

.col-xs-pull-11 {
  right: calc(8.3333333333% * 11);
}

.col-xs-push-11 {
  left: calc(8.3333333333% * 11);
}

.col-xs-offset-11 {
  margin-left: calc(8.3333333333% * 11);
}

.col-xs-12, .footer__column {
  width: calc(8.3333333333% * 12);
}

.col-xs-pull-12 {
  right: calc(8.3333333333% * 12);
}

.col-xs-push-12 {
  left: calc(8.3333333333% * 12);
}

.col-xs-offset-12 {
  margin-left: calc(8.3333333333% * 12);
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-0 {
  left: 0;
}

@media (min-width: 560px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: calc(8.3333333333% * 1);
  }
  .col-sm-pull-1 {
    right: calc(8.3333333333% * 1);
  }
  .col-sm-push-1 {
    left: calc(8.3333333333% * 1);
  }
  .col-sm-offset-1 {
    margin-left: calc(8.3333333333% * 1);
  }
  .col-sm-2 {
    width: calc(8.3333333333% * 2);
  }
  .col-sm-pull-2 {
    right: calc(8.3333333333% * 2);
  }
  .col-sm-push-2 {
    left: calc(8.3333333333% * 2);
  }
  .col-sm-offset-2 {
    margin-left: calc(8.3333333333% * 2);
  }
  .col-sm-3 {
    width: calc(8.3333333333% * 3);
  }
  .col-sm-pull-3 {
    right: calc(8.3333333333% * 3);
  }
  .col-sm-push-3 {
    left: calc(8.3333333333% * 3);
  }
  .col-sm-offset-3 {
    margin-left: calc(8.3333333333% * 3);
  }
  .col-sm-4 {
    width: calc(8.3333333333% * 4);
  }
  .col-sm-pull-4 {
    right: calc(8.3333333333% * 4);
  }
  .col-sm-push-4 {
    left: calc(8.3333333333% * 4);
  }
  .col-sm-offset-4 {
    margin-left: calc(8.3333333333% * 4);
  }
  .col-sm-5 {
    width: calc(8.3333333333% * 5);
  }
  .col-sm-pull-5 {
    right: calc(8.3333333333% * 5);
  }
  .col-sm-push-5 {
    left: calc(8.3333333333% * 5);
  }
  .col-sm-offset-5 {
    margin-left: calc(8.3333333333% * 5);
  }
  .col-sm-6 {
    width: calc(8.3333333333% * 6);
  }
  .col-sm-pull-6 {
    right: calc(8.3333333333% * 6);
  }
  .col-sm-push-6 {
    left: calc(8.3333333333% * 6);
  }
  .col-sm-offset-6 {
    margin-left: calc(8.3333333333% * 6);
  }
  .col-sm-7 {
    width: calc(8.3333333333% * 7);
  }
  .col-sm-pull-7 {
    right: calc(8.3333333333% * 7);
  }
  .col-sm-push-7 {
    left: calc(8.3333333333% * 7);
  }
  .col-sm-offset-7 {
    margin-left: calc(8.3333333333% * 7);
  }
  .col-sm-8 {
    width: calc(8.3333333333% * 8);
  }
  .col-sm-pull-8 {
    right: calc(8.3333333333% * 8);
  }
  .col-sm-push-8 {
    left: calc(8.3333333333% * 8);
  }
  .col-sm-offset-8 {
    margin-left: calc(8.3333333333% * 8);
  }
  .col-sm-9 {
    width: calc(8.3333333333% * 9);
  }
  .col-sm-pull-9 {
    right: calc(8.3333333333% * 9);
  }
  .col-sm-push-9 {
    left: calc(8.3333333333% * 9);
  }
  .col-sm-offset-9 {
    margin-left: calc(8.3333333333% * 9);
  }
  .col-sm-10 {
    width: calc(8.3333333333% * 10);
  }
  .col-sm-pull-10 {
    right: calc(8.3333333333% * 10);
  }
  .col-sm-push-10 {
    left: calc(8.3333333333% * 10);
  }
  .col-sm-offset-10 {
    margin-left: calc(8.3333333333% * 10);
  }
  .col-sm-11 {
    width: calc(8.3333333333% * 11);
  }
  .col-sm-pull-11 {
    right: calc(8.3333333333% * 11);
  }
  .col-sm-push-11 {
    left: calc(8.3333333333% * 11);
  }
  .col-sm-offset-11 {
    margin-left: calc(8.3333333333% * 11);
  }
  .col-sm-12 {
    width: calc(8.3333333333% * 12);
  }
  .col-sm-pull-12 {
    right: calc(8.3333333333% * 12);
  }
  .col-sm-push-12 {
    left: calc(8.3333333333% * 12);
  }
  .col-sm-offset-12 {
    margin-left: calc(8.3333333333% * 12);
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-0 {
    left: 0;
  }
}
@media (min-width: 720px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: calc(8.3333333333% * 1);
  }
  .col-md-pull-1 {
    right: calc(8.3333333333% * 1);
  }
  .col-md-push-1 {
    left: calc(8.3333333333% * 1);
  }
  .col-md-offset-1 {
    margin-left: calc(8.3333333333% * 1);
  }
  .col-md-2 {
    width: calc(8.3333333333% * 2);
  }
  .col-md-pull-2 {
    right: calc(8.3333333333% * 2);
  }
  .col-md-push-2 {
    left: calc(8.3333333333% * 2);
  }
  .col-md-offset-2 {
    margin-left: calc(8.3333333333% * 2);
  }
  .col-md-3 {
    width: calc(8.3333333333% * 3);
  }
  .col-md-pull-3 {
    right: calc(8.3333333333% * 3);
  }
  .col-md-push-3 {
    left: calc(8.3333333333% * 3);
  }
  .col-md-offset-3 {
    margin-left: calc(8.3333333333% * 3);
  }
  .col-md-4 {
    width: calc(8.3333333333% * 4);
  }
  .col-md-pull-4 {
    right: calc(8.3333333333% * 4);
  }
  .col-md-push-4 {
    left: calc(8.3333333333% * 4);
  }
  .col-md-offset-4 {
    margin-left: calc(8.3333333333% * 4);
  }
  .col-md-5 {
    width: calc(8.3333333333% * 5);
  }
  .col-md-pull-5 {
    right: calc(8.3333333333% * 5);
  }
  .col-md-push-5 {
    left: calc(8.3333333333% * 5);
  }
  .col-md-offset-5 {
    margin-left: calc(8.3333333333% * 5);
  }
  .col-md-6 {
    width: calc(8.3333333333% * 6);
  }
  .col-md-pull-6 {
    right: calc(8.3333333333% * 6);
  }
  .col-md-push-6 {
    left: calc(8.3333333333% * 6);
  }
  .col-md-offset-6 {
    margin-left: calc(8.3333333333% * 6);
  }
  .col-md-7 {
    width: calc(8.3333333333% * 7);
  }
  .col-md-pull-7 {
    right: calc(8.3333333333% * 7);
  }
  .col-md-push-7 {
    left: calc(8.3333333333% * 7);
  }
  .col-md-offset-7 {
    margin-left: calc(8.3333333333% * 7);
  }
  .col-md-8 {
    width: calc(8.3333333333% * 8);
  }
  .col-md-pull-8 {
    right: calc(8.3333333333% * 8);
  }
  .col-md-push-8 {
    left: calc(8.3333333333% * 8);
  }
  .col-md-offset-8 {
    margin-left: calc(8.3333333333% * 8);
  }
  .col-md-9 {
    width: calc(8.3333333333% * 9);
  }
  .col-md-pull-9 {
    right: calc(8.3333333333% * 9);
  }
  .col-md-push-9 {
    left: calc(8.3333333333% * 9);
  }
  .col-md-offset-9 {
    margin-left: calc(8.3333333333% * 9);
  }
  .col-md-10 {
    width: calc(8.3333333333% * 10);
  }
  .col-md-pull-10 {
    right: calc(8.3333333333% * 10);
  }
  .col-md-push-10 {
    left: calc(8.3333333333% * 10);
  }
  .col-md-offset-10 {
    margin-left: calc(8.3333333333% * 10);
  }
  .col-md-11 {
    width: calc(8.3333333333% * 11);
  }
  .col-md-pull-11 {
    right: calc(8.3333333333% * 11);
  }
  .col-md-push-11 {
    left: calc(8.3333333333% * 11);
  }
  .col-md-offset-11 {
    margin-left: calc(8.3333333333% * 11);
  }
  .col-md-12 {
    width: calc(8.3333333333% * 12);
  }
  .col-md-pull-12 {
    right: calc(8.3333333333% * 12);
  }
  .col-md-push-12 {
    left: calc(8.3333333333% * 12);
  }
  .col-md-offset-12 {
    margin-left: calc(8.3333333333% * 12);
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-0 {
    left: 0;
  }
}
@media (min-width: 960px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .footer__column, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: calc(8.3333333333% * 1);
  }
  .col-lg-pull-1 {
    right: calc(8.3333333333% * 1);
  }
  .col-lg-push-1 {
    left: calc(8.3333333333% * 1);
  }
  .col-lg-offset-1 {
    margin-left: calc(8.3333333333% * 1);
  }
  .col-lg-2 {
    width: calc(8.3333333333% * 2);
  }
  .col-lg-pull-2 {
    right: calc(8.3333333333% * 2);
  }
  .col-lg-push-2 {
    left: calc(8.3333333333% * 2);
  }
  .col-lg-offset-2 {
    margin-left: calc(8.3333333333% * 2);
  }
  .col-lg-3, .footer__column {
    width: calc(8.3333333333% * 3);
  }
  .col-lg-pull-3 {
    right: calc(8.3333333333% * 3);
  }
  .col-lg-push-3 {
    left: calc(8.3333333333% * 3);
  }
  .col-lg-offset-3 {
    margin-left: calc(8.3333333333% * 3);
  }
  .col-lg-4 {
    width: calc(8.3333333333% * 4);
  }
  .col-lg-pull-4 {
    right: calc(8.3333333333% * 4);
  }
  .col-lg-push-4 {
    left: calc(8.3333333333% * 4);
  }
  .col-lg-offset-4 {
    margin-left: calc(8.3333333333% * 4);
  }
  .col-lg-5 {
    width: calc(8.3333333333% * 5);
  }
  .col-lg-pull-5 {
    right: calc(8.3333333333% * 5);
  }
  .col-lg-push-5 {
    left: calc(8.3333333333% * 5);
  }
  .col-lg-offset-5 {
    margin-left: calc(8.3333333333% * 5);
  }
  .col-lg-6 {
    width: calc(8.3333333333% * 6);
  }
  .col-lg-pull-6 {
    right: calc(8.3333333333% * 6);
  }
  .col-lg-push-6 {
    left: calc(8.3333333333% * 6);
  }
  .col-lg-offset-6 {
    margin-left: calc(8.3333333333% * 6);
  }
  .col-lg-7 {
    width: calc(8.3333333333% * 7);
  }
  .col-lg-pull-7 {
    right: calc(8.3333333333% * 7);
  }
  .col-lg-push-7 {
    left: calc(8.3333333333% * 7);
  }
  .col-lg-offset-7 {
    margin-left: calc(8.3333333333% * 7);
  }
  .col-lg-8 {
    width: calc(8.3333333333% * 8);
  }
  .col-lg-pull-8 {
    right: calc(8.3333333333% * 8);
  }
  .col-lg-push-8 {
    left: calc(8.3333333333% * 8);
  }
  .col-lg-offset-8 {
    margin-left: calc(8.3333333333% * 8);
  }
  .col-lg-9 {
    width: calc(8.3333333333% * 9);
  }
  .col-lg-pull-9 {
    right: calc(8.3333333333% * 9);
  }
  .col-lg-push-9 {
    left: calc(8.3333333333% * 9);
  }
  .col-lg-offset-9 {
    margin-left: calc(8.3333333333% * 9);
  }
  .col-lg-10 {
    width: calc(8.3333333333% * 10);
  }
  .col-lg-pull-10 {
    right: calc(8.3333333333% * 10);
  }
  .col-lg-push-10 {
    left: calc(8.3333333333% * 10);
  }
  .col-lg-offset-10 {
    margin-left: calc(8.3333333333% * 10);
  }
  .col-lg-11 {
    width: calc(8.3333333333% * 11);
  }
  .col-lg-pull-11 {
    right: calc(8.3333333333% * 11);
  }
  .col-lg-push-11 {
    left: calc(8.3333333333% * 11);
  }
  .col-lg-offset-11 {
    margin-left: calc(8.3333333333% * 11);
  }
  .col-lg-12 {
    width: calc(8.3333333333% * 12);
  }
  .col-lg-pull-12 {
    right: calc(8.3333333333% * 12);
  }
  .col-lg-push-12 {
    left: calc(8.3333333333% * 12);
  }
  .col-lg-offset-12 {
    margin-left: calc(8.3333333333% * 12);
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-0 {
    left: 0;
  }
}
@media (min-width: 1200px) {
  .col, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-1 {
    width: calc(8.3333333333% * 1);
  }
  .col-xl-pull-1 {
    right: calc(8.3333333333% * 1);
  }
  .col-xl-push-1 {
    left: calc(8.3333333333% * 1);
  }
  .col-xl-offset-1 {
    margin-left: calc(8.3333333333% * 1);
  }
  .col-xl-2 {
    width: calc(8.3333333333% * 2);
  }
  .col-xl-pull-2 {
    right: calc(8.3333333333% * 2);
  }
  .col-xl-push-2 {
    left: calc(8.3333333333% * 2);
  }
  .col-xl-offset-2 {
    margin-left: calc(8.3333333333% * 2);
  }
  .col-xl-3 {
    width: calc(8.3333333333% * 3);
  }
  .col-xl-pull-3 {
    right: calc(8.3333333333% * 3);
  }
  .col-xl-push-3 {
    left: calc(8.3333333333% * 3);
  }
  .col-xl-offset-3 {
    margin-left: calc(8.3333333333% * 3);
  }
  .col-xl-4 {
    width: calc(8.3333333333% * 4);
  }
  .col-xl-pull-4 {
    right: calc(8.3333333333% * 4);
  }
  .col-xl-push-4 {
    left: calc(8.3333333333% * 4);
  }
  .col-xl-offset-4 {
    margin-left: calc(8.3333333333% * 4);
  }
  .col-xl-5 {
    width: calc(8.3333333333% * 5);
  }
  .col-xl-pull-5 {
    right: calc(8.3333333333% * 5);
  }
  .col-xl-push-5 {
    left: calc(8.3333333333% * 5);
  }
  .col-xl-offset-5 {
    margin-left: calc(8.3333333333% * 5);
  }
  .col-xl-6 {
    width: calc(8.3333333333% * 6);
  }
  .col-xl-pull-6 {
    right: calc(8.3333333333% * 6);
  }
  .col-xl-push-6 {
    left: calc(8.3333333333% * 6);
  }
  .col-xl-offset-6 {
    margin-left: calc(8.3333333333% * 6);
  }
  .col-xl-7 {
    width: calc(8.3333333333% * 7);
  }
  .col-xl-pull-7 {
    right: calc(8.3333333333% * 7);
  }
  .col-xl-push-7 {
    left: calc(8.3333333333% * 7);
  }
  .col-xl-offset-7 {
    margin-left: calc(8.3333333333% * 7);
  }
  .col-xl-8 {
    width: calc(8.3333333333% * 8);
  }
  .col-xl-pull-8 {
    right: calc(8.3333333333% * 8);
  }
  .col-xl-push-8 {
    left: calc(8.3333333333% * 8);
  }
  .col-xl-offset-8 {
    margin-left: calc(8.3333333333% * 8);
  }
  .col-xl-9 {
    width: calc(8.3333333333% * 9);
  }
  .col-xl-pull-9 {
    right: calc(8.3333333333% * 9);
  }
  .col-xl-push-9 {
    left: calc(8.3333333333% * 9);
  }
  .col-xl-offset-9 {
    margin-left: calc(8.3333333333% * 9);
  }
  .col-xl-10 {
    width: calc(8.3333333333% * 10);
  }
  .col-xl-pull-10 {
    right: calc(8.3333333333% * 10);
  }
  .col-xl-push-10 {
    left: calc(8.3333333333% * 10);
  }
  .col-xl-offset-10 {
    margin-left: calc(8.3333333333% * 10);
  }
  .col-xl-11 {
    width: calc(8.3333333333% * 11);
  }
  .col-xl-pull-11 {
    right: calc(8.3333333333% * 11);
  }
  .col-xl-push-11 {
    left: calc(8.3333333333% * 11);
  }
  .col-xl-offset-11 {
    margin-left: calc(8.3333333333% * 11);
  }
  .col-xl-12 {
    width: calc(8.3333333333% * 12);
  }
  .col-xl-pull-12 {
    right: calc(8.3333333333% * 12);
  }
  .col-xl-push-12 {
    left: calc(8.3333333333% * 12);
  }
  .col-xl-offset-12 {
    margin-left: calc(8.3333333333% * 12);
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-0 {
    left: 0;
  }
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}
h1:not(:first-child), h2:not(:first-child), h3:not(:first-child), h4:not(:first-child), h5:not(:first-child), h6:not(:first-child) {
  margin-top: 2.25rem;
}

h1 {
  font-size: 2.25rem;
  line-height: 1.2;
  letter-spacing: 0.1rem;
}

h2 {
  font-size: 1.5rem;
  line-height: 1.25;
  letter-spacing: 0.1rem;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: 0.1rem;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.35;
  letter-spacing: 0.08rem;
}

h5 {
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 0.05rem;
}

h6 {
  font-size: 0.8125rem;
  line-height: 1.6;
  letter-spacing: 0;
}

.heading--underline {
  position: relative;
}
.heading--underline:after {
  content: " ";
  display: block;
  position: absolute;
  top: 2.875rem;
  left: 0;
  height: 0.25rem;
  width: 4.5rem;
  background-color: hsl(224, 10%, 21%);
}

h2.heading--underline:after {
  top: 2rem;
  height: 0.25rem;
  width: 4rem;
}

h3.heading--underline:after {
  top: 1.75rem;
  height: 0.1875rem;
  width: 2.875rem;
}

h4.heading--underline:after {
  top: 1.5rem;
  height: 0.1875rem;
  width: 2.25rem;
}

h5.heading--underline:after {
  top: 1.25rem;
  height: 0.125rem;
  width: 1.75rem;
}

h6.heading--underline:after {
  top: 1.125rem;
  height: 0.125rem;
  width: 1.375rem;
}

p {
  margin-top: 0;
}

.excerpt {
  font-size: 1.2rem;
  color: hsl(224, 10%, 36%);
}

a {
  text-decoration: none;
  color: hsl(185, 84%, 38%);
}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: hsl(185, 84%, 23%);
}

@media (min-width: 720px) {
  h1 {
    font-size: 2.625rem;
  }
  h2 {
    font-size: 2.25rem;
  }
  h3 {
    font-size: 1.875rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 0.9375rem;
  }
  h6 {
    font-size: 0.8125rem;
  }
  .heading--underline:after {
    top: 3.75rem;
    height: 0.3125rem;
    width: 5.625rem;
  }
  h2.heading--underline:after {
    top: 3.25rem;
    height: 0.25rem;
    width: 4.375rem;
  }
  h3.heading--underline:after {
    top: 2.5rem;
    height: 0.1875rem;
    width: 3.25rem;
  }
  h4.heading--underline:after {
    top: 2.125rem;
    height: 0.1875rem;
    width: 2.5rem;
  }
  h5.heading--underline:after {
    top: 1.875rem;
    height: 0.125rem;
    width: 1.75rem;
  }
  h6.heading--underline:after {
    top: 1.375rem;
    height: 0.125rem;
    width: 1.375rem;
  }
}
@font-face {
  font-family: "hordalan-icons";
  src: url("/resources/fonts/hordalan-icons.eot?sjcema");
  src: url("/resources/fonts/hordalan-icons.eot?sjcema#iefix") format("embedded-opentype"), url("/resources/fonts/hordalan-icons.ttf?sjcema") format("truetype"), url("/resources/fonts/hordalan-icons.woff?sjcema") format("woff"), url("/resources/fonts/hordalan-icons.svg?sjcema#hordalan-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon--], [class*=" icon--"] {
  font-family: "hordalan-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon--logo:before {
  content: "\e800";
}

.icon--logo-icon:before {
  content: "\e600";
}

.icon--menu:before {
  content: "\e801";
}

.icon--menu-close:before {
  content: "\e802";
}

.icon--search:before {
  content: "\eb2e";
}

.icon--arrow-right:before {
  content: "\e803";
}

.icon--calendar:before {
  content: "\e804";
}

.icon--info:before {
  content: "\e805";
}

.icon--news:before {
  content: "\e806";
}

.icon--ticket:before {
  content: "\e807";
}

.icon--email:before {
  content: "\e808";
}

.icon--phone:before {
  content: "\e809";
}

.icon--instagram:before {
  content: "\e80a";
}

.icon--facebook:before {
  content: "\e80b";
}

.icon--youtube:before {
  content: "\e80c";
}

.icon--location:before {
  content: "\e052";
}

.icon--discord:before {
  content: "\e900";
}

.icon--twitch:before {
  content: "\eef8";
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("/resources/fonts/slick.eot");
  src: url("/resources/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/resources/fonts/slick.woff") format("woff"), url("/resources/fonts/slick.ttf") format("truetype"), url("/resources/fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

body {
  padding-top: 5.5rem;
}

.header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 5.5rem;
  color: hsl(206, 28%, 95%);
  background-color: hsl(224, 10%, 21%);
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.25);
  -webkit-user-select: none;
  display: flex;
  align-items: center;
}

/*
@include mixin.breakpoint("md") {
    body {
        padding-top: map.get($header-height, "large");
    }

    .header {
        padding-top: map.get($header-height, "large");
    }
}
*/
.header__container, .header__menu__container {
  flex: 0 1 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__container:before, .header__menu__container:before, .header__container:after, .header__menu__container:after {
  display: none;
}

.header__logo > a:hover {
  text-decoration: none;
}

.header__logo__icon {
  font-size: 1.5rem;
  color: hsl(206, 28%, 95%);
}
@media (min-width: 720px) {
  .header__logo__icon {
    font-size: 3.5rem;
  }
}

.header__menu-toggle {
  padding-top: 0.125rem;
  padding-left: 0.375rem;
}
.header__menu-toggle:hover {
  cursor: pointer;
}
@media (min-width: 720px) {
  .header__menu-toggle {
    display: none;
  }
}

.header__menu-toggle__icon {
  font-size: 1.5rem;
}

.header__menu {
  position: fixed;
  top: 5.5rem;
  left: 0;
  right: 0;
  background-color: hsl(219, 11%, 30%);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, box-shadow 0.3s ease;
}

.header__menu--open {
  max-height: 5.25rem;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.25);
}

.header__menu__item {
  width: 4rem;
  text-align: center;
}

.header__menu__item__link {
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
}
.header__menu__item__link, .header__menu__item__link:hover, .header__menu__item__link:visited {
  color: hsl(206, 28%, 95%);
  text-decoration: none;
}

.header__menu__item__icon {
  font-size: 2.25rem;
  display: block;
}

.header__menu__item--active > .header__menu__item__link {
  color: hsl(185, 84%, 38%);
}

@media (min-width: 720px) {
  .header__menu {
    position: initial;
    top: initial;
    left: initial;
    right: initial;
    background-color: transparent;
    max-height: initial;
    overflow: initial;
    transition: none;
  }
  .header__menu--open {
    box-shadow: none;
  }
  .header__menu__container {
    padding-left: 0;
    padding-right: 0;
  }
  .header__menu__item {
    width: auto;
  }
  .header__menu__item__icon {
    display: none;
  }
  .header__menu__item__link {
    padding: 1.125rem 1.5rem;
    transition: color 0.1s ease;
    font-size: 1rem;
  }
  .header__menu__item__link:hover {
    color: hsl(185, 84%, 38%);
  }
  .header__menu__item__link--button {
    display: inline-block;
    text-align: center;
    line-height: 2.375rem;
    height: 2.375rem;
    text-decoration: none;
    white-space: nowrap;
    background-color: hsl(185, 84%, 38%);
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: 0 4px 12px 0px rgba(0, 0, 0, 0.15);
    -webkit-user-select: none;
    transition: box-shadow 0.2s ease, transform 0.2s ease, background-color 0.3s ease;
    padding: 0 1.5rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .header__menu__item__link--button:hover, .header__menu__item__link--button:focus {
    background-color: hsl(185, 84%, 41%);
    box-shadow: 0 12px 36px 0px rgba(0, 0, 0, 0.25);
    transform: scale(1.015);
    color: hsl(206, 28%, 95%);
  }
  .header__menu__item__link--button:active {
    background-color: hsl(185, 84%, 35%);
    outline: 0;
    box-shadow: none;
  }
  .navbar__menu__item:last-child > .header__menu__item__link--button {
    margin-right: 0;
  }
  .header__menu__item:first-child > .header__menu__item__link--button {
    left-right: 0;
  }
  .header__menu__item--active > .header__menu__item__link:hover {
    color: hsl(185, 84%, 48%);
  }
}
@media (min-width: 720px) {
  body.has-scrolled .header {
    height: 4rem;
  }
  body.has-scrolled .header__logo__icon {
    font-size: 1.5rem;
  }
  .header {
    transition: height 0.25s ease;
  }
  .header__logo__icon {
    transition: font-size 0.25s ease;
  }
}
.hero {
  background-color: hsl(224, 10%, 21%);
  background-size: cover;
  background-position: 50% 20%;
  text-align: center;
  color: hsl(206, 28%, 95%);
}

.hero__container {
  flex: 0 1 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 13.5rem;
}
.hero__container:after {
  display: none;
}

.button,
button,
input[type=submit],
input[type=reset],
input[type=button] {
  display: inline-block;
  padding: 0 1.5rem;
  line-height: 2.375rem;
  height: 2.375rem;
  color: hsl(206, 28%, 95%);
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: hsl(219, 11%, 30%);
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  box-shadow: 0 4px 12px 0px rgba(0, 0, 0, 0.15);
  -webkit-user-select: none;
  transition: box-shadow 0.2s ease, transform 0.2s ease, background-color 0.3s ease;
}
.button:hover, .button:focus,
button:hover,
button:focus,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=button]:hover,
input[type=button]:focus {
  background-color: hsl(219, 11%, 35%);
  box-shadow: 0 12px 36px 0px rgba(0, 0, 0, 0.25);
  transform: scale(1.015);
  text-decoration: none;
}
.button:active,
button:active,
input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active {
  background-color: hsl(219, 11%, 27%);
  outline: 0;
  box-shadow: none;
}
.button:visited,
button:visited,
input[type=submit]:visited,
input[type=reset]:visited,
input[type=button]:visited {
  color: hsl(206, 28%, 95%);
}

.button--primary {
  background-color: hsl(185, 84%, 38%);
}
.button--primary:hover, .button--primary:focus {
  background-color: hsl(185, 84%, 41%);
}
.button--primary:active {
  background-color: hsl(185, 84%, 35%);
}

.button--large {
  font-size: 1.125rem;
  height: 3rem;
  line-height: 3rem;
}
@media (min-width: 720px) {
  .button--large {
    height: 3.75rem;
    line-height: 3.75rem;
  }
}

.button--fullwidth {
  display: block;
}
.button--fullwidth:hover, .button--fullwidth:focus {
  transform: initial;
}

@media (min-width: 560px) {
  .button,
  button,
  input[type=submit],
  input[type=reset],
  input[type=button] {
    letter-spacing: 0.03125rem;
  }
}
.card {
  background-color: hsl(0, 100%, 100%);
  color: hsl(224, 10%, 21%);
  box-shadow: 0 4px 12px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  display: block;
  margin-bottom: 1.5rem;
}

.card--dark {
  background-color: hsl(219, 11%, 30%);
  color: hsl(206, 28%, 95%);
}
.card--dark.card--link:hover {
  background-color: hsl(219, 11%, 35%);
}
.card--dark.card--link:active {
  background-color: hsl(219, 11%, 27%);
}
.card--dark.card--link:visited {
  color: hsl(206, 28%, 95%);
}

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

.card--link {
  transition: box-shadow 0.2s ease, transform 0.2s ease, background-color 0.3s ease;
}
.card--link:hover {
  outline: 0;
  box-shadow: 0 12px 36px 0px rgba(0, 0, 0, 0.25);
  transform: scale(1.015);
  text-decoration: none;
}
.card--link:active {
  box-shadow: none;
}
.card--link:visited {
  color: hsl(224, 10%, 21%);
}

.card__image {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.card__image--centered {
  margin-left: auto;
  margin-right: auto;
}

.card__content {
  padding: 1.125rem 1.5rem;
}

.card__title {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 1.125rem;
}
.card__title, .card__title:not(:first-child) {
  margin-top: 0;
}

.card--article .card__title {
  margin-bottom: 0.25rem;
}

.card > .card__title:last-child {
  padding-top: 0.625rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 960px) {
  .card--article--compact {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  .card--article--compact .card__image-container, .card--article--compact .card__content {
    flex: 0 0 50%;
    position: relative;
  }
  .card--article--compact .card__image {
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}
.article__meta {
  color: hsl(219, 11%, 55%);
}

input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  box-shadow: none;
  box-sizing: border-box;
}

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

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

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

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

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

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

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

.info__article {
  color: hsl(206, 28%, 95%);
}

.search {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.search__input,
input.search__input {
  flex: 1 0 auto;
  border-right: none;
}

.search__button {
  flex: 0 1 4rem;
}

ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
}

ol, ul {
  padding-left: 0;
  margin-top: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 0.9375rem 0 0.9375rem 1.875rem;
  font-size: 90%;
}

li {
  margin-bottom: 0.625rem;
}

.partner-carousel {
  width: 100%;
  margin: 0 auto;
}

.footer {
  background-color: hsl(219, 11%, 30%);
  color: hsl(206, 28%, 95%);
  padding-top: 2.25rem;
}

.footer__column {
  padding-bottom: 2.25rem;
}

.footer__logo {
  font-size: 4rem;
}

.footer__title {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.footer__title:after {
  content: " ";
  display: block;
  position: absolute;
  top: 1.625rem;
  left: 0;
  height: 0.1875rem;
  width: 2.625rem;
  background-color: hsl(206, 28%, 95%);
}

.footer a,
.footer a:hover,
.footer a:visited {
  color: hsl(206, 28%, 95%);
  text-decoration: none;
}

.footer a:hover > .footer__list__item__text,
.footer__navigation__item > a:hover {
  text-decoration: underline;
}

.footer__list,
.footer__navigation {
  list-style: none;
}

.footer__list__item {
  line-height: 2.25rem;
}

.footer__list__item__icon {
  font-size: 1.5rem;
}

.footer__list__item__icon,
.footer__list__item__text {
  vertical-align: middle;
}

.footer__copyright {
  text-align: center;
  background-color: hsl(219, 11%, 35%);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-transform: uppercase;
}

/*# sourceMappingURL=hordalan-dataforening.css.map */
