meta.foundation-version {
  font-family: "/5.5.2/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html,
body {
  font-size: 100%;
}

body {
  background: black;
  color: white;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #ff3333;
  border-color: #f50000;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #f50000;
}
button:hover, button:focus, .button:hover, .button:focus {
  color: #FFFFFF;
}
button.secondary, .button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #b9b9b9;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333;
}
button.success, .button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #368a55;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #FFFFFF;
}
button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #FFFFFF;
}
button.warning, .button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #cf6e0e;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: #FFFFFF;
}
button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #FFFFFF;
}
button.large, .button.large {
  padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
  font-size: 1.25rem;
}
button.small, .button.small {
  padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
  font-size: 0.8125rem;
}
button.tiny, .button.tiny {
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-size: 0.6875rem;
}
button.expand, .button.expand {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}
button.radius, .button.radius {
  border-radius: 3px;
}
button.round, .button.round {
  border-radius: 1000px;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #ff3333;
  border-color: #f50000;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #f50000;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #FFFFFF;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #ff3333;
}
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #b9b9b9;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #333333;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e7e7e7;
}
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #368a55;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #FFFFFF;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #43AC6A;
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cf2a0e;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #FFFFFF;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f04124;
}
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #cf6e0e;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  color: #FFFFFF;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #f08a24;
}
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #61b6d9;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  color: #FFFFFF;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #a0d3e8;
}

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

@media only screen and (min-width: 40.0625em) {
  button, .button {
    display: inline-block;
  }
}
a {
  outline: 0;
}

/**************************************************************/
/**************************************************************/
/*
nav.top-bar {
text-align:center;
}
section.top-bar-section {
display: inline-block;
}
*/
.COL-no_pad-no_mrgn {
  padding: 0 !important;
  margin: 0 !important;
}

/**************************************************************/
#home-nav ul {
  display: table;
  margin: 0 auto;
}

#home-nav ul li {
  display: table-cell;
}

/**************************************************************/
.headline-link {
  text-decoration: underline;
}

.uline {
  text-decoration: underline;
}

.button-red {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #ff3333;
  border-color: #f50000;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
  border-radius: 18px;
  padding: 0.75rem;
}
.button-red:hover, .button-red:focus {
  background-color: #f50000;
}
.button-red:hover, .button-red:focus {
  color: #FFFFFF;
}

.H-link {
  text-decoration: underline;
  background-color: #e6e6e6;
  padding: 0.2em;
  border: 1px solid red;
}

.button-red {
  color: gray;
  background-color: black;
}

.button-red:hover, .button-red:focus {
  color: red;
  background-color: black;
}

/**************************************************************/
.panel-rounded {
  border-radius: 15px;
  border: 1px solid red;
}
.panel-rounded a {
  color: #b30000;
}
.panel-rounded a:hover {
  color: red;
}
.panel-rounded .calendar-date {
  font-size: 0.8125rem;
}

/**************************************************************/
a.calendar-link {
  display: block !important;
  position: relative !important;
  top: -50px !important;
  margin-left: -5000em !important;
}

/**************************************************************/
h1, h2, h3, h4, h5, h6 {
  color: #ff6666;
}

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  color: #660000;
}

/**************************************************************/
.SOCIAL-30 ul li:nth-child(1), .SOCIAL-60 ul li:nth-child(1) {
  margin-left: 0 !important;
}

.SOCIAL-60 ul {
  line-height: 3.75rem;
  display: table;
  margin: 0 auto;
}

.SOCIAL-60 ul li {
  display: table-cell;
}

.facebook-60, .instagram-60, .email-60, .reverbnation-60, .twitter-60 {
  display: inline-block;
  background: url("/images/social/60x60/60-sprite.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}

.facebook-60:hover {
  width: 60px;
  height: 60px;
  background-position: 0px -210px;
}

.facebook-60 {
  width: 60px;
  height: 60px;
  background-position: 0px -350px;
}

.instagram-60:hover {
  width: 60px;
  height: 60px;
  background-position: 0px -420px;
}

.instagram-60 {
  width: 60px;
  height: 60px;
  background-position: 0px -490px;
}

.email-60:hover {
  width: 60px;
  height: 60px;
  background-position: 0px 0px;
}

.email-60 {
  width: 60px;
  height: 60px;
  background-position: 0px -140px;
}

.twitter-60:hover {
  width: 60px;
  height: 60px;
  background-position: 0px -70px;
}

.twitter-60 {
  width: 60px;
  height: 60px;
  background-position: 0px -280px;
}

.reverbnation-60:hover {
  width: 60px;
  height: 60px;
  background-position: 0px -560px;
}

.reverbnation-60 {
  width: 60px;
  height: 60px;
  background-position: 0px -630px;
}

.SOCIAL-30 ul {
  line-height: 1.875rem;
  display: table;
  margin: 0 auto;
}

.SOCIAL-30 ul li {
  display: table-cell;
}

.facebook-30, .instagram-30, .email-30, .reverbnation-30, .twitter-30:hover {
  display: inline-block;
  background: url("/images/social/30x30/30-sprite.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}

.facebook-30:hover {
  width: 30px;
  height: 30px;
  background-position: 0px -120px;
}

.facebook-30 {
  width: 30px;
  height: 30px;
  background-position: 0px -200px;
}

.instagram-30:hover {
  width: 30px;
  height: 30px;
  background-position: 0px -240px;
}

.instagram-30 {
  width: 30px;
  height: 30px;
  background-position: 0px -280px;
}

.email-30:hover {
  width: 30px;
  height: 30px;
  background-position: 0px 0px;
}

.email-30 {
  width: 30px;
  height: 30px;
  background-position: 0px -80px;
}

.twitter-30:hover {
  width: 30px;
  height: 30px;
  background-position: 0px -40px;
}

.twitter-30 {
  width: 30px;
  height: 30px;
  background-position: 0px -160px;
}

.reverbnation-30:hover {
  width: 30px;
  height: 30px;
  background-position: 0px -320px;
}

.reverbnation-30 {
  width: 30px;
  height: 30px;
  background-position: 0px -360px;
}

/**************************************************************/
#footer hr, #copyright hr {
  border: 0;
  height: 1px;
  color: #b30000;
  background-color: #b30000;
  width: 50%;
  margin-left: 25%;
}

.copyright {
  font-size: 0.75rem;
}

.li-dark {
  color: #4d4d4d;
}

/**************************************************************/
.panel-hr {
  border: 0;
  height: 1px;
  color: #b30000;
  background-color: #b30000;
  width: 50%;
  margin-left: 25%;
}

/**************************************************************/
.photos-h2-container {
  height: 5rem !important;
}

/**************************************************************/
/**************************************************************/
/**************************************************************/
/***** Fix Block Grid and Clearing Compatibility *****/
[class*="block-grid-"] li {
  margin-right: 0 !important;
}

.clearing-blackout li {
  clear: inherit !important;
}

/**************************************************************/
.reveal-modal {
  color: black;
}

#frontPageModal, #nextDate {
  background-color: black !important;
  color: white !important;
}

.cal-rule {
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
}

/**************************************************************/
.portrait-slider div, .landscape-slider div {
  background-color: #f2f2f2 !important;
}

/**************************************************************/
.custom-hrzntl-tab {
  border: 1px solid red;
  background-color: #EFEFEF;
  text-align: center;
}
.custom-hrzntl-tab li {
  margin-bottom: 0px !important;
}
.custom-hrzntl-tab .tab-title a:active {
  text-decoration: underline !important;
}

.custom-hrzntl-tab .tabs {
  display: inline-block !important;
}

/*
.custom-hrzntl-tab {
.tab-title > a { background-color: white !important; }
	li {
	background-color: white !important;
	color: lighten(#333333, 15%) !important;
	}
	li .active { color: #333333 !important; }
}
*/
.store-med-up-nav ul {
  list-style-type: none !important;
  text-align: center !important;
}
.store-med-up-nav li {
  padding-left: 0.25em;
  padding-right: 0.25em;
  display: inline-block !important;
  margin-right: 2.5em;
}
.store-med-up-nav li:last-child {
  margin-right: 0em !important;
}

/**************************************************************/
