@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,600,700,700i,900");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700");
@import url("https://fonts.googleapis.com/css?family=Lora:400,700");
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Add the correct display in IE.
 */
main {
  display: block; }

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

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

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible; }

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible; }

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

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

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

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

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

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

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

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

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

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

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

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

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

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 0; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  height: auto;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: auto;
    align-self: stretch;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0 ) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem; }

  h2, .h2 {
    font-size: 2.5rem; }

  h3, .h3 {
    font-size: 1.9375rem; }

  h4, .h4 {
    font-size: 1.5625rem; }

  h5, .h5 {
    font-size: 1.25rem; }

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

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

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

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

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

figure {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large-text-justify {
    text-align: justify; } }
.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }

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

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

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

  thead.show-for-print {
    display: table-header-group !important; }

  tbody.show-for-print {
    display: table-row-group !important; }

  tr.show-for-print {
    display: table-row !important; }

  td.show-for-print {
    display: table-cell !important; }

  th.show-for-print {
    display: table-cell !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .print-break-inside {
    page-break-inside: auto; } }
.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row {
    margin-right: 0;
    margin-left: 0; }

.column, .columns {
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

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

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

.small-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

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

.small-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

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

.small-3 {
  flex: 0 0 25%;
  max-width: 25%; }

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

.small-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

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

.small-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

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

.small-6 {
  flex: 0 0 50%;
  max-width: 50%; }

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

.small-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

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

.small-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

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

.small-9 {
  flex: 0 0 75%;
  max-width: 75%; }

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

.small-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

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

.small-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

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

.small-12 {
  flex: 0 0 100%;
  max-width: 100%; }

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

.small-up-1 {
  flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

.small-up-4 {
  flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

.small-up-7 {
  flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%; }

.small-up-8 {
  flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%; }

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

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

@media print, screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

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

  .medium-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .medium-offset-1 {
    margin-left: 8.3333333333%; }

  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .medium-offset-2 {
    margin-left: 16.6666666667%; }

  .medium-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

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

  .medium-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .medium-offset-4 {
    margin-left: 33.3333333333%; }

  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .medium-offset-5 {
    margin-left: 41.6666666667%; }

  .medium-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

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

  .medium-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .medium-offset-7 {
    margin-left: 58.3333333333%; }

  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .medium-offset-8 {
    margin-left: 66.6666666667%; }

  .medium-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

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

  .medium-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .medium-offset-10 {
    margin-left: 83.3333333333%; }

  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .medium-offset-11 {
    margin-left: 91.6666666667%; }

  .medium-up-1 {
    flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }

  .medium-up-2 {
    flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }

  .medium-up-3 {
    flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }

  .medium-up-4 {
    flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }

  .medium-up-5 {
    flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }

  .medium-up-6 {
    flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }

  .medium-up-7 {
    flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      flex: 0 0 14.2857142857%;
      max-width: 14.2857142857%; }

  .medium-up-8 {
    flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px; } }
.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%; }
  @media print, screen and (min-width: 40em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      flex: 1 1 0px; } }
@media print, screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

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

  .large-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .large-offset-1 {
    margin-left: 8.3333333333%; }

  .large-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .large-offset-2 {
    margin-left: 16.6666666667%; }

  .large-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

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

  .large-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .large-offset-4 {
    margin-left: 33.3333333333%; }

  .large-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .large-offset-5 {
    margin-left: 41.6666666667%; }

  .large-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

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

  .large-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .large-offset-7 {
    margin-left: 58.3333333333%; }

  .large-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .large-offset-8 {
    margin-left: 66.6666666667%; }

  .large-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

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

  .large-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .large-offset-10 {
    margin-left: 83.3333333333%; }

  .large-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .large-offset-11 {
    margin-left: 91.6666666667%; }

  .large-up-1 {
    flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }

  .large-up-2 {
    flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }

  .large-up-3 {
    flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }

  .large-up-4 {
    flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }

  .large-up-5 {
    flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }

  .large-up-6 {
    flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }

  .large-up-7 {
    flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      flex: 0 0 14.2857142857%;
      max-width: 14.2857142857%; }

  .large-up-8 {
    flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }
@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px; } }
.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%; }
  @media print, screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      flex: 1 1 0px; } }
@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
.shrink {
  flex: 0 0 auto;
  max-width: 100%; }

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

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

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

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    flex: 0 0 auto; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded .button {
    flex: 1 1 0px; }
  .button-group.primary .button {
    background-color: #1779ba;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #126195;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #767676;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button-group.alert .button {
    background-color: #cc4b37;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      flex: 0 0 100%; }
      .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
        margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      flex: 1 1 0px;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      flex: 1 1 0px;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca; }
  .progress.primary .progress-meter {
    background-color: #1779ba; }
  .progress.secondary .progress-meter {
    background-color: #767676; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #cc4b37; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #14679e; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fefefe;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #1779ba; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }

  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }

  thead {
    background: #f8f8f8;
    color: #0a0a0a; }

  tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }

  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }

  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }

  table.unstriped tbody {
    background-color: #fefefe; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f1f1f1;
      background-color: #fefefe; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f3f3f3; }
table.hover tfoot tr:hover {
  background-color: #ececec; }
table.hover tbody tr:hover {
  background-color: #f9f9f9; }
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe; }
  .badge.primary {
    background: #1779ba;
    color: #fefefe; }
  .badge.secondary {
    background: #767676;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #0a0a0a; }
  .badge.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .badge.alert {
    background: #cc4b37;
    color: #fefefe; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #cacaca; }
  .breadcrumbs a {
    color: #1779ba; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d7ecfa;
    color: #0a0a0a; }
  .callout.secondary {
    background-color: #eaeaea;
    color: #0a0a0a; }
  .callout.success {
    background-color: #e1faea;
    color: #0a0a0a; }
  .callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0a; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  flex: 0 1 auto;
  display: flex;
  padding: 1rem;
  background: #e6e6e6; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  flex: 1 0 auto;
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.card-image {
  min-height: 1px; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem; }
  .dropdown-pane.is-opening {
    display: block; }
  .dropdown-pane.is-open {
    visibility: visible;
    display: block; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #1779ba;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

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

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

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small {
      flex-wrap: wrap; } }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      flex-basis: 100%;
      max-width: 100%; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  flex: 0 1 auto; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.main-section {
    flex: 1 1 0px; }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0; }

a.thumbnail {
  transition: box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5); }
  a.thumbnail image {
    box-shadow: none; }

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

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

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

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

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

.accordion-menu li {
  width: 100%; }
.accordion-menu a {
  padding: 0.7rem 1rem; }
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem; }
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative; }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  left: auto;
  right: 1rem; }
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem; }
.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%; }

.is-accordion-submenu-parent {
  position: relative; }

.has-submenu-toggle > a {
  margin-right: 40px; }

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px; }
  .submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }

.submenu-toggle[aria-expanded='true']::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%; }

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    transition: height 0.5s; }

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe; }
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .drilldown .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }
  .drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem; }
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0; }
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%; }
.drilldown .is-drilldown-submenu-parent > a {
  position: relative; }
  .drilldown .is-drilldown-submenu-parent > a::after {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; }
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba; }
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent; }
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }
.dropdown.menu a {
  padding: 0.7rem 1rem; }
  [data-whatinput='mouse'] .dropdown.menu a {
    outline: 0; }
.dropdown.menu .is-active > a {
  background: transparent;
  color: #1779ba; }
.no-js .dropdown.menu ul {
  display: none; }
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0; }
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }
.dropdown.menu.vertical > li > a::after {
  right: 14px; }
.dropdown.menu.vertical > li.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent; }
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba; }
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-push {
    z-index: 12; }
  .off-canvas.is-closed {
    visibility: hidden; }
  .off-canvas.is-transition-overlap {
    z-index: 13; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas.is-open {
    transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-push {
    z-index: 12; }
  .off-canvas-absolute.is-closed {
    visibility: hidden; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 13; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas-absolute.is-open {
    transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(-250px); }
  .off-canvas-content .off-canvas.position-left {
    transform: translateX(-250px); }
    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-left.has-transition-push {
    transform: translateX(250px); }
  .position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(250px); }
  .off-canvas-content .off-canvas.position-right {
    transform: translateX(250px); }
    .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-right.has-transition-push {
    transform: translateX(-250px); }
  .position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(-250px); }
  .off-canvas-content .off-canvas.position-top {
    transform: translateY(-250px); }
    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-top.has-transition-push {
    transform: translateY(250px); }
  .position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25); }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(250px); }
  .off-canvas-content .off-canvas.position-bottom {
    transform: translateY(250px); }
    .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-bottom.has-transition-push {
    transform: translateY(-250px); }
  .position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25); }

.off-canvas-content {
  transform: none;
  transition: transform 0.5s ease;
  backface-visibility: hidden; }
  .off-canvas-content.has-transition-push {
    transform: translate(0, 0); }
  .off-canvas-content .off-canvas.is-open {
    transform: translate(0, 0); }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }

  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }

  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }

  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }

  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }

  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }

  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-medium .close-button {
      display: none; } }
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-large .close-button {
      display: none; } }
body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  user-select: none; }

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

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

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px; }

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

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar {
      flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        flex: 1 1 auto;
        margin-right: auto; }
      .top-bar .top-bar-right {
        flex: 0 1 auto;
        margin-left: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium {
      flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large {
      flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0; }

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto; }

.align-right {
  justify-content: flex-end; }

.align-center {
  justify-content: center; }

.align-justify {
  justify-content: space-between; }

.align-spaced {
  justify-content: space-around; }

.align-right.vertical.menu > li > a {
  justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  justify-content: center; }

.align-top {
  align-items: flex-start; }

.align-self-top {
  align-self: flex-start; }

.align-bottom {
  align-items: flex-end; }

.align-self-bottom {
  align-self: flex-end; }

.align-middle {
  align-items: center; }

.align-self-middle {
  align-self: center; }

.align-stretch {
  align-items: stretch; }

.align-self-stretch {
  align-self: stretch; }

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center; }

.small-order-1 {
  order: 1; }

.small-order-2 {
  order: 2; }

.small-order-3 {
  order: 3; }

.small-order-4 {
  order: 4; }

.small-order-5 {
  order: 5; }

.small-order-6 {
  order: 6; }

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1; }

  .medium-order-2 {
    order: 2; }

  .medium-order-3 {
    order: 3; }

  .medium-order-4 {
    order: 4; }

  .medium-order-5 {
    order: 5; }

  .medium-order-6 {
    order: 6; } }
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1; }

  .large-order-2 {
    order: 2; }

  .large-order-3 {
    order: 3; }

  .large-order-4 {
    order: 4; }

  .large-order-5 {
    order: 5; }

  .large-order-6 {
    order: 6; } }
.flex-container {
  display: flex; }

.flex-child-auto {
  flex: 1 1 auto; }

.flex-child-grow {
  flex: 1 0 auto; }

.flex-child-shrink {
  flex: 0 1 auto; }

.flex-dir-row {
  flex-direction: row; }

.flex-dir-row-reverse {
  flex-direction: row-reverse; }

.flex-dir-column {
  flex-direction: column; }

.flex-dir-column-reverse {
  flex-direction: column-reverse; }

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex; }

  .medium-flex-child-auto {
    flex: 1 1 auto; }

  .medium-flex-child-grow {
    flex: 1 0 auto; }

  .medium-flex-child-shrink {
    flex: 0 1 auto; }

  .medium-flex-dir-row {
    flex-direction: row; }

  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse; }

  .medium-flex-dir-column {
    flex-direction: column; }

  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse; } }
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex; }

  .large-flex-child-auto {
    flex: 1 1 auto; }

  .large-flex-child-grow {
    flex: 1 0 auto; }

  .large-flex-child-shrink {
    flex: 0 1 auto; }

  .large-flex-dir-row {
    flex-direction: row; }

  .large-flex-dir-row-reverse {
    flex-direction: row-reverse; }

  .large-flex-dir-column {
    flex-direction: column; }

  .large-flex-dir-column-reverse {
    flex-direction: column-reverse; } }
.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

@font-face {
  font-family: 'DejaVuSans';
  src: url("../fonts/DejaVuSans/dejavusans-webfont.eot");
  src: url("../fonts/DejaVuSans/dejavusans-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/DejaVuSans/dejavusans-webfont.woff") format("woff"), url("../fonts/DejaVuSans/dejavusans-webfont.ttf") format("truetype"), url("../fonts/DejaVuSans/dejavusans-webfont.svg#dejavu_sansbook") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Basic setup */
body {
  color: #5d2d1c; }

#page-wrapper {
  position: relative;
  padding: 0 0 4rem; }
  @media print, screen and (min-width: 40em) {
    #page-wrapper {
      padding: 1.5rem 0 4rem; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

h1.page-title {
  color: #CA4566; }

/* Main elements */
a {
  color: #CA4566;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

p {
  line-height: 1.5rem; }

h2 {
  margin-top: 0; }

#page {
  background: white;
  width: 100%; }

/* Misc. elements */
span.ext {
  display: none !important; }
  #block-system-main span.ext {
    display: inline-block !important;
    height: 12px; }

/* Forms */
button, .button {
  margin: 0 0 1.25rem;
  padding-top: 0.75rem;
  padding-right: 1.5rem;
  padding-bottom: 0.8125rem;
  padding-left: 1.5rem;
  font-size: 1rem; }

.form-required {
  color: #ca4566; }

select {
  background-color: #fcfcfc;
  padding: .2rem 1.5rem .2rem 0.2rem;
  height: auto; }
  select:hover {
    background: none; }

label {
  font-size: 0.875rem;
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 0.1875rem;
  line-height: 1; }

.views-exposed-form label.compact-form-label, .compact-form-label {
  height: 100%;
  top: 33%;
  opacity: .75;
  font-weight: normal;
  left: .5rem; }

.filter-wrapper {
  display: none; }

textarea.form-textarea {
  height: auto; }

button, select {
  font-size: .8rem; }

.description.mollom-privacy {
  font-size: .8rem;
  opacity: .8; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem; }

select,
.selectric,
.ui-multiselect,
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  border: 1px solid #DAAFB9;
  background-color: #fcfcfc;
  border-radius: 4px;
  transition: order linear .3s, box-shadow linear .3s; }
  select:focus,
  .selectric:focus,
  .ui-multiselect:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    border: 1px solid #ca4566;
    outline: 1px #ca4566;
    box-shadow: #ca4566 0 0 0.9rem; }

.selectric:hover {
  border: 1px solid #ca4566;
  outline: 1px #ca4566;
  box-shadow: #ca4566 0 0 0.9rem; }

/* jQuery UI MultiSelect Widget */
.ui-multiselect {
  width: 100% !important;
  font-size: .9rem;
  background: none;
  color: #999;
  padding: .4rem .4rem; }
  .ui-multiselect span {
    font-weight: 300;
    font-family: 'Noto Sans'; }
  .ui-multiselect:focus, .ui-multiselect:hover {
    color: black;
    background: none; }

button.ui-multiselect.ui-state-active {
  font-weight: normal; }

.ui-multiselect-header {
  display: none;
  background: none;
  border: none;
  font-weight: normal;
  border-radius: 0;
  padding: 3px 0 3px 0px; }
  .ui-multiselect-header ul li {
    padding: 0 4px 0 0; }
  .ui-multiselect-header .ui-helper-reset {
    font-size: 0.7rem; }

.ui-multiselect-menu {
  width: 184px !important; }
  .ui-multiselect-menu ul.ui-multiselect-checkboxes {
    height: 125px !important;
    font-size: .9rem; }
    .ui-multiselect-menu ul.ui-multiselect-checkboxes label {
      border: none; }
    .ui-multiselect-menu ul.ui-multiselect-checkboxes label input {
      margin: 0 4px 0 0; }
  .ui-multiselect-menu .ui-state-hover {
    background: none;
    border: none; }

/* Views */
.item-list .pager {
  padding: 2rem 0 1rem; }
  .item-list .pager li {
    margin: 0; }
    .item-list .pager li.pager-first {
      margin-left: 0; }
    .item-list .pager li.pager-last {
      margin-right: 0; }

.item-list ul {
  overflow: hidden; }

.views-field-sharethis, .field-sharing-buttons, .panel-pane.sharing-buttons {
  float: right;
  margin-top: 1.5rem; }
  .views-field-sharethis .field-content .twitter-share-button, .views-field-sharethis .pane-content .twitter-share-button, .field-sharing-buttons .field-content .twitter-share-button, .field-sharing-buttons .pane-content .twitter-share-button, .panel-pane.sharing-buttons .field-content .twitter-share-button, .panel-pane.sharing-buttons .pane-content .twitter-share-button {
    width: 90px !important;
    position: relative !important;
    top: -2px; }
  .views-field-sharethis .field-content .fb-like-wrapper, .views-field-sharethis .pane-content .fb-like-wrapper, .field-sharing-buttons .field-content .fb-like-wrapper, .field-sharing-buttons .pane-content .fb-like-wrapper, .panel-pane.sharing-buttons .field-content .fb-like-wrapper, .panel-pane.sharing-buttons .pane-content .fb-like-wrapper {
    display: inline-block;
    float: none;
    width: 80px;
    position: relative;
    top: -7px; }
    .views-field-sharethis .field-content .fb-like-wrapper .fb-like, .views-field-sharethis .pane-content .fb-like-wrapper .fb-like, .field-sharing-buttons .field-content .fb-like-wrapper .fb-like, .field-sharing-buttons .pane-content .fb-like-wrapper .fb-like, .panel-pane.sharing-buttons .field-content .fb-like-wrapper .fb-like, .panel-pane.sharing-buttons .pane-content .fb-like-wrapper .fb-like {
      top: -2px;
      float: none; }
  .views-field-sharethis .field-content > a,
  .views-field-sharethis .field-content > [class*="_button_pin"], .views-field-sharethis .pane-content > a,
  .views-field-sharethis .pane-content > [class*="_button_pin"], .field-sharing-buttons .field-content > a,
  .field-sharing-buttons .field-content > [class*="_button_pin"], .field-sharing-buttons .pane-content > a,
  .field-sharing-buttons .pane-content > [class*="_button_pin"], .panel-pane.sharing-buttons .field-content > a,
  .panel-pane.sharing-buttons .field-content > [class*="_button_pin"], .panel-pane.sharing-buttons .pane-content > a,
  .panel-pane.sharing-buttons .pane-content > [class*="_button_pin"] {
    margin-right: 20px !important;
    position: relative;
    top: -8px; }
    .views-field-sharethis .field-content > a[data-pin-x],
    .views-field-sharethis .field-content > [class*="_button_pin"][data-pin-x], .views-field-sharethis .pane-content > a[data-pin-x],
    .views-field-sharethis .pane-content > [class*="_button_pin"][data-pin-x], .field-sharing-buttons .field-content > a[data-pin-x],
    .field-sharing-buttons .field-content > [class*="_button_pin"][data-pin-x], .field-sharing-buttons .pane-content > a[data-pin-x],
    .field-sharing-buttons .pane-content > [class*="_button_pin"][data-pin-x], .panel-pane.sharing-buttons .field-content > a[data-pin-x],
    .panel-pane.sharing-buttons .field-content > [class*="_button_pin"][data-pin-x], .panel-pane.sharing-buttons .pane-content > a[data-pin-x],
    .panel-pane.sharing-buttons .pane-content > [class*="_button_pin"][data-pin-x] {
      margin-right: 60px !important; }
  .views-field-sharethis .field-content .google-plus, .views-field-sharethis .pane-content .google-plus, .field-sharing-buttons .field-content .google-plus, .field-sharing-buttons .pane-content .google-plus, .panel-pane.sharing-buttons .field-content .google-plus, .panel-pane.sharing-buttons .pane-content .google-plus {
    display: inline-block;
    position: relative;
    top: -2px; }
    .views-field-sharethis .field-content .google-plus > div, .views-field-sharethis .pane-content .google-plus > div, .field-sharing-buttons .field-content .google-plus > div, .field-sharing-buttons .pane-content .google-plus > div, .panel-pane.sharing-buttons .field-content .google-plus > div, .panel-pane.sharing-buttons .pane-content .google-plus > div {
      width: 75px !important; }
  .views-field-sharethis .field-content .share-email, .views-field-sharethis .pane-content .share-email, .field-sharing-buttons .field-content .share-email, .field-sharing-buttons .pane-content .share-email, .panel-pane.sharing-buttons .field-content .share-email, .panel-pane.sharing-buttons .pane-content .share-email {
    background: url("../img/sprite.png") -119px -110px no-repeat;
    width: 60px;
    height: 22px;
    display: inline-block;
    margin-right: 20px;
    text-indent: -9999px;
    position: relative;
    top: -7px; }

/* Menus */
#block-system-main-menu .content > ul {
  margin: 2rem 0;
  padding: 0;
  padding-top: .5rem;
  margin-top: 0;
  position: relative; }
  #block-system-main-menu .content > ul > li {
    display: inline;
    position: relative;
    z-index: 99;
    padding: 0;
    margin-left: .25rem;
    /* Sub menus with views */ }
    #block-system-main-menu .content > ul > li > a {
      font-family: "Lora", serif;
      color: #5d2d1c;
      text-decoration: none;
      padding: 1rem .5rem 1rem;
      font-weight: bold;
      font-size: 1.05rem; }
    #block-system-main-menu .content > ul > li:hover a, #block-system-main-menu .content > ul > li a.active, #block-system-main-menu .content > ul > li a:hover {
      text-decoration: underline; }
    #block-system-main-menu .content > ul > li > ul {
      position: absolute;
      left: -.5rem;
      top: 2.8rem;
      display: none;
      overflow: hidden;
      background: #fff8fa;
      /* lighten($light_brown, 15%); */
      box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 2px 2px;
      padding-left: 0;
      z-index: 99;
      min-width: 200px;
      padding: .5rem; }
      #block-system-main-menu .content > ul > li > ul li {
        list-style-type: none;
        list-style-image: none; }
      #block-system-main-menu .content > ul > li > ul ul {
        margin: 0;
        z-index: 100; }
        #block-system-main-menu .content > ul > li > ul ul * {
          position: relative;
          z-index: 99; }
      #block-system-main-menu .content > ul > li > ul > li, #block-system-main-menu .content > ul > li > ul ul > li {
        margin: 0;
        background: url(../img/heart-small.png?a) 0.3rem center no-repeat;
        display: block;
        padding-top: 0; }
        #block-system-main-menu .content > ul > li > ul > li span, #block-system-main-menu .content > ul > li > ul ul > li span {
          display: block;
          width: 100%; }
        #block-system-main-menu .content > ul > li > ul > li a, #block-system-main-menu .content > ul > li > ul ul > li a {
          white-space: nowrap;
          color: #5d2d1c !important;
          text-decoration: none !important;
          display: block;
          width: 100%;
          padding: .2rem .5rem .2rem 1.8rem; }
          #block-system-main-menu .content > ul > li > ul > li a:hover, #block-system-main-menu .content > ul > li > ul ul > li a:hover {
            color: #5d2d1c !important;
            text-decoration: underline !important; }
    #block-system-main-menu .content > ul > li .views-menu-parent + ul > li {
      background: none; }
    #block-system-main-menu .content > ul > li:hover ul {
      display: block; }

/* View Baketips */
.view-baketips.view-display-id-page h3 {
  clear: both;
  color: #CA4566; }
.view-baketips.view-display-id-page .views-row {
  padding: .1rem .2rem 1rem; }
.view-baketips.view-display-id-page .views-field-title {
  padding: .3rem;
  padding-left: 0;
  background: white;
  opacity: .8;
  width: 100%;
  bottom: 0;
  margin-bottom: .2rem; }
  .view-baketips.view-display-id-page .views-field-title a {
    color: #5d2d1c; }
.view-baketips.view-display-id-page .views-field-field-excerpt {
  font-size: .9rem; }
.view-baketips.view-display-id-page .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0; }
.view-baketips.view-display-id-page .form-item-title input {
  width: 300px;
  height: 2.1rem; }
  .view-baketips.view-display-id-page .form-item-title input.form-autocomplete {
    background-position: 100% 8px; }
  .view-baketips.view-display-id-page .form-item-title input.throbbing {
    background-position: 100% -12px; }
.view-baketips.view-display-id-page input[type="submit"] {
  color: white;
  border: none;
  padding: .25rem 2rem;
  background: #e197aa;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e197aa 0%, #d36682 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e197aa), color-stop(100%, #d36682));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e197aa 0%, #d36682 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e197aa 0%, #d36682 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e197aa 0%, #d36682 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e197aa 0%, #d36682 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e197aa', endColorstr='#d36682',GradientType=0 );
  /* IE6-9 */ }
.view-baketips.view-display-id-page .views-exposed-form .views-widget-filter-combine {
  float: none;
  max-width: 320px; }
.view-baketips.view-display-id-page .views-exposed-form .views-widget-sort-by {
  clear: both; }
  .view-baketips.view-display-id-page .views-exposed-form .views-widget-sort-by label {
    float: left;
    width: 9.375rem;
    font-size: 1rem;
    font-weight: 200;
    color: #5d2d1c; }
  .view-baketips.view-display-id-page .views-exposed-form .views-widget-sort-by select {
    width: auto; }
  .view-baketips.view-display-id-page .views-exposed-form .views-widget-sort-by .selectricWrapper {
    float: left; }
.view-baketips.view-display-id-page .views-exposed-form .views-widget-sort-order label {
  display: none; }
.view-baketips.view-display-id-page .view-header {
  margin-bottom: 1rem; }

/* Misc node type pages */
.node-type-blog .content-recipe .pane-node-created,
.node-type-baketips .content-recipe .pane-node-created {
  margin: .5rem 0;
  font-size: .9rem;
  opacity: .5;
  margin-top: -.5rem; }
.node-type-blog .content-recipe .section.bottom,
.node-type-baketips .content-recipe .section.bottom {
  margin-top: 2rem;
  font-size: .8rem; }
  .node-type-blog .content-recipe .section.bottom .pane-node-created,
  .node-type-baketips .content-recipe .section.bottom .pane-node-created {
    color: #856659;
    margin-bottom: .5rem; }
  .node-type-blog .content-recipe .section.bottom .pane-node-field-category,
  .node-type-baketips .content-recipe .section.bottom .pane-node-field-category {
    padding-top: .5rem; }

.pane-sharethis, .panel-pane.sharing-buttons {
  margin-top: 0 !important; }
  .pane-sharethis .pane-content .share-email, .panel-pane.sharing-buttons .pane-content .share-email {
    top: -10px; }

/* Blog categories*/
.page-taxonomy-term h1.page-title {
  display: none; }

.pane-blog .view-blog .views-row .middle {
  background: #fbf6f0;
  margin-bottom: 2rem;
  padding: 0 1rem 1rem; }
  @media print, screen and (min-width: 40em) {
    .pane-blog .view-blog .views-row .middle {
      padding: 1rem 1.5rem 1.5rem; } }
.pane-blog .view-blog .views-row h2 {
  font-size: 1.6rem;
  line-height: 1.2;
  padding-bottom: 1rem;
  padding-top: 1rem; }
  @media print, screen and (min-width: 40em) {
    .pane-blog .view-blog .views-row h2 {
      font-size: 2rem;
      line-height: 1; } }
.pane-blog .view-blog .views-row .views-field-created span {
  display: block;
  margin: .5rem 0;
  font-size: .9rem;
  opacity: .5;
  margin-top: .5rem; }
.pane-blog .view-blog .views-row .views-field-view-node {
  font-size: 1.6rem;
  font-family: "Lora", serif;
  margin: 1.5rem 0 .3rem;
  padding-bottom: .2rem;
  border-bottom: 2px solid #ffeeee; }
.pane-blog .view-blog .views-row .views-field-field-blog-category {
  font-size: .8rem; }
.pane-blog .view-blog .views-row [class*="views-field-addtoany-link"] {
  float: none;
  margin-top: 1rem; }
  @media print, screen and (min-width: 40em) {
    .pane-blog .view-blog .views-row [class*="views-field-addtoany-link"] {
      float: right;
      margin-top: .5rem; } }
  .pane-blog .view-blog .views-row [class*="views-field-addtoany-link"] img {
    height: 1.8rem;
    width: auto; }
  .pane-blog .view-blog .views-row [class*="views-field-addtoany-link"] .a2a_count {
    top: 0; }
.pane-blog .view-blog .views-row:after {
  content: "";
  height: 2rem;
  margin-bottom: 2rem;
  display: block;
  background: url(../img/divider-front_2.png) center center no-repeat; }

/* Comments */
#comments, .section.comments {
  margin: 3rem 0; }
  #comments .comment, .section.comments .comment {
    margin: 1rem 0;
    background: #ecf8fb;
    padding: 0 1rem;
    overflow: hidden;
    border-radius: 5px; }
    #comments .comment .new, .section.comments .comment .new {
      display: none; }
    #comments .comment > h3, .section.comments .comment > h3 {
      display: none; }
    #comments .comment .submitted, .section.comments .comment .submitted {
      margin-top: 1rem;
      border-bottom: 1px solid;
      color: #5d2d1c; }
    #comments .comment .permalink, .section.comments .comment .permalink {
      font-size: .8rem;
      float: right;
      display: none; }
    #comments .comment .links.inline, .section.comments .comment .links.inline {
      position: static;
      float: right;
      padding-bottom: .5rem;
      padding-top: 0;
      padding-right: 0; }
      #comments .comment .links.inline li.last, .section.comments .comment .links.inline li.last {
        padding-right: 0; }
    #comments .comment.comment-by-node-author, .section.comments .comment.comment-by-node-author {
      background: #faecef; }
  #comments .pane-node-comment-form, .section.comments .pane-node-comment-form {
    background: #f5f5f5;
    border-radius: 5px;
    padding: 1rem; }
    #comments .pane-node-comment-form h2, .section.comments .pane-node-comment-form h2 {
      margin-top: 0rem; }
    #comments .pane-node-comment-form form, #comments .pane-node-comment-form #edit-actions, .section.comments .pane-node-comment-form form, .section.comments .pane-node-comment-form #edit-actions {
      margin-bottom: 0; }
    #comments .pane-node-comment-form .form-item-name, #comments .pane-node-comment-form .form-item-mail, .section.comments .pane-node-comment-form .form-item-name, .section.comments .pane-node-comment-form .form-item-mail {
      float: left;
      width: 49%; }
    #comments .pane-node-comment-form .form-item-name, .section.comments .pane-node-comment-form .form-item-name {
      margin-right: 2%; }
    #comments .pane-node-comment-form .form-item-mail .description, .section.comments .pane-node-comment-form .form-item-mail .description {
      display: none; }
    #comments .pane-node-comment-form .field-item-homepage, .section.comments .pane-node-comment-form .field-item-homepage {
      clear: both; }

/* SimpleAds */
div[id*="block-views-simpleads-"] {
  margin-bottom: 0;
  /* SimpleAds Right side small*/ }
  div[id*="block-views-simpleads-"] .image-ad {
    margin-bottom: 1rem; }
    div[id*="block-views-simpleads-"] .image-ad a {
      display: block;
      width: 100%;
      text-align: center; }
  div[id*="block-views-simpleads-"] .view-display-id-block_1 {
    overflow: hidden; }
    div[id*="block-views-simpleads-"] .view-display-id-block_1 .image-ad {
      float: left;
      width: 100px;
      margin-bottom: 0.5rem; }
      div[id*="block-views-simpleads-"] .view-display-id-block_1 .image-ad:nth-child(odd) {
        margin-right: 0.7rem; }

/* SimpleAds Big Short*/
.view-display-id-ads_big_short .image-ad.first {
  margin-bottom: 1rem; }

/* SimpleAds Big Tall*/
.view-display-id-block_2 .image-ad {
  margin-bottom: 1rem; }
  .view-display-id-block_2 .image-ad.last {
    margin-bottom: 0; }

.mollom-privacy {
  display: none; }

.form-item-notify input, .form-item-notify-type input {
  margin-bottom: 0; }

/* Some random elements used around the site */
.stButton .stMainServices {
  height: auto !important; }

.not-available {
  background: #f9e9ee;
  padding: .5rem;
  border: 2px solid #dc98ab;
  border-radius: 5px; }
  .not-available p {
    margin: 0; }

/* Administration elements */
.links.inline li.statistics_counter {
  display: none; }

ul.primary li a {
  border-radius: 5px 5px 0 0;
  box-shadow: 0px -1px 6px 0px rgba(0, 0, 0, 0.2) inset; }
  ul.primary li a.active {
    box-shadow: none; }

/* Service links */
.service-links, .views-field-service-links {
  float: right;
  position: relative;
  bottom: -0.9375rem; }
  .service-links ul, .views-field-service-links ul {
    padding-left: 0;
    list-style: none; }
    .service-links ul li, .views-field-service-links ul li {
      display: inline;
      margin-left: 0; }
  .service-links .service-links-twitter-widget, .views-field-service-links .service-links-twitter-widget {
    width: 80px !important;
    position: relative;
    top: -1px; }
  .service-links .service-links-facebook-like, .views-field-service-links .service-links-facebook-like {
    position: relative;
    top: -.5px; }
  .service-links .service-links-google-plus-one > div, .views-field-service-links .service-links-google-plus-one > div {
    width: 62px !important;
    position: relative;
    top: -2px; }
  .service-links .service-links-pinterest-button, .views-field-service-links .service-links-pinterest-button {
    position: relative;
    top: -2px;
    margin-right: 3px; }
  .service-links .service-links-forward img, .views-field-service-links .service-links-forward img {
    height: 27px;
    position: relative;
    top: -5px;
    left: -3px; }

body > .twitter-share-button {
  display: none !important; }

/* ShareThis links */
.st-email-counter {
  background: url(../img/sprite.png?as) !important;
  background-position: -119px -110px !important; }

.region-banner-top .block {
  margin: 0 auto 1.5rem;
  width: 980px; }

@media screen and (max-width: 39.9375em) {
  .bonnier-ad {
    width: 320px;
    margin: 1rem auto;
    text-align: center; } }
.bonnier-ad[data-ad-position="medium-rectangle"] {
  display: block;
  margin-bottom: 2rem;
  margin-top: -1rem; }
.bonnier-ad[data-ad-position="placeholder-mobile"] {
  width: 320px;
  height: 250px;
  background: #ca4566; }
  @media print, screen and (min-width: 40em) {
    .bonnier-ad[data-ad-position="placeholder-mobile"] {
      display: none; } }

.sidebar .block.bonnier-ad-block .content {
  margin: 40px 0 0 27px; }
.sidebar .block.bonnier-ad-block.sticky {
  margin-top: 0 !important; }
  .sidebar .block.bonnier-ad-block.sticky .content {
    margin: 40px 0 0 27px;
    width: 160px;
    height: 600px; }
    .sidebar .block.bonnier-ad-block.sticky .content.sticy-active {
      margin-top: 0;
      position: fixed;
      display: block;
      top: 0; }

/* Print */
.print-header {
  display: none; }

.form-type-checkboxes .form-type-radio,
.form-type-checkboxes .form-type-checkbox,
.form-checkboxes .form-type-radio,
.form-checkboxes .form-type-checkbox,
.form-type-radios .form-type-radio,
.form-type-radios .form-type-checkbox {
  position: relative;
  padding: 3px 0; }
  .form-type-checkboxes .form-type-radio input[type="checkbox"],
  .form-type-checkboxes .form-type-radio input[type="radio"],
  .form-type-checkboxes .form-type-checkbox input[type="checkbox"],
  .form-type-checkboxes .form-type-checkbox input[type="radio"],
  .form-checkboxes .form-type-radio input[type="checkbox"],
  .form-checkboxes .form-type-radio input[type="radio"],
  .form-checkboxes .form-type-checkbox input[type="checkbox"],
  .form-checkboxes .form-type-checkbox input[type="radio"],
  .form-type-radios .form-type-radio input[type="checkbox"],
  .form-type-radios .form-type-radio input[type="radio"],
  .form-type-radios .form-type-checkbox input[type="checkbox"],
  .form-type-radios .form-type-checkbox input[type="radio"] {
    position: relative;
    z-index: 10;
    opacity: 0;
    vertical-align: middle; }
    .form-type-checkboxes .form-type-radio input[type="checkbox"], .form-type-checkboxes .form-type-radio input[type="checkbox"] + label:before, .form-type-checkboxes .form-type-radio input[type="checkbox"]:checked + label:before,
    .form-type-checkboxes .form-type-radio input[type="radio"],
    .form-type-checkboxes .form-type-radio input[type="radio"] + label:before,
    .form-type-checkboxes .form-type-radio input[type="radio"]:checked + label:before,
    .form-type-checkboxes .form-type-checkbox input[type="checkbox"],
    .form-type-checkboxes .form-type-checkbox input[type="checkbox"] + label:before,
    .form-type-checkboxes .form-type-checkbox input[type="checkbox"]:checked + label:before,
    .form-type-checkboxes .form-type-checkbox input[type="radio"],
    .form-type-checkboxes .form-type-checkbox input[type="radio"] + label:before,
    .form-type-checkboxes .form-type-checkbox input[type="radio"]:checked + label:before,
    .form-checkboxes .form-type-radio input[type="checkbox"],
    .form-checkboxes .form-type-radio input[type="checkbox"] + label:before,
    .form-checkboxes .form-type-radio input[type="checkbox"]:checked + label:before,
    .form-checkboxes .form-type-radio input[type="radio"],
    .form-checkboxes .form-type-radio input[type="radio"] + label:before,
    .form-checkboxes .form-type-radio input[type="radio"]:checked + label:before,
    .form-checkboxes .form-type-checkbox input[type="checkbox"],
    .form-checkboxes .form-type-checkbox input[type="checkbox"] + label:before,
    .form-checkboxes .form-type-checkbox input[type="checkbox"]:checked + label:before,
    .form-checkboxes .form-type-checkbox input[type="radio"],
    .form-checkboxes .form-type-checkbox input[type="radio"] + label:before,
    .form-checkboxes .form-type-checkbox input[type="radio"]:checked + label:before,
    .form-type-radios .form-type-radio input[type="checkbox"],
    .form-type-radios .form-type-radio input[type="checkbox"] + label:before,
    .form-type-radios .form-type-radio input[type="checkbox"]:checked + label:before,
    .form-type-radios .form-type-radio input[type="radio"],
    .form-type-radios .form-type-radio input[type="radio"] + label:before,
    .form-type-radios .form-type-radio input[type="radio"]:checked + label:before,
    .form-type-radios .form-type-checkbox input[type="checkbox"],
    .form-type-radios .form-type-checkbox input[type="checkbox"] + label:before,
    .form-type-radios .form-type-checkbox input[type="checkbox"]:checked + label:before,
    .form-type-radios .form-type-checkbox input[type="radio"],
    .form-type-radios .form-type-checkbox input[type="radio"] + label:before,
    .form-type-radios .form-type-checkbox input[type="radio"]:checked + label:before {
      width: 1.25rem;
      height: 1.25rem; }
    .form-type-checkboxes .form-type-radio input[type="checkbox"], .form-type-checkboxes .form-type-radio input[type="checkbox"] + label,
    .form-type-checkboxes .form-type-radio input[type="radio"],
    .form-type-checkboxes .form-type-radio input[type="radio"] + label,
    .form-type-checkboxes .form-type-checkbox input[type="checkbox"],
    .form-type-checkboxes .form-type-checkbox input[type="checkbox"] + label,
    .form-type-checkboxes .form-type-checkbox input[type="radio"],
    .form-type-checkboxes .form-type-checkbox input[type="radio"] + label,
    .form-checkboxes .form-type-radio input[type="checkbox"],
    .form-checkboxes .form-type-radio input[type="checkbox"] + label,
    .form-checkboxes .form-type-radio input[type="radio"],
    .form-checkboxes .form-type-radio input[type="radio"] + label,
    .form-checkboxes .form-type-checkbox input[type="checkbox"],
    .form-checkboxes .form-type-checkbox input[type="checkbox"] + label,
    .form-checkboxes .form-type-checkbox input[type="radio"],
    .form-checkboxes .form-type-checkbox input[type="radio"] + label,
    .form-type-radios .form-type-radio input[type="checkbox"],
    .form-type-radios .form-type-radio input[type="checkbox"] + label,
    .form-type-radios .form-type-radio input[type="radio"],
    .form-type-radios .form-type-radio input[type="radio"] + label,
    .form-type-radios .form-type-checkbox input[type="checkbox"],
    .form-type-radios .form-type-checkbox input[type="checkbox"] + label,
    .form-type-radios .form-type-checkbox input[type="radio"],
    .form-type-radios .form-type-checkbox input[type="radio"] + label {
      cursor: pointer; }
    .form-type-checkboxes .form-type-radio input[type="checkbox"] + label:before, .form-type-checkboxes .form-type-radio input[type="checkbox"]:checked + label:before,
    .form-type-checkboxes .form-type-radio input[type="radio"] + label:before,
    .form-type-checkboxes .form-type-radio input[type="radio"]:checked + label:before,
    .form-type-checkboxes .form-type-checkbox input[type="checkbox"] + label:before,
    .form-type-checkboxes .form-type-checkbox input[type="checkbox"]:checked + label:before,
    .form-type-checkboxes .form-type-checkbox input[type="radio"] + label:before,
    .form-type-checkboxes .form-type-checkbox input[type="radio"]:checked + label:before,
    .form-checkboxes .form-type-radio input[type="checkbox"] + label:before,
    .form-checkboxes .form-type-radio input[type="checkbox"]:checked + label:before,
    .form-checkboxes .form-type-radio input[type="radio"] + label:before,
    .form-checkboxes .form-type-radio input[type="radio"]:checked + label:before,
    .form-checkboxes .form-type-checkbox input[type="checkbox"] + label:before,
    .form-checkboxes .form-type-checkbox input[type="checkbox"]:checked + label:before,
    .form-checkboxes .form-type-checkbox input[type="radio"] + label:before,
    .form-checkboxes .form-type-checkbox input[type="radio"]:checked + label:before,
    .form-type-radios .form-type-radio input[type="checkbox"] + label:before,
    .form-type-radios .form-type-radio input[type="checkbox"]:checked + label:before,
    .form-type-radios .form-type-radio input[type="radio"] + label:before,
    .form-type-radios .form-type-radio input[type="radio"]:checked + label:before,
    .form-type-radios .form-type-checkbox input[type="checkbox"] + label:before,
    .form-type-radios .form-type-checkbox input[type="checkbox"]:checked + label:before,
    .form-type-radios .form-type-checkbox input[type="radio"] + label:before,
    .form-type-radios .form-type-checkbox input[type="radio"]:checked + label:before {
      border: 1px solid #d8c4b8;
      box-shadow: inset 0px 0px 0px 4px #fefefe, 0px 1px 2px rgba(0, 0, 0, 0.3); }
    .form-type-checkboxes .form-type-radio input[type="checkbox"]:checked + label:before,
    .form-type-checkboxes .form-type-radio input[type="radio"]:checked + label:before,
    .form-type-checkboxes .form-type-checkbox input[type="checkbox"]:checked + label:before,
    .form-type-checkboxes .form-type-checkbox input[type="radio"]:checked + label:before,
    .form-checkboxes .form-type-radio input[type="checkbox"]:checked + label:before,
    .form-checkboxes .form-type-radio input[type="radio"]:checked + label:before,
    .form-checkboxes .form-type-checkbox input[type="checkbox"]:checked + label:before,
    .form-checkboxes .form-type-checkbox input[type="radio"]:checked + label:before,
    .form-type-radios .form-type-radio input[type="checkbox"]:checked + label:before,
    .form-type-radios .form-type-radio input[type="radio"]:checked + label:before,
    .form-type-radios .form-type-checkbox input[type="checkbox"]:checked + label:before,
    .form-type-radios .form-type-checkbox input[type="radio"]:checked + label:before {
      background-color: #5d2d1c; }
    .form-type-checkboxes .form-type-radio input[type="checkbox"] + label:before, .form-type-checkboxes .form-type-radio input[type="checkbox"]:checked + label:before,
    .form-type-checkboxes .form-type-radio input[type="radio"] + label:before,
    .form-type-checkboxes .form-type-radio input[type="radio"]:checked + label:before,
    .form-type-checkboxes .form-type-checkbox input[type="checkbox"] + label:before,
    .form-type-checkboxes .form-type-checkbox input[type="checkbox"]:checked + label:before,
    .form-type-checkboxes .form-type-checkbox input[type="radio"] + label:before,
    .form-type-checkboxes .form-type-checkbox input[type="radio"]:checked + label:before,
    .form-checkboxes .form-type-radio input[type="checkbox"] + label:before,
    .form-checkboxes .form-type-radio input[type="checkbox"]:checked + label:before,
    .form-checkboxes .form-type-radio input[type="radio"] + label:before,
    .form-checkboxes .form-type-radio input[type="radio"]:checked + label:before,
    .form-checkboxes .form-type-checkbox input[type="checkbox"] + label:before,
    .form-checkboxes .form-type-checkbox input[type="checkbox"]:checked + label:before,
    .form-checkboxes .form-type-checkbox input[type="radio"] + label:before,
    .form-checkboxes .form-type-checkbox input[type="radio"]:checked + label:before,
    .form-type-radios .form-type-radio input[type="checkbox"] + label:before,
    .form-type-radios .form-type-radio input[type="checkbox"]:checked + label:before,
    .form-type-radios .form-type-radio input[type="radio"] + label:before,
    .form-type-radios .form-type-radio input[type="radio"]:checked + label:before,
    .form-type-radios .form-type-checkbox input[type="checkbox"] + label:before,
    .form-type-radios .form-type-checkbox input[type="checkbox"]:checked + label:before,
    .form-type-radios .form-type-checkbox input[type="radio"] + label:before,
    .form-type-radios .form-type-checkbox input[type="radio"]:checked + label:before {
      content: " ";
      position: absolute;
      left: 0;
      top: 0;
      display: inline-block; }
  .form-type-checkboxes .form-type-radio input[type="radio"] + label:before, .form-type-checkboxes .form-type-radio input[type="radio"]:checked + label:before,
  .form-type-checkboxes .form-type-checkbox input[type="radio"] + label:before,
  .form-type-checkboxes .form-type-checkbox input[type="radio"]:checked + label:before,
  .form-checkboxes .form-type-radio input[type="radio"] + label:before,
  .form-checkboxes .form-type-radio input[type="radio"]:checked + label:before,
  .form-checkboxes .form-type-checkbox input[type="radio"] + label:before,
  .form-checkboxes .form-type-checkbox input[type="radio"]:checked + label:before,
  .form-type-radios .form-type-radio input[type="radio"] + label:before,
  .form-type-radios .form-type-radio input[type="radio"]:checked + label:before,
  .form-type-radios .form-type-checkbox input[type="radio"] + label:before,
  .form-type-radios .form-type-checkbox input[type="radio"]:checked + label:before {
    border-radius: 100%; }

.views-field-addtoany-link {
  float: right;
  margin-top: .5rem; }

#header-wrapper {
  margin-bottom: .7rem; }
  @media print, screen and (min-width: 40em) {
    #header-wrapper {
      margin-bottom: 0; } }

#header {
  background: url(../img/banner_compressed_blur.jpg) center center no-repeat #f2e3d5;
  background-size: cover; }
  #header .social-icons {
    position: absolute;
    right: .5rem;
    top: .5rem;
    z-index: 9; }
    #header .social-icons svg {
      width: 1.2rem;
      margin-left: .2rem;
      opacity: .5; }

.mobile-header {
  padding: 1rem .5rem;
  transition: background-image .5s;
  background: #efe3d9;
  position: relative; }
  .mobile-header .logo-link {
    display: block;
    position: absolute;
    height: 100%;
    width: 45%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-size: auto 60%;
    background-position: center top .6rem;
    opacity: 0;
    transition: opacity .5s; }
  .mobile-header.sticky, .mobile-header.menus-open {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99; }
    .mobile-header.sticky .logo-link, .mobile-header.menus-open .logo-link {
      opacity: 1; }
  .mobile-header.mobile-menu-open .mobile-menu-trigger .hamburger {
    transform: rotate(45deg);
    transition-delay: .15s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .mobile-header.mobile-menu-open .mobile-menu-trigger .hamburger:before {
      opacity: 0;
      top: 0;
      transition: top .1s ease 0s, opacity .1s ease .15s; }
    .mobile-header.mobile-menu-open .mobile-menu-trigger .hamburger:after {
      bottom: 0;
      transform: rotate(-90deg);
      transition: bottom 0.1s ease 0s, transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s; }
  .mobile-header.mobile-menu-open .mobile-menu-trigger span.close {
    opacity: 1;
    visibility: visible;
    transform: rotate3d(1, 0, 0, 0deg);
    transition: all 130ms linear 130ms; }
  .mobile-header.mobile-menu-open .mobile-menu-trigger span.open {
    opacity: .6;
    visibility: hidden;
    transform: rotate3d(1, 0, 0, 90deg);
    transition: all 130ms linear; }
  .mobile-header .mobile-menu-trigger {
    position: relative;
    cursor: pointer; }
    .mobile-header .mobile-menu-trigger .hamburger {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      width: 19px;
      padding: 0;
      margin: 0;
      outline: none;
      height: 2px;
      transition-duration: .1s;
      transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      background-color: #5d2d1c;
      margin-bottom: 2px; }
      .mobile-header .mobile-menu-trigger .hamburger:before, .mobile-header .mobile-menu-trigger .hamburger:after {
        height: inherit;
        width: inherit;
        position: absolute;
        transition-duration: .15s;
        transition-property: transform;
        transition-timing-function: ease;
        box-shadow: none;
        background-color: #5d2d1c; }
      .mobile-header .mobile-menu-trigger .hamburger:before {
        content: "";
        display: block;
        top: -6px;
        transition: top .1s ease .15s,opacity .1s ease 0s; }
      .mobile-header .mobile-menu-trigger .hamburger:after {
        content: "";
        display: block;
        bottom: -6px;
        top: inherit;
        transition: bottom 0.1s ease 0.15s, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s; }
    .mobile-header .mobile-menu-trigger span {
      outline: none;
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 26px; }
      .mobile-header .mobile-menu-trigger span.close {
        opacity: .6;
        visibility: hidden;
        transform: rotate3d(1, 0, 0, 90deg);
        transition: all 130ms linear; }
      .mobile-header .mobile-menu-trigger span.open {
        opacity: 1;
        visibility: visible;
        transform: rotate3d(1, 0, 0, 0deg);
        transition: all 130ms linear 130ms; }
  .mobile-header .mobile-search-trigger {
    background: url(../img/search-icon-brown.png) right center no-repeat;
    background-size: auto 80%;
    padding-right: 2rem; }

#mobile-menu {
  position: fixed;
  top: 0;
  width: 100%;
  background: white;
  z-index: 999;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
  background-color: #fbf6f0; }
  #mobile-menu > .menu {
    padding: .5rem 0; }
  #mobile-menu .menu {
    display: block; }
    #mobile-menu .menu li, #mobile-menu .menu li.expanded {
      list-style-image: none;
      list-style-type: none;
      margin-left: 0;
      padding-right: 0; }
      #mobile-menu .menu li a, #mobile-menu .menu li .nolink, #mobile-menu .menu li.expanded a, #mobile-menu .menu li.expanded .nolink {
        padding: .8rem .5rem;
        font-size: 1.1rem;
        color: #ca4566;
        text-align: left;
        display: block;
        line-height: 1;
        position: relative;
        border-bottom: 1px solid rgba(202, 69, 102, 0.15); }
    #mobile-menu .menu li.expanded > .nolink:after {
      content: "";
      display: inline-block;
      width: .7em;
      height: .7em;
      background: url(../img/angle-down-icon.png) center center no-repeat;
      background-color: #ffd2d2b0;
      background-size: .8rem auto;
      position: absolute;
      top: .6rem;
      right: 5%;
      transform: rotate(-90deg);
      transition: transform .5s;
      padding: .6rem; }
    #mobile-menu .menu li.expanded > .nolink.opened:after {
      transform: rotate(0deg);
      background-color: #ffbcbc; }
    #mobile-menu .menu .menu {
      display: none;
      width: 90%;
      margin: 0 auto;
      min-width: 200px; }
      #mobile-menu .menu .menu li a, #mobile-menu .menu .menu li .nolink, #mobile-menu .menu .menu li.expanded a, #mobile-menu .menu .menu li.expanded .nolink {
        text-align: left;
        border-bottom: 1px solid rgba(202, 69, 102, 0.15); }
      #mobile-menu .menu .menu li.expanded > .nolink:after {
        height: .5em;
        right: 0; }
      #mobile-menu .menu .menu .menu {
        margin: 1rem 0 0 auto; }
        #mobile-menu .menu .menu .menu li a, #mobile-menu .menu .menu .menu li .nolink {
          font-size: .85em; }

#mobile-search {
  padding: 1rem;
  position: fixed;
  top: 0;
  width: 100%;
  background: white;
  z-index: 999;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch; }
  #mobile-search .block {
    display: block !important; }
  #mobile-search .view-tag-cloud:after {
    content: "";
    height: 2rem;
    margin: 2rem 0;
    display: block;
    background: url(../img/divider-front_2.png) center center no-repeat; }

#branding {
  width: 100%;
  display: block;
  text-align: center;
  position: relative; }
  #branding .extra-graphics {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 250px; }
  #branding h1 {
    margin: 0;
    width: 100%;
    height: 5.9rem;
    background: url(../img/logo.png) center center no-repeat;
    background-size: auto 75%;
    top: .2rem;
    position: relative; }
    @media print, screen and (min-width: 40em) {
      #branding h1 {
        width: 100%;
        height: 200px;
        background: url(../img/logo.png) center center no-repeat;
        background-size: 70% auto; } }
    @media print, screen and (min-width: 64em) {
      #branding h1 {
        background-size: auto 130px;
        background-position: right 400px center; } }
    @media (max-width: 374px) {
      #branding h1 {
        background-size: auto 56%; } }
    #branding h1 a {
      display: block;
      width: 100%;
      height: 100%;
      text-indent: -9999px; }
  #branding .header-quote {
    width: 100%;
    font-size: .8rem;
    text-align: center;
    margin-bottom: 1rem; }
    @media print, screen and (min-width: 40em) {
      #branding .header-quote {
        display: none; } }
    @media print, screen and (min-width: 64em) {
      #branding .header-quote {
        display: block;
        position: absolute;
        right: 0;
        width: 230px;
        text-align: left;
        bottom: 50px;
        right: 100px;
        font-size: 1rem;
        margin-bottom: 0; } }
  #branding .imageeditor-inline-wrapper {
    position: absolute !important;
    left: 0; }
  #branding .logo-link .imageeditor-inline-wrapper {
    display: block;
    position: relative !important; }

#site-name {
  display: none; }

.page-title {
  margin-top: 0; }

/* Bottom section */
#bottom {
  padding: 3rem 0;
  background: #f2e3d5;
  clear: both;
  margin: 4rem 0em 0;
  position: relative;
  font-size: .9em;
  margin-bottom: 2rem; }
  #bottom .main-column {
    position: relative; }
  #bottom .menu li {
    list-style-type: none;
    list-style-image: none;
    display: inline; }
    #bottom .menu li a {
      color: white; }
  #bottom .bottom-menu .content {
    text-align: center;
    line-height: 2em; }
    #bottom .bottom-menu .content ul {
      display: inline;
      padding-left: .5em; }
      #bottom .bottom-menu .content ul li {
        display: inline-block;
        width: 43px;
        height: 36px;
        position: relative;
        top: -0.125rem;
        border-radius: 2px; }
      #bottom .bottom-menu .content ul a {
        display: block;
        width: 100%;
        height: 100%;
        text-indent: -9999px;
        background: url(../img/sprite.png) -5px -179px; }
        #bottom .bottom-menu .content ul a.twitter {
          background-position: -111px -179px; }
        #bottom .bottom-menu .content ul a.rss {
          background-position: -162px -179px; }
        #bottom .bottom-menu .content ul a.pinterest {
          background-position: -58px -179px; }
        #bottom .bottom-menu .content ul a.instagram {
          background-position: -6px -220px; }
        #bottom .bottom-menu .content ul a.feedburner {
          background-position: -59px -219px; }
      #bottom .bottom-menu .content ul:first-child {
        padding-right: 2em;
        padding-left: 0; }
        #bottom .bottom-menu .content ul:first-child li {
          padding-right: 1em;
          display: inline;
          width: auto;
          height: auto;
          background: none;
          position: static;
          border-radius: 0; }
          #bottom .bottom-menu .content ul:first-child li a {
            display: inline;
            width: auto;
            height: auto;
            text-indent: 0;
            background: none; }
    #bottom .bottom-menu .content p {
      display: inline;
      font-size: 1em; }
    @media screen and (max-width: 39.9375em) {
      #bottom .bottom-menu .content p {
        display: none; }
      #bottom .bottom-menu .content ul {
        margin: 0 0 -1rem;
        display: block;
        padding: 0 !important; }
        #bottom .bottom-menu .content ul:first-child {
          margin-bottom: 1rem; }
          #bottom .bottom-menu .content ul:first-child li {
            padding: 0 .35rem .5rem; } }
  #bottom .extra-graphics {
    width: 180px;
    position: absolute;
    left: 0;
    max-width: none;
    top: -5rem; }
    @media screen and (max-width: 39.9375em) {
      #bottom .extra-graphics {
        position: static;
        margin-top: -6rem;
        margin-bottom: 2rem; } }

#after-bottom {
  display: block;
  width: 100px;
  height: 120px;
  background: black;
  background: url(../img/sprite.png);
  background-position: -5px -60px;
  position: absolute;
  right: 0;
  top: -2rem; }
  @media screen and (max-width: 39.9375em) {
    #after-bottom {
      right: 1rem;
      top: -3rem; } }

#cookie-warning {
  background: rgba(93, 45, 28, 0.8);
  color: white;
  padding: .3rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%; }
  #cookie-warning p {
    margin: 0;
    font-size: .8rem; }
  #cookie-warning a {
    color: white;
    text-decoration: underline;
    margin-left: 1rem; }
    @media screen and (max-width: 39.9375em) {
      #cookie-warning a {
        display: block; } }

/* Front page and archive pages */
.front .view-recipes.view-display-id-frontpage .views-row:after, .front .view-recipes.view-display-id-archive .views-row:after, .page-recipe-archive .view-recipes.view-display-id-frontpage .views-row:after, .page-recipe-archive .view-recipes.view-display-id-archive .views-row:after {
  content: "";
  height: 2rem;
  margin-bottom: 2rem;
  display: block;
  background: url(../img/divider-front_2.png) center center no-repeat; }
.front .view-recipes.view-display-id-frontpage .search-between-item, .front .view-recipes.view-display-id-archive .search-between-item, .page-recipe-archive .view-recipes.view-display-id-frontpage .search-between-item, .page-recipe-archive .view-recipes.view-display-id-archive .search-between-item {
  display: block;
  overflow: hidden; }
  .front .view-recipes.view-display-id-frontpage .search-between-item .bonnier-ad:before, .front .view-recipes.view-display-id-frontpage .search-between-item .view-content:before, .front .view-recipes.view-display-id-archive .search-between-item .bonnier-ad:before, .front .view-recipes.view-display-id-archive .search-between-item .view-content:before, .page-recipe-archive .view-recipes.view-display-id-frontpage .search-between-item .bonnier-ad:before, .page-recipe-archive .view-recipes.view-display-id-frontpage .search-between-item .view-content:before, .page-recipe-archive .view-recipes.view-display-id-archive .search-between-item .bonnier-ad:before, .page-recipe-archive .view-recipes.view-display-id-archive .search-between-item .view-content:before {
    content: "";
    height: 2rem;
    margin-bottom: 2rem;
    display: block;
    background: url(../img/divider-front_2.png) center center no-repeat; }
.front .view-recipes.view-display-id-frontpage .content-recipe-teaser, .front .view-recipes.view-display-id-archive .content-recipe-teaser, .page-recipe-archive .view-recipes.view-display-id-frontpage .content-recipe-teaser, .page-recipe-archive .view-recipes.view-display-id-archive .content-recipe-teaser {
  background: #fbf6f0;
  margin-bottom: 2rem; }
  .front .view-recipes.view-display-id-frontpage .content-recipe-teaser .middle, .front .view-recipes.view-display-id-archive .content-recipe-teaser .middle, .page-recipe-archive .view-recipes.view-display-id-frontpage .content-recipe-teaser .middle, .page-recipe-archive .view-recipes.view-display-id-archive .content-recipe-teaser .middle {
    padding: 0 1rem 1rem; }
    @media print, screen and (min-width: 40em) {
      .front .view-recipes.view-display-id-frontpage .content-recipe-teaser .middle, .front .view-recipes.view-display-id-archive .content-recipe-teaser .middle, .page-recipe-archive .view-recipes.view-display-id-frontpage .content-recipe-teaser .middle, .page-recipe-archive .view-recipes.view-display-id-archive .content-recipe-teaser .middle {
        padding: 1rem 1.5rem 1.5rem; } }
  .front .view-recipes.view-display-id-frontpage .content-recipe-teaser h2, .front .view-recipes.view-display-id-archive .content-recipe-teaser h2, .page-recipe-archive .view-recipes.view-display-id-frontpage .content-recipe-teaser h2, .page-recipe-archive .view-recipes.view-display-id-archive .content-recipe-teaser h2 {
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    margin-top: 1rem; }
    @media print, screen and (min-width: 40em) {
      .front .view-recipes.view-display-id-frontpage .content-recipe-teaser h2, .front .view-recipes.view-display-id-archive .content-recipe-teaser h2, .page-recipe-archive .view-recipes.view-display-id-frontpage .content-recipe-teaser h2, .page-recipe-archive .view-recipes.view-display-id-archive .content-recipe-teaser h2 {
        font-size: 2rem;
        line-height: 1; } }
  .front .view-recipes.view-display-id-frontpage .content-recipe-teaser .views-field-created span, .front .view-recipes.view-display-id-archive .content-recipe-teaser .views-field-created span, .page-recipe-archive .view-recipes.view-display-id-frontpage .content-recipe-teaser .views-field-created span, .page-recipe-archive .view-recipes.view-display-id-archive .content-recipe-teaser .views-field-created span {
    display: block;
    margin: .5rem 0;
    font-size: .9rem;
    opacity: .5;
    margin-top: .5rem; }
  .front .view-recipes.view-display-id-frontpage .content-recipe-teaser .views-field-view-node, .front .view-recipes.view-display-id-archive .content-recipe-teaser .views-field-view-node, .page-recipe-archive .view-recipes.view-display-id-frontpage .content-recipe-teaser .views-field-view-node, .page-recipe-archive .view-recipes.view-display-id-archive .content-recipe-teaser .views-field-view-node {
    font-size: 1.6rem;
    font-family: "Lora", serif;
    margin: 1.5rem 0 .3rem;
    padding-bottom: .2rem;
    border-bottom: 2px solid #ffeeee; }
  .front .view-recipes.view-display-id-frontpage .content-recipe-teaser .views-field-field-category, .front .view-recipes.view-display-id-archive .content-recipe-teaser .views-field-field-category, .page-recipe-archive .view-recipes.view-display-id-frontpage .content-recipe-teaser .views-field-field-category, .page-recipe-archive .view-recipes.view-display-id-archive .content-recipe-teaser .views-field-field-category {
    font-size: .8rem; }
  .front .view-recipes.view-display-id-frontpage .content-recipe-teaser [class*="views-field-addtoany-link"], .front .view-recipes.view-display-id-archive .content-recipe-teaser [class*="views-field-addtoany-link"], .page-recipe-archive .view-recipes.view-display-id-frontpage .content-recipe-teaser [class*="views-field-addtoany-link"], .page-recipe-archive .view-recipes.view-display-id-archive .content-recipe-teaser [class*="views-field-addtoany-link"] {
    float: none;
    margin-top: 1rem; }
    @media print, screen and (min-width: 40em) {
      .front .view-recipes.view-display-id-frontpage .content-recipe-teaser [class*="views-field-addtoany-link"], .front .view-recipes.view-display-id-archive .content-recipe-teaser [class*="views-field-addtoany-link"], .page-recipe-archive .view-recipes.view-display-id-frontpage .content-recipe-teaser [class*="views-field-addtoany-link"], .page-recipe-archive .view-recipes.view-display-id-archive .content-recipe-teaser [class*="views-field-addtoany-link"] {
        float: right;
        margin-top: .5rem; } }
    .front .view-recipes.view-display-id-frontpage .content-recipe-teaser [class*="views-field-addtoany-link"] img, .front .view-recipes.view-display-id-archive .content-recipe-teaser [class*="views-field-addtoany-link"] img, .page-recipe-archive .view-recipes.view-display-id-frontpage .content-recipe-teaser [class*="views-field-addtoany-link"] img, .page-recipe-archive .view-recipes.view-display-id-archive .content-recipe-teaser [class*="views-field-addtoany-link"] img {
      height: 1.8rem;
      width: auto; }
    .front .view-recipes.view-display-id-frontpage .content-recipe-teaser [class*="views-field-addtoany-link"] .a2a_count, .front .view-recipes.view-display-id-archive .content-recipe-teaser [class*="views-field-addtoany-link"] .a2a_count, .page-recipe-archive .view-recipes.view-display-id-frontpage .content-recipe-teaser [class*="views-field-addtoany-link"] .a2a_count, .page-recipe-archive .view-recipes.view-display-id-archive .content-recipe-teaser [class*="views-field-addtoany-link"] .a2a_count {
      top: 0; }
.front .view-recipes.view-display-id-frontpage .bonnier-ad, .front .view-recipes.view-display-id-archive .bonnier-ad, .page-recipe-archive .view-recipes.view-display-id-frontpage .bonnier-ad, .page-recipe-archive .view-recipes.view-display-id-archive .bonnier-ad {
  margin: 1rem auto 2rem; }
.front .view-recipes.view-display-id-frontpage .view-id-simpleads, .front .view-recipes.view-display-id-archive .view-id-simpleads, .page-recipe-archive .view-recipes.view-display-id-frontpage .view-id-simpleads, .page-recipe-archive .view-recipes.view-display-id-archive .view-id-simpleads {
  margin: 0 0 2rem;
  text-align: center; }
  @media print, screen and (min-width: 40em) {
    .front .view-recipes.view-display-id-frontpage .view-id-simpleads, .front .view-recipes.view-display-id-archive .view-id-simpleads, .page-recipe-archive .view-recipes.view-display-id-frontpage .view-id-simpleads, .page-recipe-archive .view-recipes.view-display-id-archive .view-id-simpleads {
      display: none; } }

.page-recipe-archive .view-recipes.view-display-id-archive .views-row h2 {
  font-size: 1.8rem; }

/* Recipe search and archive */
.view-recipes.view-display-id-search .views-row,
.view-recipes.view-display-id-archive_pane .views-row {
  padding: .1rem .5rem 1rem; }
  .view-recipes.view-display-id-search .views-row .views-field-title,
  .view-recipes.view-display-id-archive_pane .views-row .views-field-title {
    padding: .3rem 0;
    background: white;
    opacity: .8;
    width: 100%;
    bottom: 0;
    margin-bottom: .2rem;
    position: relative;
    min-height: 3.6rem; }
    .view-recipes.view-display-id-search .views-row .views-field-title a,
    .view-recipes.view-display-id-archive_pane .views-row .views-field-title a {
      color: #5d2d1c; }
    .view-recipes.view-display-id-search .views-row .views-field-title .date,
    .view-recipes.view-display-id-archive_pane .views-row .views-field-title .date {
      display: block;
      font-size: .7rem;
      position: absolute;
      margin-top: .2rem;
      opacity: .5; }
  .view-recipes.view-display-id-search .views-row .bonnier-ad,
  .view-recipes.view-display-id-archive_pane .views-row .bonnier-ad {
    transform: translateX(-50%);
    margin: 1rem 0 1rem -.5rem; }
.view-recipes.view-display-id-search [class*="column"] + [class*="column"]:last-child,
.view-recipes.view-display-id-archive_pane [class*="column"] + [class*="column"]:last-child {
  float: left; }

.selectric .label {
  background: none; }
.selectric .button {
  margin: 0;
  padding: 0; }

.page-recipes h1 {
  color: #CA4566; }
.page-recipes .views-exposed-form label.compact-form-label {
  opacity: .5; }
.page-recipes #center .view-header {
  margin-bottom: 1rem; }
.page-recipes #center .views-exposed-form div[class*="views-widget-filter-"] {
  display: none; }
.page-recipes #center .views-exposed-form .views-widget-sort-by {
  clear: both; }
  .page-recipes #center .views-exposed-form .views-widget-sort-by label {
    float: left;
    width: 5.9375rem;
    font-size: .9rem;
    font-weight: 200;
    color: #5d2d1c;
    line-height: 1.5rem; }
    @media print, screen and (min-width: 40em) {
      .page-recipes #center .views-exposed-form .views-widget-sort-by label {
        width: 9.375rem;
        font-size: 1rem; } }
  .page-recipes #center .views-exposed-form .views-widget-sort-by select {
    width: auto; }
  .page-recipes #center .views-exposed-form .views-widget-sort-by .selectricWrapper {
    float: left; }
.page-recipes #center .views-exposed-form .views-widget-sort-order label {
  display: none; }
.page-recipes #center .views-exposed-form .views-submit-button {
  clear: both; }
  .page-recipes #center .views-exposed-form .views-submit-button input {
    margin-top: .5rem;
    font-size: 1.5rem;
    border-radius: 5px; }

/* Recipe search */
[id*="block-lifeissweet-search-block"] {
  margin-top: -.9rem;
  position: relative; }
  [id*="block-lifeissweet-search-block"] .block-title {
    margin-bottom: 0; }
    [id*="block-lifeissweet-search-block"] .block-title .clear-search {
      float: right;
      text-decoration: underline;
      color: #5d2d1c;
      font-weight: normal; }
  [id*="block-lifeissweet-search-block"] .form-item-keys input {
    padding: 1.3rem 1rem;
    font-size: 1rem; }
  [id*="block-lifeissweet-search-block"] .form-item-keys label {
    padding-left: .5rem;
    font-size: 1rem;
    opacity: .65; }
  [id*="block-lifeissweet-search-block"] .close-button {
    right: 2.5rem; }
  [id*="block-lifeissweet-search-block"] [id*="edit-keys-submit"] {
    position: absolute;
    right: .5rem;
    top: .65rem;
    text-indent: -9999px;
    background: url(../img/search-icon.png) center center no-repeat;
    width: 1.5rem;
    height: 1.5rem;
    background-size: contain;
    border: none; }
  [id*="block-lifeissweet-search-block"] .main-content {
    background: #f5f5f5;
    padding: 1rem;
    margin-bottom: 1rem; }
    [id*="block-lifeissweet-search-block"] .main-content .search-link {
      font-weight: bold;
      font-size: 1.05rem; }
    [id*="block-lifeissweet-search-block"] .main-content input[type="text"], [id*="block-lifeissweet-search-block"] .main-content .ui-multiselect {
      margin-bottom: .5rem; }
    [id*="block-lifeissweet-search-block"] .main-content input[type="checkbox"] {
      margin-bottom: 0; }
    [id*="block-lifeissweet-search-block"] .main-content .form-type-checkbox {
      margin: 0; }
      [id*="block-lifeissweet-search-block"] .main-content .form-type-checkbox label {
        margin-left: .3rem;
        font-size: 1rem; }
      [id*="block-lifeissweet-search-block"] .main-content .form-type-checkbox:last-of-type {
        margin-bottom: .5rem; }
    [id*="block-lifeissweet-search-block"] .main-content input[type="submit"] {
      color: white;
      border: none;
      padding: .5rem 2rem;
      width: 100%;
      font-size: 1rem;
      margin-top: .5rem;
      background: #e197aa;
      /* Old browsers */
      background: -moz-linear-gradient(top, #e197aa 0%, #d36682 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e197aa), color-stop(100%, #d36682));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #e197aa 0%, #d36682 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #e197aa 0%, #d36682 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #e197aa 0%, #d36682 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #e197aa 0%, #d36682 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e197aa', endColorstr='#d36682',GradientType=0 );
      /* IE6-9 */ }

@media screen and (max-width: 39.9375em) {
  #block-lifeissweet-search-criteria {
    font-size: .9rem; } }
#block-lifeissweet-search-criteria ul li {
  float: left;
  list-style-image: url(../img/heart-small.png);
  margin-right: 1rem;
  margin-left: 1.5rem; }
#block-lifeissweet-search-criteria .label {
  float: left;
  width: 9.375rem; }

/* Recipe archive */
.pane-recipes-archive-pane {
  margin-bottom: 3rem; }

.pane-monthly-archive li {
  text-transform: capitalize; }

/* Latest recipes block */
#block-views-recipes-block-latest {
  clear: both;
  margin-bottom: 2rem;
  overflow: hidden; }
  #block-views-recipes-block-latest > h2 {
    font-size: 1.4rem;
    margin: 3rem 0 0;
    padding: .5rem .5rem 1rem;
    color: #5d2d1c;
    border-radius: 5px 5px 0 0;
    clear: both;
    text-align: center;
    border-bottom: 2px solid;
    font-weight: bold1; }
  #block-views-recipes-block-latest .views-row {
    padding: .3rem .2rem;
    overflow: hidden; }
    #block-views-recipes-block-latest .views-row img {
      width: 100%; }

/* Recipe pages */
.heart {
  font-family: DejaVuSans;
  font-size: 1.25rem; }

.node-type-recipe .page-title, .node-type-post .page-title, .node-type-blog .page-title {
  display: none; }
.node-type-recipe .post-title, .node-type-post .post-title, .node-type-blog .post-title {
  margin-bottom: .5rem;
  color: #CA4566;
  margin-top: .5rem; }
  @media print, screen and (min-width: 40em) {
    .node-type-recipe .post-title, .node-type-post .post-title, .node-type-blog .post-title {
      font-size: 2.5rem; } }
.node-type-recipe .content-recipe, .node-type-post .content-recipe, .node-type-blog .content-recipe {
  position: relative; }
  .node-type-recipe .content-recipe .field-collection-container, .node-type-post .content-recipe .field-collection-container, .node-type-blog .content-recipe .field-collection-container {
    border: none; }
    .node-type-recipe .content-recipe .field-collection-container .field-collection-view, .node-type-post .content-recipe .field-collection-container .field-collection-view, .node-type-blog .content-recipe .field-collection-container .field-collection-view {
      margin: 0;
      padding: 0;
      border: none; }
  .node-type-recipe .content-recipe .pane-node-created, .node-type-post .content-recipe .pane-node-created, .node-type-blog .content-recipe .pane-node-created {
    margin: 0.5rem 0 1rem;
    font-size: .9rem;
    opacity: .5;
    display: block; }
  .node-type-recipe .content-recipe .signature-image, .node-type-post .content-recipe .signature-image, .node-type-blog .content-recipe .signature-image {
    margin: 3rem 0; }
  .node-type-recipe .content-recipe .links.inline, .node-type-post .content-recipe .links.inline, .node-type-blog .content-recipe .links.inline {
    position: absolute;
    z-index: 9;
    right: 0;
    margin: 0;
    margin-top: -1.5rem; }
    .node-type-recipe .content-recipe .links.inline li, .node-type-post .content-recipe .links.inline li, .node-type-blog .content-recipe .links.inline li {
      margin: 0; }
    .node-type-recipe .content-recipe .links.inline .comment-add, .node-type-post .content-recipe .links.inline .comment-add, .node-type-blog .content-recipe .links.inline .comment-add {
      display: none; }
  .node-type-recipe .content-recipe .pane-node-field-related-baketips, .node-type-post .content-recipe .pane-node-field-related-baketips, .node-type-blog .content-recipe .pane-node-field-related-baketips {
    margin-bottom: 2rem;
    margin-top: 1rem; }
    .node-type-recipe .content-recipe .pane-node-field-related-baketips .field-items, .node-type-post .content-recipe .pane-node-field-related-baketips .field-items, .node-type-blog .content-recipe .pane-node-field-related-baketips .field-items {
      margin: 1rem 0; }
      .node-type-recipe .content-recipe .pane-node-field-related-baketips .field-items .field-item, .node-type-post .content-recipe .pane-node-field-related-baketips .field-items .field-item, .node-type-blog .content-recipe .pane-node-field-related-baketips .field-items .field-item {
        padding-bottom: .5rem; }
  .node-type-recipe .content-recipe .node-title-details, .node-type-post .content-recipe .node-title-details, .node-type-blog .content-recipe .node-title-details {
    background: #f3ede9;
    display: inline-block;
    padding: .3rem .1rem .3rem .3rem;
    font-size: 1.2rem;
    color: #ca4566;
    position: relative;
    max-width: 480px; }
    @media print, screen and (min-width: 40em) {
      .node-type-recipe .content-recipe .node-title-details, .node-type-post .content-recipe .node-title-details, .node-type-blog .content-recipe .node-title-details {
        font-size: 1.5rem; }
        .node-type-recipe .content-recipe .node-title-details:after, .node-type-post .content-recipe .node-title-details:after, .node-type-blog .content-recipe .node-title-details:after {
          content: "";
          display: block;
          width: 0;
          height: 0;
          border-bottom: 100px solid #f3ede9;
          border-right: 100px solid transparent;
          position: absolute;
          z-index: 0;
          right: -100px;
          top: 1px; } }
  .node-type-recipe .content-recipe .image-large, .node-type-post .content-recipe .image-large, .node-type-blog .content-recipe .image-large {
    width: 100%; }
    @media screen and (max-width: 39.9375em) {
      .node-type-recipe .content-recipe .image-large, .node-type-post .content-recipe .image-large, .node-type-blog .content-recipe .image-large {
        width: 100% !important;
        height: auto !important; } }
  .node-type-recipe .content-recipe .section.details, .node-type-post .content-recipe .section.details, .node-type-blog .content-recipe .section.details {
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px 1px;
    padding: 1rem;
    margin-bottom: 1rem;
    position: relative;
    background: #f3ede9; }
    .node-type-recipe .content-recipe .section.details .pane-title, .node-type-post .content-recipe .section.details .pane-title, .node-type-blog .content-recipe .section.details .pane-title {
      font-size: 1.2rem;
      border-bottom: 1px solid #d8c4b8;
      font-weight: normal; }
    .node-type-recipe .content-recipe .section.details .pane-node-field-ingredients .pane-title, .node-type-post .content-recipe .section.details .pane-node-field-ingredients .pane-title, .node-type-blog .content-recipe .section.details .pane-node-field-ingredients .pane-title {
      margin-top: 1rem; }
    .node-type-recipe .content-recipe .section.details .field, .node-type-post .content-recipe .section.details .field, .node-type-blog .content-recipe .section.details .field {
      margin-bottom: 2rem; }
    .node-type-recipe .content-recipe .section.details .field-name-field-tips, .node-type-post .content-recipe .section.details .field-name-field-tips, .node-type-blog .content-recipe .section.details .field-name-field-tips {
      margin-bottom: 0; }
      .node-type-recipe .content-recipe .section.details .field-name-field-tips p:last-of-type, .node-type-post .content-recipe .section.details .field-name-field-tips p:last-of-type, .node-type-blog .content-recipe .section.details .field-name-field-tips p:last-of-type {
        margin-bottom: 0; }
    .node-type-recipe .content-recipe .section.details .small-main-image, .node-type-post .content-recipe .section.details .small-main-image, .node-type-blog .content-recipe .section.details .small-main-image {
      float: right;
      margin-bottom: 1rem; }
      @media print, screen and (min-width: 40em) {
        .node-type-recipe .content-recipe .section.details .small-main-image, .node-type-post .content-recipe .section.details .small-main-image, .node-type-blog .content-recipe .section.details .small-main-image {
          margin-top: 3rem;
          border-left: 1rem solid #f3ede9;
          overflow: hidden; } }
      .node-type-recipe .content-recipe .section.details .small-main-image .field, .node-type-post .content-recipe .section.details .small-main-image .field, .node-type-blog .content-recipe .section.details .small-main-image .field {
        margin-bottom: 0; }
  .node-type-recipe .content-recipe .section.bottom, .node-type-post .content-recipe .section.bottom, .node-type-blog .content-recipe .section.bottom {
    margin-top: .5rem;
    font-size: .8rem;
    margin-left: 1rem; }
    .node-type-recipe .content-recipe .section.bottom .field-type-taxonomy-term-reference, .node-type-post .content-recipe .section.bottom .field-type-taxonomy-term-reference, .node-type-blog .content-recipe .section.bottom .field-type-taxonomy-term-reference {
      clear: both;
      display: block; }
      .node-type-recipe .content-recipe .section.bottom .field-type-taxonomy-term-reference .field-item, .node-type-post .content-recipe .section.bottom .field-type-taxonomy-term-reference .field-item, .node-type-blog .content-recipe .section.bottom .field-type-taxonomy-term-reference .field-item {
        float: left;
        margin-right: .5rem; }
    .node-type-recipe .content-recipe .section.bottom .pane-node-created, .node-type-recipe .content-recipe .section.bottom .field-name-post-date, .node-type-post .content-recipe .section.bottom .pane-node-created, .node-type-post .content-recipe .section.bottom .field-name-post-date, .node-type-blog .content-recipe .section.bottom .pane-node-created, .node-type-blog .content-recipe .section.bottom .field-name-post-date {
      color: #856659;
      margin-bottom: .5rem;
      margin-top: .5rem;
      float: left; }
      .node-type-recipe .content-recipe .section.bottom .pane-node-created a, .node-type-recipe .content-recipe .section.bottom .field-name-post-date a, .node-type-post .content-recipe .section.bottom .pane-node-created a, .node-type-post .content-recipe .section.bottom .field-name-post-date a, .node-type-blog .content-recipe .section.bottom .pane-node-created a, .node-type-blog .content-recipe .section.bottom .field-name-post-date a {
        color: #d8c4b8; }
    .node-type-recipe .content-recipe .section.bottom .pane-sharethis, .node-type-post .content-recipe .section.bottom .pane-sharethis, .node-type-blog .content-recipe .section.bottom .pane-sharethis {
      float: right; }
    .node-type-recipe .content-recipe .section.bottom .pane-node-field-category, .node-type-post .content-recipe .section.bottom .pane-node-field-category, .node-type-blog .content-recipe .section.bottom .pane-node-field-category {
      padding-top: .5rem; }
    .node-type-recipe .content-recipe .section.bottom .pane-addtoany, .node-type-post .content-recipe .section.bottom .pane-addtoany, .node-type-blog .content-recipe .section.bottom .pane-addtoany {
      float: right;
      margin-top: .5rem; }
      .node-type-recipe .content-recipe .section.bottom .pane-addtoany img, .node-type-post .content-recipe .section.bottom .pane-addtoany img, .node-type-blog .content-recipe .section.bottom .pane-addtoany img {
        height: 1.8rem;
        width: auto; }
      .node-type-recipe .content-recipe .section.bottom .pane-addtoany .a2a_count, .node-type-post .content-recipe .section.bottom .pane-addtoany .a2a_count, .node-type-blog .content-recipe .section.bottom .pane-addtoany .a2a_count {
        top: 0; }
.node-type-recipe .pane-simpleads, .node-type-post .pane-simpleads, .node-type-blog .pane-simpleads {
  margin: 2rem 0;
  text-align: center; }

/* Node Pager */
.pane-node-pager ul {
  margin-bottom: 0;
  position: absolute;
  margin-top: 2rem;
  list-style-type: none;
  width: 100%; }
  @media screen and (max-width: 39.9375em) {
    .pane-node-pager ul {
      position: relative; } }
  .pane-node-pager ul li {
    margin-left: 0; }
    .pane-node-pager ul li.prev {
      float: left; }
      .pane-node-pager ul li.prev:before {
        content: "« "; }
    .pane-node-pager ul li.next {
      float: right; }
      .pane-node-pager ul li.next:after {
        content: " »"; }

/* Sidebars */
.sidebar {
  font-size: .9em;
  /* Tag cloud */
  /* Social links block */
  /* Recipe archive block */
  /* FB Like box */
  /* Statistics */
  /* Blog badges */
  /* News */ }
  .sidebar .block {
    margin-bottom: 1.5rem;
    font-family: 'Noto Sans', sans-serif;
    line-height: 1.2; }
    .sidebar .block > h2, .sidebar .block .block-title {
      background: #f2e3d5 url(../img/heart-pink.png) no-repeat 97% 50%;
      font-size: 1rem;
      padding: .4rem .5rem .4rem;
      line-height: 1;
      font-weight: bold;
      font-family: 'Noto Sans', sans-serif;
      text-align: left; }
      .sidebar .block > h2.no-heart, .sidebar .block .block-title.no-heart {
        background-image: none; }
      @media screen and (max-width: 39.9375em) {
        .sidebar .block > h2, .sidebar .block .block-title {
          font-size: 1.1rem;
          padding: .6rem .7rem; } }
    .sidebar .block p {
      line-height: 1.2; }
    .sidebar .block.nospace-header > h2 {
      margin-bottom: 0; }
    .sidebar .block.nospace-header h3 {
      margin: .3rem 0;
      font-size: 1.05rem; }
    .sidebar .block.no-border, .sidebar .block.no-title.no-border {
      border-top: 0;
      margin-top: -.5rem; }
    .sidebar .block.no-header > h2 {
      display: none; }
    .sidebar .block.no-header.no-title {
      border-top: none; }
    .sidebar .block.block-imageblock {
      text-align: center; }
      .sidebar .block.block-imageblock h3 {
        text-align: left; }
      .sidebar .block.block-imageblock .imageeditor-inline-wrapper, .sidebar .block.block-imageblock .imageblock-image, .sidebar .block.block-imageblock .imageblock-link {
        width: 100% !important; }
    .sidebar .block.with-background > h2 {
      margin-bottom: 0; }
    .sidebar .block.with-background > .content {
      background: #fbf6f0;
      padding: 1rem;
      margin-bottom: 1rem; }
    .sidebar .block.with-background p {
      line-height: 1.5;
      font-size: 1rem; }
    .sidebar .block ul li {
      list-style-type: none; }
      .sidebar .block ul li a {
        padding: .15rem 0;
        display: block; }
  .sidebar .item-list ul li {
    margin-left: 1rem; }
  .sidebar .welcome-block ul {
    padding-left: 1.5rem; }
    .sidebar .welcome-block ul li {
      list-style-type: square; }
  .sidebar .view-tag-cloud {
    margin-top: -.5rem; }
    .sidebar .view-tag-cloud .views-row {
      display: inline; }
      .sidebar .view-tag-cloud .views-row > span {
        display: inline-block;
        background: #eeeeee;
        border-radius: 3px;
        padding: 0.1rem 0.2rem;
        overflow: hidden; }
      .sidebar .view-tag-cloud .views-row:nth-child(3n+1) > span {
        background-color: #f5eee5; }
      .sidebar .view-tag-cloud .views-row:nth-child(3n+2) > span {
        background-color: rgba(202, 69, 102, 0.12); }
      .sidebar .view-tag-cloud .views-row span.count-1 {
        font-size: 0.7em; }
      .sidebar .view-tag-cloud .views-row span.count-2 {
        font-size: 0.9em; }
      .sidebar .view-tag-cloud .views-row span.count-3 {
        font-size: 1.1em; }
      .sidebar .view-tag-cloud .views-row span.count-4 {
        font-size: 1.3em; }
      .sidebar .view-tag-cloud .views-row span.count-5 {
        font-size: 1.5em; }
      .sidebar .view-tag-cloud .views-row span.count-6 {
        font-size: 1.7em; }
      .sidebar .view-tag-cloud .views-row span.count-7 {
        font-size: 1.9em; }
  .sidebar .social-links .content {
    overflow: hidden; }
    .sidebar .social-links .content a {
      display: inline-block;
      width: 58px;
      height: 50px;
      text-indent: -9999px;
      background: url(../img/sprite.png);
      margin-left: .3rem; }
      .sidebar .social-links .content a.instagram {
        background-position: -59px 0; }
      .sidebar .social-links .content a.rss {
        background-position: -118px 0; }
      .sidebar .social-links .content a.twitter {
        background-position: -178px 0; }
      .sidebar .social-links .content a.pinterest {
        background-position: -120px -52px; }
      .sidebar .social-links .content a.feedburner {
        background-position: -178px -52px; }
    .sidebar .social-links .content span {
      line-height: 3.125rem;
      float: left;
      font-size: 1.15rem; }
    .sidebar .social-links .content p {
      margin: 0; }
  .sidebar .tardis-link-year h3, .sidebar .tardis-link-year h4 {
    margin: .3rem 0;
    font-size: 1rem;
    text-transform: capitalize; }
  .sidebar .fb-like-box {
    margin-top: 1rem; }
  .sidebar .block-stats h2 {
    margin-bottom: 0; }
  .sidebar .block-stats .content {
    border: none;
    padding: 1rem 1rem 0;
    overflow: hidden;
    background: #fbf6f0; }
  .sidebar .block-stats p {
    font-size: 1.05rem; }
  .sidebar .blog-badge {
    padding-left: .5rem; }
  .sidebar .view-news .views-row {
    padding-bottom: .5rem;
    border-bottom: 1px solid;
    margin-bottom: .8rem; }
    .sidebar .view-news .views-row:last-of-type {
      padding-bottom: 0;
      border-bottom: 0; }

.checkbox-select {
  margin-bottom: 1rem; }
  .checkbox-select .select-wrapper {
    border: 1px solid #DAAFB9;
    background-color: #fcfcfc;
    border-radius: 4px;
    padding: .6rem;
    font-size: .85rem;
    position: relative; }
  .checkbox-select .select-label {
    color: rgba(10, 10, 10, 0.75);
    cursor: pointer; }
    .checkbox-select .select-label:after {
      content: "";
      cursor: pointer;
      display: inline-block;
      width: .7em;
      height: .7em;
      background: url(../img/angle-down-icon.png) center center no-repeat;
      background-color: #ffd2d2b0;
      background-size: .8rem auto;
      position: absolute;
      top: .5rem;
      right: 5%;
      transform: rotate(-90deg);
      transition: transform .5s;
      padding: .6rem; }
    .checkbox-select .select-label.open:after {
      transform: rotate(0deg);
      background-color: #ffbcbc; }
  .checkbox-select .fake-checkbox {
    cursor: pointer; }
    .checkbox-select .fake-checkbox:before {
      content: "";
      display: inline-block;
      width: .8rem;
      height: .8rem;
      margin-right: .4rem;
      border: 1px solid #d8c4b8;
      box-shadow: inset 0px 0px 0px 2px #fefefe, 0px 1px 2px rgba(0, 0, 0, 0.3); }
    .checkbox-select .fake-checkbox.checked:before {
      background-color: #5d2d1c; }
    .checkbox-select .fake-checkbox.checked.partial:before {
      background-color: #d8c4b8; }
  .checkbox-select .select-content {
    display: none;
    padding-top: .5rem; }
  .checkbox-select .checkbox-parent {
    margin: 0;
    font-size: 1rem;
    color: #0a0a0a;
    position: relative; }
    .checkbox-select .checkbox-parent .children-toggle {
      width: 2rem;
      height: 1.7rem; }
      .checkbox-select .checkbox-parent .children-toggle:after {
        content: "";
        cursor: pointer;
        display: inline-block;
        width: .7em;
        height: .7em;
        background: url(../img/angle-down-icon.png) center center no-repeat;
        background-color: #ffd2d2b0;
        background-size: .8rem auto;
        position: absolute;
        top: .3rem;
        right: 0;
        transform: rotate(-90deg);
        transition: transform .5s;
        padding: .6rem; }
      .checkbox-select .checkbox-parent .children-toggle.open:after {
        transform: rotate(0deg);
        background-color: #ffbcbc; }
    .checkbox-select .checkbox-parent .name {
      position: relative;
      float: left; }
    .checkbox-select .checkbox-parent > .fake-checkbox:before {
      width: 1.25rem;
      height: 1.25rem;
      box-shadow: inset 0px 0px 0px 4px #fefefe, 0px 1px 2px rgba(0, 0, 0, 0.3);
      position: relative;
      top: .2rem; }
    .checkbox-select .checkbox-parent .children {
      display: none;
      margin: .5rem 0 1rem 1.2rem; }

/*# sourceMappingURL=app.css.map */
