/*!
Theme Name: Pirkanmaan Yrityskummit 2019
Theme URI: http://underscores.me/
Author: Bananas
Author URI: https://www.bananas.fi
Description: Theme for Pirkanmaan Yrityskummit 2019
Version: 1.1.8
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pirkanmaan-yrityskummit-2019
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
GitHub Theme URI: brawo-branding/pirkanmaan-yrityskummit-2019

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.

Pirkanmaan Yrityskummit 2019 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
--------------------------------------------------------------*/
.wrap {
  width: 96%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 1078px) {
    .wrap {
      width: 90%;
      max-width: 1600px; } }

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
html {
  font-size: 100%; }
  @media screen and (min-width: 1366px) {
    html {
      font-size: 115%; } }
  @media screen and (min-width: 2000px) {
    html {
      font-size: 131.25%; } }

body,
button,
input,
select,
optgroup,
textarea {
  color: #232946;
  font-family: azo-sans-web, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.524;
  font-weight: 500; }

body.home {
  color: #313131; }
  body.home .row.bg {
    color: #232946; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #29326e; }
  .home h1, .home h2, .home h3, .home h4, .home h5, .home h6 {
    color: #313131; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0; }

h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.046;
  margin-bottom: 1em; }
  @media screen and (min-width: 541px) {
    h1 {
      font-size: 49.52px;
      font-size: 3.095rem; } }
  .single-post h1 {
    margin-bottom: 0;
    line-height: 1.3; }

h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.046;
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 541px) {
    h2 {
      font-size: 30.48px;
      font-size: 1.905rem; } }
  .home h2 {
    font-size: 32px;
    font-size: 2rem; }
    @media screen and (min-width: 541px) {
      .home h2 {
        font-size: 49.52px;
        font-size: 3.095rem; } }
  #colophon h2 {
    font-size: 13.712px;
    font-size: 0.857rem;
    text-transform: uppercase;
    margin-bottom: .5rem;
    font-weight: 700;
    color: #29326e; }

h3 {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1rem; }

.articles .hentry h2,
.category .hentry h2,
.blog .hentry h2, .articles .hentry h3,
.category .hentry h3,
.blog .hentry h3 {
  font-size: 16px;
  font-size: 1rem;
  margin: 1rem 0;
  color: #29326e;
  font-weight: bold;
  line-height: 1.6; }

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em;
  font-size: 20px;
  font-size: 1.25rem;
  color: #343d68; }

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

.site-content p:first-child, .site-content ul:first-child, .site-content ol:first-child, .site-content blockquote:first-child {
  margin-top: 0; }

.site-content p:last-child, .site-content ul:last-child, .site-content ol:last-child, .site-content blockquote:last-child {
  margin-bottom: 0; }

.site-header * {
  font-size: 13.712px;
  font-size: 0.857rem; }

#footer-1 * {
  font-size: 10.672px;
  font-size: 0.667rem;
  font-weight: 400; }

#footer-2 * {
  font-size: 12.192px;
  font-size: 0.762rem;
  font-weight: 400; }

#footer-2 .textwidget a {
  font-weight: 500; }

#footer-2 li {
  font-weight: 400;
  margin-bottom: 1em; }

.alt-size-1 {
  font-size: 30.48px;
  font-size: 1.905rem; }

.alt-color-1 {
  color: #313131; }

.alt-color-2 {
  color: #fff; }

.entry-meta {
  font-size: 12.448px;
  font-size: 0.778rem; }
  .entry-meta a {
    text-decoration: none; }

.single-post .hentry .entry-footer {
  font-size: 9.904px;
  font-size: 0.619rem; }

.category .entry-content,
.articles .entry-content {
  font-size: 9.904px;
  font-size: 0.619rem;
  text-transform: uppercase; }

/*--------------------------------------------------------------
# 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: #fff;
  /* 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 1em; }

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

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .flex.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .flex.reverse > *:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .flex.reverse > *:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }

.grid {
  display: grid;
  max-width: 100%;
  margin: 0 auto; }
  .no-cssgrid .grid:after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both; }
  .grid > * {
    display: block;
    min-width: 0; }
    .grid > *.grid {
      display: grid; }
    .no-cssgrid .grid > * {
      float: left;
      width: 100%;
      padding: 1em; }

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

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

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

.grid-3 {
  grid-template-columns: 1fr; }
  @media screen and (min-width: 541px) {
    .grid-3 {
      grid-template-columns: repeat(2, 1fr); }
      .no-cssgrid .grid-3 > * {
        width: 50%; } }
  @media screen and (min-width: 961px) {
    .grid-3 {
      grid-template-columns: repeat(3, 1fr); }
      .no-cssgrid .grid-3 > * {
        width: 33.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 > * {
        width: 50%; } }
  @media screen and (min-width: 961px) {
    .grid-4 {
      grid-template-columns: repeat(4, 1fr); }
      .no-cssgrid .grid-4 > * {
        width: 25%; } }

.grid-5 {
  grid-template-columns: 1fr; }
  @media screen and (min-width: 541px) {
    .grid-5 {
      grid-template-columns: repeat(2, 1fr); }
      .no-cssgrid .grid-5 > * {
        width: 50%; } }
  @media screen and (min-width: 961px) {
    .grid-5 {
      grid-template-columns: repeat(4, 1fr); }
      .no-cssgrid .grid-5 > * {
        width: 100% / 4; } }
  @media screen and (min-width: 1200px) {
    .grid-5 {
      grid-template-columns: repeat(5, 1fr); }
      .no-cssgrid .grid-5 > * {
        width: 20%; } }

.grid-6 {
  grid-template-columns: 1fr; }
  @media screen and (min-width: 541px) {
    .grid-6 {
      grid-template-columns: repeat(2, 1fr); }
      .no-cssgrid .grid-6 > * {
        width: 50%; } }
  @media screen and (min-width: 961px) {
    .grid-6 {
      grid-template-columns: repeat(4, 1fr); }
      .no-cssgrid .grid-6 > * {
        width: 100% / 4; } }
  @media screen and (min-width: 1200px) {
    .grid-6 {
      grid-template-columns: repeat(6, 1fr); }
      .no-cssgrid .grid-6 > * {
        width: 16.66667%; } }

@media screen and (min-width: 768px) {
  .grid-2.left .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .grid-2.left .content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

.grid-2ish {
  grid-template-columns: 1fr; }
  @media screen and (min-width: 961px) {
    .grid-2ish {
      grid-template-columns: 45fr 55fr; } }
  .no-cssgrid .grid-2ish > * {
    width: 100%; }
    @media screen and (min-width: 961px) {
      .no-cssgrid .grid-2ish > * > *:first-child {
        width: 45%; }
      .no-cssgrid .grid-2ish > * > *:last-child {
        width: 55%; } }
  @media screen and (min-width: 768px) {
    .grid-2ish.left .image {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .grid-2ish.left .content {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  @media screen and (min-width: 961px) {
    .grid-2ish.left {
      grid-template-columns: 55fr 45fr; }
      .no-cssgrid .grid-2ish.left > * {
        float: right; } }

.bg-alt-1 {
  background-color: #fff; }

.bg-alt-2 {
  background-color: #29326e; }

.bg-alt-3 {
  background-color: #8ab64d; }

.bg-alt-4 {
  background-color: #de9089; }

.site-content .row {
  margin: 3em 0; }
  @media screen and (min-width: 1366px) {
    .site-content .row {
      margin: 6em 0; } }
  .site-content .row:first-child {
    margin-top: 0; }

.site-content h2 + .row {
  margin-top: 0; }

.row.regular .content {
  width: 100%;
  max-width: 970px;
  margin: 0 auto; }

.row.image-text .bg {
  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; }

.row.image {
  text-align: center; }
  .row.image.full > img {
    display: inline-block; }

.row.columns.bg {
  padding: 1em; }
  @media screen and (min-width: 1366px) {
    .row.columns.bg {
      padding: 2em; } }

.row .bg {
  padding: 1em; }
  @media screen and (min-width: 1366px) {
    .row .bg {
      padding: 2em; } }

.row.columns .bg-alt-1 {
  padding: 1rem; }

.row.articles {
  margin-bottom: 1em; }

.row.files > div:not(.grid) {
  width: 100%;
  max-width: 970px;
  margin: 0 auto 2em auto; }

.row.files .item {
  background: #fff;
  padding: 1em;
  text-align: center; }

.row.files .content p {
  display: none; }
  .row.files .content p.attachment {
    display: block; }
    .row.files .content p.attachment a {
      -webkit-transition: opacity 0.3s ease-out;
      -o-transition: opacity 0.3s ease-out;
      transition: opacity 0.3s ease-out; }
      .row.files .content p.attachment a:hover {
        opacity: 0.7; }

.row.files h2, .row.files p {
  margin: 0 0 .5em 0; }

.row.files h2 {
  font-size: 14px;
  font-size: 0.875rem;
  min-height: 2.5em; }

.row.files p {
  font-size: 12px;
  font-size: 0.75rem; }

.row.files img {
  display: inline-block; }

.row.files a {
  display: block; }

.row.files .more-files {
  padding: 2em 0;
  text-align: center; }
  .row.files .more-files a {
    display: inline-block; }
    .row.files .more-files a:after {
      display: inline;
      content: ">";
      margin-left: 1em; }

.archive-link {
  text-align: right;
  margin: 0 0 3em 0; }
  @media screen and (min-width: 1366px) {
    .archive-link {
      margin: 0 0 6em 0; } }

dialog {
  display: block;
  border: 0; }

.no-scroll {
  overflow: hidden; }

.modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 666;
  background-color: rgba(49, 49, 49, 0.5); }

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1000px;
  max-width: 94%;
  background: #fff;
  z-index: 667;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 1rem; }
  .modal p {
    margin: 0 0 1em 0; }

.modal-close {
  position: absolute;
  top: .5rem;
  right: .5rem;
  font-size: 12px;
  font-size: 0.75rem; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button:not(li),
.button > a {
  display: inline-block;
  border: 2px solid #8ab64d;
  border-radius: 0;
  background: #8ab64d;
  color: #fff;
  -webkit-transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
  transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
  line-height: 1;
  padding: .5em 1em;
  text-decoration: none; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  .button:not(li):hover,
  .button > a:hover {
    border-color: #8ecf34;
    background: #8ecf34;
    color: #fff; }
  button:visited,
  input[type="button"]:visited,
  input[type="reset"]:visited,
  input[type="submit"]:visited,
  .button:not(li):visited,
  .button > a:visited {
    color: #fff; }
  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:not(li):active,
  .button:not(li):focus,
  .button > a:active,
  .button > a:focus {
    border-color: #313131;
    color: #fff; }
  .extra button, .extra
  input[type="button"], .extra
  input[type="reset"], .extra
  input[type="submit"], .extra
  .button:not(li), .extra
  .button > a {
    color: #29326e;
    padding: 1em; }
  button.alt,
  input[type="button"].alt,
  input[type="reset"].alt,
  input[type="submit"].alt,
  .button:not(li).alt,
  .button > a.alt {
    background-color: #de9089;
    border-color: #de9089; }
    button.alt:hover,
    input[type="button"].alt:hover,
    input[type="reset"].alt:hover,
    input[type="submit"].alt:hover,
    .button:not(li).alt:hover,
    .button > a.alt:hover {
      border-color: #f57d72;
      background: #f57d72; }
    button.alt:focus,
    input[type="button"].alt:focus,
    input[type="reset"].alt:focus,
    input[type="submit"].alt:focus,
    .button:not(li).alt:focus,
    .button > a.alt:focus {
      border-color: #313131;
      color: #fff; }
  button.alt-size-1,
  input[type="button"].alt-size-1,
  input[type="reset"].alt-size-1,
  input[type="submit"].alt-size-1,
  .button:not(li).alt-size-1,
  .button > a.alt-size-1 {
    font-weight: bold; }

.button.alt > a,
.button.alt > a:visited {
  background-color: #de9089;
  border-color: #de9089; }
  .button.alt > a:hover,
  .button.alt > a:visited:hover {
    border-color: #f57d72;
    background: #f57d72; }
  .button.alt > a:focus,
  .button.alt > a:visited:focus {
    border-color: #313131; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #29326e;
  border-radius: 0;
  padding: .25em; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #29326e; }

textarea {
  width: 100%; }

body .gform_confirmation_wrapper {
  padding: 1em;
  border: 2px solid #8ab64d;
  background: white; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #8ab64d;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out; }
  a:visited {
    color: #6f943c; }
  a:hover, a:focus, a:active {
    color: #546f2e; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu a {
  text-decoration: none; }

.menu .icon a {
  line-height: 1; }

.menu .icon a:before {
  display: inline-block;
  content: "";
  width: 26px;
  height: 26px;
  background: url(img/icon-home.png) 0 0 no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  .svgasimage .menu .icon a:before {
    background-image: url(img/icon-home.svg); }

.menu .icon a:hover:before {
  opacity: 0.6; }

.main-navigation {
  display: block; }
  .main-navigation a,
  .main-navigation a:visited {
    color: #313131;
    padding: .5em;
    -webkit-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out; }
  .main-navigation a:hover {
    color: #8ab64d; }
  .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;
      background: #fff;
      padding: .5em 0;
      margin-left: -1em; }
      @media screen and (max-width: 960px) {
        .main-navigation ul ul {
          width: 100%;
          margin-left: 0;
          -webkit-box-shadow: none;
                  box-shadow: none;
          padding: 0 0 1em 0; } }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li {
        margin: 0 0 .125em 0;
        padding: 0 1em; }
        .main-navigation ul ul li:hover > ul,
        .main-navigation ul ul li.focus > ul {
          left: 100%; }
      .main-navigation ul ul a,
      .main-navigation ul ul a:visited {
        width: 250px; }
        @media screen and (max-width: 960px) {
          .main-navigation ul ul a,
          .main-navigation ul ul a:visited {
            width: 100%;
            display: block;
            color: #646464; } }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
      @media screen and (max-width: 960px) {
        .main-navigation ul li:hover > ul,
        .main-navigation ul li.focus > ul {
          position: relative;
          top: auto;
          left: auto; } }
  .main-navigation li {
    float: left;
    position: relative;
    margin-right: 0.25em; }
    .main-navigation li.menu-item-has-children > a:after {
      display: inline-block;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      font-family: "Dashicons";
      content: "\f347";
      font-size: 12px;
      line-height: 16px;
      text-align: center;
      color: #fff;
      background: #313131;
      -webkit-transition: background-color 0.2s ease-out;
      -o-transition: background-color 0.2s ease-out;
      transition: background-color 0.2s ease-out;
      margin-left: .5rem; }
    .main-navigation li.menu-item-has-children > a:hover:after {
      background: #8ab64d; }
    @media screen and (min-width: 1366px) {
      .main-navigation li {
        margin-right: .5em; } }
    @media screen and (min-width: 1700px) {
      .main-navigation li {
        margin-right: 1em; } }
    .main-navigation li:last-child {
      margin-right: 0; }
  .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 ul {
    display: block; } }

.site-header .menu-toggle {
  position: relative;
  z-index: 200; }
  .site-header .menu-toggle span {
    font-size: 18px;
    font-size: 1.125rem; }

.toggle-gfx {
  position: relative;
  display: inline-block;
  width: 20px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg); }
  .toggle-gfx:hover {
    cursor: pointer; }
  .toggle-gfx span {
    display: block;
    height: 3px;
    background: #fff;
    margin-bottom: 3px;
    -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; }
  .toggle-gfx .lb {
    margin-bottom: 0; }
  .toggled .toggle-gfx .lt {
    -webkit-transform: rotate(32deg);
        -ms-transform: rotate(32deg);
            transform: rotate(32deg);
    width: 114%; }
  .toggled .toggle-gfx .lm {
    opacity: 0; }
  .toggled .toggle-gfx .lb {
    -webkit-transform: rotate(-32deg);
        -ms-transform: rotate(-32deg);
            transform: rotate(-32deg);
    width: 114%; }

@media screen and (max-width: 768px) {
  .menu-top-container {
    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;
    left: 0;
    height: calc(100vh);
    width: 400px;
    max-width: calc(70vw);
    z-index: 11;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    z-index: 100;
    background: rgba(255, 255, 255, 0.95); }
    .toggled .menu-top-container {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
    .menu-top-container li {
      float: none;
      width: 100%;
      text-align: center;
      margin: 0 0 1em 0; }
      .menu-top-container li a {
        display: block;
        width: 100%; } }

.comment-navigation,
.posts-navigation,
.post-navigation {
  width: 100%;
  max-width: 970px;
  margin: 3em auto; }
  .blog .comment-navigation,
  .category .comment-navigation, .blog
  .posts-navigation,
  .category
  .posts-navigation, .blog
  .post-navigation,
  .category
  .post-navigation {
    max-width: 100%; }
  .site-main .comment-navigation, .site-main
  .posts-navigation, .site-main
  .post-navigation {
    overflow: hidden; }
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    float: left;
    width: 49%; }
    .comment-navigation .nav-previous a,
    .posts-navigation .nav-previous a,
    .post-navigation .nav-previous a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      background: #29326e;
      color: #fff;
      text-transform: uppercase;
      border-radius: 5px;
      text-decoration: none;
      padding: .25rem .5rem;
      font-size: 0.778rem;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      line-height: 1;
      -webkit-transition: background-color 0.3s ease-out;
      -o-transition: background-color 0.3s ease-out;
      transition: background-color 0.3s ease-out; }
      .comment-navigation .nav-previous a:before, .comment-navigation .nav-previous a:after,
      .posts-navigation .nav-previous a:before,
      .posts-navigation .nav-previous a:after,
      .post-navigation .nav-previous a:before,
      .post-navigation .nav-previous a:after {
        display: inline-block;
        content: "";
        width: 10px;
        height: 17px;
        background: url(img/icon-arrow-left-white.png) 0 0 no-repeat;
        background-size: contain;
        margin-right: .5em; }
        .svg .comment-navigation .nav-previous a:before, .svg .comment-navigation .nav-previous a:after, .svg
        .posts-navigation .nav-previous a:before, .svg
        .posts-navigation .nav-previous a:after, .svg
        .post-navigation .nav-previous a:before, .svg
        .post-navigation .nav-previous a:after {
          background-image: url(img/icon-arrow-left-white.svg); }
      .comment-navigation .nav-previous a:after,
      .posts-navigation .nav-previous a:after,
      .post-navigation .nav-previous a:after {
        margin-right: 0;
        margin-left: .5em; }
      .comment-navigation .nav-previous a:after,
      .posts-navigation .nav-previous a:after,
      .post-navigation .nav-previous a:after {
        display: none; }
      .comment-navigation .nav-previous a:hover, .comment-navigation .nav-previous a:active,
      .posts-navigation .nav-previous a:hover,
      .posts-navigation .nav-previous a:active,
      .post-navigation .nav-previous a:hover,
      .post-navigation .nav-previous a:active {
        background: #8ab64d; }
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 49%; }
    .comment-navigation .nav-next a,
    .posts-navigation .nav-next a,
    .post-navigation .nav-next a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      background: #29326e;
      color: #fff;
      text-transform: uppercase;
      border-radius: 5px;
      text-decoration: none;
      padding: .25rem .5rem;
      font-size: 0.778rem;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      line-height: 1;
      -webkit-transition: background-color 0.3s ease-out;
      -o-transition: background-color 0.3s ease-out;
      transition: background-color 0.3s ease-out; }
      .comment-navigation .nav-next a:before, .comment-navigation .nav-next a:after,
      .posts-navigation .nav-next a:before,
      .posts-navigation .nav-next a:after,
      .post-navigation .nav-next a:before,
      .post-navigation .nav-next a:after {
        display: inline-block;
        content: "";
        width: 10px;
        height: 17px;
        background: url(img/icon-arrow-right-white.png) 0 0 no-repeat;
        background-size: contain;
        margin-right: .5em; }
        .svg .comment-navigation .nav-next a:before, .svg .comment-navigation .nav-next a:after, .svg
        .posts-navigation .nav-next a:before, .svg
        .posts-navigation .nav-next a:after, .svg
        .post-navigation .nav-next a:before, .svg
        .post-navigation .nav-next a:after {
          background-image: url(img/icon-arrow-right-white.svg); }
      .comment-navigation .nav-next a:after,
      .posts-navigation .nav-next a:after,
      .post-navigation .nav-next a:after {
        margin-right: 0;
        margin-left: .5em; }
      .comment-navigation .nav-next a:before,
      .posts-navigation .nav-next a:before,
      .post-navigation .nav-next a:before {
        display: none; }
      .comment-navigation .nav-next a:hover, .comment-navigation .nav-next a:active,
      .posts-navigation .nav-next a:hover,
      .posts-navigation .nav-next a:active,
      .post-navigation .nav-next a:hover,
      .post-navigation .nav-next a:active {
        background: #8ab64d; }

.numbered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .numbered > * {
    margin: 0 .25rem; }
  .numbered a {
    color: #29326e;
    font-weight: bold;
    text-decoration: none;
    padding: .25rem; }
    .numbered a:hover, .numbered a:focus {
      text-decoration: underline; }
  .numbered .current {
    color: #8ab64d;
    text-decoration: underline; }
  .numbered .next {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #29326e;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    text-decoration: none;
    padding: .25rem .5rem;
    font-size: 0.778rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    -webkit-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out; }
    .numbered .next:before, .numbered .next:after {
      display: inline-block;
      content: "";
      width: 10px;
      height: 17px;
      background: url(img/icon-arrow-right-blue.png) 0 0 no-repeat;
      background-size: contain;
      margin-right: .5em; }
      .svg .numbered .next:before, .svg .numbered .next:after {
        background-image: url(img/icon-arrow-right-blue.svg); }
    .numbered .next:after {
      margin-right: 0;
      margin-left: .5em; }
    .numbered .next:before {
      display: none; }
    .numbered .next:hover, .numbered .next:active {
      background: #8ab64d; }
  .numbered .prev {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #29326e;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    text-decoration: none;
    padding: .25rem .5rem;
    font-size: 0.778rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    -webkit-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out; }
    .numbered .prev:before, .numbered .prev:after {
      display: inline-block;
      content: "";
      width: 10px;
      height: 17px;
      background: url(img/icon-arrow-left-blue.png) 0 0 no-repeat;
      background-size: contain;
      margin-right: .5em; }
      .svg .numbered .prev:before, .svg .numbered .prev:after {
        background-image: url(img/icon-arrow-left-blue.svg); }
    .numbered .prev:after {
      margin-right: 0;
      margin-left: .5em; }
    .numbered .prev:after {
      display: none; }
    .numbered .prev:hover, .numbered .prev:active {
      background: #8ab64d; }
  .numbered .next,
  .numbered .prev {
    background: transparent;
    padding: .25rem; }
    .numbered .next:before, .numbered .next:after,
    .numbered .prev:before,
    .numbered .prev:after {
      margin: 0; }

.menu-extra-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0;
  margin: 0; }
  .menu-extra-container ul li {
    margin-right: 1em; }
    .menu-extra-container ul li.sep {
      padding-right: .5em;
      margin-right: .5em;
      border-right: 2px solid #fff; }
    .menu-extra-container ul li.button {
      margin-right: 2px; }
  .menu-extra-container ul a {
    color: #fff; }

.site-footer .menu li {
  margin-bottom: .25rem !important; }

.site-footer .menu a:after {
  display: inline-block;
  font-family: "Dashicons";
  content: "\f344";
  margin-left: .5rem;
  vertical-align: middle; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text,
.invisible,
.modal-title {
  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,
  .invisible:focus,
  .modal-title: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; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

.clear:after,
.entry-content:after,
.comment-content:after,
.site-footer:after
.main:after,
.extra:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area {
  margin-top: 4em; }
  @media (min-width: 1078px) {
    .widget-area {
      margin-top: 101px; } }
  @media (min-width: 1366px) {
    .widget-area {
      margin-top: 116px; } }
  @media (min-width: 2000px) {
    .widget-area {
      margin-top: 134px; } }
  .widget-area > .container {
    padding: 1em;
    background: #fff; }

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget:last-child {
    margin-bottom: 0; }
  .widget select {
    max-width: 100%; }
  .widget a {
    text-decoration: none;
    color: #29326e;
    text-transform: uppercase; }
    .widget a:hover, .widget a:focus {
      text-decoration: underline; }
  .widget ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .widget ul li {
      margin-bottom: .875rem; }

.archives button {
  display: block;
  background: transparent;
  color: #29326e;
  border: none;
  border-bottom: 2px solid transparent;
  padding: .5rem 0 .25rem 0; }
  .archives button:hover, .archives button:focus {
    border-bottom-color: #29326e; }
  .archives button:after {
    display: inline-block;
    content: "+";
    margin-left: .5rem; }

.archives .post-list-accordion__panel {
  max-height: var(--answer-height);
  -webkit-transition: max-height 0.5s ease-out;
  -o-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out; }
  .archives .post-list-accordion__panel[aria-hidden=true] {
    max-height: 0;
    overflow: hidden; }

.no-cssfilters .archives {
  max-height: 1000px; }
  .no-cssfilters .archives[aria-hidden=true] {
    max-height: 0; }

.archives .date {
  color: #8ab64d; }

.archives .date, .archives h4 {
  font-size: 0.833rem; }

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

.post,
.page {
  margin: 0; }

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

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

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

.edit-link {
  position: fixed;
  top: 50%;
  left: 1em; }
  .edit-link a {
    display: inline-block;
    padding: 1em;
    background: #313131;
    color: #fff;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }
    .edit-link a:hover {
      opacity: 0.7; }

.articles .hentry,
.category .hentry,
.blog .hentry {
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative; }
  .articles .hentry .entry-meta,
  .category .hentry .entry-meta,
  .blog .hentry .entry-meta {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: .25rem; }
  .articles .hentry .thumb,
  .category .hentry .thumb,
  .blog .hentry .thumb {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .articles .hentry .entry-header,
  .category .hentry .entry-header,
  .blog .hentry .entry-header {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .articles .hentry .content,
  .category .hentry .content,
  .blog .hentry .content {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: auto; }
    .articles .hentry .content:after,
    .category .hentry .content:after,
    .blog .hentry .content:after {
      content: "";
      display: table;
      table-layout: fixed;
      clear: both; }
    .articles .hentry .content a,
    .category .hentry .content a,
    .blog .hentry .content a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      background: #29326e;
      color: #fff;
      text-transform: uppercase;
      border-radius: 5px;
      text-decoration: none;
      padding: .25rem .5rem;
      font-size: 0.778rem;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      line-height: 1;
      -webkit-transition: background-color 0.3s ease-out;
      -o-transition: background-color 0.3s ease-out;
      transition: background-color 0.3s ease-out; }
      .articles .hentry .content a:before, .articles .hentry .content a:after,
      .category .hentry .content a:before,
      .category .hentry .content a:after,
      .blog .hentry .content a:before,
      .blog .hentry .content a:after {
        display: inline-block;
        content: "";
        width: 10px;
        height: 17px;
        background: url(img/icon-arrow-right-white.png) 0 0 no-repeat;
        background-size: contain;
        margin-right: .5em; }
        .svg .articles .hentry .content a:before, .svg .articles .hentry .content a:after, .svg
        .category .hentry .content a:before, .svg
        .category .hentry .content a:after, .svg
        .blog .hentry .content a:before, .svg
        .blog .hentry .content a:after {
          background-image: url(img/icon-arrow-right-white.svg); }
      .articles .hentry .content a:after,
      .category .hentry .content a:after,
      .blog .hentry .content a:after {
        margin-right: 0;
        margin-left: .5em; }
      .articles .hentry .content a:before,
      .category .hentry .content a:before,
      .blog .hentry .content a:before {
        display: none; }
      .articles .hentry .content a:hover, .articles .hentry .content a:active,
      .category .hentry .content a:hover,
      .category .hentry .content a:active,
      .blog .hentry .content a:hover,
      .blog .hentry .content a:active {
        background: #8ab64d; }

.page header .entry-title {
  text-align: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto; }

.single-post article .entry-header,
.single-post article .entry-content,
.single-post article .entry-footer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px; }
  @media (min-width: 1366px) {
    .single-post article .entry-header,
    .single-post article .entry-content,
    .single-post article .entry-footer {
      max-width: 790px; } }
  @media (min-width: 1600px) {
    .single-post article .entry-header,
    .single-post article .entry-content,
    .single-post article .entry-footer {
      max-width: 970px; } }

.single-post article .entry-header {
  margin-bottom: 1em; }

.single-post article .thumb {
  margin-bottom: 1em; }
  .single-post article .thumb figure {
    text-align: center; }

.single-post article .post-navigation {
  max-width: 700px; }
  @media (min-width: 1366px) {
    .single-post article .post-navigation {
      max-width: 790px; } }
  @media (min-width: 1600px) {
    .single-post article .post-navigation {
      max-width: 970px; } }

@media (min-width: 1078px) {
  .single-post article .entry-content img.alignleft, .single-post article .entry-content img.alignright {
    max-width: 60%;
    height: auto; } }

.single-post .site-content,
.blog .site-content,
.archive .site-content {
  width: 96%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 1078px) {
    .single-post .site-content,
    .blog .site-content,
    .archive .site-content {
      width: 90%;
      max-width: 1600px; } }
  @media (min-width: 1078px) {
    .single-post .site-content,
    .blog .site-content,
    .archive .site-content {
      display: grid;
      grid-template-columns: auto 220px;
      grid-gap: 2em; } }
  @media (min-width: 1600px) {
    .single-post .site-content,
    .blog .site-content,
    .archive .site-content {
      grid-template-columns: auto 376px; } }

@media (min-width: 1078px) {
  .single-post .site-content {
    grid-gap: 3em; } }

@media (min-width: 1366px) {
  .single-post .site-content {
    grid-gap: 5em; } }

@media (min-width: 1600px) {
  .single-post .site-content {
    grid-gap: 7em; } }

body.search .site-content, body.search-results .site-content, body.error404 .site-content {
  width: 96%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 1078px) {
    body.search .site-content, body.search-results .site-content, body.error404 .site-content {
      width: 90%;
      max-width: 1600px; } }
  body.search .site-content > *, body.search-results .site-content > *, body.error404 .site-content > * {
    width: 100%;
    max-width: 970px;
    margin: 0 auto; }
  body.search .site-content .hentry, body.search-results .site-content .hentry, body.error404 .site-content .hentry {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #e4e4e4; }
    body.search .site-content .hentry:last-child, body.search-results .site-content .hentry:last-child, body.error404 .site-content .hentry:last-child {
      border-bottom: 0; }
    body.search .site-content .hentry:after, body.search-results .site-content .hentry:after, body.error404 .site-content .hentry:after {
      content: "";
      display: table;
      table-layout: fixed;
      clear: both; }
    @media screen and (min-width: 1366px) {
      body.search .site-content .hentry, body.search-results .site-content .hentry, body.error404 .site-content .hentry {
        padding-bottom: 2em;
        margin-bottom: 2em; } }
  body.search .site-content .entry-header, body.search-results .site-content .entry-header, body.error404 .site-content .entry-header {
    margin-bottom: 1em; }
    body.search .site-content .entry-header .entry-title, body.search-results .site-content .entry-header .entry-title, body.error404 .site-content .entry-header .entry-title {
      text-align: left;
      margin-bottom: 1rem; }
  body.search .site-content .post-thumbnail, body.search-results .site-content .post-thumbnail, body.error404 .site-content .post-thumbnail {
    display: block;
    float: left;
    margin: 0 1em 1em 0; }
  body.search .site-content .entry-footer, body.search-results .site-content .entry-footer, body.error404 .site-content .entry-footer {
    font-size: 12px;
    font-size: 0.75rem; }
    body.search .site-content .entry-footer > *, body.search-results .site-content .entry-footer > *, body.error404 .site-content .entry-footer > * {
      display: block;
      margin: 1em 0; }

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

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
body {
  background-color: #f5f5f5; }

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff; }
  .site-header .extra {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    background: #29326e;
    color: #d6eaf0; }
    .site-header .extra > * {
      float: right; }
      @media screen and (min-width: 640px) {
        .site-header .extra > * {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
    .site-header .extra .search {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 1em 2px 0; }
      @media screen and (min-width: 640px) {
        .site-header .extra .search {
          margin: 0 1em 0 0; } }
    .site-header .extra .toggle-search {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      background-color: transparent;
      background: url(img/icon-search.png) center center no-repeat;
      background-size: 21px 21px;
      padding: 1em;
      -webkit-transition: opacity 0.3s ease-out;
      -o-transition: opacity 0.3s ease-out;
      transition: opacity 0.3s ease-out;
      border: none; }
      .svg .site-header .extra .toggle-search {
        background-image: url(img/icon-search.svg); }
      .site-header .extra .toggle-search:hover {
        opacity: 0.6;
        cursor: pointer; }
    .site-header .extra .search-form {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      position: relative;
      -webkit-transform: translate3d(0, -200%, 0);
              transform: translate3d(0, -200%, 0);
      -webkit-transition: -webkit-transform 0.3s ease-out;
      transition: -webkit-transform 0.3s ease-out;
      -o-transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
      .site-header .extra .search-form.active {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); }
  .site-header .main {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1em 0; }
    .site-header .main .site-branding .site-title {
      width: 200px;
      margin: 0; }
      @media screen and (min-width: 1280px) {
        .site-header .main .site-branding .site-title {
          width: 309px; } }
      .site-header .main .site-branding .site-title img {
        display: block; }
    .site-header .main .main-navigation {
      margin-left: auto; }

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
.site-content {
  padding: 2.5em 0; }
  @media screen and (min-width: 1078px) {
    .site-content {
      padding: 5em 0; } }

.page .entry-content > *:not(.full) {
  width: 96%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 1078px) {
    .page .entry-content > *:not(.full) {
      width: 90%;
      max-width: 1600px; } }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  padding: 3em 0;
  color: #313131;
  background: #fff; }
  .site-footer a {
    color: inherit;
    text-decoration: none; }
    .site-footer a:hover {
      text-decoration: underline;
      color: #8ab64d; }
  .site-footer ul {
    list-style: none;
    padding: 0;
    margin: 0; }

#footer-1 {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 2px solid #e4e4e4; }

.grid-410-1-2 {
  grid-template-columns: 1fr; }
  @media screen and (min-width: 961px) {
    .grid-410-1-2 {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (min-width: 1150px) {
    .grid-410-1-2 {
      grid-template-columns: 410px 1fr 2fr; } }

.to-top {
  display: block;
  position: fixed;
  bottom: .5em;
  right: .5em;
  font-size: 12px;
  font-size: 0.75rem;
  opacity: 0;
  -webkit-transition: background-color 0.3s ease-out, border-color 0.3s ease-out, opacity 0.3s ease-out !important;
  -o-transition: background-color 0.3s ease-out, border-color 0.3s ease-out, opacity 0.3s ease-out !important;
  transition: background-color 0.3s ease-out, border-color 0.3s ease-out, opacity 0.3s ease-out !important; }
  .bump .to-top {
    opacity: 1; }

/*--------------------------------------------------------------
# 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; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: .25rem 0;
    font-style: italic;
    font-size: 14px;
    font-size: 0.875rem; }

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