@charset "UTF-8";
/*!
Theme Name: Illinois Audubon Society
Theme URI: http://underscores.me/
Author: Heather Acton
Author URI: http://heliointeractive.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ias
Tags:

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.

Illinois Audubon Society is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.com/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
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

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

h1, .h1 {
  font-size: 36px;
  color: #b70f0a;
  font-family: "Merriweather", serif;
  line-height: 1.4;
  letter-spacing: .02em; }

h2, .h2,
#buy-tickets h2.tribe-events-tickets-title {
  font-size: 28px;
  color: #b70f0a;
  text-transform: uppercase;
  line-height: 1.4;
  margin: .5em 0 .25em;
  letter-spacing: .02em;
  font-weight: normal; }

h3, .h3 {
  font-size: 24px;
  color: #b70f0a;
  margin: .5em 0 .25em;
  line-height: 1.4;
  letter-spacing: .02em;
  font-weight: normal; }

h4, .h4 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: .04em;
  line-height: 1.3;
  margin-top: .25em;
  margin-bottom: .25em; }

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

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

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

ul, ol {
  margin: 0 0 1.5em 0;
  padding-left: 1.5em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

li > ul {
  list-style-type: circle; }

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  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;
    color: white !important; }
  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;
    background: #e6e6e6;
    color: white !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: none;
  border-radius: 0;
  padding: 2px 8px;
  background: #eee;
  display: block; }
  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%; }

.comment-form-cookies-consent label {
  margin-left: 4px; }

.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
  vertical-align: top !important; }

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: -3px !important; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #b70f0a;
  text-decoration: none; }
  a:visited {
    color: #b70f0a; }
  a:hover, a:focus, a:active {
    color: #b70f0a;
    text-decoration: underline; }
  a:focus, a:active {
    text-decoration: none; }
  a:focus {
    outline: 0; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      width: auto;
      display: block; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li {
        padding-top: .25em;
        padding-bottom: .25em;
        margin-left: 0;
        margin-right: 0;
        border-bottom: none;
        width: 100% !important; }
        .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
          left: 100%; }
        .main-navigation ul ul li.current-menu-item a {
          color: #b70f0a; }
        .main-navigation ul ul li a {
          font-weight: normal;
          text-transform: none;
          font-size: 15px;
          width: 100%; }
      .main-navigation ul ul a {
        width: 200px;
        font-size: 16px;
        color: #000;
        border: none;
        line-height: 1.2;
        padding: .2em 0;
        letter-spacing: 0; }
        .main-navigation ul ul a:hover {
          color: #b70f0a; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 15px;
    width: auto; }
    .main-navigation li:first-child {
      margin-left: 0; }
    .main-navigation li:last-child {
      margin-right: 0; }
    .main-navigation li#menu-item-82 .sub-menu li#menu-item-83 a:after {
      content: " Facebook";
      font-family: "Lato", sans-serif;
      font-size: 16px;
      vertical-align: 8%; }
    .main-navigation li#menu-item-82 .sub-menu li#menu-item-84 a:after {
      content: " Twitter";
      font-family: "Lato", sans-serif;
      font-size: 16px;
      vertical-align: 8%; }
    .main-navigation li#menu-item-82 .sub-menu li#menu-item-163 a:after {
      content: " Newsletter";
      font-family: "Lato", sans-serif;
      font-size: 16px;
      vertical-align: 8%; }
    .main-navigation li.current-menu-item ul li a, .main-navigation li.current_page_ancestor ul li a {
      border-bottom: none; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    font-size: 17px;
    color: #b70f0a;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .04em;
    border-bottom: 1px solid #b70f0a; }
    .main-navigation a:hover {
      text-decoration: none;
      color: #000;
      border-color: #000; }
  #site-navigation.main-navigation li {
    padding-top: 2.5em;
    transition: all .4s;
    width: 16.6667%; }
    #site-navigation.main-navigation li:last-child {
      padding-right: 0; }
    #site-navigation.main-navigation li ul li {
      padding-top: .25em;
      width: 100%; }
  #aux-navigation.main-navigation ul {
    display: block;
    text-align: right; }
    #aux-navigation.main-navigation ul li {
      padding: .25em .5em .25em;
      margin: 0 .5%;
      width: auto;
      letter-spacing: .04em;
      float: none;
      display: inline-block;
      border: none; }
      #aux-navigation.main-navigation ul li a {
        font-size: 14px;
        text-transform: uppercase;
        border: none;
        font-weight: normal;
        color: #fff; }
        #aux-navigation.main-navigation ul li a:hover {
          border-bottom: 1px solid #fff; }
      #aux-navigation.main-navigation ul li.current-menu-item a {
        border-bottom: 1px solid #fff; }

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

.single-location.chapter #menu-item-58 > a,
.single-location.sanctuary #menu-item-45 > a,
.single-people.staff #menu-item-60 > a,
.single-people.board #menu-item-62 > a,
.single-field-trip #menu-item-47 > a {
  color: #b70f0a; }
  .single-location.chapter #menu-item-58 > a:hover,
  .single-location.sanctuary #menu-item-45 > a:hover,
  .single-people.staff #menu-item-60 > a:hover,
  .single-people.board #menu-item-62 > a:hover,
  .single-field-trip #menu-item-47 > a:hover {
    color: #fff; }

.single-post #menu-item-53 > a {
  border-bottom: 2px solid #b70f0a; }

.single-location.sanctuary #menu-item-44 > a {
  border-bottom: 2px solid #b70f0a; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.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 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .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;
    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;
  margin-bottom: 1.5em; }

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

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

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
.sidebar-title {
  margin: 0 0 .5em; }

.widget-area {
  border-left: 2px solid #b70f0a;
  padding-top: 1.1em;
  padding-left: 3em !important; }

.widget-title {
  margin: 0 0 1em;
  color: #929292;
  font-size: 18px;
  line-height: 1;
  letter-spacing: .04em;
  font-weight: normal; }

.widget {
  margin: 0 0 1.5em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2em;
  /* Make sure select elements fit in widgets. */ }
  .widget:last-child {
    border-bottom: none; }
  .widget select {
    max-width: 100%; }
  .widget p {
    margin: 0 0 .5em; }

.location-list .widget {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 0 .25em;
  border: none; }
  .location-list .widget h3 {
    margin: 0 0 .25em;
    font-weight: normal;
    font-size: 18px; }
  .location-list .widget a {
    color: #b70f0a; }
    .location-list .widget a:hover, .location-list .widget a.active {
      text-decoration: none;
      color: #000; }

.page-id-63 .widget-area {
  padding-top: 0; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Global
--------------------------------------------------------------*/
#page {
  overflow: hidden; }

.site-content {
  padding-bottom: 60px; }

.bg-gray {
  background: #aaaaaa; }

.bg-white {
  background: #fff; }
  .bg-white h1, .bg-white h2, .bg-white h3, .bg-white h4, .bg-white h5, .bg-white h6, .bg-white p, .bg-white li {
    color: #929292; }

.bg-black {
  background: #232323; }
  .bg-black h1, .bg-black h2, .bg-black h3, .bg-black h4, .bg-black h5, .bg-black h6 {
    color: #fff; }
  .bg-black p, .bg-black li {
    color: #929292; }

.bg-red {
  background: #b70f0a; }
  .bg-red h1, .bg-red h2, .bg-red h3, .bg-red h4, .bg-red h5, .bg-red h6, .bg-red p, .bg-red li {
    color: #fff; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content {
  padding-top: 390px; }

#content > .container-fluid > .row {
  display: flex; }

.sticky {
  display: block; }

#primary {
  padding-right: 3em; }

.home #primary {
  padding-right: 0; }

.hentry {
  margin: 0 0 1.5em; }

.breadcrumbs {
  padding-bottom: 1.5em; }

h1.entry-title {
  margin-top: 0;
  margin-bottom: 0; }

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

.single .byline,
.group-blog .byline {
  display: inline; }

.featured-image {
  margin: .5em 25px 15px 0;
  width: 40%;
  float: left;
  line-height: 0; }
  .featured-image img {
    width: 100%; }

.page-content,
.entry-content,
.entry-summary {
  margin: 0; }
  .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6,
  .entry-summary h2,
  .entry-summary h3,
  .entry-summary h4,
  .entry-summary h5,
  .entry-summary h6 {
    clear: none; }
  .page-content p,
  .entry-content p,
  .entry-summary p {
    margin-top: 0; }

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

.comment-reply-title {
  font-size: 24px;
  color: #232323;
  font-family: "Merriweather", serif; }

.posts-list .hentry {
  overflow: hidden;
  background: #232323;
  display: flex; }
  .posts-list .hentry .col-sm-4 {
    padding: 0; }
    .posts-list .hentry .col-sm-4 img {
      object-fit: cover;
      height: 100%; }
  .posts-list .hentry .col-sm-8 {
    padding: 1em; }
  .posts-list .hentry .entry-title {
    line-height: 1.3;
    margin-top: .25em;
    margin-bottom: .5em;
    letter-spacing: .04em;
    font-size: 22px;
    text-transform: none; }
    .posts-list .hentry .entry-title a {
      color: #fff;
      font-family: "Merriweather", serif;
      font-weight: normal; }
      .posts-list .hentry .entry-title a:hover {
        color: #c0c0c0;
        text-decoration: none; }
  .posts-list .hentry .posted-on,
  .posts-list .hentry .entry-meta {
    color: #fff; }
    .posts-list .hentry .posted-on p,
    .posts-list .hentry .entry-meta p {
      margin: 0; }
  .posts-list .hentry .entry-content {
    margin: .5em 0; }
    .posts-list .hentry .entry-content p {
      color: #fff;
      margin: 0; }
    .posts-list .hentry .entry-content a.read-more {
      float: right;
      color: #fff;
      text-transform: uppercase;
      font-size: 18px;
      line-height: 1; }
      .posts-list .hentry .entry-content a.read-more:hover {
        color: #c0c0c0;
        text-decoration: none; }
        .posts-list .hentry .entry-content a.read-more:hover .arrow-red {
          color: #c0c0c0; }
      .posts-list .hentry .entry-content a.read-more .arrow-red {
        color: #b70f0a;
        font-weight: bold;
        font-size: 38px;
        vertical-align: -7%; }

.page-template-page-media .entry-content .page-header {
  padding: .5em 0; }
  .page-template-page-media .entry-content .page-header > div:nth-child(2) {
    text-align: right; }

.page-template-page-media .entry-content h2.section-title {
  margin: 0;
  font-size: 24px; }

.page-template-page-magazine .modal .modal-dialog {
  width: 800px;
  max-width: 100%;
  top: 100px; }

.page-template-page-magazine .modal .modal-body {
  overflow: hidden;
  color: white;
  padding-top: 2em; }

.page-template-page-magazine .modal .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  color: white;
  font-size: 32px;
  background: transparent;
  border: none;
  padding: 0 .5em; }

.magazine-issues {
  padding-top: 1em; }
  .magazine-issues .current-issue {
    display: flex;
    padding-bottom: 3em; }
    .magazine-issues .current-issue .current-issue-thumb img {
      margin: 0 auto; }
    .magazine-issues .current-issue .current-issue-description {
      padding-right: 30px; }
  .magazine-issues .col-sm-3 {
    text-align: center; }
  .magazine-issues > div:nth-child(4n+2) {
    clear: both; }

#accordion .card {
  margin-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 1em; }
  #accordion .card:last-child {
    border-bottom: 0; }
  #accordion .card h5 {
    font-size: 18px;
    font-family: "Merriweather", serif;
    margin: 0; }
    #accordion .card h5 a {
      color: #232323; }
      #accordion .card h5 a:hover {
        text-decoration: none; }
      #accordion .card h5 a span {
        font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #929292;
        font-size: 18px; }
  #accordion .card a .faq-answer:before {
    content: "▼";
    padding-left: .2em;
    padding-right: .8em;
    font-size: 20px;
    color: #b70f0a; }
  #accordion .card a[aria-expanded=true] .faq-answer:before {
    content: "▲"; }
  #accordion .card .card-block {
    padding-left: 2.2em; }
    #accordion .card .card-block p {
      color: #929292; }

.people-sections h2 {
  margin-bottom: 1em; }

.people-sections .people-list {
  padding-bottom: 3em;
  border-bottom: 1px solid #c0c0c0;
  margin-bottom: 1.5em; }
  .people-sections .people-list:last-child {
    border-bottom: none; }

.person-box {
  margin-bottom: 20px; }
  .person-box:hover {
    text-decoration: none; }
    .person-box:hover .person-caption h3, .person-box:hover .person-caption span {
      color: #929292; }
  .person-box:nth-child(3n+4) {
    clear: both; }
  .person-box .person-headshot {
    line-height: 0;
    max-height: 240px;
    overflow: hidden;
    margin-bottom: -1px; }
    .person-box .person-headshot img {
      width: 100%; }
  .person-box .person-caption {
    background: #232323;
    padding: 1em;
    height: 96px;
    text-align: center;
    line-height: 1; }
    .person-box .person-caption h3 {
      color: #fff;
      margin-top: 0;
      margin-bottom: .5em;
      font-size: 1em;
      line-height: 1.2; }
    .person-box .person-caption span {
      color: #fff;
      text-transform: uppercase;
      font-size: 14px; }

.single-people .breadcrumbs {
  padding-bottom: .25em; }

.person-title {
  color: #929292;
  text-transform: uppercase;
  margin: .25em 0 .75em; }

.person-section,
.location-section {
  padding-bottom: 1em; }
  .person-section:last-child,
  .location-section:last-child {
    border-bottom: none; }
  .person-section h2,
  .person-section h2.tribe-events-tickets-title,
  .location-section h2,
  .location-section h2.tribe-events-tickets-title {
    color: #929292;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: .25em; }
  .person-section:first-child > h2:first-of-type,
  .location-section:first-child > h2:first-of-type {
    margin-top: 2em; }
  .person-section span,
  .location-section span {
    display: block; }
  .person-section.location-description,
  .location-section.location-description {
    padding: 60px 15px 0; }
    .person-section.location-description .featured-image,
    .location-section.location-description .featured-image {
      float: left;
      margin-top: 0;
      margin-right: 15px; }
  .person-section.location-contact,
  .location-section.location-contact {
    border-bottom: none;
    padding-bottom: 1em;
    clear: both; }
  .person-section .person-responsibilities p, .person-section.location-description p,
  .location-section .person-responsibilities p,
  .location-section.location-description p {
    margin-top: 0; }
  .person-section.location-gallery,
  .location-section.location-gallery {
    overflow: hidden;
    padding-bottom: 30px; }
    .person-section.location-gallery .col-sm-3,
    .location-section.location-gallery .col-sm-3 {
      margin-bottom: 30px; }
    .person-section.location-gallery .col-sm-3:nth-child(4n+5),
    .location-section.location-gallery .col-sm-3:nth-child(4n+5) {
      clear: both; }

.single-location.chapter .location-description {
  padding-top: 0; }

.location-links {
  margin-bottom: 1.5em; }
  .location-links a {
    margin-bottom: .5em; }

.single-field-trip .location-section.field-trip-description form {
  clear: both;
  padding-top: 1.5em; }

.location-caption {
  display: flex;
  justify-content: center;
  clear: both;
  text-align: center;
  line-height: 1.4; }
  .location-caption .location-address {
    background: #232323;
    padding: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .location-caption .location-address span {
      color: #fff; }
  .location-caption .location-navigation {
    background: #b70f0a;
    padding: .25em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center; }
    .location-caption .location-navigation a {
      color: #fff;
      text-transform: uppercase;
      padding: 1em; }
      .location-caption .location-navigation a:hover {
        text-decoration: none; }
    .location-caption .location-navigation:hover {
      background: #929292; }

.location-links a.btn {
  font-size: 16px;
  margin-right: 1em; }

.locations-map {
  width: 50%;
  float: left;
  padding-top: .5em;
  padding-right: 30px; }

.locations-copy {
  width: 50%;
  float: right; }

/* Woo stuffs */
.woocommerce .products ul, .woocommerce ul.products,
.page-id-494 .woocommerce-message,
.page-id-494 .woocommerce-error {
  width: 66.666%; }

.page-id-67 ul.products {
  width: 100%; }

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 100%;
  float: none; }

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: 100%;
  border-top: 1px solid #ccc;
  margin: 0;
  padding: .5em 0; }
  .woocommerce ul.products li.product:last-child,
  .woocommerce-page ul.products li.product:last-child {
    border-bottom: 1px solid #ccc; }
  .woocommerce ul.products li.product > a.woocommerce-LoopProduct-link,
  .woocommerce-page ul.products li.product > a.woocommerce-LoopProduct-link {
    pointer-events: none; }
  .woocommerce ul.products li.product h3,
  .woocommerce-page ul.products li.product h3 {
    width: 20%;
    float: left;
    margin: 0;
    padding: 0; }
  .woocommerce ul.products li.product .price,
  .woocommerce ul.products li.product div[itemprop="description"],
  .woocommerce-page ul.products li.product .price,
  .woocommerce-page ul.products li.product div[itemprop="description"] {
    width: 28%;
    float: left;
    margin: 0; }
    .woocommerce ul.products li.product .price p,
    .woocommerce ul.products li.product div[itemprop="description"] p,
    .woocommerce-page ul.products li.product .price p,
    .woocommerce-page ul.products li.product div[itemprop="description"] p {
      margin: 0; }
  .woocommerce ul.products li.product form.cart,
  .woocommerce-page ul.products li.product form.cart {
    width: 52%;
    float: left; }
    .woocommerce ul.products li.product form.cart label,
    .woocommerce-page ul.products li.product form.cart label {
      width: 50%;
      float: left;
      font-weight: normal; }
    .woocommerce ul.products li.product form.cart input.nyp-input,
    .woocommerce-page ul.products li.product form.cart input.nyp-input {
      width: 30%;
      float: left;
      margin-bottom: 8px; }
    .woocommerce ul.products li.product form.cart .subscription-details,
    .woocommerce-page ul.products li.product form.cart .subscription-details {
      width: 36%;
      float: left;
      display: none; }
    .woocommerce ul.products li.product form.cart .nyp,
    .woocommerce-page ul.products li.product form.cart .nyp {
      width: 70%;
      float: left;
      margin: 0; }
  .woocommerce ul.products li.product .button,
  .woocommerce-page ul.products li.product .button {
    float: right;
    margin: 0; }
  .woocommerce ul.products li.product.product_cat-chapter-memberships h3,
  .woocommerce-page ul.products li.product.product_cat-chapter-memberships h3 {
    width: 43%; }
  .woocommerce ul.products li.product.product_cat-donations h3,
  .woocommerce-page ul.products li.product.product_cat-donations h3 {
    width: 43%; }
  .woocommerce ul.products li.product .price,
  .woocommerce-page ul.products li.product .price {
    color: #333;
    font-size: 1em; }

.nyp-product a.add_to_cart_button,
.nyp-product .minimum-price,
.nyp-product .quantity {
  display: none !important; }

.product-description {
  clear: both;
  width: 80%; }
  .product-description p {
    font-size: .9em;
    color: #929292;
    letter-spacing: .02em;
    line-height: 1.4; }

.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button,
.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  transition: all .2s;
  text-transform: uppercase;
  letter-spacing: .1em;
  background-color: #b70f0a;
  border-color: #b70f0a;
  color: #fff; }

.cart_item .product-name a,
.mini_cart_item a:nth-child(2) {
  pointer-events: none; }

.page-id-67 .woocommerce ul.products li.product form.cart,
.page-id-67 .woocommerce-page ul.products li.product form.cart {
  width: 100%;
  margin-bottom: 0; }
  .page-id-67 .woocommerce ul.products li.product form.cart h3,
  .page-id-67 .woocommerce-page ul.products li.product form.cart h3 {
    width: 100%;
    padding-top: 1em;
    font-size: 18px;
    margin-bottom: .5em; }

.page-id-67 .woocommerce ul.products li.product a h3,
.page-id-67 .woocommerce-page ul.products li.product a h3 {
  width: 100% !important;
  padding-top: 1em !important;
  font-size: 18px !important;
  margin-bottom: .5em; }

.page-id-67 .woocommerce ul.products li.product form.cart .nyp,
.page-id-67 .woocommerce-page ul.products li.product form.cart .nyp {
  width: 75%; }
  .page-id-67 .woocommerce ul.products li.product form.cart .nyp label,
  .page-id-67 .woocommerce-page ul.products li.product form.cart .nyp label {
    width: 25% !important; }

.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt {
  margin-bottom: 0; }

table.wccpf_fields_table td.wccpf_label, table.wccpf_fields_table td.wccpf_label label {
  width: 25% !important; }

.page-id-67 .woocommerce ul.products li.product form.cart label,
.page-id-67 .woocommerce-page ul.products li.product form.cart label {
  width: 100% !important;
  line-height: 1.4; }

#buy-tickets {
  outline: none; }
  #buy-tickets form {
    width: 100%;
    max-width: none; }
    #buy-tickets form button.tribe-tickets__item__quantity__remove,
    #buy-tickets form button.tribe-tickets__item__quantity__add {
      background: #b70f0a !important;
      color: white !important;
      width: 28px;
      height: 28px;
      display: flex;
      align-items: center;
      justify-content: center; }
      #buy-tickets form button.tribe-tickets__item__quantity__remove:hover,
      #buy-tickets form button.tribe-tickets__item__quantity__add:hover {
        background: black !important;
        color: white !important; }
    #buy-tickets form .tribe-tickets__item__content__title {
      font-size: 18px;
      font-weight: normal;
      margin-top: 6px; }
    #buy-tickets form .tribe-tickets__item__extra {
      margin-top: 8px; }
    #buy-tickets form .tribe-tickets__buy {
      background: #b70f0a; }
      #buy-tickets form .tribe-tickets__buy:disabled {
        background: #f99794; }
  #buy-tickets td {
    border-top: 1px solid #ddd;
    vertical-align: top; }
  #buy-tickets .tickets_name,
  #buy-tickets .tribe-events-tickets .tickets_price {
    font-size: 16px;
    color: #333333;
    font-style: normal;
    font-weight: normal; }
  #buy-tickets input.ticket-meta {
    background: #ebebeb; }
  #buy-tickets span {
    display: inline; }

.tribe-events-tickets td.woocommerce {
  width: 110px; }

.tickets-unavailable {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 1em; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1; }

.tribe-event-tickets-plus-meta label {
  font-weight: bold;
  font-size: 14px; }

.tribe-event-tickets-plus-meta-attendee > header {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: .04em;
  line-height: 1.3;
  margin-top: .25em;
  margin-bottom: .25em;
  color: #333; }

.tribe-tickets-meta-label {
  font-weight: bold;
  font-size: 14px; }

.tribe-event-tickets-plus-meta .tribe-tickets-meta-radio label,
.tribe-event-tickets-plus-meta .tribe-tickets-meta-checkbox label {
  font-weight: normal; }
  .tribe-event-tickets-plus-meta .tribe-tickets-meta-radio label input,
  .tribe-event-tickets-plus-meta .tribe-tickets-meta-checkbox label input {
    margin-right: 4px; }

.tribe-tickets-meta-row {
  display: block !important; }

.woocommerce-Price-currencySymbol,
.available-stock {
  display: inline !important; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background: #b70f0a;
  border-radius: 0;
  text-transform: uppercase;
  transition: all .2s;
  letter-spacing: .1em;
  color: #fff !important;
  font-weight: normal; }
  .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
  .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background: #232323; }

.gform_wrapper.gf_browser_chrome .gform_body {
  width: 100% !important; }

.page-tribe-attendee-registration .entry-content > .row > .col-sm-12 > a.btn,
.page-tribe-attendee-registration .entry-content > .row > .col-sm-12 > br {
  display: none; }

.page-tribe-attendee-registration .tribe-tickets__registration__actions {
  margin-top: 0 !important; }

/* HIDE QUANTITY FIELD ON SPRING GATHERING SIGNUP */
.bundle_data_5709 .quantity {
  display: none; }

.shop_table .product-quantity {
  display: none; }

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

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.disable-hover {
  pointer-events: none; }

#masthead {
  position: fixed;
  height: 390px;
  z-index: 10;
  width: 100%;
  background: #fff;
  transition: all .1s ease-in-out;
  border-bottom: 1px solid #fff; }

#masthead.shrink {
  height: 132px;
  border-bottom: 1px solid #ebebeb; }

#masthead ul.sub-menu {
  transition: opacity .4s ease-in-out; }

#masthead.shrink ul.sub-menu {
  opacity: 0;
  background: #b70f0a; }

#masthead.shrink #site-navigation #primary-menu > li {
  height: 40px;
  transition: height .4s ease-in-out, padding .2s ease-in-out;
  padding-top: .5em;
  overflow: hidden; }

#masthead.shrink #site-navigation #primary-menu > li:hover {
  background: #b70f0a;
  border: none;
  overflow: visible; }

#masthead.shrink #site-navigation #primary-menu > li:hover > a {
  color: #fff;
  text-indent: 1em;
  border: none; }

#masthead.shrink #site-navigation #primary-menu > li:hover > a:hover {
  border: none; }

#masthead.shrink #site-navigation #primary-menu > li:hover > ul {
  opacity: 1;
  height: auto;
  z-index: 999;
  width: 100%;
  padding-top: .5em; }

#masthead #site-navigation #primary-menu {
  display: flex; }

#masthead #site-navigation #primary-menu > li:hover > ul li {
  transition: all 0s; }

#masthead.shrink #site-navigation #primary-menu > li:hover > ul li {
  background: #b70f0a;
  padding: .25em 1em; }

#masthead.shrink #site-navigation #primary-menu > li:hover > ul li:last-child {
  padding-bottom: .75em; }

#masthead.shrink #site-navigation #primary-menu > li:hover > ul li:hover a {
  color: #ddd; }

#masthead.shrink #site-navigation #primary-menu > li:hover > ul li a {
  color: #fff;
  transition: all .4s ease-in-out; }

.header-top {
  background: #232323; }
  .header-top > .container-fluid > .row > .col-lg-9:last-child {
    margin-top: 39px; }

.site-header .site-branding .site-title {
  margin-bottom: 1em; }
  .site-header .site-branding .site-title img {
    width: 360px;
    height: auto;
    max-width: none; }

.site-header .aux-container .search-container label {
  width: 75%;
  display: block;
  float: left; }
  .site-header .aux-container .search-container label input {
    width: 100%; }

.site-header .aux-container .search-container .search-submit {
  background: url(./assets/img/icon-search-white.png) center center no-repeat;
  background-size: 26px;
  text-indent: -9999px;
  border: none;
  margin: 0;
  padding: .6em 1em .4em;
  line-height: 1;
  width: 15%;
  float: right; }
  .site-header .aux-container .search-container .search-submit:hover {
    background-image: url(./assets/img/icon-search-gray.png); }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.footer-top {
  padding: 70px 0 60px;
  background: #efefef; }
  .footer-top .main-navigation ul {
    display: block; }
    .footer-top .main-navigation ul li {
      float: none;
      margin-bottom: .5em;
      width: auto;
      margin-left: 0;
      margin-right: 0;
      border-bottom: none;
      text-transform: none;
      font-weight: normal; }
      .footer-top .main-navigation ul li a {
        font-size: 1em;
        border: none;
        text-transform: none;
        font-weight: normal;
        letter-spacing: 0; }
  .footer-top .col-sm-4:nth-child(2) {
    text-align: center; }
  .footer-top .col-sm-4:last-child {
    text-align: right; }
  .footer-top h4 {
    margin: 0 0 .25em;
    color: #929292;
    font-size: 18px; }
  .footer-top .contact {
    margin-bottom: 1.5em; }
  .footer-top .social a {
    font-size: 32px;
    margin: 0 3px;
    color: #000; }
    .footer-top .social a:hover {
      text-decoration: none;
      color: #b70f0a; }

.home .footer-top {
  background: transparent; }

.footer-bottom {
  background: #232323;
  padding: 1.5em 0; }
  .footer-bottom p {
    color: #929292;
    text-transform: uppercase;
    margin: 0;
    font-size: .875rem;
    font-size: 14px; }

/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/
.home #content {
  padding-bottom: 0; }

.home-section {
  padding-bottom: 40px; }

.site-description.h1 {
  font-size: 32px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: .75em;
  letter-spacing: .02em;
  text-transform: none; }

.home-hero {
  position: relative;
  line-height: 0;
  display: block; }
  .home-hero img {
    width: 100%;
    height: auto; }
    .home-hero img:hover {
      opacity: .7; }
  .home-hero .hero-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2em 45px;
    background: rgba(0, 0, 0, 0.6);
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    /* Standard syntax */ }
    .home-hero .hero-overlay h2 {
      color: #fff;
      font-size: 48px;
      font-weight: bold;
      text-transform: none; }
    .home-hero .hero-overlay h3 {
      color: #fff;
      font-size: 26px;
      margin: 0 0 .25em;
      line-height: 1.4;
      width: 100%;
      font-weight: normal;
      width: 80%; }
    .home-hero .hero-overlay h5 {
      color: #fff;
      font-size: 16px;
      margin: 0;
      line-height: 1.4;
      font-weight: normal;
      letter-spacing: .04em;
      width: 100%; }

.home .sidebar-title {
  margin: 1em 0;
  text-align: right; }

.home .sidebar .widget {
  margin-left: -50%;
  background: #b70f0a;
  padding: 1em 2em 2em;
  border: none; }
  .home .sidebar .widget:nth-child(2n+2) {
    background: #232323; }
    .home .sidebar .widget:nth-child(2n+2) a.btn {
      background: #b70f0a;
      border-color: #b70f0a;
      color: #fff; }
      .home .sidebar .widget:nth-child(2n+2) a.btn:hover {
        background: #fff;
        border-color: #fff;
        color: #232323; }
  .home .sidebar .widget h3 {
    color: #fff; }
  .home .sidebar .widget p {
    color: #fff; }
  .home .sidebar .widget a.btn {
    background: #232323;
    border-color: #232323;
    color: #fff; }
    .home .sidebar .widget a.btn:hover {
      background: #fff;
      border-color: #fff;
      color: #232323; }

#home-section-1 .col-sm-8 {
  padding-right: 3em; }

#home-section-1 .col-sm-4 {
  padding-top: 1.5em;
  padding-left: 3em;
  border-left: 2px solid #b70f0a; }

#home-section-2 {
  text-align: center;
  padding: 40px 0; }
  #home-section-2 .sidebar-title {
    margin: 1em 0 !important; }
  #home-section-2 .row {
    display: flex; }
    #home-section-2 .row .col-lg-4 {
      text-align: left; }
      #home-section-2 .row .col-lg-4:nth-child(1) .container-inner {
        background: #fff; }
        #home-section-2 .row .col-lg-4:nth-child(1) .container-inner h1, #home-section-2 .row .col-lg-4:nth-child(1) .container-inner h2, #home-section-2 .row .col-lg-4:nth-child(1) .container-inner h3, #home-section-2 .row .col-lg-4:nth-child(1) .container-inner h4, #home-section-2 .row .col-lg-4:nth-child(1) .container-inner h5, #home-section-2 .row .col-lg-4:nth-child(1) .container-inner h6, #home-section-2 .row .col-lg-4:nth-child(1) .container-inner p, #home-section-2 .row .col-lg-4:nth-child(1) .container-inner li {
          color: #929292; }
      #home-section-2 .row .col-lg-4:nth-child(2) .container-inner {
        background: #232323; }
        #home-section-2 .row .col-lg-4:nth-child(2) .container-inner h1, #home-section-2 .row .col-lg-4:nth-child(2) .container-inner h2, #home-section-2 .row .col-lg-4:nth-child(2) .container-inner h3, #home-section-2 .row .col-lg-4:nth-child(2) .container-inner h4, #home-section-2 .row .col-lg-4:nth-child(2) .container-inner h5, #home-section-2 .row .col-lg-4:nth-child(2) .container-inner h6 {
          color: #fff; }
        #home-section-2 .row .col-lg-4:nth-child(2) .container-inner p, #home-section-2 .row .col-lg-4:nth-child(2) .container-inner li {
          color: #929292; }
        #home-section-2 .row .col-lg-4:nth-child(2) .container-inner a {
          color: #fff; }
        #home-section-2 .row .col-lg-4:nth-child(2) .container-inner .btn-primary:hover {
          background: #fff;
          border-color: #fff;
          color: #232323; }
      #home-section-2 .row .col-lg-4:nth-child(3) .container-inner {
        background: #b70f0a; }
        #home-section-2 .row .col-lg-4:nth-child(3) .container-inner h1, #home-section-2 .row .col-lg-4:nth-child(3) .container-inner h2, #home-section-2 .row .col-lg-4:nth-child(3) .container-inner h3, #home-section-2 .row .col-lg-4:nth-child(3) .container-inner h4, #home-section-2 .row .col-lg-4:nth-child(3) .container-inner h5, #home-section-2 .row .col-lg-4:nth-child(3) .container-inner h6, #home-section-2 .row .col-lg-4:nth-child(3) .container-inner p, #home-section-2 .row .col-lg-4:nth-child(3) .container-inner li {
          color: #fff; }
        #home-section-2 .row .col-lg-4:nth-child(3) .container-inner .btn-primary {
          background: #232323;
          border-color: #232323; }
          #home-section-2 .row .col-lg-4:nth-child(3) .container-inner .btn-primary:hover {
            background: #fff;
            border-color: #fff;
            color: #232323; }
      #home-section-2 .row .col-lg-4 .container-inner {
        padding: 1em 2em 4em;
        height: 100%;
        position: relative; }
        #home-section-2 .row .col-lg-4 .container-inner h3 {
          font-size: 36px;
          margin: 0; }
        #home-section-2 .row .col-lg-4 .container-inner p {
          margin-top: 0; }
        #home-section-2 .row .col-lg-4 .container-inner .btn-primary {
          position: absolute;
          bottom: 2em; }

/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
@media all and (max-width: 1200px) {
  button#responsive-menu-button {
    outline: none !important; }
  #responsive-menu-container {
    padding-top: 80px !important; }
    #responsive-menu-container .responsive-menu-search-box {
      max-width: 300px; }
  #responsive-menu-container li.responsive-menu-item {
    width: 22% !important;
    margin-right: 1.5% !important;
    margin-left: 1.5% !important;
    float: left;
    margin-bottom: 1.5em; }
    #responsive-menu-container li.responsive-menu-item:nth-child(4n+5) {
      clear: both; }
    #responsive-menu-container li.responsive-menu-item ul li {
      width: 100% !important;
      margin-bottom: 0; }
      #responsive-menu-container li.responsive-menu-item ul li a {
        border-bottom: none !important;
        line-height: 1.6 !important;
        padding-top: 4px !important;
        padding-bottom: 4px !important; }
    #responsive-menu-container li.responsive-menu-item a {
      border-bottom: 1px solid #b70f0a !important;
      line-height: 1.2 !important;
      padding-top: 8px !important;
      padding-bottom: 8px !important;
      margin-bottom: .5em !important; }
  #responsive-menu-container #responsive-menu ul.responsive-menu-submenu-depth-1 li a.responsive-menu-item-link {
    padding-left: 5%;
    font-size: 14px; }
  #responsive-menu-container #responsive-menu-search-box, #responsive-menu-container #responsive-menu-additional-content, #responsive-menu-container #responsive-menu-title {
    clear: both;
    width: 25%;
    padding-left: 1.5% !important;
    padding-right: 0 !important; }
  #masthead {
    height: 93px;
    background: #232323; }
    #masthead.shrink {
      height: 93px; }
  #content {
    padding-top: 133px; }
  .home #home-section-1 {
    position: relative;
    padding-bottom: 0; }
    .home #home-section-1 .sidebar {
      position: absolute;
      z-index: 2;
      bottom: 3em; }
      .home #home-section-1 .sidebar .sidebar-title {
        display: none; }
      .home #home-section-1 .sidebar .row {
        margin-left: 0;
        margin-right: 0;
        display: flex; }
        .home #home-section-1 .sidebar .row .widget {
          padding-left: 15px;
          padding-right: 15px;
          padding-bottom: 4em;
          margin: 0 2% 0 4%;
          position: relative; }
          .home #home-section-1 .sidebar .row .widget:last-child {
            margin: 0 4% 0 2%; }
          .home #home-section-1 .sidebar .row .widget .btn {
            position: absolute;
            bottom: 2em; }
  .woocommerce .products ul, .woocommerce ul.products, .page-id-494 .woocommerce-message, .page-id-494 .woocommerce-error {
    width: 100%; } }

@media all and (max-width: 991px) {
  #home-section-2 .row {
    display: block; }
  #primary {
    padding-right: 15px; }
  #content > .container-fluid > .row {
    display: block; }
  .widget-area {
    border-left: none;
    padding-left: 15px !important; }
  .person-box .person-headshot {
    max-height: 340px; } }

@media all and (max-width: 940px) {
  .home-hero .hero-overlay h3 {
    width: 100%; }
  .home #home-section-1 .sidebar {
    bottom: 0; } }

@media all and (max-width: 840px) {
  .home #home-section-1 .sidebar {
    position: relative;
    bottom: auto; }
    .home #home-section-1 .sidebar .row {
      display: block; }
      .home #home-section-1 .sidebar .row .widget {
        margin: 0 !important;
        padding: 1em 2em 4em; } }

@media all and (max-width: 768px) {
  button#responsive-menu-button {
    right: 6.5% !important; }
    button#responsive-menu-button .responsive-menu-label {
      font-size: 12px !important; }
  #responsive-menu-container li.responsive-menu-item {
    width: 47% !important; }
    #responsive-menu-container li.responsive-menu-item:nth-child(4n+5) {
      clear: none; }
    #responsive-menu-container li.responsive-menu-item:nth-child(2n+3) {
      clear: both; }
  #responsive-menu-container #responsive-menu-search-box, #responsive-menu-container #responsive-menu-additional-content, #responsive-menu-container #responsive-menu-title {
    width: 50%; }
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product, .woocommerce[class*=columns-] ul.products li.product {
    width: 100%; } }

@media all and (max-width: 767px) {
  .home-hero .hero-overlay {
    padding-left: 2em;
    padding-right: 2em; }
  .locations-map,
  .locations-copy {
    width: 100%;
    padding: 0; }
  .location-caption {
    display: block;
    overflow: hidden;
    margin-bottom: 0; }
  .posts-list .hentry .col-sm-4 {
    display: none; }
  .posts-list .hentry .entry-content a.read-more {
    float: none; }
  .magazine-issues .current-issue {
    display: block; }
    .magazine-issues .current-issue .current-issue-thumb {
      margin-bottom: 1.5em; }
  .magazine-issues > div:nth-child(4n+2) {
    clear: none; }
  .magazine-issues > div:nth-child(2n+2) {
    clear: both; }
  .person-box:nth-child(3n+4) {
    clear: none; }
  .person-box:nth-child(2n+3) {
    clear: both; }
  .woocommerce ul.products li.product form.cart, .woocommerce-page ul.products li.product form.cart {
    width: 100%;
    padding: .5em 0; }
  .woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
    width: 35%; }
  .product-description {
    width: 90%; }
  .modal-footer button.btn {
    float: none;
    width: 200px;
    margin: .5em auto;
    display: block; }
  .footer-top .col-sm-4:first-child,
  .footer-top .col-sm-4:last-child {
    display: none; }
  .site-info {
    text-align: center; } }

@media all and (max-width: 600px) {
  #responsive-menu-container li.responsive-menu-item {
    width: 94% !important;
    clear: both; }
  #responsive-menu-container #responsive-menu-search-box, #responsive-menu-container #responsive-menu-additional-content, #responsive-menu-container #responsive-menu-title {
    width: 100%; }
  #buy-tickets td {
    border: none; }
  .tribe-events-tickets td.woocommerce {
    width: 25%; }
  #buy-tickets .tickets_name {
    width: 55%; }
  #tickets .tribe-events-tickets .tickets_price {
    width: 20%; }
  .tribe-event-tickets-plus-meta input[type="text"], .tribe-event-tickets-plus-meta input[type="email"], .tribe-event-tickets-plus-meta input[type="url"], .tribe-event-tickets-plus-meta input[type="password"], .tribe-event-tickets-plus-meta textarea {
    width: 100%; } }

@media all and (max-width: 579px) {
  .home-hero .hero-overlay h2 {
    font-size: 36px; }
  .home-hero .hero-overlay h3 {
    font-size: 24px; }
  #home-section-2 .row .col-lg-4 .container-inner h3 {
    font-size: 24px;
    padding-top: .5em; } }

@media all and (max-width: 519px) {
  .home-hero .hero-overlay h2 {
    font-size: 28px; }
  .home-hero .hero-overlay h3 {
    font-size: 18px;
    line-height: 1.6; }
  h3, .h3 {
    font-size: 22px; } }

@media all and (max-width: 480px) {
  .site-header .site-branding .site-title {
    margin-top: 1.5em; }
    .site-header .site-branding .site-title img {
      width: 280px; }
  .entry-content .featured-image {
    width: 100%; }
  .woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
    width: 50%; }
  .woocommerce ul.products li.product .price, .woocommerce ul.products li.product div[itemprop="description"], .woocommerce-page ul.products li.product .price, .woocommerce-page ul.products li.product div[itemprop="description"] {
    width: 50%;
    text-align: right; }
  .woocommerce ul.products li.product form.cart .nyp, .woocommerce-page ul.products li.product form.cart .nyp {
    width: 100%; }
  .woocommerce ul.products li.product form.cart input.nyp-input, .woocommerce-page ul.products li.product form.cart input.nyp-input {
    float: right;
    width: 160px;
    margin-bottom: .5em; }
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-bottom: 0 !important;
    padding-bottom: 4em; }
  .woocommerce ul.products li.product .button, .woocommerce-page ul.products li.product .button, .woocommerce ul.products li.product .button, .woocommerce-page ul.products li.product .button {
    width: 160px;
    position: absolute;
    bottom: 1em;
    right: 0; }
  .product-description {
    width: 100%; }
  .woocommerce ul.products li.nyp-product.product, .woocommerce-page ul.products li.nyp-product.product, .woocommerce-page[class*=columns-] ul.products li.nyp-product.product, .woocommerce[class*=columns-] ul.products li.nyp-product.product {
    margin-bottom: 0;
    position: relative;
    padding-bottom: 6em; }
  .woocommerce ul.products li.nyp-product.product .button, .woocommerce-page ul.products li.nyp-product.product .button, .woocommerce-page[class*=columns-] ul.products li.nyp-product.product .button, .woocommerce[class*=columns-] ul.products li.nyp-product.product .button {
    position: relative;
    bottom: auto; }
  .woocommerce ul.products li.product form.cart, .woocommerce-page ul.products li.product form.cart {
    position: absolute;
    bottom: 0; }
  .product-description p {
    margin-bottom: 0; }
  .page-id-67 .woocommerce ul.products li.product form.cart,
  .page-id-67 .woocommerce-page ul.products li.product form.cart {
    position: relative;
    bottom: auto; }
  .page-id-67 .woocommerce ul.products li.product form.cart .nyp label, .page-id-67 .woocommerce-page ul.products li.product form.cart .nyp label {
    width: 100% !important; }
  .page-id-67 .woocommerce ul.products li.product form.cart input.nyp-input, .page-id-67 .woocommerce-page ul.products li.product form.cart input.nyp-input {
    float: left; }
  .cart-tab.right:hover {
    right: -22em !important; } }

@media all and (max-width: 440px) {
  .entry-content .btn,
  #secondary .btn {
    display: block;
    clear: both;
    white-space: normal; }
  .person-box {
    width: 100% !important; } }

@media all and (max-width: 419px) {
  .site-header .site-branding .site-title {
    margin-top: 1.5em; }
    .site-header .site-branding .site-title img {
      width: 220px; }
  a.home-hero {
    text-decoration: none; }
    a.home-hero img:hover {
      opacity: 1; }
    a.home-hero .hero-overlay {
      position: relative;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
      background: none;
      padding-left: 0;
      padding-right: 0; }
      a.home-hero .hero-overlay h2, a.home-hero .hero-overlay h3 {
        color: #333333; }
      a.home-hero .hero-overlay h2 {
        margin-top: 0; }
  .woocommerce ul.products li.product form.cart label, .woocommerce-page ul.products li.product form.cart label {
    width: 100%; }
  .woocommerce ul.products li.nyp-product.product, .woocommerce-page ul.products li.nyp-product.product, .woocommerce-page[class*=columns-] ul.products li.nyp-product.product, .woocommerce[class*=columns-] ul.products li.nyp-product.product {
    padding-bottom: 8em; }
  .woocommerce ul.products li.product form.cart input.nyp-input, .woocommerce-page ul.products li.product form.cart input.nyp-input {
    float: left; }
  .woocommerce ul.products li.product .button, .woocommerce-page ul.products li.product .button, .woocommerce ul.products li.product .button, .woocommerce-page ul.products li.product .button {
    left: 0;
    right: auto;
    float: left; }
  #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    font-size: 1em; } }

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

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

/*# sourceMappingURL=style.css.map */