@charset "UTF-8";
/*!
Theme Name: KirjanpitoApu Theme
Theme URI: http://underscores.me/
Author: Bananas
Author URI: https://www.bananas.fi
Description: Theme for KirjanpitoApu
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bananatree
Tags: custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Bananatree is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
.has-bananas-cyan-color {
  color: #0DEACE; }

.has-bananas-black-color {
  color: #010101; }

.has-bananas-white-color {
  color: #ffffff; }

.has-bananas-cyan-background-color {
  background-color: #0DEACE; }
  .has-bananas-cyan-background-color:hover, .has-bananas-cyan-background-color:focus {
    background-color: #F5B608;
    color: #010101; }

.has-bananas-black-background-color {
  background-color: #010101; }
  .has-bananas-black-background-color:hover, .has-bananas-black-background-color:focus {
    background-color: #F5B608;
    color: #010101; }

.has-bananas-white-background-color {
  background-color: #ffffff; }
  .has-bananas-white-background-color:hover, .has-bananas-white-background-color:focus {
    background-color: #F5B608;
    color: #010101; }

.wrap-xs {
  margin-left: auto;
  margin-right: auto;
  width: 96%; }
  @media screen and (min-width: 1078px) {
    .wrap-xs {
      width: 720px;
      max-width: 78%; } }
  @media screen and (min-width: 1600px) {
    .wrap-xs {
      max-width: 58%; } }

.wrap-s {
  margin-left: auto;
  margin-right: auto;
  width: 96%; }
  @media screen and (min-width: 1078px) {
    .wrap-s {
      width: 812px;
      max-width: 78%; } }
  @media screen and (min-width: 1600px) {
    .wrap-s {
      max-width: 58%; } }

.wrap-m {
  margin-left: auto;
  margin-right: auto;
  width: 96%; }
  @media screen and (min-width: 1078px) {
    .wrap-m {
      width: 1088px;
      max-width: 88%; } }
  @media screen and (min-width: 1600px) {
    .wrap-m {
      max-width: 68%; } }

.wrap-l {
  margin-left: auto;
  margin-right: auto;
  width: 96%; }
  @media screen and (min-width: 1078px) {
    .wrap-l {
      width: 1640px;
      max-width: 97%; } }
  @media screen and (min-width: 1600px) {
    .wrap-l {
      max-width: 90%; } }

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Spartan", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.016em; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: bold;
  letter-spacing: -0.025em; }
  h1.center, h2.center, h3.center, h4.center, h5.center, h6.center {
    text-align: center; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0; }
  h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
    margin-bottom: 0; }

h1 {
  font-size: 49px;
  font-size: 2.625rem;
  line-height: 1.071;
  margin-bottom: 1.5rem;
  letter-spacing: -0.027em; }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 59.5px;
      font-size: 3.5rem; } }
  @media screen and (min-width: 1078px) {
    h1 {
      font-size: 70px;
      font-size: 4.375rem; } }

h2,
.block .gform_wrapper h2.gsection_title {
  font-size: 25.2px;
  font-size: 1.35rem;
  line-height: 1.417; }
  @media screen and (min-width: 768px) {
    h2,
    .block .gform_wrapper h2.gsection_title {
      font-size: 30.6px;
      font-size: 1.8rem; } }
  @media screen and (min-width: 1078px) {
    h2,
    .block .gform_wrapper h2.gsection_title {
      font-size: 36px;
      font-size: 2.25rem; } }
  h2.h3-alt,
  .block .gform_wrapper h2.gsection_title.h3-alt {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.07em; }

h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.444; }
  h3.alt,
  .site-footer h3 {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.07em; }
  .site-footer h3 {
    font-size: 18px;
    font-size: 1.125rem; }

p {
  margin-bottom: 1.5em; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

.price {
  font-size: 42px;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.1; }
  @media screen and (min-width: 768px) {
    .price {
      font-size: 51px;
      font-size: 3rem; } }
  @media screen and (min-width: 1078px) {
    .price {
      font-size: 60px;
      font-size: 3.75rem; } }
  .price .suffix {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: 0.016em; }

.alt-size-1 {
  font-size: 60.2px;
  font-size: 3.225rem;
  margin-bottom: 2rem; }
  @media screen and (min-width: 768px) {
    .alt-size-1 {
      font-size: 73.1px;
      font-size: 4.3rem; } }
  @media screen and (min-width: 1078px) {
    .alt-size-1 {
      font-size: 86px;
      font-size: 5.375rem; } }
  .alt-size-1:first-child {
    margin-top: 0; }
  .alt-size-1:last-child {
    margin-bottom: 0; }

.alt-size-2 {
  font-size: 42px;
  font-size: 2.25rem; }
  @media screen and (min-width: 768px) {
    .alt-size-2 {
      font-size: 51px;
      font-size: 3rem; } }
  @media screen and (min-width: 1078px) {
    .alt-size-2 {
      font-size: 60px;
      font-size: 3.75rem; } }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  background: #ffffff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse; }

table, td, th {
  border: 1px solid #D3D3D3; }

th, td {
  padding: 0.8rem 1.6rem; }
  @media screen and (min-width: 768px) {
    th, td {
      padding: 1.6rem 3.2rem; } }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.button:visited {
  display: inline-block;
  border: 1px solid #0DEACE;
  border-radius: 3px;
  background-color: #0DEACE;
  color: #010101;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 1.25rem 2.5rem;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em; }
  button.icon:before,
  input[type="button"].icon:before,
  input[type="reset"].icon:before,
  input[type="submit"].icon:before,
  .button.icon:before,
  .button:visited.icon:before {
    display: inline-block;
    content: "";
    margin-right: 1rem; }
  button.icon-lock:before,
  input[type="button"].icon-lock:before,
  input[type="reset"].icon-lock:before,
  input[type="submit"].icon-lock:before,
  .button.icon-lock:before,
  .button:visited.icon-lock:before {
    width: 14px;
    height: 16px;
    background: url(img/icon-lock.png) 0 0 no-repeat;
    vertical-align: text-bottom; }
  button.alt,
  input[type="button"].alt,
  input[type="reset"].alt,
  input[type="submit"].alt,
  .button.alt,
  .button:visited.alt {
    background-color: #ffffff;
    color: #15171C;
    border-color: #ffffff; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  .button:hover,
  .button:visited:hover {
    background-color: #F5B608;
    border-color: #F5B608;
    color: #010101; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus,
  .button:active,
  .button:focus,
  .button:visited:active,
  .button:visited:focus {
    border-color: #010101;
    color: #ffffff; }
  button.arrow-right:after,
  input[type="button"].arrow-right:after,
  input[type="reset"].arrow-right:after,
  input[type="submit"].arrow-right:after,
  .button.arrow-right:after,
  .button:visited.arrow-right:after {
    display: inline-block;
    content: "";
    width: 32px;
    height: 22px;
    background: url(img/icon-arrow-right.png) 0 0 no-repeat;
    background-size: 32px 22px;
    margin: 0 1rem; }
    .svgasimg button.arrow-right:after, .svgasimg
    input[type="button"].arrow-right:after, .svgasimg
    input[type="reset"].arrow-right:after, .svgasimg
    input[type="submit"].arrow-right:after, .svgasimg
    .button.arrow-right:after, .svgasimg
    .button:visited.arrow-right:after {
      background-image: url(img/icon-arrow-right.svg); }
  button.small,
  input[type="button"].small,
  input[type="reset"].small,
  input[type="submit"].small,
  .button.small,
  .button:visited.small {
    padding: 1.25rem 1rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.917; }
  button.question,
  input[type="button"].question,
  input[type="reset"].question,
  input[type="submit"].question,
  .button.question,
  .button:visited.question {
    display: block;
    width: 100%;
    background-color: #F7F7F7;
    color: #15171C;
    text-align: left;
    font-weight: 400;
    text-transform: none;
    border-color: #F7F7F7;
    background-image: url(img/icon-expand.png);
    background-position: 1em center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    padding-left: 2.75em;
    line-height: 1.625;
    font-size: 16px;
    font-size: 1rem; }
    @media screen and (orientation: landscape) {
      button.question,
      input[type="button"].question,
      input[type="reset"].question,
      input[type="submit"].question,
      .button.question,
      .button:visited.question {
        padding-left: 5.5em;
        background-position: 2.25em center; } }
    button.question:hover,
    input[type="button"].question:hover,
    input[type="reset"].question:hover,
    input[type="submit"].question:hover,
    .button.question:hover,
    .button:visited.question:hover {
      background-color: #F5B608;
      border-color: #F5B608;
      color: #010101; }
    button.question:focus,
    input[type="button"].question:focus,
    input[type="reset"].question:focus,
    input[type="submit"].question:focus,
    .button.question:focus,
    .button:visited.question:focus {
      background-color: #F5B608;
      border-color: #010101;
      color: #010101; }
    button.question:active,
    input[type="button"].question:active,
    input[type="reset"].question:active,
    input[type="submit"].question:active,
    .button.question:active,
    .button:visited.question:active {
      color: #15171C; }

.alt-bg-1 .button.alt {
  background-color: #F7F7F7;
  border-color: #F7F7F7; }
  .alt-bg-1 .button.alt:hover {
    background-color: #F5B608;
    border-color: #F5B608;
    color: #ffffff; }
  .alt-bg-1 .button.alt:active, .alt-bg-1 .button.alt:focus {
    border-color: #010101;
    color: #ffffff; }

.alt-bg-3 .button,
.alt-bg-4 .button {
  background-color: #ffffff;
  color: #15171C;
  border-color: #ffffff; }
  .alt-bg-3 .button:hover,
  .alt-bg-4 .button:hover {
    background-color: #F5B608;
    border-color: #F5B608;
    color: #ffffff; }
  .alt-bg-3 .button:active, .alt-bg-3 .button:focus,
  .alt-bg-4 .button:active,
  .alt-bg-4 .button:focus {
    background-color: #F5B608;
    border-color: #010101;
    color: #ffffff; }

.alt-bg-2 button.question {
  background-color: #ffffff;
  border-color: #ffffff; }
  .alt-bg-2 button.question:hover {
    background-color: #F5B608;
    border-color: #F5B608;
    color: #ffffff; }
  .alt-bg-2 button.question:focus {
    background-color: #F5B608;
    border-color: #010101;
    color: #ffffff; }
  .alt-bg-2 button.question:active {
    color: #15171C; }

.block .gform_wrapper label.gfield_label,
.block div label.gfield_label,
.site .gform_wrapper label.gfield_label,
.site div label.gfield_label {
  font-weight: 400; }

.block .gform_wrapper input[type="text"],
.block .gform_wrapper input[type="email"],
.block .gform_wrapper input[type="url"],
.block .gform_wrapper input[type="password"],
.block .gform_wrapper input[type="search"],
.block .gform_wrapper input[type="number"],
.block .gform_wrapper input[type="tel"],
.block .gform_wrapper input[type="range"],
.block .gform_wrapper input[type="date"],
.block .gform_wrapper input[type="month"],
.block .gform_wrapper input[type="week"],
.block .gform_wrapper input[type="time"],
.block .gform_wrapper input[type="datetime"],
.block .gform_wrapper input[type="datetime-local"],
.block .gform_wrapper input[type="color"],
.block .gform_wrapper select,
.block .gform_wrapper textarea,
.block div input[type="text"],
.block div input[type="email"],
.block div input[type="url"],
.block div input[type="password"],
.block div input[type="search"],
.block div input[type="number"],
.block div input[type="tel"],
.block div input[type="range"],
.block div input[type="date"],
.block div input[type="month"],
.block div input[type="week"],
.block div input[type="time"],
.block div input[type="datetime"],
.block div input[type="datetime-local"],
.block div input[type="color"],
.block div select,
.block div textarea,
.site .gform_wrapper input[type="text"],
.site .gform_wrapper input[type="email"],
.site .gform_wrapper input[type="url"],
.site .gform_wrapper input[type="password"],
.site .gform_wrapper input[type="search"],
.site .gform_wrapper input[type="number"],
.site .gform_wrapper input[type="tel"],
.site .gform_wrapper input[type="range"],
.site .gform_wrapper input[type="date"],
.site .gform_wrapper input[type="month"],
.site .gform_wrapper input[type="week"],
.site .gform_wrapper input[type="time"],
.site .gform_wrapper input[type="datetime"],
.site .gform_wrapper input[type="datetime-local"],
.site .gform_wrapper input[type="color"],
.site .gform_wrapper select,
.site .gform_wrapper textarea,
.site div input[type="text"],
.site div input[type="email"],
.site div input[type="url"],
.site div input[type="password"],
.site div input[type="search"],
.site div input[type="number"],
.site div input[type="tel"],
.site div input[type="range"],
.site div input[type="date"],
.site div input[type="month"],
.site div input[type="week"],
.site div input[type="time"],
.site div input[type="datetime"],
.site div input[type="datetime-local"],
.site div input[type="color"],
.site div select,
.site div textarea {
  font-size: 16px;
  font-size: 1rem;
  color: #15171C;
  border: 1px solid #F7F7F7;
  border-radius: 1;
  padding: .7125rem 1.25rem !important;
  background: #F7F7F7;
  height: 51px; }
  .block .gform_wrapper input[type="text"]:focus,
  .block .gform_wrapper input[type="email"]:focus,
  .block .gform_wrapper input[type="url"]:focus,
  .block .gform_wrapper input[type="password"]:focus,
  .block .gform_wrapper input[type="search"]:focus,
  .block .gform_wrapper input[type="number"]:focus,
  .block .gform_wrapper input[type="tel"]:focus,
  .block .gform_wrapper input[type="range"]:focus,
  .block .gform_wrapper input[type="date"]:focus,
  .block .gform_wrapper input[type="month"]:focus,
  .block .gform_wrapper input[type="week"]:focus,
  .block .gform_wrapper input[type="time"]:focus,
  .block .gform_wrapper input[type="datetime"]:focus,
  .block .gform_wrapper input[type="datetime-local"]:focus,
  .block .gform_wrapper input[type="color"]:focus,
  .block .gform_wrapper select:focus,
  .block .gform_wrapper textarea:focus,
  .block div input[type="text"]:focus,
  .block div input[type="email"]:focus,
  .block div input[type="url"]:focus,
  .block div input[type="password"]:focus,
  .block div input[type="search"]:focus,
  .block div input[type="number"]:focus,
  .block div input[type="tel"]:focus,
  .block div input[type="range"]:focus,
  .block div input[type="date"]:focus,
  .block div input[type="month"]:focus,
  .block div input[type="week"]:focus,
  .block div input[type="time"]:focus,
  .block div input[type="datetime"]:focus,
  .block div input[type="datetime-local"]:focus,
  .block div input[type="color"]:focus,
  .block div select:focus,
  .block div textarea:focus,
  .site .gform_wrapper input[type="text"]:focus,
  .site .gform_wrapper input[type="email"]:focus,
  .site .gform_wrapper input[type="url"]:focus,
  .site .gform_wrapper input[type="password"]:focus,
  .site .gform_wrapper input[type="search"]:focus,
  .site .gform_wrapper input[type="number"]:focus,
  .site .gform_wrapper input[type="tel"]:focus,
  .site .gform_wrapper input[type="range"]:focus,
  .site .gform_wrapper input[type="date"]:focus,
  .site .gform_wrapper input[type="month"]:focus,
  .site .gform_wrapper input[type="week"]:focus,
  .site .gform_wrapper input[type="time"]:focus,
  .site .gform_wrapper input[type="datetime"]:focus,
  .site .gform_wrapper input[type="datetime-local"]:focus,
  .site .gform_wrapper input[type="color"]:focus,
  .site .gform_wrapper select:focus,
  .site .gform_wrapper textarea:focus,
  .site div input[type="text"]:focus,
  .site div input[type="email"]:focus,
  .site div input[type="url"]:focus,
  .site div input[type="password"]:focus,
  .site div input[type="search"]:focus,
  .site div input[type="number"]:focus,
  .site div input[type="tel"]:focus,
  .site div input[type="range"]:focus,
  .site div input[type="date"]:focus,
  .site div input[type="month"]:focus,
  .site div input[type="week"]:focus,
  .site div input[type="time"]:focus,
  .site div input[type="datetime"]:focus,
  .site div input[type="datetime-local"]:focus,
  .site div input[type="color"]:focus,
  .site div select:focus,
  .site div textarea:focus {
    color: #010101;
    border-color: #010101; }

.block .gform_wrapper textarea,
.block div textarea,
.site .gform_wrapper textarea,
.site div textarea {
  width: 100%; }

.block .gform_wrapper .ginput_container_date input.datepicker,
.block div .ginput_container_date input.datepicker,
.site .gform_wrapper .ginput_container_date input.datepicker,
.site div .ginput_container_date input.datepicker {
  margin-right: 0 !important;
  width: calc(100% - 51px) !important; }

.block .gform_wrapper .ginput_container_date img.ui-datepicker-trigger,
.block div .ginput_container_date img.ui-datepicker-trigger,
.site .gform_wrapper .ginput_container_date img.ui-datepicker-trigger,
.site div .ginput_container_date img.ui-datepicker-trigger {
  width: 51px !important;
  height: 51px !important;
  vertical-align: bottom; }

#ui-datepicker-div {
  width: 360px;
  max-width: calc(90vw); }
  #ui-datepicker-div a {
    border: none; }
  #ui-datepicker-div .ui-datepicker-header {
    border: none !important;
    background: #59C1C9 !important;
    color: #ffffff !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-shadow: none;
    padding: 1rem; }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select {
      margin-top: 0; }
  #ui-datepicker-div .ui-datepicker-prev {
    background: url(img/icon-arrows-left.png) center center no-repeat; }
  #ui-datepicker-div .ui-datepicker-next {
    background: url(img/icon-arrows-right.png) center center no-repeat; }
  #ui-datepicker-div thead {
    border-bottom: 0;
    backround: #F7F7F7; }
    #ui-datepicker-div thead th {
      color: #15171C;
      border: none;
      text-shadow: none;
      text-transform: none;
      font-family: "Spartan", sans-serif;
      font-weight: 400;
      font-size: 14px;
      font-size: 0.875rem;
      padding: .75em .25em; }
  #ui-datepicker-div tr {
    border: none; }
  #ui-datepicker-div td {
    border: none; }
    #ui-datepicker-div td.ui-datepicker-unselectable.ui-state-disabled {
      background: #F7F7F7; }
    #ui-datepicker-div td a {
      width: 51px;
      height: 40px;
      line-height: 40px;
      text-shadow: none;
      background: #F7F7F7;
      color: #15171C;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 400; }
      #ui-datepicker-div td a:hover, #ui-datepicker-div td a:focus, #ui-datepicker-div td a.ui-state-active {
        background: #59C1C9;
        color: #ffffff;
        -webkit-box-shadow: none;
                box-shadow: none; }

.alt-bg-2 .gform_wrapper input[type="text"],
.alt-bg-2 .gform_wrapper input[type="email"],
.alt-bg-2 .gform_wrapper input[type="url"],
.alt-bg-2 .gform_wrapper input[type="password"],
.alt-bg-2 .gform_wrapper input[type="search"],
.alt-bg-2 .gform_wrapper input[type="number"],
.alt-bg-2 .gform_wrapper input[type="tel"],
.alt-bg-2 .gform_wrapper input[type="range"],
.alt-bg-2 .gform_wrapper input[type="date"],
.alt-bg-2 .gform_wrapper input[type="month"],
.alt-bg-2 .gform_wrapper input[type="week"],
.alt-bg-2 .gform_wrapper input[type="time"],
.alt-bg-2 .gform_wrapper input[type="datetime"],
.alt-bg-2 .gform_wrapper input[type="datetime-local"],
.alt-bg-2 .gform_wrapper input[type="color"],
.alt-bg-2 .gform_wrapper textarea {
  background: #ffffff; }

.block .gform_wrapper .gsection {
  border: none;
  padding: 2.6875rem 2rem 1.65625rem;
  text-align: center; }
  @media screen and (orietation: landscape) {
    .block .gform_wrapper .gsection {
      padding: 5.375em 4rem 3.3125rem 4rem; } }
  @media screen and (min-width: 1100px) {
    .block .gform_wrapper .gsection {
      padding: 5.375em 8.8rem 3.3125rem 8.8rem; } }

.block .gform_wrapper .gsection.alt-bg-5 {
  background: #ddf2f4;
  margin: 0;
  text-align: left; }
  .block .gform_wrapper .gsection.alt-bg-5 ~ .gfield {
    padding: 0.5rem 2rem 4rem 2rem;
    margin-top: 0;
    background: #ddf2f4; }
    @media screen and (orientation: landscape) {
      .block .gform_wrapper .gsection.alt-bg-5 ~ .gfield {
        padding: 0.5em 4rem 4rem 4rem; } }
    @media screen and (min-width: 1100px) {
      .block .gform_wrapper .gsection.alt-bg-5 ~ .gfield {
        padding: 0.5em 8.8rem 4rem 8.8rem; } }
    .block .gform_wrapper .gsection.alt-bg-5 ~ .gfield .gfield_label {
      font-weight: 700; }
    .block .gform_wrapper .gsection.alt-bg-5 ~ .gfield ul, .block .gform_wrapper .gsection.alt-bg-5 ~ .gfield li, .block .gform_wrapper .gsection.alt-bg-5 ~ .gfield input {
      margin: 0; }
    .block .gform_wrapper .gsection.alt-bg-5 ~ .gfield .ginput_container_radio {
      margin: 0 0 1rem 0; }
    .block .gform_wrapper .gsection.alt-bg-5 ~ .gfield ~ .gfield {
      margin-top: -4rem; }

.block .gform_wrapper .gsection:not(.alt-bg-5) {
  background: transparent !important; }
  .block .gform_wrapper .gsection:not(.alt-bg-5) ~ .gfield {
    margin-top: 1rem;
    padding: 0;
    background: transparent; }
    @media screen and (orientation: landscape) {
      .block .gform_wrapper .gsection:not(.alt-bg-5) ~ .gfield {
        padding: 0; } }
    @media screen and (min-width: 1100px) {
      .block .gform_wrapper .gsection:not(.alt-bg-5) ~ .gfield {
        padding: 0; } }
    .block .gform_wrapper .gsection:not(.alt-bg-5) ~ .gfield .gfield_label {
      font-weight: 400; }
    .block .gform_wrapper .gsection:not(.alt-bg-5) ~ .gfield.gf_right_half, .block .gform_wrapper .gsection:not(.alt-bg-5) ~ .gfield.gf_left_half {
      padding-right: 16px; }
      @media screen and (max-width: 640px) {
        .block .gform_wrapper .gsection:not(.alt-bg-5) ~ .gfield.gf_right_half, .block .gform_wrapper .gsection:not(.alt-bg-5) ~ .gfield.gf_left_half {
          display: block; } }
    .block .gform_wrapper .gsection:not(.alt-bg-5) ~ .gfield ~ .gfield {
      margin-top: 1rem; }

.block .gform_wrapper .gfield_html,
.block .gform_wrapper .gfield_html.gfield_html.gfield_no_follows_desc {
  text-align: center;
  margin: 2rem 0; }
  .block .gform_wrapper .gfield_html > p,
  .block .gform_wrapper .gfield_html.gfield_html.gfield_no_follows_desc > p {
    display: block;
    width: 700px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .block .gform_wrapper .gfield_html:nth-last-child(2),
  .block .gform_wrapper .gfield_html.gfield_html.gfield_no_follows_desc:nth-last-child(2) {
    margin-top: 3rem; }

.block .gform_wrapper .gform_footer input[type="submit"] {
  display: block;
  min-width: 160px;
  margin: 0 auto; }

.block .gform_wrapper .gform_footer .privacy-policy {
  text-align: center; }

.gform_confirmation_wrapper {
  background: #e1f4dd;
  padding: 2em;
  font-size: 20px;
  font-size: 1.25rem; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:not(.button) {
  color: #0DEACE;
  text-decoration: none;
  border-bottom: 1px solid #0DEACE;
  -webkit-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out; }
  a:not(.button):visited {
    color: #0DEACE; }
  a:not(.button):hover, a:not(.button):focus, a:not(.button):active {
    color: #0DEACE;
    border-bottom-color: #15171C; }
  a:not(.button):focus {
    outline: thin dotted; }
  a:not(.button):hover, a:not(.button):active {
    outline: 0; }
  .menu a:not(.button) {
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    font-size: 0.875rem;
    border-bottom-color: transparent; }
    .menu a:not(.button):hover, .menu a:not(.button):focus {
      border-bottom-color: #0DEACE; }
  .site-info a:not(.button) {
    color: #ffffff;
    border-bottom-color: #ffffff;
    -webkit-transition: border-color 0.2s ease-out, color 0.2s ease-out;
    -o-transition: border-color 0.2s ease-out, color 0.2s ease-out;
    transition: border-color 0.2s ease-out, color 0.2s ease-out; }
    .site-info a:not(.button):hover, .site-info a:not(.button):focus {
      color: #0DEACE;
      border-bottom-color: #0DEACE; }
  .site-footer .extra a:not(.button),
  .type-post .entry-meta a:not(.button),
  .type-post .entry-footer a:not(.button) {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #A8A8A8;
    border: none;
    color: inherit;
    text-decoration: none; }
    .site-footer .extra a:not(.button):hover,
    .type-post .entry-meta a:not(.button):hover,
    .type-post .entry-footer a:not(.button):hover {
      text-decoration: underline; }
  a:not(.button).video {
    display: block;
    position: relative;
    border: none; }
    a:not(.button).video img {
      display: block; }
    a:not(.button).video:before {
      position: absolute;
      display: block;
      content: "";
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: transparent;
      -webkit-transition: background 0.3s ease-out;
      -o-transition: background 0.3s ease-out;
      transition: background 0.3s ease-out;
      z-index: 2; }
    a:not(.button).video:after {
      position: absolute;
      display: block;
      content: "";
      top: 50%;
      right: 0;
      bottom: 0;
      left: 50%;
      opacity: 0;
      z-index: 3;
      width: 154px;
      height: 154px;
      background: url(img/icon-video.png) 0 0 no-repeat;
      -webkit-transform: translate3D(-50%, -50%, 0);
          -ms-transform: translate3D(-50%, -50%, 0);
              transform: translate3D(-50%, -50%, 0);
      -webkit-transition: opacity 0.3s ease-out;
      -o-transition: opacity 0.3s ease-out;
      transition: opacity 0.3s ease-out; }
    a:not(.button).video:hover:before, a:not(.button).video:focus:before {
      background: rgba(0, 0, 0, 0.45); }
    a:not(.button).video:hover:after, a:not(.button).video:focus:after {
      opacity: 1; }

.alt-bg-3 a:not(.button),
.alt-bg-4 a:not(.button) {
  color: #ffffff;
  border-bottom-color: #ffffff; }
  .alt-bg-3 a:not(.button):hover,
  .alt-bg-4 a:not(.button):hover {
    border-bottom-color: #15171C;
    color: #ffffff; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
              box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative;
    margin-right: 2.25rem; }
    .main-navigation li:last-child {
      margin-right: 0; }
    .main-navigation li.login a {
      text-align: center; }
      .main-navigation li.login a:before {
        display: block;
        content: "";
        background: url(img/icon-login.png) center 0 no-repeat;
        width: 100%;
        height: 27px; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 961px) {
  .menu-toggle {
    display: none; }
  .main-navigation {
    display: block;
    width: 100%; }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .main-navigation ul li.right {
      margin-left: auto; } }

.menu-toggle {
  position: relative;
  float: right;
  margin: 0;
  background: transparent;
  width: 35px;
  padding: 5px;
  z-index: 10002;
  border: 0; }
  .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
    background: transparent; }

.menu-toggle:focus,
.menu-toggle:active {
  outline: 0; }

.toggle-gfx {
  position: relative;
  display: block;
  width: 25px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg); }

.toggle-gfx:hover {
  cursor: pointer; }

.toggle-gfx span {
  display: block;
  height: 3px;
  background: #ffffff;
  margin-bottom: 6px;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
      transform-origin: left center;
  opacity: 1; }

.toggled .toggle-gfx .lt {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.toggled .toggle-gfx .lm {
  opacity: 0; }

.toggled .toggle-gfx .lb {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

@media screen and (max-width: 960px) {
  #menu-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background: #15171C;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    z-index: 10001;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    -o-transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
    height: calc(100vh);
    width: 60%;
    min-width: 200px; }
  .toggled #menu-top {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: -webkit-transform 0.5s ease-out;
    -o-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out; }
  .main-navigation li {
    width: 100%;
    margin: 1em 0;
    text-align: center; }
  .main-navigation a {
    border-bottom: 0; } }

.comment-navigation,
.posts-navigation,
.post-navigation {
  margin-left: auto;
  margin-right: auto;
  width: 96%; }
  @media screen and (min-width: 1078px) {
    .comment-navigation,
    .posts-navigation,
    .post-navigation {
      width: 1088px;
      max-width: 88%; } }
  @media screen and (min-width: 1600px) {
    .comment-navigation,
    .posts-navigation,
    .post-navigation {
      max-width: 68%; } }
  .site-main .comment-navigation, .site-main
  .posts-navigation, .site-main
  .post-navigation {
    margin: 2em auto;
    overflow: hidden; }
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    float: left;
    width: 50%; }
    .comment-navigation .nav-previous a:before,
    .posts-navigation .nav-previous a:before,
    .post-navigation .nav-previous a:before {
      display: inline-block;
      content: "←";
      margin-right: 1em; }
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%; }
    .comment-navigation .nav-next a:after,
    .posts-navigation .nav-next a:after,
    .post-navigation .nav-next a:after {
      display: inline-block;
      content: "→";
      margin-left: 1em; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
html,
body {
  scroll-padding: 85px; }

.site {
  padding-top: 85px; }

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  padding: 1.3em 0;
  width: 100%;
  background: #15171C;
  color: #ffffff; }
  .site-header > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .no-cssgrid .site-header {
    display: block; }
  .site-header.headroom--pinned {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%); }
  .site-header.headroom--unpinned {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }

.site-branding {
  margin-right: 4.5rem; }
  .site-branding .site-title {
    margin: 0; }
    .site-branding .site-title img {
      display: block; }

@media screen and (max-width: 960px) {
  .main-navigation {
    margin-left: auto; } }

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
/*
 * Grid and flex
 */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .flex.vert {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .flex.center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .flex.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .flex.column.vert {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .flex.column.center {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .flex.reverse > div:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .flex.reverse > div:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }

.grid {
  display: grid;
  margin: 0 auto; }
  .no-cssgrid .grid:after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both; }
  .grid.reverse > div:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    .no-cssgrid .grid.reverse > div:last-child {
      float: left; }
  .grid.reverse > div:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    .no-cssgrid .grid.reverse > div:first-child {
      float: right; }
  .grid > * {
    display: block;
    min-width: 0; }
    .grid > *.grid {
      display: grid; }
    .grid > *.flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .no-cssgrid .grid > * {
      float: left;
      width: 100%; }

.pad {
  grid-gap: 4em; }
  @media screen and (min-width: 541px) {
    .pad {
      grid-gap: 2em; } }
  @media screen and (orientation: landscape) {
    .pad {
      grid-gap: 2em; } }

.grid-2 {
  grid-template-columns: 1fr; }
  @media screen and (min-width: 541px) {
    .grid-2 {
      grid-template-columns: repeat(2, 1fr); }
      .no-cssgrid .grid-2 > * {
        margin-right: 2%;
        width: 48%; } }
  @media screen and (min-width: 961px) {
    .grid-2 {
      grid-template-columns: repeat(2, 1fr); }
      .no-cssgrid .grid-2 > * {
        width: 48%; } }

.grid-3 {
  grid-template-columns: 1fr; }
  @media screen and (min-width: 541px) {
    .grid-3 {
      grid-template-columns: repeat(2, 1fr); }
      .no-cssgrid .grid-3 > * {
        margin-right: 2%;
        width: 48%; } }
  @media screen and (min-width: 961px) {
    .grid-3 {
      grid-template-columns: repeat(3, 1fr); }
      .no-cssgrid .grid-3 > * {
        width: 31.33333%; } }

.grid-4 {
  grid-template-columns: 1fr; }
  @media screen and (min-width: 541px) {
    .grid-4 {
      grid-template-columns: repeat(2, 1fr); }
      .no-cssgrid .grid-4 > * {
        margin-right: 2%;
        width: 48%; } }
  @media screen and (min-width: 961px) {
    .grid-4 {
      grid-template-columns: repeat(4, 1fr); }
      .no-cssgrid .grid-4 > * {
        width: 23%; } }

.grid-5 {
  grid-template-columns: 1fr; }
  @media screen and (min-width: 541px) {
    .grid-5 {
      grid-template-columns: repeat(2, 1fr); }
      .no-cssgrid .grid-5 > * {
        margin-right: 2%;
        width: 48%; } }
  @media screen and (min-width: 961px) {
    .grid-5 {
      grid-template-columns: repeat(4, 1fr); }
      .no-cssgrid .grid-5 > * {
        width: 23%; } }
  @media screen and (min-width: 1200px) {
    .grid-5 {
      grid-template-columns: repeat(5, 1fr); }
      .no-cssgrid .grid-5 > * {
        width: 18%; } }

@media screen and (min-width: 768px) {
  .grid-2.first-wide {
    grid-template-columns: 2fr 1fr; } }

@media screen and (min-width: 541px) {
  .grid-3.first-wide {
    grid-template-columns: 2fr 1fr; }
    .grid-3.first-wide > div:nth-child(2) {
      grid-column-start: 1; } }

@media screen and (min-width: 961px) {
  .grid-3.first-wide {
    grid-template-columns: 2fr 1fr 1fr; }
    .grid-3.first-wide > div:nth-child(2) {
      grid-column-start: auto; } }

@media screen and (min-width: 541px) {
  .grid-4.first-wide {
    grid-template-columns: 2fr 1fr; } }

@media screen and (min-width: 961px) {
  .grid-4.first-wide {
    grid-template-columns: 2fr 1fr 1fr 1fr; } }

/*
 * Blocks
 */
.block {
  position: relative;
  overflow: hidden;
  clear: both; }
  .block > .wrap {
    padding-top: 4.625em;
    padding-bottom: 4.625em; }
  .block.narrow {
    margin-left: auto;
    margin-right: auto;
    width: 96%; }
    @media screen and (min-width: 1078px) {
      .block.narrow {
        width: 812px;
        max-width: 78%; } }
    @media screen and (min-width: 1600px) {
      .block.narrow {
        max-width: 58%; } }
  .block.wide {
    margin-left: auto;
    margin-right: auto;
    width: 96%; }
    @media screen and (min-width: 1078px) {
      .block.wide {
        width: 1088px;
        max-width: 88%; } }
    @media screen and (min-width: 1600px) {
      .block.wide {
        max-width: 68%; } }
  .block.full.text > div {
    margin-left: auto;
    margin-right: auto;
    width: 96%; }
    @media screen and (min-width: 1078px) {
      .block.full.text > div {
        width: 1088px;
        max-width: 88%; } }
    @media screen and (min-width: 1600px) {
      .block.full.text > div {
        max-width: 68%; } }
  .block.alt-bg-1 {
    background: #ffffff; }
    .block.alt-bg-1.shape > div {
      position: relative;
      z-index: 2; }
    .block.alt-bg-1.shape:after {
      display: none;
      content: "";
      position: absolute;
      top: -123px;
      left: -154px;
      width: 586px;
      height: 600px;
      background: url(img/shape.png) 0 0 no-repeat;
      z-index: 1; }
      @media screen and (orientation: portrait) {
        .block.alt-bg-1.shape:after {
          top: -61px;
          left: -77px;
          width: 293px;
          height: 300px;
          background-size: 293px 300px; } }
  .block.alt-bg-2 {
    background: #F7F7F7; }
    .block.alt-bg-2.shape > div {
      position: relative;
      z-index: 2; }
    .block.alt-bg-2.shape:after {
      display: none;
      content: "";
      position: absolute;
      top: 50%;
      left: -154px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 586px;
      height: 600px;
      background: url(img/shape-white.png) 0 0 no-repeat;
      z-index: 1; }
      @media screen and (orientation: portrait) {
        .block.alt-bg-2.shape:after {
          top: -50px;
          left: -77px;
          width: 293px;
          height: 300px;
          -webkit-transform: translateY(0);
              -ms-transform: translateY(0);
                  transform: translateY(0);
          background-size: 293px 300px; } }
  .block.alt-bg-3 {
    background: #0DEACE;
    color: #ffffff; }
  .block.alt-bg-4 {
    background: #59C1C9;
    color: #ffffff; }
  .block.alt-bg-5 {
    background: #ddf2f4; }
  .block .title {
    margin-bottom: 2.875em; }
  .block > .flex {
    padding-top: 4.625em;
    padding-bottom: 4.625em; }
    .block > .flex > .title {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .block > .flex > .text {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin: 0 auto 2.875em auto; }
    .block > .flex > .items {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
  .block.text-after .flex > .items {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .block.text-after .flex > .text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 2.875em auto 0 auto; }
  .block.hero {
    position: relative;
    overflow: hidden;
    color: #ffffff; }
    .block.hero:before {
      display: block;
      content: "";
      position: absolute;
      top: 20%;
      bottom: 0;
      left: 0;
      right: 0;
      background: -webkit-gradient(linear, left bottom, left top, from(#15171C), to(transparent));
      background: -o-linear-gradient(bottom, #15171C, transparent);
      background: linear-gradient(to top, #15171C, transparent);
      opacity: 0.78; }
    .home .block.hero:before {
      display: block;
      content: "";
      position: absolute;
      top: 20%;
      bottom: 0;
      left: 0;
      right: 0;
      background: -webkit-gradient(linear, left bottom, left top, from(#15171C), to(transparent));
      background: -o-linear-gradient(bottom, #15171C, transparent);
      background: linear-gradient(to top, #15171C, transparent);
      opacity: 0.78;
      top: 0;
      right: 35%;
      background: -webkit-gradient(linear, left top, right top, from(#15171C), to(transparent));
      background: -o-linear-gradient(left, #15171C, transparent);
      background: linear-gradient(to right, #15171C, transparent);
      opacity: 0.36; }
      @media screen and (orientation: portrait) {
        .home .block.hero:before {
          right: 0; } }
    @media screen and (orientation: portrait) {
      .block.hero:before {
        z-index: 2; }
      .block.hero:after {
        z-index: 3; } }
    .block.hero.shape:after {
      display: none;
      content: "";
      position: absolute;
      top: -123px;
      right: -100px;
      width: 586px;
      height: 600px;
      background: url(img/shape.png) 0 0 no-repeat; }
      @media screen and (orientation: portrait) {
        .block.hero.shape:after {
          top: -61px;
          right: -50px;
          width: 293px;
          height: 300px;
          background-size: 293px 300px;
          opacity: 0.8; } }
    .block.hero .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      @media screen and (orientation: portrait) {
        .block.hero .wrap {
          position: relative;
          z-index: 5; } }
      .block.hero .wrap .content p {
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: 700; }
      .block.hero .wrap .button {
        margin: 2rem 0; }
      .block.hero .wrap header {
        text-align: center;
        margin: 0 auto 2rem auto;
        width: 100%;
        max-width: 100%; }
    .block.hero.shape .wrap > * {
      text-align: left;
      width: 1100px;
      max-width: 100%; }
    .block.hero.shape header {
      text-align: left;
      margin-left: 0; }
    .block.hero:not(.shape) .content {
      width: 100%;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
    .block.hero img.size-banner {
      display: block;
      width: 100%;
      hegiht: auto; }
      @media screen and (orientation: portrait) {
        .block.hero img.size-banner {
          height: calc(80vh);
          width: auto;
          max-width: 9999px; } }
      @media screen and (max-width: 375px) {
        .block.hero img.size-banner {
          height: calc(95vh); } }
    @media screen and (orientation: portrait) {
      .block.hero .background {
        height: calc(80vh);
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: translateX(-30%);
            -ms-transform: translateX(-30%);
                transform: translateX(-30%);
        z-index: 1; } }
    @media screen and (max-width: 375px) {
      .block.hero .background {
        height: calc(95vh); } }
    .block.hero > .button {
      /*position: absolute;
      right: -3px;
      bottom: -3px;
      z-index: 6;
      max-width: 170px;
      text-align: center;
      @media screen and (orientation: portrait){
        display: block;
        position: relative;
        max-width: 100%;
        width: 100%;
        right: auto;
        bottom: auto;
      }*/ }
    .home .block.hero:first-child .wrap:after {
      display: none;
      content: "";
      position: absolute;
      top: auto;
      right: auto;
      bottom: 4em;
      left: 0;
      width: 255px;
      height: 69px;
      background: url(img/visma-epasseli.png) 0 0 no-repeat; }
      @media screen and (orientation: portrait) {
        .home .block.hero:first-child .wrap:after {
          bottom: 2em; } }
  @media screen and (min-width: 640px) {
    .block.boxes .items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .block.boxes .items .item {
    position: relative;
    padding: 0.8125rem; }
    @media screen and (min-width: 640px) {
      .block.boxes .items .item {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; } }
    @media screen and (min-width: 768px) {
      .block.boxes .items .item {
        -ms-flex-preferred-size: 33.33%;
            flex-basis: 33.33%; } }
    @media screen and (min-width: 1100px) {
      .block.boxes .items .item {
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%; } }
    .block.boxes .items .item:after {
      display: block;
      content: "";
      position: absolute;
      top: auto;
      right: 2em;
      bottom: 1em;
      left: 2em;
      height: 60px;
      -webkit-box-shadow: 0 3px 27px rgba(1, 1, 1, 0.16);
              box-shadow: 0 3px 27px rgba(1, 1, 1, 0.16);
      z-index: 1; }
    .block.boxes .items .item .container {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      background: #ffffff;
      z-index: 2;
      height: 100%;
      padding-bottom: 2rem; }
      .block.boxes .items .item .container img {
        display: block;
        width: 100%;
        height: auto;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-bottom: 1rem; }
      .block.boxes .items .item .container > h2,
      .block.boxes .items .item .container > h3 {
        position: relative;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        padding: 0 1rem 1rem 1rem;
        margin: 1rem 0;
        text-align: center;
        min-height: 66px; }
        .block.boxes .items .item .container > h2:after,
        .block.boxes .items .item .container > h3:after {
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          display: block;
          content: "";
          width: 28px;
          height: 3px;
          background: #0DEACE;
          margin: 1rem auto;
          margin: 0; }
      .block.boxes .items .item .container .price {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        padding: 0 1rem;
        margin: .75rem 0 1rem 0;
        text-align: center; }
      .block.boxes .items .item .container .text {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
        padding: 0 1rem;
        text-align: center;
        font-size: 14px;
        font-size: 0.875rem; }
      .block.boxes .items .item .container > * {
        width: 100%; }
  .block.boxes .button-container {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    text-align: center;
    padding-top: 4.625em; }
  .block.boxes.horizontal .items {
    display: block; }
    .block.boxes.horizontal .items .item {
      padding: 0;
      margin: 0 0 3.125rem 0; }
      .block.boxes.horizontal .items .item:after {
        display: none; }
      .block.boxes.horizontal .items .item .container {
        display: grid;
        grid-template-columns: 1fr;
        padding: 0;
        background: #F7F7F7; }
        @media screen and (min-width: 640px) {
          .block.boxes.horizontal .items .item .container {
            grid-template-columns: 300px 1fr; }
            .block.boxes.horizontal .items .item .container:after {
              display: block;
              content: "";
              -webkit-box-ordinal-group: 4;
                  -ms-flex-order: 3;
                      order: 3; } }
        @media screen and (min-width: 1024px) {
          .block.boxes.horizontal .items .item .container {
            grid-template-columns: 390px 1fr 20%; }
            .block.boxes.horizontal .items .item .container:after {
              display: none; } }
        .block.boxes.horizontal .items .item .container img {
          display: block;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          width: 390px;
          height: auto;
          margin: 0; }
        .block.boxes.horizontal .items .item .container .middle {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2;
          padding: 2rem; }
          @media screen and (min-width: 640px) {
            .block.boxes.horizontal .items .item .container .middle {
              padding: 1rem 3.375rem; } }
          .block.boxes.horizontal .items .item .container .middle h2:after,
          .block.boxes.horizontal .items .item .container .middle h3:after {
            display: block;
            content: "";
            width: 28px;
            height: 3px;
            background: #0DEACE;
            margin: 1rem auto;
            margin-left: 0; }
          .block.boxes.horizontal .items .item .container .middle .text {
            text-align: left;
            padding: 0; }
        .block.boxes.horizontal .items .item .container .price {
          -webkit-box-ordinal-group: 5;
              -ms-flex-order: 4;
                  order: 4;
          padding: 0;
          text-align: center;
          padding-bottom: 2rem; }
          @media screen and (min-width: 640px) {
            .block.boxes.horizontal .items .item .container .price {
              padding-bottom: 0; } }
          @media screen and (min-width: 1024px) {
            .block.boxes.horizontal .items .item .container .price {
              -webkit-box-ordinal-group: 4;
                  -ms-flex-order: 3;
                      order: 3; } }
        .block.boxes.horizontal .items .item .container .middle,
        .block.boxes.horizontal .items .item .container .price {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
  .block.boxes.horizontal .button-container {
    padding-top: 0; }
  .block.columns .items {
    padding: 1em 0; }
    @media screen and (min-width: 1100px) {
      .block.columns .items.grid-2 {
        grid-gap: 4em; } }
    @media screen and (min-width: 1366px) {
      .block.columns .items.grid-2 {
        grid-gap: 6em; } }
    @media screen and (min-width: 1100px) {
      .block.columns .items.grid-3 {
        grid-gap: 2em; } }
    @media screen and (min-width: 1366px) {
      .block.columns .items.grid-3 {
        grid-gap: 4em; } }
  .block.faq .items .item {
    margin: 0 0 .75rem 0; }
  .block.faq .answer {
    display: none; }
    .block.faq .answer.active {
      display: block;
      padding: 1rem;
      margin-bottom: 1rem; }

.alt-bg-2 .boxes.horizontal .items .item {
  background: #ffffff; }

.wp-block-image {
  margin: 0; }
  .wp-block-image figure {
    margin-top: 0;
    margin-bottom: 0; }

.wp-block-separator {
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  width: 96%; }
  @media screen and (min-width: 1078px) {
    .wp-block-separator {
      width: 812px;
      max-width: 78%; } }
  @media screen and (min-width: 1600px) {
    .wp-block-separator {
      max-width: 58%; } }
  .wp-block-separator.is-style-wide {
    margin-left: auto;
    margin-right: auto;
    width: 96%; }
    @media screen and (min-width: 1078px) {
      .wp-block-separator.is-style-wide {
        width: 1640px;
        max-width: 97%; } }
    @media screen and (min-width: 1600px) {
      .wp-block-separator.is-style-wide {
        max-width: 90%; } }

/*
 * Posts and pages
 */
.sticky {
  display: block; }

.post,
.page {
  margin: 0; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 0; }

.entry-header,
.page-header {
  margin-left: auto;
  margin-right: auto;
  width: 96%; }
  @media screen and (min-width: 1078px) {
    .entry-header,
    .page-header {
      width: 1088px;
      max-width: 88%; } }
  @media screen and (min-width: 1600px) {
    .entry-header,
    .page-header {
      max-width: 68%; } }

.page-links {
  clear: both;
  margin: 0; }

.edit-link {
  position: fixed;
  top: 50%;
  right: 1em;
  z-index: 1000; }
  .edit-link a {
    display: block;
    background: #010101;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    padding: 1em; }
    .edit-link a:hover, .edit-link a:focus, .edit-link a:active {
      background-color: #4e4e4e; }

body.search .site-main, body.error404 .site-main {
  background: #ffffff;
  padding-top: 4.625em;
  padding-bottom: 4.625em; }
  body.search .site-main section, body.error404 .site-main section {
    margin-left: auto;
    margin-right: auto;
    width: 96%; }
    @media screen and (min-width: 1078px) {
      body.search .site-main section, body.error404 .site-main section {
        width: 812px;
        max-width: 78%; } }
    @media screen and (min-width: 1600px) {
      body.search .site-main section, body.error404 .site-main section {
        max-width: 58%; } }
    body.search .site-main section .page-header, body.error404 .site-main section .page-header {
      max-width: 100%; }
    body.search .site-main section .page-content, body.error404 .site-main section .page-content {
      padding: 2em 0; }
  body.search .site-main article, body.error404 .site-main article {
    margin: 2em 0; }

.blog .site-content,
.category .site-content,
.tag .site-content,
.single-post .site-content {
  background: #ffffff;
  padding: 4em 0 0 0; }
  .blog .site-content .blog-header,
  .category .site-content .blog-header,
  .tag .site-content .blog-header,
  .single-post .site-content .blog-header {
    margin-left: auto;
    margin-right: auto;
    width: 96%; }
    @media screen and (min-width: 1078px) {
      .blog .site-content .blog-header,
      .category .site-content .blog-header,
      .tag .site-content .blog-header,
      .single-post .site-content .blog-header {
        width: 1088px;
        max-width: 88%; } }
    @media screen and (min-width: 1600px) {
      .blog .site-content .blog-header,
      .category .site-content .blog-header,
      .tag .site-content .blog-header,
      .single-post .site-content .blog-header {
        max-width: 68%; } }
  .blog .site-content .hentry,
  .category .site-content .hentry,
  .tag .site-content .hentry,
  .single-post .site-content .hentry {
    margin: 0; }
    @media screen and (min-width: 541px) {
      .blog .site-content .hentry,
      .category .site-content .hentry,
      .tag .site-content .hentry,
      .single-post .site-content .hentry {
        margin: 2em 0 5em 0; } }
    .blog .site-content .hentry .entry-title,
    .category .site-content .hentry .entry-title,
    .tag .site-content .hentry .entry-title,
    .single-post .site-content .hentry .entry-title {
      margin-bottom: 0; }
    .blog .site-content .hentry a:not(.button),
    .category .site-content .hentry a:not(.button),
    .tag .site-content .hentry a:not(.button),
    .single-post .site-content .hentry a:not(.button) {
      border: none;
      color: inherit; }

.blog .hentry > *,
.category .hentry > *,
.tag .hentry > * {
  width: 100%;
  max-width: 100%; }

.single-post .type-post > * {
  margin-left: auto;
  margin-right: auto;
  width: 96%; }
  @media screen and (min-width: 1078px) {
    .single-post .type-post > * {
      width: 1088px;
      max-width: 88%; } }
  @media screen and (min-width: 1600px) {
    .single-post .type-post > * {
      max-width: 68%; } }

.type-post .entry-meta {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #A8A8A8;
  margin-bottom: 1rem; }
  .single-post .type-post .entry-meta {
    margin-bottom: 2rem; }

.type-post .post-thumbnail {
  display: block;
  margin-bottom: 1rem; }
  .single-post .type-post .post-thumbnail img {
    display: inline-block;
    margin: 0 0 2em 0; }
    @media screen and (min-width: 769px) {
      .single-post .type-post .post-thumbnail img {
        float: left;
        max-width: 40%;
        margin: 0 2em 1em 0; } }

.type-post .entry-content:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both; }

.type-post .block.text .wrap {
  padding: 0; }

.type-post .entry-footer {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #A8A8A8;
  margin: 1em auto; }

/*
 * Comments
 */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  padding-bottom: 4.625em;
  background: #15171C;
  color: #ffffff; }
  .site-footer > * {
    margin-left: auto;
    margin-right: auto;
    width: 96%; }
    @media screen and (min-width: 1078px) {
      .site-footer > * {
        width: 1640px;
        max-width: 97%; } }
    @media screen and (min-width: 1600px) {
      .site-footer > * {
        max-width: 90%; } }
  .site-footer .site-info {
    padding-top: 4.625em;
    padding-bottom: 4.625em;
    width: 584px;
    max-width: 100%; }
    .site-footer .site-info img[src*="logo"] {
      margin-bottom: 3em; }
  .site-footer .extra {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #A8A8A8; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }
