/*!
Theme Name: ArtTable
Theme URI: http://underscores.me/
Author: Robert Abramski
Author URI: http://robertabramski.com
Description: WordPress Theme for ArtTable
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: arttable
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.

ArtTable 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
# Colors
# Structure
# Widgets
# Plugins
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");
/*--------------------------------------------------------------
# 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 */
  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
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #4A4A4A;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.3;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
  clear: both; }
  h1.reverse, h2.reverse, h3.reverse, h4.reverse, h5.reverse, h6.reverse {
    color: #FFFFFF !important; }

h1 {
  font-size: 48px;
  font-size: 3rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700; }

h2 {
  font-size: 42px;
  font-size: 2.625rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700; }

h3 {
  font-size: 28px;
  font-size: 1.75rem; }

h4 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700; }

h5 {
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 25px; }

h6 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700; }
  h6 a, h6 a:visited {
    color: #DF593F; }

p {
  margin-bottom: 1.5em;
  max-width: 700px; }

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: #FFFFFF;
  /* Fallback for when there is no custom background color defined. */
  padding-top: 137px; }
  body.logged-in #at-navigation {
    margin-top: 32px; }

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

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

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

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

.wp-block-image figcaption {
  text-align: left; }

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

input[type="text"].anim-search {
  width: 48px;
  border-radius: calc(48px/2);
  color: #DF593F;
  border-color: #DF593F;
  background-color: #DF593F;
  cursor: pointer;
  outline: 0;
  transition-property: border-radius, color, border-color, background-color, width;
  transition-duration: 0.2s; }
  input[type="text"].anim-search::placeholder {
    color: #DF593F; }
  input[type="text"].anim-search:focus {
    width: 218px;
    cursor: inherit;
    color: #656565;
    border: 1px solid #373A36;
    border-radius: 3px;
    padding: 10px;
    min-height: 48px;
    background-color: #F8F8F8; }
    input[type="text"].anim-search:focus:focus {
      color: #111; }
    input[type="text"].anim-search:focus::placeholder {
      color: #4A4A4A; }

input[type="text"].anim-search + .icon-search-input {
  filter: grayscale(100%) brightness(200%);
  transition-property: filter;
  transition-duration: 0.2s; }

input[type="text"].anim-search:focus + .icon-search-input {
  filter: grayscale(0%) brightness(100%); }

@media screen and (max-width: 599px) {
  input[type="text"].anim-search {
    width: 218px;
    cursor: inherit;
    color: #656565;
    border: 1px solid #373A36;
    border-radius: 3px;
    padding: 10px;
    min-height: 48px;
    background-color: #F8F8F8;
    transition-property: none;
    transition-duration: 0; }
    input[type="text"].anim-search:focus {
      color: #111; }
    input[type="text"].anim-search::placeholder {
      color: #4A4A4A; }

  input[type="text"].anim-search + .icon-search-input {
    filter: none; } }
.nav-search-form {
  position: relative; }
  .nav-search-form .icon-search-input {
    pointer-events: none;
    position: absolute;
    width: 23px;
    height: 22px;
    display: inline-block;
    background: url("assets/images/icon-search-input.png") no-repeat;
    background-size: contain;
    top: calc(48px/2 - 22px/2);
    right: 10px;
    border: none;
    padding: 0; }

.masthead-container {
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  padding: 15px 0 15px 0; }
  .masthead-container .container {
    background-color: #FFFFFF; }

button.menu-toggle {
  width: 33px;
  height: 15px;
  max-height: 15px;
  padding: 0;
  border: none;
  background: url("assets/images/chbgr.png") #FFFFFF no-repeat;
  background-size: contain; }

header.site-header .site-branding {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px; }
  header.site-header .site-branding .logo {
    width: 216px;
    height: 32px;
    display: inline-block;
    background: url("assets/images/at-red-logo.png") no-repeat;
    background-size: contain;
    text-indent: -1000px; }
  header.site-header .site-branding .buttons button, header.site-header .site-branding .buttons input, header.site-header .site-branding .buttons a.btn {
    margin-right: 15px;
    min-width: 160px; }
    header.site-header .site-branding .buttons button:last-child, header.site-header .site-branding .buttons input:last-child, header.site-header .site-branding .buttons a.btn:last-child {
      margin-right: 0; }

@media screen and (max-width: 400px) {
  header.site-header .site-branding a.btn.join {
    display: none; } }
@media screen and (max-width: 599px) {
  .masthead-container {
    height: 58px;
    padding: 15px 0; }
    .masthead-container.toggled header#masthead {
      flex-direction: column; }
    .masthead-container.toggled .site-branding .logo {
      margin-top: 42px; }
    .masthead-container.toggled .site-branding .buttons {
      display: none; }
    .masthead-container.toggled button.menu-toggle {
      position: absolute;
      top: 22px;
      right: 22px;
      width: 17px;
      height: 15px;
      background: url("assets/images/chbgr-close.png") #FFFFFF no-repeat;
      background-size: contain; }

  .nav-search-form {
    display: inline-block; }

  body {
    padding-top: 58px; }

  header#masthead {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between; }

  header.site-header .site-branding {
    margin-bottom: 0; }
    header.site-header .site-branding .logo {
      width: 186px;
      height: 28px; }
    header.site-header .site-branding a.btn.join {
      margin-left: 40px;
      margin-right: 0;
      background-color: #FFFFFF;
      color: #C3403B;
      border-color: #C3403B;
      min-width: 100px;
      padding: 5px;
      font-weight: 700; }
    header.site-header .site-branding a.btn.support {
      display: none; }

  .main-navigation ul.menu {
    flex-direction: column;
    text-align: center; }
    .main-navigation ul.menu .menu-item-join, .main-navigation ul.menu .menu-item-support {
      display: inline-block; }
    .main-navigation ul.menu li {
      float: none;
      margin-bottom: 30px; }
      .main-navigation ul.menu li:first-child {
        margin-top: 30px; }
      .main-navigation ul.menu li a.icon-search {
        display: none; } }
footer .container {
  display: flex;
  flex-direction: row; }
  footer .container .cta-callout {
    width: 100%;
    text-align: center; }
    footer .container .cta-callout h3, footer .container .cta-callout a {
      color: #FFFFFF; }
    footer .container .cta-callout h3 {
      margin-top: 0; }
    footer .container .cta-callout a {
      font-weight: 700;
      text-decoration: underline;
      font-size: 20px;
      font-size: 1.25rem; }
  footer .container .copyright br {
    display: none; }
  footer .container .address, footer .container .nav-footer, footer .container .newsletter {
    font-size: 18px;
    font-size: 1.125rem;
    min-width: 100px;
    width: 100%; }
  footer .container .address p {
    margin-top: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 400; }
    footer .container .address p a {
      text-decoration: none; }
  footer .container .address ul.social {
    padding: 0;
    margin: 0;
    list-style: none; }
    footer .container .address ul.social li {
      display: inline-block;
      margin-right: 10px; }
      footer .container .address ul.social li:last-child {
        margin-right: 0; }
      footer .container .address ul.social li.facebook a {
        background-image: url("assets/images/icon-social-facebook.png"); }
      footer .container .address ul.social li.instagram a {
        background-image: url("assets/images/icon-social-instagram.png"); }
      footer .container .address ul.social li.linkedin a {
        background-image: url("assets/images/icon-social-linkedin.png"); }
      footer .container .address ul.social li.twitter a {
        background-image: url("assets/images/icon-social-twitter.png"); }
      footer .container .address ul.social li.youtube a {
        background-image: url("assets/images/icon-social-youtube.png"); }
      footer .container .address ul.social li a {
        display: inline-block;
        width: 29px;
        height: 29px;
        text-decoration: none;
        background-size: contain;
        background-repeat: no-repeat;
        text-indent: -1000px; }
  footer .container .nav-footer ul {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none; }
    footer .container .nav-footer ul li a {
      text-decoration: none; }
  footer .container #mc_embed_signup {
    width: 100%;
    max-width: 228px; }
  footer .container form.newsletter {
    max-width: 228px;
    text-align: center; }
    footer .container form.newsletter h4 {
      margin: 0;
      margin-bottom: 15px;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 400;
      font-size: 22.08px;
      font-size: 1.38rem;
      line-height: 1.2; }
    footer .container form.newsletter input {
      margin-bottom: 15px; }
      footer .container form.newsletter input[type="text"], footer .container form.newsletter input[type="email"] {
        display: block;
        width: 100%;
        max-width: 228px; }
      footer .container form.newsletter input[type="submit"] {
        margin-bottom: 0; }

@media screen and (max-width: 599px) {
  footer .container {
    flex-direction: column-reverse;
    text-align: center; }
    footer .container .copyright br {
      display: block; }
    footer .container .address, footer .container .nav-footer, footer .container .newsletter {
      margin-bottom: 60px; }
    footer .container .nav-footer ul {
      padding: 0; }
    footer .container #mc_embed_signup, footer .container .newsletter {
      margin-left: auto;
      margin-right: auto; } }
.front-page section {
  background-color: #FFFFFF;
  color: #4A4A4A; }
  .front-page section.bg-color-alt {
    background-color: #FAFAFA; }
  .front-page section p {
    font-size: 2.5vh; }
  .front-page section a {
    color: #DF593F;
    font-weight: 700;
    text-decoration: underline;
    font-size: 2.6vh; }
    .front-page section a.center {
      width: 100%;
      display: inline-block;
      text-align: center; }
  .front-page section.image {
    width: 100%;
    background-repeat: no-repeat;
    height: 70vmin; }
    .front-page section.image.primary-image {
      height: 70vh; }
      .front-page section.image.primary-image h1 {
        max-width: 500px;
        padding-top: 10vmin; }
  .front-page section.text {
    padding: 5vh 0; }
    .front-page section.text .content {
      min-width: 300px;
      max-width: 450px;
      width: 50vw;
      margin: 0 auto; }

@media screen and (max-width: 599px) {
  .front-page section.text h1, .front-page section.image h1 {
    font-size: 9.1vmin; } }
.post-cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 75px; }
  .post-cards-container .post-card {
    margin-right: 2%;
    min-width: 175px;
    height: 400px;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    border: 1px solid #979797;
    transition: box-shadow;
    transition-duration: .3s;
    margin-bottom: 2vh;
    color: #4A4A4A;
    text-decoration: none; }
    .post-cards-container .post-card:hover {
      box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.4); }
    .post-cards-container .post-card.featured .card-image {
      border-bottom: none; }
    .post-cards-container .post-card .card-image {
      width: 100%;
      height: 230px;
      background-color: #e1e1e1;
      border-bottom: 1px solid #979797;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
    .post-cards-container .post-card .card-text {
      padding: 0 10px 10px 10px; }
      .post-cards-container .post-card .card-text span.featured, .post-cards-container .post-card .card-text span.bar {
        display: block;
        background-color: #DF593F;
        color: #FFFFFF;
        margin: -19px -10px 0 -10px;
        padding-left: 10px;
        font-size: 13px;
        text-transform: uppercase; }
      .post-cards-container .post-card .card-text span.bar {
        background-color: #4A4A4A; }
      .post-cards-container .post-card .card-text h4 {
        margin: 20px 0 10px 0; }
        .post-cards-container .post-card .card-text h4.lighter {
          font-weight: 400; }
      .post-cards-container .post-card .card-text p {
        margin: 0 10px 10px 0;
        max-height: 80px;
        overflow: hidden;
        font-size: 18px;
        font-size: 1.125rem; }
      .post-cards-container .post-card .card-text a {
        color: #DF593F;
        font-weight: 700;
        text-decoration: underline;
        font-size: 20px;
        font-size: 1.25rem; }
    .post-cards-container .post-card .date {
      position: absolute;
      top: 15px;
      left: 15px;
      width: 60px;
      height: 60px;
      color: #4A4A4A;
      line-height: 1.2;
      text-align: center;
      background-color: #FFFFFF;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center; }
      .post-cards-container .post-card .date.bar {
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #4A4A4A;
        color: #FFFFFF; }
      .post-cards-container .post-card .date span.month {
        font-size: 18px;
        font-weight: 400;
        text-transform: uppercase; }
      .post-cards-container .post-card .date span.day {
        font-size: 20px;
        font-weight: 700; }

@media screen and (min-width: 855px) {
  .with-sidebar .post-card {
    width: 49%; }
    .with-sidebar .post-card:nth-child(2) {
      margin-right: 0; }

  .no-sidebar .post-card {
    width: 23.5%; }
    .no-sidebar .post-card:nth-child(4n) {
      margin-right: 0; } }
@media screen and (min-width: 649px) and (max-width: 854px) {
  .with-sidebar .post-card {
    width: 49%; }
    .with-sidebar .post-card:nth-child(2n) {
      margin-right: 0; }

  .no-sidebar .post-card {
    width: 32%; }
    .no-sidebar .post-card:nth-child(3n) {
      margin-right: 0; } }
@media screen and (min-width: 439px) and (max-width: 648px) {
  .with-sidebar .post-card {
    width: 100%; }

  .no-sidebar .post-card {
    width: 49%; }
    .no-sidebar .post-card:nth-child(2n) {
      margin-right: 0; } }
@media screen and (max-width: 438px) {
  .with-sidebar .post-card {
    width: 100%; }

  .no-sidebar .post-card {
    width: 100%;
    margin-right: 0; } }
.cta-block {
  background-color: #DF593F;
  margin-bottom: 24px; }
  .cta-block .image {
    height: 269px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .cta-block hr {
    background-color: #FFFFFF;
    margin: 0 36px; }
  .cta-block .text {
    padding: 36px; }
    .cta-block .text h2 {
      color: #FFFFFF; }
    .cta-block .text h5 {
      margin: 10px 0 7px 0; }
    .cta-block .text em {
      font-size: 13.008px;
      font-size: 0.813rem;
      margin-top: -28px;
      margin-bottom: 28px;
      display: block; }
    .cta-block .text a, .cta-block .text a:visited {
      color: #FFFFFF;
      text-decoration: underline;
      font-size: 20px;
      font-size: 1.25rem; }
    .cta-block .text.alt {
      background-color: #FAFAFA; }
      .cta-block .text.alt h2 {
        color: #4A4A4A; }
      .cta-block .text.alt a, .cta-block .text.alt a:visited {
        color: #DF593F; }

section.fs-featured {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 60vmin; }

section.fs-featured {
  margin-bottom: 9vh; }

.featured-lockup {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 137px;
  height: 60vmin; }
  .featured-lockup .image-title, .featured-lockup .hanger-box {
    margin: 0 auto;
    padding: 0 3vw; }
  .featured-lockup .image-title {
    max-width: 600px;
    height: 60vmin;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .featured-lockup .image-title h1 {
      font-size: 6vh; }
    .featured-lockup .image-title p {
      font-size: 3vh;
      margin: 0; }
  .featured-lockup .hanger-box {
    max-width: 450px;
    height: 20vh;
    background-color: #DF593F;
    box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.21);
    margin-top: -9vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .featured-lockup .hanger-box h4 {
      margin-bottom: 10px; }
    .featured-lockup .hanger-box p {
      margin: 0; }
  .featured-lockup h1, .featured-lockup h4, .featured-lockup p {
    color: #FFFFFF; }

@media screen and (max-width: 599px) {
  section.fs-featured, .featured-lockup {
    height: 60vh; }

  .featured-lockup {
    top: 58px; }
    .featured-lockup .image-title {
      height: 50vh; }
    .featured-lockup .hanger-box {
      margin-top: 0; } }
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
a.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  border: 1px solid;
  border-color: #C3403B;
  background: #C3403B;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  padding: 15px; }
  a.btn:hover,
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    cursor: pointer;
    color: #FFFFFF; }
  a.btn:visited,
  button:visited,
  input[type="button"]:visited,
  input[type="reset"]:visited,
  input[type="submit"]:visited {
    color: #FFFFFF; }
  a.btn.secondary,
  button.secondary,
  input[type="button"].secondary,
  input[type="reset"].secondary,
  input[type="submit"].secondary {
    background: #DF593F;
    border-color: #DF593F; }
    a.btn.secondary.outline,
    button.secondary.outline,
    input[type="button"].secondary.outline,
    input[type="reset"].secondary.outline,
    input[type="submit"].secondary.outline {
      color: #DF593F; }
  a.btn.outline,
  button.outline,
  input[type="button"].outline,
  input[type="reset"].outline,
  input[type="submit"].outline {
    background: #FFFFFF;
    color: #C3403B; }

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: #656565;
  border: 1px solid #373A36;
  border-radius: 3px;
  padding: 10px;
  min-height: 48px;
  background-color: #F8F8F8; }
  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; }
  input[type="text"]::placeholder,
  input[type="email"]::placeholder,
  input[type="url"]::placeholder,
  input[type="password"]::placeholder,
  input[type="search"]::placeholder,
  input[type="number"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="range"]::placeholder,
  input[type="date"]::placeholder,
  input[type="month"]::placeholder,
  input[type="week"]::placeholder,
  input[type="time"]::placeholder,
  input[type="datetime"]::placeholder,
  input[type="datetime-local"]::placeholder,
  input[type="color"]::placeholder,
  textarea::placeholder {
    color: #4A4A4A; }

select {
  border: 1px solid #373A36; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #4A4A4A; }
  a:visited {
    color: #4A4A4A; }
  a:hover, a:focus, a:active {
    color: #DF593F; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .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:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
    .main-navigation li.current-menu-item a {
      color: #C3403B; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    max-height: 48px;
    line-height: 1; }
  .main-navigation .menu-item-join, .main-navigation .menu-item-support {
    display: none; }

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

@media screen and (min-width: 600px) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: flex;
    justify-content: space-between;
    align-items: center; } }
.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);
  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;
    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; }

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

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

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
.text-secondary-color {
  color: #DF593F; }

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
.container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 15px;
  overflow: auto; }
  .container.container-half {
    max-width: 480px; }

.color-band {
  display: flex;
  flex-direction: row;
  background-color: #C3403B;
  margin-bottom: 50px; }
  .color-band.secondary {
    background-color: #DF593F; }
  .color-band .color {
    width: 50%; }
    .color-band .color:nth-child(1) {
      padding: 50px 0; }
      .color-band .color:nth-child(1) > .container-half {
        float: right; }
    .color-band .color:nth-child(2) {
      padding: 30px 0;
      margin: 20px 0;
      border-left: 1px solid #FFFFFF; }
    .color-band .color > div {
      max-width: 480px; }
    .color-band .color > .container-half {
      float: left; }
  .color-band.dual .color:nth-child(2) {
    border-left: none; }
  .color-band.dual .primary {
    background-color: #C3403B; }
  .color-band.dual .secondary {
    background-color: #DF593F; }

@media screen and (max-width: 599px) {
  .container.container-half {
    width: 100%;
    max-width: 960px; }

  .color-band {
    flex-direction: column; }
    .color-band .color {
      text-align: center;
      width: 100%; }
      .color-band .color > div {
        max-width: 960px; }
    .color-band .color:first-child > .container-half {
      float: left; } }
.no-sidebar .content-area {
  float: none;
  margin-left: auto;
  margin-right: auto; }
.no-sidebar .site-main {
  margin: 0; }

.content-area {
  float: right;
  margin: 0 0 0 -25%;
  width: 100%; }

.site-main {
  margin: 0 0 0 25%; }

.site-content .widget-area {
  float: left;
  overflow: hidden;
  width: calc(25% - 20px);
  padding-right: 20px; }
  .site-content .widget-area.fixed {
    position: fixed; }

.site-footer {
  clear: both;
  width: 100%; }

@media screen and (max-width: 599px) {
  .content-area {
    float: none;
    margin-left: auto;
    margin-right: auto; }

  .site-main {
    margin: 0; }

  .site-content .widget-area {
    width: 100%; }
    .site-content .widget-area.fixed {
      position: relative; } }
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }
  .widget.per-page-sidebar ul {
    margin: 0;
    padding: 0; }
    .widget.per-page-sidebar ul li a {
      cursor: pointer;
      text-decoration: none;
      color: #C3403B;
      font-size: 18px;
      font-size: 1.125rem; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background-color: #DF593F;
  font-family: "Roboto Condensed", sans-serif; }

.tribe-events-calendar thead th {
  background-color: #4A4A4A;
  border-left-color: #4A4A4A;
  border-right-color: #4A4A4A; }

#tribe-bar-form .tribe-bar-submit input[type=submit] {
  background-color: #DF593F;
  font-weight: 400; }

.tribe-events-notices {
  color: #FFFFFF;
  background: #C3403B;
  border: none;
  text-shadow: none;
  font-family: "Roboto Condensed", sans-serif; }

.tribe-bar-views-inner {
  background: #f5f5f5; }

@media only screen and (max-width: 768px) {
  #tribe-events-content .tribe-events-calendar td.tribe-events-present.mobile-active:hover, .tribe-events-calendar td.tribe-events-present.mobile-active, .tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-] a {
    background: #DF593F; }

  #tribe-events-content .tribe-events-calendar .mobile-active:hover, #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active, #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active div[id*=tribe-events-daynum-], #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active div[id*=tribe-events-daynum-] a, .tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-], .tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-] a, .tribe-events-calendar td.mobile-active {
    background: #DF593F; } }
#tribe-bar-form input[type=text] {
  min-height: 0; }

.events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop {
  max-width: 100%; }

.tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
  margin-left: 0; }

.tribe-events-page-title {
  font-size: 42px;
  font-size: 2.625rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-align: left; }

.tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*=tribe-events-daynum-] > a {
  background-color: transparent; }

.events-archive .entry-content, .events-archive .entry-header {
  width: 100%; }

.tribe-events-tooltip h3 {
  margin: 0; }

.single-tribe_events .tribe-events-single-event-title {
  font-size: 42px;
  font-size: 2.625rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700; }

.tribe-events-schedule {
  margin: .2em 0 1.5em; }
  .tribe-events-schedule h2 {
    margin: 0; }

#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a, #tribe-events-footer .tribe-events-sub-nav li a, #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous a, #tribe-events-header .tribe-events-sub-nav li a {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  text-transform: uppercase; }

.tribe-events-list .type-tribe_events:first-of-type {
  margin-top: 0; }

.tribe-events-list .tribe-events-loop .tribe-event-featured {
  background: none; }

#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured {
  background: #DF593F; }

.tribe_events_filter_control button:hover {
  color: #4A4A4A; }
.tribe_events_filter_control button span {
  padding-top: 0; }

#tribe_events_filters_wrapper button:focus, #tribe_events_filters_wrapper label input[type=checkbox]:focus, #tribe_events_filters_wrapper label input[type=radio] {
  outline: none; }

.tribe-events-filters-horizontal button .horizontal-drop-indicator:before {
  margin: 0px 0px 0px 4px; }

.tribe-events-filter-count {
  text-align: center; }

#tribe-events-content .post-card a {
  text-decoration: underline; }

#tribe_events_filters_wrapper {
  z-index: 3000 !important; }

.bbp-author-avatar {
  display: none; }

.bbp-search-form {
  margin-bottom: 20px; }

#bbpress-forums {
  font-size: 16px;
  font-size: 1rem; }
  #bbpress-forums a.subscription-toggle {
    float: right; }

#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
  font-size: 16px;
  font-size: 1rem; }

div.bbp-template-notice.info, div.bbp-template-notice, div.indicator-hint {
  border: 1px solid #4A4A4A;
  background-color: #FFFFFF;
  padding: 10px; }

div.bbp-template-notice p {
  font-size: 14.4px;
  font-size: 0.9rem; }

#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
  border: none; }

.bbp-author-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.sp-easy-accordion .sp-ea-single {
  border-radius: 0 !important; }
  .sp-easy-accordion .sp-ea-single.ea-expand {
    background-color: #F0F0F0 !important; }
    .sp-easy-accordion .sp-ea-single.ea-expand .ea-header a {
      color: #4A4A4A !important; }
      .sp-easy-accordion .sp-ea-single.ea-expand .ea-header a i {
        color: #4A4A4A !important; }
  .sp-easy-accordion .sp-ea-single .ea-header {
    font-weight: bold; }
    .sp-easy-accordion .sp-ea-single .ea-header i {
      color: #FFFFFF !important; }
  .sp-easy-accordion .sp-ea-single .ea-body, .sp-easy-accordion .sp-ea-single .ea-header a {
    padding-left: 6% !important;
    padding-right: 6% !important; }

.cbp-l-inline-details {
  display: none; }

.cbp-l-caption-title, .cbp-l-caption-desc {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

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

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

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

.entry-meta {
  margin: 0 0 1.5em; }

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

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

.post-edit-link, .comments-link {
  display: none; }

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

.bypostauthor {
  display: block; }

.comment-list {
  padding: 0;
  margin: 0;
  list-style: none; }
  .comment-list li {
    border-bottom: 1px solid #4A4A4A;
    padding-bottom: 20px;
    margin-bottom: 20px; }
  .comment-list .comment-author.vcard img, .comment-list .comment-author.vcard span.says {
    display: none; }
  .comment-list .comment-author.vcard b.fn {
    font-size: 18px;
    font-size: 1.125rem; }
    .comment-list .comment-author.vcard b.fn a {
      text-decoration: none; }
  .comment-list .comment-metadata a {
    text-decoration: none; }
  .comment-list .comment-metadata .edit-link {
    display: none; }

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