/*!
Theme Name: AVM Theme
Theme URI: http://underscores.me/
Author: Nate Thompson
Author URI: http://nathanalexanderthompson.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: avm-consulting
Tags: custom-background, custom-logo, 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.

AVM Theme 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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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;
  overflow-x: hidden; }

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

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

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: 'SuisseIntl-Light';
  src: url("../assets/fonts/SuisseIntl-Light.woff") format("woff"); }

@font-face {
  font-family: 'SuisseIntl-Regular';
  src: url("../assets/fonts/SuisseIntl-Regular.woff") format("woff"); }

@font-face {
  font-family: 'SuisseIntl-Bold';
  src: url("../assets/fonts/SuisseIntl-Bold.woff") format("woff"); }

@font-face {
  font-family: 'SainteColombe-Light';
  src: url("../assets/fonts/SainteColombe-Light.woff") format("woff"); }

@font-face {
  font-family: 'SainteColombe-LightItalic';
  src: url("../assets/fonts/SainteColombe-LightItalic.woff") format("woff"); }

@font-face {
  font-family: 'SainteColombe-Regular';
  src: url("../assets/fonts/SainteColombe-Regular.woff") format("woff"); }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

h1 {
  font-family: 'SainteColombe-Regular'; }

h1.entry-title {
  font-family: 'SainteColombe-LightItalic';
  font-weight: 100;
  margin-bottom: 0; }
  @media (min-width: 70em) {
    h1.entry-title {
      font-size: 60px; } }

h1.podcast-title {
  font-family: 'SuisseIntl-Light';
  font-size: 32px;
  line-height: 35px;
  font-weight: 800; }
  @media (min-width: 70em) {
    h1.podcast-title {
      font-size: 32px;
      line-height: 35px; } }

h2.podcast-subtitle, h2.post-subtitle {
  margin: 5px 30px 30px 0;
  font-family: 'SainteColombe-LightItalic';
  font-weight: 100;
  line-height: 35px;
  margin-bottom: 30px; }
  @media (min-width: 70em) {
    h2.podcast-subtitle, h2.post-subtitle {
      font-size: 30px; } }

h2, .h2 {
  font-family: 'SuisseIntl-Light';
  font-weight: 100; }
  @media (min-width: 70em) {
    h2, .h2 {
      font-size: 48px;
      line-height: 61px; } }
  h2 em, .h2 em {
    font-family: 'SainteColombe-LightItalic';
    font-style: normal; }

h3 {
  font-family: 'SainteColombe-Light';
  font-weight: 100; }
  @media (min-width: 70em) {
    h3 {
      font-size: 48px;
      line-height: 61px; } }

h4 {
  font-size: 24px;
  font-family: 'SuisseIntl-Light'; }
  h4.caps {
    text-transform: uppercase; }

h5 {
  font-family: 'SuisseIntl-Light';
  text-transform: uppercase; }

.header--white {
  color: #fff; }

h5.column-header {
  font-size: 16px;
  margin-bottom: 15px; }

h3.block-header {
  margin-top: 15px; }
  @media (min-width: 50em) {
    h3.block-header {
      margin-top: 30px; } }

.block-header--small {
  margin-bottom: 0;
  margin-top: 0; }

h3.quote-header {
  text-align: center;
  font-family: 'SainteColombe-LightItalic';
  font-weight: 100;
  margin-top: 15px; }
  @media (min-width: 50em) {
    h3.quote-header {
      margin-top: 30px; } }

h4.quote-attribution {
  text-align: center;
  text-transform: none;
  font-size: 18px; }

.panel-header--top, .header--top-align {
  margin-top: 0; }

.single-podcast .entry-content h2 {
  font-family: 'SuisseIntl-Regular';
  font-size: 32px;
  line-height: 35px;
  font-weight: 800; }

p {
  margin-bottom: 1.5em; }

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

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  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/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  font-family: 'SuisseIntl-Regular'; }

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

ul, ol {
  margin: 0 0 0 0; }

ul {
  list-style: none;
  padding-left: 0; }

ol {
  list-style: decimal; }

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

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

a, a:visited {
  color: #333D47;
  text-decoration: none; }

.panel a, .panel a:visited, .hero a, .hero a:visited {
  color: #333D47;
  text-decoration: none;
  text-transform: uppercase; }

.panel--green-bg a, .panel--green-bg a:visited {
  color: #fff; }

.resource-link {
  text-transform: normal; }

.read-more {
  display: inline-block;
  margin-bottom: 30px;
  border-bottom: 1px solid #000; }
  @media (min-width: 50em) {
    .read-more {
      margin-bottom: 45px; } }

.nav-links {
  display: block;
  margin-bottom: 60px; }
  .nav-links a {
    padding-bottom: 5px; }

.share-links {
  display: flex; }
  .share-links svg {
    width: 30px;
    height: 30px; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  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 {
    border-color: #aaa #bbb #bbb; }

button.cookieBar-submit {
  margin-bottom: 10px;
  background: transparent;
  border-radius: 0;
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer; }
  button.cookieBar-submit:active, button.cookieBar-submit:focus {
    background: #fff !important;
    color: #000 !important; }

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 #ccc;
  border-radius: 3px;
  padding: 3px; }
  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 #ccc; }

textarea {
  width: 100%; }

.minimal-form input[type="submit"] {
  background: transparent;
  border: 1px solid #333D47;
  border-radius: 0;
  cursor: pointer; }

.minimal-form input[type="email"] {
  background: transparent;
  border: none;
  border-bottom: 1px solid #333D47;
  border-radius: 0;
  padding: 0; }

.minimal-form--footer input[type="email"] {
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px; }
  .minimal-form--footer input[type="email"]::-moz-placeholder {
    color: #fff; }
  .minimal-form--footer input[type="email"]:-ms-input-placeholder {
    color: #fff; }
  .minimal-form--footer input[type="email"]::placeholder {
    color: #fff; }

.minimal-form--footer input[type="submit"] {
  color: #fff;
  color: #fff;
  border: 1px solid #fff; }

/* Global - site header/footer */
.site-footer {
  height: auto;
  background: #041d40;
  color: #fff; }
  .site-footer .site-info {
    padding: 30px 30px 0 30px;
    width: 100%;
    text-align: center; }
  .site-footer .panel {
    padding-bottom: 0 !important; }
  .site-footer .column {
    position: relative; }
    @media (min-width: 50em) {
      .site-footer .column {
        justify-content: space-between; } }
  .site-footer .copyright {
    font-size: 14px; }

.primary-footer__content .columns {
  position: relative;
  z-index: 2; }

.primary-footer__content .column {
  position: relative;
  padding-bottom: 45px; }
  .primary-footer__content .column:last-child {
    padding-bottom: 0; }
  @media (min-width: 50em) {
    .primary-footer__content .column {
      padding-right: 45px; }
      .primary-footer__content .column:last-child {
        padding-left: 0; }
      .primary-footer__content .column:last-child {
        padding-right: 0; } }

.footer__content {
  padding: 30px; }
  @media (min-width: 50em) {
    .footer__content {
      padding: 60px; } }

.resources__content {
  padding: 15px 0; }
  @media (min-width: 50em) {
    .resources__content {
      padding: 45px 0; } }

.footer-logo {
  position: relative; }

.footer-logo--corner {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  bottom: 0;
  position: relative; }
  @media (min-width: 50em) {
    .footer-logo--corner {
      position: absolute; } }
  @media (min-width: 70em) {
    .footer-logo--corner {
      right: -50px; } }
  .footer-logo--corner img {
    max-width: 170px; }

.legal {
  padding-top: 10px; }

.legal-link {
  text-transform: capitalize !important;
  color: #fff !important;
  font-size: 14px !important; }
  .legal-link:hover, .legal-link:focus, .legal-link:active {
    text-transform: normal !important;
    color: #fff !important;
    font-size: 14px !important; }

.social-icons {
  display: flex;
  max-width: 200px;
  justify-content: flex-start; }

.social-icon {
  margin: 0 10px 10px 0;
  filter: grayscale(100%); }
  .social-icon img {
    max-height: 30px; }
  .social-icon.meetup-icon {
    filter: invert(100%); }

.contact a {
  text-transform: capitalize !important;
  color: #fff !important;
  font-size: 14px !important; }
  .contact a:hover, .contact a:focus, .contact a:active {
    text-transform: normal !important;
    color: #fff !important;
    font-size: 14px !important; }

._is-visible {
  display: block; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  padding: 15px;
  width: 100%;
  background: #fff;
  z-index: 1; }
  @media (min-width: 50em) {
    .site-header {
      margin-top: 80px; } }

.site-nav-wrapper {
  max-width: 1260px;
  margin: 0 auto; }
  @media (min-width: 50em) {
    .site-nav-wrapper {
      margin: 0 auto;
      display: flex;
      justify-content: space-between; } }

.site-header .site-branding {
  max-width: 345px;
  z-index: 3;
  top: 0; }
  .site-header .site-branding img {
    max-width: 180px; }
  @media (min-width: 50em) {
    .site-header .site-branding {
      margin-left: 15px; }
      .site-header .site-branding img {
        max-width: 100%; } }

.fixed-nav .site-header {
  position: fixed;
  margin-top: 0; }
  .fixed-nav .site-header .search-form {
    top: 0; }

/* Search */
.nav-buttons .search-form {
  display: none;
  position: absolute;
  z-index: 2;
  width: 100%;
  margin: 15px 0 0 0;
  right: 275px;
  top: 15px;
  right: 220px; }
  .nav-buttons .search-form.active {
    display: block; }
  .nav-buttons .search-form .search-field {
    border: none;
    border-bottom: 1px solid;
    border-radius: 0;
    background: transparent; }
    .nav-buttons .search-form .search-field::-moz-placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #000;
      opacity: 1;
      /* Firefox */
      background: transparent; }
    .nav-buttons .search-form .search-field:-ms-input-placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #000;
      opacity: 1;
      /* Firefox */
      background: transparent; }
    .nav-buttons .search-form .search-field::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #000;
      opacity: 1;
      /* Firefox */
      background: transparent; }
    .nav-buttons .search-form .search-field:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #000; }
    .nav-buttons .search-form .search-field::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #000; }
    .nav-buttons .search-form .search-field:focus {
      outline: 0;
      border-bottom: 2px solid;
      background: transparent;
      border-radius: 0; }
  .nav-buttons .search-form .search-submit {
    display: none; }

.toggled .nav-buttons .search-form .search-field {
  border-bottom: 1px solid #fff; }
  .toggled .nav-buttons .search-form .search-field::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff; }
  .toggled .nav-buttons .search-form .search-field:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff; }
  .toggled .nav-buttons .search-form .search-field::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff; }
  .toggled .nav-buttons .search-form .search-field:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff; }
  .toggled .nav-buttons .search-form .search-field::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff; }

.search-button {
  background-image: url("../assets/svg/search.svg");
  background-size: 30px 30px;
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
  border: 0;
  background-color: transparent;
  margin-left: -40px;
  margin-top: 18px;
  z-index: 3;
  right: 35px;
  top: 15px;
  position: absolute; }
  @media (min-width: 70em) {
    .search-button {
      position: relative; } }
  .search-button.invert {
    filter: invert(100%); }
  .search-button.is-hidden {
    display: none; }
  .search-button.active {
    background-image: url("../assets/svg/close.svg");
    background-size: 20px 30px;
    display: none; }

@media (min-width: 50em) {
  .custom-logo {
    margin-top: 30px; } }

.custom-logo.invert {
  filter: invert(100%); }

.custom-logo.is-hidden-mobile {
  visibility: hidden; }
  @media (min-width: 50em) {
    .custom-logo.is-hidden-mobile {
      visibility: visible; } }

@media (min-width: 50em) {
  .fixed-nav .custom-logo {
    margin-top: 0; } }

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #027556; }
  a:visited {
    color: #027556; }
  a:hover, a:focus, a:active {
    color: #00946d; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  font-family: 'SuisseIntl-Light';
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  top: 0;
  right: 0; }
  @media (min-width: 50em) {
    .main-navigation {
      right: 75px; } }
  @media (min-width: 70em) {
    .main-navigation {
      width: auto;
      padding-right: 30px;
      clear: both;
      display: block;
      position: relative; } }
  .main-navigation ul {
    display: none;
    list-style: none;
    padding: 30px; }
    @media (min-width: 50em) {
      .main-navigation ul {
        max-width: 1260px;
        margin: 220px auto;
        padding: 30px 25px; } }
    .main-navigation ul ul {
      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 {
        display: block; }
        .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 {
    position: relative;
    display: block;
    padding: 10px 10px;
    letter-spacing: 1.0px;
    font-size: 40px;
    font-family: 'SainteColombe-Light'; }
    @media (min-width: 70em) {
      .main-navigation li {
        font-size: 60px;
        line-height: 77.5px;
        letter-spacing: -1.5px;
        padding: 10px 0; } }
  .main-navigation a {
    display: block;
    text-decoration: none;
    text-transform: capitalize;
    color: #fff; }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current-menu-ancestor > a {
    color: #fff; }

/* Small menu. */
.nav-buttons {
  display: flex;
  position: relative;
  margin-right: 15px; }

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

.menu-toggle {
  background: transparent;
  border: none;
  height: 30px;
  outline: 0;
  top: 15px; }
  .menu-toggle span {
    border-bottom: 2px solid #000;
    padding: 0 0 8px 0;
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px; }
    .menu-toggle span:nth-child(2) {
      top: 8px; }

.fixed-nav .menu-toggle {
  top: 0; }

.fixed-nav .toggled .menu-toggle {
  top: 0; }

.fixed-nav .search-button {
  top: 0; }

.toggled .menu-toggle {
  top: 15px; }
  .toggled .menu-toggle span {
    border-bottom: 2px solid #fff; }
    .toggled .menu-toggle span:first-child {
      transform: rotate(-45deg);
      left: -8px;
      top: 8px; }
    .toggled .menu-toggle span:nth-child(2) {
      transform: rotate(45deg);
      top: 8px; }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.post-navigation {
  border-top: 1px solid #000;
  padding-top: 30px;
  margin-top: 30px; }

.menu-menu-1-container {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  display: none;
  background-color: #00946d;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.menu-toggle {
  position: absolute;
  z-index: 3;
  right: 15px; }
  @media (min-width: 50em) {
    .menu-toggle {
      right: auto; } }

.toggled .menu-menu-1-container {
  display: block; }

/*--------------------------------------------------------------
# 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;
    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-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content: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
--------------------------------------------------------------*/
.content-area {
  min-height: calc(50vh - 50px);
  font-family: 'SuisseIntl-Regular';
  margin: 0 auto; }
  .content-area em {
    font-family: 'SainteColombe-LightItalic';
    font-style: normal; }

.container {
  max-width: 1400px;
  margin: 0 auto; }

.content {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px; }

.archive .content-area {
  max-width: 1320px; }

.page-template-default .site-content {
  padding: 0 30px;
  max-width: 1260px;
  margin: 0 auto; }

.fixed-nav .content-area {
  margin-top: 100px; }
  @media (min-width: 70em) {
    .fixed-nav .content-area {
      margin-top: 205px; } }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/* temp top margin */
.site-title {
  display: none; }

.sticky {
  display: block; }

.post,
.page {
  margin: 0 0 0; }

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

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

.entry-content, .entry-header {
  margin: 0 auto; }

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

._is_hidden {
  display: none; }

/* post info/links */
.post-meta {
  margin-bottom: 15px; }

.social-share {
  display: block;
  margin-bottom: 10px; }

.social-link {
  margin: 0 15px 0 0; }
  .social-link svg {
    border-radius: 20px;
    background: #ebc4c6; }
    .social-link svg path {
      fill: #fff; }
  .social-link:hover {
    opacity: 0.8; }
  .social-link.reddit svg {
    padding: 5px; }

/* Post Area */
.privacy-policy .site-content {
  max-width: 1260px;
  margin: 0 auto;
  padding: 30px; }

.single-post-container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
  margin-top: 90px; }
  .single-post-container article p {
    font-family: 'SuisseIntl-Light';
    font-weight: 100; }
    @media (min-width: 70em) {
      .single-post-container article p {
        font-size: 34px;
        line-height: 45px; } }
    .single-post-container article p strong {
      font-family: 'SuisseIntl-Regular';
      font-weight: bold; }
  .single-post-container article em {
    font-family: 'SainteColombe-LightItalic';
    font-style: normal; }
  .single-post-container article .entry-content a {
    text-transform: normal !important; }

.page-container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px; }

.post-entry-header {
  display: block; }
  @media (min-width: 50em) {
    .post-entry-header {
      display: flex;
      justify-content: space-between; } }

@media (min-width: 50em) {
  .post-header-right {
    padding-right: 45px; } }

.post-header-right img {
  max-height: 350px;
  width: auto; }

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

.bypostauthor {
  display: block; }

.columns--1 {
  text-align: center;
  max-width: 500px; }

.columns--2 {
  display: block; }
  @media (min-width: 50em) {
    .columns--2 {
      display: flex; } }
  .columns--2 .column {
    width: 100%; }
    @media (min-width: 50em) {
      .columns--2 .column {
        width: 50%; } }

.columns--4 {
  display: block; }
  @media (min-width: 50em) {
    .columns--4 {
      display: flex; } }
  .columns--4 .column {
    width: 100%; }
    @media (min-width: 50em) {
      .columns--4 .column {
        width: 25%; } }

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

.textImageHover {
  width: 100%;
  margin: 0 auto; }

.textImageHover__image {
  z-index: 0;
  opacity: 0;
  position: fixed;
  top: 25%;
  left: 30px;
  max-width: 300px;
  transition: all .5s ease; }
  .textImageHover__image img {
    margin: 0 auto; }

/* Hide content */
.textImageHover__image._is_hidden {
  display: none;
  transition: all .5s ease; }

.textImageHover__image._is_visible {
  opacity: 1;
  z-index: 0; }

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

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

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

.linkGroup {
  display: flex;
  flex-direction: row; }
  @media (min-width: 50em) {
    .linkGroup {
      display: flex;
      justify-content: space-between; } }
  @media (min-width: 50em) {
    .linkGroup .linkGroup__card {
      margin-bottom: 60px; } }

.linkGroup--flex-images {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .linkGroup--flex-images .linkGroup__card:nth-child(odd) {
    padding-right: 15px; }
  .linkGroup--flex-images .linkGroup__card:nth-child(even) {
    padding-left: 15px; }
  @media (min-width: 50em) {
    .linkGroup--flex-images .linkGroup__card:nth-child(odd) {
      padding-right: 0; }
    .linkGroup--flex-images .linkGroup__card:nth-child(even) {
      padding-left: 0; } }
  @media (min-width: 50em) {
    .linkGroup--flex-images {
      flex-direction: column; } }

.linkGroup__card {
  display: block;
  max-width: 50%; }
  @media (min-width: 50em) {
    .linkGroup__card {
      max-width: 100%; } }
  .linkGroup__card .linkGroup__card-link {
    width: auto; }
    .linkGroup__card .linkGroup__card-link:hover {
      color: #FBF4F4; }

.panel__copy {
  text-align: center; }

.panel--pink {
  background: #ebc4c6; }
  @media (min-width: 70em) {
    .panel--pink {
      padding-bottom: 60px; } }
  .panel--pink .panel__content {
    padding: 30px 0; }
    @media (min-width: 70em) {
      .panel--pink .panel__content {
        padding: 30px 0 90px 0; } }
  .panel--pink .panel__header {
    margin-top: 0; }
  @media (min-width: 50em) {
    .panel--pink .panel__half > img {
      margin-top: 60px; } }

.panel--white .panel__content {
  padding: 30px 0; }
  @media (min-width: 70em) {
    .panel--white .panel__content {
      padding: 60px 0 45px 0; } }

.panel--white .quoteModule {
  padding: 15px 0 0 0; }
  @media (min-width: 70em) {
    .panel--white .quoteModule {
      padding: 45px 0 0 0; } }

.panel--green-bg {
  background: #00946d;
  color: #fff; }
  .panel--green-bg .homePanel__headline-link {
    color: #fff; }
  .panel--green-bg .linkGroup__card a {
    text-align: center; }

.home .panel--green-bg {
  padding: 45px 0; }
  .home .panel--green-bg .panel__content {
    padding-bottom: 0; }
    @media (min-width: 50em) {
      .home .panel--green-bg .panel__content {
        align-items: center; } }
  .home .panel--green-bg .panel__copy {
    padding: 0 30px;
    margin-bottom: 45px; }

.panel--main-entry {
  padding-bottom: 15px; }

.panel--gray {
  background: #ccc; }

.panel__content {
  padding: 0;
  display: flex;
  flex-direction: column;
  min-width: 100%; }
  @media (min-width: 50em) {
    .panel__content {
      padding: 60px 0;
      flex-direction: row;
      justify-content: space-between; } }

.panel__full {
  min-width: 100%;
  text-align: center; }

.panel__half:first-child {
  padding: 0 0 45px 0; }
  @media (min-width: 50em) {
    .panel__half:first-child {
      padding: 0 60px 0 0; } }

.panel--resources li {
  margin-bottom: 15px; }

.panel--resources a {
  text-transform: none; }

.site-footer .panel {
  padding: 45px 0; }

.hero {
  margin-bottom: 45px; }
  @media (min-width: 50em) {
    .hero {
      margin-bottom: 60px; } }

.hero__content {
  display: flex;
  flex-direction: column; }
  @media (min-width: 50em) {
    .hero__content {
      padding: 0 0 60px 0; } }

.podcast-main {
  position: relative; }

.podcast-sticky-sidebar {
  position: fixed;
  bottom: 0;
  padding: 15px;
  background: #fff; }
  .podcast-sticky-sidebar p {
    margin-top: 0;
    margin-bottom: 0; }
  .podcast-sticky-sidebar ul li {
    display: inline-block; }

.podcast-header {
  display: block; }
  @media (min-width: 50em) {
    .podcast-header {
      display: flex;
      justify-content: space-between; } }

.podcast-subscribe-icon {
  max-width: 30px; }

.podcast-subscribe-links {
  height: 100%;
  display: inline;
  position: relative;
  vertical-align: top; }
  .podcast-subscribe-links span {
    position: relative;
    vertical-align: top; }
  .podcast-subscribe-links .podcast-subscribe-icon {
    margin-top: -7px;
    margin-right: 5px;
    padding: 5px 0; }

@media (min-width: 50em) {
  .podcast-header-right {
    padding-right: 45px; } }

.podcast-header-right img {
  max-height: 350px;
  width: auto; }

.panel--podcast {
  padding: 30px 0; }
  @media (min-width: 50em) {
    .panel--podcast {
      padding: 90px 0; } }

.panel--podcast .panel-info {
  padding-top: 0;
  padding: 0; }

.panel--podcast--first {
  padding: 45px 30px;
  background: #FBF4F4; }
  @media (min-width: 50em) {
    .panel--podcast--first {
      padding: 0 0;
      display: flex; } }
  @media (min-width: 70em) {
    .panel--podcast--first .panel-info {
      padding: 90px;
      width: 45%; } }
  @media (min-width: 50em) {
    .panel--podcast--first .panel-thumbnail {
      width: 55%;
      position: relative; } }
  .panel--podcast--first .panel-thumbnail img {
    min-width: 100%;
    height: auto;
    display: block; }

.panel--podcast h2 {
  font-family: 'SuisseIntl-Regular';
  margin: 0 0 5px 0;
  text-transform: capitalize;
  font-size: 32px;
  line-height: 35px; }

@media (min-width: 50em) {
  .panel--podcast .content {
    display: flex; } }

@media (min-width: 50em) {
  .panel--podcast .listing-thumbnail {
    margin-right: 60px; } }

.panel--podcast .panel-info a {
  text-transform: capitalize;
  color: #000; }

.panel--podcast .panel-info em {
  font-size: 32px;
  line-height: 35px;
  margin-bottom: 30px;
  font-style: normal; }

.panel--podcast p {
  font-size: 14px; }

.podcast-meta {
  margin-bottom: 45px; }

@media (min-width: 50em) {
  .panel-info, .panel-thumbnail {
    max-width: 50%; } }

.panel-info {
  padding: 30px; }
  @media (min-width: 50em) {
    .panel-info {
      padding: 60px; } }

.admin-bar .simplecast-embed {
  top: 92px; }

.admin-bar .close-player {
  top: 175px; }

.simplecast-embed {
  display: none;
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%; }
  .simplecast-embed.active {
    display: block; }

.simplecast-embed + .close-player {
  display: none;
  position: fixed;
  top: 52px;
  right: 0;
  background: #00946d;
  color: #FBF4F4;
  border-radius: 0;
  color: 0;
  border: 0;
  text-transform: uppercase; }

.simplecast-embed.active + .close-player {
  display: block; }

.fixed-nav .simplecast-embed {
  top: 93px; }

.fixed-nav .close-player {
  top: 145px;
  z-index: 1;
  cursor: pointer; }
  .fixed-nav .close-player:hover {
    opacity: 0.9; }

.fixed-nav.admin-bar .simplecast-embed {
  top: 124px; }

.fixed-nav.admin-bar .close-player {
  top: 175px; }

.eyebrow {
  font-size: 14px;
  letter-spacing: 0.8px;
  text-transform: uppercase; }

.eyebrow--green {
  color: #00946d; }

.podcast-links {
  margin-bottom: 15px; }
  .podcast-links a {
    text-transform: uppercase !important;
    font-size: 14px;
    margin-right: 12px;
    color: #333D47; }
    .podcast-links a img {
      position: relative;
      margin: 10px 5px -8px 0; }

.date-author {
  color: #00946d;
  font-size: 14px; }

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

.episode-list {
  display: block; }

.episode-preview {
  border-top: 1px solid #000;
  padding: 0 30px 45px; }

.listing-thumbnail img {
  margin-bottom: 30px;
  width: 100%; }

.reveal-image {
  display: none;
  position: fixed;
  max-width: 200px;
  z-index: 2; }
  @media (min-width: 50em) {
    .reveal-image.is-active {
      display: block;
      top: 35%; }
    .reveal-image:first-child {
      right: 40px; }
    .reveal-image:nth-child(2) {
      left: 40px; }
    .reveal-image:nth-child(3) {
      right: 40px; }
    .reveal-image:nth-child(4) {
      left: 40px; }
    .reveal-image:nth-child(5) {
      right: 40px; }
    .reveal-image:nth-child(6) {
      left: 40px; } }

#flash-image {
  display: block;
  position: absolute;
  opacity: 0;
  z-index: -1;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
  max-width: 300px;
  transform: scale(0); }
  #flash-image._is-visible {
    z-index: 1;
    opacity: 1;
    transform: scale(1); }

.page-header {
  padding: 0 0; }

.about-header {
  display: none; }

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.postSlider {
  height: 100%;
  /* viewport inherit size from carousel */
  /* cell inherit height from carousel */ }
  .postSlider .carousel .flickity-viewport {
    position: relative; }
  .postSlider .carousel-cell {
    width: 100% !important; }
  .postSlider .slide-content {
    display: block; }
    @media (min-width: 50em) {
      .postSlider .slide-content {
        display: flex; } }
  @media (min-width: 50em) {
    .postSlider .slide-text {
      padding: 0 30px; }
      .postSlider .slide-text h4 {
        margin-top: 0; } }
  .postSlider .slide-img:hover {
    opacity: 0.8; }
  @media (min-width: 50em) {
    .postSlider .slide-img {
      max-width: 170px; } }
  @media (min-width: 50em) {
    .postSlider .slide-img img {
      max-width: 170px; } }

@media (min-width: 70em) {
  .panel--pink .postSlider {
    margin-top: 60px; } }

.flickity-page-dots {
  display: none; }
  @media (min-width: 70em) {
    .flickity-page-dots {
      position: relative !important;
      width: 80%;
      bottom: 0px;
      display: block; } }

.flickity-page-dots .dot {
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid #111; }
  .flickity-page-dots .dot.is-selected {
    background: #333; }

.about-top-hero {
  font-family: 'SuisseIntl-Light'; }
  .about-top-hero p {
    font-size: 24px; }

@media (min-width: 50em) {
  .about-top-hero__image {
    float: right;
    padding: 0 0 45px 45px; } }

@media (min-width: 70em) {
  .about-top-hero__image {
    max-width: 700px; } }

@media (min-width: 50em) {
  .about-top-hero__copy {
    padding-right: 30px; } }

.cookieBar {
  background: #00946d;
  width: 100%;
  padding: 20px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.3s all;
  color: #fff;
  font-size: 14px;
  z-index: 9000; }
  .cookieBar.is-hidden {
    transform: translateY(100%); }
  .cookieBar.is-removed {
    display: none; }
  .cookieBar a {
    text-decoration: underline;
    color: #fff; }
  .cookieBar button {
    margin-bottom: 10px;
    background: transparent;
    border-radius: 0;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer; }
    .cookieBar button:hover, .cookieBar button:active, .cookieBar button:focus {
      background: #fff !important;
      color: #000 !important; }

.cookieBar-content {
  display: flex;
  flex-direction: column; }
  @media (min-width: 50em) {
    .cookieBar-content {
      flex-direction: row;
      justify-content: space-between; } }

.cookieBar-text {
  flex: 0 1 70%; }

.cookieBar-actions {
  display: flex;
  flex-direction: column; }

.cookieBar-buttons {
  display: flex; }

.cookieBar-submit {
  margin-right: 10px; }
