.md, .spinner:after, .cms-tabs.js-has_scroll:before, .perftbl-skel .skeleton-select:after {
  font-family: 'Material Icons';
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
          font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  margin: 1rem 0;
  padding: 0;
  border: 0; }

button, input, select, textarea {
  margin: 0;
  outline: 0 !important; }

button::-moz-focus-inner, input::-moz-focus-inner, select::-moz-focus-inner, textarea::-moz-focus-inner {
  border: 0; }

button, input, select {
  vertical-align: middle; }

ul {
  list-style: none; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  height: auto;
  font-size: 62.5%; }

body {
  height: 100%;
  font-size: 1.6rem;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #222;
  background-color: #fff;
  /* smooths type in all browsers */
  text-shadow: 1px 1px 1px rgba(34, 34, 34, 0.004);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.admin-preview-active {
    padding-top: 50px; }

img {
  border: 0;
  display: block;
  max-width: 100%; }

svg {
  position: relative;
  max-width: 100%;
  height: auto;
  width: 100%; }

a {
  color: #D2232A; }
  a:hover, a:focus, a:active {
    color: #222; }

hr {
  background: #222;
  float: left;
  width: 100%; }

.error {
  margin: 0 0 1.6rem;
  padding-top: 0;
  padding-left: 1.6rem;
  font-weight: 700;
  color: #c00; }
  .error.disabled {
    display: none; }

h1,
h2,
h3 {
  padding: 0;
  line-height: 1.05; }

h1, h2, h3, h4 {
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none; }

h1 {
  margin: 0 0 1.5rem 0;
  font-size: 4rem;
  font-weight: 800; }
  @media all and (min-width: 600px) {
    h1 {
      font-size: 6rem; } }
  @media all and (min-width: 600px) {
    .cms-module-data h1 {
      margin-top: 1.5rem; } }

h2 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 1.5rem 0; }

h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 3rem 0 1.5rem 0; }

h4 {
  font-size: 1.6rem;
  font-weight: 300;
  color: #666; }

h5 {
  font-size: 1.8rem; }

h6 {
  font-size: 1.6rem; }

sup,
sub {
  font-size: 70%; }

sup {
  vertical-align: super; }

sub {
  vertical-align: sub; }

b,
strong {
  font-weight: 700; }

i,
em {
  font-style: italic; }

.cf {
  *zoom: 1; }
  .cf:before, .cf:after {
    content: ' ';
    display: table; }
  .cf:after {
    clear: both; }

/* ==========================================================================
 Page + Container
 ========================================================================== */
.page {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: hidden; }

.container {
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  max-width: 1460px; }
  @media all and (min-width: 1470px) {
    .container {
      padding: 0; } }

/* ==========================================================================
Spinners
========================================================================== */
.spinner {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #AFAFAF;
  background-color: rgba(175, 175, 175, 0.5); }
  .spinner-abs {
    position: absolute;
    top: 0;
    left: 0; }
  .spinner:after {
    content: '\E8E1';
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    font-size: 50px; }
  .spinner.active {
    display: block; }
    .spinner.active:after {
      display: block;
      -webkit-animation: spinnerrotation 2s infinite linear;
              animation: spinnerrotation 2s infinite linear; }
@-webkit-keyframes spinnerrotation {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(359deg);
            transform: translate(-50%, -50%) rotate(359deg); } }
@keyframes spinnerrotation {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(359deg);
            transform: translate(-50%, -50%) rotate(359deg); } }
/* ==========================================================================
Special Alerts
========================================================================== */
.alert {
  padding: 3rem 0;
  background-color: #D2232A;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 2.1rem;
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
  text-align: center; }
  @media all and (min-width: 900px) {
    .alert {
      text-align: left; } }
  .alert-text {
    line-height: 1.25; }
    @media all and (min-width: 900px) {
      .alert-text {
        display: inline-block;
        vertical-align: middle; } }
  .alert-button.link_button.primary_btn, .alert-button.cms-cta-link {
    text-shadow: none;
    font-size: 1.8rem;
    width: auto;
    margin-top: 1.5rem; }
    @media all and (min-width: 900px) {
      .alert-button.link_button.primary_btn, .alert-button.cms-cta-link {
        margin-top: 0;
        margin-left: auto; } }
  .alert #bell_icon {
    height: 3.6rem;
    width: 5.4rem;
    margin-bottom: 1.5rem; }
    @media all and (min-width: 900px) {
      .alert #bell_icon {
        margin-bottom: 0;
        margin-right: 1rem; } }
    .alert #bell_icon #dots {
      opacity: 0.5; }
      @media all and (min-width: 900px) {
        .alert #bell_icon #dots {
          -webkit-animation: sparkle 4000ms ease-in-out infinite both;
                  animation: sparkle 4000ms ease-in-out infinite both; } }
  .alert #bell_icon.swing #bell {
    -webkit-animation: swing 1s 1s 1 both;
            animation: swing 1s 1s 1 both;
    -webkit-transform-origin: top center;
            transform-origin: top center; }
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg); }
  40% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  60% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg); }
  80% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg); }
  40% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  60% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg); }
  80% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }
@-webkit-keyframes sparkle {
  0% {
    opacity: 0.5; }
  25% {
    opacity: 1; }
  50% {
    opacity: 0.25; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0.5; } }
@keyframes sparkle {
  0% {
    opacity: 0.5; }
  25% {
    opacity: 1; }
  50% {
    opacity: 0.25; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0.5; } }
  .alert .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media all and (min-width: 900px) {
      .alert .container {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }

/* ==========================================================================
 Breadcrumbs
 ========================================================================== */
.crumbs ul {
  padding: 1.5rem 0 0 0;
  list-style: none;
  display: inline-block;
  position: relative; }
  .crumbs ul:after {
    width: 300%;
    right: 0;
    top: 0;
    content: "";
    display: block;
    height: 1px;
    background-color: #D2232A;
    position: absolute; }
.crumbs li {
  display: inline-block; }
  .crumbs li:after {
    content: "";
    display: inline-block;
    height: 4px;
    width: 4px;
    background: #AFAFAF;
    border-radius: 100%;
    vertical-align: middle;
    margin: 0 0.3rem; }
  .crumbs li:last-child:after {
    content: none; }
  .crumbs li span {
    color: #666; }
  .crumbs li a {
    text-decoration: none;
    font-weight: 700; }

.cms-main .crumbs ul {
  margin-top: 0; }

/* ==========================================================================
Link Buttons (links that look like buttons)
========================================================================== */
.link_button {
  font-weight: 800;
  font-size: 1.6rem;
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  text-shadow: 1px 2px 1px rgba(255, 255, 255, 0.5);
  border: 1px solid #AFAFAF;
  background: #EFEFEF;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#EFEFEF));
  background: linear-gradient(to bottom, #fff, #EFEFEF);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  line-height: 1.125;
  padding: 0.75rem 3rem;
  color: #AFAFAF; }
  .link_button.primary_btn, .cms-cta-link {
    color: #fff;
    border: 1px solid #680909;
    border-radius: 0px;
    background: #D2232A;
    text-shadow: 1px 2px 1px rgba(34, 34, 34, 0.25); }
    .link_button.primary_btn:hover, .cms-cta-link:hover, .link_button.primary_btn:focus, .cms-cta-link:focus, .link_button.primary_btn:active, .cms-cta-link:active {
      -webkit-box-shadow: inset 0px -100px 0px #680909;
              box-shadow: inset 0px -100px 0px #680909;
      border-color: #680909;
      text-shadow: none; }
  .link_button.secondary_btn {
    color: #fff;
    border: 1px solid #222;
    border-radius: 0px;
    background: #666;
    background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#222));
    background: linear-gradient(to bottom, #666, #222);
    text-shadow: 1px 2px 1px rgba(34, 34, 34, 0.5); }
    .link_button.secondary_btn:hover, .link_button.secondary_btn:focus, .link_button.secondary_btn:active {
      -webkit-box-shadow: inset 0px -50px 0px #222;
              box-shadow: inset 0px -50px 0px #222;
      border-color: #222;
      color: #fff;
      text-shadow: none; }
  .link_button.inactive_btn {
    cursor: not-allowed;
    pointer-events: none; }

/* ==========================================================================
CSS for CTA Module
========================================================================== */
.cms-cta {
  margin-bottom: 1.5rem;
  text-align: center; }
  @media all and (min-width: 600px) {
    .cms-cta {
      text-align: left; } }

.cms-cta-title {
  margin: 1rem 0 2rem 0;
  font-size: 2.8rem; }

.cms-cta-text p {
  margin-top: 0; }

.cms-cta-link {
  font-size: 1.8rem; }
  .cms-cta-link:hover, .cms-cta-link:focus, .cms-cta-link:active {
    color: #fff; }

/* ==========================================================================
CSS for Embeded videos
========================================================================== */
.video_widget_embed {
  /* wrap your iframe in an element with class="video" */
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 0px;
  padding: 0px 0px 62.5% 0px; }
  .video_widget_embed iframe, .video_widget_embed object, .video_widget_embed embed {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }

/* ==========================================================================
Styling for all widget titles
========================================================================== */
.widget-title {
  font-size: 2.8rem;
  color: #D2232A;
  margin-bottom: 1.5rem;
  margin-top: 0;
  padding-top: 0.5rem;
  position: relative;
  display: inline-block; }

@media all and (min-width: 900px) {
  .cms-column .widget-title {
    display: block; }
    .cms-column .widget-title:after {
      width: 200%;
      left: 0;
      top: 0;
      content: "";
      display: block;
      height: 1px;
      background-color: #D2232A;
      position: absolute; } }

.cms-main .cms-section .cms-module:last-child:not(:only-child) .widget-title {
  display: block; }
  .cms-main .cms-section .cms-module:last-child:not(:only-child) .widget-title:after {
    width: 200%;
    left: 0;
    top: 0;
    content: "";
    display: block;
    height: 1px;
    background-color: #D2232A;
    position: absolute; }

.cms-main .cms-section .cms-module:first-child .widget-title:after {
  width: 200%;
  right: 0;
  top: 0;
  content: "";
  display: block;
  height: 1px;
  background-color: #D2232A;
  position: absolute; }

/* ==========================================================================
Series/Event Widget
========================================================================== */
.serieslist-title {
  font-size: 3.8rem;
  font-weight: 300;
  color: #666;
  margin: 0 0 3rem 0; }

/* ==========================================================================
Partners Widget
========================================================================== */
.partners-widget {
  border-top: 1px solid #AFAFAF;
  padding-top: 3rem;
  margin: 3rem 0 0 0;
  padding-left: 2rem;
  padding-right: 2rem; }
  @media all and (min-width: 900px) {
    .partners-widget {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media all and (min-width: 1470px) {
    .partners-widget {
      margin-left: auto;
      margin-right: auto;
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 1.5rem; } }
  .partners-widget-title {
    font-size: 2.1rem;
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 1.5rem;
    color: #666; }
    .partners-widget-title strong {
      color: #222; }
    @media all and (min-width: 900px) {
      .partners-widget-title {
        width: 30rem;
        margin-right: 1.5rem;
        margin-bottom: 0; } }
  .partners-widget-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 1.5rem; }
    .partners-widget-items img {
      max-width: 100px; }
    @media all and (min-width: 600px) {
      .partners-widget-items {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    @media all and (min-width: 900px) {
      .partners-widget-items {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 calc(100% - 31.5rem);
                flex: 1 0 calc(100% - 31.5rem);
        margin-bottom: 0; } }
  .partners-widget-item {
    margin: 0 1.5rem 1rem 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .partners-widget-item .skeleton {
      width: 100px;
      height: 100px; }
  .partners-widget-more {
    margin: 1.5rem 0;
    display: inline-block; }

/* ==========================================================================
CMS Container Columns
========================================================================== */
.cms-page-with-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media all and (min-width: 900px) {
    .cms-page-with-column {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.cms-main,
.cms-column {
  float: left; }

.cms-main {
  width: 100%; }
  @media all and (min-width: 900px) {
    .cms-main {
      width: 66.66667%;
      padding-right: 6rem;
      padding-top: 1.5rem; } }
  .cms-page-no-column .cms-main {
    width: 100%;
    padding: 0; }

.cms-column {
  width: 100%; }
  @media all and (min-width: 900px) {
    .cms-column {
      width: 33.33333%;
      padding-top: 1.5rem; } }

/* ==========================================================================
CMS Widgets
========================================================================== */
.cms-column .cms-module-widget {
  padding: 1rem; }
  .cms-column .cms-module-widget .featured-block-container p {
    margin: 0; }

/* ==========================================================================
CMS Module Grid
========================================================================== */
.cms-section {
  float: left;
  width: 100%; }

.cms-module {
  float: left;
  padding: 0 1rem; }

.cms-module-12,
.cms-module-9,
.cms-module-8,
.cms-module-6,
.cms-module-4,
.cms-module-3 {
  width: 100%; }

.cms-module-12 {
  padding: 0; }
  .cms-column .cms-module-12, .cms-page-with-column .cms-main .cms-module-12 {
    padding: 1.5rem 0; }

.cms-module-map,
.cms-module-slider,
.cms-module-12.cms-module-image {
  margin-bottom: 1.5rem; }

.cms-text > *:first-child {
  margin-top: 0; }
.cms-text > *:last-child {
  margin-bottom: 0; }

/* ==========================================================================
Skeletons
========================================================================== */
.skeleton {
  display: block;
  background-color: #ececec; }
  .skeleton-title {
    height: 2.1rem;
    margin: 0.5rem 0; }
  .skeleton-select {
    height: 4rem; }
  .skeleton-button {
    display: inline-block;
    width: auto;
    padding: 1.5rem;
    border: 1px solid lightgray;
    font-weight: 800;
    font-size: 1.6rem;
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    text-transform: uppercase;
    line-height: 1.125;
    color: lightgray; }
  .skeleton-line {
    height: 1.6rem;
    margin: 0.4rem 0; }
  .skeleton-line-1 {
    width: 10%; }
  .skeleton-line-2 {
    width: 20%; }
  .skeleton-line-3 {
    width: 30%; }
  .skeleton-line-4 {
    width: 40%; }
  .skeleton-line-5 {
    width: 50%; }
  .skeleton-line-6 {
    width: 60%; }
  .skeleton-line-7 {
    width: 70%; }
  .skeleton-line-8 {
    width: 80%; }
  .skeleton-line-9 {
    width: 90%; }

#overlay,
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(34, 34, 34, 0.45); }
  #overlay .overlay_spinner,
  .overlay .overlay_spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px; }
    #overlay .overlay_spinner img,
    .overlay .overlay_spinner img {
      max-width: 100%;
      max-height: 100%; }
  #overlay .overlay_content,
  .overlay .overlay_content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    margin-top: 40px;
    text-align: center;
    color: #fff;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

/* ==========================================================================
Screen size greater than 900 pixels -- May change based on '.container' max-width
========================================================================== */
@media all and (min-width: 900px) {
  .cms-module-12 {
    width: 100%; }

  .cms-module-9 {
    width: 75%; }

  .cms-module-8 {
    width: 66.6666666667%; }

  .cms-module-6 {
    width: 50%; }

  .cms-module-4 {
    width: 33.3333333333%; }

  .cms-module-3 {
    width: 25%; }

  .admin-preview {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    height: 50px;
    padding: 0 10px;
    background-color: #c00;
    color: #fff; }
    .admin-preview h2 {
      margin: 0;
      font-size: 22px;
      font-weight: normal;
      line-height: 50px; }
      .admin-preview h2 em {
        margin-left: 10px;
        font-style: normal;
        font-size: 14px; }
    .admin-preview a {
      position: absolute;
      top: 15px;
      right: 15px;
      font-size: 14px;
      font-weight: bold;
      line-height: 20px;
      color: white;
      text-decoration: none;
      -webkit-transition: color 300ms ease-in-out;
      transition: color 300ms ease-in-out; }
      .admin-preview a:after {
        content: '\25B6';
        margin-left: 2px; }
      .admin-preview a:hover {
        color: #222; } }
.viewer_contain {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media all and (min-width: 600px) {
    .viewer_contain {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .viewer_contain span,
  .viewer_contain a {
    font-size: 1.8rem;
    font-weight: 700;
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    color: #666;
    text-transform: uppercase;
    display: inline-block;
    text-align: center; }
    @media all and (min-width: 600px) {
      .viewer_contain span,
      .viewer_contain a {
        margin-right: 1rem;
        text-align: left;
        vertical-align: middle; } }

span.viewer.active,
div.viewer.active,
a.viewer.active, span.viewer:hover, span.viewer:focus, span.viewer:active,
div.viewer:hover,
div.viewer:focus,
div.viewer:active,
a.viewer:hover,
a.viewer:focus,
a.viewer:active {
  color: #fff;
  border: 1px solid #680909;
  border-radius: 0px;
  background: #D2232A;
  text-shadow: 1px 2px 1px rgba(34, 34, 34, 0.25); }

span.viewer,
div.viewer,
a.viewer {
  border: 1px solid #AFAFAF;
  cursor: pointer;
  padding: 0.5rem 2rem;
  margin-bottom: 0.5rem;
  -webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-box-shadow 150ms ease-in-out;
  transition: -webkit-box-shadow 150ms ease-in-out;
  transition: box-shadow 150ms ease-in-out;
  transition: box-shadow 150ms ease-in-out, -webkit-box-shadow 150ms ease-in-out;
  text-decoration: none; }
  @media all and (min-width: 600px) {
    span.viewer,
    div.viewer,
    a.viewer {
      margin-right: 1rem; } }
  span.viewer:last-child,
  div.viewer:last-child,
  a.viewer:last-child {
    margin-right: 0; }

header {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  z-index: 99999;
  overflow: visible;
  border-top: 5px solid #D2232A;
  padding-top: 4rem; }
  header .logo {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    display: block;
    width: 34rem;
    height: 6rem;
    max-width: 100%;
    text-decoration: none;
    padding: 0;
    margin: 1.5rem 0;
    font-weight: 400;
    line-height: 1;
    color: #D2232A; }
    header .logo img {
      width: 100%;
      max-width: 200px; }

.mobile_quick_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .mobile_quick_links li {
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.5); }
  .mobile_quick_links a {
    display: inline-block;
    height: 100%;
    width: 4.5rem;
    padding: 1rem;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out; }
    .mobile_quick_links a:hover, .mobile_quick_links a:focus, .mobile_quick_links a:active {
      background-color: rgba(34, 34, 34, 0.25); }
    .mobile_quick_links a svg {
      max-width: 100%;
      width: 2.6rem;
      max-height: 2.8rem;
      vertical-align: middle; }
  @media all and (min-width: 900px) {
    .mobile_quick_links {
      display: none;
      visibility: hidden;
      opacity: 0; } }

.header_utilities {
  display: none;
  margin-bottom: 2rem; }

.social_media, .utility_links {
  display: inline-block; }
  .social_media li, .social_media a, .utility_links li, .utility_links a {
    display: inline-block;
    vertical-align: baseline;
    line-height: 1; }

.social_media {
  display: none; }
  .social_media li {
    margin-right: 1rem; }
  .social_media svg {
    max-height: 1.4rem;
    max-width: 1.6rem; }
  .social_media svg, .social_media path {
    -webkit-transition: fill 300ms ease-in-out;
    transition: fill 300ms ease-in-out; }
  .social_media a:hover svg, .social_media a:hover path, .social_media a:focus svg, .social_media a:focus path, .social_media a:active svg, .social_media a:active path {
    fill: #D2232A; }

.utility_links a {
  color: #666;
  text-decoration: none; }
.utility_links li {
  margin-right: 1rem; }
.utility_links svg {
  height: 2rem;
  max-width: 3.4rem;
  width: auto;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 0.5rem; }

nav {
  width: 100%;
  background: #D2232A;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  nav .menu {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #D2232A;
    color: #fff;
    border: none;
    width: 100%;
    display: block;
    text-align: left;
    cursor: pointer;
    line-height: 1;
    margin: 0;
    padding: 1rem 1rem 1rem 3.5rem;
    font-size: 0;
    text-shadow: none; }
    @media all and (min-width: 400px) {
      nav .menu {
        font-size: 1.8rem; } }
    nav .menu:before {
      content: 'View';
      display: inline-block;
      margin-right: 0.5rem; }
  nav .menu {
    display: block;
    position: relative;
    overflow: hidden; }
    nav .menu:focus {
      outline: none; }
    nav .menu span {
      display: block;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, 50%);
              transform: translate(-50%, 50%);
      left: 50%;
      right: 0;
      height: 0.2rem;
      width: 1.625rem;
      background-color: #fff;
      font-size: 0;
      border-radius: 2px;
      -webkit-transition: background 0s 300ms ease-in-out;
      transition: background 0s 300ms ease-in-out; }
      @media all and (min-width: 400px) {
        nav .menu span {
          left: 1rem;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); } }
      nav .menu span:before, nav .menu span:after {
        position: absolute;
        display: block;
        border-radius: 2px;
        left: 0;
        width: 100%;
        height: 0.2rem;
        background-color: #fff;
        content: "";
        -webkit-transition-duration: 300ms, 300ms;
                transition-duration: 300ms, 300ms;
        -webkit-transition-delay: 300ms, 0s;
                transition-delay: 300ms, 0s; }
      nav .menu span:before {
        top: -0.5rem;
        -webkit-transition-property: top, -webkit-transform;
        transition-property: top, -webkit-transform;
        transition-property: top, transform;
        transition-property: top, transform, -webkit-transform; }
      nav .menu span:after {
        bottom: -0.5rem;
        -webkit-transition-property: bottom, -webkit-transform;
        transition-property: bottom, -webkit-transform;
        transition-property: bottom, transform;
        transition-property: bottom, transform, -webkit-transform; }
  nav.show_menu .menu span {
    background: none; }
    nav.show_menu .menu span:before {
      top: 0;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    nav.show_menu .menu span:after {
      bottom: 0;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    nav.show_menu .menu span:before, nav.show_menu .menu span:after {
      -webkit-transition-delay: 0s, 200ms;
              transition-delay: 0s, 200ms; }
  nav.show_menu .menu:before {
    content: 'Close'; }
  nav .submenu {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: none;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    height: 4.4rem;
    width: auto;
    margin: 0;
    padding: 1.4rem 1.6rem 1.4rem calc(100% - 2.4rem);
    cursor: pointer; }
  nav .submenu:before {
    content: "";
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    position: relative;
    top: 0;
    -webkit-transition: -webkit-transform 300ms linear;
    transition: -webkit-transform 300ms linear;
    transition: transform 300ms linear;
    transition: transform 300ms linear, -webkit-transform 300ms linear; }
  nav .show_submenu .submenu:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  nav .top_menu {
    position: absolute;
    top: 4.7rem;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    background-color: #D2232A; }
  nav .top_menu li {
    position: relative;
    width: 100%; }
  nav .top_menu li.show_submenu {
    background-color: rgba(34, 34, 34, 0.25); }
    nav .top_menu li.show_submenu a:hover, nav .top_menu li.show_submenu a:focus, nav .top_menu li.show_submenu a:active {
      background-color: rgba(34, 34, 34, 0);
      color: #222; }
  nav .top_menu li a {
    width: 100%;
    display: block;
    font-weight: 800;
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    text-transform: uppercase;
    padding: 1.4rem 1.5rem;
    text-decoration: none;
    line-height: 1;
    color: #fff;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
    border-bottom: 1px solid rgba(34, 34, 34, 0.375); }
  nav .top_menu li a:hover, nav .top_menu li a:focus, nav .top_menu li a:active {
    background-color: rgba(34, 34, 34, 0.25); }
  nav .top_menu ul.sub {
    position: relative;
    top: 0;
    left: 0;
    display: none;
    overflow: hidden;
    width: 100%;
    margin-top: 0;
    background-color: transparent; }
  nav .top_menu ul.sub li {
    width: 100%;
    border-bottom: none;
    padding: 0; }
  nav .top_menu ul.sub li.sub-menu-first {
    border-top: 1px solid #222; }
  nav .top_menu ul.sub li a {
    width: 100%;
    padding-left: 3rem;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    text-transform: none;
    border-bottom: 1px solid rgba(34, 34, 34, 0.375); }
    nav .top_menu ul.sub li a:hover, nav .top_menu ul.sub li a:focus, nav .top_menu ul.sub li a:active {
      color: #222;
      background-color: transparent; }

/* ==========================================================================
Screen size greater than 900 pixels
========================================================================== */
@media all and (min-width: 900px) {
  header {
    background-color: #fff;
    padding-bottom: 1.5rem;
    padding-top: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0px 0px 15px rgba(34, 34, 34, 0.15);
            box-shadow: 0px 0px 15px rgba(34, 34, 34, 0.15); }

  header .logo {
    margin: 0;
    display: inline-block; }

  .header_utilities {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }

  .social_media {
    display: inline-block;
    margin-left: 1rem; }

  nav {
    position: relative;
    background: transparent;
    float: right;
    display: inline-block;
    margin-top: 1.5rem; }

  nav .menu,
  nav .submenu {
    display: none; }

  nav .top_menu {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto;
    width: auto;
    font-size: 0;
    text-align: right;
    background-color: transparent;
    border-top: 1px solid #AFAFAF;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  nav:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #AFAFAF;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 10; }

  nav .top_menu li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    position: relative;
    z-index: 200;
    width: auto;
    margin-right: 0;
    display: inline-block;
    text-align: left; }
    nav .top_menu li.show_submenu {
      background-color: rgba(210, 35, 42, 0.85); }
      nav .top_menu li.show_submenu a {
        color: #fff; }

  nav .top_menu li:last-child {
    margin-right: 0; }

  nav .top_menu li a {
    z-index: 200;
    width: 100%;
    display: inline-block;
    padding: 0.8rem 1rem;
    padding-right: 3rem;
    color: #222;
    font-size: 1.6rem;
    border-bottom: none; }
    nav .top_menu li a:before {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background-color: #D2232A;
      position: absolute;
      top: -1px;
      left: 0;
      z-index: 0;
      opacity: 0;
      -webkit-transition: opacity 100ms ease-in-out;
      transition: opacity 100ms ease-in-out; }
    nav .top_menu li a:hover, nav .top_menu li a:focus, nav .top_menu li a:active {
      background-color: rgba(210, 35, 42, 0.85);
      color: #fff; }
      nav .top_menu li a:hover:before, nav .top_menu li a:focus:before, nav .top_menu li a:active:before {
        opacity: 1;
        z-index: 10; }

  nav .top_menu ul.sub {
    position: absolute;
    top: 3rem;
    left: 0;
    background-color: rgba(210, 35, 42, 0.85);
    border-top: none;
    overflow: visible;
    padding: 0 0.75rem 0.15rem 0.75rem;
    min-width: 100%;
    width: 20rem;
    display: none; }

  nav .top_menu li:last-child ul.sub {
    left: auto;
    right: 0; }

  nav .top_menu ul.sub li {
    border-bottom: 1px solid #222;
    margin: 0;
    padding: 0; }
    nav .top_menu ul.sub li:first-child {
      border-top: 1px solid #222; }
    nav .top_menu ul.sub li:last-child {
      border-bottom: none; }

  nav .top_menu ul.sub li a {
    padding: 1rem 0;
    color: #fff;
    text-transform: unset;
    font-size: 1.6rem;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    border: none; }
    nav .top_menu ul.sub li a:before {
      content: none; }
    nav .top_menu ul.sub li a:hover, nav .top_menu ul.sub li a:focus, nav .top_menu ul.sub li a:active {
      color: #222; }

  .mini_header header {
    -webkit-box-shadow: 0px 0px 15px rgba(34, 34, 34, 0.625);
            box-shadow: 0px 0px 15px rgba(34, 34, 34, 0.625); }
  .mini_header .header_utilities {
    height: 0;
    margin: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }
  .mini_header .logo, .mini_header nav {
    margin-top: 1.5rem; }
  .mini_header .logo {
    width: 22rem;
    height: 4rem; } }
/* ==========================================================================
Screen size greater than 1125 pixels
========================================================================== */
@media all and (min-width: 1125px) {
  nav {
    width: auto;
    margin-top: 0; } }
/* ==========================================================================
May change based on .container width
========================================================================== */
@media all and (min-width: 1470px) {
  header .container {
    padding: 0; } }
main {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%; }
  main section {
    overflow: hidden;
    /* If '.container' is applied to <section> */ }
    main section.container {
      padding-top: 0;
      padding-bottom: 2rem;
      overflow: visible; }
  main section.full {
    float: none;
    width: 100%; }
  main p {
    margin: 1.5rem 0; }
    main p a {
      font-weight: 700;
      text-decoration: none;
      border-bottom: 1px dotted #D2232A;
      -webkit-transition: color 300ms ease-in-out, border-color 300ms ease-in-out;
      transition: color 300ms ease-in-out, border-color 300ms ease-in-out; }
      main p a:hover, main p a:focus, main p a:active {
        color: #222;
        border-bottom-color: #222; }
  main h4 + p {
    margin-top: 0; }
  main ol {
    list-style: numbered; }
  main ul {
    list-style: disc; }
  main ol, main ul {
    list-style-position: outside;
    padding-left: 2rem;
    margin: 1.6rem 0;
    /* prefer to have this the same as 'main p' but design my differ */ }

/* ==========================================================================
Add This Sharing Overrides
========================================================================== */
.addthis_inline_share_toolbox .at-icon-wrapper, .addthis_inline_share_toolbox .at-icon {
  height: 2.6rem !important;
  width: 2.6rem !important;
  line-height: 1; }
.addthis_inline_share_toolbox .at-share-btn {
  padding: 0 !important; }

/* ==========================================================================
News Widget + Education Opportunities Widget
========================================================================== */
.news_item,
.educ-opps-item {
  margin-bottom: 3rem; }
  .news_item p,
  .educ-opps-item p {
    margin: 0 0 0.5rem 0; }

.news_title,
a.educ-opps-item-title {
  text-decoration: none;
  color: #666;
  margin: 0 0 1rem 0;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out; }
  .news_title h3,
  a.educ-opps-item-title h3 {
    font-size: 2.1rem; }
  .news_title:hover, .news_title:focus, .news_title:active,
  a.educ-opps-item-title:hover,
  a.educ-opps-item-title:focus,
  a.educ-opps-item-title:active {
    color: #D2232A; }

h3.educ-opps-item-title {
  font-size: 2.1rem;
  color: #666; }

.more_news {
  display: inline-block; }

.educ-opps-item-link {
  position: relative;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  vertical-align: middle;
  margin: 1rem 0;
  display: inline-block;
  border-bottom: 1px dotted #D2232A;
  -webkit-transition: color 300ms ease-in-out, border-color 300ms ease-in-out;
  transition: color 300ms ease-in-out, border-color 300ms ease-in-out; }
  .educ-opps-item-link:hover, .educ-opps-item-link:focus, .educ-opps-item-link:active {
    color: #222;
    border-bottom-color: #222; }

.tickets_link {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  display: inline-block;
  position: relative;
  margin-left: 2.5rem;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px dotted #D2232A;
  -webkit-transition: color 300ms ease-in-out, border-color 300ms ease-in-out;
  transition: color 300ms ease-in-out, border-color 300ms ease-in-out; }
  .tickets_link:hover, .tickets_link:focus, .tickets_link:active {
    color: #222;
    border-bottom-color: #222; }
  .tickets_link .material-icons {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    position: absolute;
    left: -2.5rem;
    top: 0.125rem;
    font-size: 2rem;
    line-height: 1.125; }

.more_link {
  position: relative;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  vertical-align: middle;
  margin: 1rem 0 1rem 2.5rem;
  display: inline-block;
  border-bottom: 1px dotted #D2232A;
  -webkit-transition: color 300ms ease-in-out, border-color 300ms ease-in-out;
  transition: color 300ms ease-in-out, border-color 300ms ease-in-out; }
  .more_link:before {
    content: '\E5D3';
    display: inline-block;
    position: absolute;
    left: -2.5rem;
    top: 0.125rem;
    font-size: 2rem;
    line-height: 1.125;
    font-family: 'Material Icons';
    font-weight: 400; }
  .more_link:hover, .more_link:focus, .more_link:active {
    color: #222;
    border-bottom-color: #222; }

.cms-title-header,
.cms-title-second {
  margin: 1.5rem 0; }

.cms-page:not(:first-child) .cms-title-header {
  margin-top: 0; }
@media all and (min-width: 900px) {
  .cms-page:not(:first-child) .cms-column {
    padding-top: 1.5rem; } }

.playbill a {
  display: inline-block; }

footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  padding: 1.5rem 0 0 0;
  color: #222;
  font-size: 1.2rem; }

.foot_section {
  padding-top: 3rem;
  padding-bottom: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #AFAFAF; }
  .foot_section:last-of-type {
    padding-bottom: 0;
    text-align: center; }

.foot_logo {
  width: 21rem;
  margin-bottom: 1.5rem; }

.legal {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0.5rem auto; }

.footer_header {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 1rem; }

.address_contact {
  margin: 0.5rem auto; }
  .address_contact .phone_number {
    display: block; }

.address_contact,
.legal,
#previewForm {
  text-align: center;
  margin-bottom: 1.5rem; }

address {
  font-style: normal;
  display: inline-block; }
  address a {
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px dotted #D2232A;
    -webkit-transition: color 300ms ease-in-out, border-color 300ms ease-in-out;
    transition: color 300ms ease-in-out, border-color 300ms ease-in-out; }
    address a:hover, address a:focus, address a:active {
      color: #222;
      border-bottom-color: #222; }

#previewWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

#SignupFormPreview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

#FormFieldsTable .email {
  background-color: #fff;
  border: 1px solid #AFAFAF;
  padding: 0.75rem 1rem;
  line-height: 1;
  height: auto;
  margin-right: 1rem; }

#btnSection {
  margin-left: 0.5rem; }
  #btnSection .btnStyle {
    font-size: 1.4rem;
    padding: 0.5rem 1.5rem;
    height: 100%; }

.vsi {
  display: block;
  overflow: hidden;
  margin: 1.5rem auto;
  width: 120px;
  height: 30px;
  background: no-repeat url("https://static.visionary.com/siteoncall/siteoncall-footer.png");
  text-indent: 100%;
  white-space: nowrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.bot_menu {
  background: #D2232A;
  text-align: center;
  padding: 1rem 0;
  margin-bottom: 0; }
  .bot_menu .container {
    padding-top: 0;
    padding-bottom: 0; }
  .bot_menu li {
    display: inline-block; }
    .bot_menu li:last-child a {
      padding-right: 0;
      border: none; }
  .bot_menu li a {
    display: block;
    width: 100%;
    color: white;
    line-height: 1;
    font-weight: 800;
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    font-size: 1.6rem;
    text-transform: uppercase;
    text-decoration: none;
    padding-right: 1.5rem;
    padding-left: 1.25rem;
    border-right: 2px solid #fff;
    -webkit-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out; }
    .bot_menu li a:hover, .bot_menu li a:focus, .bot_menu li a:active {
      color: rgba(255, 255, 255, 0.5); }
  .bot_menu ul.sub {
    display: none; }

/* ==========================================================================
Screen size greater than 800 pixels -- May change based on '.container' max-width
========================================================================== */
@media all and (min-width: 900px) {
  footer {
    text-align: left; }

  .bot_menu li a {
    font-size: 2.1rem;
    padding-right: 3rem;
    padding-left: 3rem; }

  .foot_section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 3rem; }

  .foot_logo {
    margin: 0 3rem 0 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21rem;
            flex: 0 0 21rem; }

  footer > .container:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
    footer > .container:last-child .legal {
      width: auto;
      margin-top: 3rem;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 75%;
              flex: 1 0 75%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    footer > .container:last-child #previewForm {
      margin-left: auto;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      text-align: right;
      margin-bottom: 1.5rem; }
    footer > .container:last-child #previewWrapper {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    footer > .container:last-child .vsi {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      margin-top: 2.5rem; }

  .vsi {
    margin: 0; }

  .legal {
    display: inline-block;
    margin: 0;
    text-align: left; }

  .address_contact {
    text-align: left;
    margin: 0;
    display: inline-block; } }
/* ==========================================================================
Screen size greater than 1010 pixels -- May Change based on .container width
========================================================================== */
@media all and (min-width: 1470px) {
  footer .container {
    padding: 3rem 0; } }
#popup_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99998;
  background-color: #222;
  background-color: rgba(34, 34, 34, 0.45); }

#popup_container {
  min-width: 300px;
  max-width: 600px;
  background-color: #fff;
  border-radius: .3rem;
  -webkit-box-shadow: 0 0 10px rgba(34, 34, 34, 0.4);
          box-shadow: 0 0 10px rgba(34, 34, 34, 0.4); }
  #popup_container .popup_notice {
    color: #c00; }
  #popup_container .alert {
    text-align: left;
    background-color: #fff;
    color: #222;
    text-transform: unset;
    font-weight: 400;
    font-family: "Helvetica Neue", Helvetica, sans-serif; }

#popup_title {
  margin: 0;
  padding: 0.5rem 1.5rem;
  background-color: #D2232A;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 800;
  border-radius: .3rem .3rem 0 0;
  line-height: 3.2rem;
  cursor: default; }
  .alert #popup_title:before, .confirm #popup_title:before {
    margin-right: .5rem;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .alert #popup_title:before {
    content: '\e90a'; }
  .confirm #popup_title:before {
    content: '\e909'; }

#popup_content {
  padding: 1rem 1.5rem; }

#popup_panel {
  margin-top: 1rem; }
  #popup_panel input[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    color: #fff;
    font-weight: 800;
    font-size: 1.6rem;
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    text-transform: uppercase;
    text-shadow: 1px 2px 1px rgba(255, 255, 255, 0.5);
    border: 1px solid #222;
    border-radius: 0px;
    background: #666;
    background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#222));
    background: linear-gradient(to bottom, #666, #222);
    text-shadow: 1px 2px 1px rgba(34, 34, 34, 0.5);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: none;
    display: inline-block;
    line-height: 1.125;
    padding: 1rem 1.5rem;
    min-width: 10rem; }
    #popup_panel input[type="button"]:hover, #popup_panel input[type="button"]:focus, #popup_panel input[type="button"]:active {
      -webkit-box-shadow: inset 0px -50px 0px #222;
              box-shadow: inset 0px -50px 0px #222;
      border-color: #222;
      color: #fff;
      text-shadow: none; }

#popup_prompt {
  margin: .5em 0em; }

input.socv {
  display: none; }

.form,
.buttons {
  width: 100%;
  float: left;
  margin: 0 auto; }

.buttons {
  margin-bottom: 2rem; }
  .buttons button:last-child,
  .buttons input[type="submit"]:last-child,
  .buttons input[type="reset"]:last-child {
    margin-right: 0; }

button,
input[type="submit"],
input[type="reset"] {
  cursor: pointer;
  font-weight: 800;
  font-size: 1.6rem;
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  text-shadow: 1px 2px 1px rgba(255, 255, 255, 0.5);
  border: 1px solid #AFAFAF;
  background: #EFEFEF;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#EFEFEF));
  background: linear-gradient(to bottom, #fff, #EFEFEF);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-decoration: none;
  display: inline-block;
  line-height: 1.125;
  padding: 1.5rem 1.5rem;
  color: #AFAFAF; }
  button.primary_btn,
  input[type="submit"].primary_btn,
  input[type="reset"].primary_btn {
    color: #fff;
    border: 1px solid #680909;
    border-radius: 0px;
    background: #D2232A;
    text-shadow: 1px 2px 1px rgba(34, 34, 34, 0.5); }
    button.primary_btn:hover, button.primary_btn:focus, button.primary_btn:active,
    input[type="submit"].primary_btn:hover,
    input[type="submit"].primary_btn:focus,
    input[type="submit"].primary_btn:active,
    input[type="reset"].primary_btn:hover,
    input[type="reset"].primary_btn:focus,
    input[type="reset"].primary_btn:active {
      -webkit-box-shadow: inset 0px -100px 0px #680909;
              box-shadow: inset 0px -100px 0px #680909;
      border-color: #680909;
      text-shadow: none; }
  button.secondary_btn,
  input[type="submit"].secondary_btn,
  input[type="reset"].secondary_btn {
    color: #fff;
    border: 1px solid #222;
    border-radius: 0px;
    background: #666;
    background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#222));
    background: linear-gradient(to bottom, #666, #222);
    text-shadow: 1px 2px 1px rgba(34, 34, 34, 0.5); }
    button.secondary_btn:hover, button.secondary_btn:focus, button.secondary_btn:active,
    input[type="submit"].secondary_btn:hover,
    input[type="submit"].secondary_btn:focus,
    input[type="submit"].secondary_btn:active,
    input[type="reset"].secondary_btn:hover,
    input[type="reset"].secondary_btn:focus,
    input[type="reset"].secondary_btn:active {
      -webkit-box-shadow: inset 0px -50px 0px #222;
              box-shadow: inset 0px -50px 0px #222;
      border-color: #222;
      color: #fff;
      text-shadow: none; }

.fgrid {
  *zoom: 1; }
  .fgrid:before, .fgrid:after {
    content: ' ';
    display: table; }
  .fgrid:after {
    clear: both; }
  .fgrid fieldset {
    float: left;
    width: 100%;
    margin-bottom: 2.4rem;
    padding-right: 2rem; }
    .fgrid fieldset label {
      display: inline-block;
      vertical-align: middle;
      line-height: 1.25;
      margin-bottom: 0.5rem; }
    .fgrid fieldset.fgrid-last + fieldset {
      clear: left; }
  .fgrid section,
  .fgrid .form_section {
    float: left;
    width: 100%; }
  .fgrid .fgrid-no-padding {
    padding-right: 0; }
  .fgrid .fgrid-col-1, .fgrid .fgrid-col-2, .fgrid .fgrid-col-3, .fgrid .fgrid-col-4, .fgrid .fgrid-col-5, .fgrid .fgrid-col-6, .fgrid .fgrid-col-7, .fgrid .fgrid-col-8, .fgrid .fgrid-col-9, .fgrid .fgrid-col-10, .fgrid .fgrid-col-11, .fgrid .fgrid-col-12 {
    width: 100%; }
  @media all and (min-width: 600px) {
    .fgrid .fgrid-col-1, .fgrid .fgrid-col-2, .fgrid .fgrid-col-3 {
      width: 50%; }
    .fgrid .fgrid-col-4, .fgrid .fgrid-col-5, .fgrid .fgrid-col-6, .fgrid .fgrid-col-7, .fgrid .fgrid-col-8, .fgrid .fgrid-col-9, .fgrid .fgrid-col-10, .fgrid .fgrid-col-11, .fgrid .fgrid-col-12 {
      width: 100%; } }
  @media all and (min-width: 900px) {
    .fgrid .fgrid-col-1, .fgrid .fgrid-col-2, .fgrid .fgrid-col-3 {
      width: 25%; }
    .fgrid .fgrid-col-4, .fgrid .fgrid-col-5, .fgrid .fgrid-col-6, .fgrid .fgrid-col-7 {
      width: 50%; }
    .fgrid .fgrid-col-8, .fgrid .fgrid-col-9, .fgrid .fgrid-col-10, .fgrid .fgrid-col-11, .fgrid .fgrid-col-12 {
      width: 100%; } }
  @media all and (min-width: 1470px) {
    .fgrid .fgrid-col-1 {
      width: 8.33333%; }
    .fgrid .fgrid-col-2 {
      width: 16.66667%; }
    .fgrid .fgrid-col-5 {
      width: 41.66667%; }
    .fgrid .fgrid-col-7 {
      width: 58.33333%; }
    .fgrid .fgrid-col-10 {
      width: 83.33333%; }
    .fgrid .fgrid-col-11 {
      width: 91.66667%; }
    .fgrid .fgrid-col-12 {
      width: 100%; }
    .fgrid .fgrid-col-9 {
      width: 75%; }
    .fgrid .fgrid-col-8 {
      width: 66.6666666667%; }
    .fgrid .fgrid-col-6 {
      width: 50%; }
    .fgrid .fgrid-col-4 {
      width: 33.3333333333%; }
    .fgrid .fgrid-col-3 {
      width: 25%; } }
  .fgrid .fgrid-col-clear {
    clear: left; }
    .fgrid .fgrid-col-clear-only {
      clear: both; }
  .fgrid .fgrid-col-checkbox {
    width: auto; }
  .fgrid .fgrid-col-radios,
  .fgrid .fgrid-col-checkbox {
    display: inline-block;
    vertical-align: middle; }
    .fgrid .fgrid-col-radios label, .fgrid .fgrid-col-radios input[type="radio"], .fgrid .fgrid-col-radios input[type="checkbox"],
    .fgrid .fgrid-col-checkbox label,
    .fgrid .fgrid-col-checkbox input[type="radio"],
    .fgrid .fgrid-col-checkbox input[type="checkbox"] {
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 0; }
    .fgrid .fgrid-col-radios input[type="radio"],
    .fgrid .fgrid-col-checkbox input[type="radio"] {
      margin-right: 1.5rem; }
    .fgrid .fgrid-col-radios input[type="checkbox"] + label,
    .fgrid .fgrid-col-checkbox input[type="checkbox"] + label {
      margin-right: 2rem; }
    .fgrid .fgrid-col-radios input[type="radio"],
    .fgrid .fgrid-col-radios input[type="checkbox"],
    .fgrid .fgrid-col-checkbox input[type="radio"],
    .fgrid .fgrid-col-checkbox input[type="checkbox"] {
      height: 3rem;
      width: 3rem; }
  .fgrid .fgrid-file_upload {
    position: relative;
    overflow: hidden;
    margin-right: 2rem;
    margin-top: 0.5rem;
    width: auto;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    font-weight: 800;
    font-size: 1.6rem;
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    text-transform: uppercase;
    text-shadow: 1px 2px 1px rgba(34, 34, 34, 0.75);
    text-decoration: none;
    line-height: 1.125;
    padding: 1.5rem 1.5rem;
    color: #fff;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border: 1px solid #222;
    border-radius: 0px;
    background: #666;
    background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#222));
    background: linear-gradient(to bottom, #666, #222); }
    .fgrid .fgrid-file_upload label {
      margin: 0; }
    .fgrid .fgrid-file_upload input {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 100%;
      margin: 0;
      padding: 0;
      font-size: 1.8rem;
      cursor: pointer;
      opacity: 0;
      filter: alpha(opacity=0); }
    .fgrid .fgrid-file_upload:hover, .fgrid .fgrid-file_upload:focus, .fgrid .fgrid-file_upload:active {
      -webkit-box-shadow: inset 0px -50px 0px #222;
              box-shadow: inset 0px -50px 0px #222;
      border-color: #222;
      color: #fff;
      text-shadow: none; }
    .fgrid .fgrid-file_upload.file_selected {
      background: #EFEFEF;
      background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#EFEFEF));
      background: linear-gradient(to bottom, #fff, #EFEFEF);
      border-color: #680909;
      color: #680909;
      text-shadow: none; }
      .fgrid .fgrid-file_upload.file_selected:hover, .fgrid .fgrid-file_upload.file_selected:focus, .fgrid .fgrid-file_upload.file_selected:active {
        -webkit-box-shadow: inset 0px -50px 0px #EFEFEF;
                box-shadow: inset 0px -50px 0px #EFEFEF;
        border-color: #D2232A;
        color: #D2232A; }
  .fgrid .fgrid-note {
    float: left;
    padding-left: .5rem;
    font-size: 1.1rem;
    line-height: 1.4rem;
    color: #555555; }

label.req, label.required, legend.req, legend.required {
  font-weight: 700; }
  label.req:after, label.required:after, legend.req:after, legend.required:after {
    content: "*";
    display: inline-block;
    margin-left: 0.5rem;
    vertical-align: sup;
    color: #D2232A; }
label em, label .label-error, legend em, legend .label-error {
  margin-left: 1rem;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  color: #484848; }
label .label-error, legend .label-error {
  color: #D2232A; }

button,
input[type="submit"],
input[type="reset"],
fieldset input[type="text"],
fieldset input[type="password"],
fieldset input[type="email"],
fieldset input[type="number"],
fieldset input[type="tel"],
fieldset input[type="url"],
fieldset input[type="search"],
fieldset input[type="date"],
fieldset textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.6rem; }

input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="search"],
textarea,
select {
  width: 100%;
  height: 4.2rem;
  padding: 0 0.8rem;
  line-height: 3rem;
  border: 1px solid #EFEFEF;
  background-color: #EFEFEF;
  border-radius: 0;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.6rem;
  -webkit-transition: background-color 300ms ease-in-out, border-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out, border-color 300ms ease-in-out; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  textarea:focus,
  select:focus {
    background-color: #fff;
    border-color: #AFAFAF; }
  input[type="text"].error,
  input[type="email"].error,
  input[type="password"].error,
  input[type="number"].error,
  input[type="search"].error,
  textarea.error,
  select.error {
    border-color: #D2232A; }
    input[type="text"].error ~ label,
    input[type="email"].error ~ label,
    input[type="password"].error ~ label,
    input[type="number"].error ~ label,
    input[type="search"].error ~ label,
    textarea.error ~ label,
    select.error ~ label {
      color: #D2232A; }

textarea {
  height: auto;
  line-height: 1.5;
  padding: 0.8rem; }

.field_note {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.25;
  display: inline-block;
  font-style: italic; }

/*
Colorbox Core Style:
The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox,
#cboxContent,
#cboxLoadedContent {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

/* 
User Style:
Change the following styles to modify the appearance of Colorbox.  They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90); }

#colorbox {
  outline: 0; }

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  background: #000;
  padding: 1px; }
  #cboxLoadedContent .error {
    padding-left: 0; }

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center; }

#cboxLoadingOverlay {
  background: #000; }

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000; }

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px; }

.cbox-white #cboxContent,
.cbox-white #cboxLoadedContent,
.cbox-white #cboxLoadingOverlay {
  background: #fff; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(images/controls.png) no-repeat 0 0; }
  #cboxPrevious:active,
  #cboxNext:active,
  #cboxSlideshow:active,
  #cboxClose:active {
    outline: 0; }

#cboxPrevious {
  background-position: 0 0;
  right: 44px; }
  #cboxPrevious:hover {
    background-position: 0 -25px; }

#cboxNext {
  background-position: -25px 0;
  right: 22px; }
  #cboxNext:hover {
    background-position: -25px -25px; }

#cboxClose {
  background-position: -50px 0;
  right: 0; }
  #cboxClose:hover {
    background-position: -50px -25px; }

.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px; }

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px; }
  .cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -100px -25px; }

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0;
  right: 44px; }
  .cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -75px -25px; }

.alertlb {
  position: fixed;
  z-index: 99999;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: top 0.5s;
  transition: top 0.5s; }
  .alertlb.active {
    top: 0; }
  .alertlb .alertlb-item {
    display: none; }
    .alertlb .alertlb-item.active {
      display: block; }
  .alertlb .alertlb-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 4rem;
    height: 4rem;
    font-size: 4rem;
    text-align: center;
    text-decoration: none; }
  .alertlb .alertlb-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media all and (min-width: 600px) {
      .alertlb .alertlb-content {
        left: 50%;
        width: 800px;
        max-width: 90%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }
  .alertlb .alertlb-title {
    padding: 0 1rem;
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    font-size: 3rem;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    -webkit-hyphens: none;
        -ms-hyphens: none;
            hyphens: none; }
    .alertlb .alertlb-title strong {
      color: #D2232A; }
  .alertlb .alertlb-video {
    width: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: 0;
    padding: 0 0 62.5% 0; }
    .alertlb .alertlb-video iframe,
    .alertlb .alertlb-video object,
    .alertlb .alertlb-video embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .alertlb .alertlb-buttons {
    text-align: center; }
    .alertlb .alertlb-buttons .link_button {
      margin-bottom: 1rem; }
    .alertlb .alertlb-buttons .link_button:last-of-type {
      margin-bottom: 0; }

.cms-gallery-list {
  margin: 0 0 3rem 0;
  padding: 0 0 1.5rem 0;
  overflow: hidden;
  font-size: 0;
  text-align: center;
  border-bottom: 1px solid #AFAFAF; }
  .cms-gallery-list li {
    display: inline-block;
    width: 100px;
    margin: 0 0.5rem 0.5rem 0;
    cursor: pointer; }
    .cms-gallery-list li img {
      max-width: 100%; }
  @media all and (min-width: 900px) {
    .cms-gallery-list {
      text-align: left;
      padding: 0;
      border: none; } }

.cms-gallery-header {
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 1.5rem 0;
  text-align: center; }
  @media all and (min-width: 900px) {
    .cms-gallery-header {
      text-align: left; } }

.cms-map {
  position: relative;
  width: 100%;
  max-height: 600px; }
  .cms-map:after {
    content: '';
    display: block;
    padding-top: 56.25%; }
  .cms-map-map {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
  .cms-map-info {
    display: none; }

.cms-slider {
  width: 100%; }
  .cms-slider img {
    max-width: 100%; }
  .cms-slider-item {
    text-align: center; }

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    display: table;
    content: ''; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }
  [dir='rtl'] .slick-slide {
    float: right; }
  .slick-slide img {
    display: inline-block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-loading .slick-list {
  background: #fff url("/images/body/ajax-loader.gif") center center no-repeat; }

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  z-index: 9999;
  display: block;
  width: 7rem;
  height: 7rem;
  padding: 0;
  margin-top: -2rem;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  text-shadow: none; }
  .slick-prev::-moz-focus-inner,
  .slick-next::-moz-focus-inner {
    border: 0; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent; }
  .slick-prev::-moz-focus-inner,
  .slick-next::-moz-focus-inner {
    border: 0; }
  .slick-prev:hover:before, .slick-prev:focus:before,
  .slick-next:hover:before,
  .slick-next:focus:before {
    background-color: rgba(255, 255, 255, 0.75); }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: .25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: 'Material Icons';
    font-size: 6rem;
    line-height: 7rem;
    color: #AFAFAF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.25);
    -webkit-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out; }

.slick-prev {
  left: 0; }
  [dir='rtl'] .slick-prev {
    right: 1rem;
    left: auto; }
    [dir='rtl'] .slick-prev:before {
      content: '\e5cc'; }
  .slick-prev:before {
    content: '\e5cb'; }

.slick-next {
  right: 0; }
  [dir='rtl'] .slick-next {
    right: auto;
    left: 1rem; }
    [dir='rtl'] .slick-next:before {
      content: '\e5cb'; }
  .slick-next:before {
    content: '\e5cc'; }

.slick-dots {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    cursor: pointer; }
  .slick-dots li button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    padding: 0;
    background: transparent;
    border: 0;
    outline: none;
    font-size: 0;
    cursor: pointer; }
    .slick-dots li button::-moz-focus-inner {
      border: 0; }
    .slick-dots li button:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background-color: #fff;
      border-radius: 100%;
      -webkit-transition: background-color .1s;
      transition: background-color .1s; }
    .slick-dots li button:hover:before, .slick-dots li button:focus:before {
      background-color: #222;
      opacity: 1;
      outline: none; }
  .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #D2232A; }

.cms-page-no-column .cms-module-12.cms-module-slider {
  position: relative;
  margin: 0 -2rem;
  width: 100vw; }
@media all and (min-width: 1470px) {
  .cms-page-no-column .cms-module-12.cms-module-slider {
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw; }
    .cms-page-no-column .cms-module-12.cms-module-slider .slick-prev,
    .cms-page-no-column .cms-module-12.cms-module-slider .slick-next {
      width: 16rem;
      height: 16rem;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      margin-top: 0; }
      .cms-page-no-column .cms-module-12.cms-module-slider .slick-prev:before,
      .cms-page-no-column .cms-module-12.cms-module-slider .slick-next:before {
        font-size: 15rem;
        line-height: 16rem; }
    .cms-page-no-column .cms-module-12.cms-module-slider .slick-slide img {
      width: 100%; } }

@keyframes indicate_swipe {
  from {
    -webkit-transform: translateX(0rem);
            transform: translateX(0rem);
    opacity: 1; }
  to {
    -webkit-transform: translateX(5rem);
            transform: translateX(5rem);
    opacity: 0; } }
@-webkit-keyframes indicate_swipe {
  from {
    -webkit-transform: translateX(0rem);
            transform: translateX(0rem);
    opacity: 1; }
  to {
    -webkit-transform: translateX(5rem);
            transform: translateX(5rem);
    opacity: 0; } }
.cms-tabs {
  position: relative;
  margin-bottom: 3rem;
  overflow: hidden; }
  .cms-tabs.js-has_scroll:after {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    right: 0;
    width: 8rem;
    height: 5rem;
    z-index: 1;
    opacity: 1;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
    -webkit-transition: width 300ms ease-in-out, opacity 800ms ease-in-out;
    transition: width 300ms ease-in-out, opacity 800ms ease-in-out; }
  .cms-tabs.js-has_scroll:before {
    content: '\E154';
    color: rgba(34, 34, 34, 0.75);
    position: absolute;
    top: 1rem;
    right: 0.5rem;
    font-size: 3rem;
    height: 3rem;
    width: 3rem;
    z-index: 2;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
    animation: indicate_swipe 1.5s 3 ease-in-out forwards 1s;
    -webkit-animation: indicate_swipe 1.5s 3 ease-in-out forwards 1s; }
  .cms-tabs.js-has_scroll.js-is_end:after {
    width: 0.2rem;
    opacity: 0; }
  .cms-tabs.js-has_scroll.js-is_end:before {
    opacity: 0;
    visibility: hidden; }

.cms-tabs-top {
  position: relative;
  bottom: -1px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-width: 1px;
  border-radius: .3rem .3rem 0 0;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  -webkit-scroll-snap-type: proximity;
      -ms-scroll-snap-type: proximity;
          scroll-snap-type: proximity;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 1; }
  .cms-tabs-top::-webkit-scrollbar {
    display: none; }
  .cms-tabs-top span {
    font-weight: 800;
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    color: #666;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    position: relative;
    float: left;
    display: inline-block;
    padding: 1rem 1.25rem;
    border: 1px solid #AFAFAF;
    border-width: 1px 0 1px 1px;
    background: #fff;
    -webkit-box-shadow: inset 0px -10px 10px #EFEFEF;
            box-shadow: inset 0px -10px 10px #EFEFEF;
    cursor: pointer;
    -webkit-transition: all 300ms cubic-bezier(0.2, 0.9, 0.3, 1.3);
    transition: all 300ms cubic-bezier(0.2, 0.9, 0.3, 1.3);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-size: 1.8rem;
    width: auto;
    white-space: nowrap; }
    .cms-tabs-top span:first-of-type {
      border-top-left-radius: .3rem; }
    .cms-tabs-top span:last-of-type {
      border-right-width: 1px;
      border-top-right-radius: .3rem; }
    .cms-tabs-top span.active {
      background: #fff;
      border-bottom-color: #fff;
      color: #D2232A;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .cms-tabs-top span.active:hover, .cms-tabs-top span.active:focus, .cms-tabs-top span.active:active {
        background-color: #fff;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #D2232A;
        text-shadow: none;
        border-color: #AFAFAF;
        border-bottom-color: #fff; }
    .cms-tabs-top span:hover, .cms-tabs-top span:focus, .cms-tabs-top span:active {
      background: #D2232A;
      color: #fff;
      text-shadow: 1px 1px 1px rgba(34, 34, 34, 0.25);
      -webkit-box-shadow: none;
              box-shadow: none;
      border-color: #680909; }

.cms-tabs-bottom {
  float: left;
  width: 100%;
  background-color: #fff;
  border: 1px solid #AFAFAF;
  border-radius: 0 0 .3rem .3rem;
  position: relative; }
  .cms-tabs-bottom-tab {
    display: none;
    padding: 0 1.5rem; }
  .cms-tabs-bottom-tab.active {
    display: block; }

.cms-toggle {
  margin: 0 0 1.5rem 0; }

.cms-toggle-item {
  position: relative;
  margin-bottom: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color .1s;
  transition: background-color .1s; }
  @media all and (min-width: 900px) {
    .cms-toggle-item {
      margin-bottom: 1.5rem; } }
  .cms-toggle-item-title {
    cursor: pointer;
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
    font-size: 2.1rem;
    width: calc(100% - 5rem);
    line-height: 1.125; }
  .cms-toggle-item-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    position: relative;
    padding: 0.5rem;
    margin-right: 1rem;
    height: 4rem;
    width: 4rem;
    border-radius: 100%;
    border: none;
    background: rgba(210, 35, 42, 0.75);
    text-shadow: none;
    display: block;
    text-align: center;
    cursor: pointer;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-transition: background 300ms ease-in-out, -webkit-transform 200ms ease-in-out;
    transition: background 300ms ease-in-out, -webkit-transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out, background 300ms ease-in-out;
    transition: transform 200ms ease-in-out, background 300ms ease-in-out, -webkit-transform 200ms ease-in-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .cms-toggle-item-toggle:hover, .cms-toggle-item-toggle:focus, .cms-toggle-item-toggle:active {
      background-color: #d2232a; }
    .cms-toggle-item-toggle .material-icons {
      display: inline-block;
      font-size: 2.1rem;
      line-height: 1;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: #fff; }
    .active .cms-toggle-item-toggle {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      background-color: #d2232a; }
  .cms-toggle-item-content {
    display: none;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%; }
    @media all and (min-width: 900px) {
      .cms-toggle-item-content {
        padding-left: 5rem; } }
    .active .cms-toggle-item-content {
      display: block; }

.cms-video-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 25px; }
  .cms-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.cms-module-blurb-image {
  position: relative;
  margin-bottom: 1rem; }
  .cms-module-blurb-image img {
    -webkit-transition: opacity 400ms ease-in-out;
    transition: opacity 400ms ease-in-out;
    opacity: 1; }
  .cms-module-blurb-image span {
    display: block;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
    font-size: 2.1rem;
    font-weight: 300;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in-out 200ms;
    transition: all 300ms ease-in-out 200ms; }
  .cms-module-blurb-image a {
    display: block; }
    .cms-module-blurb-image a:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(210, 35, 42, 0);
      -webkit-transition: background 300ms ease-in-out;
      transition: background 300ms ease-in-out; }
    .cms-module-blurb-image a:after {
      content: '';
      display: block;
      height: 1px;
      width: 0;
      position: absolute;
      top: 60%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-color: #fff;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
    .cms-module-blurb-image a:hover:before, .cms-module-blurb-image a:focus:before, .cms-module-blurb-image a:active:before {
      background-color: rgba(210, 35, 42, 0.85); }
    .cms-module-blurb-image a:hover span, .cms-module-blurb-image a:focus span, .cms-module-blurb-image a:active span {
      top: 50%;
      opacity: 1;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
    .cms-module-blurb-image a:hover:after, .cms-module-blurb-image a:focus:after, .cms-module-blurb-image a:active:after {
      width: 50%;
      -webkit-transition: all 300ms ease-in-out 400ms;
      transition: all 300ms ease-in-out 400ms; }

.cms-module-blurb-text h2 {
  margin-top: 0;
  color: #666;
  font-weight: 800;
  font-size: 2.1rem;
  line-height: 1.5; }
.cms-module-blurb-text h1, .cms-module-blurb-text h2, .cms-module-blurb-text h3, .cms-module-blurb-text h4 {
  margin: 1rem 0 1.5rem 0; }
.cms-module-blurb-text * + p:first-of-type {
  margin-top: 0; }
.cms-module-blurb-text .cta-module-blurbextra-link:only-child {
  margin-top: 1rem; }

.cta-module-blurbextra-link {
  position: relative;
  display: inline-block;
  margin-bottom: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px dotted #D2232A;
  -webkit-transition: color 300ms ease-in-out, border-color 300ms ease-in-out;
  transition: color 300ms ease-in-out, border-color 300ms ease-in-out; }
  .cta-module-blurbextra-link:hover, .cta-module-blurbextra-link:focus, .cta-module-blurbextra-link:active {
    color: #222;
    border-bottom-color: #222; }

.werecommend-item {
  margin-bottom: 3rem; }

.werecommend-item-image {
  text-decoration: none;
  display: block;
  margin: 0 0 1.5rem 0;
  position: relative;
  overflow: hidden; }
  .werecommend-item-image img {
    width: 100%; }
  .werecommend-item-image:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(210, 35, 42, 0);
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out; }
  .werecommend-item-image:after {
    content: "Get Tickets";
    text-decoration: none;
    display: block;
    width: 17rem;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 2.4rem;
    text-transform: uppercase;
    line-height: 1;
    border-bottom: 0px solid #fff;
    padding: 0 0 0.5rem 0;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
    opacity: 0;
    -webkit-transition: opacity 250ms ease-in-out, width 300ms ease-in-out 100ms, -webkit-transform 250ms ease-in-out;
    transition: opacity 250ms ease-in-out, width 300ms ease-in-out 100ms, -webkit-transform 250ms ease-in-out;
    transition: opacity 250ms ease-in-out, transform 250ms ease-in-out, width 300ms ease-in-out 100ms;
    transition: opacity 250ms ease-in-out, transform 250ms ease-in-out, width 300ms ease-in-out 100ms, -webkit-transform 250ms ease-in-out; }
  .no_tix .werecommend-item-image:after {
    content: "Learn More"; }
  .werecommend-item-image:hover:before, .werecommend-item-image:focus:before, .werecommend-item-image:active:before {
    background-color: rgba(210, 35, 42, 0.85); }
  .werecommend-item-image:hover:after, .werecommend-item-image:focus:after, .werecommend-item-image:active:after {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-bottom-width: 1px;
    width: 18.5rem; }

.werecommend-image-skel {
  padding-bottom: 66.66667%; }

.werecommend-item-title {
  font-size: 2.1rem;
  color: #666;
  margin: 0 0 1rem 0; }

.werecommend-item-date {
  display: block;
  margin: 0 0 0.5rem 0; }

.cms-page-no-column .werecommend,
.cms-page-no-column .serieslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
@media all and (min-width: 600px) {
  .cms-page-no-column .cms-module-6 .werecommend-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    max-width: 50%; }
    .cms-page-no-column .cms-module-6 .werecommend-item:nth-of-type(odd) {
      padding-right: 0.5rem; }
    .cms-page-no-column .cms-module-6 .werecommend-item:nth-of-type(even) {
      padding-left: 0.5rem; } }
@media all and (min-width: 600px) {
  .cms-page-no-column .cms-module-9 .werecommend-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    max-width: 50%; }
    .cms-page-no-column .cms-module-9 .werecommend-item:nth-of-type(odd) {
      padding-right: 0.5rem; }
    .cms-page-no-column .cms-module-9 .werecommend-item:nth-of-type(even) {
      padding-left: 0.5rem; } }
@media all and (min-width: 900px) {
  .cms-page-no-column .cms-module-9 .werecommend-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    width: 33.3333%;
    max-width: 33.3333%;
    padding-right: 0.25rem;
    padding-left: 0.25rem; } }
@media all and (min-width: 600px) {
  .cms-page-no-column .cms-module-12 .werecommend-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    max-width: 50%; }
    .cms-page-no-column .cms-module-12 .werecommend-item:nth-of-type(odd) {
      padding-right: 0.5rem; }
    .cms-page-no-column .cms-module-12 .werecommend-item:nth-of-type(even) {
      padding-left: 0.5rem; } }
@media all and (min-width: 900px) {
  .cms-page-no-column .cms-module-12 .werecommend-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    padding-right: 0.25rem;
    padding-left: 0.25rem; } }

.cms-page-with-column .cms-main .werecommend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
@media all and (min-width: 600px) {
  .cms-page-with-column .cms-main .cms-module-12 .werecommend-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    max-width: 50%; }
    .cms-page-with-column .cms-main .cms-module-12 .werecommend-item:nth-of-type(odd) {
      padding-right: 0.5rem; }
    .cms-page-with-column .cms-main .cms-module-12 .werecommend-item:nth-of-type(even) {
      padding-left: 0.5rem; } }
@media all and (min-width: 900px) {
  .cms-page-with-column .cms-main .cms-module-12 .werecommend-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    width: 33.3333%;
    max-width: 33.3333%;
    padding-right: 0.25rem;
    padding-left: 0.25rem; } }
@media all and (min-width: 600px) {
  .cms-page-with-column .cms-main .cms-module-6 .werecommend-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    max-width: 50%; }
    .cms-page-with-column .cms-main .cms-module-6 .werecommend-item:nth-of-type(odd) {
      padding-right: 0.5rem; }
    .cms-page-with-column .cms-main .cms-module-6 .werecommend-item:nth-of-type(even) {
      padding-left: 0.5rem; } }

.cms-column .mm-item:only-child {
  margin-bottom: 3rem; }

.mm-item {
  margin-bottom: 3rem; }
  .mm-item img {
    width: 100%; }
  .mm-item .skeleton-image {
    padding-bottom: 62.5%; }
.mm-item-title {
  color: #0074c8;
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 4.2rem;
  text-transform: uppercase;
  line-height: 1.125;
  display: block;
  margin-bottom: 1rem; }
.mm-item-content {
  background: #EFEFEF;
  padding: 1.5rem; }
  .mm-item-content p {
    margin-top: 0;
    font-size: 1.8rem; }
  .mm-item-content .link_button {
    width: 100%; }
    @media all and (min-width: 600px) {
      .mm-item-content .link_button {
        width: auto; } }

.cms-module-8 .mm-item img,
.cms-module-9 .mm-item img {
  width: 100%; }
@media all and (min-width: 900px) {
  .cms-module-8 .mm-item-title,
  .cms-module-9 .mm-item-title {
    font-size: 7.2rem; }
  .cms-module-8 .mm-item-content p,
  .cms-module-9 .mm-item-content p {
    font-size: 2.1rem; } }

.cms-page-with-column .cms-module-6 .link_button {
  width: 100%; }

.cms-module-12 .mm-item img {
  width: 100%; }

.cms-module-3 .mm-item-content .link_button,
.cms-module-4 .mm-item-content .link_button {
  width: 100%; }
  @media all and (min-width: 600px) {
    .cms-module-3 .mm-item-content .link_button,
    .cms-module-4 .mm-item-content .link_button {
      width: auto; } }
  @media all and (min-width: 900px) {
    .cms-module-3 .mm-item-content .link_button,
    .cms-module-4 .mm-item-content .link_button {
      width: 100%; } }
@media all and (min-width: 900px) {
  .cms-module-3 .mm-item-content p,
  .cms-module-4 .mm-item-content p {
    font-size: 1.4rem;
    line-height: 1.25; } }

.cms-column .mm-item {
  margin-bottom: 3rem; }
  .cms-column .mm-item .link_button {
    width: 100%; }
@media all and (min-width: 900px) {
  .cms-column .mm-item-content p {
    font-size: 1.4rem;
    line-height: 1.25; } }

@media all and (min-width: 900px) {
  .mm-item {
    position: relative;
    overflow: hidden; }
    .mm-item img {
      -webkit-transition: -webkit-transform 500ms ease-in-out;
      transition: -webkit-transform 500ms ease-in-out;
      transition: transform 500ms ease-in-out;
      transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out; }
    .mm-item:hover .mm-item-content, .mm-item:focus .mm-item-content, .mm-item:active .mm-item-content {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      background-color: rgba(237, 237, 237, 0.75); }
    .mm-item:hover img, .mm-item:focus img, .mm-item:active img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
  .mm-item-content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5rem;
    height: 100%;
    width: 100%;
    z-index: 101;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(237, 237, 237, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
    .mm-item-content p {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
  .mm-item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    font-size: 5rem;
    color: #fff;
    line-height: 1;
    width: 100%;
    padding: 20% 2rem 1rem 2rem;
    margin: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35); } }

@media all and (min-width: 1470px) {
  .cms-module-3 .mm-widget .mm-item-title,
  .cms-column .cms-module-12 .mm-widget .mm-item-title,
  .cms-page-with-column .cms-main .cms-module-6 .mm-widget .mm-item-title {
    font-size: 3.2rem; } }
@media all and (min-width: 900px) {
  .cms-module-3 .mm-widget .mm-item-title,
  .cms-column .cms-module-12 .mm-widget .mm-item-title,
  .cms-page-with-column .cms-main .cms-module-6 .mm-widget .mm-item-title {
    font-size: 2.8rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  .cms-module-3 .mm-widget .mm-item-content,
  .cms-column .cms-module-12 .mm-widget .mm-item-content,
  .cms-page-with-column .cms-main .cms-module-6 .mm-widget .mm-item-content {
    padding: 2rem; } }

@media all and (min-width: 900px) {
  .cms-module-12 .mm-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .cms-module-12 .mm-widget .mm-item {
      min-width: 100%; }
      .cms-module-12 .mm-widget .mm-item:not(:only-child) {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 49%;
                flex: 0 0 49%;
        min-width: 49%; } }

.grouppromo-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .grouppromo-form fieldset {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 18rem;
            flex: 1 1 18rem;
    margin-right: 1rem;
    margin-bottom: 1.5rem; }
  .grouppromo-form .primary_btn {
    padding: 0.75rem 1.5rem;
    height: 4.2rem;
    margin-bottom: 1.5rem; }

.grouppromo-text:not(:first-child) {
  margin-top: 0; }

.cbox-white #cboxContent {
  margin-top: 0;
  padding: 1rem;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); }
.cbox-white p,
.cbox-white .grouppromo-step2 fieldset {
  margin-bottom: 1.5rem; }
.cbox-white #cboxLoadedContent > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }

#colorbox.cbox-white {
  overflow: visible; }
  #colorbox.cbox-white #cboxWrapper {
    overflow: visible; }

.rltd {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding-top: 1rem;
  background: #D2232A;
  color: #fff; }
  .rltd .rltd-title {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.8rem;
    color: #fff;
    margin: 0;
    padding: 0 3.5rem 1rem 0;
    text-align: right;
    width: 100%; }
    .rltd .rltd-title:before {
      content: "View";
      display: inline-block;
      margin-right: 0.5rem; }
  .rltd .rltd-list {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5); }
    .rltd .rltd-list li {
      display: block; }
    .rltd .rltd-list a {
      display: block;
      color: #fff;
      text-decoration: none;
      line-height: 1;
      padding: 1.4rem 1.5rem;
      font-weight: 800;
      font-family: "Montserrat", "Helvetica Neue", sans-serif;
      text-transform: uppercase;
      background-color: rgba(34, 34, 34, 0);
      border-bottom: 1px solid rgba(34, 34, 34, 0.375); }
      .rltd .rltd-list a:hover, .rltd .rltd-list a:focus, .rltd .rltd-list a:active {
        background-color: rgba(34, 34, 34, 0.25); }

.related_pages_menu {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  color: #fff;
  border: none;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
  line-height: 1;
  margin: 0;
  padding: 1rem 3.5rem 1rem 1rem;
  font-size: 0;
  text-shadow: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.9rem; }

.related_pages_menu {
  display: inline-block;
  overflow: hidden; }
  .related_pages_menu:focus {
    outline: none; }
  .related_pages_menu span {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    right: 50%;
    height: 0.2rem;
    width: 1.625rem;
    background-color: #fff;
    font-size: 0;
    border-radius: 2px;
    -webkit-transition: background 0s 300ms ease-in-out;
    transition: background 0s 300ms ease-in-out;
    right: 1rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .related_pages_menu span:before, .related_pages_menu span:after {
      position: absolute;
      display: block;
      border-radius: 2px;
      left: 0;
      width: 100%;
      height: 0.2rem;
      background-color: #fff;
      content: "";
      -webkit-transition-duration: 300ms, 300ms;
              transition-duration: 300ms, 300ms;
      -webkit-transition-delay: 300ms, 0s;
              transition-delay: 300ms, 0s; }
    .related_pages_menu span:before {
      top: -0.5rem;
      -webkit-transition-property: top, -webkit-transform;
      transition-property: top, -webkit-transform;
      transition-property: top, transform;
      transition-property: top, transform, -webkit-transform; }
    .related_pages_menu span:after {
      bottom: -0.5rem;
      -webkit-transition-property: bottom, -webkit-transform;
      transition-property: bottom, -webkit-transform;
      transition-property: bottom, transform;
      transition-property: bottom, transform, -webkit-transform; }

.show_menu .related_pages_menu span {
  background: none; }
  .show_menu .related_pages_menu span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .show_menu .related_pages_menu span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .show_menu .related_pages_menu span:before, .show_menu .related_pages_menu span:after {
    -webkit-transition-delay: 0s, 200ms;
            transition-delay: 0s, 200ms; }

@media all and (min-width: 600px) {
  .rltd {
    position: relative;
    width: auto;
    padding-top: 0;
    background: transparent; }
    .rltd .rltd-title {
      font-size: 2.8rem;
      color: #AFAFAF;
      padding: 0;
      margin-top: 2rem;
      text-align: left; }
      .rltd .rltd-title:before {
        content: none; }
    .rltd .rltd-list {
      font-size: 1.8rem;
      font-family: "Montserrat", "Helvetica Neue", sans-serif;
      text-transform: uppercase;
      padding-left: 0;
      margin: 1.5rem 0 3rem 0;
      color: #222;
      display: block !important; }
      .rltd .rltd-list li {
        margin-bottom: 1rem; }
      .rltd .rltd-list a {
        color: #222;
        text-decoration: none;
        border: none;
        font-weight: 300;
        padding: 0;
        -webkit-transition: color 300ms ease-in-out;
        transition: color 300ms ease-in-out; }
        .rltd .rltd-list a:hover, .rltd .rltd-list a:focus, .rltd .rltd-list a:active {
          color: #D2232A;
          background-color: transparent; }

  .related_pages_menu {
    display: none; } }
.banner-wrap {
  display: none;
  opacity: 0;
  visibility: hidden; }
  @media all and (min-width: 600px) {
    .banner-wrap {
      display: block;
      opacity: 1;
      visibility: visible;
      position: relative;
      padding-top: 31.25%; } }

.banner {
  display: none;
  opacity: 0;
  visibility: hidden; }
  @media all and (min-width: 600px) {
    .banner {
      display: block;
      opacity: 1;
      visibility: visible;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }

.banner-mobile {
  display: block;
  opacity: 1;
  visibility: visible; }
  @media all and (min-width: 600px) {
    .banner-mobile {
      display: none;
      opacity: 0;
      visibility: hidden; } }
  .banner-mobile .banner {
    display: block;
    opacity: 1;
    visibility: visible; }
    @media all and (min-width: 600px) {
      .banner-mobile .banner {
        display: none;
        opacity: 0;
        visibility: hidden; } }

.banner-item-button {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 1.5rem;
  font-size: 1.8rem; }
  @media all and (min-width: 600px) {
    .banner-item-button {
      left: auto;
      right: 2rem;
      bottom: 3rem;
      -webkit-transform: translateX(0);
              transform: translateX(0);
      font-size: 2rem; } }
  @media all and (min-width: 1470px) {
    .banner-item-button {
      right: 7rem;
      font-size: 2.4rem; } }

.banner .slick-dots {
  display: none;
  visibility: hidden;
  opacity: 0;
  pointer-events: none; }
  @media all and (min-width: 600px) {
    .banner .slick-dots {
      display: block;
      visibility: visible;
      opacity: 1;
      pointer-events: all;
      bottom: 1rem; } }

@media all and (min-width: 1470px) {
  .banner .slick-prev,
  .banner .slick-next {
    width: 10rem;
    height: 10rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 0; }
    .banner .slick-prev:before,
    .banner .slick-next:before {
      font-size: 8rem;
      line-height: 10rem; }
  .banner .banner-item-image {
    width: 100%; } }
.perftbl-table,
.perftbl-form,
.perftbl-form-one,
.perftbl-paging,
.perftbl-paging-prev,
.perftbl-paging-next,
.perftbl-empty,
.perftbl-select-btn {
  display: none; }

.perftbl-table.active,
.perftbl-form.active,
.perftbl-form-one.active,
.perftbl-skel .perftbl-form,
.perftbl-paging.active,
.perftbl-empty.active {
  display: table;
  width: calc(100% + 1px); }

.perftbl-paging {
  margin-top: 1rem; }

.perftbl-paging-prev.active,
.perftbl-paging-next.active {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  text-decoration: none; }
  .perftbl-paging-prev.active .material-icons,
  .perftbl-paging-next.active .material-icons {
    font-size: 3rem;
    display: block; }

.perftbl-paging-num {
  font-size: 2.1rem;
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  vertical-align: bottom; }

.perftbl-select-btn.active,
.perftbl-select-btn.disabled {
  display: inline-block; }

.perftbl-select-btn.disabled {
  color: rgba(102, 102, 102, 0.5);
  border: 1px solid #AFAFAF;
  background: #AFAFAF;
  background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#AFAFAF));
  background: linear-gradient(to bottom, #EFEFEF, #AFAFAF);
  text-shadow: none;
  cursor: not-allowed;
  cursor: no-drop;
  opacity: 0.75; }

.perftbl h2 {
  text-align: center;
  margin: 0;
  font-weight: 300;
  font-size: 3.2rem;
  color: #666; }

.perftbl-contain {
  margin-top: 1.5rem; }

.perftbl-table {
  border-bottom: 1px solid #AFAFAF;
  width: 100%; }
  .perftbl-table th {
    background-color: #666;
    border: 1px solid #666;
    color: #fff;
    text-align: left;
    padding: 1rem 1.5rem; }
  .perftbl-table tbody tr {
    border-left: 1px solid #AFAFAF;
    border-right: 1px solid #AFAFAF;
    position: relative; }
    .perftbl-table tbody tr:last-child td:after {
      content: none; }
  @media all and (min-width: 900px) {
    .perftbl-table tbody td {
      padding: 1rem 1.5rem;
      position: relative;
      overflow: hidden;
      vertical-align: middle;
      line-height: 2.5; }
      .perftbl-table tbody td:after {
        content: "";
        display: block;
        height: 1px;
        width: 100%;
        background-color: #AFAFAF;
        position: absolute;
        bottom: 0;
        top: auto;
        left: 0; }
      .perftbl-table tbody td:first-of-type:after {
        left: 1.5rem; }
      .perftbl-table tbody td:last-of-type:after {
        left: auto;
        right: 1.5rem; } }

.perftbl-asl,
.perftbl-bestavail,
.perftbl-audio,
.perftbl-sensory,
.perftbl-placeholder {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  vertical-align: middle; }
  .perftbl-asl svg,
  .perftbl-bestavail svg,
  .perftbl-audio svg,
  .perftbl-sensory svg,
  .perftbl-placeholder svg {
    height: 3rem;
    display: block; }

.perftbl-sensory {
  width: 2.5rem; }

.perftbl-form-one {
  text-align: center; }
  .perftbl-form-one .perftbl-button {
    margin: 1.5rem auto 0 auto;
    width: 17rem;
    display: block; }
    .perftbl-form-one .perftbl-button:before {
      content: none; }
    .perftbl-form-one .perftbl-button-buy {
      font-weight: 800;
      font-size: 1.6rem;
      font-family: "Montserrat", "Helvetica Neue", sans-serif;
      text-transform: uppercase;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
      text-decoration: none;
      text-align: center;
      padding: 0.75rem 3rem;
      color: #fff;
      border: 1px solid #680909;
      border-radius: 0px;
      background: #D2232A;
      background: -webkit-gradient(linear, left top, left bottom, from(#D2232A), to(#680909));
      background: linear-gradient(to bottom, #D2232A, #680909);
      text-shadow: 1px 2px 1px rgba(34, 34, 34, 0.5); }
      .perftbl-form-one .perftbl-button-buy:hover, .perftbl-form-one .perftbl-button-buy:focus, .perftbl-form-one .perftbl-button-buy:active {
        -webkit-box-shadow: inset 0px -100px 0px #680909;
                box-shadow: inset 0px -100px 0px #680909;
        border-color: #680909;
        text-shadow: none; }

#legend {
  border: 1px solid #AFAFAF;
  padding: 3px 30px 3px 30px;
  margin-top: 30px; }
  #legend h3 {
    margin: 1rem 0 1rem 0; }
  #legend p {
    margin: .5rem 0; }

@media all and (min-width: 900px) {
  #legend, #mobile_acc_th {
    display: none; } }
@media all and (max-width: 899px) {
  #desktop_acc_th {
    display: none; }

  .perftbl-table th {
    padding: .5rem 1.5rem; }

  thead {
    border-collapse: collapse;
    line-height: normal; }

  tr th, tr td {
    display: block; }

  tr {
    border-bottom: 3px solid #AFAFAF; }

  tbody td {
    padding: .4rem 1.5rem;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    line-height: 1.4; }
    tbody td:first-of-type:after {
      left: 1.5rem; }
    tbody td:last-of-type:after {
      left: auto;
      right: 1.5rem; } }
.perftbl-button {
  border: 1px solid #AFAFAF;
  border-radius: 3px;
  background: #EFEFEF;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#EFEFEF));
  background: linear-gradient(to bottom, #fff, #EFEFEF);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  line-height: 1.125;
  padding: 0.5rem 1rem;
  width: 100%;
  color: #222; }
  .perftbl-button:hover, .perftbl-button:focus, .perftbl-button:active {
    border-color: #680909;
    color: #fff;
    -webkit-box-shadow: inset 0px -50px 5px #D2232A;
            box-shadow: inset 0px -50px 5px #D2232A; }
  .perftbl-button-saledate, .perftbl-button-tbd, .perftbl-button-free {
    border: none;
    border-radius: 0px;
    background: transparent;
    -webkit-transition: none;
    transition: none;
    text-align: left;
    padding: 0; }
    .perftbl-button-saledate:hover, .perftbl-button-saledate:focus, .perftbl-button-saledate:active, .perftbl-button-tbd:hover, .perftbl-button-tbd:focus, .perftbl-button-tbd:active, .perftbl-button-free:hover, .perftbl-button-free:focus, .perftbl-button-free:active {
      color: #222;
      border-color: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .perftbl-button-soldout, .perftbl-button-notavail {
    color: #AFAFAF;
    font-weight: 700;
    cursor: not-allowed;
    cursor: no-drop; }
    .perftbl-button-soldout:hover, .perftbl-button-soldout:focus, .perftbl-button-soldout:active, .perftbl-button-notavail:hover, .perftbl-button-notavail:focus, .perftbl-button-notavail:active {
      border-color: #AFAFAF;
      color: #AFAFAF;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .perftbl-button-buy:before {
    content: '\E53F';
    font-family: 'Material Icons';
    display: inline-block;
    vertical-align: text-bottom;
    font-size: 1.8rem;
    margin-right: 0.25rem; }

.perftbl-select {
  margin-bottom: 1.5rem; }

.perftbl-skel .perftbl-table {
  display: table;
  width: 100%; }
.perftbl-skel .perftbl-form {
  display: none; }
.perftbl-skel .skeleton-line {
  height: 1.8rem;
  margin: 0.8rem 0; }
.perftbl-skel .skeleton-select {
  position: relative;
  margin-bottom: 1.5rem; }
  .perftbl-skel .skeleton-select:after {
    content: '\E313';
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    width: 4rem;
    height: 2rem;
    margin-top: -1rem;
    text-align: center;
    color: lightgray; }
