@charset "UTF-8";


/* CSS Document */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0;
}
.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none;
}
.r-tabs .r-tabs-panel {
  padding: 15px;
  display: none;
}
.r-tabs .r-tabs-accordion-title {
  display: none;
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block;
}
/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
	
  .r-tabs .r-tabs-nav {
    display: none;
  }
  .r-tabs .r-tabs-accordion-title {
    display: block;
  }
  
}


/*VARIABLES AND MIXINS*/
/*--LESS VARIABLES & MIXINS--*/
.placeholder {
  color: #498dcb;
  text-rendering: optimizeLegibility !important;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
.box-shadow {
  -webkit-box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.2);
}
.text-shadow {
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
}
.animate {
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.animatefast {
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
}
input#mce-EMAIL {
  -webkit-appearance: none!important;
  -moz-appearance: none!important;
  appearance: none!important;
  -webkit-border-radius: 0px!important;
  -moz-border-radius: 0px!important;
  border-radius: 0px!important;
}
.subscribe-button {
  width: 165px;
  height: 30px;
  border: 0;
  color: #498dcb;
  text-rendering: optimizeLegibility !important;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  padding: 0 0 0 10px;
  font-size: 14px;
  display: inline-block;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
.subscribe-button::-webkit-input-placeholder {
  color: #498dcb;
  text-rendering: optimizeLegibility !important;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
.subscribe-button:-moz-placeholder {
  /* Firefox 18- */
  color: #498dcb;
  text-rendering: optimizeLegibility !important;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
.subscribe-button::-moz-placeholder {
  /* Firefox 19+ */
  color: #498dcb;
  text-rendering: optimizeLegibility !important;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
.subscribe-button:-ms-input-placeholder {
  color: #498dcb;
  text-rendering: optimizeLegibility !important;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
div.news-subscribe {
  display: inline-block;
}
div.news-subscribe input[type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
div.news-subscribe input.news-button {
  display: inline-block;
  background-color: #f37020;
  width: 83px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-family: "ff-din-web-1", "ff-din-web-2", sans-serif;
  border: 0;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}
/*SITE*/
html,
body {
  height: 100%;
  text-rendering: optimizeLegibility !important;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 20px;
  background-color: #ffffff;
}
/*TYPOGRAPHY*/
.din {
  font-family: "ff-din-web-1", "ff-din-web-2", sans-serif;
}
.helvetica {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
.bold {
  font-weight: 700;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.alignnone,
.alignright,
.alignleft,
.aligncenter {
  max-width: 100%;
  height: auto;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
img.wpcf7-captchac {
  vertical-align: middle;
  display: inline;
}
input.wpcf7-submit.button {
  width: 165px;
  height: 30px;
  border: 0;
  color: #498dcb;
  padding: 0 0 0 10px;
  font-size: 14px;
  display: inline-block;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  background-color: #044ea3;
  color: #ffffff;
  padding-left: 0;
  width: auto;
  padding: 0 10px;
  text-transform: uppercase;
  font-weight: 400;
  text-rendering: optimizeLegibility !important;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
input.wpcf7-submit.button::-webkit-input-placeholder {
  color: #498dcb;
  text-rendering: optimizeLegibility !important;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
input.wpcf7-submit.button:-moz-placeholder {
  /* Firefox 18- */
  color: #498dcb;
  text-rendering: optimizeLegibility !important;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
input.wpcf7-submit.button::-moz-placeholder {
  /* Firefox 19+ */
  color: #498dcb;
  text-rendering: optimizeLegibility !important;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
input.wpcf7-submit.button:-ms-input-placeholder {
  color: #498dcb;
  text-rendering: optimizeLegibility !important;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
/*END WORDPRESS CORE*/
/*CLEARFIX*/
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}
h3 {
  font-family: "ff-din-web-1", "ff-din-web-2", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 26px;
  line-height: 28px;
  letter-spacing: .01em;
  color: #044ea3;
  margin-bottom: 10px;
}
h4,
h5 {
  color: #6dbf67;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: .05em;
  margin-bottom: 10px;
  font-family: "ff-din-web-1", "ff-din-web-2", sans-serif;
  font-weight: 700;
}
h5,
section form.paypal {
  display: inline;
  vertical-align: top;
}
section form.paypal {
  display: inline-block;
  margin: 7px 0 0 10px;
}
form[target="paypal"] br {
  line-height: 0;
}
.subheadings {
  color: #498dcb;
}
.sub-subheadings {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 16px;
  color: #394a59;
}
a {
  text-decoration: none;
  color: #044ea3;
}
p {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  color: #231f20;
  margin-bottom: 15px;
}
/*
section {
  border-bottom: 1px solid #eaf2fb;
  padding: 20px 0 25px 0;
  position: relative;
}
*/
section p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 20px;
  color: #231f20;
}
section p:last-of-type {
  margin-bottom: 0;
}
section:last-of-type {
  border: 0;
  padding: 25px 0 10px 0;
}
section:first-of-type {
  padding: 0 0 25px 0;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.hide,
li.minus.hide {
  display: none!important;
}
/*STRUCTURE*/
/*ALL WIDTHS*/
#responsivetabs {
  padding: 25px 0;
}
#responsivetabs a.r-tabs-anchor {
  color: #498dcb;
  text-decoration: none;
  border: 0;
}
#responsivetabs li.r-tabs-tab {
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  padding: 13px 13px;
  margin: 0;
  list-style: none;
  cursor: pointer;
}
#responsivetabs .r-tabs-accordion-title a {
  display: block;
}
#responsivetabs li.r-tabs-tab,
#responsivetabs .r-tabs-accordion-title {
  border: 0;
  font-family: "ff-din-web-1", "ff-din-web-2", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
#responsivetabs li.r-tabs-tab a,
#responsivetabs .r-tabs-accordion-title a {
  color: #6dbf67;
}
#responsivetabs li.r-tabs-tab.r-tabs-state-active,
#responsivetabs .r-tabs-accordion-title.r-tabs-state-active {
  background-color: #d5e6f8;
}
#responsivetabs li.r-tabs-tab.r-tabs-state-active a,
#responsivetabs .r-tabs-accordion-title.r-tabs-state-active a {
  color: #044ea3;
}
#responsivetabs .resp-tabs-container {
  border: 0;
}
#responsivetabs .resp-tabs-container .resp-tab-content {
  border: 0;
}
/*MOBILE FIRST*/
/*
.events-archive .hentry {
  margin: 0;
  padding: 10px 0 22px 0!important;
}*/

.back {
  margin-bottom: 15px;
}
.back a {
  font-family: "ff-din-web-1", "ff-din-web-2", sans-serif;
  font-weight: 700;
  border: 0;
  font-size: 16px;
  color: #044ea3 !important;
}
.back a:hover {
  text-decoration: none!important;
}
.event-passed {
  background: #d5e6f8 !important;
  border: 0!important;
  color: #044ea3 !important;
  margin: 0px 0 18px!important;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 0px 0 #fff!important;
  -webkit-border-radius: 0px!important;
  -moz-border-radius: 0px!important;
  border-radius: 0px!important;
}
body.full-width-event #sidebar {
  display: none;
}
body.full-width-event .twocol {
  width: 980px;
}
body.full-width-event .r-tabs {
  background: #FFF;
}
body.full-width-event ul#event-callouts {
  margin-bottom: 20px;
}
body.full-width-event .r-tabs-nav.stick {
  position: fixed;
  top: 0;
  background: #FFF;
  z-index: 100000;
  width: 100%;
}
body.full-width-event #responsivetabs {
  margin-top: -46px;
  padding: 0;
}
body.full-width-event .post.twocol.notabs .entry.notabs {
  padding: 0px;
  margin: 15px 0 25px 0;
  background: transparent;
}
body.full-width-event #tribe-events {
  width: 950px;
  padding: 0 30px 0 15px;
}
body.full-width-event .tribe_events {
  background: #d5e6f8;
}
body.full-width-event #sponsors h3 {
  padding-top: 25px;
  padding-bottom: 15px;
  border-bottom: 0;
}
body.full-width-event #sponsor-images {
  background-color: #ffffff;
  width: 100%;
  padding: 5px 0;
  margin-bottom: 15px;
}
body.full-width-event #sponsor-images div {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  width: auto;
  padding: 0;
  margin-bottom: 5px;
}
.single-tribe_events strong,
.single-tribe_events b {
  font-weight: 700;
  color: #498dcb;
}
.single-tribe_events em {
  font-style: italic;
}
.single-tribe_events .wp-post-image {
  width: 100%;
  height: auto;
}
.single-tribe_events a.ical,
.single-tribe_events a.gcal-add {
  color: #044ea3 !important;
  font-family: "ff-din-web-1", "ff-din-web-2", sans-serif;
  font-weight: 700;
  font-size: 16px;
  background: #d5e6f8;
  padding: 0 6px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  float: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  line-height: 31px;
  height: 31px;
  margin-bottom: 21px;
}
.single-tribe_events .gcal-add {
  margin-right: 9px;
  float: left;
}
.single-tribe_events .ical {
  font-family: "ff-din-web-1", "ff-din-web-2", sans-serif !important;
}
.single-tribe_events .tribe-events-time {
  margin: 0;
  font-size: 16px;
  line-height: 31px;
  color: #ffffff;
  font-style: normal;
  display: block;
  background: #a29b8c;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
  padding: 7px 15px;
}
.single-tribe_events .tribe-events-time .date {
  text-transform: uppercase;
  padding-right: 22px;
}
.single-tribe_events .tribe-events-time .time {
  display: block;
}
.single-tribe_events .tribe-events-time h2.entry-title {
  font-family: "ff-din-web-1", "ff-din-web-2", sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 23px;
  padding-bottom: 7px;
}
.single-tribe_events a {
  color: #044ea3;
  border: 0;
}
.single-tribe_events .entry-content {
  padding: 15px;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 16px;
  line-height: 20px;
  border-bottom: 1px solid #c1d3e8;
  margin-bottom: 12px;
}
.single-tribe_events .entry-content dd.event-meta-address {
  margin-top: 15px;
}
.single-tribe_events .entry-content dd.event-meta-address div span.streetAddress {
  display: block;
}
body.events-list img.attachment-page-banner,
body.events-single img.attachment-page-banner {
  display: none;
}


#tribe-events-content .tribe-events-nav a {
  color: #498dcb;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  border: 0;
}
#tribe-events-content h4.event-day {
  margin: 0;
  font-size: 16px;
  line-height: 31px;
  height: 31px;
  color: #ffffff;
  font-style: normal;
  display: inline-block;
  background: #a6d140;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 10px;
}
#tribe-events-content h2.entry-title {
  margin-top: 9px;
}
#tribe-events-content h2.entry-title a {
  color: #044ea3;
  border: 0;
  font-family: "ff-din-web-1", "ff-din-web-2", sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 23px;
}
#tribe-events-content .tribe-events-time {
  color: #231f20;
  font-size: 16px;
  line-height: 20px;
}
.blog {
  border-top: 1px solid #c1d3e8;
}
.blog .date {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  line-height: 31px;
  height: 31px;
  padding: 0 10px;
  background-color: #a6d140;
  display: inline-block;
  margin-bottom: 10px;
}
.blog .post {
  clear: both;
  border-bottom: 1px solid #c1d3e8;
  padding: 10px 0;
  min-height: 215px;
}
.blog .post a {
  color: #044ea3;
  border: 0;
}
.blog .post a:hover {
  border-bottom: 1px solid #044ea3;
}
.blog .post img {
  margin-right: 10px;
  display: block;
}
.blog a.read-more {
  color: #f37020;
  font-weight: 700;
}
.blog .pagination {
  padding: 10px 0 20px 0;
}
.blog.single .post {
  border-bottom: 0;
}
.blog.single .sd-sharing {
  border-color: #c1d3e8;
  margin-top: 20px;
  display: block;
  padding-top: 20px;
}
.blog.single .sd-sharing .sd-content {
  float: left;
}
.post.fullwidth {
  padding: 0!important;
  margin: -15px 0 0 -15px;
  z-index: 1000;
}
.post.fullwidth ul#event-callouts {
  padding: 0!important;
}
/*EVENT MAILCHIMP*/
.tribe_events section #mc_embed_signup {
  color: #231f20;
  font-size: 16px;
  line-height: 20px;
}
.tribe_events section #mc_embed_signup label {
  width: 103px;
  display: inline-block;
}
.tribe_events section #mc_embed_signup input[type="email"],
.tribe_events section #mc_embed_signup input[type="text"] {
  border: 0;
  height: 26px;
  padding: 3px;
  font-size: 16px;
  margin: 5px 0;
}
.tribe_events section #mc_embed_signup input[type="submit"] {
  display: inline-block;
  background-color: #f37020;
  margin-top: .5em;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-family: "ff-din-web-1", "ff-din-web-2", sans-serif;
  border: 0;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}
.tribe_events section #mc_embed_signup input[type="submit"]:hover {
  cursor: pointer;
}
@media only screen and (min-width: 0px) {
  .blog {
    border-top: 0px;
    padding: 5px 15px;
  }
  .post.twocol .entry.notabs.notfull {
    padding: 15px;
  }
  .post.fullwidth.notabs {
    padding: auto!important;
    margin: auto!important;
    z-index: 1000;
  }
  section img,
  .single-tribe_events .entry.notabs.notfull img {
    float: none;
    clear: both;
    display: block;
    margin-left: 0;
  }
  section a,
  .single-tribe_events .entry.notabs.notfull a {
    color: #498dcb;
    border: 0;
  }
  section a:hover,
  .single-tribe_events .entry.notabs.notfull a:hover {
    border-bottom: 1px solid #498dcb;
  }
  section ul,
  .single-tribe_events .entry.notabs.notfull ul {
    margin: 25px 0;
    overflow: hidden;
  }
  section ul li h4,
  .single-tribe_events .entry.notabs.notfull ul li h4 {
    margin: 0;
    line-height: 20px;
  }
  section ul .minus,
  .single-tribe_events .entry.notabs.notfull ul .minus,
  section ul .plus,
  .single-tribe_events .entry.notabs.notfull ul .plus {
    display: block;
    min-height: 18px;
  }
  
  section ul .plus p,
  .single-tribe_events .entry.notabs.notfull ul .plus p {
    display: none;
  }
  section ul .minus:before,
  .single-tribe_events .entry.notabs.notfull ul .minus:before {
    content: "\f068";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #6dbf67;
    background-color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 0 -30px;
    width: 17px;
    text-align: center;
    border: 1px solid #6dbf67;
    height: 17px;
  }
  section ul .plus:before,
  .single-tribe_events .entry.notabs.notfull ul .plus:before {
    content: "\f067";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #6dbf67;
    background-color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #6dbf67;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 0 -30px;
    width: 17px;
    text-align: center;
    height: 17px;
  }
  section ul li,
  .single-tribe_events .entry.notabs.notfull ul li {
    margin-left: 19px;
    list-style-type: none;
    font-size: 16px;
    line-height: 20px;
    color: #394a59;
    margin-bottom: 10px;
  }
  section ul li p,
  .single-tribe_events .entry.notabs.notfull ul li p {
    color: #394a59;
  }
  section ul li:last-child,
  .single-tribe_events .entry.notabs.notfull ul li:last-child {
    margin-bottom: 0;
  }
  section ul li:first-child,
  .single-tribe_events .entry.notabs.notfull ul li:first-child {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 16px;
    color: #394a59;
    margin-left: 30px;
  }
  section ul li:first-child strong,
  .single-tribe_events .entry.notabs.notfull ul li:first-child strong {
    font-weight: 700;
    color: #044ea3;
    font-size: 26px;
    line-height: 28px;
  }
  section ul li:first-child:hover,
  .single-tribe_events .entry.notabs.notfull ul li:first-child:hover {
    cursor: pointer;
  }
  section ul li:before,
  .single-tribe_events .entry.notabs.notfull ul li:before {
    float: left;
    line-height: 13px;
    font-size: 22px;
    margin: 0 0 0 -0.7em;
    width: 20px;
    content: url('http://brooklyngreenway.dev/wp-content/uploads/bullet.png');
  }
  section ul li strong,
  .single-tribe_events .entry.notabs.notfull ul li strong,
  section ul li b,
  .single-tribe_events .entry.notabs.notfull ul li b {
    font-weight: 700;
    color: #498dcb;
  }
  section ul li em,
  .single-tribe_events .entry.notabs.notfull ul li em {
    font-style: italic;
  }
  ul#support-levels li {
    margin-left: 19px;
  }
  .desktop {
    display: none;
  }
  .hidden {
    visibility: hidden;
  }
  #wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .r-tabs-accordion-title {
    background: #d5e6f8 !important;
    margin-bottom: 3px!important;
    margin: 0px;
  }
  .r-tabs-accordion-title a {
    padding: 10px 15px;
    color: #044ea3 !important;
    background: url('http://brooklyngreenway.dev/wp-content/uploads/right-green-arrow.png');
    background-repeat: no-repeat;
    background-position: right;
    border: 0;
  }
  .r-tabs-accordion-title.r-tabs-state-active {
    background: #d5e6f8 !important;
  }
  .r-tabs-accordion-title.r-tabs-state-active a {
    background: none;
  }
  .resp-tab-content,
  .resp-tabs-container {
    background-color: #ffffff;
  }
  .social-menu ul.menu li {
    display: inline-block;
  }
  .social-menu ul.menu li a {
    text-indent: -9999px;
    width: 25px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    border: 0;
  }
  .social-menu.footer ul.menu {
    padding: 15px 0;
  }
  .social-menu.footer ul.menu li {
    margin-right: 3px;
    width: 10%!important;
  }
  .social-menu.footer ul.menu li.facebook-link a {
  	
    background: url('/wp-content/themes/brooklyngreenway.org/images/icons/facebook-blue.png');
    width: 24px;
  }
  .social-menu.footer ul.menu li.twitter-link a {
    background: url('/wp-content/themes/brooklyngreenway.org/images/icons/twitter-blue.png');
  }
  .social-menu.footer ul.menu li.instagram-link a {
    background: url('/wp-content/themes/brooklyngreenway.org/images/icons/instagram-blue.png');
  }
  .social-menu.footer ul.menu li.tumblr-link a {
    background: url('/wp-content/themes/brooklyngreenway.org/images/icons/tumblr-blue.png');
  }
  
  .social-menu.footer ul.menu li.youtube-link a {
    background: url('/wp-content/themes/brooklyngreenway.org/images/icons/youtube-blue.png');
    width: 24px;
  }
  div#menu {
    width: 100%;
  }
  div#menu .wrap {
    width: 100%;
  }
  div#menu .wrap .mobile {
    width: 100%;
  }
  
 
  .original-header .wrap .mobile
  {
  	padding-bottom:20px;
  	border-bottom:none;
  }
  div#menu .wrap .mobile ul.mobile-menu {
    height: 66px;
    background-color: #044ea3;
    text-align: justify;
    padding: 3px 15px 0 0;
    border: 0;
    display: block;
  }
  div#menu .wrap .mobile ul.mobile-menu li.logo {
    display: inline-block;
    text-align: center;
    background-color: #ffffff;
    padding: 0px 13px 0 0;
    vertical-align: top;
    margin-top: -3px;
    height: 80px;
    width: 80px;
  }
  div#menu .wrap .mobile ul.mobile-menu li.logo a {
    border: 0;
  }
  div#menu .wrap .mobile ul.mobile-menu li.logo a img {
    width: 65px;
    height: auto;
  }
  div#menu .wrap .mobile ul.mobile-menu li {
    display: inline;
    text-align: center;
    vertical-align: middle;
    position: relative;
  }
  div#menu .wrap .mobile ul.mobile-menu li span {
    margin-top: -4px;
  }
  div#menu .wrap .mobile ul.mobile-menu li a {
    font-family: "ff-din-web-1", "ff-din-web-2", sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 9px;
    border: 0;
    text-transform: uppercase;
    display: inline-block;
    width: 50px;
    height: 69px;
  }
  div#menu .wrap .mobile ul.mobile-menu li img {
    display: block;
    height: 40px;
    margin: 0 auto;
    padding: 5px 0 0 0;
    width: auto;
  }
  div#menu .wrap .mobile ul.mobile-menu li:last-child {
    width: 100%;
    display: inline-block;
    height: 0;
  }
  div#menu .wrap .mobile ul.menu {
    display: none;
    width: 100%;
    height: auto;
    min-height: 100%;
    position: absolute;
    background-color: #044ea3;
    z-index: 200;
  }
  div#menu .wrap .mobile ul.menu li.menu-item {
    border-top: 1px solid #457bb7;
    font-size: 28px;
    line-height: 61px;
    text-transform: uppercase;
    margin: 0 25px;
    position: relative;
    font-family: "ff-din-web-1", "ff-din-web-2", sans-serif;
    font-weight: 700;
  }
  div#menu .wrap .mobile ul.menu li.menu-item a {
    color: #ffffff;
    border: 0;
    display: block;
  }
  div#menu .wrap .mobile ul.menu li.menu-item ul.sub-menu {
    display: none;
  }
  div#menu .wrap .mobile ul.menu li.menu-item ul.sub-menu li {
    margin: 0 0 0 20px;
    border: 0;
    line-height: 46px;
  }
  div#menu .wrap .mobile ul.menu li.menu-item ul.sub-menu li:first-child {
    margin-top: -5px;
  }
  div#menu .wrap .mobile ul.menu li.menu-item ul.sub-menu li:last-child {
    margin-bottom: 15px;
  }
  div#menu .wrap .mobile ul.menu li.menu-item ul.sub-menu li a {
    font-size: 17px;
    letter-spacing: .01em;
    color: #ffffff;
  }
  div#menu .wrap .mobile ul.menu li.menu-item ul.sub-menu li a:after {
    content: "";
  }
  div#menu .wrap .mobile ul.menu li.menu-item-has-children:after {
    content: '\f0d7';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 2px;
    font-size: 16px;
    right: 13px;
    color: #6dbf67;
  }
  div#menu .wrap .mobile ul.menu li.menu-item-has-children.uparrow:after {
    content: '\f0d8';
  }
  div#menu .wrap .mobile ul.menu li.donate a {
    color: #f37020;
  }
  ul#home-callouts,
  ul#event-callouts {
    overflow: hidden;
    background-color: #ffffff;
    padding: 15px 0;
  }
  ul#home-callouts li,
  ul#event-callouts li {
    position: relative;
    margin-bottom: 15px;
  }
  ul#home-callouts li.no-bot-marg,
  ul#event-callouts li.no-bot-marg {
    margin-bottom: 0;
  }
  ul#home-callouts li#bigphoto,
  ul#event-callouts li#bigphoto {
    height: 219px;
    width: 100%;
  }
  ul#home-callouts li#bigphoto img.attachment-home-big-callout,
  ul#event-callouts li#bigphoto img.attachment-home-big-callout {
    width: auto;
    height: 219px;
  }
  ul#home-callouts li#bigphoto .slider-banner,
  ul#event-callouts li#bigphoto .slider-banner {
    position: relative;
    overflow: auto;
    width: 980px;
    height: 442px;
  }
  ul#home-callouts li#bigphoto .slider-banner li,
  ul#event-callouts li#bigphoto .slider-banner li {
    list-style: none;
  }
  ul#home-callouts li#bigphoto .slider-banner ul li,
  ul#event-callouts li#bigphoto .slider-banner ul li {
    float: left;
  }
  ul#home-callouts li#bigphoto .slider-banner ol.dots,
  ul#event-callouts li#bigphoto .slider-banner ol.dots {
    margin: 0;
    bottom: 0;
    bottom: 0px;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 1000;
    display: none;
  }
  ul#home-callouts li#bigphoto .slider-banner ol.dots li,
  ul#event-callouts li#bigphoto .slider-banner ol.dots li {
    background: #FFF;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    display: inline-block;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    text-indent: -9999px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
  }
  ul#home-callouts li#bigphoto .slider-banner ol.dots li:last-child,
  ul#event-callouts li#bigphoto .slider-banner ol.dots li:last-child {
    margin-right: 0;
  }
  ul#home-callouts li#bigphoto .slider-banner ol.dots li:hover,
  ul#event-callouts li#bigphoto .slider-banner ol.dots li:hover {
    cursor: pointer;
  }
  ul#home-callouts li#bigphoto .slider-banner ol.dots li.active,
  ul#event-callouts li#bigphoto .slider-banner ol.dots li.active {
    background: #6dc068;
  }
  ul#home-callouts li#bigphoto .slider-banner.has-dots,
  ul#event-callouts li#bigphoto .slider-banner.has-dots {
    height: 442px
        	overflow: hidden;
    width: 100%;
    display: block;
  }
  ul#home-callouts li#bigphoto .overlaytext,
  ul#event-callouts li#bigphoto .overlaytext {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 100;
  }
  ul#home-callouts li#bigphoto div.title,
  ul#event-callouts li#bigphoto div.title ,
  .event-slide__title{
    position: relative;
    color: #ffffff;
    margin-top: 80px;
    font-family: "ff-din-web-1", "ff-din-web-2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.04em;
    font-size: 31px;
    line-height: 31px;
    text-align: center;
    width: 100%;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
    -webkit-text-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
    -moz-text-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
  }
  ul#home-callouts li#bigphoto div.button,
  ul#event-callouts li#bigphoto div.button {
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 10px;
  }
  ul#home-callouts li#bigphoto div.button .text,
  ul#event-callouts li#bigphoto div.button .text {
    background-color: #f37020;
    width: auto;
    height: 31px;
    line-height: 31px;
    padding: 3px 10px;
    font-family: "ff-din-web-1", "ff-din-web-2", sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    z-index: 100;
    -webkit-box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.2);
  }
  ul#home-callouts li.epicride .hasborder img,
  ul#event-callouts li.epicride .hasborder img {
    position: relative;
    border: 1px solid #76a9d8;
    height: auto;
    width: 100%;
  }
  ul#home-callouts li.epicride .noborder img,
  ul#event-callouts li.epicride .noborder img {
    border: 0;
    height: auto;
    width: 100%;
  }
  ul#home-callouts li.epicride .register-label,
  ul#event-callouts li.epicride .register-label {
    position: relative;
    margin-top: -4px;
    background-color: #044ea3;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: .01em;
    line-height: 30px;
    font-family: "ff-din-web-1", "ff-din-web-2", sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    padding: 5px 15px 5px 15px;
  }
  ul#home-callouts li.epicride .register-label a,
  ul#event-callouts li.epicride .register-label a {
    color: #ffffff;
    display: block;
  }
  ul#home-callouts li.onecol.epic,
  ul#event-callouts li.onecol.epic {
    margin-bottom: -4px;
  }
  ul#home-callouts li.onecol.epic img,
  ul#event-callouts li.onecol.epic img {
    height: auto;
    width: 100%;
  }
  ul#home-callouts li.signup,
  ul#event-callouts li.signup {
    background-color: #498dcb;
    padding: 15px 15px 15px 15px;
    color: #fff;
    height: 235px;
  }
  ul#home-callouts li.signup .title,
  ul#event-callouts li.signup .title {
    color: #044ea3;
    font-family: "ff-din-web-1", "ff-din-web-2", sans-serif;
    line-height: 30px;
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 20px;
  }
  ul#home-callouts li.signup p,
  ul#event-callouts li.signup p {
    margin-bottom: 15px;
    color: #ffffff;
  }
  ul#home-callouts li.signup .signup p,
  ul#event-callouts li.signup .signup p {
    margin: 0;
    font-size: 14px;
    margin-bottom: 10px;
  }
  ul#home-callouts li.signup .signup input#mce-EMAIL,
  ul#event-callouts li.signup .signup input#mce-EMAIL {
    width: 165px;
    height: 30px;
    border: 0;
    color: #498dcb;
    text-rendering: optimizeLegibility !important;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    padding: 0 0 0 10px;
    font-size: 14px;
    display: inline-block;
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  }
  ul#home-callouts li.signup .signup input#mce-EMAIL::-webkit-input-placeholder,
  ul#event-callouts li.signup .signup input#mce-EMAIL::-webkit-input-placeholder {
    color: #498dcb;
    text-rendering: optimizeLegibility !important;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
  }
  ul#home-callouts li.signup .signup input#mce-EMAIL:-moz-placeholder,
  ul#event-callouts li.signup .signup input#mce-EMAIL:-moz-placeholder {
    /* Firefox 18- */
    color: #498dcb;
    text-rendering: optimizeLegibility !important;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
  }
  ul#home-callouts li.signup .signup input#mce-EMAIL::-moz-placeholder,
  ul#event-callouts li.signup .signup input#mce-EMAIL::-moz-placeholder {
    /* Firefox 19+ */
    color: #498dcb;
    text-rendering: optimizeLegibility !important;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
  }
  ul#home-callouts li.signup .signup input#mce-EMAIL:-ms-input-placeholder,
  ul#event-callouts li.signup .signup input#mce-EMAIL:-ms-input-placeholder {
    color: #498dcb;
    text-rendering: optimizeLegibility !important;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
  }
  ul#home-callouts li.progress,
  ul#event-callouts li.progress {
    background: #e4effb;
    padding: 15px;
    /*MILES WIDTHS*/
  }
  ul#home-callouts li.progress .bikes,
  ul#event-callouts li.progress .bikes {
    width: 264px;
    height: 131px;
    margin-left: 15px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 3px;
  }
  ul#home-callouts li.progress .title,
  ul#event-callouts li.progress .title {
    color: #044ea3;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: -0.01em;
    font-family: "ff-din-web-1", "ff-din-web-2", sans-serif;
    font-weight: 700;
    text-align: center;
    width: 100%;
    display: block;
  }
  ul#home-callouts li.progress p,
  ul#event-callouts li.progress p {
    color: #394a59;
    width: 482px;
    margin-left: 164px;
    margin-top: 15px;
  }
  ul#home-callouts li.progress .miles,
  ul#event-callouts li.progress .miles {
    height: 22px;
    position: relative;
    display: block;
    bottom: 0;
    line-height: 22px;
    padding-bottom: 3px;
    font-family: "ff-din-web-1", "ff-din-web-2", sans-serif;
    font-weight: 700;
    font-size: 18px;
    padding-left: 15px;
  }
  ul#home-callouts li.progress .down,
  ul#event-callouts li.progress .down {
    background-color: #6dc068;
    color: #044ea3;
    margin-bottom: 10px;
  }
  ul#home-callouts li.progress .togo,
  ul#event-callouts li.progress .togo {
    background-color: #657e95;
    color: #ffffff;
    right: 0;
  }
  ul#home-callouts li.progress .downtogo,
  ul#event-callouts li.progress .downtogo {
    width: 100%;
  }
  ul#home-callouts li.progress .mi1,
  ul#event-callouts li.progress .mi1 {
    width: 4.14285714%;
  }
  ul#home-callouts li.progress .mi2,
  ul#event-callouts li.progress .mi2 {
    width: 11.28571429%;
  }
  ul#home-callouts li.progress .mi3,
  ul#event-callouts li.progress .mi3 {
    width: 18.42857143%;
  }
  ul#home-callouts li.progress .mi4,
  ul#event-callouts li.progress .mi4 {
    width: 25.57142857%;
  }
  ul#home-callouts li.progress .mi5,
  ul#event-callouts li.progress .mi5 {
    width: 42.85714286%;
  }
  ul#home-callouts li.progress .mi6,
  ul#event-callouts li.progress .mi6 {
    width: 39.85714286%;
  }
  ul#home-callouts li.progress .mi7,
  ul#event-callouts li.progress .mi7 {
    width: 47%;
  }
  ul#home-callouts li.progress .mi8,
  ul#event-callouts li.progress .mi8 {
    width: 54.14285714%;
  }
  ul#home-callouts li.progress .mi9,
  ul#event-callouts li.progress .mi9 {
    width: ;
  }
  ul#home-callouts li.progress .mi10,
  ul#event-callouts li.progress .mi10 {
    width: 68.42857143%;
  }
  ul#home-callouts li.progress .mi11,
  ul#event-callouts li.progress .mi11 {
    width: 75.57142857%;
  }
  ul#home-callouts li.progress .mi12,
  ul#event-callouts li.progress .mi12 {
    width: 82.71428571%;
  }
  ul#home-callouts li.progress .mi13,
  ul#event-callouts li.progress .mi13 {
    width: 89.85714286%;
  }
  ul#home-callouts li.progress .mi14,
  ul#event-callouts li.progress .mi14 {
    width: 97%;
  }
  ul#home-callouts li.featured-event,
  ul#event-callouts li.featured-event {
    background-color: #044ea3;
    height: auto;
  }
  ul#home-callouts li.featured-event img,
  ul#event-callouts li.featured-event img {
    height: auto;
    width: 100%;
  }
  ul#home-callouts li.featured-event a,
  ul#event-callouts li.featured-event a {
    color: #ffffff;
    text-decoration: none;
  }
  ul#home-callouts li.featured-event a .event-title,
  ul#event-callouts li.featured-event a .event-title {
    font-size: 18px;
    line-height: 20px;
    font-family: "ff-din-web-1", "ff-din-web-2", sans-serif;
    font-weight: 700;
    padding: 15px;
  }
  ul#home-callouts li.featured-event a p,
  ul#event-callouts li.featured-event a p {
    padding: 0 0 15px 15px;
    color: #ffffff;
  }
  ul#home-callouts li.upcoming-events,
  ul#event-callouts li.upcoming-events {
    height: auto;
    padding: 15px;
    background-color: #a29b8c;
    font-family: "ff-din-web-1", "ff-din-web-2", sans-serif;
    font-weight: 700;
  }
  ul#home-callouts li.upcoming-events .dig-in a,
  ul#event-callouts li.upcoming-events .dig-in a {
    padding-top: 10px;
    display: inline-block;
    height: 10px;
    line-height: 10px;
    color: #044ea3;
    font-size: 16px;
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-weight: 400;
    border: 0;
  }
  ul#home-callouts li.upcoming-events .dig-in a:hover,
  ul#event-callouts li.upcoming-events .dig-in a:hover {
    text-decoration: none;
    border-bottom: 1px solid #044ea3;
  }
  ul#home-callouts li.upcoming-events ul.upcoming,
  ul#event-callouts li.upcoming-events ul.upcoming {
    width: 100%;
    margin: 0;
    display: inline;
  }
  ul#home-callouts li.upcoming-events ul.upcoming li.tribe_events,
  ul#event-callouts li.upcoming-events ul.upcoming li.tribe_events {
    border-bottom: 1px solid #7b8892;
    padding: 5px 0 15px 0!important;
    margin: 0!important;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
  }
  ul#home-callouts li.upcoming-events ul.upcoming li.tribe_events:first-child,
  ul#event-callouts li.upcoming-events ul.upcoming li.tribe_events:first-child {
    border-top: 1px solid #7b8892;
  }
  ul#home-callouts li.upcoming-events ul.upcoming li.tribe_events .when,
  ul#event-callouts li.upcoming-events ul.upcoming li.tribe_events .when {
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-weight: 700;
    color: #394a59;
    font-size: 16px;
    line-height: 28px;
  }
  ul#home-callouts li.upcoming-events ul.upcoming li.tribe_events a,
  ul#event-callouts li.upcoming-events ul.upcoming li.tribe_events a {
    color: #ffffff;
    border: 0;
  }
  ul#home-callouts .title,
  ul#event-callouts .title {
    color: #044ea3;
    letter-spacing: .01em;
    font-family: "ff-din-web-1", "ff-din-web-2", sans-serif;
    line-height: 28px;
    font-weight: 900;
    margin-bottom: 12px;
  }
  li.onecol.short-image.no-bot-marg img.attachment-onecol-short {
    height: auto;
    width: 100%;
  }
  .aboutbgi {
    margin-top: -4px;
    padding: 15px;
    background-color: #657e95;
  }
  .aboutbgi a {
    text-decoration: none;
    border-bottom: 1px solid #a6d140;
    color: #a6d140;
  }
  .aboutbgi .title {
    color: #044ea3;
    font-size: 20px;
    letter-spacing: .01em;
    font-family: "ff-din-web-1", "ff-din-web-2", sans-serif;
    line-height: 20px;
    font-weight: 900;
    margin-bottom: 20px;
    border-bottom: 0;
  }
  .aboutbgi .title a {
    color: #044ea3;
    border: 0;
  }
  .aboutbgi p {
    color: #ffffff;
    margin-bottom: 20px;
  }
}
#footer {
  background-color: #6dbf67;
  width: 100%;
  height: auto;
}
#footer .padding {
  padding: 0 15px 15px 15px;
}
#footer ul.widgets {
  width: 100%;
  float: none;
}
#footer ul.widgets .title {
  padding: 0;
}
#footer ul.widgets {
  text-align: justify;
  background-color: #6dbf67;
  padding: 0;
}
#footer ul.widgets li {
  vertical-align: top;
  display: inline-block;
  text-align: left;
}
#footer ul.widgets p {
  font-size: 14px;
  line-height: 18px;
  color: #394a59;
  padding: 0;
}
#footer ul.widgets .title {
  color: #ffffff;
  font-family: "ff-din-web-1", "ff-din-web-2", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  padding: 15px 0!important;
  display: block;
  text-transform: uppercase;
}
#footer ul.widgets li#route {
  height: auto;
  padding-bottom: 15px;
}
#footer ul.widgets li#contact {
  border-top: 1px solid #53a477;
  padding: 0;
  height: 115px;
  font-size: 14px;
  color: #394a59;
}
#footer ul.widgets li#contact ul {
  width: 100%;
  margin-top: -10px;
}
#footer ul.widgets li#contact ul li {
  width: auto;
  vertical-align: middle;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 5px;
  height: 26px;
  padding-left: 25px;
  line-height: 26px;
}
#footer ul.widgets li#contact ul li a {
  color: #044ea3;
  border: 0;
  line-height: 26px;
}
#footer ul.widgets li#contact ul li.email {
  background: url('http://brooklyngreenway.dev/wp-content/uploads/envelope.png');
  background-repeat: no-repeat;
  background-position: left;
}
#footer ul.widgets li#contact ul li.address {
  background: url('http://brooklyngreenway.dev/wp-content/uploads/location.png');
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 28px;
}
#footer ul.widgets li#contact ul li.phone {
  background: url('http://brooklyngreenway.dev/wp-content/uploads/phone.png');
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 29px;
}
#footer ul.widgets li#subscribe {
  padding: 0;
}
#footer ul.widgets li#subscribe input#mce-EMAIL {
  width: 165px;
  height: 30px;
  border: 0;
  color: #498dcb;
  text-rendering: optimizeLegibility !important;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  padding: 0 0 0 10px;
  font-size: 14px;
  display: inline-block;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
#footer ul.widgets li#subscribe input#mce-EMAIL::-webkit-input-placeholder {
  color: #498dcb;
  text-rendering: optimizeLegibility !important;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
#footer ul.widgets li#subscribe input#mce-EMAIL:-moz-placeholder {
  /* Firefox 18- */
  color: #498dcb;
  text-rendering: optimizeLegibility !important;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
#footer ul.widgets li#subscribe input#mce-EMAIL::-moz-placeholder {
  /* Firefox 19+ */
  color: #498dcb;
  text-rendering: optimizeLegibility !important;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
#footer ul.widgets li#subscribe input#mce-EMAIL:-ms-input-placeholder {
  color: #498dcb;
  text-rendering: optimizeLegibility !important;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
#footer ul.widgets li#subscribe .news-button {
  width: 103px;
}
#footer ul.widgets li#sponsors {
  position: absolute;
  margin-top: 150px;
  border-top: 0;
  width: 100%;
  display: block;
}
#footer ul.widgets li#sponsors .title {
  color: #044ea3;
  padding: 15px 0;
  width: 90%;
}
#footer ul.widgets li#sponsors ul#sponsor-images {
  background-color: #ffffff;
  width: 100%;
  height: 158px;
  padding: 0;
}
#footer ul.widgets li#sponsors ul#sponsor-images li {
  display: block;
  margin-right: 15px;
  vertical-align: middle;
  width: auto;
  padding: 0;
  margin-bottom: 5px;
}
#footer ul.widgets li#sponsors ul#sponsor-images li:last-child img {
  margin-bottom: 20px;
}
#footer ul.widgets li#sponsors ul#sponsor-images li img {
  height: auto;
}
#footer ul.widgets li#sponsors ul#sponsor-images li a {
  border: 0;
}
#footer div#copyright {
  padding: 0 15px 20px 15px;
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  color: #394a59;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
#footer div#copyright .login {
  border-top: 1px solid #53a477;
  padding-top: 15px;
}
ul.internal-menu li.minus,
ul.internal-menu li.plus,
ul.internal-menu li {
  margin-left: 0!important;
  display: inline-block !important;
  text-transform: uppercase!important;
  font-size: 14px!important;
  font-weight: 700;
  margin-right: 1em;
}
ul.internal-menu li.minus:before,
ul.internal-menu li.plus:before,
ul.internal-menu li:before {
  content: '' !important;
  margin: 0;
  display: none;
}
div#sponsors {
  position: relative;
  width: 100%;
  padding: 20px 0 25px 0;
}
div#sponsors .title {
  color: #044ea3;
  padding: 15px 0;
  width: 90%;
}
div#sponsors ul#sponsor-images {
  background-color: #ffffff;
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
div#sponsors ul#sponsor-images li {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  width: auto;
  padding: 0;
  margin-bottom: 5px;
}
div#sponsors ul#sponsor-images li:last-child img {
  margin-bottom: 20px;
}
div#sponsors ul#sponsor-images li img {
  height: auto;
}
div#sponsors ul#sponsor-images li a {
  border: 0;
}
input.wpcf7-submit.button,
.generic-button {
  font-family: "ff-din-web-1", "ff-din-web-2", sans-serif;
  width: 165px;
  height: 30px;
  border: 0;
  color: #498dcb;
  padding: 0 0 0 10px;
  font-size: 14px;
  display: inline-block;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  background-color: #044ea3;
  color: #ffffff;
  padding-left: 0;
  width: auto;
  padding: 0 10px;
  text-transform: uppercase;
  font-weight: 400;
  text-rendering: optimizeLegibility !important;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
input.wpcf7-submit.button::-webkit-input-placeholder,
.generic-button::-webkit-input-placeholder {
  color: #498dcb;
  text-rendering: optimizeLegibility !important;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
input.wpcf7-submit.button:-moz-placeholder,
.generic-button:-moz-placeholder {
  /* Firefox 18- */
  color: #498dcb;
  text-rendering: optimizeLegibility !important;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
input.wpcf7-submit.button::-moz-placeholder,
.generic-button::-moz-placeholder {
  /* Firefox 19+ */
  color: #498dcb;
  text-rendering: optimizeLegibility !important;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
input.wpcf7-submit.button:-ms-input-placeholder,
.generic-button:-ms-input-placeholder {
  color: #498dcb;
  text-rendering: optimizeLegibility !important;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
a.generic-button {
  font-weight: 700;
  font-family: "ff-din-web-1", "ff-din-web-2", sans-serif;
  color: #ffffff !important;
  padding: 10px 8px 0 14px;
}
a.generic-button:hover {
  border-bottom: none !important;
  text-decoration: underline;
}

#discounts {
  
    width: 100%;
  }
  #discounts .title {
    font-size: 26px;
    line-height: 69px;
    color: #044ea3;
    text-transform: uppercase;
    font-family: "ff-din-web-1", "ff-din-web-2", sans-serif;
    font-weight: 700;
    display: block;
    border-bottom: 1px solid #FFF;
    margin-bottom: 20px;
  }
  #discounts .xclose {
    width: 23px;
    height: 22px;
    position: absolute;
    top: 15px;
    right: 20px;
  }
  #discounts .xclose:hover {
    cursor: pointer;
  }
  #discounts .all .left-col {
    float: left;
  }
  #discounts .all .right-col {
    float: left;
  }
  #discounts .all .business {
    display: block;
    border-bottom: 1px solid #FFF;
    padding-bottom: 20px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 100%;
    -webkit-box-sizing: border-box;
    /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
    -moz-box-sizing: border-box;
    /* Firefox 1 - 28 */
    box-sizing: border-box;
  }
  
  @media (min-width:800px)
  {
  	 #discounts .all .left-col
  	 {
  	 	padding-right:30px;
  	 }
  	 
  	 #discounts .all .left-col, #discounts .all .right-col
  	 {
  	 	width:47%;
  	 }
  	
  }
  
  #discounts .all .business:last-child {
    border-bottom: 0;
  }
  #discounts .all .business .name {
    font-family: "ff-din-web-1", "ff-din-web-2", sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 28px;
    color: #FFF;
    margin-bottom: 15px;
  }
  #discounts .all .business .name a {
    color: #FFF;
  }
  #discounts .all .business .discount {
    font-size: 18px;
    line-height: 22px;
    color: #044ea3;
    margin-left: 40px;
    margin-bottom: 15px;
    font-family: "ff-din-web-1", "ff-din-web-2", sans-serif;
    font-weight: 700;
  }
  #discounts .all .business .discount:before {
    content: '';
    background: url("/wp-content/themes/brooklyngreenway.org/images/icons/membership-icons.png") no-repeat;
    background-position: -41px;
    width: 23px;
    height: 23px;
    display: block;
    float: left;
    margin-left: -40px;
    margin-top: 0;
  }
  #discounts .all .business .address {
    font-size: 18px;
    line-height: 22px;
    color: #FFF;
    margin-left: 40px;
    font-family: "ff-din-web-1", "ff-din-web-2", sans-serif;
  }
  #discounts .all .business .address a {
    color: #FFF;
  }
  #discounts .all .business .address:before {
    content: '';
    background: url("/wp-content/themes/brooklyngreenway.org/images/icons/membership-icons.png") no-repeat;
    background-position: -23px;
    width: 18px;
    height: 24px;
    display: block;
    float: left;
    margin-left: -40px;
  }
  .view-discounts {
    font-size: 16.5px;
    line-height: 31px;
    color: #044ea3;
    background-color: #a6d140;
    position: absolute;
    right: 0;
    top: 23px;
    display: inline-block;
    padding-right: 18px;
    font-weight: 700;
  }
  .view-discounts:hover {
    cursor: pointer;
  }
  .view-discounts:before {
    width: 10px;
    height: 14px;
    display: block;
    content: '';
    background: url('http://brooklyngreenway.dev/wp-content/uploads/images/icons/right-arrow.png') no-repeat;
    display: inline-block;
    margin: 2px 11px 0;
  }

@media only screen and (min-width: 500px) {
  .blog {
    border-top: 1px solid #c1d3e8;
    padding: 0;
  }
  .blog .attachment-page-banner {
    margin-bottom: 22px;
  }
  .blog .post img {
    margin-right: 10px;
    display: inline;
    float: left;
  }
  
  .post.fullwidth.gutter20.get-involved .entry .r-tabs-panel,
  .post.fullwidth.gutter20.get-involved .entry li.r-tabs-tab {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .post.fullwidth.gutter20.get-involved .entry section h4 strong {
    margin-bottom: 20px;
  }
  .post.fullwidth.gutter20.get-involved .entry section ul.collapse:first-of-type {
    margin-top: 30px;
  }
  .post.fullwidth.gutter20.get-involved .entry #join section {
    border: 0;
  }
  .post.fullwidth.gutter20.get-involved .entry section ul {
    border-top: 1px solid #eaf2fb;
    padding: 25px 0 10px 0;
    margin: 0 0 15px 0;
  }
  .post.fullwidth.gutter20.get-involved .entry section ul li:first-child {
    font-family: "ff-din-web-1", "ff-din-web-2", sans-serif;
    font-weight: 700;
    color: #044ea3;
    font-size: 26px;
    line-height: 28px;
  }
  .post.fullwidth.gutter20.get-involved .entry section ul li:first-child:before {
    margin-top: 3px;
  }
  section ul .minus:before,
  .single-tribe_events .entry.notabs.notfull ul .minus:before {
    content: "\f068";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #6dbf67;
    background-color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 0 -30px;
    width: 22px;
    text-align: center;
    height: 22px;
  }
  section ul .plus:before,
  .single-tribe_events .entry.notabs.notfull ul .plus:before {
    content: "\f067";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #6dbf67;
    border: 0;
    background-color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 0 -30px;
    width: 22px;
    text-align: center;
    height: 22px;
  }

  section ul li,
  .single-tribe_events .entry.notabs.notfull ul li {
    margin-left: 47px;
    list-style-type: none;
    font-size: 16px;
    line-height: 20px;
    color: #394a59;
    margin-bottom: 10px;
  }
  section ul li:last-child,
  .single-tribe_events .entry.notabs.notfull ul li:last-child {
    margin-bottom: 0;
  }
  section ul li h5,
  .single-tribe_events .entry.notabs.notfull ul li h5 {
    line-height: 20px;
    display: inline;
  }
  section ul li p,
  .single-tribe_events .entry.notabs.notfull ul li p {
    color: #394a59;
  }
  section ul li input,
  .single-tribe_events .entry.notabs.notfull ul li input {
    display: block;
    margin-top: 10px;
  }
  section ul li:first-child,
  .single-tribe_events .entry.notabs.notfull ul li:first-child {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 16px;
    color: #394a59;
    margin-left: 30px;
    margin-bottom: 15px;
  }
  section ul li:first-child strong,
  .single-tribe_events .entry.notabs.notfull ul li:first-child strong {
    font-weight: 700;
    color: #394a59;
  }
  section ul li:first-child:hover,
  .single-tribe_events .entry.notabs.notfull ul li:first-child:hover {
    cursor: pointer;
  }
  section ul li:before,
  .single-tribe_events .entry.notabs.notfull ul li:before {
    float: left;
    margin: 0 0 0 -0.7em;
    width: .7em;
    content: url('http://brooklyngreenway.dev/wp-content/uploads/bullet.png');
  }
  .mobile {
    display: none;
  }
  .desktop {
    display: inline;
  }
  .resp-tabs-container {
    background-color: #d5e6f8;
  }
  .resp-tabs-container .resp-tab-content {
    background-color: #d5e6f8;
  }
  /*WIDTHS*/
  #sidebar {
    display: inline;
    position: absolute;
    top: 25px;
    right: 15px;
  }
  #sidebar ul {
    position: relative;
  }
  #sidebar ul li {
    margin-bottom: 25px;
  }
  #sidebar div.icons {
    margin-bottom: 25px;
    background-color: #e4effb;
  }
  #sidebar div.icons p {
    width: 210px;
    padding: 12px;
    font-size: 14px;
    line-height: 18px;
    color: #394a59;
  }
  #sidebar div.icons ul {
    padding: 5px 10px 10px 10px;
    position: relative;
  }
  #sidebar div.icons ul li {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    text-align: center;
    display: inline-block;
    width: 68px;
    height: 95px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: .01em;
    margin-bottom: 0;
    vertical-align: bottom;
  }
  #sidebar div.icons ul li img {
    display: block;
    margin: 0 auto 7px auto;
  }
  #sidebar div.icons ul li:hover {
    opacity: .8;
  }
  #sidebar div.icons ul li a {
    color: #044ea3;
    font-family: "ff-din-web-1", "ff-din-web-2", sans-serif;
    font-weight: 700;
    text-align: center;
    border: none;
    font-size: 10px;
  }
  #wrapper {
    width: 1010px;
    margin: 0 auto;
    position: relative;
  }
  #content {
    padding: 25px 15px 0 15px;
  }
  body.home #content {
    padding: 0;
  }
  .onecol {
    width: 483px;
    display: inline-block;
    vertical-align: top;
  }
  .onecol.gutter {
    width: 452px;
    padding: 15px 15px 0 30px;
  }
  .onecol.margin {
    width: 452px;
    margin-left: 15px;
  }
  .short-image {
    height: 182px;
  }
  .fullwidth {
    width: 980px;
  }
  .twocol {
    width: 733px;
  }
  .wrap {
    width: 1010px;
    margin: 0 auto;
    position: relative;
  }
  
  .logo-wrap
  {
  
  }
  
   .original-header
  {
  	 border-bottom: 1px solid #c1d3e8;
  }
  
  .original-header .logo, .header-with-bg .logo {
    
    position: absolute;
    top:10px;
    left:20px;
    z-index: 100;
    
  }
  .logo a {
    border: 0;
  }
  
  .logo a img
  {
  	
  	height:37px;
  	width:169px;
  	
  }
  

  
  /*MENU*/
  .login {
    display: block;
  }
  .login a {
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-size: 12px;
    letter-spacing: .08em;
    font-weight: 500;
  }
  .social-menu ul.menu li {
    display: inline-block;
  }
  .social-menu ul.menu li a {
    text-indent: -9999px;
    width: 25px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    border: 0;
  }
  .social-menu.header ul.menu {
    position: absolute;
    right: 15px;
    top: -32px;
  }
  .social-menu.header ul.menu li.facebook-link a {
    background: url('http://brooklyngreenway.dev/wp-content/uploads/images/icons/facebook-gray.png');
  }
  .social-menu.header ul.menu li.twitter-link a {
    background: url('http://brooklyngreenway.dev/wp-content/uploads/images/icons/twitter-gray.png');
  }
  .social-menu.header ul.menu li.instagram-link a {
    background: url('http://brooklyngreenway.dev/wp-content/uploads/images/icons/instagram-gray.png');
  }
  .social-menu.header ul.menu li.tumblr-link a {
    background: url('http://brooklyngreenway.dev/wp-content/uploads/images/icons/tumblr-gray.png');
  }
  .social-menu.header ul.menu li.youtube-link a {
    background: url('http://brooklyngreenway.dev/wp-content/uploads/images/icons/youtube-gray.png');
  }
 
  #menu {
    background-color: #fafafa;
    width: 100%;
    min-width: 1010px;
    height: 61px;
    z-index: 0;
    /*margin-top: 113px;*/
  }
  #menu .wrap {
    width: 1010px !important;
    margin: 0 auto;
    position: relative;
  }
  #menu .wrap ul.menu {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    float: right;
    margin-right: 16px;
  }
  #menu .wrap ul.menu li.current-menu-parent a:first-of-type {
    color: #6dbf67;
  }
  #menu .wrap ul.menu li.current-menu-parent ul.sub-menu li a {
    color: #ffffff;
  }
  #menu .wrap ul.menu li.current-menu-parent ul.sub-menu li.current-menu-item a {
    color: #6dbf67;
  }
  #menu .wrap ul.menu li.current-menu-parent ul.sub-menu .menu-item-type-custom.current-menu-item a {
    color: #ffffff;
  }
  #menu .wrap ul.menu li {
    display: inline-block;
    height: 61px;
    line-height: 61px;
    margin-right: 46px;
    position: relative;
  }
  #menu .wrap ul.menu li:last-child {
    margin-right: 0;
  }
  #menu .wrap ul.menu li:hover a {
    color: #044ea3;
  }
  #menu .wrap ul.menu li a {
    color: #438ecf;
    border: 0;
    font-family: "ff-din-web-1", "ff-din-web-2", sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
  }
  #menu .wrap ul.menu li ul.sub-menu {
    display: none;
    z-index: 200;
    position: absolute;
    background-color: #044ea3;
    padding: 5px 20px;
    margin-left: -23px;
    min-width: 180px;
    width: auto;
    border: solid 3px rgba(0,0,0,0);
    margin-top: -3px;
    background-clip: padding-box;
  }
  #menu .wrap ul.menu li ul.sub-menu li {
    display: block;
    white-space: nowrap;
    font-size: 15px;
    line-height: 38px;
    height: 38px;
    margin: 0;
  }
  #menu .wrap ul.menu li ul.sub-menu li a {
    display: block;
    width: 100%;
    color: #ffffff;
  }
  #menu .wrap ul.menu li ul.sub-menu li a:hover {
    color: #d5e6f8;
  }
  #menu .wrap ul.menu li ul.sub-menu li.first {
    padding: 0;
  }
  #menu .wrap ul.menu li.menu-item-has-children:after {
    content: '\f0d7';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 2px;
    font-size: 12px;
    right: -0.8em;
    color: #6dbf67;
  }
  #menu .wrap ul.menu li.menu-item-has-children:hover ul.sub-menu {
    display: block;
  }
  #menu .wrap ul.menu li.current-menu-item a {
    color: #6dbf67;
    font-weight: 700;
  }
  #menu .wrap ul.menu li.current-menu-item ul.sub-menu li a {
    color: #ffffff;
  }
  #menu .wrap ul.menu li.first {
    padding-left: 225px;
  }
  #menu .wrap ul.menu li.donate a {
    color: #f37020;
  }
  .post.twocol.notabs img.attachment-page-banner {
    margin-bottom: 22px;
  }
  .post.twocol.notabs .event-banner img.attachment-page-banner {
    display: block;
    margin: -25px 0 25px -15px;
    border-bottom: 25px solid #FFF;
  }
  .post.twocol.notabs .entry.notabs {
    background-color: #d5e6f8;
    padding: 15px;
    margin: 0 0 25px 0;
  }
  .post.twocol.notabs .entry.notabs a {
    color: #044ea3;
    border: 0;
  }
  .post.twocol.notabs .entry.notabs a:hover {
    border-bottom: 1px solid #044ea3;
  }
  .post.twocol.notabs .entry.notabs section:last-of-type {
    padding-bottom: 0;
  }
  .post.fullwidth .entry.notabs {
    background-color: #d5e6f8;
    padding: 15px;
    margin: 0 0 25px 0;
  }
  .post.fullwidth .entry.notabs a {
    color: #044ea3;
    border: 0;
  }
  .post.fullwidth .entry.notabs a:hover {
    border-bottom: 1px solid #044ea3;
  }
  .post.fullwidth .entry.notabs section {
    position: relative;
  }
  .post.fullwidth .entry.notabs section:last-of-type {
    padding-bottom: 0;
  }
  /*CALLOUTS*/
  ul#home-callouts,
  ul#event-callouts {
    overflow: visible;
    padding: 25px 15px;
  }
  ul#home-callouts li,
  ul#event-callouts li {
    position: relative;
    margin-bottom: 25px;
  }
  ul#home-callouts li.no-bot-marg,
  ul#event-callouts li.no-bot-marg {
    margin-bottom: 0;
  }
  ul#home-callouts li#bigphoto,
  ul#event-callouts li#bigphoto {
    height: 438px;
    width: 980px;
  }
  ul#home-callouts li#bigphoto .slider-banner ol.dots,
  ul#event-callouts li#bigphoto .slider-banner ol.dots {
    display: block;
  }
  ul#home-callouts li#bigphoto img.attachment-home-big-callout,
  ul#event-callouts li#bigphoto img.attachment-home-big-callout {
    width: 100%;
    height: auto;
  }
  ul#home-callouts li#bigphoto .overlaytext,
  ul#event-callouts li#bigphoto .overlaytext {
    height: 438px;
    width: 100%;
  }
  ul#home-callouts li#bigphoto .overlaytext div.title,
  ul#event-callouts li#bigphoto .overlaytext div.title, 
 .event-slide__title{
    margin-top: 150px;
    letter-spacing: -0.04em;
    font-size: 80px;
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
    -webkit-text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
  }
  ul#home-callouts li#bigphoto .overlaytext div.text,
  ul#event-callouts li#bigphoto .overlaytext div.text {
    width: 100%;
    text-align: center;
    display: block;
    position: relative;
    margin-bottom: 30px;
  }
  ul#home-callouts li#bigphoto .overlaytext div.text p,
  ul#event-callouts li#bigphoto .overlaytext div.text p {
    font-family: "ff-din-web-1", "ff-din-web-2", sans-serif;
    font-weight: 700;
    position: relative;
    font-style: italic;
    font-size: 26px;
    line-height: 28px;
    width: 70%;
    color: #ffffff;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
    -webkit-text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
  }
  ul#home-callouts li#bigphoto .overlaytext div.button,
  ul#event-callouts li#bigphoto .overlaytext div.button {
    width: 100%;
    text-align: center;
    position: relative;
  }
  

 
 
  ul#home-callouts li#bigphoto .overlaytext div.button .text,
  ul#event-callouts li#bigphoto .overlaytext div.button .text {
    background-color: #f37020;
    width: auto;
    height: 33px;
    line-height: 33px;
    padding: 5px 10px;
    font-size: 20px;
  }
  ul#home-callouts li.epicride,
  ul#event-callouts li.epicride {
    height: auto;
    width: 980px;
  }
  ul#home-callouts li.epicride .hasborder img,
  ul#event-callouts li.epicride .hasborder img {
    position: relative;
    width: 978px;
    border: 1px solid #76a9d8;
  }
  ul#home-callouts li.epicride .noborder img,
  ul#event-callouts li.epicride .noborder img {
    width: 980px;
    border: 0;
  }
  ul#home-callouts li.epicride .register-label,
  ul#event-callouts li.epicride .register-label {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #044ea3;
    color: #ffffff;
    font-size: 30px;
    letter-spacing: .01em;
    line-height: 30px;
    font-family: "ff-din-web-1", "ff-din-web-2", sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    padding: 8px 20px 10px 20px;
  }
  ul#home-callouts li.epicride .register-label a,
  ul#event-callouts li.epicride .register-label a {
    color: #ffffff;
    display: block;
  }
  ul#home-callouts li.signup,
  ul#event-callouts li.signup {
    height: 235px;
    padding: 15px 15px 0 30px;
  }
  ul#home-callouts li.signup .title,
  ul#event-callouts li.signup .title {
    line-height: 30px;
    font-size: 30px;
    margin-bottom: 20px;
  }
  ul#home-callouts li.signup p,
  ul#event-callouts li.signup p {
    margin-bottom: 30px;
  }
  ul#home-callouts li.signup .signup p,
  ul#event-callouts li.signup .signup p {
    margin: 0;
    font-size: 14px;
    margin-bottom: 10px;
  }
  ul#home-callouts li.signup .signup input#mce-EMAIL,
  ul#event-callouts li.signup .signup input#mce-EMAIL {
    width: 165px;
    height: 30px;
    border: 0;
    color: #498dcb;
    text-rendering: optimizeLegibility !important;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    padding: 0 0 0 10px;
    font-size: 14px;
    display: inline-block;
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  }
  ul#home-callouts li.signup .signup input#mce-EMAIL::-webkit-input-placeholder,
  ul#event-callouts li.signup .signup input#mce-EMAIL::-webkit-input-placeholder {
    color: #498dcb;
    text-rendering: optimizeLegibility !important;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
  }
  ul#home-callouts li.signup .signup input#mce-EMAIL:-moz-placeholder,
  ul#event-callouts li.signup .signup input#mce-EMAIL:-moz-placeholder {
    /* Firefox 18- */
    color: #498dcb;
    text-rendering: optimizeLegibility !important;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
  }
  ul#home-callouts li.signup .signup input#mce-EMAIL::-moz-placeholder,
  ul#event-callouts li.signup .signup input#mce-EMAIL::-moz-placeholder {
    /* Firefox 19+ */
    color: #498dcb;
    text-rendering: optimizeLegibility !important;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
  }
  ul#home-callouts li.signup .signup input#mce-EMAIL:-ms-input-placeholder,
  ul#event-callouts li.signup .signup input#mce-EMAIL:-ms-input-placeholder {
    color: #498dcb;
    text-rendering: optimizeLegibility !important;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
  }
  ul#home-callouts li.progress,
  ul#event-callouts li.progress {
    padding: 0;
    height: 214px;
    background: url('http://brooklyngreenway.dev/wp-content/uploads/images/trees.png'), #e4effb;
    background-position: 15px 80px;
    background-repeat: no-repeat;
    /*MILES WIDTHS*/
  }
  ul#home-callouts li.progress .title,
  ul#event-callouts li.progress .title {
    font-size: 31px;
    line-height: 60px;
    letter-spacing: -0.01em;
    text-align: center;
    width: 100%;
  }
  ul#home-callouts li.progress p,
  ul#event-callouts li.progress p {
    width: 482px;
    margin-left: 164px;
    margin-top: -10px;
    display: inline-block;
  }
  ul#home-callouts li.progress ul.icons,
  ul#event-callouts li.progress ul.icons {
    position: absolute;
    right: 15px;
    top: 75px;
  }
  ul#home-callouts li.progress ul.icons li,
  ul#event-callouts li.progress ul.icons li {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    text-align: center;
    display: inline-block;
    width: 100px;
    height: 95px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: .01em;
    margin-bottom: 0;
    vertical-align: bottom;
  }
  ul#home-callouts li.progress ul.icons li img,
  ul#event-callouts li.progress ul.icons li img {
    display: block;
    margin: 0 auto 7px auto;
  }
  ul#home-callouts li.progress ul.icons li:hover,
  ul#event-callouts li.progress ul.icons li:hover {
    opacity: .8;
  }
  ul#home-callouts li.progress ul.icons li a,
  ul#event-callouts li.progress ul.icons li a {
    color: #044ea3;
    font-family: "ff-din-web-1", "ff-din-web-2", sans-serif;
    font-weight: 700;
    text-align: center;
    border: none;
  }
  ul#home-callouts li.progress .miles,
  ul#event-callouts li.progress .miles {
    height: 26px;
    position: absolute;
    bottom: 0;
    line-height: 26px;
    font-family: "ff-din-web-1", "ff-din-web-2", sans-serif;
    font-weight: 700;
    font-size: 18px;
    padding-left: 15px;
  }
  ul#home-callouts li.progress .down,
  ul#event-callouts li.progress .down {
    margin-bottom: 0;
  }
  ul#home-callouts li.progress .togo,
  ul#event-callouts li.progress .togo {
    right: 0;
  }
  ul#home-callouts li.progress .mi1,
  ul#event-callouts li.progress .mi1 {
    width: 55px;
  }
  ul#home-callouts li.progress .mi2,
  ul#event-callouts li.progress .mi2 {
    width: 125px;
  }
  ul#home-callouts li.progress .mi3,
  ul#event-callouts li.progress .mi3 {
    width: 195px;
  }
  ul#home-callouts li.progress .mi4,
  ul#event-callouts li.progress .mi4 {
    width: 265px;
  }
  ul#home-callouts li.progress .mi5,
  ul#event-callouts li.progress .mi5 {
    width: 335px;
  }
  ul#home-callouts li.progress .mi6,
  ul#event-callouts li.progress .mi6 {
    width: 405px;
  }
  ul#home-callouts li.progress .mi7,
  ul#event-callouts li.progress .mi7 {
    width: 475px;
  }
  ul#home-callouts li.progress .mi8,
  ul#event-callouts li.progress .mi8 {
    width: 545px;
  }
  ul#home-callouts li.progress .mi9,
  ul#event-callouts li.progress .mi9 {
    width: 615px;
  }
  ul#home-callouts li.progress .mi10,
  ul#event-callouts li.progress .mi10 {
    width: 685px;
  }
  ul#home-callouts li.progress .mi11,
  ul#event-callouts li.progress .mi11 {
    width: 755px;
  }
  ul#home-callouts li.progress .mi12,
  ul#event-callouts li.progress .mi12 {
    width: 825px;
  }
  ul#home-callouts li.progress .mi13,
  ul#event-callouts li.progress .mi13 {
    width: 895px;
  }
  ul#home-callouts li.progress .mi14,
  ul#event-callouts li.progress .mi14 {
    width: 965px;
  }
  ul#home-callouts li.featured-event,
  ul#event-callouts li.featured-event {
    height: 290px;
  }
  ul#home-callouts li.featured-event a .event-title,
  ul#event-callouts li.featured-event a .event-title {
    font-size: 18px;
    line-height: 20px;
    padding: 15px 15px 10px 15px;
  }
  ul#home-callouts li.featured-event a p,
  ul#event-callouts li.featured-event a p {
    padding: 0 0 15px 15px;
  }
  ul#home-callouts li.featured-event a p strong,
  ul#event-callouts li.featured-event a p strong {
    font-weight: 700;
  }
  ul#home-callouts li.upcoming-events,
  ul#event-callouts li.upcoming-events {
    height: 260px;
    padding: 15px;
  }
  ul#home-callouts li.upcoming-events .dig-in a,
  ul#event-callouts li.upcoming-events .dig-in a {
    padding-top: 10px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    border: 0;
  }
  ul#home-callouts li.upcoming-events .dig-in a:hover,
  ul#event-callouts li.upcoming-events .dig-in a:hover {
    text-decoration: none;
    border-bottom: 1px solid #044ea3;
  }
  ul#home-callouts li.upcoming-events ul.upcoming,
  ul#event-callouts li.upcoming-events ul.upcoming {
    width: 100%;
    margin: 0;
    display: inline;
  }
  ul#home-callouts li.upcoming-events ul.upcoming li.tribe_events,
  ul#event-callouts li.upcoming-events ul.upcoming li.tribe_events {
    padding: 5px 0 15px 0!important;
    margin: 0!important;
    font-size: 18px;
    line-height: 20px;
  }
  ul#home-callouts li.upcoming-events ul.upcoming li.tribe_events .when,
  ul#event-callouts li.upcoming-events ul.upcoming li.tribe_events .when {
    font-size: 16px;
    line-height: 28px;
  }
  ul#home-callouts .title,
  ul#event-callouts .title {
    font-size: 30px;
    letter-spacing: .01em;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .aboutbgi {
    margin-top: 0;
    height: 173px;
    padding: 15px 0 15px 30px;
  }
  .aboutbgi .title {
    font-size: 30px;
    letter-spacing: .01em;
    line-height: 30px;
    margin-bottom: 15px!important;
  }
  .aboutbgi p {
    margin-bottom: 10px;
  }
  
  .single-tribe_events .tribe-events-time .time {
    display: inline;
  }
  /*FOOTER*/
  #footer {
    width: 100%;
    height: auto;
  }
  #footer .padding {
    padding: 0;
  }
  #footer ul.widgets {
    width: 980px;
    background-color: #6dbf67;
    padding: 15px;
  }
  #footer ul.widgets li {
    vertical-align: top;
    width: 30%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
  }
  #footer ul.widgets p {
    font-size: 14px;
    line-height: 18px;
    padding: 0;
  }
  #footer ul.widgets .title {
    font-size: 16px;
    display: block;
  }
  #footer ul.widgets li#contact {
    padding: 0;
    height: 115px;
    font-size: 14px;
    border: 0;
  }
  #footer ul.widgets li#contact ul {
    width: 100%;
    margin-top: -10px;
  }
  #footer ul.widgets li#contact ul li {
    width: auto;
    vertical-align: middle;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 5px;
    height: 26px;
    padding-left: 25px;
    line-height: 26px;
  }
  #footer ul.widgets li#contact ul li a {
    border: 0;
    line-height: 26px;
  }
  #footer ul.widgets li#contact ul li.email {
    /*background: url('http://brooklyngreenway.dev/wp-content/uploads/images/icons/envelope.png');*/
    background-repeat: no-repeat;
    background-position: left;
  }
  #footer ul.widgets li#contact ul li.address {
    /*background: url('http://brooklyngreenway.dev/wp-content/uploads/images/icons/location.png');*/
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 28px;
  }
  #footer ul.widgets li#contact ul li.phone {
    /*background: url('http://brooklyngreenway.dev/wp-content/uploads/images/icons/phone.png');*/
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 29px;
  }
  #footer ul.widgets li#subscribe {
    padding: 0;
  }
  #footer ul.widgets li#subscribe input#mce-EMAIL {
    width: 165px;
    height: 30px;
    border: 0;
    color: #498dcb;
    text-rendering: optimizeLegibility !important;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    padding: 0 0 0 10px;
    font-size: 14px;
    display: inline-block;
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  }
  #footer ul.widgets li#subscribe input#mce-EMAIL::-webkit-input-placeholder {
    color: #498dcb;
    text-rendering: optimizeLegibility !important;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
  }
  #footer ul.widgets li#subscribe input#mce-EMAIL:-moz-placeholder {
    /* Firefox 18- */
    color: #498dcb;
    text-rendering: optimizeLegibility !important;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
  }
  #footer ul.widgets li#subscribe input#mce-EMAIL::-moz-placeholder {
    /* Firefox 19+ */
    color: #498dcb;
    text-rendering: optimizeLegibility !important;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
  }
  #footer ul.widgets li#subscribe input#mce-EMAIL:-ms-input-placeholder {
    color: #498dcb;
    text-rendering: optimizeLegibility !important;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
  }
  #footer ul.widgets li#subscribe .news-button {
    width: 103px;
  }
  #footer ul.widgets li#copyright {
    padding: 0;
    border-top: 1px solid #53a477;
    font-size: 12px;
    padding-top: 15px;
  }
  #footer ul.widgets li#sponsors {
    border-top: 1px solid #53a477;
    position: relative;
    margin-top: 0px;
    display: inline-block;
  }
  #footer ul.widgets li#sponsors .title {
    color: #ffffff;
  }
  #footer ul.widgets li#sponsors ul#sponsor-images {
    width: 100%;
    height: 200px;
    padding: 15px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
  }
  #footer ul.widgets li#sponsors ul#sponsor-images li {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    width: auto;
    padding: 0;
    margin-bottom: 25px;
  }
  #footer ul.widgets li#sponsors ul#sponsor-images li:last-child img {
    margin-bottom: 0;
  }
  #footer ul.widgets li#sponsors ul#sponsor-images li img {
    height: auto;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
  }
  #footer ul.widgets li#sponsors ul#sponsor-images li a {
    border: 0;
  }
}
