/*==============================================================================
================================================================================
SUGGESTED DOCUMENT CASCADE
- Resets and Hacks
- Typography
- Outer Elements
- Common Elements
- Navigation Elements
- Forms and Buttons
- Utility Elements
- Miscelaneous
- Responsive Elements
================================================================================
==============================================================================*/
/*==============================================================================
================================================================================
Resets and Hacks
================================================================================
==============================================================================*/
body {
  /* Fixes "flicker" of page elements that occurs during css transitions */
  -webkit-transform-style: preserve-3d;
}
p > a {
  /* Forces word-wrapping on long links in a narrow container */
  white-space: pre;
  /* CSS 2.0 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3.0 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -hp-pre-wrap;
  /* HP Printers */
  word-wrap: break-word;
  /* IE 5+ */
}
/*==============================================================================
================================================================================
Typography
================================================================================
==============================================================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "vinyl", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2em;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px white;
  background: transparent;
}
h1 {
  color: #1d1d1d;
}
h2 {
  color: #1e6aa1;
}
/*==============================================================================
================================================================================
Outer Elements
================================================================================
==============================================================================*/
body {
  font-family: "dejarip", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.8em;
  line-height: 1.4em;
  color: #1d1d1d;
  background-color: #0c2e38;
  background-image: url(/images/background.jpg);
  background-position: top center;
  background-repeat: repeat-x;
}
#header {
  background: url("/images/content_background.jpg") repeat;
}
#page {
  padding-bottom: 30px;
  background: url("/images/content_background.jpg") repeat;
}
#footer {
  color: #fff;
  padding: 20px 0;
  background: url(../images/asphault.png) repeat #1d1d1d;
}
/*==============================================================================
================================================================================
Common Elements
================================================================================
==============================================================================*/
.year-2016 {
        display: none !important;
}
.pushdown {
  overflow: hidden;
  height: 0;
  color: #ebebeb;
  background: #1d1d1d;
}
.pushdown-close {
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 26px;
  height: 26px;
  margin-left: -13px;
  background: url("/images/pushdown-close.png") center no-repeat;
}
.pushdown#signup .frame,
.pushdown#search .frame {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pushdown#signup h3 {
  font-size: 2.4em;
  line-height: 1.1em;
  color: #dbdbdb;
  text-shadow: none;
}
.columns.eight .content img {
  max-width: 100%;
}
.featured {
  position: relative;
  overflow: hidden;
}
.featured .offer {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  word-wrap: auto;
  white-space: normal;
}
.featured .offer h4 {
  font-size: 1.3em;
  margin: 0 0 5px 0;
}
.featured .offer img {
  display: block;
  width: 100%;
}
.gray-box {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 20px;
  background: #e3e3e3;
}
.gray-box h1,
.gray-box h2,
.gray-box h3 {
  margin-top: 0;
}
.event-info h5 {
  margin-top: 0;
}
.event-info ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.event-info ul li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  list-style: none;
}
.event-info ul li span.event-thumb {
  float: left;
  clear: left;
  width: 40%;
  margin-right: 5%;
  background: #bfbfbf;
}
.event-info ul li span.event-thumb img {
  display: block;
  width: 100%;
}
.event-info ul li span.event-info {
  float: left;
  width: 55%;
}
.ticket-info ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.ticket-info ul li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  border-top: 1px dotted #bfbfbf;
}
.ticket-info ul li:first-child {
  border-top: none;
}
.ticket-info ul li span {
  float: left;
  width: 50%;
  font-weight: bold;
}
.ticket-info ul li a {
  cursor: pointer;
  float: right;
  width: 50%;
  text-align: right;
}
.hours-info h4 {
  margin: 0 0 5px 0;
  font-style: italic;
}
.hours-info ul {
  margin: 0;
  padding: 0;
}
.hours-info ul li {
  list-style: none;
}
#events {
  position: relative;
}
#events h3 {
  margin: 0;
  text-transform: none;
  font-weight: 700;
  color: #5cc220;
  font-size: 1.3em;
  margin-bottom: 5px;
}
ul.image-listing {
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
}
ul.image-listing li {
  padding-top: 20px;
  margin-bottom: 5px;
  border-top: 1px solid #d9d9d8;
}
ul.image-listing li:first-child {
  border-top: none;
}
ul.image-listing h2 {
  font-size: 1.2em;
  margin: 0;
}
ul.image-listing p {
  margin: 0;
}
ul.event-year-menu {
  float: left;
  width: 100%;
  margin: 10px 0 20px 0;
  padding: 0;
  list-style: none;
}
ul.event-year-menu li {
  float: left;
  padding: 0 10px;
  font-size: 1.2em;
  font-weight: bold;
  border-left: 1px solid #bfbfbf;
}
ul.event-year-menu li.on a {
  color: #bfbfbf;
}
ul.event-year-menu li:first-child {
  padding-left: 0;
  border-left: none;
}
.news-list ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.news-list ul li {
  float: left;
  width: 100%;
  padding: 5px 0;
  margin-bottom: 10px;
  border-top: 1px dotted #bfbfbf;
  list-style: none;
}
.news-list ul li:first-child {
  border-top: none;
}
.news-list ul li span.news-list-date {
  float: left;
  width: 10%;
  height: 10%;
  margin-right: 2%;
  background: url(../images/event_date_bg.png) top center no-repeat;
}
.news-list ul li span.news-list-date span.news-list-month {
  float: left;
  width: 100%;
  color: #6db7ee;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
}
.news-list ul li span.news-list-date span.news-list-day {
  float: left;
  width: 100%;
  padding-bottom: 5px;
  color: #3d3d3d;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
}
.news-list ul li span.news-list-title {
  float: left;
  width: 88%;
  font-size: 14px;
  font-weight: bold;
  color: #7c7c7c;
}
.faq-item {
  padding-bottom: 20px;
}
.faq-item .faq-question {
  font-weight: 700;
  color: #1e6aa1;
}
.faq-item .faq-question:hover {
  cursor: pointer;
}
#photo-gallery,
#video-gallery {
  float: left;
  width: 100%;
}
#photo-gallery .photo-gallery-item,
#video-gallery .video-gallery-item {
  float: left;
  width: 22%;
  margin-bottom: 10px;
  padding: 0 1.5%;
  text-align: center;
}
ul.nominees {
  float: left;
  width: 100%;
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
ul.nominees li {
  float: left;
  width: 12.5%;
  height: 80px;
  overflow: hidden;
}
ul.nominees li img {
  float: left;
  width: 100%;
}
ul.inductees {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #a5a5a5;
  list-style: none;
}
ul.inductees li {
  float: left;
  width: 20%;
  text-align: center;
}
ul.inductees li img {
  float: left;
  width: 100%;
}
ul.inductees li span {
  font-weight: bold;
  font-size: 0.9em;
  float: left;
  width: 90%;
  padding: 5%;
}
.bio {
  float: left;
  width: 100%;
  clear: both;
  margin: 10px 0;
  padding: 10px 0;
  border-top: 1px solid #a5a5a5;
}
.bio img {
  float: right;
  padding: 0 0 10px 10px;
}
/*==============================================================================
================================================================================
Navigation Elements
================================================================================
==============================================================================*/
#pre-nav .nav {
  background: white;
}
#pre-nav .nav ul {
  padding: 5px 10px;
}
#pre-nav .nav.left ul li a {
  padding: 0 5px;
  line-height: 30px;
}
#pre-nav .nav.right ul li a {
  padding: 0;
}
#main-nav {
  overflow: visible;
}
#main-nav .row {
  height: 90px;
  margin-bottom: 40px;
  background: url(../images/asphault.png) repeat #1d1d1d;
}
#main-nav #logo {
  float: left;
  height: 90px;
  margin-bottom: 40px;
  overflow: visible;
}
#main-nav #logo a {
  display: block;
  position: relative;
  margin-top: -40px;
}
#main-nav .nav {
  background: none;
}
#main-nav .nav ul li {
  width: 25%;
}
#main-nav .nav ul li a {
  display: block;
  padding: 25px 15px;
  font-family: "vinyl", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  transition: background-color 200ms ease-out 0ms;
  -webkit-transition: background-color 200ms ease-out 0ms;
  -moz-transition: background-color 200ms ease-out 0ms;
  -o-transition: background-color 200ms ease-out 0ms;
  -ms-transition: background-color 200ms ease-out 0ms;
}
#main-nav .nav ul li a.active {
  background-image: url(../images/main_nav_pointer.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}
#main-nav .nav ul li a:hover {
  background-color: #1e6aa1;
}
ul.sub {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.sub li {
  font-family: "dejarip", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1em;
  border-top: 1px solid #d8d8d8;
}
ul.sub li:first-child {
  border-top: none;
}
ul.sub li a {
  display: block;
  padding: 8px 0;
  color: #6c6c6c;
  text-shadow: 1px 1px 1px #fff;
}
ul.sub li a.active {
  color: #1e6aa1;
  text-shadow: 1px 1px 1px #f1f1f1;
}
ul.sub li ul {
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
}
ul.sub li ul li {
  font-family: "dejarip", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1em;
  border-top: 1px solid #d8d8d8;
}
ul.sub li a:hover,
ul.sub li a:active {
  color: #1e6aa1;
}
ul.sub li a.active:hover,
ul.sub li a.active:active {
  color: #1e6aa1;
}
#footer ul.globals {
  float: left;
  width: 11%;
  margin: 0;
  padding: 0 1.5% 0 0;
  font-size: 0.7em;
}
#footer ul.globals li {
  list-style: none;
}
#footer ul.globals li a {
  color: #7c7c7c;
}
#footer ul.globals li.label {
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.2em;
  margin-bottom: 10px;
  list-style: none;
}
/*==============================================================================
================================================================================
Forms and Buttons
================================================================================
==============================================================================*/
.btn {
  display: inline-block;
  padding: 3px 10px;
  margin-bottom: 4px;
  font-size: 1em;
  font-weight: 400;
  color: #6c6c6c;
  text-shadow: 1px 1px 1px #ebebeb;
  line-height: 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #808080;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  box-shadow: 0px 1px 3px black;
  -webkit-box-shadow: 0px 1px 3px black;
  -moz-box-shadow: 0px 1px 3px black;
  filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=0px, OffY=1px, Color='@color', Positive='true');
  background: #eeeeee;
  /* Old browsers */
  background-image: -moz-linear-gradient(top, #eeeeee 0%, #bfbfbf 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #bfbfbf));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #eeeeee 0%, #bfbfbf 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, #eeeeee 0%, #bfbfbf 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, #eeeeee 0%, #bfbfbf 100%);
  /* IE10+ */
  background-image: linear-gradient(to bottom, #eeeeee 0%, #bfbfbf 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#bfbfbf', GradientType=0);
  /* IE6-9 */
  behavior: url(/css/hinge/pie/PIE.htc);
}
.btn:hover {
  color: #1e6aa1;
}
.btn.learn-btn {
  padding: 3px 30px 3px 10px;
  background: #eeeeee;
  /* Old browsers */
  background-image: url(../images/btn_arrow.png);
  background-image: url(../images/btn_arrow.png), -moz-linear-gradient(top, #eeeeee 0%, #bfbfbf 100%);
  /* FF3.6+ */
  background-image: url(../images/btn_arrow.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #bfbfbf));
  /* Chrome,Safari4+ */
  background-image: url(../images/btn_arrow.png), -webkit-linear-gradient(top, #eeeeee 0%, #bfbfbf 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: url(../images/btn_arrow.png), -o-linear-gradient(top, #eeeeee 0%, #bfbfbf 100%);
  /* Opera 11.10+ */
  background-image: url(../images/btn_arrow.png), -ms-linear-gradient(top, #eeeeee 0%, #bfbfbf 100%);
  /* IE10+ */
  background-image: url(../images/btn_arrow.png), linear-gradient(to bottom, #eeeeee 0%, #bfbfbf 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#bfbfbf', GradientType=0);
  /* IE6-9 */
  background-position: right center;
  background-repeat: no-repeat;
  behavior: url(/css/hinge/pie/PIE.htc);
}
.btn.large {
  font-size: 1.2em;
  line-height: 30px;
  padding: 5px 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
/*-- Form Scaffold --*/
.form-scaffold {
  float: left;
  width: 100%;
}
.form-scaffold form {
  float: none;
  overflow: hidden;
  width: auto;
  margin: 0 auto;
}
.form-scaffold fieldset,
.form-scaffold fieldset dl.form-fields {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.form-scaffold fieldset dl.form-fields dt,
.form-scaffold fieldset dl.form-fields dd {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
}
.form-scaffold fieldset dl.form-fields dt {
  clear: left;
  text-align: right;
}
.form-scaffold fieldset dl.form-fields dt label {
  display: inline-block;
  font-size: 0.8em;
  font-weight: lighter;
  line-height: 26px;
}
.form-scaffold fieldset dl.form-fields dd {
  min-width: 65%;
}
.form-scaffold fieldset dl.form-fields dd input[type="text"],
.form-scaffold fieldset dl.form-fields dd input[type="email"],
.form-scaffold fieldset dl.form-fields dd input[type="password"],
.form-scaffold fieldset dl.form-fields dd input[type="tel"] {
  float: left;
  height: 16px;
  padding: 5px;
  font-size: 1em;
  line-height: 16px;
  background: #bfbfbf;
  border: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: inset 1px 1px 2px black;
  -webkit-box-shadow: inset 1px 1px 2px black;
  -moz-box-shadow: inset 1px 1px 2px black;
  transition: all 250ms ease-out 0ms;
  -webkit-transition: all 250ms ease-out 0ms;
  -moz-transition: all 250ms ease-out 0ms;
  -o-transition: all 250ms ease-out 0ms;
  -ms-transition: all 250ms ease-out 0ms;
}
.form-scaffold fieldset dl.form-fields dd input[type='text']:focus,
.form-scaffold fieldset dl.form-fields dd input[type='email']:focus,
.form-scaffold fieldset dl.form-fields dd input[type='password']:focus,
.form-scaffold fieldset dl.form-fields dd input[type='tel']:focus {
  color: #1d1d1d;
  background: white;
  outline: none;
}
.form-scaffold fieldset dl.form-fields dd input[type='submit'],
.form-scaffold fieldset dl.form-fields dd button[type='submit'] {
  display: inline-block;
  padding: 5px 15px;
  font-size: 0.8em;
  line-height: 16px;
  color: #fff;
  border: none;
  background: #1e6aa1;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
/*-- Inline Stacked Form Scaffold --*/
.form-scaffold fieldset dl.form-fields.inline-stack dt {
  width: auto;
  min-width: 35%;
}
.form-scaffold fieldset dl.form-fields.inline-stack dt label {
  padding-right: 5px;
}
.form-scaffold fieldset dl.form-fields.inline-stack dd {
  width: auto;
}
/*-- Inline Form Scaffold --*/
.form-scaffold fieldset dl.form-fields.inline dt,
.form-scaffold fieldset dl.form-fields.inline dd {
  padding-left: 5px;
}
.form-scaffold fieldset dl.form-fields.inline dt.hidden-fields {
  width: 0;
  margin: 0;
  padding: 0;
}
.form-scaffold fieldset dl.form-fields.inline dt {
  clear: none;
  width: auto;
  text-align: right;
}
.form-scaffold fieldset dl.form-fields.inline dt:first-child {
  padding-left: 0;
}
.form-scaffold fieldset dl.form-fields.inline dd {
  width: auto;
}
/*-- Form Validation --*/
.val-inline-error {
  float: left;
  margin: 0;
  padding: 0 0 0 2px;
  list-style: none;
  line-height: 26px;
  color: #eb4e43;
}
.form-scaffold .val-success {
  display: inline-block;
  line-height: 26px;
  padding-left: 5px;
  font-style: italic;
  color: #3ba735;
}
.form-scaffold .val-fail {
  display: inline-block;
  line-height: 26px;
  padding-left: 5px;
  font-size: 0.8em;
  font-style: italic;
  color: #eb4e43;
}
.form-scaffold .val-indicator {
  display: inline-block;
  line-height: 26px;
  padding-left: 5px;
  font-size: 0.8em;
  font-style: italic;
}
/*-- Search Box --*/
.search-box {
  position: relative;
  left: 50%;
  width: 462px;
  height: 48px;
  margin-left: -231px;
}
.search-box form,
.search-box fieldset {
  float: left;
  width: 462px;
  height: 48px;
}
.search-box fieldset {
  width: 462px;
  height: 48px;
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #000000 0%, #4d4d4d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #4d4d4d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #000000 0%, #4d4d4d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #000000 0%, #4d4d4d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #000000 0%, #4d4d4d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #000000 0%, #4d4d4d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#4d4d4d', GradientType=0);
  /* IE6-8 */
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.search-box fieldset input[type='text'] {
  display: block;
  width: 438px;
  height: 35px;
  margin: 2px;
  /* Displays gradient of containing fieldset to give an embossed look */
  padding: 5px 10px;
  line-height: 36px;
  font-family: "dejarip", Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #1d1d1d !important;
  text-shadow: 1px 1px 1px black;
  background: black;
  border: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: inset 0px 0px 5px black;
  -webkit-box-shadow: inset 0px 0px 5px black;
  -moz-box-shadow: inset 0px 0px 5px black;
  transition: all 250ms ease-out 0ms;
  -webkit-transition: all 250ms ease-out 0ms;
  -moz-transition: all 250ms ease-out 0ms;
  -o-transition: all 250ms ease-out 0ms;
  -ms-transition: all 250ms ease-out 0ms;
}
.search-box fieldset input[type='text']:focus,
.search-box fieldset input[type='text']:active {
  color: #fff !important;
  background: #3d3d3d;
  outline: none;
}
.search-box fieldset input[type='submit'] {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  background: url(/images/search-box-icon.png) center transparent;
  border: none;
  text-indent: -4000px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.columns#contact-form form {
  display: block;
  width: 100%;
  float: left;
  clear: both;
}
.columns#contact-form form .content input,
.columns#contact-form form .content select,
.columns#contact-form form .content textarea {
  width: 100%;
  margin: 0;
  padding: 5px;
  border: none;
  background: #f1f1f1;
  border: 1px solid #a5a5a5;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  behavior: url("/css/hinge/pie/PIE.htc");
}
.columns#contact-form form .content input[type="submit"] {
  height: auto;
}
/*==============================================================================
================================================================================
Utility Elements
================================================================================
==============================================================================*/
.slider {
  position: relative;
  float: left;
  width: 100%;
  background: #1d1d1d;
  overflow: hidden;
  box-shadow: inset 0px 0px 10px black;
  -webkit-box-shadow: inset 0px 0px 10px black;
  -moz-box-shadow: inset 0px 0px 10px black;
}
.slider a.prev,
.slider a.next {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
}
.slider a.prev {
  left: 20px;
  background: url(/images/slider_prev.png) center no-repeat transparent;
}
.slider a.next {
  right: 20px;
  background: url(/images/slider_next.png) center no-repeat transparent;
}
.slider .slide {
  position: absolute;
  display: block;
  top: 0;
  left: 100%;
  width: 100%;
  opacity: 0;
  overflow: visible;
  border: 0;
  outline: 0;
}
.slider .slide:first-child {
  left: 0;
  opacity: 1;
}
.slider .slide img {
  display: block;
  width: 100%;
  border: none;
  outline: none;
}
.modal {
  position: absolute;
  display: none;
  width: 500px;
  background: #fff;
  padding: 20px 20px 40px 20px;
  box-shadow: 2px 2px 10px #505050;
  -webkit-box-shadow: 2px 2px 10px #505050;
  -moz-box-shadow: 2px 2px 10px #505050;
  filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=2px, OffY=2px, Color='@color', Positive='true');
  z-index: 999;
}
.modal img,
.modal object,
.modal embed {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}
.modal .modal-close {
  cursor: pointer;
  position: absolute;
  display: block;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #dd2221;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.modal .modal-next,
.modal .modal-prev {
  display: block;
  cursor: pointer;
  position: absolute;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 13px;
  color: #fff;
  background: #62a1dd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.modal .modal-next {
  bottom: 10px;
  right: 20px;
}
.modal .modal-prev {
  bottom: 10px;
  left: 20px;
}
.mini-calendar {
  position: relative;
  float: left;
  width: 100%;
}
.mini-calendar .prev-month-btn,
.mini-calendar .next-month-btn {
  position: absolute;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  behavior: url("/css/hinge/pie/PIE.htc");
}
.mini-calendar .prev-month-btn {
  left: 5px;
  top: 5px;
  background: url(../images/calendar_prev.png) center no-repeat #122056;
  background-size: 50% 50%;
}
.mini-calendar .next-month-btn {
  right: 5px;
  top: 5px;
  background: url(../images/calendar_next.png) center no-repeat #122056;
  background-size: 50% 50%;
}
.mini-calendar .loading-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.mini-calendar .event-screen {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: url(/images/calendar_white_screen.png) repeat transparent;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  behavior: url("/css/hinge/pie/PIE.htc");
}
.mini-calendar .event-screen .event-title {
  font-size: 1.2em;
  font-weight: bold;
  color: #2d2d2d;
  margin: 0 0 3px 0;
}
.mini-calendar .event-screen .event-date {
  font-size: 0.9em;
  margin-bottom: 5px;
}
.mini-calendar .event-screen .event-close {
  cursor: pointer;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #f92d19;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  behavior: url("/css/hinge/pie/PIE.htc");
}
.mini-calendar .month-table {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: #fff;
}
.mini-calendar .month-table .month-caption {
  font-size: 15px;
  color: white;
  color: #6ba9dd;
  background: #1e6aa1;
  line-height: 20px;
  padding: 5px;
}
.mini-calendar .month-table .month-thead {
  color: #7c7c7c;
  background: #bfbfbf;
}
.mini-calendar .month-table .month-thead .month-thead-th {
  font-size: 10px;
  line-height: 10px;
  padding: 5px;
}
.mini-calendar .month-table .month-tbody {
  background: white;
}
.mini-calendar .month-table .month-tbody .week-tr {
  vertical-align: middle;
}
.mini-calendar .month-table .month-tbody .week-tr .day-td {
  position: relative;
  margin: 0;
  padding: 0;
  vertical-align: top;
  background: #fff;
  border-left: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
}
.mini-calendar .month-table .month-tbody .week-tr:first-child .day-td {
  border-top: none;
}
.mini-calendar .month-table .month-tbody .week-tr .day-td:first-child {
  border-left: none;
}
.mini-calendar .month-table .month-tbody .week-tr .day-td.empty {
  background: #ebebeb;
}
.mini-calendar .month-table .month-tbody .week-tr .day-td .day-content {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  min-height: 35px;
  overflow: hidden;
  behavior: url("/css/hinge/pie/PIE.htc");
}
.mini-calendar .month-table .month-tbody .week-tr .day-td .day-content .day-span {
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: .7em;
  line-height: 1em;
}
.mini-calendar .month-table .month-tbody .week-tr .day-td .day-content.busy {
  border: 1px solid #57eaf9;
  background: #e9f1f9;
  cursor: pointer;
}
.mini-calendar .month-table .month-tbody .week-tr .day-td .day-content.busy .day-span {
  color: #47c1ce;
}
.mini-calendar .month-table .month-tbody .week-tr .day-td .day-content.today {
  border: 1px solid #a7ff51;
  background: #f0ffda;
}
.mini-calendar .month-table .month-tbody .week-tr .day-td .day-content.today .day-span {
  color: #7ebd3f;
}
/*==============================================================================
================================================================================
Responsive Elements
================================================================================
==============================================================================*/
/*-- Large Desktop --*/
/*-- Small Desktop --*/
/*-- Small Desktop to Landscape Tablet --*/
@media (min-width: 768px) and (max-width: 979px) {
  .featured .offer h4 {
    font-size: 1.1em;
    margin: 0;
  }
}
/*-- Landscape Handheld to Portrait Tablet --*/
/*-- Portrait Handheld and smaller --*/
/*-- donation --*/
.noshow {
  display: none;
}
.is501c3 {
  width: 100%;
}
.is501c3 input[type=radio] {
  display: inline;
  width: auto !important;
}
