@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
* {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

body {
  font: 76% arial;
  text-align: center;
  background: #0c62cf url(../images/body-bg.jpg) left top repeat-x;
}

#wrapper {
  width: 965px;
  margin: 0 auto 20px;
  text-align: left;
  color: #333;
  background: #fff;
}
.global-width {
  width: 965px;
  margin: 0 auto;
  overflow: hidden;
}
a {
  font-weight: bold;
  text-decoration: none;
  color: #0c62cf;
}
a:visited {
}
a:hover {
  color: #000;
}

.btn {
  width: 160px;
  display: block;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 5px;
  text-align: center;
  border-radius: 5px;
  border: solid #7cb429 1px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1.5px;
}
.btn.green {
  background: #c1f959; /* Old browsers */
  background: -moz-linear-gradient(top, #c1f959 0%, #97d315 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #c1f959),
    color-stop(100%, #97d315)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #c1f959 0%,
    #97d315 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #c1f959 0%,
    #97d315 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c1f959 0%, #97d315 100%); /* IE10+ */
  background: linear-gradient(to bottom, #c1f959 0%, #97d315 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1f959', endColorstr='#97d315',GradientType=0 ); /* IE6-9 */
  color: #555;
}
.btn.green:hover {
  background: #c2f429; /* Old browsers */
  background: -moz-linear-gradient(top, #c2f429 0%, #7fc400 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #c2f429),
    color-stop(100%, #7fc400)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #c2f429 0%,
    #7fc400 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #c2f429 0%,
    #7fc400 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c2f429 0%, #7fc400 100%); /* IE10+ */
  background: linear-gradient(to bottom, #c2f429 0%, #7fc400 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2f429', endColorstr='#7fc400',GradientType=0 ); /* IE6-9 */
  color: white;
}
.btn.green:active {
  background: #96d10e; /* Old browsers */
  background: -moz-linear-gradient(top, #96d10e 0%, #b9f747 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #96d10e),
    color-stop(100%, #b9f747)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #96d10e 0%,
    #b9f747 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #96d10e 0%,
    #b9f747 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #96d10e 0%, #b9f747 100%); /* IE10+ */
  background: linear-gradient(to bottom, #96d10e 0%, #b9f747 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96d10e', endColorstr='#b9f747',GradientType=0 ); /* IE6-9 */
  text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px;
  box-shadow: inset rgba(0, 0, 0, 0.2) 0px 0px 3px;
}
.btn.left {
  float: left;
  margin-right: 15px;
}

.membership-btn {
  color: #fff;
  display: block;
  font-weight: 500;
  width: 225px;
  padding: 6px 5px 6px 10px;
  text-align: center;
  border-radius: 12px;
  border: solid #7cb429 1px;
  margin-bottom: 15px;
  font-size: 18px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.membership-btn:hover {
  color: #fff;
}

.membership-btn-green {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c8e283+0,92b842+100 */
  background: #c8e283; /* Old browsers */
  background: -moz-linear-gradient(top, #c8e283 0%, #92b842 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #c8e283),
    color-stop(100%, #92b842)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #c8e283 0%,
    #92b842 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #c8e283 0%,
    #92b842 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c8e283 0%, #92b842 100%); /* IE10+ */
  background: linear-gradient(to bottom, #c8e283 0%, #92b842 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8e283', endColorstr='#92b842',GradientType=0 ); /* IE6-9 */
}

.weather {
  background: #065493;
  height: 10px;
}
#header {
  padding: 0;
  width: 100%;
  margin: 0;
  float: left;
  position: relative;
  overflow: auto;
  min-height: 162px;
}
#header img {
  display: none;
}
#header h1 img {
  display: block;
  float: left;
  margin: 30px 0;
  padding-left: 20px;
}
a.buy-grass {
  display: block;
  width: 301px;
  height: 104px;
  background: url(../images/sod-header.png) 0 -1px no-repeat;
  text-indent: -9999em;
  float: right;
  margin-top: 8px;
}
a.donate-today {
  display: block;
  width: 475px;
  height: 100px;
  background: url(../images/donate-text.png) 0 -1px no-repeat;
  text-indent: -9999em;
  float: right;
  margin-top: 20px;
}
a.donate-button {
  position: absolute;
  right: 28px;
  top: 75px;
  background-color: #84b911;
  color: #fff;
  padding: 5px 40px;
  border: 1px solid #fff;
  font-size: 20px;
}
a.donate-button:hover {
  background-color: #72a00f;
}
a.choo-chug {
  display: block;
  width: 300px;
  height: 120px;
  background: url(../images/choo-choo-banner.png) 0 -1px no-repeat;
  text-indent: -9999em;
  float: right;
  margin-top: 8px;
  margin-right: 10px;
}
a.choo-chug {
  background: url(../images/catering-by-lanetta-logo.png);
}

#nav {
  float: left;
  width: 100%;
  margin: 0;
  background: #126fba;
}
* html #nav {
  display: inline;
}
.mobile-img,
.mobile-header {
  display: none;
}
/*#nav ul {margin: 0 218px;}*/

.left {
  float: left;
}

#nav li {
  display: inline;
}
#nav li a#current {
  color: #fff;
  background: #84b911;
}
#nav a {
  font-family: "Roboto Condensed", "Arial", sans-serif;
  display: block;
  float: left;
  padding: 10px 30px 10px;
  border-right: 1px solid #fff;
  font-size: 15px;
  font-weight: normal;
  word-spacing: 0.3pt;
  letter-spacing: 0.3pt;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}
#nav #li-home a {
  padding: 10px 30px 10px;
}
#nav #li-contact a {
  border-right: 1px solid #fff !important;
}
#nav a:hover {
  color: #fff;
  background: #073f87;
}
#feature {
  clear: left;
  width: 965px;
  margin: 0;
  background-repeat: no-repeat;
  padding-top: 0;
  margin-bottom: 10px;
}
#feature {
  overflow: hidden;
}
#feature img {
  display: block;
}

#hp-content-wrap {
  width: 965px;
  margin: 0 0 15px 0px;
}

#overview {
  float: left;
  width: 450px;
}
#overview h2 {
  margin: 0 0 0.2em 10px;
  font-size: 30px;
  font-family: "Roboto Condensed", "Arial", sans-serif;
}
#overview p {
  margin: 0 10px 1.4em 10px;
  line-height: 1.8;
  font-size: 1.2em;
}
#overview img.right {
  float: right;
  border: 1px solid #1481d1;
  margin: 0 8px 8px 8px;
}
#overview h3 {
  margin: 0 10px 0 10px;
  font-size: 2em;
  font-family: "Roboto Condensed", "Arial", sans-serif;
  color: #989898;
}
#overview h4 {
  margin: 0 10px 0 10px;
  font-size: 1.4em;
  font-family: "Roboto Condensed", "Arial", sans-serif;
  text-transform: uppercase;
}

#facebook-like {
  margin-left: 10px;
  margin-top: 4px;
  height: 50px;
}
.events-hp-pic {
  margin: 10px auto;
  display: block;
  border: 1px solid #55a3dc;
  padding: 3px;
}

.rotator-wrap {
  display: block;
  float: right;
  min-height: 225px;
  margin: 10px 10px 20px 10px;
  position: relative;
  width: 490px;
}
.rotator-wrap .rotator img {
  width: 490px;
  height: auto;
}
.rotator-wrap .rotator h3 {
  padding-left: 20px;
}

h3.center {
  text-align: center;
}

.info-magnet {
  float: left;
  width: 248px;
  margin: 12px 0 0;
  padding-top: 10px;
}
/*.info-magnet h3 {margin:0 10px 0 10px;font-size:1.4em; font-family: 'Roboto Condensed','Arial', sans-serif;}*/
.info-magnet h3 {
  margin: 0 10px 0 10px;
  font-size: 1.7em;
  font-family: "Roboto Condensed", "Arial", sans-serif;
  font-weight: 300;
  color: #292f33;
}
.info-magnet p {
  margin: 0 10px;
  line-height: 1.8;
}
.facebook {
  background: #f2efe7;
}
.twitter-feed {
  padding: 0 10px;
}
.twitter-article {
  overflow: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.twitter-article .twitter-pic {
  float: left;
}

.twitter-article .twitter-pic img {
  float: left;
  border-radius: 7px;
  border: none;
}
img {
  border: none;
}
.twitter-article .twitter-text p {
  margin: 0px;
  line-height: 15px;
}
.twitter-article .twitter-text a,
h1 a {
  color: #00acee;
  text-decoration: none;
}
.twitter-article .twitter-text a:hover,
h1 a:hover {
  text-decoration: underline;
  color: #00acee;
}

.twitter-article .twitter-text {
  width: 174px;
  float: left;
  font-size: 11px;
  padding-left: 11px;
}

.twitter-article .tweet-time {
  font-size: 10px;
  color: #878787;
  display: none;
}
.twitter-article .tweet-time a,
.twitter-article .tweet-time a:hover {
  color: #878787;
}
.twitter-article .tweetprofilelink a {
  color: #444;
  width: 100px;
}
.twitter-article .tweetprofilelink a:hover {
  color: #444;
}
.twitter-article .backlink {
  font-size: 11px;
  text-align: center;
}

.twitter-article .backlink a {
  color: #aaa;
}
#wrapper a.donate-btn-home {
  display: block;
  width: 123px;
  height: 27px;
  background: url(../images/donate-btn-bg.png) 0 0 no-repeat;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding-top: 4px;
  margin-top: 6px;
}
#wrapper a.donate-btn-home:visited {
  color: #fff;
}
#wrapper a.donate-btn-home:hover {
  background: url(../images/donate-btn-bg.png) -122px 0 no-repeat;
}

.info-magnet img.right {
  float: right;
  border: 1px solid #1481d1;
  margin: 0 8px 8px 8px;
}
.info-magnet img.center {
  display: block;
  margin: 0 auto;
}
.info-magnet .restaurant-week-p {
  margin-top: 17px;
}
.info-magnet-temp {
  float: right;
  width: 240px;
  margin: 12px 0 0;
  min-height: 500px;
}
.info-magnet-cater-vendor {
  float: left;
  width: 300px;
  margin: 0px 0px 20px 0px;
}
.info-magnet-temp img {
  padding-left: 7px;
}

.info-magnet #get-healthy-mag {
  margin-left: 40px;
}
.info-magnet#event-mag {
  margin-top: 0;
}

#footer {
  clear: both;
  color: #eee;
  background: #444;
  min-height: 121px;
}
#footer p {
  padding: 10px;
  float: left;
}
#footer a {
  color: #eee;
  font-weight: normal;
}
#footer a:visited {
  color: #eee;
  font-weight: normal;
}
#footer a:hover {
  color: #fff;
  text-decoration: underline;
}
#footer p a {
  margin-left: 100px;
}
#sm-icons {
  float: right;
  padding: 5px;
}
#sm-icons img {
  margin-left: 4px;
}

#dev {
  float: right;
  clear: right;
  position: relative;
  top: 50px;
  left: 90px;
  margin-left: 0px;
}

/* internal page styles */

.image-block {
  display: block;
  overflow: hidden;
  width: 297px;
}

.image-caption {
  display: block;
  background: #55a3dc;
  color: #fff;
  padding: 6px 4px;
  text-align: center;
  font-style: italic;
  margin-left: 4px;
  margin-top: -10px;
}

#sub-nav {
  float: right;
  width: 310px;
  margin: 0 10px 25px 10px;
}
#sub-nav.support-nav {
  margin-top: -63px;
  margin-right: -20px;
  padding-left: 25px;
}
#sub-nav h3 {
  font-size: 1.6em;
}
#sub-nav ul {
  margin: 2px 0 0 17px;
}
#sub-nav ul li {
  list-style-type: square;
  line-height: 1.8;
  color: ;
}
#sub-nav a {
}
#sub-nav img {
  display: block;
  margin: 10px 4px;
  padding: 3px;
  border: 1px solid #55a3dc;
}
#content {
  width: 620px;
  color: #333;
  padding: 20px 0 25px 32px;
  clear: left;
}
#content#contest {
  width: 100%;
}
.content-wide {
  width: auto !important;
  color: #333;
  padding: 20px 32px 25px 32px !important;
  clear: left;
}
.give-content {
  width: 570px;
}
* + html #content {
  width: 580px;
}
* html #content {
  width: 580px;
}
body#webcam #content {
  width: 660px;
}
#content h1 {
  margin: 0 0 0.2e;
  font-size: 40px;
  font-family: "RobotoCondensed", "Arial", sans-serif;
}
#content h2 {
  margin: 0 0 0.2em;
  font-size: 30px;
  font-family: "Roboto Condensed", "Arial", sans-serif;
}
#content p + h2,
#content ul + h2,
#content ol + h2,
#content a + h2,
#content p + h3,
#content ul + h3,
#content ol + h3,
#content a + h3 {
    margin-top: 1em;
}
#content h3 {
  margin: 0;
  font-size: 2em;
  font-family: "Roboto Condensed", "Arial", sans-serif;
  font-weight: 300;
  color: #989898;
}
#content h4 {
  margin: 0 0 5px 0;
  font-size: 1.4em;
  font-family: "Roboto Condensed", "Arial", sans-serif;
  text-transform: uppercase;
}
#content h5 {
}
#content h6 {
}
#content ul {
  margin: 10px 0;
}
#content ul li {
  margin-left: 20px;
  line-height: 1.4;
  margin-bottom: 5px;
}
.info-magnet-cater-vendor ul li {
  margin-bottom: 0px;
}
#content ol {
  margin: 10px 0;
}
#content ol li {
  margin-left: 40px;
  line-height: 1.8;
  margin-bottom: 5px;
}
#content p {
  margin: 0 0 15px 3px;
  line-height: 18px;
}
#content p.i-right {
  float: right;
}
#content p.instructor {
  float: right;
  border: 1px solid #93c51b;
  padding: 3px;
}
#content p.i-left {
  float: left;
}
.inline-image {
  margin-bottom: 10px;
}
#content address {
  margin: 0 0 1.5em 3px;
  font-weight: normal;
  line-height: 1.8;
}
#content form {
  display: block;
  margin: 0 0 0 2px;
}
#content input {
  display: block;
  margin: 0 0 1em;
}
#content textarea {
  display: block;
  margin: 0 0 1em;
}
#content .form-float {
  float: left;
  margin: 0 10px 0 0;
}
#content .clear {
  clear: both;
}
#news p {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
  line-height: 25px;
  margin-top: 15px;
}
#news h1 {
  font: 20px Arial, Helvetica, sans-serif;
  color: #d20000;
  line-height: 25px;
  font-weight: 600;
}
.column {
  float: left;
  margin: 0 0 0 0;
  width: 230px;
  margin-right: 70px;
}
.column-contacts {
  float: left;
  margin: 0 0 0 0;
  width: 395px;
  margin-right: 70px;
}
.column-contacts.column-bod {
    width: 450px;
}
#content p.line {
  border-bottom: 1px solid #222;
  margin: 0;
  padding-bottom: 40px;
}
a.donate-btn {
  display: block;
  width: 121px;
  height: 26px;
  background: url(../images/donate-btn.png) 0 0 no-repeat;
  text-indent: -9999em;
  margin: 10px 0;
}
#content #donate {
  padding: 10px;
  background-color: #ddd;
  border: 1px solid #bbb;
  width: 210px;
  margin: 8px 20px 10px 0;
  float: left;
}
#content #donate table {
  font: 1.3em georgia;
  line-height: 20px;
  margin-bottom: 10px;
}
#content #donate option {
  width: 185px;
  border: #aaa;
  padding: 1px;
}
#content #donate input {
  margin: 0;
}
#content #donate.friend {
  margin-top: 3px;
}
.event-logo {
  float: right;
  margin: 0 0 15px 15px;
}

/* Get Healthy Styles */

#content.get-healthy h3.section-head {
  font-size: 1.8em;
  margin: 2em 0 0.5em;
  font-weight: 600;
  color: #666;
}
#content.get-healthy h4 {
  font-size: 1.3em;
  margin: 1em 0 0.25em;
  font-size: bold;
}
#content.get-healthy p {
    margin: 0 0 1em;
}

.bg-wrapper {
  display: flex;
  margin-right: 20px;
}
.bg-inner {
  padding: 20px;
  margin-bottom: 20px;
  background: #f6f6f6;
}

/* Message Bar */
.message-bar {
  padding: 20px 20px 0;
  margin: 0 0 2em;
  border: 1px solid #ddd;
  width: 90%;
}

.message-bar.message-alert {
  background: rgba(249, 154, 52, 0.25);
  border-color: rgba(249, 154, 52, 0.5);
}

/* Board of Directors */

#content ul.bod-list {
  margin: 1em 0 2em;
  padding: 0;
  list-style-type: none;
}
#content ul.bod-list li {
  margin: 0 0 1em;
  padding: 0;
  font-size: 110%;
}

/* Dining Car Styles */

.i-dining-car {
  display: block;
  margin: 15px auto;
}
h3.dining,
h4.dining {
  text-align: center;
}
#content p.menu-section {
  font-size: 1.5em;
  text-align: center;
  margin-top: 20px;
}
#content p.menu-item {
  font-weight: bold;
  margin-bottom: 0;
}
#content p.menu-desc {
  margin-left: 15px;
}
#content p.dining-info {
  font-size: 1.2em;
}

/*Sunset Cinema Sponsors*/

#bmr-logo {
  float: left;
}
#weld-logo {
  float: right;
  padding: 20px 0 0 0;
}

/*Sunset Cinema Movie List*/
#movie-list thead td {
  height: 0px;
  padding-bottom: 0px;
}
#movie-list tr {
  border-bottom: 1px solid #000;
}
#movie-list td {
  height: 34px;
  padding-bottom: 0px;
  margin: 0px;
}

#movie-list-home p {
  padding-left: 10px;
}

/* Rules of the Road Styles  */
#content #available-areas {
  margin: 15px 0 5px 24px;
  font-weight: bold;
  font-size: 1.2em;
  color: #87be01;
}
#rentable-areas {
  width: 423px;
  border: 1px solid #ccc;
  padding: 15px;
}
#rentable-areas ul {
  float: left;
}
#rentable-areas ul#rent-right {
  margin-left: 15px;
}
#rentable-areas ul li {
  list-style-type: disc;
  color: #4f92d9;
}
#rentable-areas ul li span {
  color: #333;
}

/* slideshow tyles */
#noCache {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  z-index: 2;
}
#SlideShowImg {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
#SlideShowDiv {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  width: 800px;
  height: 347px;
}

#SlideShow {
  /*height: 290px;*/
  height: 310px;
  overflow: hidden;
}

#SlideShow li {
  /*height: 290px;*/
  height: 310px;
  list-style: none;
}

.clear {
  clear: both;
}
#run {
  float: right;
  width: 290px;
  margin: 0px 20px 25px 0px;
}
#run-content #run-pic {
  width: 350px;
  float: right;
  display: block;
  margin: 10px 4px;
  padding: 3px;
  border: 1px solid #55a3dc;
}
.run-link {
  margin: 0 0 0 2px;
  font: 1.3em georgia;
}

/*------CALENDAR STYLES START------*/

#wrapper .link-inactive,
#wrapper #content .link-inactive:hover {
  text-decoration: none;
}
#wrapper .page-link a,
#wrapper .description-link a {
  color: #cfc98e;
  font-size: 0.9em;
}
#wrapper .page-link a:hover,
#wrapper .description-link a:hover {
  color: #f2eec1;
}
#wrapper #content .hide-link,
#wrapper .info-magnet .hide-link {
  color: #93c51b;
  text-decoration: underline;
  font-size: 0.9em;
  cursor: pointer;
}
#wrapper #content .hide-link:hover,
#wrapper .info-magnet .hide-link:hover {
  color: #aadf29;
}

/* CALENDAR STYLES
-----------------------------------------------*/

.event-listing {
}

.event-listing .event {
  display: block;
  padding: 10px 10px 10px 10px;
  border-bottom: solid #ddd 1px;
}

.event-listing .event .title {
  display: block;
  font-weight: bold;
  margin: 0px 0px 5px 0px;
  font-size: 13px;
}
.event-listing .event .details {
  display: none;
}
.event-listing .event .date {
  display: block;
  margin: 0px 0px 5px 0px;
  color: #555;
  font-weight: bold;
}
.event-listing .event .description {
  display: block;
  margin: 0px 0px 5px 0px;
}
.event-listing .event .event-details {
  display: block;
}

#wrapper .event-time {
  font-weight: normal;
}

#wrapper h4.event-date {
  color: #93c51b;
  border-bottom: 1px solid #ddd;
  margin: 15px 16px 5px 0;
}

#wrapper .info-magnet h4.event-date {
  margin: 0 0 5px 10px;
}

#wrapper p.event-info {
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.3em;
}

#cal small {
  font-size: 10px;
}

#vote {
  overflow: hidden;
  height: auto;
}
#vote img {
  margin-left: 10px;
}

ul.sponsor-logo {
  list-style: none;
  overflow: auto;
}
ul.sponsor-logo li a {
  line-height: 30pt;
}
ul.sponsor-logo li a img {
  border: none;
}

/*Homepage Special Event Styling*/
.special-event {
  width: 500px;
  height: 225px;
  display: block;
  float: right;
  margin-bottom: 20px;
}
.special-event .event-info-holder {
  background: #33c1fa;
  width: 300px;
  height: 50px;
  display: block;
  margin-top: 130px;
  margin-left: 25px;
  padding: 0px;
}
.special-event .event-info-holder .info {
  color: white;
  float: left;
}
.special-event .event-info-holder .info .event-name {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16pt;
  font-weight: 100;
  letter-spacing: 1pt;
  margin-top: 5px;
  margin-left: 5px;
  display: block;
  text-transform: uppercase;
}
.special-event .event-info-holder .info .event-dates {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 9pt;
  font-weight: normal;
  margin-left: 5px;
  display: block;
}
.special-event .event-info-holder .button {
  background: url(../images/special-event-more-info-button.png) no-repeat
    #2697ec;
  background-position: -5px -7px;
  width: 50px;
  height: 50px;
  margin: 0px;
  display: block;
  float: right;
}
.special-event .event-info-holder .button:hover {
  background-color: #2186d2;
}
.special-event-link {
  display: block;
  height: 100%;
  width: 100%;
}

/********* Membership Styles **********/

.form-btn {
  display: inline !important;
  margin-right: 5px !important;
}

.member-form {
  float: left;
  padding-right: 20px;
}
.field-box {
  overflow: auto;
}
.field-box .left {
  width: 250px;
  float: left;
  padding: 3px;
}
.field-box .right {
  width: 320px;
  float: left;
  padding: 8px 3px 3px 3px;
}
.options-box {
  overflow: auto;
}
.options-box .left {
  width: 100px;
  float: left;
  padding: 3px;
}
.options-box .right {
  width: 100px;
  float: left;
  padding: 8px 3px 3px 3px;
}
.fieldset {
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: auto;
  clear: both;
  display: block;
}
.fieldset .box {
  float: left;
  display: block;
}
.fieldset .select {
  float: left;
  display: block;
}
.box {
  width: 200px;
  height: 30px;
  border-radius: 4px;
  border: solid #ccc 1px;
  margin: 0px 10px 10px 0px !important;
  padding-left: 5px;
  outline: none;
  font-size: 13px;
  color: #444;
}
.box:hover {
  border: solid #999 1px;
}
.box:focus {
  border: solid #555 1px;
}
.box.large {
  width: 417px !important;
}
.box.amt {
  margin-left: 3px !important;
}
.select {
  width: 208px;
  height: 30px;
  border-radius: 4px;
  border: solid #ccc 1px;
  margin: 0px 10px 10px 0px !important;
  padding-left: 5px;
  outline: none;
  font-size: 13px;
  color: #444;
}
.artist-wrapper {
  display: flex;
  flex-direction: column;
  padding: 40px 20px 20px;
  background-color: #f7f7f7;
  margin: 2em 0;
}
.park-poster {
  border: 1px solid black;
  margin: 0 auto;
}
#content p.caption {
  font-size: 16px;
  line-height: 1.4em;
  text-align: center;
  margin: 5px auto 40px !important;
}
#content .artist-wrapper h2 {
  font-size: 18px;
  width: 80%;
  margin: 0 auto 2em;
  text-align: center;
}
#content h2.member-print {
  font-size: 28px;
  margin: 2em 0 1em;
}
#content .artist-wrapper h3 {
  margin: 1em 0 0.5em;
}
.artist-wrapper.support-page {
  width: 55%;
}
.artist-wrapper.support-page h3 {
  text-align: center;
}
.artist-wrapper figure {
    width: 262px;
    margin: 0 auto;
}
.artist-wrapper figure figcaption {
    text-align: center;
    color:rgba(0, 0, 0, 0.5);
    font-size: 10px;
    margin-top: 5px;
}

/* Simple Weather Widget */

#weather {
  padding: 3px 25px 0 0;
  overflow: hidden;
  float: right;
  color: #fff;
  position: relative;
  top: 10px;
  right: 0;
  font-weight: bold;
}
#weather li {
  float: left;
  list-style-type: none;
  margin-left: 10px;
}

#weather h2 {
  font-size: 14px;
  color: #000;
}

#weather p {
  /* font-size: 25px;
    margin: 15px 0 0;*/
  font-size: 12px;
}

#weather p span {
  font-size: 16px;
}

#weather a {
  display: block;
  clear: both;
  text-decoration: none;
  color: #222;
  font-size: 12px;
}

#weather a:hover {
  color: #000;
  text-decoration: underline;
}

#weather img {
  position: relative;
  top: -3px;
}

#event-btn img {
  float: left;
  margin: 0 0 15px 30px;
}
#events-ordered {
  clear: left;
}

.events-footer-message {
  margin: 3em 0 1em;
}

.giveform {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  background: #fff;
  /* 	border:1px solid #cecece; */
  padding-top: 40px;
}
.giveform p {
  text-align: left;
  margin-top: 20px !important;
}
.giveform table {
  margin: 0 auto;
  width: 250px;
}
#content h3.give-subhead {
  color: black;
  max-width: 600px;
  margin: 0 auto 1.5em;
}
#content .donatebutton {
  display: inline;
  margin-top: 10px;
}
/* .giveform ul li {
	text-align:left;
	float:left;
	margin-bottom:10px !important;
	list-style:none;
}
.giveform ul {
	margin:25px 0 !important;
	display:block;
	float:left;
	padding:0 15px !important;
} */

.give-thanks {
  background: #e6e6e6;
  padding: 20px;
}
#content .give-thanks p {
  margin: 0 0 1em !important;
}
ul.give-list li {
  text-align: left;
}
ul.event-sponsors {
  width: 90%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  /*	-ms-flex-pack: flex;
	display: -webkit-box;      
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-flow: row wrap;*/
}
ul.event-sponsors > li {
  list-style: none;
  /*-webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;*/
  width: 20%;
  margin: 10px;
  line-height: 150%;
  /*float: left;*/
  display: inline-block;
}

#mc_embed_signup {
  background: #fff;
  clear: left;
  font: 14px Helvetica, Arial, sans-serif;
}
#mc_embed_signup .button {
  background-color: #84b911 !important;
}
#mc_embed_signup .button:hover {
  background-color: #67900d !important;
}
.map-reference {
  margin: 15px auto;
}
.unordered {
  list-style: none;
}
/******* Twitter Feed Styles ********/
iframe.twitter-timeline html body .timeline-Header-title {
  display: none !important;
}

/******** COVID UPDATES PAGE ********/
.covid-update .callout {
  background: #666;
  color: white;
  padding: 12px 20px 10px;
  margin: 20px 40px 20px 0;
}
#content.covid-update .callout p {
  margin: 0 0 0.4em;
  font-size: 14px;
}

/******** ADOPT A PLANT PAGE ********/
.download-sheets {
  float: left;
  padding: 20px;
  margin-bottom: 20px;
  background: #f6f6f6;
}
.download-sheets p strong {
  font-size: 14px;
}

/******** Caterers & Vendors ********/
#content .caterers-vendors h2 {
    margin-bottom: 1em;
}

#content .caterers-vendors h3 {
    margin-bottom: 1em;
}

#content .caterers-vendors .two-column-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
    margin-bottom: 2em;
}

#content .caterers-vendors .two-column-flex .flex-entry {
    width: calc(50% - 25px);
}

#content .caterers-vendors h4 {
    color: #333;
    margin: 0 0 0.25em;
}

#content .caterers-vendors h4.gray-head {
    color: black;
    font-size: 20px;
    text-transform: none;
}

#content .caterers-vendors p {
    font-size: 14px;
    margin: 0 0 1em;
}

/******* Language Toggle : About Page ********/
.language-toggle-wrapper {
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
}
.language-toggle {
    display: flex;
    justify-content: center;
    border: 2px solid #84b911;
    border-radius: 8px;
}
.language-toggle a {
    display: block;
    padding: 8px 12px;
    font-size: 14px;
    color: #84b911;
}
.language-toggle a.active {
    background: #84b911;
    color: white;
    cursor: default;
}
.language-toggle a:hover {
    color: #0c62cf;
}
.language-toggle a.active:hover {
    color: white;
}