/*!
Theme Name: TFC Basic
Theme URI: http://underscores.me/
Author: Tech for Campaigns
Author URI: https://www.techforcampaigns.org/
Description: Basic theme for Tech for Campaigns
Version: 1.1.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tfc-basic
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.

TFC Basic 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; }

/**
 * 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
--------------------------------------------------------------*/
.site,
button,
input,
select,
optgroup,
textarea {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8rem; }
  body.default .site, body.default
  button, body.default
  input, body.default
  select, body.default
  optgroup, body.default
  textarea {
    color: #171A1C; }
  body.youthful .site, body.youthful
  button, body.youthful
  input, body.youthful
  select, body.youthful
  optgroup, body.youthful
  textarea {
    color: #282B2F; }
  body.established .site, body.established
  button, body.established
  input, body.established
  select, body.established
  optgroup, body.established
  textarea {
    color: #1E2529; }
  body.custom .site, body.custom
  button, body.custom
  input, body.custom
  select, body.custom
  optgroup, body.custom
  textarea {
    color: #171A1C; }

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

h1 {
  font-weight: 500;
  font-size: calc(44px + 6 * ( (100vw - 400px) / 500));
  line-height: 1.2em; }
  @media screen and (max-width: 400px) {
    h1 {
      font-size: 44px; } }
  @media screen and (min-width: 900px) {
    h1 {
      font-size: 50px; } }

h2 {
  font-weight: 600;
  font-size: calc(34px + 4 * ( (100vw - 400px) / 500));
  line-height: 1.4em; }
  @media screen and (max-width: 400px) {
    h2 {
      font-size: 34px; } }
  @media screen and (min-width: 900px) {
    h2 {
      font-size: 38px; } }

h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.4em; }

h4 {
  font-weight: 600;
  font-size: calc(24px + 4 * ( (100vw - 400px) / 500));
  line-height: 1.4em; }
  @media screen and (max-width: 400px) {
    h4 {
      font-size: 24px; } }
  @media screen and (min-width: 900px) {
    h4 {
      font-size: 28px; } }

h5 {
  font-weight: 600;
  font-size: 21px;
  line-height: 1.4em; }

h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3em; }

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

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

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

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

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

body.default #content .has-main-text-background-color, body.default
.has-main-text-background-color {
  background-color: #171A1C; }

body.youthful #content .has-main-text-background-color, body.youthful
.has-main-text-background-color {
  background-color: #282B2F; }

body.established #content .has-main-text-background-color, body.established
.has-main-text-background-color {
  background-color: #1E2529; }

body.custom #content .has-main-text-background-color, body.custom
.has-main-text-background-color {
  background-color: #171A1C; }

body.default #content .has-main-text-color, body.default
.has-main-text-color {
  color: #171A1C; }

body.youthful #content .has-main-text-color, body.youthful
.has-main-text-color {
  color: #282B2F; }

body.established #content .has-main-text-color, body.established
.has-main-text-color {
  color: #1E2529; }

body.custom #content .has-main-text-color, body.custom
.has-main-text-color {
  color: #171A1C; }

body.default #content .has-red-background-color, body.default
.has-red-background-color {
  background-color: #DB043C; }

body.youthful #content .has-red-background-color, body.youthful
.has-red-background-color {
  background-color: #D43666; }

body.established #content .has-red-background-color, body.established
.has-red-background-color {
  background-color: #A52B22; }

body.default #content .has-red-color, body.default
.has-red-color {
  color: #DB043C; }

body.youthful #content .has-red-color, body.youthful
.has-red-color {
  color: #D43666; }

body.established #content .has-red-color, body.established
.has-red-color {
  color: #A52B22; }

body.default #content .has-blue-background-color, body.default
.has-blue-background-color {
  background-color: #1478C6; }

body.youthful #content .has-blue-background-color, body.youthful
.has-blue-background-color {
  background-color: #2056C0; }

body.established #content .has-blue-background-color, body.established
.has-blue-background-color {
  background-color: #EFEFEF; }

body.default #content .has-blue-color, body.default
.has-blue-color {
  color: #1478C6; }

body.youthful #content .has-blue-color, body.youthful
.has-blue-color {
  color: #2056C0; }

body.established #content .has-blue-color, body.established
.has-blue-color {
  color: #EFEFEF; }

body.default #content .has-footer-background-color, body.default
.has-footer-background-color {
  background-color: #0A1C29; }

body.youthful #content .has-footer-background-color, body.youthful
.has-footer-background-color {
  background-color: #17191C; }

body.established #content .has-footer-background-color, body.established
.has-footer-background-color {
  background-color: #062C46; }

body.custom #content .has-footer-background-color, body.custom
.has-footer-background-color {
  background-color: #0A1C29; }

body.default #content .has-footer-color, body.default
.has-footer-color {
  color: #0A1C29; }

body.youthful #content .has-footer-color, body.youthful
.has-footer-color {
  color: #17191C; }

body.established #content .has-footer-color, body.established
.has-footer-color {
  color: #062C46; }

body.custom #content .has-footer-color, body.custom
.has-footer-color {
  color: #0A1C29; }

#content .has-white-background-color,
.has-white-background-color {
  background-color: #FFFFFF; }

#content .has-white-color,
.has-white-color {
  color: #FFFFFF; }

#content .has-pale-grey-background-color,
.has-pale-grey-background-color {
  background-color: #F0F4F9; }

#content .has-pale-grey-color,
.has-pale-grey-color {
  color: #F0F4F9; }

#content .has-iron-background-color,
.has-iron-background-color {
  background-color: #D7DBDF; }

#content .has-iron-color,
.has-white-color {
  color: #D7DBDF; }

#content .has-porcelain-background-color,
.has-porcelain-background-color {
  background-color: #EFF4F3; }

#content .has-porcelain-color,
.has-porcelain-color {
  color: #EFF4F3; }

#content .has-zircon-background-color,
.has-zircon-background-color {
  background-color: #E6EBEA; }

#content.has-zircon-color,
.has-zircon-color {
  color: #E6EBEA; }

#content .has-zumthor-background-color,
.has-zumthor-background-color {
  background-color: #D4D9D8; }

#content .has-zumthor-color,
.has-zumthor-color {
  color: #D4D9D8; }

.wp-block-cover {
  min-height: 600px; }
  .wp-block-cover p {
    font-weight: 600;
    line-height: 1.3em; }
  .wp-block-cover.alignfull {
    margin: 0; }
  .wp-block-cover.focus-left {
    background-position: 0; }
  .wp-block-cover.focus-right {
    background-position: 100%; }

.wp-block-pullquote {
  min-height: 250px;
  padding: 3em 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .wp-block-pullquote.is-style-solid-color {
    margin: 0; }
    body.default .wp-block-pullquote.is-style-solid-color {
      background-color: #1478C6; }
    body.youthful .wp-block-pullquote.is-style-solid-color {
      background-color: #2056C0; }
    body.established .wp-block-pullquote.is-style-solid-color {
      background-color: #EFEFEF; }
    body.default .wp-block-pullquote.is-style-solid-color {
      color: #FFFFFF; }
    body.youthful .wp-block-pullquote.is-style-solid-color {
      color: #FFFFFF; }
    body.established .wp-block-pullquote.is-style-solid-color {
      color: #1E2529; }
    body.custom .wp-block-pullquote.is-style-solid-color {
      color: #FFFFFF; }
    .wp-block-pullquote.is-style-solid-color blockquote {
      width: 92%;
      max-width: 1170px; }
      .wp-block-pullquote.is-style-solid-color blockquote p {
        font-weight: 500;
        font-size: calc(24px + 4 * ( (100vw - 400px) / 500));
        line-height: 1.7em; }
        @media screen and (max-width: 400px) {
          .wp-block-pullquote.is-style-solid-color blockquote p {
            font-size: 24px; } }
        @media screen and (min-width: 900px) {
          .wp-block-pullquote.is-style-solid-color blockquote p {
            font-size: 28px; } }
      .wp-block-pullquote.is-style-solid-color blockquote cite {
        color: inherit; }
    .wp-block-pullquote.is-style-solid-color p {
      font-weight: 600;
      font-size: 28px;
      font-size: calc(32px + 6 * ( (100vw - 400px) / 500));
      line-height: 1.4em; }
      @media screen and (max-width: 400px) {
        .wp-block-pullquote.is-style-solid-color p {
          font-size: 32px; } }
      @media screen and (min-width: 900px) {
        .wp-block-pullquote.is-style-solid-color p {
          font-size: 38px; } }

.entry-content .wp-block-columns {
  display: block; }
  .entry-content .wp-block-columns .wp-block-column {
    margin: 0; }
  .entry-content .wp-block-columns.alignfull {
    padding: 0 2%; }

@media screen and (min-width: 782px) {
  .entry-content .wp-block-columns {
    display: -ms-flexbox;
    display: flex; }
    .entry-content .wp-block-columns.has-3-columns .wp-block-column:first-child {
      margin-right: 0.5em; }
    .entry-content .wp-block-columns.has-3-columns .wp-block-column:nth-child(2) {
      margin-left: 0.5em;
      margin-right: 0.5em; }
    .entry-content .wp-block-columns.has-3-columns .wp-block-column:last-child {
      margin-left: 0.5em; } }

@media screen and (min-width: 1330px) {
  .entry-content .wp-block-columns.alignfull {
    padding: 0 5em; } }

.entry-content > div,
.entry-content > figure {
  margin-bottom: 3em; }

.entry-content > p {
  margin-bottom: 2em; }

.entry-content .wp-block-pullquote.alignfull + p {
  padding-top: 2em; }

.entry-content .wp-block-spacer {
  margin: 0; }

.entry-content div.wp-block-media-text {
  width: 100%;
  grid-template-areas: "media-text-media" "media-text-content";
  grid-template-columns: 100%; }
  .entry-content div.wp-block-media-text .wp-block-media-text__content {
    width: 92%;
    margin: 0 auto;
    padding: 0;
    grid-column: 1;
    grid-row: 2; }
  .entry-content div.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    grid-row: 2; }
  .entry-content div.wp-block-media-text .wp-block-media-text__media {
    width: 100%; }
  .entry-content div.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    grid-row: 1;
    grid-column: 1; }
  @media screen and (min-width: 600px) {
    .entry-content div.wp-block-media-text {
      width: 92%;
      grid-template-columns: 1fr 50%; }
      .entry-content div.wp-block-media-text .wp-block-media-text__content {
        width: 100%;
        padding-left: 8%;
        grid-row: 1;
        grid-column: 2; }
      .entry-content div.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
        padding: 0 8% 0 0;
        grid-row: 1;
        grid-column: 1; }
      .entry-content div.wp-block-media-text.alignfull .wp-block-media-text__content {
        padding: 0 8%; }
      .entry-content div.wp-block-media-text.is-image-fill .wp-block-media-text__content {
        padding-top: 2em;
        padding-bottom: 4em; }
      .entry-content div.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
        grid-column: 2; } }

@media screen and (max-width: 900px) {
  .widget_mc4wp_form_widget {
    text-align: center; }
    .widget_mc4wp_form_widget input {
      display: block;
      margin: 10px auto;
      max-width: 85%; } }

@media screen and (min-width: 900px) {
  .widget_mc4wp_form_widget input {
    margin-left: 40px; } }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
li.button a,
.button a,
.wp-block-button__link {
  border: none;
  border-radius: 1.5em;
  line-height: 1;
  padding: .6em 1.5em;
  color: #fff;
  transition: background-color 500ms ease-out 1s;
  text-decoration: none;
  cursor: pointer; }
  body.default button, body.default
  input[type="button"], body.default
  input[type="reset"], body.default
  input[type="submit"], body.default
  li.button a, body.default
  .button a, body.default
  .wp-block-button__link {
    background-color: #DB043C; }
  body.youthful button, body.youthful
  input[type="button"], body.youthful
  input[type="reset"], body.youthful
  input[type="submit"], body.youthful
  li.button a, body.youthful
  .button a, body.youthful
  .wp-block-button__link {
    background-color: #D43666; }
  body.established button, body.established
  input[type="button"], body.established
  input[type="reset"], body.established
  input[type="submit"], body.established
  li.button a, body.established
  .button a, body.established
  .wp-block-button__link {
    background-color: #A52B22; }
  body.default button, body.default
  input[type="button"], body.default
  input[type="reset"], body.default
  input[type="submit"], body.default
  li.button a, body.default
  .button a, body.default
  .wp-block-button__link {
    color: #FFFFFF; }
  body.youthful button, body.youthful
  input[type="button"], body.youthful
  input[type="reset"], body.youthful
  input[type="submit"], body.youthful
  li.button a, body.youthful
  .button a, body.youthful
  .wp-block-button__link {
    color: #FFFFFF; }
  body.established button, body.established
  input[type="button"], body.established
  input[type="reset"], body.established
  input[type="submit"], body.established
  li.button a, body.established
  .button a, body.established
  .wp-block-button__link {
    color: #1E2529; }
  body.custom button, body.custom
  input[type="button"], body.custom
  input[type="reset"], body.custom
  input[type="submit"], body.custom
  li.button a, body.custom
  .button a, body.custom
  .wp-block-button__link {
    color: #FFFFFF; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  li.button a:hover,
  .button a:hover,
  .wp-block-button__link:hover {
    filter: brightness(0.95) saturate(0.9);
    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,
  li.button a:active,
  li.button a:focus,
  .button a:active,
  .button a:focus,
  .wp-block-button__link:active,
  .wp-block-button__link:focus {
    filter: brightness(0.95) saturate(0.9);
    color: #fff; }

.ugb-button:hover {
  opacity: 1 !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: 4px;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 1; }
  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%; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9b9ea7; }

::placeholder {
  /* Most modern browsers support this now. */
  color: #9b9ea7; }

.at {
  font-family: inherit !important; }
  .at .at-title {
    font-family: inherit; }
  .at span[style] {
    font-family: inherit !important; }
  .at fieldset legend {
    font-family: inherit; }
  .at .btn-at {
    border-radius: inherit !important;
    color: inherit !important;
    border: none !important; }
    .at .btn-at:hover {
      color: inherit !important; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  transition: background-color 500ms ease-out 1s;
  text-decoration: none;
  font-weight: 600; }
  body.default a {
    color: #DB043C; }
  body.youthful a {
    color: #D43666; }
  body.established a {
    color: #A52B22; }
  a:visited {
    filter: brightness(0.8); }
  a:hover, a:focus, a:active {
    text-decoration: underline;
    filter: brightness(0.95) saturate(0.9); }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0.5em 0 1em 0; }
  .main-navigation ul ul {
    padding: 0.5em 0 0 0; }
    .main-navigation ul ul li {
      padding-left: 1.5em; }

.main-navigation li {
  padding: 0.5em 0; }

.main-navigation a {
  display: block;
  text-decoration: none;
  transition: background-color 500ms ease-out 1s; }
  body.default .main-navigation a {
    color: #171A1C; }
  body.youthful .main-navigation a {
    color: #282B2F; }
  body.established .main-navigation a {
    color: #1E2529; }
  body.custom .main-navigation a {
    color: #171A1C; }
  .main-navigation a:hover {
    text-decoration: underline; }
    body.default .main-navigation a:hover {
      color: #DB043C; }
    body.youthful .main-navigation a:hover {
      color: #D43666; }
    body.established .main-navigation a:hover {
      color: #A52B22; }

.main-navigation .button a,
.main-navigation .button a:hover {
  color: #fff !important;
  display: inline-block; }

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  text-decoration: underline; }

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

#site-navigation .menu-toggle {
  background: #fff;
  height: 50px;
  width: 50px;
  padding: 0;
  border: none;
  position: absolute;
  top: 23px;
  right: 5%; }
  #site-navigation .menu-toggle svg {
    margin: 0 auto; }
    body.default #site-navigation .menu-toggle svg path {
      color: #171A1C; }
    body.youthful #site-navigation .menu-toggle svg path {
      color: #282B2F; }
    body.established #site-navigation .menu-toggle svg path {
      color: #1E2529; }
    body.custom #site-navigation .menu-toggle svg path {
      color: #171A1C; }
  #site-navigation .menu-toggle .hamburger {
    width: 27px;
    height: 21px; }
  #site-navigation .menu-toggle .close {
    width: 23px;
    height: 23px;
    display: none; }

#site-navigation.toggled .menu-toggle .hamburger {
  display: none; }

#site-navigation.toggled .menu-toggle .close {
  display: block; }

@media screen and (min-width: 782px) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    padding: 0;
    display: block;
    text-align: right; }
    .main-navigation ul li {
      padding: 0 0 0 2em;
      display: inline-block;
      position: relative; }
    .main-navigation ul ul {
      background: #fff;
      padding: 0.75em 2em 0.75em 0;
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999;
      text-align: left; }
      .main-navigation ul ul ul {
        box-shadow: none;
        padding: 0;
        position: static; }
      .main-navigation ul ul li {
        padding-top: 0.25em;
        padding-bottom: 0.25em; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
    .main-navigation ul li:last-child:hover > ul,
    .main-navigation ul li:last-child.focus > ul {
      right: 0; } }

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

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#masthead {
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.15);
  padding: .5em 0;
  position: relative; }
  #masthead .site-branding {
    line-height: 0; }
  #masthead .custom-logo {
    max-height: 80px;
    width: auto; }
  #masthead .site-title {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    line-height: 1.2em; }
  #masthead .site-description {
    font-size: 20px;
    margin: 0;
    line-height: 1.2em; }

@media screen and (min-width: 782px) {
  #masthead .width-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
  #masthead .site-branding {
    padding-right: 2em;
    -ms-flex-negative: 0;
        flex-shrink: 0; } }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
body {
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased; }

.sticky {
  display: block; }

.width-wrapper {
  width: 92%;
  max-width: 1170px;
  margin: 0 auto; }

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

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

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

.page .entry-content > * {
  width: 92%;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto; }

.page .entry-content .alignwide {
  max-width: 1170px; }

.page .entry-content .alignfull {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0; }
  .page .entry-content .alignfull > * {
    width: 92%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto; }

.page-template-default .entry-content {
  padding-top: 3em; }

.entry-header {
  background: #f0f4f9; }
  .entry-header .title-meta {
    padding: 40px; }
    .entry-header .title-meta .entry-title {
      margin: 0; }
  .entry-header .post-thumbnail img {
    display: block;
    width: 100%;
    height: auto; }
  @media screen and (min-width: 800px) {
    .entry-header.header-featured-image {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .entry-header.header-featured-image .title-meta {
        width: 50%;
        padding: 5em; }
      .entry-header.header-featured-image .post-thumbnail {
        width: 50%; }
        .entry-header.header-featured-image .post-thumbnail img {
          width: 100%; } }
  .entry-header.header-no-featured-image .entry-title {
    text-align: center;
    padding: 1em 2em; }

.page .entry-footer {
  width: 92%;
  max-width: 1170px;
  margin: 0 auto; }

.single-post .sidebar-wrapper, .archive .sidebar-wrapper, .blog .sidebar-wrapper, .search .sidebar-wrapper {
  width: 92%;
  max-width: 1170px;
  margin: 0 auto; }
  @media screen and (min-width: 900px) {
    .single-post .sidebar-wrapper, .archive .sidebar-wrapper, .blog .sidebar-wrapper, .search .sidebar-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .single-post .sidebar-wrapper #primary, .archive .sidebar-wrapper #primary, .blog .sidebar-wrapper #primary, .search .sidebar-wrapper #primary {
        width: 66%; }
      .single-post .sidebar-wrapper #secondary, .archive .sidebar-wrapper #secondary, .blog .sidebar-wrapper #secondary, .search .sidebar-wrapper #secondary {
        width: 30%;
        padding-top: 3em; } }
  .single-post .sidebar-wrapper .entry-header .entry-title, .archive .sidebar-wrapper .entry-header .entry-title, .blog .sidebar-wrapper .entry-header .entry-title, .search .sidebar-wrapper .entry-header .entry-title {
    font-size: calc(32px + 6 * ( (100vw - 400px) / 500)); }
    @media screen and (max-width: 400px) {
      .single-post .sidebar-wrapper .entry-header .entry-title, .archive .sidebar-wrapper .entry-header .entry-title, .blog .sidebar-wrapper .entry-header .entry-title, .search .sidebar-wrapper .entry-header .entry-title {
        font-size: 32px; } }
    @media screen and (min-width: 900px) {
      .single-post .sidebar-wrapper .entry-header .entry-title, .archive .sidebar-wrapper .entry-header .entry-title, .blog .sidebar-wrapper .entry-header .entry-title, .search .sidebar-wrapper .entry-header .entry-title {
        font-size: 38px; } }

.single-post .post-navigation, .archive .post-navigation, .blog .post-navigation, .search .post-navigation {
  width: 92%;
  max-width: 1170px;
  margin: 0 auto; }

#comments {
  width: 96%;
  max-width: 770px;
  margin: 0 auto; }

.blog article,
.archive article,
.search article {
  margin-bottom: 3em; }

.error-404 {
  max-width: 770px;
  padding: 1em 3em 5em 3em;
  margin: 0 auto; }

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

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#pre-footer {
  text-align: center;
  padding: .5em 3em; }
  body.default #pre-footer {
    background-color: #1478C6; }
  body.youthful #pre-footer {
    background-color: #2056C0; }
  body.established #pre-footer {
    background-color: #EFEFEF; }
  body.default #pre-footer {
    color: #FFFFFF; }
  body.youthful #pre-footer {
    color: #FFFFFF; }
  body.established #pre-footer {
    color: #1E2529; }
  body.custom #pre-footer {
    color: #FFFFFF; }
  #pre-footer h3 {
    font-size: 20px;
    padding-top: 0; }

#colophon {
  background: #0a1720;
  color: #9b9ea7;
  padding: 80px 0; }
  #colophon a {
    color: #fff;
    text-decoration: none; }
    #colophon a:hover {
      text-decoration: underline; }
  #colophon .footer-widgets {
    width: 92%;
    max-width: 1170px;
    margin: 0 auto;
    padding-bottom: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
    #colophon .footer-widgets .widget-title {
      font-size: 16px; }
    #colophon .footer-widgets .widget_nav_menu ul {
      margin: 0;
      padding: 0; }
      #colophon .footer-widgets .widget_nav_menu ul li {
        margin: .75em .5em;
        padding: 0;
        list-style-type: none; }
        #colophon .footer-widgets .widget_nav_menu ul li.button {
          margin: 1.5em 0; }
    @media screen and (min-width: 700px) {
      #colophon .footer-widgets {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between; }
        #colophon .footer-widgets .widget-column {
          min-width: 33%; } }
  #colophon .site-info {
    width: 92%;
    max-width: 1170px;
    margin: 0 auto;
    text-align: center; }
    #colophon .site-info .footer-menu ul {
      margin: 4em .25em 3em .25em;
      padding: 0; }
      #colophon .site-info .footer-menu ul li {
        display: inline-block;
        list-style-type: none;
        margin: 1em;
        padding: 0; }
    #colophon .site-info .paid-for {
      display: inline-block;
      margin: 2em auto 0 auto;
      border: 1px solid rgba(255, 255, 255, 0.25);
      padding: .5em 5em; }

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

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

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

