/* z-index: map-get($zindex, z-index-#); */
/* For use if no auto-prefixer is being used */
/*@mixin translateY($translate) {
	transform: translateY($translate);
	-webkit-transform: translateY($translate);
	-moz-transform: translateY($translate);
}

@mixin translateX($translate){
	transform: translateX($translate);
	-webkit-transform: translateX($translate);
	-moz-transform: translateX($translate);
}

@mixin translate($x, $y){
	transform: translate($x, $y);
	-webkit-transform: translate($x, $y);
	-moz-transform: translate($x, $y);
}*/
/*@mixin transition($time, $property: all, $easing: ease-in) {
    transition: $property $time $easing;
    -webkit-transition: $property $time $easing;
    -moz-transition: $property $time $easing; 
    -o-transition: $property $time $easing; 
}*/
/***************** LAYTOUT *****************/
.footer-promotions, .footer-bottom, .l-container, #mainContent, .l-header {
  padding: 1.250em;
}

.mobile_menu-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.mobile_header-calendar, .mobile_header-menu {
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

.mobile_cal .placeholder_text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/** widgets **/
/** common styles **/
.main_nav-back:focus, .main_nav-deep_back:focus, .main_nav-link:focus, .main_nav-drop_link:focus, .main_nav-deep_link:focus, .main_nav-drop_button:focus, .main_nav-deep_button:focus, .site_search-textbox:focus, .mobile_header-calendar:focus, .mobile_header-menu:focus, .mobile_menu-close:focus, .search_results-search_button:focus {
  outline: none;
}

.main_nav-back, .main_nav-deep_back {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  cursor: pointer;
}

.main_nav-link, .main_nav-drop_link, .main_nav-deep_link, .main_nav-back, .main_nav-deep_back, .main_nav-drop_button, .main_nav-deep_button {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.callout-2col_text > * {
  padding: 0;
  margin: 0;
  border: none;
}

.footer-bottom, .event-pg--details, .event-pg--sub, .event-pg-performer, .pager-nav, .pager-nav_back, .pager-nav_forward, .promo, .event-list--block {
  white-space: nowrap;
}
.footer-bottom > *, .event-pg--details > *, .event-pg--sub > *, .event-pg-performer > *, .pager-nav > *, .pager-nav_back > *, .pager-nav_forward > *, .promo > *, .event-list--block > * {
  white-space: normal;
  vertical-align: top;
  display: inline-block;
}

.l-container, #mainContent, .landing, .landing-archive, .wide .landing-archive_article, .pager, .callout-4col, .callout-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.home-callout-container > div {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 1em;
}

.home-sidebar_block > div {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 1em;
  margin: 2em 0;
}
.home-sidebar_block > div:last-child {
  border-bottom: none;
}

/***************** CONTENT *****************/
.home-sidebar_item {
  list-style-type: none;
}

.callout-2col_text {
  margin: 0;
  font-size: 1em;
}

/***************** COMPONENTS *****************/
.owl-prev, .owl-next {
  background: url("../../assets/images/icons/carousel_arrows.png") no-repeat;
  width: 36px;
  height: 36px;
  z-index: 10;
  color: transparent;
  top: 50%;
  margin-top: -18px;
}

.event-pg .date-icon, .event-list--date {
  width: 4.5em;
  height: 4.3em;
  border-radius: 4.5em;
  background: #c50000;
  display: block;
  text-align: center;
  color: #fff;
  padding: 1em 1.5em;
  overflow: visible;
}

/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html, body {
  height: 100%;
  font-size: 100%;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

@font-face {
  font-family: 'Univers57Condensed';
  src: url("/assets/fonts/univers/univers-condensed-webfont.eot");
  src: url("/assets/fonts/univers/univers-condensed-webfont.eot#iefix") format("embedded-opentype"), url("/assets/fonts/univers/univers-condensed-webfont.svg#webfontl7rnZoQR") format("svg"), url("/assets/fonts/univers/univers-condensed-webfont.woff") format("woff"), url("/assets/fonts/univers/univers-condensed-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Univers47LightCondensed';
  src: url("/assets/fonts/univers/univers-condensedlight-webfont.eot");
  src: url("/assets/fonts/univers/univers-condensedlight-webfont.eot#iefix") format("embedded-opentype"), url("/assets/fonts/univers/univers-condensedlight-webfont.svg#webfontuOnsdn7k") format("svg"), url("/assets/fonts/univers/univers-condensedlight-webfont.woff") format("woff"), url("/assets/fonts/univers/univers-condensedlight-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
meta.foundation-version {
  font-family: "/5.4.7/";
}
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:$small-media-query-size)/";
  width: 640px;
}
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:$medium-media-query-size)/";
  width: 1025px;
}
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:$large-media-query-size)/";
  width: 1280px;
}
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:$x-large-media-query-size)/";
  width: 1600px;
}
meta.foundation-data-attribute-namespace {
  font-family: false;
}

body {
  font-weight: normal;
  font-style: normal;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

.row {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1200px;
}
.row .column:first-child, .row .columns:first-child {
  padding-left: 0;
}
.row .column:last-child, .row .columns:last-child {
  padding-right: 0;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  content: " ";
  display: table;
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
.row .row:before {
  content: " ";
  display: table;
}
.row .row:after {
  content: " ";
  display: table;
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
.row .row.collapse:before {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  content: " ";
  display: table;
  clear: both;
}

.column, .columns {
  padding-left: 1.25em;
  padding-right: 1.25em;
  width: 100%;
  float: left;
}

[class*="column"] + [class*="column"]:last-child {
  float: right;
}
[class*="column"] + [class*="column"].end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column, .columns {
    position: relative;
    padding-left: 0.8335em;
    padding-right: 0.8335em;
    float: left;
  }

  .small-1 {
    width: 8.33333%;
  }

  .small-2 {
    width: 16.66667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.33333%;
  }

  .small-5 {
    width: 41.66667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.33333%;
  }

  .small-8 {
    width: 66.66667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.33333%;
  }

  .small-11 {
    width: 91.66667%;
  }

  .small-12 {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .small-offset-0 {
    margin-left: 0% !important;
  }

  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

  .small-offset-3 {
    margin-left: 25% !important;
  }

  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

  .small-offset-6 {
    margin-left: 50% !important;
  }

  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

  .small-offset-9 {
    margin-left: 75% !important;
  }

  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.small-centered, .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.small-uncentered, .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.small-centered:last-child, .columns.small-centered:last-child {
    float: none;
  }

  .column.small-uncentered:last-child, .columns.small-uncentered:last-child {
    float: left;
  }

  .column.small-uncentered.opposite, .columns.small-uncentered.opposite {
    float: right;
  }
}
@media only screen and (min-width: 1026px) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column, .columns {
    position: relative;
    padding-left: 0.8335em;
    padding-right: 0.8335em;
    float: left;
  }

  .medium-1 {
    width: 8.33333%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-12 {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .medium-offset-0 {
    margin-left: 0% !important;
  }

  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  .medium-offset-3 {
    margin-left: 25% !important;
  }

  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  .medium-offset-6 {
    margin-left: 50% !important;
  }

  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  .medium-offset-9 {
    margin-left: 75% !important;
  }

  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.medium-centered, .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.medium-uncentered, .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.medium-centered:last-child, .columns.medium-centered:last-child {
    float: none;
  }

  .column.medium-uncentered:last-child, .columns.medium-uncentered:last-child {
    float: left;
  }

  .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
    float: right;
  }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 1026px) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column, .columns {
    position: relative;
    padding-left: 1.25em;
    padding-right: 1.25em;
    float: left;
  }

  .large-1 {
    width: 8.33333%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .no-preview {
    display: none;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-12 {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .large-offset-0 {
    margin-left: 0% !important;
  }

  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  .large-offset-3 {
    margin-left: 25% !important;
  }

  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  .large-offset-6 {
    margin-left: 50% !important;
  }

  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  .large-offset-9 {
    margin-left: 75% !important;
  }

  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.large-centered, .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.large-uncentered, .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.large-centered:last-child, .columns.large-centered:last-child {
    float: none;
  }

  .column.large-uncentered:last-child, .columns.large-uncentered:last-child {
    float: left;
  }

  .column.large-uncentered.opposite, .columns.large-uncentered.opposite {
    float: right;
  }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateY(-120%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideIn {
  from {
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes load1 {
  0%, 80%, 100% {
    height: 10px;
    box-shadow: 0 0 #ffffff;
  }
  40% {
    height: 15px;
    box-shadow: 0 -6px #ffffff;
  }
}
@keyframes load1 {
  0%, 80%, 100% {
    height: 10px;
    box-shadow: 0 0 #ffffff;
  }
  40% {
    height: 15px;
    box-shadow: 0 -6px #ffffff;
  }
}
@-webkit-keyframes fade-in {
  0%, 80%, 100% {
    height: 10px;
    box-shadow: 0 0 #ffffff;
  }
  40% {
    height: 15px;
    box-shadow: 0 -6px #ffffff;
  }
}
.col-gutter-bottom {
  margin-bottom: 1.667em;
}

.ng-cloak {
  display: none !important;
}

.l-footer {
  background: #070707;
}

.footer-promotions {
  background: #e1e1e1;
}
.footer-bottom {
  text-align: left;
  margin: 0;
}
.footer-sub-top > *, .footer-info > * {
  font-size: 1em;
}
.footer-nav > *, .footer-info > * {
  color: #999;
  padding-right: 0.85em;
  margin-right: 0.85em;
}
.footer-nav > *:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}
.footer-nav a {
  color: #999;
  font-size: 1em;
}
.footer-info > * {
  font-size: 1em;
  text-decoration: none;
}
.footer-social {
  padding: 0;
  overflow: hidden;
}
.footer-social p {
  color: #999;
}
.footer-social > a {
  margin: 0 0 0.85em 0.85em;
}
.footer-social > a.social-fb-md {
  margin-left: 0;
}

h1, h2, h3, h4 {
  font-size: 100%;
  font-weight: 400;
  color: #313131;
}

h1 {
  font-size: 2em;
  color: #313131;
  text-transform: uppercase;
  line-height: 1;
  width: 100%;
  margin-top: 15px;
  font-family: "Univers57Condensed", Arial, Helvetica, sans-serif;
}

h2 {
  font-size: 2em;
  line-height: 1.2em;
  color: #666;
  margin: 0 0 1.25em;
  padding: 1.1em 0 1.1em;
  text-transform: uppercase;
  border-bottom: 1px solid #cccccc;
  font-family: "Univers57Condensed", Arial, Helvetica, sans-serif;
}
h2.page_subhead {
  text-transform: none;
}

h3 {
  text-transform: uppercase;
}
h3.page_title, .checkout h3 {
  font-weight: 700;
  color: #585858;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.8em;
  line-height: 1;
}

h4 {
  text-transform: uppercase;
  font-weight: bold;
  color: #666;
}

p, li, a, div, h5, h6 {
  color: #666;
}

p, li, a, div {
  font-size: 1em;
  line-height: 1.4em;
  font-family: Arial, Helvetica, sans-serif;
}

p {
  margin-bottom: 0.85em;
}

a {
  color: #660000;
  text-decoration: underline;
  outline: none;
  word-wrap: break-word;
  -webkit-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
a:hover {
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  color: #c50000;
}

.touch a:hover {
  -webkit-transition: none;
  transition: none;
}

.rich-text h3 {
  text-transform: uppercase;
  font-weight: 700;
  color: #585858;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.8em;
  line-height: 1;
}
.rich-text ol {
  list-style-type: decimal;
}
.rich-text ul {
  list-style-type: disc;
}
.rich-text ol, .rich-text ul {
  margin: 0 0 .85em .85em;
  padding-left: 4px;
}
.rich-text ol li + li, .rich-text ul li + li {
  padding-top: .85em;
}

.error {
  color: #c50000;
  font-weight: bold;
  font-size: 1.1em;
  font-family: "Univers57Condensed", Arial, Helvetica, sans-serif;
}
.error p {
  color: #c50000;
  font-family: "Univers57Condensed", Arial, Helvetica, sans-serif;
}

body {
  background: #000;
  background: #000 url("../../assets/images/page_background.gif") repeat-x;
  color: #666;
  font-size: 82%;
  line-height: normal;
  font-family: Arial, Helvetica, sans-serif;
}
body.disable_scroll {
  overflow: hidden;
}

.l-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  background-color: #fff;
  position: relative;
}
.l-container, #mainContent {
  -webkit-box-flex: 1;
  -webkit-flex: 1 100%;
      -ms-flex: 1 100%;
          flex: 1 100%;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding-top: 0;
}
.l-header {
  padding-bottom: 0;
  display: table;
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 20;
}
.l-header:before {
  content: url("../../img/cso-main-bg.jpg");
  position: absolute;
  top: 0;
  left: -79px;
}
.l-hero {
  position: relative;
  width: 100%;
  margin-top: .4166em;
  margin-bottom: 2em;
  box-shadow: 0 0 4px #bbb;
}
.l-hero:before {
  /*content: '';
  position: absolute;
  bottom: -1em;
  left: -0.666em;
  z-index:map-get($zindex, z-index-1);
  background: url('../../assets/images/hero-slant.png') no-repeat;
  width: calc( 100% + 0.866em );
  border-bottom: 0.666em solid $light;
  border-left: 0.766em solid $light;
  @include responsive-bg-image(929,33);*/
}
.l-main {
  width: 100%;
}
.l-main_left {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.l-main_right {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.l-sidebar {
  width: 100%;
}
.l-sidebar_left {
  padding-right: 2em;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.l-sidebar_right {
  padding-left: 2em;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

.mainContentFull {
  width: 100%;
}

.main_nav {
  float: left;
  margin-top: 1.5em;
}
.main_nav-list {
  display: table;
}
.main_nav-item {
  float: left;
  margin-right: 0.9em;
  position: relative;
  display: table;
  z-index: 1;
}
.main_nav-item:last-child {
  margin-right: 0;
}
.main_nav-link {
  font-family: "Univers57Condensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.25em;
  color: #313131;
  text-decoration: none;
  padding-bottom: 1.25em;
}
.main_nav-drop_list {
  display: none;
  position: absolute;
  border: 1px solid #c50000;
  border-top-width: 2px;
  padding: 0 0.59em;
  background-color: white;
  margin-top: 0.85em;
  min-width: 15.3em;
}
.main_nav-drop_list:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #c50000;
  position: absolute;
  top: -7px;
  left: 5px;
}
.main_nav-drop_item {
  padding: 0.583em 0;
  margin-bottom: 0;
  border-bottom: 1px solid #cccccc;
}
.main_nav-drop_item:last-child {
  border-bottom: none;
}
.main_nav-drop_link, .main_nav-deep_link {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #313131;
  font-size: 11px;
}
.main_nav-deep_list {
  display: table;
  padding: 0 0 0 0.833em;
}
.main_nav-deep_item {
  margin-bottom: 0;
}
.main_nav-deep_link {
  font-size: 0.833em;
}
.main_nav-mobile_only {
  display: none;
}
.main_nav-back, .main_nav-deep_back {
  color: #c50000;
  text-align: left;
}
.main_nav-back:active, .main_nav-deep_back:active {
  opacity: 0.4;
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.main_nav-drop_button, .main_nav-deep_button {
  display: none;
  height: 2.833em;
  color: #c50000;
  font-size: 1.333em;
  font-weight: bold;
  width: 20%;
  text-align: center;
  line-height: 2.083em;
  cursor: pointer;
  float: right;
  margin-top: 1px;
  background-color: #fff;
  outline: 0;
  border: 2px solid #c50000;
}
.main_nav-drop_button:active, .main_nav-deep_button:active {
  opacity: 0.4;
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

@media (min-width: 1025px) {
  .main_nav-item:hover .main_nav-drop_list {
    display: block;
  }
  .main_nav-deep_link:hover, .main_nav-drop_link:hover, .main_nav-deep_link:hover, .main_nav-link:hover {
    color: #c50000;
  }
}

@media (max-width: 1025px) {
  .main_nav-drop_link, .main_nav-deep_link,
  .main_nav-link {
    font-family: "Univers57Condensed", Arial, Helvetica, sans-serif !important;
  }
}
.quick_nav {
  display: table;
  float: right;
}
.quick_nav-list {
  display: table;
}
.quick_nav-item {
  float: left;
  margin-right: 0.833em;
  position: relative;
  display: table;
}
.quick_nav-item:last-child {
  margin-right: 0;
}
.quick_nav-link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.250em;
  color: #313131;
  -webkit-transition: color 0.305s ease-out;
  transition: color 0.305s ease-out;
}

.no-touch .quick_nav-link:hover {
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
  color: #c50000;
}

.site_title {
  display: table;
  position: absolute;
  background-color: white;
}
.site_title-link {
  text-decoration: none;
}
.site_title-mobile_only {
  display: none;
}

.site_search {
  float: right;
  margin-top: 1.1em;
  clear: both;
}
.site_search-label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 2.783em;
  color: #313131;
  text-decoration: none;
}
.site_search-textbox {
  max-width: 115px;
}

.mobile_header-calendar, .mobile_header-menu {
  font-family: "Univers57Condensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  cursor: pointer;
  border: none;
  text-decoration: none;
}

.mobile_header {
  display: none;
  background-color: #070707;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 3.333em;
  z-index: 200;
}
.mobile_header-calendar {
  background-image: url("../img/icon-calendar.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 1.25em;
  padding-left: 1.6em;
  left: 1.250em;
}
.mobile_header-menu {
  background-image: url("../img/icon-hamburger.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.25em;
  padding-left: 1.6em;
  right: 1.250em;
}

.no-touch .mobile_header-calendar:hover, .no-touch .mobile_header-menu:hover {
  color: #c50000;
}

.mobile_menu-overlay {
  display: none;
  z-index: 10;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mobile_menu-close {
  position: absolute;
  top: 0.833em;
  right: 87%;
  display: none;
  z-index: 20;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  font-weight: bold;
  background-color: transparent;
  font-size: 1.333em;
  color: white;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: translateX(1.667em);
  transform: translateX(1.667em);
  -moz-transition: opacity 0.35s ease-out 0.1s, -moz-transform 0.35s ease-out 0.1s;
  -o-transition: opacity 0.35s ease-out 0.1s, -o-transform 0.35s ease-out 0.1s;
  -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
  -webkit-transition-delay: 0.1s, 0.1s;
  -webkit-transition: opacity 0.35s ease-out 0.1s, -webkit-transform 0.35s ease-out 0.1s;
  transition: opacity 0.35s ease-out 0.1s, -webkit-transform 0.35s ease-out 0.1s;
  transition: opacity 0.35s ease-out 0.1s, transform 0.35s ease-out 0.1s;
  transition: opacity 0.35s ease-out 0.1s, transform 0.35s ease-out 0.1s, -webkit-transform 0.35s ease-out 0.1s;
}

.mobile_cal {
  height: 16.667em;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #ccc;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  display: none;
}
.mobile_cal.enabled {
  -webkit-transform: translateY(3.333em);
  transform: translateY(3.333em);
}

.subnav a.active:after, .no-touch .subnav-primary_link:hover:after, .no-touch .subnav-secondary_link:hover:after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  right: 0;
  height: 0.250em;
  background-color: #c50000;
}

.subnav {
  width: 100%;
  clear: both;
}
.subnav .subnav-primary,
.subnav .subnav-secondary {
  display: block;
}
.subnav li {
  margin: 0;
  display: inline-block;
}
.subnav a {
  text-transform: uppercase;
  font-family: "Univers57Condensed", Arial, Helvetica, sans-serif;
  padding: 1.083em 0.833em 0.917em;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.subnav a.active {
  color: white;
}
.subnav-primary {
  background-color: #000;
}
.subnav-primary_link {
  font-size: 0.917em;
  line-height: 0.917em;
  color: #cccccc;
}
.subnav-secondary {
  background-color: #cccccc;
}
.subnav-secondary_link {
  font-size: 0.833em;
  line-height: 0.833em;
  color: #000;
}
.subnav-secondary_link.active:after {
  background-color: #000 !important;
}

.no-touch .subnav-primary_link:hover {
  -webkit-transition: color 0s;
  transition: color 0s;
  color: white;
}
.no-touch .subnav-secondary_link:hover {
  -webkit-transition: color 0s;
  transition: color 0s;
  color: white;
}
.no-touch .subnav-secondary_link:hover:after {
  background-color: #000;
}

.firefox .subnav a.active:after,
.firefox .subnav a:hover:after {
  bottom: 0;
}

label {
  color: #313131;
}

input[type='checkbox'] + label {
  cursor: pointer;
}

input[type='submit'] {
  vertical-align: text-bottom;
  cursor: pointer;
}

.form-block {
  display: block;
  margin: .5em 0;
}
.form-inline {
  display: inline;
  padding: 0.22em 0.22em 0.22em 0;
}

.MailSignup {
  max-width: 50%;
  width: auto;
  margin: 0 auto;
}
.MailSignup > * {
  font-family: Arial, Helvetica, sans-serif;
}
.MailSignup--name {
  font-weight: bold;
  font-size: 1.1em;
}
.MailSignup--link {
  font-size: 0.833em;
}
.MailSignup label {
  font-size: 0.91666em;
}
.MailSignup label.MailSignup--name {
  font-size: 1em;
}
.MailSignup h5 {
  width: 100%;
  background: #eeeeee;
  padding: 0.4em;
  margin-bottom: 1.1em;
  color: #313131;
}
.MailSignup .row {
  margin: 0.6em 0;
}
.MailSignup .center {
  text-align: center;
}
.MailSignup .wide {
  min-width: 22em;
}

.xform label {
  display: block;
  font-weight: 700;
}
.xform input[type='text'],
.xform textarea {
  box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.09) inset;
  border: 1px solid #cccccc;
  min-width: 200px;
  padding: 0.3em;
}
.xform textarea {
  width: 100%;
}
.xform div {
  width: 40%;
  padding: 0.8em 0.4em;
  display: inline-block;
  vertical-align: top;
}
.xform div > * {
  margin-left: 0.66em;
}
.xform .row {
  display: block;
  width: 100%;
}
.xform .highlight {
  background: #eeeeee;
}

.media-container {
  position: relative;
  padding-bottom: 51.5%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.media-container iframe,
.media-container object,
.media-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.no-list, .wysiwyg ul.no-list, .wysiwyg-two_column ul.no-list {
  list-style-type: none;
  padding: 0;
}
.no-list > *, .wysiwyg ul.no-list > *, .wysiwyg-two_column ul.no-list > * {
  margin: 0;
}

.left-txt {
  text-align: left;
}

.right-txt {
  text-align: right;
}

.nav-icon_list {
  background: url("../../assets/images/icons/nav-icon--list.jpg") no-repeat;
}
.nav-icon_single {
  background: url("../../assets/images/icons/nav-icon--single.jpg") no-repeat;
}
.nav-icon_grid {
  background: url("../../assets/images/icons/nav-icon--grid.jpg") no-repeat;
}
.nav-icon_list, .nav-icon_single, .nav-icon_grid {
  display: block;
  width: 13px;
  height: 15px;
  text-decoration: none;
}
.nav-icon_list:hover, .nav-icon_single:hover, .nav-icon_grid:hover {
  opacity: .5;
}

.home-sidebar_item li {
  margin-bottom: 0;
}

.home-callout-container > div {
  margin: 2em 0;
}
.home-callout-container > div:first-child {
  margin: 0;
}
.home-callout-container > div:last-child {
  border: none;
}
.home-callout-container > div p:last-child {
  margin-bottom: 0;
}
.home-callout-container > div .media-container + p:last-child {
  padding-bottom: 1em;
}

.search_results-search {
  background-color: #666;
  padding: 0.8em 1em;
  width: 100%;
  margin-bottom: 2em;
}
.search_results-search_input {
  border: 1px solid black;
  padding: 0.5em;
  margin-right: 0.5em;
  width: 27em;
}
.search_results-search_button {
  background-color: #c50000;
  border: none;
  color: white;
  text-transform: uppercase;
  padding: 0.3em 0.5em;
  cursor: pointer;
  font-size: 1.2em;
}
.search_results-details_header {
  font-size: 1.7em;
  margin: 0 0 1em;
  padding: 0 0 0.7em;
}
.search_results-result {
  margin-bottom: 1.7em;
}
.search_results-result_title {
  font-size: 1.17em;
  margin-bottom: 0.3em;
}
.search_results-result_copy {
  font-size: 1em;
  margin-bottom: 0.3em;
}
.search_results-result_read_more {
  font-size: 1em;
}

.landing {
  /*&-sidebar{
    @include flex-basis(33.33333%);
    height:50.000em;
    display:inline-block;
  }
  
  &-content{
    @include flex-basis(65.9%);
    padding-left:2%;
    min-height:50.000em;
    display:inline-block;
  }  */
}
.landing-archive {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.landing-archive_article {
  -webkit-flex-basis: 47%;
  flex-basis: 47%;
  -ms-flex-preferred-size: 47%;
  width: 47%;
  margin-bottom: 2.083em;
}
.landing-archive_figure {
  margin-bottom: 0.833em;
}
.landing-archive_img {
  width: 100%;
  height: auto;
}
.landing-archive_header {
  font-family: "Univers57Condensed", Arial, Helvetica, sans-serif;
  font-size: 1.250em;
  letter-spacing: 0.042em;
  margin-bottom: 0.417em;
  text-shadow: 0 0 1px rgba(33, 33, 33, 0.4);
  color: #313131;
}
.landing-archive_copy {
  margin-bottom: 1.667em;
  color: #313131;
  font-size: 1em;
  line-height: 1.250em;
}
.landing-archive_more {
  margin-bottom: 0;
  color: #313131;
  font-size: 1em;
  line-height: 1.250em;
}

.wide .landing-archive_article {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.wide .landing-archive_article .landing-archive_figure {
  -webkit-flex-basis: 38%;
  flex-basis: 38%;
  -ms-flex-preferred-size: 38%;
  width: 38%;
}
.wide .landing-archive_article .landing-archive_img {
  position: relative;
}
.wide .landing-archive_article .landing-archive_content {
  -webkit-flex-basis: 58%;
  flex-basis: 58%;
  -ms-flex-preferred-size: 58%;
  width: 58%;
}

.page_title, .checkout h3 {
  padding: 0.85em 0 0.45em 0;
  font-family: "Univers57Condensed", Arial, Helvetica, sans-serif;
}

#mainContent {
  padding-left: 0em;
  padding-right: 0em;
}

.event-pg--hero .icon--left {
  background: url("../../assets/images/icons/scroller_right-left.png") no-repeat scroll -52px 0;
  display: block;
  width: 52px;
  height: 54px;
  margin-top: -27px;
  top: 50%;
  left: 0;
  position: absolute;
}
.event-pg--hero .icon--right {
  background: url("../../assets/images/icons/scroller_right-left.png") no-repeat scroll 0 0;
  display: block;
  width: 52px;
  height: 54px;
  margin-top: -27px;
  top: 50%;
  right: 0;
  position: absolute;
}
.event-pg--title {
  font-size: 1.444em;
}
.event-pg--details {
  margin: 1em 0;
}
.event-pg--details:before {
  content: " ";
  display: table;
}
.event-pg--details:after {
  content: " ";
  display: table;
  clear: both;
}
.event-pg--details * {
  padding: 0;
  margin: 0;
}
.event-pg--sub > * {
  padding-right: 2em;
}
.event-pg--sub > *:nth-child(2) {
  padding-right: 0;
}
.event-pg--readmore {
  border: 1px solid #cccccc;
  padding: 0.66em;
  margin: 1em 0 2em 0;
  box-shadow: 0px 0px 10px rgba(150, 150, 150, 0.8);
}
.event-pg--readmore_text {
  position: relative;
}
.event-pg--readmore_text > * {
  margin: 0 0 0 4.5em;
}
.event-pg--readmore_text :before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url("../../assets/images/icons/icon--readmore.png") no-repeat;
  width: 44px;
  height: 44px;
  display: block;
}
.event-pg-performer {
  border-bottom: 1px solid #cccccc;
}
.event-pg-performer:last-child {
  border: none;
}
.event-pg-performer img {
  margin-right: 1em;
}
.event-pg-performer > * {
  padding: 1em 0;
}
.event-pg .date-icon {
  vertical-align: middle;
  margin-right: 1em;
  float: left;
}
.event-pg .date-icon a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
}
.event-pg .date-icon--wrapper {
  margin-bottom: 0.85em;
}
.event-pg .date-icon--wrapper:before {
  content: " ";
  display: table;
}
.event-pg .date-icon--wrapper:after {
  content: " ";
  display: table;
  clear: both;
}

.event-pg--nav {
  width: 100%;
  display: block;
  background: #000;
  padding: 0 0.88em 1em 0.88em;
  margin-bottom: 1em;
}
.event-pg--nav .subnav-primary {
  width: 49%;
}
.event-pg--nav .event-pg--nav_filter {
  display: inline-block;
  width: 50%;
  text-align: right;
}
.event-pg--nav .event-pg--nav_filter > * {
  color: #fff;
  display: inline;
  text-align: right;
  margin: 0 .22em;
}
.event-pg--nav .event-pg--nav_filter a {
  margin-top: 0.4em;
  padding: 0;
}
.event-pg--nav .event-pg--nav_search {
  margin-top: 0.667em;
  display: block;
  width: 100%;
}
.event-pg--nav .event-pg--nav_search > div {
  display: inline-block;
  vertical-align: middle;
}
.event-pg--nav .event-pg--nav_search > div select {
  padding: 7px 2px;
}
.event-pg--nav .event-pg--nav_search > div .primary-button, .event-pg--nav .event-pg--nav_search > div input[type='submit'], .event-pg--nav .event-pg--nav_search > div .btn-subscription-detail, .event-pg--nav .event-pg--nav_search > div .selectNewSectionContainer.subsNewSectionContainer .updateButton a, .selectNewSectionContainer.subsNewSectionContainer .updateButton .event-pg--nav .event-pg--nav_search > div a, .event-pg--nav .event-pg--nav_search > div .upcoming--performances .wrapping--button, .upcoming--performances .event-pg--nav .event-pg--nav_search > div .wrapping--button, .event-pg--nav .event-pg--nav_search > div .event-item .reserve--button, .event-item .event-pg--nav .event-pg--nav_search > div .reserve--button, .event-pg--nav .event-pg--nav_search > div .syos-change-level .syos-change-level-inner .syos-button, .syos-change-level .syos-change-level-inner .event-pg--nav .event-pg--nav_search > div .syos-button, .event-pg--nav .event-pg--nav_search > div .syos-seat-popup-view .syos-popup-priceTable .syos-button, .syos-seat-popup-view .syos-popup-priceTable .event-pg--nav .event-pg--nav_search > div .syos-button, .event-pg--nav .event-pg--nav_search > div .syos-toggle-view a, .syos-toggle-view .event-pg--nav .event-pg--nav_search > div a, .event-pg--nav .event-pg--nav_search > div .syos-cart-wrapper .syos-button, .syos-cart-wrapper .event-pg--nav .event-pg--nav_search > div .syos-button, .event-pg--nav .event-pg--nav_search > div .reserve-toggle label, .reserve-toggle .event-pg--nav .event-pg--nav_search > div label, .event-pg--nav .event-pg--nav_search > div .disabled-button {
  margin-top: -1px;
  padding-top: .6em;
}
.event-pg--nav .subnav-primary,
.event-pg--nav ul.subnav-primary,
.event-pg--nav .subnav-primary li {
  display: inline-block;
}

.login-panel {
  max-width: 70%;
}
.login-panel_label {
  width: 20%;
  color: #000;
  text-align: center;
}
.login-panel_content {
  width: 79%;
}
.login-panel label {
  text-transform: uppercase;
  color: #666;
}
.login-panel input {
  min-width: 20em;
  border: 1px solid #999;
}
.login-panel_label, .login-panel_content {
  vertical-align: top;
  display: inline-block;
  margin-bottom: 1em;
}
.login-panel label,
.login-panel input {
  display: block;
  padding: 0.222em 0;
}

h1.account-header {
  padding: 0.85em 0 0.45em 1.5em;
  position: relative;
}
h1.account-header:before {
  content: '';
  display: block;
  top: 0.66em;
  left: 0;
  width: 31px;
  height: 27px;
  position: absolute;
  background: url("../../assets/images/icons/icon--account-settings.gif") no-repeat;
}

.btn-subscription-detail {
  margin: .25%;
  width: 48%;
  margin-bottom: 15px;
}

#subscriptionBuilder {
  width: 100%;
}

.subscription-package-display {
  margin-bottom: 20px;
}
.subscription-package-display .flexBtnContainer {
  display: none;
}
.subscription-package-display .miniCart {
  display: none;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px dotted #cccccc;
}
.subscription-package-display .miniCart h1 {
  margin-top: 0;
  padding-bottom: 20px;
}
.subscription-package-display .miniCart .remove {
  position: absolute;
  right: 20px;
  top: 0;
}
.subscription-package-display .miniCart .headerTr {
  visibility: hidden;
}
.subscription-package-display .miniCart table {
  width: 100%;
}
.subscription-package-display .miniCart .packageInfo h1 {
  padding-left: 20px;
}
.subscription-package-display .miniCart .packagePerformances {
  border: 1px solid #cccccc;
  padding: 20px;
}
.subscription-package-display .miniCart .performanceRow > li + li {
  margin-top: 5px;
}
.subscription-selected h1 {
  margin-top: 0;
  padding-bottom: 20px;
  padding-left: 20px;
}
.subscription-selected .miniCart {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px dotted #cccccc;
}
.subscription-selected .miniCart .remove {
  position: absolute;
  right: 20px;
  top: 0;
}
.subscription-selected .miniCart .headerTr {
  visibility: hidden;
}
.subscription-selected .miniCart table {
  width: 100%;
}
.subscription-selected .miniCart .packageInfo h1 {
  padding-left: 20px;
}
.subscription-selected .miniCart .packagePerformances {
  border: 1px solid #cccccc;
  padding: 20px;
}
.subscription-selected .miniCart .performanceRow > li + li {
  margin-top: 5px;
}
.subscription-filters {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #cccccc;
}
.subscription-filters h4 {
  margin-bottom: 10px;
}
.subscription-filters div.filter + div.filter {
  margin-top: 20px;
}
.subscription-filters div.filter ul > li + li {
  margin-top: 5px;
}
.subscription-quantity {
  margin-bottom: 20px;
}
.subscription-package {
  padding: 20px;
  border: 1px solid #cccccc;
  margin-bottom: 20px;
  position: relative;
}
.subscription-package h1 {
  margin-top: 0;
  margin-bottom: 15px;
  padding-right: 200px;
}
.subscription-package .selectPackageContainer {
  position: absolute;
  top: 20px;
  right: 20px;
}
.subscription-package .performanceRow > li + li {
  margin-top: 5px;
}
.subscription-seat-select .sectionContainer {
  padding: 20px;
  border: 1px solid #cccccc;
}
.subscription-seat-select .seatingMapContainer img {
  width: 100%;
}
.subscription-seat-list > li + li {
  margin-top: 10px;
}
.subscription-seat-list > li.soldOut {
  text-decoration: line-through;
}
.subscription-seat-list > li > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.subscription-seat-list > li > ul > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.subscription-seat-list > li > ul > li + li {
  padding-left: 2.5em;
}
.subscription-seat-list > li > ul > li.radio {
  position: relative;
}
.subscription-seat-list > li > ul > li.radio input {
  position: absolute;
}
.subscription-seat-list > li > ul > li.radio label {
  display: block;
  margin-left: 22px;
}
.subscription-seat-list > li > ul > li.prices {
  text-align: right;
}
.subscription-seat-list-headers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.subscription-seat-list-headers > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.subscription-seat-list-headers > li + li {
  padding-left: 2.5em;
}
.subscription-seat-list-headers > li.prices {
  text-align: right;
}
.subscription-seat-list-headers > li h4 {
  margin-bottom: 20px;
}
.subscription-seat-continue div.continueBtn {
  display: inline-block;
  width: calc(50% - (2.5em / 2));
}
.subscription-seat-continue div.continueBtn a {
  width: 100%;
}
.subscription-seat-continue div.continueBtn + div.continueBtn {
  margin-left: calc(2.5em - 4px);
}
.subscription-total {
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
  font-size: 1.5em;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  word-wrap: break-word;
  border: 0;
}
.subscription-error {
  margin-top: 20px;
  color: red;
}
.subscription-cart-item h3 {
  position: absolute;
  right: 15px;
}
.subscription-cart-item h3 p {
  display: none;
}
.subscription-cart-item h3 a {
  text-decoration: none;
  text-transform: lowercase;
  font-size: 1.4em;
}
.subscription-cart-item-details-header {
  width: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.subscription-cart-item-details-header > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.subscription-cart-item-details {
  width: 90%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.subscription-cart-item-details ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.subscription-cart-item-details ul > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.subscription-cart-item-details > li + li {
  margin-top: 5px;
}

.renewals-edit {
  margin-bottom: 40px;
}
.renewals-edit > div + div {
  margin-top: 20px;
  border-top: 1px solid #cccccc;
  padding-top: 20px;
}
.renewals-edit input[type=radio] {
  margin-top: 0;
}
.renewals-edit textarea {
  width: 400px;
  height: 100px;
}

@media (max-width: 1025px) {
  .subscription-seat-select .seatingMapContainer img {
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  .subscription-package h1 {
    padding-right: 0;
  }
  .subscription-package .selectPackageContainer {
    margin-top: 20px;
    position: static;
  }
  .subscription-package .selectPackageContainer a {
    width: 100%;
  }
  .subscription-package-display .miniCart .continueBtn a {
    width: 100%;
    margin-bottom: 20px;
  }
  .subscription-package-display .miniCart .remove {
    position: static;
    width: 100%;
    margin-top: 20px;
  }
  .subscription-seat-list-headers {
    display: none;
  }
  .subscription-seat-list > li + li {
    padding-top: 10px;
    border-top: 1px solid #cccccc;
  }
  .subscription-seat-list > li > ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .subscription-seat-list > li > ul > li + li {
    padding-left: 22px;
  }
  .subscription-seat-list > li > ul > li.radio {
    min-width: 100%;
    width: 100%;
  }
  .subscription-seat-list > li > ul > li.prices {
    text-align: left;
  }
  .subscription-seat-continue div.continueBtn {
    width: 100%;
  }
  .subscription-seat-continue div.continueBtn + div.continueBtn {
    margin-top: 10px;
    margin-left: 0;
  }
  .subscription-cart-item-details > li + li {
    margin-top: 10px;
  }
  .subscription-cart-item-details ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .subscription-cart-item-details ul > li {
    min-width: 100%;
    width: 100%;
  }
  .subscription-cart-item-details-header > li.date {
    display: none;
  }
}
.selectNewSectionContainer.subsNewSectionContainer {
  top: 15% !important;
  background-color: #fff;
  overflow: auto;
  height: 75%;
  padding: 20px;
}
.selectNewSectionContainer.subsNewSectionContainer .performancesError h3 {
  color: red;
  font-weight: bold;
  padding-bottom: 10px;
}
.selectNewSectionContainer.subsNewSectionContainer .packageCart .packageInfo {
  font-weight: bold;
  padding-bottom: 20px;
  font-size: 14px;
}
.selectNewSectionContainer.subsNewSectionContainer .theaterSectionList {
  padding: 20px 0;
}
.selectNewSectionContainer.subsNewSectionContainer .theaterSectionList label {
  vertical-align: middle;
}
.selectNewSectionContainer.subsNewSectionContainer .theaterSectionList small {
  font-size: 11px;
}

.orderSubTotal {
  margin-bottom: 20px;
}

.renewalOptions.renewalsNewSection {
  width: 50%;
}

.selectNewSectionContainer .subsModalInner {
  padding: 20px;
}

.login, .register, .myprofile, .checkout, .confirmation, .cart--control, .cart--donation, .giftCerts {
  display: inline-block;
  vertical-align: top;
}
.login label, .register label, .myprofile label, .checkout label, .confirmation label, .cart--control label, .cart--donation label, .giftCerts label {
  display: block;
  text-transform: uppercase;
  font-size: 0.8em;
  color: #666;
  margin-bottom: 3px;
  line-height: 1em;
}
.login .forgot-password, .register .forgot-password, .myprofile .forgot-password, .checkout .forgot-password, .confirmation .forgot-password, .cart--control .forgot-password, .cart--donation .forgot-password, .giftCerts .forgot-password {
  display: block;
}

.login .remember-me input,
.login .remember-me label {
  display: inline-block;
}
.login-user, .login-password {
  display: inline-block;
  margin-bottom: 10px;
}
.login-promo {
  display: block;
}
.login input[type='text'] {
  min-width: 14em;
}

.register-panel {
  width: 50%;
}

.register li {
  margin-bottom: 10px;
}
.register-left-column, .register-right-column {
  display: inline-block;
  vertical-align: top;
  padding-right: 6em;
}
.register-inline {
  display: inline-block;
}

@media (min-width: 1025px) {
  .myprofile {
    padding-top: 2em;
  }
}
.myprofile label {
  padding-top: 1em;
}
.myprofile--billing--address {
  padding-bottom: .5em;
  display: block;
}
.myprofile--contact--info .update-info {
  margin-top: 20px;
}
@media (min-width: 1025px) {
  .myprofile--contact--info, .myprofile--addresses, .myprofile--user--interests {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    min-width: 333px;
  }
}

.mailing-address {
  margin: 15px 0;
}
.mailing-address a {
  min-width: 13em;
}
.mailing-address a + a {
  margin-top: 10px;
}
.mailing-address-name {
  display: block;
}

.searchPage {
  width: 100%;
}
.searchPage h1 {
  margin-bottom: 10px;
}
.searchPage .search-box input[type='text'] {
  vertical-align: top;
  min-width: 20em;
}
.searchPage .search-box input[type='submit'] {
  min-width: 10em;
  height: 1.5em;
  padding: 0;
}
.searchPage .search-results li {
  margin-bottom: 15px;
}

@media (min-width: 1025px) {
  .upcoming--performances {
    padding-top: 2em;
  }
}
.upcoming--performances--event {
  padding-bottom: 2em;
}
.upcoming--performances--title {
  color: #666;
  font-weight: 700;
  font-size: 1.4em;
}
.upcoming--performances--image, .upcoming--performances--detail, .upcoming--performances--buttons {
  display: inline-block;
  vertical-align: top;
  padding-right: 2em;
  padding-top: .5em;
}
.upcoming--performances .wrapping--button {
  display: block;
  margin-bottom: .5em;
}

.checkout label {
  padding-top: 1em;
}
.checkout input[type="radio"] + label,
.checkout input[type="checkbox"] + label {
  display: inline-block;
}
.checkout .shipping-address-form {
  width: 80%;
}
.checkout .billing-validate {
  width: 80%;
}
.checkout .update-address input, .checkout .update-address select {
  width: 100%;
}
.checkout .update-address .field {
  display: block;
}
.checkout .updateButton {
  margin-top: 10px;
}
.checkout .giftCard .primary-button, .checkout .giftCard input[type='submit'], .checkout .giftCard .btn-subscription-detail, .checkout .giftCard .selectNewSectionContainer.subsNewSectionContainer .updateButton a, .selectNewSectionContainer.subsNewSectionContainer .updateButton .checkout .giftCard a, .checkout .giftCard .upcoming--performances .wrapping--button, .upcoming--performances .checkout .giftCard .wrapping--button, .checkout .giftCard .event-item .reserve--button, .event-item .checkout .giftCard .reserve--button, .checkout .giftCard .syos-change-level .syos-change-level-inner .syos-button, .syos-change-level .syos-change-level-inner .checkout .giftCard .syos-button, .checkout .giftCard .syos-seat-popup-view .syos-popup-priceTable .syos-button, .syos-seat-popup-view .syos-popup-priceTable .checkout .giftCard .syos-button, .checkout .giftCard .syos-toggle-view a, .syos-toggle-view .checkout .giftCard a, .checkout .giftCard .syos-cart-wrapper .syos-button, .syos-cart-wrapper .checkout .giftCard .syos-button, .checkout .giftCard .reserve-toggle label, .reserve-toggle .checkout .giftCard label, .checkout .giftCard .disabled-button {
  height: 1.5em;
  min-width: 7em;
  padding-top: 2px;
}
.checkout .expiration select:first-of-type {
  margin-right: 10px;
}
.checkout .expiration select {
  width: 46%;
}
.checkout .enter-promo .primary-button, .checkout .enter-promo input[type='submit'], .checkout .enter-promo .btn-subscription-detail, .checkout .enter-promo .selectNewSectionContainer.subsNewSectionContainer .updateButton a, .selectNewSectionContainer.subsNewSectionContainer .updateButton .checkout .enter-promo a, .checkout .enter-promo .upcoming--performances .wrapping--button, .upcoming--performances .checkout .enter-promo .wrapping--button, .checkout .enter-promo .event-item .reserve--button, .event-item .checkout .enter-promo .reserve--button, .checkout .enter-promo .syos-change-level .syos-change-level-inner .syos-button, .syos-change-level .syos-change-level-inner .checkout .enter-promo .syos-button, .checkout .enter-promo .syos-seat-popup-view .syos-popup-priceTable .syos-button, .syos-seat-popup-view .syos-popup-priceTable .checkout .enter-promo .syos-button, .checkout .enter-promo .syos-toggle-view a, .syos-toggle-view .checkout .enter-promo a, .checkout .enter-promo .syos-cart-wrapper .syos-button, .syos-cart-wrapper .checkout .enter-promo .syos-button, .checkout .enter-promo .reserve-toggle label, .reserve-toggle .checkout .enter-promo label, .checkout .enter-promo .disabled-button {
  height: 1.5em;
  min-width: 7em;
  padding-top: 2px;
}
.checkout .cvv {
  padding-left: 0;
}
.checkout .cvvBox {
  width: 60px !important;
}
.checkout .orderSubTotal {
  margin-top: 30px;
}
@media (min-width: 1025px) {
  .checkout--shippingInfo, .checkout--paymentInformation, .checkout--billingCommentsPromo {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    min-width: 333px;
    padding-right: 1em;
  }
  .checkout--creditCard {
    padding-top: 0.5em;
  }
}
.checkout--creditCard--details {
  width: 85%;
}
.checkout--creditCard--details label {
  width: 100%;
}
.checkout--creditCard--details label:last-of-type {
  width: 90%;
}
.checkout--creditCard--details input[type='text'], .checkout--creditCard--details select {
  width: 100%;
}

.bgOverlay {
  background: url(../../img/overlay.png);
}

.loadingContainer {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 110000;
}

.loadingSpinner {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -68px;
  z-index: 9999;
}

.loadingContainer .loadingMessage {
  min-width: 300px;
  max-width: 350px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 13px;
  margin-left: -175px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

@media (min-width: 1025px) {
  .confirmation {
    padding-top: 2em;
  }
}
.confirmation p {
  max-width: 742px;
}
.confirmation .address-name {
  font-weight: 700;
}
.confirmation .billing-address,
.confirmation .shipping-address,
.confirmation .order-comments,
.confirmation .next-steps {
  padding-top: 1em;
}
@media (min-width: 1025px) {
  .confirmation .billing-address,
  .confirmation .shipping-address,
  .confirmation .order-comments {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    min-width: 333px;
  }
}

.cart-page {
  width: 100%;
}

.cart--control {
  width: 100%;
}
@media (min-width: 1025px) {
  .cart--control {
    padding-top: 2em;
  }
}
.cart--control .purchaseHeader {
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 700;
}
.cart--control .cart--donation {
  width: 100%;
  background: #eeeeee;
  padding: 1em;
}
.cart--control .cart--donation p {
  max-width: 742px;
}
.cart--control .ax_paragraph {
  font-size: 1.5em;
  font-weight: 700;
}
.cart--control .ax_paragraph a {
  font-size: 0.8em;
  color: #c50000;
  font-weight: 400;
  text-decoration: none;
}
.cart--control .contribute--button {
  display: inline-block;
  padding-left: 1em;
}
.cart--control input,
.cart--control label {
  display: inline-block;
}

.cart--item {
  border: 1px solid #ccc;
  padding: 1em;
  margin-bottom: 1em;
  position: relative;
}
.cart--item--table {
  width: 100%;
}
.cart--item--table img {
  width: 100%;
}
.cart--item--title--h2 {
  font-size: 1.5em;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  border: 0;
}
.cart--item--title {
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 240px;
  word-wrap: break-word;
}
.cart--item--time {
  word-wrap: break-word;
}
.cart--item--delete, .cart--item--delete--h2 {
  text-align: right;
}
.cart--item--delete a, .cart--item--delete--h2 a {
  text-decoration: none;
  text-transform: lowercase;
  font-size: 1.4em;
}
.cart--item--delete--h2 {
  position: absolute;
  right: .5em;
  top: 0em;
}
.cart--item--delete--h2 a {
  text-decoration: none;
  text-transform: lowercase;
  font-size: 1em;
}
.cart--item--bold {
  font-weight: 700;
}
.cart--item--details {
  width: 90%;
}
.cart--item--details th {
  font-size: 12px;
  text-align: left;
}
.cart--item--details tr {
  margin-bottom: 5px !important;
  display: block;
}

.gift-title {
  padding-bottom: 15px;
}

.cyo-message {
  font-weight: bold;
}
.cyo-message p {
  color: #A82D31;
}

.contribution-amt {
  padding-left: 5px;
}

.cart-subtotal {
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
  text-align: right;
  font-size: 1.5em;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  word-wrap: break-word;
  border: 0;
}

.cart--totals {
  font-size: 2em;
  background: #eeeeee;
  padding: .5em;
  margin-top: 1em;
  margin-bottom: 1em;
}
.cart--totals label {
  display: inline-block;
  padding: 0;
  font-size: 0.7em;
}
.cart--totals span {
  font-size: 0.7em;
}
.cart--totals ul {
  list-style-position: inside;
}
.cart--totals .total {
  font-weight: 700;
}

@media (min-width: 1025px) {
  .cart--donation {
    padding-top: 2em;
  }
}
.cart--donation label {
  padding-top: 1em;
}

.giftCerts label {
  padding-top: 1em;
}
.giftCerts .cert-preview {
  margin-top: 7%;
  margin-right: 1%;
  display: none;
}
.giftCerts .cert-preview p {
  font-weight: 700;
  color: #585858;
}
.giftCerts .cert-preview img {
  width: 100%;
  height: auto;
}
@media (max-width: 800px) {
  .giftCerts .block {
    width: 100%;
  }
}
@media (min-width: 800px) {
  .giftCerts .block {
    min-width: 742px;
  }
}

.thumbnaselecteils {
  text-align: center;
}
.thumbnaselecteils .selected {
  border: 5px solid #c50000;
}

.giftCertificatePageFooter {
  margin-top: 25px;
}

@media (min-width: 1025px) {
  .donation {
    padding-top: 2em;
  }
}
.donation .fund--title {
  font-weight: 700;
}
.donation .fund--desc > p {
  margin-bottom: 0.25em;
}
.donation .fundLeftCol,
.donation .fundRightCol {
  display: inline-block;
}
.donation .fundRightCol {
  padding-bottom: 1em;
}

.paging-container {
  margin-bottom: 15px;
}

#MainContent_upList {
  width: 100%;
}

.event-item {
  border: 1px solid #cccccc;
  padding: 20px;
  margin-bottom: 15px;
}
.event-item img {
  width: 100%;
}
.event-item .reserve--button {
  width: 100%;
  font-size: 16px;
}

.event-content {
  margin-bottom: 10px;
}

.checkList {
  padding-top: 1em;
  padding-bottom: 1em;
}
.checkList input,
.checkList label {
  display: inline-block;
}

.new--credit--card > div {
  padding-top: .5em;
}
.new--credit--card > div .row > div {
  display: inline;
}

.card-line {
  margin-bottom: 10px;
}

.saved-card {
  vertical-align: top;
}

.remove-card {
  margin-left: 10px;
}

.add-card {
  margin-top: 10px;
}

.border-space {
  padding-bottom: 1em;
}

.whitespace--above {
  padding-top: 2em;
}

.border--whitespace--above {
  border-top: 1px solid #cccccc;
  margin-top: 2em;
  padding-top: 1em;
}

@media (max-width: 1025px) {
  .mobile--border--whitespace--above {
    border-top: 1px solid #cccccc;
    margin-top: 2em;
    padding-top: 1em;
  }
}
.rightRegister,
.leftCol,
.rightCol,
.cert-design-images {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
}

.leftCol {
  width: 30%;
  margin-right: 10px;
}

.rightCol {
  width: 65%;
}

.content--text {
  max-width: 742px;
}
.content--text p {
  margin: 0em;
}

.errorBox {
  padding-bottom: 2em;
}
.errorBox li,
.errorBox p {
  color: #c50000;
}

.errorMsg {
  color: #c50000;
}
.errorMsg li,
.errorMsg p {
  color: #c50000;
}

.input-error-star {
  color: #c50000;
  font-weight: 700;
  font-size: 2em;
}

.textbox--button {
  vertical-align: top;
}

.checkoutBtns {
  float: right;
  margin-top: 25px;
  margin-bottom: -5px;
}

* {
  pointer-events: fill;
}

.perf-unavailable ~ .promoMessage {
  display: none;
}

#syosOnPage {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
}
#syosOnPage:before {
  content: "";
  padding-bottom: 63%;
  display: inline-block;
}
#syosOnPage > div {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-left: -4px;
  overflow: hidden;
}

.syos-choose-level {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 20;
}

.syos-choose-level-inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
}
.syos-choose-level-inner:before {
  content: "";
  padding-bottom: 63%;
  display: inline-block;
}
.syos-choose-level-inner > div {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-left: -4px;
}
.syos-choose-level-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.syos-level-summary {
  display: none;
  position: relative;
  z-index: 10;
}

.level-display-text {
  position: absolute;
  opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.level-display-text.active {
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.syos-house-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.syos-house-overlay rect,
.syos-house-overlay path {
  cursor: pointer;
}

.syos-level-slider,
[data-bb-event=toggle-fullscreen],
.syos-toggle-view,
#move,
.syos-embedded-zoom-wrap {
  display: none;
}

.syos-status-view {
  display: none !important;
}

.syos-level-view-container-outer,
.syos-cart-wrapper,
.syos-legend {
  z-index: 1;
  position: relative;
}

.syos-canvas {
  height: auto !important;
}

#syosOnPage {
  max-width: none !important;
}

.syos-loading {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.syos-loading span {
  display: block;
}

.syos-circle-map {
  position: relative;
  padding-bottom: 60%;
}

canvas {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  cursor: move;
}

.syos-wrap {
  position: relative;
}

.syos-seat-tooltip-view {
  position: absolute;
  z-index: 50;
  width: 250px;
}

.syos-change-level {
  position: absolute;
  width: 100%;
  z-index: 10;
  height: 33px;
}
.syos-change-level .syos-change-level-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.syos-change-level .syos-change-level-inner h4 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#zoom {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  font-size: 2em;
  z-index: 10;
  width: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#zoom span {
  cursor: pointer;
}

.syos-legend {
  position: absolute;
  right: 100px;
  bottom: 0;
}
.syos-legend li span {
  border-radius: 50%;
  display: inline-block;
  width: 10px;
  height: 10px;
}
.syos-legend .syos-legend-Wheelchair img,
.syos-legend .syos-legend-CompanionSeat img {
  width: 10px;
}

.syos-cart-wrapper {
  position: absolute;
  bottom: 0;
  z-index: 10;
}
.syos-cart-wrapper .syos-button {
  cursor: pointer;
}

.syos-cart-body .syos-cart-remove {
  cursor: pointer;
}

.syos-seat-popup-view {
  position: absolute;
  padding-right: 20px;
  z-index: 100;
}
.syos-seat-popup-view .syos-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  text-align: right;
  width: 20px;
}
.syos-seat-popup-view .syos-popup-addToCart {
  cursor: pointer;
}
.syos-seat-popup-view .syos-popup-seatType img {
  width: 20px;
}

.syos-toggle-view {
  position: absolute;
  z-index: 10;
  top: 33px;
  right: 0;
}
.syos-toggle-view img {
  display: none;
}

.syos-seat-view-icon {
  position: absolute;
  cursor: pointer;
  z-index: 10;
}

.syos-modal {
  position: absolute;
  z-index: 20;
}
.syos-modal .syos-modal-header {
  clear: both;
}
.syos-modal .syos-button {
  float: right;
  cursor: pointer;
}
.syos-modal .syos-modal-content img {
  width: 100%;
}

.syos-reserve-dialog-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.6);
}
.syos-reserve-dialog-wrap .syos-reserve-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

#syosOnPage:after {
  content: url("/img/ring.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

.syos-choose-command {
  font-size: 1.4em;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 1.1em;
  padding-top: 1.1em;
  font-family: "Univers57Condensed", Arial, Helvetica, sans-serif;
}

.syos-level-summary .levelBox h2 {
  font-size: 1.8em;
  font-weight: bold;
}
.syos-level-summary .levelPriceSummary {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 2px;
}
.syos-level-summary .levelInfo {
  max-width: 300px;
}

.level-display-text {
  padding-left: 1.1em;
}

.syos-change-level .syos-change-level-inner h4 {
  font-size: 1.5em;
  font-family: "Univers57Condensed", Arial, Helvetica, sans-serif;
}
.syos-change-level .syos-change-level-inner span:first-child {
  display: none;
}

.syos-seat-tooltip-view {
  background-color: #fff;
  padding: 6px;
  border: 1px solid #ccc;
}

.syos-popover-left-text {
  font-weight: bold;
}

.syos-popover-right-desc {
  font-style: italic;
}

.syos-popup-closeButton {
  font-weight: bold;
}

.syos-seat-popup-view {
  background-color: #fff;
  padding: 15px;
  border: 1px solid #ccc;
}
.syos-seat-popup-view .syos-popup-title h2 {
  font-size: 1.4em;
}
.syos-seat-popup-view .syos-popup-priceTable {
  border-collapse: separate;
  border-spacing: 6px 10px;
  margin-left: -6px;
  width: 100%;
}
.syos-seat-popup-view .syos-popup-priceTable .syos-button {
  min-width: 0 !important;
}
.syos-seat-popup-view .syos-popup-priceTable .syos-button:hover {
  opacity: .7;
}

.syos-legend {
  padding: 15px;
  border: 1px solid #ccc;
  margin-right: 15px;
  background-color: #fff;
}

#zoom {
  padding: 15px;
  border: 1px solid #ccc;
  background-color: #fff;
}
#zoom:before {
  content: "Zoom";
  font-size: 60%;
  font-weight: bold;
  position: absolute;
  top: -30%;
  right: 29%;
}

.syos-cart-wrapper {
  background-color: #fff;
  padding: 15px;
  border: 1px solid #ccc;
}
.syos-cart-wrapper .syos-button {
  margin-bottom: 10px;
  width: 100%;
}
.syos-cart-wrapper .syos-button.disabled {
  cursor: default;
  background-color: #999;
}

.syos-cart-table {
  border-collapse: separate;
  border-spacing: 10px;
  margin-left: -10px;
}
.syos-cart-table .syos-cart-remove {
  font-weight: bold;
}
.syos-cart-table .syos-cart-seat-description {
  font-weight: bold;
}
.syos-cart-table .syos-price {
  font-style: italic;
}
.syos-cart-table img {
  width: 10px;
}

.syos-cart-footer {
  margin-top: 10px;
}
.syos-cart-footer .syos-total {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .01em;
  font-family: "Univers57Condensed", Arial, Helvetica, sans-serif;
  font-size: 1.2em;
}

.syos-modal .syos-modal-header {
  background-color: #fff;
}
.syos-modal .syos-modal-header .syos-button {
  font-weight: bold;
}

.syos-reserve-dialog {
  font-weight: bold;
}

.reserve-container {
  width: 100%;
}
.reserve-perf {
  margin: 20px 0;
}
.reserve-toggle {
  margin-bottom: 20px;
}
.reserve-toggle > div {
  display: inline-block;
}
.reserve-toggle input[type=radio] {
  display: none;
  /*&:not(:checked) + label {
      color: #1A1A1A;
      background-color: #C5C5C5;
  }*/
}
.reserve-toggle input[type=radio]:checked + label {
  cursor: default;
  background-color: #660000;
}
.reserve-toggle input[type=radio]:checked + label:hover {
  background-color: #660000;
}
.reserve-toggle label {
  cursor: pointer;
}
.reserve-bestavail-btn {
  position: relative;
}
.reserve-bestavail-loader {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
          animation: load1 1s infinite ease-in-out;
  width: 5px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 12px;
  display: inline-block;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-animation-delay: -0.16s;
  /* Chrome, Safari, Opera */
  animation-delay: -0.16s;
}
.reserve-bestavail-loader:before, .reserve-bestavail-loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
          animation: load1 1s infinite ease-in-out;
  width: 5px;
  height: 10px;
}
.reserve-bestavail-loader:before, .reserve-bestavail-loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.reserve-bestavail-loader:before {
  left: -8px;
  -webkit-animation-delay: -0.32s;
  /* Chrome, Safari, Opera */
  animation-delay: -0.32s;
}
.reserve-bestavail-loader:after {
  left: 8px;
}

.ba-table {
  border-collapse: separate;
  border-spacing: 20px 10px;
  margin-left: -20px;
}

.syosSubCopy {
  margin-top: 20px;
}

@media (max-width: 640px) {
  .reserve-toggle {
    display: none;
  }
}
.reserve-image {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  margin-right: 10px;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/** CUSTOM CSS USING OWL CAROUSEL **/
.carousel {
  position: relative;
  display: none;
    /*.item img {
        margin: 0;
        width: 100%;
        height: auto;
    }

    .item {
        margin: 0;
        width: 100%;
        height: auto;
    }*/
}
.carousel--block .item {
  margin: 0;
}
.carousel-homepage {
  margin-bottom: 1.5em;
}
.carousel-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.carousel-container:before {
  content: "";
  display: inline-block;
  padding-bottom: 35.6%;
}
.carousel-container .carousel {
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
  visibility: hidden;
  height: 0;
}
.carousel-container .carousel.owl-loaded {
  visibility: visible;
  height: auto;
}
.carousel-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
}

.ie10 .carousel-container:before {
  display: none;
}

/*** Override Owl Carousel plugin styles ***/
.owl-prev {
  background-position: 0 0;
  position: absolute;
  left: 0;
}
.owl-next {
  background-position: -36px 0;
  position: absolute;
  right: 0;
}
.owl-dots {
  display: block;
  position: absolute;
  right: .5em;
  bottom: 1em;
  z-index: 20;
}
.owl-dot {
  background: #cccccc;
  display: inline-block;
  height: .416em;
  margin: 0 .416em;
  width: 1.66em;
}
.owl-dot.active {
  background: #c50000;
}

.promo-item .owl-prev {
  background: url("../../assets/images/icons/promo_arrow_left.png") no-repeat;
  width: 25px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 55%;
}
.promo-item .owl-next {
  background: url("../../assets/images/icons/promo_arrow_right.png") no-repeat;
  width: 25px;
  height: 28px;
  position: absolute;
  right: 0;
  top: 55%;
}

.owl-loaded img {
  display: block;
}

.hero-image {
  width: 100%;
}

.pager-item.active:after, .no-touch .pager-item:hover:after {
  position: absolute;
  bottom: 1px;
  height: 3px;
  background-color: #c50000;
  width: 100%;
  left: 0;
}

.pager {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  text-align: center;
  background-color: #666;
}
.pager-item {
  position: relative;
  padding: 0.6em 0;
  margin: 0;
}
.pager-item.active:after {
  content: '';
}
.pager-link {
  font-size: 14px;
  padding: 0 0.5em;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-family: "Univers57Condensed", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.pager-link.disabled {
  color: #aaa !important;
  cursor: default;
}

.no-touch .pager-item:hover:after {
  content: '';
}
.no-touch .pager-item.disabled:hover:after {
  display: none;
}
.no-touch .pager-link:hover {
  color: white;
}

.primary-button, input[type='submit'], .btn-subscription-detail, .selectNewSectionContainer.subsNewSectionContainer .updateButton a, .upcoming--performances .wrapping--button, .event-item .reserve--button, .syos-change-level .syos-change-level-inner .syos-button, .syos-seat-popup-view .syos-popup-priceTable .syos-button, .syos-toggle-view a, .syos-cart-wrapper .syos-button, .reserve-toggle label, .disabled-button {
  background: #c50000;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.67);
  padding: .5em 1em;
  outline: none;
  border: none;
  min-width: 14em;
  height: 2.5em;
  display: inline-block;
  text-align: center;
  -webkit-transition: all, 1s, ease-in-out;
  transition: all, 1s, ease-in-out;
}
.primary-button:hover, input[type='submit']:hover, .btn-subscription-detail:hover, .selectNewSectionContainer.subsNewSectionContainer .updateButton a:hover, .upcoming--performances .wrapping--button:hover, .event-item .reserve--button:hover, .syos-change-level .syos-change-level-inner .syos-button:hover, .syos-seat-popup-view .syos-popup-priceTable .syos-button:hover, .syos-toggle-view a:hover, .syos-cart-wrapper .syos-button:hover, .reserve-toggle label:hover, .disabled-button:hover {
  -webkit-transition: background, 1s, rotate;
  transition: background, 1s, rotate;
  background: #313131;
  color: #fff;
}
.primary-button.disabled, input.disabled[type='submit'], .disabled.btn-subscription-detail, .selectNewSectionContainer.subsNewSectionContainer .updateButton a.disabled, .upcoming--performances .disabled.wrapping--button, .event-item .disabled.reserve--button, .syos-change-level .syos-change-level-inner .disabled.syos-button, .syos-seat-popup-view .syos-popup-priceTable .disabled.syos-button, .syos-toggle-view a.disabled, .syos-cart-wrapper .disabled.syos-button, .reserve-toggle label.disabled, .disabled.disabled-button, .primary-button:disabled, input[type='submit']:disabled, .btn-subscription-detail:disabled, .selectNewSectionContainer.subsNewSectionContainer .updateButton a:disabled, .upcoming--performances .wrapping--button:disabled, .event-item .reserve--button:disabled, .syos-change-level .syos-change-level-inner .syos-button:disabled, .syos-seat-popup-view .syos-popup-priceTable .syos-button:disabled, .syos-toggle-view a:disabled, .syos-cart-wrapper .syos-button:disabled, .reserve-toggle label:disabled, .disabled-button:disabled {
  pointer-events: none;
  background: #313131;
  color: #fff;
}

.disabled-button {
  background: #313131;
  color: #fff;
  pointer-events: none;
  cursor: default;
}

.secondary-button {
  font-weight: bold;
  color: #00367a;
  border: 1px solid #eeeeee;
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  padding: 0.566em 0.88em;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.0;
  border-radius: 0.33em;
  cursor: pointer;
  background: -webkit-linear-gradient(#eeeeee, #cccccc);
  background: linear-gradient(#eeeeee, #cccccc);
}
.secondary-button:hover {
  text-decoration: none;
  background: #cccccc;
}

.primary-submit, .xform input[type='submit'] {
  color: #FFFFFF;
  border-style: none;
  border-radius: 0.33em;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  padding: .66em 1.6em;
  background: -webkit-linear-gradient(#b81911, #890600);
  background: linear-gradient(#b81911, #890600);
}

.accordion {
  margin: 2em 0;
  box-shadow: 0px 0px 10px rgba(150, 150, 150, 0.8);
}
.accordion--header {
  position: relative;
  padding: .33em 3em;
  margin-bottom: .1em;
  background: #cccccc;
  color: #000;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}
.accordion--header:hover {
  text-decoration: underline;
}
.accordion--header:before {
  display: block;
  content: '';
  position: absolute;
  top: 0.44em;
  left: 1.44em;
  background: url("../../assets/images/icons/accordion_title_bullet.gif") no-repeat;
  width: 12px;
  height: 12px;
}
.accordion--content {
  padding: 2em 2em 3em;
}

/** -- jQuery UI classes **/
.ui-state-active {
  background: #c50000;
  color: #fff;
  text-decoration: none;
}
.ui-state-active:before {
  display: none;
}

.simpleModal {
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px 1px 5px;
  padding: .5em;
  background: #fff;
}
.simpleModal .email-retrieve {
  margin: 10px;
}
.simpleModal a {
  background: #c50000;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.67);
  padding: .5em 1em;
  outline: none;
  border: none;
  min-width: 14em;
  height: 2.5em;
  display: inline-block;
  text-align: center;
  -webkit-transition: all, 1s, ease-in-out;
  transition: all, 1s, ease-in-out;
}

body {
  counter-reset: calendar-grid-count;
}

.calendar-main {
  margin-bottom: 40px;
  position: relative;
}

.desktop-calendar {
  width: 100%;
}

.home-page-calendar {
  margin-bottom: 15px;
}
.home-page-calendar.mobile-calendar {
  display: none;
}
.home-page-calendar .month-nav {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-top: 0;
}
.home-page-calendar .month-nav .month {
  font-family: "Univers57Condensed", Arial, Helvetica, sans-serif;
  font-size: 14px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  -ms-flex-positive: 1;
  display: inline-block;
}
.home-page-calendar .month-nav .home-controls {
  padding-right: 11px;
  color: #fff;
}
.home-page-calendar .month-nav .home-controls a {
  font-size: 11px;
  font-family: "Univers57Condensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
}
.home-page-calendar .day-container {
  width: 14.281%;
  display: inline-block;
  text-align: center;
}
.home-page-calendar .event-info {
  border: 1px solid #d9d9d9;
  padding: 10px;
}
.home-page-calendar .event-name {
  font-weight: bold;
  color: gray;
}
.home-page-calendar .event-image {
  margin: 15px 0;
}
.home-page-calendar .calendar-actions {
  border: 0;
  background-color: #c50000;
  text-align: left;
  padding: 2px 11px;
}
.home-page-calendar .calendar-actions a {
  color: #fff;
}
.home-page-calendar .calendar {
  margin: 0;
  padding: 11px;
  box-shadow: 0px 0px 7px 2px rgba(218, 218, 218, 0.25);
  -moz-box-shadow: 0px 0px 7px 2px rgba(218, 218, 218, 0.25);
  -webkit-box-shadow: 0px 0px 7px 2px rgba(218, 218, 218, 0.25);
}
.home-page-calendar .day-container.no-events span {
  color: #ccc;
  cursor: default;
  text-decoration: none;
}
.home-page-calendar .day-container {
  border: 0;
}
.home-page-calendar .day-container span {
  text-decoration: underline;
  cursor: pointer;
}
.home-page-calendar .weekday-container {
  border: 1px solid #F1F1F1;
  margin-bottom: 6px;
  padding: 2px 0;
  font-size: .95em;
}
.home-page-calendar .weekday-container span {
  text-decoration: none;
  cursor: default;
}
.home-page-calendar .single-event + .single-event {
  margin-top: 20px;
}

.calendar {
  margin-top: 20px;
  margin-left: 40px;
  margin-right: 40px;
}

.calendar-container {
  position: relative;
}

.calendar-download {
  border: 0;
  background-color: #c50000;
  text-align: left;
  padding: 2px 11px;
}
.calendar-download a {
  color: #fff;
}

.month-nav {
  margin-top: 15px;
  padding: 11px 0 11px 11px;
  color: #fff;
  background-color: #414141;
  text-align: left;
}
.month-nav .month {
  letter-spacing: .035em;
  text-transform: uppercase;
  font-size: 15px;
  padding-right: 5px;
}
.month-nav a {
  color: white;
  text-decoration: none;
}
.month-nav .months-arrow {
  position: absolute;
  margin-left: 10px;
  cursor: pointer;
}
.month-nav .months-arrow .down:after {
  content: url(/assets/images/dropdown_arrow.gif);
  vertical-align: top;
  display: inline-block;
  margin-top: -2px;
}
.month-nav .months-arrow .choices {
  display: none;
  position: absolute;
  font-size: 12px;
  text-transform: capitalize;
  padding: 10px;
  background-color: white;
  z-index: 3;
  border: 1px solid #d9d9d9;
  width: 120px;
  box-shadow: 1px 3px 7px 0px rgba(218, 218, 218, 0.15);
  letter-spacing: 0;
}
.month-nav .months-arrow .choices a {
  text-decoration: underline;
  color: #666;
}
.month-nav .months-arrow:hover .choices, .month-nav .months-arrow > :hover .choices {
  display: block;
}

.day-container {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  max-width: 1600px;
  border-right: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
}

.day-number {
  margin-left: auto;
  margin-right: auto;
}

.weekday-container {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  max-width: 1600px;
}

.day-container > .day {
  border-top: 1px solid #DFDFDF;
  border-left: 1px solid #DFDFDF;
  flex: 1 0 14.2857%;
  -webkit-box-flex: 1 0 14.2857%;
  -webkit-flex: 1 0 14.2857%;
  -ms-flex: 1 0 14.1%;
  position: relative;
}
.day-container > .day.no-events:not(.empty) {
  background-color: #F6F6F6;
}
.day-container > .day a {
  text-decoration: none;
}

div.day:nth-child(7n) .calendar-modal {
  right: 0;
}
div.day:nth-child(7n) .calendar-modal:after {
  left: initial;
  right: 40px;
}

.weekday-container > .weekday {
  flex: 1 0 14.2857%;
  -webkit-box-flex: 1 0 14.2857%;
  -webkit-flex: 1 0 14.2857%;
  -ms-flex: 1 0 14.1%;
  text-align: center;
  padding: 0 0 10px 0;
}

.day-container > .day:not(.empty) {
  counter-increment: calendar-grid-count;
}

.day-container > .day:not(.empty):before {
  content: counter(calendar-grid-count);
  position: relative;
  display: block;
  vertical-align: top;
  text-align: right;
  padding: 10px 10px 0 0;
}

.day-container > .day:after {
  content: "";
  padding-bottom: 50%;
  display: inline-block;
}

.day-container > .day > div {
  display: inline-block;
  width: 100%;
  margin-left: -4px;
  vertical-align: top;
  padding: 3px 10px 3px 14px;
}

.calendar-page {
  width: 100%;
}

.calendar-page .filters {
  margin-top: 20px;
}
.calendar-page .filters select {
  margin-right: 30px;
  width: 180px;
  height: 30px;
}

.calendar-modal {
  position: absolute;
  bottom: calc(100% + 20px);
  z-index: 100;
  background-color: white;
  padding: 15px;
  border: 1px solid #d9d9d9;
  width: 450px;
}
.calendar-modal:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #d9d9d9;
  position: absolute;
  left: 40px;
  top: 100%;
}
.calendar-modal .primary-button, .calendar-modal input[type='submit'], .calendar-modal .btn-subscription-detail, .calendar-modal .selectNewSectionContainer.subsNewSectionContainer .updateButton a, .selectNewSectionContainer.subsNewSectionContainer .updateButton .calendar-modal a, .calendar-modal .upcoming--performances .wrapping--button, .upcoming--performances .calendar-modal .wrapping--button, .calendar-modal .event-item .reserve--button, .event-item .calendar-modal .reserve--button, .calendar-modal .syos-change-level .syos-change-level-inner .syos-button, .syos-change-level .syos-change-level-inner .calendar-modal .syos-button, .calendar-modal .syos-seat-popup-view .syos-popup-priceTable .syos-button, .syos-seat-popup-view .syos-popup-priceTable .calendar-modal .syos-button, .calendar-modal .syos-toggle-view a, .syos-toggle-view .calendar-modal a, .calendar-modal .syos-cart-wrapper .syos-button, .syos-cart-wrapper .calendar-modal .syos-button, .calendar-modal .reserve-toggle label, .reserve-toggle .calendar-modal label, .calendar-modal .disabled-button {
  color: #FFF !important;
}
.calendar-modal h3 {
  font-weight: bold;
}
.calendar-modal p {
  margin-bottom: 0;
}
.calendar-modal .header {
  margin-bottom: 10px;
}
.calendar-modal .composers {
  font-weight: bold;
}
.calendar-modal .event-info {
  margin-bottom: 10px;
}
.calendar-modal .program {
  margin-bottom: 10px;
}
.calendar-modal .performers {
  margin-bottom: 10px;
}
.calendar-modal .event-info img {
  margin-bottom: 10px;
}
.calendar-modal .title {
  font-weight: bold;
  font-size: 20px;
  color: gray;
}
.calendar-modal .close {
  float: right;
  margin-top: -5px;
  font-size: 20px;
  font-weight: bold;
  text-transform: lowercase;
}

.calendar-event {
  margin-bottom: 10px;
  position: relative;
}

.concert-type-icon {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -3px;
  background-color: attr(data-color);
}
.concert-type-icon.performance-key {
  margin-right: 5px;
}

.calendar-controls {
  clear: both;
  position: absolute;
  width: calc(100% + 2.5em);
  margin-left: -1.250em;
  top: 340px;
  z-index: 100;
  pointer-events: none;
}
.calendar-controls .back {
  width: 52px;
  height: 54px;
  display: inline-block;
  background: url(/assets/images/scroller_rightleft.png) -52px no-repeat;
  float: left;
}
.calendar-controls .fwd {
  width: 52px;
  height: 54px;
  display: inline-block;
  background: url(/assets/images/scroller_rightleft.png) no-repeat;
  float: right;
}

@media (max-width: 640px) {
  .home-page-calendar.mobile-calendar {
    display: block;
    width: 100%;
  }

  .desktop-calendar {
    display: none;
  }
}
.loading {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
  background-color: white;
  opacity: .7;
  top: 0;
  left: 0;
}

.pagination-controls {
  text-align: right;
}
.pagination-switch {
  display: inline;
  margin-right: 10px;
}
.pagination-switch .prev {
  margin-right: 5px;
}
.pagination-switch .next {
  margin-left: 5px;
}
.pagination-sort {
  display: inline;
  margin-right: 10px;
}
.pagination .pages {
  display: inline;
}
.pagination .per-page {
  display: inline;
}

.page-selector {
  margin-right: 10px;
}
.page-selector-ellipsis {
  margin-left: 5px;
  margin-right: 5px;
}
.page-selector-current-page {
  margin-right: 10px;
  color: #c50000;
  text-decoration: underline;
}

.pages a:last-of-type {
  margin-right: 0px;
}

.callout {
  margin: 2em 0;
  /** COLUMNS **/
}
.callout-title, .renewals-edit h3 {
  font-size: 1em;
  text-transform: uppercase;
  margin-bottom: 1.1em;
  font-family: "Univers57Condensed", Arial, Helvetica, sans-serif;
}
.callout-4col, .callout-2col {
  width: 100%;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.callout-4col > *, .callout-2col > * {
  padding-bottom: 0.85em;
  margin-bottom: 0;
}
.callout-4col img, .callout-2col img {
  width: 100%;
  height: auto;
}
.callout-2col_item {
  -webkit-flex-basis: 48%;
  flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  width: 48%;
}
.callout-2col_media {
  padding-bottom: 48%;
}
.callout-2col_text-title {
  font-weight: 700;
}
.callout-4col_item {
  -webkit-flex-basis: 23%;
  flex-basis: 23%;
  -ms-flex-preferred-size: 23%;
  width: 23%;
}
.callout-4col_text {
  font-size: .925em;
  margin-top: .3em;
}
.callout-4col_text a {
  text-decoration: underline;
}

.wysiwyg-two_column p {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.wysiwyg ul, .wysiwyg-two_column ul {
  padding: 0 1.25em 0 2.5em;
  list-style: disc;
}

/** Social Media **/
.main .social-block {
  max-width: 30em;
  text-align: left;
}

.social-icon {
  text-align: right;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
}
.social-fb-md {
  background-image: url("../../assets/images/icons/Social_Media_Icon_fb.png");
  width: 40px;
  height: 40px;
}
.social-tw-md {
  background-image: url("../../assets/images/icons/Social_Media_Icon_tw.png");
  width: 40px;
  height: 40px;
}
.social-yt-md {
  background-image: url("../../assets/images/icons/Social_Media_Icon_yt.png");
  width: 40px;
  height: 40px;
}
.social-inst-md {
  background-image: url("../../assets/images/icons/Social_Media_Icon_inst.png");
  width: 40px;
  height: 40px;
}
.social-sc-md {
  background-image: url("../../assets/images/icons/Social_Media_Icon_sc.png");
  width: 40px;
  height: 40px;
}

.social-share {
  position: relative;
  text-align: right;
}
.social-share ul {
  position: absolute;
  top: -40px;
  right: 4px;
  opacity: 0;
}
.social-share a {
  padding: 15px;
}
.social-share a:hover ul {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

.block {
  box-shadow: 0px 0px 10px rgba(150, 150, 150, 0.8);
  padding-bottom: 1.5em;
  margin-bottom: 2.7em;
  /** Block-top */
}
.block > * {
  padding: 0 2.5em;
}
.block-title, .block-title-strong {
  background: #cccccc;
  padding: .3em 1.5em;
  margin-bottom: 1.5em;
}
.block-title-strong {
  font-weight: bold;
}
.block-top--title {
  position: relative;
  display: block;
  color: #fff;
  margin: 0;
  line-height: 2.5;
  width: 100%;
  background: #313131;
  z-index: 11;
  /*&:after {
    content: "";
    position: absolute;
    top:-1px;
    right:-5px;
    background: url('../../assets/images/top-block-slant.svg') no-repeat;
    @include responsive-bg-image(138,12);
    width: 65%;
  }*/
}
.block-top--inner {
  padding: 1em;
  box-shadow: 0px 0px 10px rgba(150, 150, 150, 0.8);
}

/** Block Event **/
.block-event {
  margin: 1em 0;
}
.block-event--title {
  color: #313131;
  padding-bottom: 0.06em;
  margin-bottom: 1em;
  border-bottom: 1px solid #cccccc;
}

/** blocks inside main content area **/
.block-main {
  margin: 2em 0;
}

/** newsfeed block **/
.newsfeed-block--item {
  margin-bottom: 0.666em;
}
.newsfeed-block--item > * {
  margin: 0;
  padding: 0;
}
.newsfeed-block--morelink {
  margin: 2em 0 1.5em 0;
  display: block;
}
.newsfeed-block--title {
  font-weight: 700;
}

/* Dark Top Block*/
.block-dark--title {
  position: relative;
  display: block;
  color: #fff;
  margin: 0;
  font-size: 1em;
  line-height: 1;
  width: 100%;
  background: #313131;
  padding: 0.66em 1em;
}
.block-dark--inner {
  padding: 1em;
  box-shadow: 0px 0px 10px rgba(150, 150, 150, 0.8);
}

.ie11 .block-top--title:after,
.ie10 .block-top--title:after {
  top: -4px;
  width: 70%;
}

.promo-item {
  margin-right: 1%;
  display: inline-block;
  width: 10%;
}
.promo-item .item-link {
  display: block;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  right: 25%;
  color: #fff;
}
.promo-item .item-link:hover {
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  color: #cccccc;
}
.promo-item img {
  width: 100%;
  height: auto;
}
.promo:last-child {
  margin-right: 0;
}
.promo-item.carousel {
  width: 32%;
}

.promo-item.owl-carousel.owl-loaded {
  display: inline-block;
}

.event-list--block {
  margin: 2em 0;
}
.event-list--block-col {
  width: 50%;
  padding-right: 2em;
}
.event-list--block-col > p {
  margin: 0;
  padding: 0;
}
.event-list--title {
  font-weight: bold;
  font-size: 1.2em;
}
.event-list--img-wrap {
  position: relative;
  margin-top: 1em;
}
.event-list--img-wrap img {
  width: 100%;
  height: auto;
}
.event-list--date {
  position: absolute;
  right: 0;
  bottom: -2em;
}
.event-list--details {
  padding: 1em 0;
}
.event-list--details h3 {
  margin-bottom: 0.444em;
  font-weight: bold;
  text-transform: uppercase;
}
.event-list--details h4 {
  font-weight: bold;
  padding: 0;
  margin: 0;
  text-transform: none;
}
.event-list--details span {
  font-weight: normal;
}

.upsell {
  background: #FFFFD6;
  font-weight: bold;
  font-size: 15px;
  padding: 10px;
  margin: 15px 0;
  width: 100%;
}

@media (max-width: 1025px) {
  /** Layout **/
  body {
    font-size: 14px;
  }

  .page_title, .checkout h3 {
    font-size: 1.7em;
  }

  .l-left_sidebar, .l-right_sidebar {
    padding: 0;
  }
  .l-container, #mainContent {
    margin-top: 5em;
  }
  .l-header:before {
    display: none;
  }
  .l-hero:before {
    left: -0.811em;
  }
  .l-main {
    width: 100%;
  }
  .l-main_left, .l-main_right {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 100%;
  }
  .l-sidebar_left, .l-sidebar_right {
    padding: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 100%;
  }

  /** Footer **/
  .footer-bottom {
    display: table;
    width: 100%;
  }
  .footer-sub-top, .footer-info {
    display: table-header-group;
  }
  .footer-sub-top {
    white-space: nowrap;
  }
  .footer-sub-top > * {
    white-space: normal;
    vertical-align: top;
    display: inline-block;
  }
  .footer-nav > * {
    padding: 0;
    border-right: none;
    font-weight: 600;
    text-align: left;
    display: block;
  }
  .footer-social {
    margin: 0;
    padding: 0;
  }
  .footer-info {
    margin: 2.5em 0 1em 0;
    display: table-footer-group;
    text-align: left;
  }
  .footer-info > :last-child {
    border-right: none;
  }

  .promo {
    white-space: normal;
  }
  .promo-item {
    margin-right: 1%;
    margin-top: 1%;
  }
  .promo-item.carousel {
    width: 47%;
    margin-top: 0;
    margin-right: 2%;
  }
  .promo-item.carousel-item.carousel:last-child {
    margin-right: 0;
  }

  /** Main Nav **/
  .main_nav {
    background-color: white;
    position: relative;
    z-index: 20;
    padding: 0.833em;
    width: 85%;
    margin: 0;
    float: right;
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
    height: calc((100vh - (0.833em * 6)) - (63px + 20px));
    overflow-y: auto;
    overflow-x: hidden;
  }
  .main_nav.disable_scroll {
    overflow-y: hidden;
  }
  .main_nav-list {
    width: 100%;
  }
  .main_nav-list.hide_items .main_nav-item {
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-color: transparent;
  }
  .main_nav-list.hide_items .main_nav-item > button, .main_nav-list.hide_items .main_nav-item > a {
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  .main_nav-list.hide_items .main_nav-item.active {
    opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .main_nav-item {
    width: 100%;
    clear: both;
    margin: 0;
    position: static;
    border-bottom: 1px solid #cccccc;
  }
  .main_nav-item:last-child {
    border-bottom: none;
  }
  .main_nav-back, .main_nav-deep_back, .main_nav-drop_link, .main_nav-deep_link, .main_nav-link {
    font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    font-size: 1.333em;
    padding: 0.833em 0;
    float: left;
    width: 100%;
    position: relative;
    text-transform: uppercase;
    line-height: 1.250em;
    max-width: 80%;
  }
  .main_nav-back:active, .main_nav-deep_back:active, .main_nav-drop_link:active, .main_nav-deep_link:active, .main_nav-link:active {
    color: #c50000;
  }
  .main_nav-deep_list, .main_nav-drop_list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: white;
  }
  .main_nav-deep_list:before, .main_nav-drop_list:before {
    display: none;
  }
  .main_nav-deep_list.opened, .main_nav-drop_list.opened {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 10;
  }
  .main_nav-deep_list.hide_items, .main_nav-drop_list.hide_items {
    overflow-y: hidden;
  }
  .main_nav-deep_list.hide_items .main_nav-drop_item, .main_nav-drop_list.hide_items .main_nav-drop_item {
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-color: transparent;
  }
  .main_nav-deep_list.hide_items .main_nav-drop_item > button, .main_nav-deep_list.hide_items .main_nav-drop_item > a, .main_nav-drop_list.hide_items .main_nav-drop_item > button, .main_nav-drop_list.hide_items .main_nav-drop_item > a {
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  .main_nav-deep_list.hide_items .main_nav-drop_item.active, .main_nav-drop_list.hide_items .main_nav-drop_item.active {
    opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .main_nav-deep_list.opened {
    z-index: 20;
    padding-left: 0.583em;
    top: 0.417em;
  }
  .main_nav-drop_item {
    padding: 0;
    position: static;
    display: table;
    width: 100%;
  }
  .main_nav-deep_item {
    border-bottom: 1px solid #cccccc;
    display: table;
    width: 100%;
  }
  .main_nav-deep_item.main_nav-mobile_only {
    display: table;
  }
  .main_nav-drop_button, .main_nav-deep_button {
    display: block;
  }
  .main_nav-mobile_only {
    display: block;
  }

  /** Mobile Cal **/
  .mobile_cal {
    display: block;
  }

  /** Mobile Header **/
  .mobile_header {
    display: table;
  }

  /** Mobile Menu **/
  .mobile_menu {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    z-index: 3;
  }
  .mobile_menu.opened {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .mobile_menu.opened .site_search,
  .mobile_menu.opened .main_nav,
  .mobile_menu.opened .quick_nav,
  .mobile_menu.opened .mobile_menu-close {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .mobile_menu-close, .mobile_menu-overlay {
    display: block;
  }

  /** Quick Nav **/
  .quick_nav {
    background-color: white;
    position: relative;
    z-index: 20;
    padding: 0.833em;
    width: 85%;
    height: 20px;
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateX(1.667em);
    transform: translateX(1.667em);
    -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
  }
  .quick_nav-list {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .quick_nav-item {
    float: none;
    margin: 0;
    -ms-flex-preferred-size: 25%;
  }
  .quick_nav-link {
    color: #c50000;
    text-decoration: none;
    font-size: 0.85em;
  }
  .quick_nav-link:hover {
    color: white;
  }

  /** Site Search **/
  .site_search {
    background-color: white;
    position: relative;
    z-index: 20;
    padding: 0.833em;
    width: 85%;
    height: 63px;
    margin: 0;
    opacity: 0;
    -webkit-transform: translateX(1.667em);
    transform: translateX(1.667em);
    -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
  }
  .site_search-textbox {
    font-size: 1.167em;
    padding: 0.417em;
    float: left;
    width: 70%;
    max-width: 100%;
  }
  .site_search-label {
    background-color: #c50000;
    padding: 0 0.667em;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1em;
    float: left;
    text-align: center;
    line-height: 2.583em;
    margin-left: 5%;
    width: 25%;
  }

  /** Site Title **/
  .site_title {
    position: fixed;
    width: 100%;
    max-width: 1200px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 3em;
    padding: 0.3em 0;
    height: 3.3em;
  }
  .site_title-link {
    display: none;
  }
  .site_title-mobile_only {
    width: 60%;
    margin: auto;
    text-align: center;
    display: block;
  }
  .site_title-divider {
    display: none;
  }

  /** Search Results **/
  .search_results-search_input {
    max-width: 68%;
    margin-right: 5%;
    max-width: calc(90% - 87px);
  }
  .search_results-search_button {
    max-width: 25%;
    min-width: 87px;
    -moz-appearance: none;
    -webkit-appearance: none;
  }

  /** Pager **/
  .pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .pager-nav, .pager-nav_back, .pager-nav_forward {
    width: 100%;
  }

  /** Subnav **/
  .subnav {
    display: none;
  }

  .subnav.event-pg--nav {
    display: block;
  }

  .home-hero {
    font-size: 12px;
  }

  .MailSignup {
    max-width: 100%;
    width: 100%;
  }

  .xform > * {
    width: 100%;
    display: block;
  }

  /** Blocks **/
  .block-top {
    margin-top: 0;
  }
  .block-top--title:after {
    width: 40%;
  }

  /** Events **/
  .event-pg--details .right-txt {
    text-align: left;
  }

  /** Account **/
  .login-panel {
    max-width: 100%;
  }

  .ie11 .block-top--title:after,
  .ie10 .block-top--title:after {
    display: none;
  }

  #mainContent {
    margin-top: 10px;
  }
}
@media (max-width: 640px) {
  .l-hero:before {
    display: none;
  }

  .promo-item {
    width: 30%;
  }
  .promo-item.carousel {
    width: 100%;
    margin: 1em 0;
  }

  /** Callouts **/
  .callout-2col_item {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    width: 100%;
    margin-top: 1em;
    padding-right: 0;
  }
  .callout-2col_media {
    padding-bottom: 51.5%;
  }
  .callout-4col_item {
    -webkit-flex-basis: 48%;
    flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    width: 48%;
  }

  .btn-subscription-detail {
    width: 100%;
    margin: 10px 0;
  }

  /** Landing Page */
  .landing-content {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    width: 100%;
    padding: 0;
  }

  /** Blocks **/
  .block-top--title:after {
    width: 65%;
  }

  .event-pg--details, .event-pg--sub {
    white-space: normal;
  }
  .event-pg--details > *, .event-pg--sub > * {
    width: 100%;
    padding: 0;
  }

  /** Subnav **/
  .event-pg--nav .subnav-primary,
  .event-pg--nav .event-pg--nav_filter {
    display: block;
    width: 100%;
  }
  .event-pg--nav .event-pg--nav_filter {
    text-align: left;
  }

  /** forms **/
  .form-inline {
    display: block;
  }

  .xform div {
    width: 100%;
  }

  /** Search Results **/
  .search_results-search {
    padding: 0;
    background-color: white;
  }

  /** Site search **/
  a.site_search-label {
    margin-left: 2%;
    width: 32%;
  }

  input.site_search-textbox {
    width: 66%;
  }

  /** Media componenets */
  .media-container--ful {
    padding-bottom: 90%;
  }

  /** Event **/
  .event-pg--hero .icon--left {
    background: url("../../assets/images/icons/promo_arrow_left.png") no-repeat;
    width: 25px;
    height: 28px;
    margin-top: -13px;
  }
  .event-pg--hero .icon--right {
    background: url("../../assets/images/icons/promo_arrow_right.png") no-repeat;
    width: 25px;
    height: 28px;
    margin-top: -13px;
  }
  .event-pg .date-icon {
    margin-right: 0;
    margin-left: 1em;
  }
  .event-pg .small-right.date-icon {
    float: right;
  }

  .event-list--block-col {
    width: 100%;
    display: block;
    padding: 0;
  }

  /** Account **/
  .login-panel_label {
    text-align: left;
    font-weight: 700;
  }
  .login-panel_content {
    margin-bottom: 2em;
  }
  .login-panel_label, .login-panel_content {
    display: block;
    width: 100%;
  }

  /** PDP Share **/
  .social-share {
    text-align: left;
  }
  .social-share a {
    padding-left: 0;
    display: block;
  }
  .social-share ul {
    top: 10px;
    right: initial;
    left: 65px;
  }
}
/** mobile menu breakpoint **/
@media (max-width: 340px) {
  /** Site Search **/
  .site_search-label {
    font-size: 0.917em;
  }

  .home-hero:before {
    border-bottom: 1em solid #fff;
    bottom: -.8em;
  }

  /** Blocks **/
}
