@charset "UTF-8";
body {
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5em; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.25em;
  margin: 0;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 1.75em;
  color: #009900; }
  .widget-area h1 {
    font-size: 1em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.25em; }

h4 {
  font-size: 1em; }

h5 {
  font-size: 1em; }

h6 {
  font-size: 1em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #009ce9;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear; }
  a:hover {
    color: #00699d; }
  a:active, a:focus {
    color: #00699d;
    outline: none; }

hr {
  border-bottom: 1px solid #DDD;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img {
  margin: 0;
  max-width: 100%; }

abbr, acronym {
  border-bottom: 1px dotted #DDD;
  cursor: help; }

address {
  display: block;
  margin: 0 0 0.75em; }

hgroup {
  margin-bottom: 0.75em; }

del {
  color: #595959; }

blockquote {
  border-left: 2px solid #DDD;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em; }

cite {
  color: #737373;
  font-style: italic; }
  cite:before {
    content: '\2014 \00A0'; }

fieldset {
  background: #f7f6f6;
  border: 1px solid #DDD;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em; }

label {
  font-weight: bold;
  margin-bottom: 0.375em; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0.1875em;
  border: 1px solid #DDD;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%; }
  textarea:hover,
  input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
  select[multiple=multiple]:hover {
    border-color: #c4c3c3; }
  textarea:focus,
  input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
  select[multiple=multiple]:focus {
    border-color: #009900;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 128, 0, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"], input[type="radio"] {
  display: inline-block;
  margin-right: 0.375em; }

input[type="file"] {
  margin-bottom: 0.75em;
  padding-bottom: 0.5em;
  width: 100%; }

select {
  width: auto;
  max-width: 100%;
  margin-bottom: 1.5em; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #DDD;
  padding: 0.75em 0; }

tr, td, th {
  vertical-align: middle; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

dl {
  line-height: 1.5em;
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

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

figure {
  margin: 0; }

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

th {
  font-weight: bold; }

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */ }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%; }

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation li {
  float: left;
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none; }

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation ul li:hover > ul {
  left: auto; }

.main-navigation ul ul li:hover > ul {
  left: 100%; }

/* Small menu */
.menu-toggle {
  display: none; }

@media screen and (max-width: 600px) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block; }
  .main-navigation ul {
    display: none; } }

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

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

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

/*--------------------------------------------------------------
6.0 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:hover,
.screen-reader-text:active,
.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-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 */ }

/*--------------------------------------------------------------
7.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: 0 auto; }

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%; }

/* Search widget */
.widget_search .search-submit {
  display: none; }

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated {
  display: none; }

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

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

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

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

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

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-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; }

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.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%; }

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto; }

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

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

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

html {
  /*
	background-color: #fff;
	@include background-image(linear-gradient(#714942, #FFFFFF));
	background-repeat: repeat-x;
	*/
  background: white; }

body {
  padding-top: 2em;
  padding-bottom: 2em;
  background: white linear-gradient(#6E493F, white) repeat-x; }

#page {
  background: white;
  margin-bottom: 2em;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  box-shadow: 0px 3px 15px #444; }
  #page:after {
    content: "";
    display: table;
    clear: both; }

#masthead {
  display: block;
  text-align: center;
  margin-bottom: 1em; }
  #masthead:after {
    content: "";
    display: table;
    clear: both; }
  #masthead .logo-bar {
    padding: 1em 1em 0.5em;
    border-bottom: 2px solid #009900;
    margin-bottom: 1em; }
  #masthead .site-title {
    margin-bottom: 0.25em; }
    #masthead .site-title a {
      color: #009900; }
  #masthead .site-description {
    font-size: 100%; }

#content {
  display: block;
  float: left;
  display: block;
  margin-right: 3.287743293%;
  width: 100%;
  padding: 1em; }
  #content:after {
    content: "";
    display: table;
    clear: both; }
  #content:last-child {
    margin-right: 0; }

#colophon {
  display: block;
  clear: both;
  background: #714942;
  color: white;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em; }
  #colophon:after {
    content: "";
    display: table;
    clear: both; }
  #colophon .site-info {
    font-size: 76%;
    padding: 0.5em 1em;
    text-align: center; }
    #colophon .site-info a {
      color: white; }

#primary,
#tribe-events-pg-template {
  float: left;
  display: block;
  margin-right: 3.287743293%;
  width: 65.5707522357%;
  margin-left: 17.2146238822%; }
  #primary:last-child,
  #tribe-events-pg-template:last-child {
    margin-right: 0; }
  @media screen and (max-width: 48em) {
    #primary,
    #tribe-events-pg-template {
      float: left;
      display: block;
      margin-right: 3.287743293%;
      width: 100%;
      margin-left: 0%; }
      #primary:last-child,
      #tribe-events-pg-template:last-child {
        margin-right: 0; } }
  #primary h3,
  #tribe-events-pg-template h3 {
    margin: 0 0 0.5em;
    color: #714942; }

#sidebar, #sidebar-2 {
  float: left;
  display: block;
  margin-right: 3.287743293%;
  width: 13.9268805892%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 85%; }
  #sidebar:last-child, #sidebar-2:last-child {
    margin-right: 0; }
  @media screen and (max-width: 30em) {
    #sidebar, #sidebar-2 {
      float: left;
      display: block;
      margin-right: 3.287743293%;
      width: 100%; }
      #sidebar:last-child, #sidebar-2:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 48em) {
    #sidebar, #sidebar-2 {
      float: left;
      display: block;
      margin-right: 3.287743293%;
      width: 48.3561283535%; }
      #sidebar:last-child, #sidebar-2:last-child {
        margin-right: 0; } }

#sidebar {
  margin-left: -86.0731194108%; }
  @media screen and (max-width: 48em) {
    #sidebar {
      margin-left: 0%; } }

.widget-area .widget-title {
  margin-bottom: 0.5em; }

.widget-area .widget_chapters_navigation {
  font-size: 123.1%;
  font-weight: bold; }
  .widget-area .widget_chapters_navigation li {
    line-height: 1.2;
    margin-bottom: 0.5em; }

.widget-area .chapter-menu {
  margin-bottom: 1em; }

.widget-area .widget_chapters_links .widget-title {
  text-transform: uppercase; }

.widget-area .widget_chapters_sponsors_local .widget-title {
  text-transform: uppercase; }

.widget-area .widget_chapters_sponsors_local .local-sponsors li {
  line-height: 1.2;
  margin-bottom: 0.5em; }

.widget-area .widget_chapters_our,
.widget-area .widget_chapters_join {
  border: 1px solid #714942;
  margin-bottom: 2em; }
  .widget-area .widget_chapters_our .widget-title,
  .widget-area .widget_chapters_join .widget-title {
    background: #714942;
    color: white;
    padding: 0.2em 0.5em 0.5em;
    text-align: center;
    margin-bottom: 0; }
  .widget-area .widget_chapters_our .widget-content,
  .widget-area .widget_chapters_join .widget-content {
    padding: 0.5em; }

.widget-area .widget_chapters_sponsors_local {
  border: 1px solid #009900;
  margin-bottom: 2em; }
  .widget-area .widget_chapters_sponsors_local .widget-title {
    background: #009900;
    color: white;
    padding: 0.2em 0.5em 0.5em;
    text-align: center;
    margin-bottom: 0; }
  .widget-area .widget_chapters_sponsors_local .widget-content {
    padding: 0.5em; }

.widget-area .widget_chapters_join li {
  line-height: 1.3;
  margin-bottom: 0.5em; }

.widget-area .tribe-events-list-widget .entry-title {
  margin-bottom: 0.25em; }

.widget-area .tribe-events-list-widget ol li {
  margin-bottom: 0.75em; }

.widget-area .tribe-events-list-widget .duration {
  font-weight: normal;
  font-size: 93%;
  line-height: 1.3; }

.widget-area .tribe-events-list-widget .tribe-events-widget-link:after {
  content: ' »'; }

.widget-area .useful_banner_manager_widget .widget-title {
  margin: 0 0 1em; }

.widget-area .useful_banner_manager_banner {
  margin: 1em 0 2em; }

.author .chapter-meeting-info,
.author .chapter-more-info {
  color: #009900;
  font-weight: bold; }

.author .chapter-image {
  text-align: center; }

.entry-subtitle {
  margin-top: 0.25em; }

.frm_form_fields fieldset {
  background: none; }

#frm_form_2_container #frm_field_15_container {
  display: none; }

#theme-my-login .submit {
  border-top: 1px solid #eee;
  text-align: right;
  padding-top: 1em; }
  #theme-my-login .submit .button-primary {
    margin: 0 0 0 auto; }

#theme-my-login .field-group {
  margin-bottom: 1.5em; }
  #theme-my-login .field-group label {
    font-size: 93%;
    line-height: 1.1; }
  #theme-my-login .field-group input[type=text],
  #theme-my-login .field-group input[type=password] {
    margin-bottom: 0; }
  #theme-my-login .field-group .description {
    font-size: 93%; }
  #theme-my-login .field-group .indicator-hint {
    clear: left;
    font-size: 85%;
    margin-top: 0;
    padding-top: 0;
    line-height: 1.3; }

#theme-my-login #poststuff {
  min-width: 100px; }
  #theme-my-login #poststuff .postbox {
    border-width: 0;
    box-shadow: none; }
  #theme-my-login #poststuff h3 {
    font-size: 1.25em;
    padding: 0;
    border-bottom-width: 0; }
  #theme-my-login #poststuff .inside {
    font-size: 100%;
    padding-left: 0;
    padding-right: 0; }
  #theme-my-login #poststuff .acf_postbox p.label {
    font-size: 93%; }
    #theme-my-login #poststuff .acf_postbox p.label label {
      font-size: 100%; }
  #theme-my-login #poststuff .acf_postbox > .inside > .field {
    padding: 0;
    border-width: 0;
    margin-bottom: 1.5em; }

.ecs-event-list .ecs-event {
  margin-bottom: 0.75em; }

.tribe-events-single-section .updated {
  display: inline-block; }

.datepicker .table-condensed,
.datepicker table {
  width: auto; }
