@charset "UTF-8";
/* =Information

	Design: 	Dekode, dekode.no
	HTML/CSS:	Lucijan Blagonic, Tailored Development, tailoreddev.co

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

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

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

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

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

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

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

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

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: 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; }

meta.foundation-version {
  font-family: "/{{VERSION}}/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

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

img {
  -ms-interpolation-mode: bicubic; }

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

.left {
  float: left !important; }

.right {
  float: right !important; }

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

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row, .map-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 87.5rem; }
  .row:before, .map-container:before, .row:after, .map-container:after {
    content: " ";
    display: table; }
  .row:after, .map-container:after {
    clear: both; }
  .row.collapse > .column, .collapse.map-container > .column,
  .row.collapse > .columns,
  .collapse.map-container > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row, .collapse.map-container .row, .row.collapse .map-container, .collapse.map-container .map-container {
    margin-left: 0;
    margin-right: 0; }
  .row .row, .map-container .row, .row .map-container, .map-container .map-container {
    width: auto;
    margin-left: -0.6875rem;
    margin-right: -0.6875rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .row .row:before, .map-container .row:before, .row .map-container:before, .map-container .map-container:before, .row .row:after, .map-container .row:after, .row .map-container:after, .map-container .map-container:after {
      content: " ";
      display: table; }
    .row .row:after, .map-container .row:after, .row .map-container:after, .map-container .map-container:after {
      clear: both; }
    .row .row.collapse, .map-container .row.collapse, .row .collapse.map-container, .map-container .collapse.map-container {
      width: auto;
      margin: 0;
      max-width: none; }
      .row .row.collapse:before, .map-container .row.collapse:before, .row .collapse.map-container:before, .map-container .collapse.map-container:before, .row .row.collapse:after, .map-container .row.collapse:after, .row .collapse.map-container:after, .map-container .collapse.map-container:after {
        content: " ";
        display: table; }
      .row .row.collapse:after, .map-container .row.collapse:after, .row .collapse.map-container:after, .map-container .collapse.map-container:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.6875rem;
  padding-right: 0.6875rem;
  width: 100%;
  float: left; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.6875rem;
    padding-right: 0.6875rem;
    float: left; }
  .small-1 {
    width: 8.3333333333%; }
  .small-2 {
    width: 16.6666666667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.3333333333%; }
  .small-5 {
    width: 41.6666666667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.3333333333%; }
  .small-8 {
    width: 66.6666666667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.3333333333%; }
  .small-11 {
    width: 91.6666666667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0% !important; }
  .small-offset-1 {
    margin-left: 8.3333333333% !important; }
  .small-offset-2 {
    margin-left: 16.6666666667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.3333333333% !important; }
  .small-offset-5 {
    margin-left: 41.6666666667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.3333333333% !important; }
  .small-offset-8 {
    margin-left: 66.6666666667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.3333333333% !important; }
  .small-offset-11 {
    margin-left: 91.6666666667% !important; }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; } }

@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.6875rem;
    padding-right: 0.6875rem;
    float: left; }
  .medium-1 {
    width: 8.3333333333%; }
  .medium-2 {
    width: 16.6666666667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.3333333333%; }
  .medium-5 {
    width: 41.6666666667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.3333333333%; }
  .medium-8 {
    width: 66.6666666667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.3333333333%; }
  .medium-11 {
    width: 91.6666666667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0% !important; }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important; }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important; }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important; }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important; }
  .medium-offset-11 {
    margin-left: 91.6666666667% !important; }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; } }

@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.6875rem;
    padding-right: 0.6875rem;
    float: left; }
  .large-1 {
    width: 8.3333333333%; }
  .large-2 {
    width: 16.6666666667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.3333333333%; }
  .large-5 {
    width: 41.6666666667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.3333333333%; }
  .large-8 {
    width: 66.6666666667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.3333333333%; }
  .large-11 {
    width: 91.6666666667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0% !important; }
  .large-offset-1 {
    margin-left: 8.3333333333% !important; }
  .large-offset-2 {
    margin-left: 16.6666666667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.3333333333% !important; }
  .large-offset-5 {
    margin-left: 41.6666666667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.3333333333% !important; }
  .large-offset-8 {
    margin-left: 66.6666666667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.3333333333% !important; }
  .large-offset-11 {
    margin-left: 91.6666666667% !important; }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; } }

/* =Custom mixins
===================================================== */
/* =Project specific
===================================================== */
.sosiologen-ad-area {
  padding: 0 11px;
  clear: both; }
  .sosiologen-ad-area .block-title {
    z-index: 40; }
  .sosiologen-ad-area .floating-title .block-content {
    padding: 0; }
  .sosiologen-ad-area .featured_annonse_3 {
    max-width: 1105px;
    margin-left: auto;
    margin-right: auto; }

.column .sosiologen-ad-area {
  padding: 0;
  margin-bottom: 42px; }
  @media (min-width: 800px) {
    .column .sosiologen-ad-area {
      margin-bottom: 0; } }
  .column .sosiologen-ad-area .block {
    margin: 0; }
  .column .sosiologen-ad-area #bsa-image-2 .bsaProItemInner__img,
  .column .sosiologen-ad-area #bsa-image-1 .bsaProItemInner__img {
    background-position: center; }
  .column .sosiologen-ad-area .bsaProItem {
    margin-left: auto;
    margin-right: auto; }

/* =Welcome
===================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background-color: #fff;
  color: #444;
  font: 100%/1.5 Georgia, Cambria, "Times New Roman", Times, serif; }

/* =Extend
===================================================== */
.container {
  padding: 1.375em 0em; }
  @media (min-width: 600px) {
    .container {
      padding: 2.5em 1.5em; } }
  @media (min-width: 1000px) {
    .container {
      padding: 3.625em 1.5em; } }

/* =Import
===================================================== */
/* =Typography
===================================================== */
ul, ol, dl, p {
  margin-top: 0;
  margin-bottom: 1em; }

h1, h2, h3, h4 {
  color: #000;
  margin-top: 0;
  margin-bottom: .5em;
  font-weight: 700;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif; }

h1,
.page-title {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.25em;
  margin-top: 0;
  margin-bottom: 0.6875em;
  padding-left: 0 !important;
  padding-right: 0 !important; }
  @media (min-width: 600px) {
    h1,
    .page-title {
      font-size: 43px;
      font-size: 2.6875rem;
      line-height: 1.2325581395em;
      margin-top: 0;
      margin-bottom: 12px;
      padding-left: 0.6875rem !important;
      padding-right: 0.6875rem !important; } }

h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2666666667em;
  margin-top: 1.9333333333em;
  margin-bottom: 0.7333333333em; }

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3333333333em;
  margin-top: 2.4166666667em;
  margin-bottom: 0.9166666667em; }

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4em;
  margin-top: 2.9em;
  margin-bottom: 1.1em; }

p, li, label, td, th {
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4444444444em; }

p {
  margin-bottom: 1.2222222222em; }

a {
  color: #d86619; }
  a:hover, a:focus {
    color: #222;
    text-decoration: underline;
    outline: none; }

a.alt {
  color: #61c4e3; }

strong {
  font-weight: 700;
  color: #222; }

em {
  font-style: italic; }

sup {
  vertical-align: text-top;
  font-size: 75%; }

sub {
  vertical-align: bottom;
  font-size: 75%; }

blockquote {
  font-style: italic;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1.375em; }

blockquote p {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.32em;
  margin-bottom: 0; }

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

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

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

/* =Table
===================================================== */
table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0; }

/* =Forms
===================================================== */
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"],
input[type="date"], input[type="month"], input[type="time"], input[type="week"],
input[type="number"], input[type="email"], input[type="url"], input[type="search"],
input[type="tel"], input[type="color"], textarea, select {
  font-family: "futura-pt", sans-serif, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  -webkit-appearance: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25em;
  height: 2.5em;
  width: 100%;
  margin: 0;
  padding: 0.5625em 0.75em;
  border: 1px solid #b9b9b9;
  border-radius: 0;
  -webkit-transition: all 0.05s ease-in;
  -moz-transition: all 0.05s ease-in;
  transition: all 0.05s ease-in;
  -webkit-appearance: none;
  /* Focus styles */
  /*	Hover styles */ }
  input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus,
  input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
  input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus,
  input[type="tel"]:focus, input[type="color"]:focus, textarea:focus, select:focus {
    color: #000;
    border-color: #000;
    outline: none; }

textarea {
  resize: vertical;
  height: 12.5em;
  display: block; }

select {
  /* Code for custom arrow on the select box */ }

form {
  /* Error styles */ }

/* Search form */
.search-form {
  position: relative;
  max-width: 15em; }
  .search-form input[type="text"] {
    display: none; }
  .search-form button {
    font-family: "futura-pt", sans-serif, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    background-color: #000;
    min-width: 3.125em;
    padding-left: 0;
    padding-right: 0;
    float: right; }
    .search-form button:hover, .search-form button:focus, .search-form button:active {
      background-color: #ffd13e; }
  @media (min-width: 600px) {
    .search-form {
      padding-right: 3.125em; }
      .search-form input[type="text"] {
        display: block;
        float: left; }
      .search-form button {
        position: absolute;
        top: 0;
        right: 0; } }
  @media (min-width: 1000px) {
    .search-form {
      padding-right: 3.125em; }
      .search-form input[type="text"] {
        display: block;
        float: left; }
      .search-form button {
        position: absolute;
        top: 0;
        right: 0; } }

fieldset {
  border: none;
  padding: 0;
  margin: 0; }
  fieldset:last-child {
    margin-bottom: 0; }

/* Fields container */
.field-container {
  margin-bottom: 1em;
  /* Label left */ }
  .field-container:after {
    content: "";
    display: table;
    clear: both; }
  .field-container:last-child {
    margin-bottom: 0; }
  .field-container.inline .field {
    float: left;
    margin-right: 1em; }
    .field-container.inline .field:last-child {
      margin-right: 0; }
  .field-container.label-hide .field > label {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden; }

/* Fields */
.field {
  margin-bottom: .75em;
  /* General field styling */
  /* File */
  /* Radio & Checkbox */ }
  .field:last-child {
    margin-bottom: 0; }
  @media (min-width: 600px) {
    .field.column {
      float: left;
      width: 47.4576271186%;
      margin-left: 5.0847457627%; }
    .field.first {
      clear: both;
      margin-left: 0; } }
  .field > label {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    color: #444;
    font-weight: 400;
    margin-bottom: .375em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
  .field.required > label:after {
    content: "*";
    margin-left: .125em;
    color: #333; }
  .field p {
    font-size: 14px;
    font-size: 0.875rem; }
  .field .group {
    position: relative; }
    .field .group:after {
      content: "";
      display: table;
      clear: both; }
    .field .group p {
      font-size: 14px;
      font-size: 0.875rem;
      color: #888;
      margin-top: .375em;
      margin-bottom: 0; }
  .field.type-file .button {
    vertical-align: top;
    margin-right: .5em; }
  .field.type-file .input-filename {
    vertical-align: top;
    display: inline-block;
    width: auto;
    max-widt: 100%;
    height: 2.0833333333em;
    font-size: 12px;
    font-size: 0.75rem; }
  .field.type-radio .group > label, .field.type-checkbox .group > label {
    cursor: pointer;
    display: block;
    color: #666;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0.2857142857em 0.4285714286em 0.2857142857em 1.4285714286em;
    position: relative; }
  .field.type-radio small, .field.type-checkbox small {
    color: #888;
    display: block; }
  .field.type-radio input[type="checkbox"],
  .field.type-radio input[type="radio"], .field.type-checkbox input[type="checkbox"],
  .field.type-checkbox input[type="radio"] {
    position: absolute;
    top: 0.5em;
    left: 0; }
  .field.type-radio.inline .group > label, .field.type-checkbox.inline .group > label {
    display: inline-block;
    margin-right: 1em;
    margin-bottom: 0; }

/* =User content
===================================================== */
.user-content {
  /* Foundation */
  /* Image container */
  /* Blockquote */ }
  .user-content .text-field {
    margin-bottom: 52px;
    padding-left: 0 !important;
    padding-right: 0 !important; }
    @media (min-width: 600px) {
      .user-content .text-field {
        margin-bottom: 52px !important;
        padding-left: 0.6875rem !important;
        padding-right: 0.6875rem !important; } }
    .user-content .text-field h2 {
      margin-top: 0;
      margin-bottom: 13px;
      font-size: 30px; }
    .user-content .text-field h3 {
      margin-top: 17px;
      margin-bottom: 9px;
      font-size: 24px; }
    .user-content .text-field h4 {
      margin-top: 17px;
      margin-bottom: 9px;
      font-size: 20px; }
    .user-content .text-field h5 {
      margin-top: 17px;
      margin-bottom: 9px;
      font-size: 18px; }
    .user-content .text-field h6 {
      margin-top: 17px;
      margin-bottom: 9px;
      font-size: 16px; }
    .user-content .text-field p {
      margin-bottom: 10px !important; }
  .user-content ul {
    list-style: outside disc;
    padding-left: 0;
    margin-left: 1.25em; }
  .user-content ol {
    list-style: outside decimal;
    padding-left: 0;
    margin-left: 1.25em; }
    .user-content ol ol {
      list-style: lower-latin; }
  .user-content ul ul,
  .user-content ol ul,
  .user-content ul ol,
  .user-content ol ol {
    margin-bottom: 0; }
  .user-content li li {
    font-size: 1em;
    margin-left: 1.5em; }
  .user-content li {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.4444444444em;
    margin-top: 0.5555555556em; }
    .user-content li:first-child {
      margin-top: 0; }
  .user-content .no-style {
    margin-left: 0;
    padding-left: 0;
    list-style: none; }
  .user-content .row, .user-content .map-container {
    margin-top: 0;
    margin-bottom: 1.375em;
    margin-left: 0 !important;
    margin-right: 0 !important; }
    @media (min-width: 600px) {
      .user-content .row, .user-content .map-container {
        margin-top: 0;
        margin-bottom: 1.375em; } }
    .user-content .row .first, .user-content .map-container .first {
      padding-left: 0; }
    .user-content .row .last, .user-content .map-container .last {
      padding-right: 0; }
  .user-content .column, .user-content .columns {
    padding-left: 0 !important;
    padding-right: 0 !important; }
    @media (min-width: 600px) {
      .user-content .column, .user-content .columns {
        padding-left: 0.6875rem !important;
        padding-right: 0.6875rem !important; } }
  .user-content .image-container {
    margin-bottom: 30px; }
    .user-content .image-container h3 {
      margin-top: 0;
      margin-bottom: 9px;
      font-size: 22px; }
    .user-content .image-container p {
      margin-top: 0;
      margin-bottom: 10px; }
    .user-content .image-container p.image-text {
      font-family: Georgia, Cambria, "Times New Roman", Times, serif;
      font-weight: 400;
      font-style: italic !important;
      font-size: 16px !important; }
    .user-content .image-container img {
      margin-bottom: 16px;
      width: 100%; }
  .user-content blockquote {
    padding-left: 1.875em;
    position: relative;
    margin-bottom: 45px; }
    .user-content blockquote:before {
      font-size: 24px;
      font-size: 1.5rem;
      font-family: "sosiologen";
      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;
      content: "";
      position: absolute;
      top: 0.1666666667em;
      left: 0;
      color: #000; }
    @media (min-width: 600px) {
      .user-content blockquote {
        padding-left: 4.375em; }
        .user-content blockquote:before {
          font-size: 48px;
          font-size: 3rem;
          top: -0.0833333333em;
          left: 0; } }

.flexible-content-quote {
  padding-left: 0 !important;
  padding-right: 0 !important; }
  @media (min-width: 600px) {
    .flexible-content-quote {
      padding-left: 0.6875rem !important;
      padding-right: 0.6875rem !important; } }

/* =Share social article
===================================================== */
.share-social-container {
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding-left: 0 !important;
  padding-right: 0 !important; }
  @media (min-width: 600px) {
    .share-social-container {
      padding-left: 0.6875rem !important;
      padding-right: 0.6875rem !important;
      width: 100%;
      height: auto;
      margin-top: 20px; } }
  .share-social-container .button, .share-social-container button {
    margin-bottom: 10px !important;
    opacity: 1; }
  .share-social-container .button:hover, .share-social-container button:hover {
    opacity: 0.5;
    background-color: #000000 !important; }
  .share-social-container .button-icon {
    padding: 12px 30px !important;
    width: 100% !important; }
    @media (min-width: 600px) {
      .share-social-container .button-icon {
        width: auto !important; } }
  .share-social-container .icon-twitter:before {
    top: 3px !important;
    position: relative !important; }
  .share-social-container .icon-facebook:before {
    top: 2px !important;
    position: relative !important; }
  .share-social-container .item-twitter {
    float: left !important;
    margin-right: 15px !important;
    width: 100% !important; }
    @media (min-width: 600px) {
      .share-social-container .item-twitter {
        width: auto !important; } }

.icon-face-mobile {
  background: url("../../assets/images/facebook_hvit_2.svg") no-repeat;
  width: 10px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 2px; }

.icon-twitter-mobile {
  background: url("../../assets/images/twitter_hvit.svg") no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  border: 1px solid red;
  top: 3px; }

.icon-face {
  display: none; }
  @media (min-width: 600px) {
    .icon-face {
      background: url("../../assets/images/face-icon.svg") no-repeat;
      width: 20px;
      height: 20px;
      display: inline-block; } }

.icon-twit {
  background: url("../../assets/images/twitter-icon.svg") no-repeat center top;
  width: 25px;
  height: 25px;
  display: inline-block;
  /*
	position: relative;
	top: 1px;
	*/ }
  @media (min-width: 600px) {
    .icon-twit {
      background: url("../../assets/images/twitter-icon.svg") no-repeat center top;
      width: 25px;
      height: 19px;
      display: inline-block;
      margin-top: 1px !important;
      /*
		position: relative;
		top: 1px;
		*/ } }

@media only screen and (min-width: 861px) and (max-width: 2200px) {
  .icon-facebook {
    display: none !important; }
  .icon-twitter {
    display: none !important; }
  .icon-twit {
    display: inline-block !important; }
  .icon-face {
    display: inline-block !important; }
  .icon-face-mobile {
    display: none !important; } }

@media only screen and (min-width: 200px) and (max-width: 860px) {
  .icon-menu {
    margin-top: 2px !important; }
  .item-menu {
    width: 90px !important; }
  .icon-facebook {
    display: inline-block !important;
    top: 1px !important;
    position: relative !important; }
  .icon-twitter {
    display: inline-block !important;
    top: 2px !important;
    position: relative !important; }
  .icon-twit {
    display: none !important;
    margin-top: -1px !important; }
  .icon-face {
    display: none !important; } }

.gform_wrapper .ginput_complex label {
  font-size: 16px !important;
  margin: 3px 0 10px 0 !important; }

input[type="radio"] {
  margin-left: 1px !important; }

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
  padding-left: 10px !important; }

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
  background-color: #000000 !important; }
  .gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: #ffd13e !important; }

p.search-result-text {
  margin-left: 10px; }

.search-content h1 {
  padding-left: 0 !important; }

.search-content h2 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.article-meta {
  font-family: "futura-pt", sans-serif, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 600px) {
    .article-meta {
      margin-bottom: 52px;
      padding-left: 0.6875rem;
      padding-right: 0.6875rem; } }
  .article-meta .label {
    font-family: "futura-pt", sans-serif, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: bold; }
  .article-meta .article-date {
    margin-top: 20px; }
    .article-meta .article-date time {
      font-family: "futura-pt", sans-serif, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 16px;
      display: inline-block; }
  .article-meta .article-tags {
    margin-top: 5px;
    min-height: 15px; }
    .article-meta .article-tags a {
      display: inline-block;
      background-color: #eaeaea;
      color: #000;
      padding: 5px 16px;
      margin-right: 15px;
      text-decoration: none;
      margin-top: 15px; }
      .article-meta .article-tags a:hover {
        opacity: 0.8; }

/* =Header
===================================================== */
.section-header {
  /* Site links */
  /* Site nav */
  /* Site nav: Primary nav */
  /* Fixed header */ }
  .section-header .container {
    padding-bottom: 1em; }
    @media (min-width: 600px) {
      .section-header .container {
        padding-bottom: 0; } }
  .section-header .header-content {
    padding-left: 0.6875em;
    padding-right: 0.6875em; }
  .section-header .header-action {
    padding-top: 1.375em;
    /* Item Menu */
    /* Item Twitter */
    /* Item Facebook */
    /* Item Join */
    /* Item Search */
    /* Item Search */ }
    .section-header .header-action:after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 600px) {
      .section-header .header-action {
        padding-top: 0;
        position: absolute;
        right: 2.25em;
        top: 2.5em; } }
    @media (min-width: 1000px) {
      .section-header .header-action {
        top: 3.625em; } }
    .section-header .header-action .item {
      float: left;
      margin-left: 0.625em;
      min-height: 2.5em; }
      .section-header .header-action .item:first-child {
        margin-left: 0; }
    .section-header .header-action .button {
      font-family: "futura-pt", sans-serif, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-weight: 400;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.5em;
      min-height: 2.5em;
      min-width: 2.5em;
      padding: 0.5em 0.5em; }
    .section-header .header-action .item-menu .button {
      background-color: #000;
      color: #fff;
      display: block; }
    .section-header .header-action .item-menu .icon-menu {
      float: right;
      margin-left: 0.625em; }
    @media (min-width: 600px) {
      .section-header .header-action .item-menu {
        display: none; } }
    .section-header .header-action .item-twitter .button {
      background-color: #55acee;
      color: #fff;
      line-height: 1;
      padding: 0.5em; }
    .section-header .header-action .item-twitter .label {
      position: absolute;
      left: -10000px;
      top: auto;
      width: 1px;
      height: 1px;
      overflow: hidden; }
    @media (min-width: 600px) {
      .section-header .header-action .item-twitter {
        margin-left: 0; }
        .section-header .header-action .item-twitter .button {
          background-color: transparent;
          color: #55acee; } }
    .section-header .header-action .item-facebook .button {
      background-color: #3b5998;
      color: #fff;
      line-height: 1;
      padding: 0.5em; }
    .section-header .header-action .item-facebook .label {
      position: absolute;
      left: -10000px;
      top: auto;
      width: 1px;
      height: 1px;
      overflow: hidden; }
    @media (min-width: 600px) {
      .section-header .header-action .item-facebook {
        margin-left: 0; }
        .section-header .header-action .item-facebook .button {
          background-color: transparent;
          color: #3b5998; } }
    .section-header .header-action .item-join .button {
      background-color: #ffd13e;
      color: #000;
      color: rgba(0, 0, 0, 0.8);
      text-decoration: underline; }
      .section-header .header-action .item-join .button:hover {
        text-decoration: none !important; }
    .section-header .header-action .item-join .label-long {
      position: absolute;
      left: -10000px;
      top: auto;
      width: 1px;
      height: 1px;
      overflow: hidden; }
    @media (min-width: 600px) {
      .section-header .header-action .item-join .label-long {
        position: relative;
        left: auto;
        width: auto;
        height: auto;
        overflow: visible; }
      .section-header .header-action .item-join .label-short {
        display: none; } }
    @media (min-width: 600px) {
      .section-header .header-action .item-join .button {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5em;
        padding: 0.5em 0.625em; } }
    .section-header .header-action .item-search {
      display: none; }
      @media (min-width: 600px) {
        .section-header .header-action .item-search {
          display: block; } }
    .section-header .header-action .item-search-mobil {
      display: block; }
      @media (min-width: 600px) {
        .section-header .header-action .item-search-mobil {
          display: none; } }
  .section-header .search-mobile-wrap {
    display: none; }
  .section-header .site-nav {
    clear: both;
    display: none;
    margin-left: -0.75em;
    margin-right: -0.75em;
    margin-top: 0.75em; }
    .section-header .site-nav.is-opened {
      display: block; }
    .section-header .site-nav ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    @media (min-width: 600px) {
      .section-header .site-nav {
        display: block;
        margin: 0; } }
  .section-header .primary-nav {
    position: relative;
    /* Theme colors */ }
    .section-header .primary-nav:after {
      content: "";
      display: table;
      clear: both; }
    .section-header .primary-nav li {
      border-top: 1px solid #fff;
      font-size: 17px;
      font-size: 1.0625rem;
      font-family: "futura-pt", sans-serif, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-weight: 700;
      line-height: 1.3333333333em;
      text-transform: uppercase; }
      .section-header .primary-nav li:first-child {
        border-top-width: 0; }
    .section-header .primary-nav li li {
      font-weight: 400; }
      .section-header .primary-nav li li:first-child {
        border-top-width: 1px; }
    .section-header .primary-nav a {
      background-color: #eaeaea;
      color: #333;
      color: rgba(0, 0, 0, 0.8);
      display: block;
      padding: 18px 0 18px 35px;
      text-decoration: none; }
    .section-header .primary-nav .sub-menu a {
      font-size: 0.8em;
      padding: 8px 6px; }
    .section-header .primary-nav .theme-1 a,
    .section-header .primary-nav .theme-1.is-active {
      background-color: #61c4e3; }
    .section-header .primary-nav .theme-2 a,
    .section-header .primary-nav .theme-2.is-active {
      background-color: #ffd13e; }
    .section-header .primary-nav .theme-3 a,
    .section-header .primary-nav .theme-3.is-active {
      background-color: #66ff86; }
    .section-header .primary-nav .theme-4 a,
    .section-header .primary-nav .theme-4.is-active {
      background-color: #ff9045; }
    .section-header .primary-nav .theme-5 a,
    .section-header .primary-nav .theme-5.is-active {
      background-color: #eaeaea; }
    .section-header .primary-nav .theme-6 a,
    .section-header .primary-nav .theme-6.is-active {
      background-color: #8B55F7; }
    .section-header .primary-nav .theme-7 a,
    .section-header .primary-nav .theme-7.is-active {
      background-color: #D36619; }
    .section-header .primary-nav .theme-8 a,
    .section-header .primary-nav .theme-8.is-active {
      background-color: #32EBF9; }
    @media (min-width: 600px) {
      .section-header .primary-nav {
        /* Submenu */ }
        .section-header .primary-nav li {
          border-right: 1px solid #b9b9b9;
          border-top: none;
          float: left;
          font-weight: 400;
          margin-top: 0;
          text-transform: none; }
        .section-header .primary-nav .theme-1 a,
        .section-header .primary-nav .theme-2 a,
        .section-header .primary-nav .theme-3 a,
        .section-header .primary-nav .theme-4 a,
        .section-header .primary-nav .theme-5 a,
        .section-header .primary-nav .theme-6 a,
        .section-header .primary-nav .theme-7 a,
        .section-header .primary-nav .theme-8 a,
        .section-header .primary-nav .theme-9 a,
        .section-header .primary-nav a {
          background-color: transparent; }
        .section-header .primary-nav .submenu-active {
          margin-bottom: 1.7222222222em; }
        .section-header .primary-nav .sub-menu {
          border-top: 1px solid #b9b9b9;
          display: none;
          left: 0;
          position: absolute;
          right: 0;
          top: 39px; }
          .section-header .primary-nav .sub-menu li {
            font-size: 18px;
            font-size: 1.125rem;
            border-right: none;
            line-height: 1.3333333333em;
            margin-bottom: 0;
            padding: 0.4444444444em;
            padding-left: 0; }
          .section-header .primary-nav .sub-menu a {
            padding: 0.3333333333em 0.5555555556em; }
          .section-header .primary-nav .sub-menu .is-active a {
            border-bottom: 3px solid #000;
            color: #000; }
        .section-header .primary-nav .submenu-active .sub-menu {
          display: block; } }
    @media (min-width: 800px) {
      .section-header .primary-nav {
        /* Submenu */ }
        .section-header .primary-nav li {
          font-size: 17px;
          font-size: 1.0625rem;
          line-height: 13px; }
        .section-header .primary-nav a {
          padding: 13px 8px; }
        .section-header .primary-nav .submenu-active {
          margin-bottom: 2.2777777778em; }
        .section-header .primary-nav .sub-menu {
          border-top: 1px solid #b9b9b9;
          display: none;
          left: 0;
          position: absolute;
          right: 0;
          top: 39px; }
          .section-header .primary-nav .sub-menu li {
            font-size: 18px;
            font-size: 1.125rem;
            line-height: 1em;
            padding: 0.4em; }
          .section-header .primary-nav .sub-menu a {
            padding: 0.3em 0.5em; } }
    @media (min-width: 1000px) {
      .section-header .primary-nav {
        /* Submenu */ }
        .section-header .primary-nav li {
          font-size: 19px;
          font-size: 1.1875rem;
          line-height: 1.1111111111em; }
        .section-header .primary-nav a {
          padding: 13px 10px; }
        .section-header .primary-nav .submenu-active {
          margin-bottom: 2.2777777778em; }
        .section-header .primary-nav .sub-menu {
          border-top: 1px solid #b9b9b9;
          display: none;
          left: 0;
          position: absolute;
          right: 0;
          top: 47px; }
          .section-header .primary-nav .sub-menu li {
            font-size: 18px;
            font-size: 1.125rem;
            line-height: 1em;
            padding: 0.4em; }
          .section-header .primary-nav .sub-menu a {
            padding: 0.3em 0.5em; } }
    @media (min-width: 1200px) {
      .section-header .primary-nav {
        /* Submenu */ }
        .section-header .primary-nav li {
          font-size: 20px;
          font-size: 1.25rem;
          line-height: 15px; }
        .section-header .primary-nav a {
          padding: 15px 20px; }
        .section-header .primary-nav .sub-menu {
          margin-left: -50%;
          margin-right: -50%;
          padding-left: 50%;
          top: 50px; }
          .section-header .primary-nav .sub-menu li {
            font-size: 20px;
            font-size: 1.25rem; }
        .section-header .primary-nav .submenu-active {
          margin-bottom: 2.3em; }
        .single-essay > .section-header .primary-nav .submenu-active {
          margin-bottom: 2.1em; } }
    @media (min-width: 1400px) {
      .section-header .primary-nav li {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 16px; }
      .section-header .primary-nav a {
        padding: 17px 20px; }
      .section-header .primary-nav .sub-menu li {
        font-size: 22px;
        font-size: 1.375rem; } }
  @media (min-width: 1400px) {
    .has-compact-header .section-header {
      background-color: #eaeaea;
      position: fixed;
      z-index: 200; }
      .has-compact-header .section-header .container {
        padding-bottom: 1.375em;
        padding-top: 1.375em; }
      .has-compact-header .section-header .site-branding {
        display: none; }
      .has-compact-header .section-header .header-action {
        top: 1.375em;
        z-index: 210; }
      .has-compact-header .section-header .primary-nav li {
        font-size: 17px;
        font-size: 1.0625rem;
        border-right: none;
        line-height: 1.3333333333em; }
      .has-compact-header .section-header .primary-nav a {
        min-height: 40px;
        padding: 12px 8px; }
      .has-compact-header .section-header .primary-nav .sub-menu a {
        padding: 8px 6px;
        min-height: 0; } }

@media only screen and (min-width: 599px) and (max-width: 860px) {
  .section-header nav.site-nav {
    display: none !important; }
  .section-header .header-action {
    position: inherit !important;
    padding-top: 1.375em !important; }
  .section-header .item-join .label-long {
    display: none; }
  .section-header .item-join .label-short {
    display: block !important; }
  .section-header .item-menu {
    display: block !important;
    margin-right: 10px; }
    .section-header .item-menu .button {
      display: block !important;
      color: #fff !important;
      background-color: #000 !important; }
    .section-header .item-menu .icon-menu {
      margin-left: 0.625em !important;
      float: right !important; } }

@media only screen and (min-width: 630px) and (max-width: 860px) {
  .header-action .item-search {
    display: block !important;
    position: absolute !important;
    right: 35px !important;
    top: 57px !important; }
  #page-header .container {
    padding: 2.5em 0 !important; }
  body.search-mobile-open .mobile-search {
    display: block !important; } }

@media only screen and (min-width: 200px) and (max-width: 860px) {
  .search-mobile-wrap {
    display: block !important; }
    .search-mobile-wrap .button, .search-mobile-wrap button {
      width: 50px !important;
      font-family: "futura-pt", sans-serif, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-weight: 400;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.5em;
      min-height: 2.5em;
      min-width: 2.5em;
      padding: 0.5em 0.5em;
      display: block;
      color: #fff;
      background-color: #000;
      position: relative;
      top: 7px;
      right: 0;
      float: right; }
      .search-mobile-wrap .button:active, .search-mobile-wrap button:active {
        background-color: #000 !important; }
    .search-mobile-wrap .button:active, .search-mobile-wrap button:active {
      background: #000000 !important;
      color: #ffffff !important; }
    .search-mobile-wrap .button:hover, .search-mobile-wrap button:hover {
      background: #EAEAEA !important;
      color: #000000 !important; }
  .item-search-mobil {
    width: 100% !important;
    height: 100% !important;
    display: inline-block !important;
    margin-top: 30px !important; }
  .section-header .header-action {
    clear: both !important; }
    .section-header .header-action .item-search {
      display: none !important;
      float: left !important; }
  .search-form input[type="text"] {
    display: inline-block !important; }
  .search-form button {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important; }
  .search-form {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important; }
  button:active {
    background: #000000 !important; }
  .search-mobile-wrap a:active {
    background-color: #000000 !important; }
  .search-mobile-wrap button:active {
    background-color: #000000 !important; }
  .section-header .site-nav.is-opened {
    display: block !important; }
  .site-nav {
    display: none;
    clear: both;
    margin-top: 0.75em;
    margin-left: -0.75em;
    margin-right: -0.75em; }
    .site-nav.is-opened {
      display: block; }
    .site-nav ul {
      list-style: none;
      margin: 0;
      padding: 0; }
  .section-header .primary-nav {
    /* Theme colors */ }
    .section-header .primary-nav li {
      font-family: "futura-pt", sans-serif, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      float: none !important;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.3333333333em;
      font-weight: 700;
      text-transform: uppercase;
      border-top: 1px solid #fff; }
      .section-header .primary-nav li:first-child {
        border-top-width: 0; }
    .section-header .primary-nav li li {
      font-weight: 400; }
      .section-header .primary-nav li li:first-child {
        border-top-width: 1px; }
    .section-header .primary-nav a {
      display: block;
      color: #333;
      color: rgba(0, 0, 0, 0.8);
      background-color: #eaeaea; }
    .section-header .primary-nav .theme-1 a,
    .section-header .primary-nav .theme-1.is-active {
      background-color: #61c4e3; }
    .section-header .primary-nav .theme-2 a,
    .section-header .primary-nav .theme-2.is-active {
      background-color: #ffd13e; }
    .section-header .primary-nav .theme-3 a,
    .section-header .primary-nav .theme-3.is-active {
      background-color: #66ff86; }
    .section-header .primary-nav .theme-4 a,
    .section-header .primary-nav .theme-4.is-active {
      background-color: #ff9045; }
    .section-header .primary-nav .theme-5 a,
    .section-header .primary-nav .theme-5.is-active {
      background-color: #eaeaea; }
  .section-header .primary-nav {
    /*
a {
				padding: 0.77778em 1.11111em;
			}
*/ }
    .section-header .primary-nav .sub-menu {
      display: block !important;
      position: relative;
      top: 0; } }

label.screen-reader-text {
  display: none; }

@media only screen and (min-width: 630px) and (max-width: 2100px) {
  .mobile-search {
    display: none !important; } }

@media only screen and (min-width: 600px) and (max-width: 860px) {
  .mobile-search {
    padding-left: 35px !important;
    padding-right: 35px !important; }
  .site-nav {
    margin-top: 12px !important; }
  #page-header .container {
    padding: 2.5em 0 !important; }
  .header-content {
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .header-content .site-branding {
      padding-left: 35px !important;
      padding-right: 35px !important; }
    .header-content .header-action {
      padding-left: 35px !important;
      padding-right: 35px !important; }
  .section-header .primary-nav .sub-menu {
    border: none !important; }
  .section-header .primary-nav .sub-menu li {
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .section-header .primary-nav .sub-menu li a {
    padding: 0.77778em 1.11111em 0.77778em 35px !important; }
  .section-header   .primary-nav a {
    padding-left: 35px !important; } }

@media only screen and (min-width: 200px) and (max-width: 599px) {
  .primary-nav {
    position: relative; }
    .primary-nav:after {
      content: "";
      display: table;
      clear: both; }
    .primary-nav li {
      font-family: "futura-pt", sans-serif, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.3333333333em;
      font-weight: 700;
      text-transform: uppercase;
      border-top: 1px solid #fff; }
      .primary-nav li:first-child {
        border-top-width: 0; }
    .primary-nav li li {
      font-weight: 400; }
      .primary-nav li li:first-child {
        border-top-width: 1px; }
    .primary-nav a {
      display: block;
      padding: 18px 0 18px 20px !important; } }

.mobile-search {
  display: none; }
  body.search-mobile-open .mobile-search {
    display: block; }

/* Site branding */
.site-branding {
  border-bottom: 0.25em solid #000; }
  .site-branding:after {
    content: "";
    display: table;
    clear: both; }
  .site-branding .site-logo {
    float: left;
    font-size: 44px;
    font-size: 2.75rem;
    font-family: "futura-pt", sans-serif, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: -0.0227272727em;
    line-height: 1;
    margin-bottom: 0.3636363636em; }
    .site-branding .site-logo a {
      color: #000;
      display: block; }
    @media (min-width: 600px) {
      .site-branding .site-logo {
        margin-bottom: 0.5em; } }
    @media (min-width: 800px) {
      .site-branding .site-logo {
        font-size: 50px;
        font-size: 3.125rem;
        margin-bottom: 0.44em;
        margin-top: -0.12em; } }
    @media (min-width: 800px) {
      .site-branding .site-logo {
        font-size: 60px;
        font-size: 3.75rem;
        margin-bottom: 0.3666666667em;
        margin-top: -0.2em; } }
  .site-branding .logo-content {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    width: 185px; }
    @media (min-width: 600px) {
      .site-branding .logo-content {
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
        width: 285px; } }
    .site-branding .logo-content img {
      width: 185px !important; }
      @media (min-width: 600px) {
        .site-branding .logo-content img {
          width: 285px !important; } }
  .site-branding .site-tagline {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden; }

/* =Footer
===================================================== */
.section-footer {
  background-color: #000;
  overflow: hidden;
  /* Footer info */
  /* Footer contact */
  /* Site info */ }
  .section-footer .container:last-child {
    padding-top: 0;
    padding-bottom: 0; }
  .section-footer h2 {
    font-size: 30px;
    font-size: 1.875rem;
    font-family: "futura-pt", sans-serif, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff; }
  .section-footer h3 {
    font-size: 22px;
    font-size: 1.375rem;
    margin-top: 0;
    margin-bottom: 0.4545454545em;
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    font-weight: 400;
    color: #eaeaea; }
  .section-footer .footer-info {
    /* Layout */
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 87.5rem;
    /* Various styles */ }
    .section-footer .footer-info:after {
      content: "";
      display: table;
      clear: both; }
    .section-footer .footer-info .title {
      margin-bottom: 1.3333333333em;
      padding-left: 0.6875rem;
      padding-right: 0.6875rem;
      width: 100%;
      float: left; }
      @media (min-width: 600px) {
        .section-footer .footer-info .title {
          padding-left: 0.6875rem;
          padding-right: 0.6875rem;
          width: 100%;
          float: left; } }
      @media (min-width: 800px) {
        .section-footer .footer-info .title {
          padding-left: 0.6875rem;
          padding-right: 0.6875rem;
          width: 33.3333333333%;
          float: left; } }
      @media (min-width: 1000px) {
        .section-footer .footer-info .title {
          padding-left: 0.6875rem;
          padding-right: 0.6875rem;
          width: 100%;
          float: left; } }
    .section-footer .footer-info .column {
      margin-bottom: 2.5em; }
      @media (min-width: 600px) {
        .section-footer .footer-info .column {
          padding-left: 0.6875rem;
          padding-right: 0.6875rem;
          width: 50%;
          float: left; } }
      @media (min-width: 800px) {
        .section-footer .footer-info .column {
          padding-left: 0.6875rem;
          padding-right: 0.6875rem;
          width: 33.3333333333%;
          float: left; }
          .section-footer .footer-info .column.third {
            padding-left: 0.6875rem;
            padding-right: 0.6875rem;
            float: left;
            margin-left: 33.3333333333% !important; } }
      @media (min-width: 1000px) {
        .section-footer .footer-info .column {
          padding-left: 0.6875rem;
          padding-right: 0.6875rem;
          width: 25%;
          float: left;
          margin-bottom: 0 !important; }
          .section-footer .footer-info .column.third {
            padding-left: 0.6875rem;
            padding-right: 0.6875rem;
            float: left;
            margin-left: 0% !important; } }
    .section-footer .footer-info ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    .section-footer .footer-info p,
    .section-footer .footer-info li {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.5em;
      color: #eaeaea; }
    .section-footer .footer-info li {
      margin-top: 0.5em; }
      .section-footer .footer-info li:first-child {
        margin-top: 0; }
    .section-footer .footer-info a {
      color: #eaeaea;
      text-decoration: underline; }
      .section-footer .footer-info a:hover, .section-footer .footer-info a:focus, .section-footer .footer-info a:active {
        color: #fff;
        text-decoration: none; }
    .section-footer .footer-info .column {
      margin-bottom: 2.5em; }
  .section-footer .footer-contact {
    /* Layout */
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 87.5rem;
    /* Various styles */ }
    .section-footer .footer-contact:after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 1000px) {
      .section-footer .footer-contact {
        margin-top: 2.5em; } }
    .section-footer .footer-contact .title {
      padding-left: 0.6875rem;
      padding-right: 0.6875rem;
      width: 100%;
      float: left; }
      @media (min-width: 600px) {
        .section-footer .footer-contact .title {
          padding-left: 0.6875rem;
          padding-right: 0.6875rem;
          width: 100%;
          float: left; } }
      @media (min-width: 800px) {
        .section-footer .footer-contact .title {
          padding-left: 0.6875rem;
          padding-right: 0.6875rem;
          width: 33.3333333333%;
          float: left; } }
      @media (min-width: 1000px) {
        .section-footer .footer-contact .title {
          padding-left: 0.6875rem;
          padding-right: 0.6875rem;
          width: 25%;
          float: left; } }
    @media (min-width: 600px) {
      .section-footer .footer-contact .column {
        padding-left: 0.6875rem;
        padding-right: 0.6875rem;
        width: 50%;
        float: left; } }
    @media (min-width: 800px) {
      .section-footer .footer-contact .column {
        padding-left: 0.6875rem;
        padding-right: 0.6875rem;
        width: 33.3333333333%;
        float: left; } }
    @media (min-width: 1000px) {
      .section-footer .footer-contact .column {
        padding-left: 0.6875rem;
        padding-right: 0.6875rem;
        width: 25%;
        float: left; } }
    .section-footer .footer-contact p {
      font-size: 16px;
      font-size: 1rem;
      color: #eaeaea; }
  .section-footer .site-info {
    clear: both;
    background-color: #fff;
    width: 300%;
    margin: 0 -100%;
    padding: 0.75em 100%; }
    .section-footer .site-info p {
      padding-left: 0.6875em;
      padding-right: 0.6875em;
      font-size: 16px;
      font-size: 1rem;
      color: #000;
      margin-bottom: 0; }
    .section-footer .site-info a {
      color: #666666;
      text-decoration: none; }
      .section-footer .site-info a:hover, .section-footer .site-info a:focus {
        color: #000;
        text-decoration: underline; }
  .section-footer .item-facebook {
    display: inline-block;
    margin-right: 30px; }
    .section-footer .item-facebook a {
      display: block;
      width: 60px;
      height: 60px;
      background: url("../../assets/images/social-facebook.svg");
      background-repeat: no-repeat;
      background-size: 60px;
      text-indent: -400px;
      overflow: hidden; }
      .section-footer .item-facebook a:hover {
        opacity: 0.6; }
  .section-footer .item-twitter {
    display: inline-block; }
    .section-footer .item-twitter a {
      display: block;
      width: 60px;
      height: 60px;
      background: url("../../assets/images/social-twitter.svg");
      background-repeat: no-repeat;
      background-size: 60px;
      text-indent: -400px;
      overflow: hidden; }
      .section-footer .item-twitter a:hover {
        opacity: 0.6; }

/* =Hero
===================================================== */
.section-hero {
  /* Layout */
  /* Styles */
  /* Action */ }
  .section-hero .hero-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 87.5rem; }
    .section-hero .hero-content:after {
      content: "";
      display: table;
      clear: both; }
  .section-hero .hero-title {
    padding-left: 0.6875rem;
    padding-right: 0.6875rem;
    width: 100%;
    float: left; }
  .section-hero .hero-description {
    padding-left: 0.6875rem;
    padding-right: 0.6875rem;
    width: 100%;
    float: left; }
    @media (min-width: 600px) {
      .section-hero .hero-description {
        padding-left: 0.6875rem;
        padding-right: 0.6875rem;
        width: 50%;
        float: left; } }
    @media (min-width: 800px) {
      .section-hero .hero-description {
        padding-left: 0.6875rem;
        padding-right: 0.6875rem;
        width: 66.6666666667%;
        float: left; } }
  .section-hero .hero-image {
    padding-left: 0.6875rem;
    padding-right: 0.6875rem;
    width: 100%;
    float: left;
    margin-bottom: 1.375em; }
    @media (min-width: 600px) {
      .section-hero .hero-image {
        padding-left: 0.6875rem;
        padding-right: 0.6875rem;
        width: 50%;
        float: left;
        margin-bottom: 0; } }
    @media (min-width: 800px) {
      .section-hero .hero-image {
        padding-left: 0.6875rem;
        padding-right: 0.6875rem;
        width: 33.3333333333%;
        float: left; } }
  .section-hero .hero-action {
    padding-left: 0.6875rem;
    padding-right: 0.6875rem;
    width: 100%;
    float: left; }
  .section-hero .no-image .hero-description {
    padding-left: 0.6875rem;
    padding-right: 0.6875rem;
    width: 100%;
    float: left; }
  .section-hero.theme-1 {
    background-color: #61c4e3; }
  .section-hero.theme-2 {
    background-color: #ffd13e; }
  .section-hero.theme-3 {
    background-color: #66ff86; }
  .section-hero.theme-4 {
    background-color: #ff9045; }
  .section-hero.theme-5 {
    background-color: #eaeaea; }
  .section-hero.theme-6 {
    background-color: #8B55F7; }
  .section-hero.theme-7 {
    background-color: #D36619; }
  .section-hero.theme-8 {
    background-color: #32EBF9; }
  .section-hero.theme-9 {
    background-color: #ff9045; }
  .section-hero .hero-title * {
    margin-top: 0; }
  .section-hero .hero-title h1 {
    padding-left: 0 !important; }
  .section-hero .action {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 1.2222222222em; }
    .section-hero .action:after {
      content: "";
      display: table;
      clear: both; }
    .section-hero .action li {
      display: inline-block;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.3333333333em;
      font-family: "futura-pt", sans-serif, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      margin: 0.5555555556em 0.7777777778em 0 0; }
    .section-hero .action a {
      display: block;
      color: #eaeaea;
      background-color: #000;
      padding: 0.4444444444em 0.6666666667em; }

/* =Main
===================================================== */
/* Narrow content */
.narrow-content .main-content,
.narrow-content .related-content,
.narrow-content .hero-content {
  padding-left: 0.6875rem;
  padding-right: 0.6875rem;
  width: 100%;
  float: left; }
  @media (min-width: 1000px) {
    .narrow-content .main-content,
    .narrow-content .related-content,
    .narrow-content .hero-content {
      padding-left: 0.6875rem;
      padding-right: 0.6875rem;
      width: 75%;
      float: left;
      margin-left: auto;
      margin-right: auto;
      float: none; } }
  @media (min-width: 1000px) {
    .narrow-content .main-content .main-grid .column,
    .narrow-content .related-content .main-grid .column,
    .narrow-content .hero-content .main-grid .column {
      padding-left: 0.6875rem;
      padding-right: 0.6875rem;
      width: 33.3333333333%;
      float: left; } }

.section-main {
  /* Main title */
  /* Main grid */ }
  .section-main .main-title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.2666666667em;
    padding-left: 0.4em;
    padding-right: 0.4em;
    margin-top: 0;
    margin-bottom: 2em; }
  .section-main .main-grid {
    /* Layout */
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 87.5rem;
    clear: both; }
    .section-main .main-grid:after {
      content: "";
      display: table;
      clear: both; }
    .section-main .main-grid .column {
      padding-left: 0.6875rem;
      padding-right: 0.6875rem;
      width: 50%;
      float: left; }
      @media (min-width: 800px) {
        .section-main .main-grid .column {
          padding-left: 0.6875rem;
          padding-right: 0.6875rem;
          width: 33.3333333333%;
          float: left; } }
      @media (min-width: 1000px) {
        .section-main .main-grid .column {
          padding-left: 0.6875rem;
          padding-right: 0.6875rem;
          width: 25%;
          float: left; } }
      .section-main .main-grid .column.column-featured {
        padding-left: 0.6875rem;
        padding-right: 0.6875rem;
        width: 100%;
        float: left; }
        @media (min-width: 800px) {
          .section-main .main-grid .column.column-featured {
            padding-left: 0.6875rem;
            padding-right: 0.6875rem;
            width: 66.6666666667%;
            float: left; } }
        @media (min-width: 1000px) {
          .section-main .main-grid .column.column-featured {
            padding-left: 0.6875rem;
            padding-right: 0.6875rem;
            width: 75%;
            float: left; } }
      .section-main .main-grid .column.column-calendar {
        padding-left: 0.6875rem;
        padding-right: 0.6875rem;
        width: 100%;
        float: left;
        padding-bottom: 50px; }
        .section-main .main-grid .column.column-calendar .block {
          height: 100%; }
        .section-main .main-grid .column.column-calendar li {
          display: block;
          padding-top: 10px;
          clear: both; }
        @media (min-width: 800px) {
          .section-main .main-grid .column.column-calendar {
            padding-left: 0.6875rem;
            padding-right: 0.6875rem;
            width: 33.3333333333%;
            float: left; } }
        @media (min-width: 1000px) {
          .section-main .main-grid .column.column-calendar {
            padding-left: 0.6875rem;
            padding-right: 0.6875rem;
            width: 25%;
            float: left; } }
  .section-main .featured-grid .column {
    width: 100%; }
    @media (min-width: 800px) {
      .section-main .featured-grid .column {
        width: 50%; } }
  .section-main .featured-grid .block {
    height: 100%; }
  @media (min-width: 800px) {
    .section-main .flex {
      display: flex;
      flex-direction: row;
      margin-bottom: 70px; } }
  .section-main .flex:after {
    clear: both; }

@media only screen and (min-width: 200px) and (max-width: 550px) {
  .section-main .main-grid .column {
    width: 100% !important; } }

/* =Complementary
===================================================== */
.section-complementary .column.second li:first-child {
  margin-bottom: 0 !important; }

.section-complementary .column.second li {
  margin-bottom: 10px !important; }

.section-complementary {
  /* Layout */
  /* Various styles */
  background-color: #eaeaea; }
  .section-complementary .secondary-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 87.5rem; }
    .section-complementary .secondary-content:after {
      content: "";
      display: table;
      clear: both; }
    .section-complementary .secondary-content .read-more {
      display: inline-block !important;
      margin-top: 0.75em !important; }
  @media (min-width: 600px) {
    .section-complementary .column.first, .section-complementary .column.second {
      padding-left: 0.6875rem;
      padding-right: 0.6875rem;
      width: 50%;
      float: left;
      margin-bottom: 2.5em; } }
  @media (min-width: 1000px) {
    .section-complementary .column.first, .section-complementary .column.second {
      padding-left: 0.6875rem;
      padding-right: 0.6875rem;
      width: 25%;
      float: left;
      margin-bottom: 0; }
    .section-complementary .column.third {
      padding-left: 0.6875rem;
      padding-right: 0.6875rem;
      width: 50%;
      float: left; } }
  .section-complementary h2 {
    font-size: 26px;
    font-size: 1.625rem;
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    font-weight: 700;
    border-bottom: 4px solid #000;
    padding-bottom: 0.8461538462em;
    margin-top: 0;
    margin-bottom: 0.8461538462em; }
  @media (min-width: 600px) {
    .section-complementary .bullet-listing {
      -webkit-columns: 2 4em;
      -moz-columns: 2 4em;
      columns: 2 4em; } }
  @media (min-width: 800px) {
    .section-complementary .bullet-listing {
      -webkit-columns: 1 4em;
      -moz-columns: 1 4em;
      columns: 1 4em; } }
  @media (min-width: 1000px) {
    .section-complementary .bullet-listing {
      -webkit-columns: 2 4em;
      -moz-columns: 2 4em;
      columns: 2 4em; } }

@media only screen and (min-width: 200px) and (max-width: 600px) {
  .section-complementary .column.first {
    margin-bottom: 20px !important; }
  .section-complementary .column.second {
    margin-bottom: 20px !important; }
  .section-complementary .column.third {
    margin-bottom: 20px !important; }
  p.search-result-text {
    margin-left: 0; } }

@media only screen and (min-width: 1000px) and (max-width: 1110px) {
  .section-complementary h2 {
    font-size: 22px !important; } }

.related-content h2 {
  font-family: "futura-pt", sans-serif, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 48px;
  font-weight: 200; }

.related-content .related-grid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 87.5rem;
  margin-top: 55px; }
  .related-content .related-grid:after {
    content: "";
    display: table;
    clear: both; }

.related-content .block {
  height: calc( 100% - 130px); }
  .related-content .block .block-content {
    font-size: 16px; }
  .related-content .block h2 {
    font-size: 16px; }
  .related-content .block p {
    font-size: 16px; }

.related-content .column {
  padding-left: 0.6875rem;
  padding-right: 0.6875rem;
  width: 100%;
  float: left; }
  @media (min-width: 800px) {
    .related-content .column {
      padding-left: 0.6875rem;
      padding-right: 0.6875rem;
      width: 33.3333333333%;
      float: left; } }
  @media (min-width: 1000px) {
    .related-content .column {
      padding-left: 0.6875rem;
      padding-right: 0.6875rem;
      width: 33.3333333333%;
      float: left; } }

/* =Widgets
===================================================== */
/* Post list */
.post-listing:after {
  content: "";
  display: table;
  clear: both; }

.post-listing.compact {
  list-style: none;
  margin: 0;
  padding: 0; }
  .post-listing.compact h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375em;
    font-weight: 700;
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 3px; }
  .post-listing.compact a {
    color: #000;
    display: inline-block; }
    .post-listing.compact a:hover, .post-listing.compact a:focus, .post-listing.compact a:active {
      color: #d86619; }
  .post-listing.compact li {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0 !important; }
  .post-listing.compact li:last-child {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0 !important; }
  .post-listing.compact li:first-child {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 20px !important; }
  .post-listing.compact li:first-child.float-date-zero {
    margin-bottom: 10px !important; }
  .post-listing.compact .float-date-zero {
    padding-left: 0; }
  .post-listing.compact .float-date {
    padding-left: 3.75em;
    margin-bottom: 20px !important; }
    @media (min-width: 600px) {
      .post-listing.compact .float-date {
        padding-left: 0;
        margin-bottom: 20px !important; } }
    @media (min-width: 800px) {
      .post-listing.compact .float-date {
        padding-left: 3.75em;
        margin-bottom: 20px !important; } }
  .post-listing.compact .meta-date {
    text-align: center;
    width: 2.8571428571em;
    line-height: 1.2857142857em;
    float: left;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "futura-pt", sans-serif, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    margin-left: -4.2857142857em; }
    .post-listing.compact .meta-date strong {
      font-size: 24px;
      font-size: 1.5rem;
      font-family: Georgia, Cambria, "Times New Roman", Times, serif;
      line-height: 1.1666666667em;
      font-weight: 700;
      display: block; }
  .background-invert .post-listing.compact .meta-date {
    color: #fff; }
    .background-invert .post-listing.compact .meta-date strong {
      color: #fff; }
  .background-invert .post-listing.compact a {
    color: #fff; }

@media only screen and (min-width: 1000px) and (max-width: 1130px) {
  .post-listing.compact .float-date-zero {
    padding-left: 0 !important; }
  .post-listing.compact .float-date {
    padding-left: 0 !important; }
  .post-listing.compact .meta-date {
    width: 100% !important;
    margin-left: 0 !important;
    text-align: left !important; }
  .post-listing.compact .meta-date strong {
    float: left;
    position: relative;
    top: -10px;
    margin-right: 7px; } }

@media only screen and (min-width: 800px) and (max-width: 901px) {
  .post-listing.compact .float-date-zero {
    padding-left: 0 !important; }
  .post-listing.compact .float-date {
    padding-left: 0 !important; }
  .post-listing.compact .meta-date {
    width: 100% !important;
    margin-left: 0 !important;
    text-align: left !important; }
  .post-listing.compact .meta-date strong {
    float: left;
    position: relative;
    top: -10px;
    margin-right: 7px; } }

@media only screen and (min-width: 200px) and (max-width: 799px) {
  .post-listing.compact .meta-date {
    margin-left: 0 !important;
    text-align: left !important; }
  .post-listing.compact .float-date {
    padding-left: 0 !important;
    margin-bottom: 20px !important; }
  .post-listing.compact .float-date-zero {
    padding-left: 0 !important; } }

/* Post */
.post {
  width: auto;
  margin: 0;
  max-width: none;
  /* Fix nesting padding */
  /* Date */
  /* Excerpt */ }
  .post:after {
    content: "";
    display: table;
    clear: both; }
  .post .row, .post .map-container {
    margin-left: -0.6875em;
    margin-right: -0.6875em; }
  .post .meta-date {
    color: #757575;
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.4444444444em;
    margin-bottom: 1.2222222222em; }
  .post .excerpt {
    padding-left: 0 !important;
    padding-right: 0 !important; }
    @media (min-width: 600px) {
      .post .excerpt {
        padding-left: 0.6875rem !important;
        padding-right: 0.6875rem !important; } }
    .post .excerpt p {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 28px;
      font-weight: 700;
      font-size: 20px;
      margin-bottom: 51px !important; }

/* Bullet list */
.bullet-listing {
  list-style: none;
  margin: 0;
  padding: 0; }
  .bullet-listing li {
    background: url(../../assets/images/list-bullet.png) no-repeat 0 50%;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375em;
    font-weight: 700;
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    margin-bottom: 0.875em;
    padding-left: 1.25em; }

/* Blocks */
.block {
  position: relative;
  border: 1px solid #b9b9b9;
  margin-bottom: 2.625em;
  /* Theme colors/backgrounds */ }
  .block.block-twitter {
    border: 3px solid #55acee;
    margin-bottom: 23px; }
  .block.background-1 {
    background-color: #61c4e3;
    border-color: transparent; }
  .block.background-2 {
    background-color: #ffd13e;
    border-color: transparent; }
  .block.background-3 {
    background-color: #66ff86;
    border-color: transparent; }
  .block.background-4 {
    background-color: #ff9045;
    border-color: transparent; }
  .block.background-5 {
    background-color: #eaeaea;
    border-color: transparent; }
  .block.background-6 {
    background-color: #8B55F7;
    border-color: transparent; }
  .block.background-7 {
    background-color: #D36619;
    border-color: transparent; }
  .block.background-9 {
    background-color: #ff9045;
    border-color: transparent; }
  .block.background-8 {
    background-color: #32EBF9;
    border-color: transparent; }
  .block.background-invert {
    background-color: #000;
    border-color: transparent; }
    .block.background-invert h2 {
      color: #fff; }
    .block.background-invert .read-more {
      color: #d86619; }
      .block.background-invert .read-more:hover, .block.background-invert .read-more:focus, .block.background-invert .read-more:active {
        color: #d86619; }
  .block .color-1 {
    color: #61c4e3; }
  .block .color-2 {
    color: #ffd13e; }
  .block .color-3 {
    color: #66ff86; }
  .block .color-4 {
    color: #ff9045; }
  .block .color-5 {
    color: #eaeaea; }
  .block .color-6 {
    color: #eaeaea; }
  .block .color-7 {
    color: #D36619; }
  .block .color-8 {
    color: #32EBF9; }
  .block .color-9 {
    color: #ff9045; }

/* Block title */
.block-title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 0.5em 0.75em;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: "futura-pt", sans-serif, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  color: #fff;
  background-color: #000;
  position: absolute;
  top: -1.25em;
  left: 0.625em; }
  @media (min-width: 600px) {
    .block-title {
      left: 0.875em; } }
  @media (min-width: 600px) {
    .block-title {
      left: 1.375em; } }

#home-grid .block-content, #category-grid .block-content {
  opacity: 1.0; }
  #home-grid .block-content:hover, #category-grid .block-content:hover {
    opacity: 0.6;
    cursor: pointer; }

#home-grid .block-title, #category-grid .block-title {
  z-index: 99; }

@media only screen and (min-width: 1000px) and (max-width: 1175px) {
  .section-main .main-grid .column {
    width: 50% !important; } }

@media only screen and (min-width: 800px) and (max-width: 900px) {
  .section-main .main-grid .column {
    width: 50% !important; } }

/* Block content */
.block-content {
  padding: 0.75em; }
  .block-content .image {
    margin-left: -0.75em;
    margin-right: -0.75em;
    margin-top: -0.75em;
    margin-bottom: 0.75em; }
  @media (min-width: 600px) {
    .block-content {
      padding: 1em; }
      .block-content .image {
        margin-left: -1em;
        margin-right: -1em;
        margin-top: -1em;
        margin-bottom: 1em; } }
  @media (min-width: 800px) {
    .block-content {
      padding: 1.5em; }
      .block-content .image {
        margin-left: -1.5em;
        margin-right: -1.5em;
        margin-top: -1.5em;
        margin-bottom: 1.5em; } }
  .block-content a {
    text-decoration: none; }
  .block-content img {
    display: block;
    width: 100%; }
  .block-content p {
    margin-top: 5px;
    margin-bottom: 0; }
  .block-content h2 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5em;
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0; }
    .block-content h2 a {
      color: #000; }
    .block-content h2:last-child {
      margin-bottom: 0; }
  .block-content .meta-date {
    color: #888;
    display: block; }
  .block-content blockquote {
    margin: 0;
    padding: 0;
    margin-bottom: 0; }
    .block-content blockquote p {
      margin-top: 0;
      font-size: 20px;
      font-size: 1.25rem; }
  .block-content .read-more {
    display: inline-block;
    margin-top: 0.75em; }
  @media (min-width: 600px) {
    .block-content p {
      font-size: 20px;
      font-size: 1.25rem;
      margin-top: 0.6em; }
    .block-content h2 {
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 1.2727272727em;
      margin-bottom: 0.7272727273em; } }

.floating-title .block-content {
  padding-top: 2.5em; }
  .floating-title .block-content .image {
    margin-top: -2.5em; }

/* Custom: Twitter */
.block-twitter.floating-title {
  padding-top: 2.25em; }

.block-twitter .block-content {
  padding: 1.3125em; }

.block-twitter .icon {
  font-size: 48px;
  font-size: 3rem;
  color: #55acee; }

.block-twitter .read-more {
  font-family: "futura-pt", sans-serif, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #000;
  text-decoration: underline; }

/* Custom: Featured */
.block-featured {
  border-color: transparent; }
  .block-featured.floating-title {
    margin-top: 0; }
    .block-featured.floating-title .block-title {
      top: -1.25em; }
  .block-featured .block-content {
    padding: 0; }
    .block-featured .block-content .image {
      margin-left: 0;
      margin-right: 0;
      margin-top: 0; }
  .block-featured h2 {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 5px !important; }

/* Comments */
.comments {
  margin-top: 3.625em;
  padding-top: 1.375em;
  border-top: 4px solid #000; }

.comment-intro:after {
  content: "";
  display: table;
  clear: both; }

.comment-intro .title {
  margin-top: 0;
  float: left; }

.comment-intro .social {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0; }
  .comment-intro .social li {
    font-size: 16px;
    font-size: 1rem;
    float: left; }
  .comment-intro .social a {
    padding: 0.25em;
    display: block;
    text-decoration: none; }
    .comment-intro .social a .label {
      position: absolute;
      left: -10000px;
      top: auto;
      width: 1px;
      height: 1px;
      overflow: hidden; }
  .comment-intro .social .item-facebook a .icon {
    color: #3b5998; }
  .comment-intro .social .item-twitter a .icon {
    color: #55acee; }

.comment-listing {
  margin-top: 3em; }
  .comment-listing ol {
    list-style: none;
    margin: 0;
    padding: 0; }
  .comment-listing li li {
    padding-left: 0.6875em; }
  .comment-listing li li li {
    padding-left: 1.375em; }
  .comment-listing li li li li {
    padding-left: 2.0625em; }
  @media (min-width: 600px) {
    .comment-listing li li {
      padding-left: 2.75em; }
    .comment-listing li li li {
      padding-left: 5.5em; }
    .comment-listing li li li li {
      padding-left: 8.25em; } }
  .comment-listing article {
    margin-bottom: 3em; }
  .comment-listing .comment-head p {
    color: #757575;
    margin-bottom: 0.6111111111em; }
  .comment-listing .comment-head h4 {
    margin-top: 0; }
  .comment-listing .comment-body p {
    margin-bottom: 1.2222222222em; }

.comment-form .field-container {
  max-width: 760px; }

/* =Styleguide
===================================================== */
.page-styleguide {
  background-color: #f1f1f1; }

.style-group {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: .25em;
  margin-bottom: 2em; }
  .style-group .style-heading {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
    padding: .5em 1em;
    margin-bottom: 0;
    background-color: #fff;
    border-top-left-radius: .25em;
    border-top-right-radius: .25em; }
  .style-group .style-content {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 2em;
    background-color: #fff;
    border-bottom-left-radius: .25em;
    border-bottom-right-radius: .25em; }
    .style-group .style-content:after {
      content: "";
      display: table;
      clear: both; }
    .style-group .style-content.transparent {
      background-color: transparent; }

.style-color {
  color: #fff;
  border: 1px solid #ddd;
  padding: 1em 1.5em; }
  .style-color dt {
    font-weight: 700;
    margin: 0; }
  .style-color dd {
    margin: 0; }
  .style-color.var-brand-maincolor {
    background-color: #ff0000; }
  .style-color.var-brand-auxcolor {
    background-color: #2d2d2d; }
  .style-color.var-linkcolor {
    background-color: #d86619; }
  .style-color.var-bordercolor {
    background-color: #b9b9b9;
    color: #222; }
  .style-color.var-successcolor {
    background-color: #111; }
  .style-color.var-warningcolor {
    background-color: #222;
    color: #000; }
  .style-color.var-dangercolor {
    background-color: #333; }
  @media (min-width: 800px) {
    .style-color {
      float: left;
      width: 49%;
      margin-left: 2%;
      margin-bottom: 2%; }
      .style-color:nth-child(2n+1) {
        margin-left: 0;
        clear: both; } }

.style-buttons .button {
  margin: 0 1em 1em 0;
  display: inline-block; }

@media (min-width: 600px) {
  .style-icons li {
    margin-bottom: .5em;
    display: inline-block;
    min-width: 12em; } }

/* =Video
===================================================== */
.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 56.34%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.video-wrapper {
  position: relative; }
  .video-wrapper img {
    transition: opacity .4s; }
  .video-wrapper:hover img {
    opacity: .6; }
  .video-wrapper .play-button {
    background-color: #2d2d2d;
    border-radius: 50%;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 80px;
    z-index: 20; }
  .video-wrapper .play-sprite {
    border-bottom: 12px solid transparent;
    border-left: 20px solid #fff;
    border-top: 12px solid transparent;
    content: '';
    height: 0;
    left: 50%;
    margin-left: -7px;
    margin-top: -12px;
    position: absolute;
    text-indent: -900px;
    top: 50%;
    width: 0; }

.map-container .map-content {
  padding-left: 0.6875rem;
  padding-right: 0.6875rem;
  width: 100%;
  float: left;
  padding-left: 0 !important;
  padding-right: 0 !important; }
  @media (min-width: 600px) {
    .map-container .map-content {
      padding-left: 0.6875rem;
      padding-right: 0.6875rem;
      width: 100%;
      float: left;
      padding-left: 0.6875rem !important;
      padding-right: 0.6875rem !important; } }

#map {
  height: 0;
  margin-bottom: 36px;
  overflow: hidden;
  padding-bottom: 50.25%;
  padding-top: 30px;
  position: relative; }

#map iframe,
#map object,
#map embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.tax-main .description {
  margin-bottom: 80px;
  padding-left: 10px;
  padding-right: 10px; }
  .tax-main .description h2 {
    font-size: 43px;
    margin-bottom: 10px;
    margin-top: 0; }
  .tax-main .description p {
    font-weight: 600; }

.local-branch-menu-container {
  padding-left: 0.6875rem;
  padding-right: 0.6875rem;
  width: 100%;
  float: left; }

.local-branch-menu-container .local-branch-menu {
  padding-left: 20px; }

.local-branch-menu-container .local-branch-menu a {
  color: #000000;
  text-decoration: underline;
  padding: 3px 0px 3px 0px;
  display: inline-block; }

.local-branch-menu-container .local-branch-menu a:focus,
.local-branch-menu-container .local-branch-menu a:hover {
  color: #000000;
  text-decoration: none; }

.has-compact-header.accent_color_1 .sub-menu {
  background: #61c4e3; }

.has-compact-header.accent_color_2 .sub-menu {
  background: #ffd13e; }

.has-compact-header.accent_color_3 .sub-menu {
  background: #66ff86; }

.has-compact-header.accent_color_4 .sub-menu {
  background: #ff9045; }

.has-compact-header.accent_color_5 .sub-menu {
  background: #eaeaea; }

.has-compact-header.accent_color_6 .sub-menu {
  background: #8B55F7; }

.has-compact-header.accent_color_7 .sub-menu {
  background: #D36619; }

.has-compact-header.accent_color_8 .sub-menu {
  background: #32EBF9; }

.has-compact-header.accent_color_9 .sub-menu {
  background: #ff9045; }

/* =Layout
===================================================== */
.container {
  margin: 0 auto;
  max-width: 82em;
  position: relative;
  text-align: left; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }

/* =Buttons
===================================================== */
.button,
button {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 400;
  min-height: 2.5em;
  padding: 0.5em 1.25em;
  color: #fff;
  background-color: #000;
  border: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: all 0.05s ease-in;
  -moz-transition: all 0.05s ease-in;
  transition: all 0.05s ease-in; }
  .button:hover, .button:focus,
  button:hover,
  button:focus {
    color: #fff;
    background-color: #e60000;
    text-decoration: none; }

.button-icon {
  padding: 0.4444444444em;
  min-width: 2.2222222222em; }

.button-signup {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333em;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
  color: rgba(0, 0, 0, 0.8);
  padding: 1.1111111111em 1.3333333333em;
  background-color: #ffd13e;
  display: block; }
  .button-signup:hover {
    background-color: black; }

/* =Icons
===================================================== */
@font-face {
  font-family: 'sosiologen';
  src: url("../../assets/fonts/sosiologen.eot?hp200o");
  src: url("../../assets/fonts/sosiologen.eot?#iefixhp200o") format("embedded-opentype"), url("../../assets/fonts/sosiologen.woff?hp200o") format("woff"), url("../../assets/fonts/sosiologen.ttf?hp200o") format("truetype"), url("../../assets/fonts/sosiologen.svg?hp200o#sosiologen") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"],
[class*=" icon-"] {
  font-family: "sosiologen";
  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;
  font-size: 20px;
  font-size: 1.25rem; }

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

.icon-arrow-left:before {
  content: "\e601"; }

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

.icon-arrow-up:before {
  content: "\e603"; }

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

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

.icon-quote:before {
  content: "\e606"; }

.icon-twitter:before {
  content: "\e607"; }

/* =Generic
===================================================== */
.skip-links {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff; }
  .skip-links a {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    padding: .5em .75em;
    display: block;
    background-color: #fff;
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2); }
    .skip-links a:focus {
      position: relative;
      left: auto;
      width: auto;
      height: auto;
      overflow: visible; }

hr {
  border: none;
  border-top: 1px solid #ddd;
  border-color: rgba(0, 0, 0, 0.1);
  margin: 1em 0 0 0;
  padding: 1em 0 0 0; }

.message {
  padding: .5em 1em;
  background-color: #eee;
  margin-bottom: 1em; }
  .message p {
    margin-bottom: 0; }

/* Fixed header */
@media (min-width: 1400px) {
  body.has-fixed-header {
    padding-top: 193px; }
    body.has-fixed-header .section-header {
      position: absolute;
      top: 0;
      right: 0;
      left: 0; }
    body.has-fixed-header.has-submenu {
      padding-top: 232px; }
    body.has-fixed-header.has-compact-header .section-header {
      position: fixed; } }

/* =High resolution
===================================================== */
