@charset "UTF-8";

/*!
Author: Daniel Reid with Dream Warrior Group
Author URI: https://danielreid.com.au
Description: TNEW v7 Template for Los Angeles Master Chorale
*/
/* Initial LAMC styling */
body {
  background: #FFF;
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.5px;
  font-family: 'Founders Grotesk Text', 'sans-serif', Arial, Helvetica, sans-serif;
  line-height: 24px;
  height: 100%;
  overflow-x: hidden;
  width: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #000;
  outline: none !important;
  text-decoration: none;
  transition: all .4s ease-in-out;
}

a:hover,
a:focus,
select:focus,
button:focus {
  outline: none;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #b2afaf;
}

* {
  margin: 0;
  padding: 0;
}

img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  outline: none !important;
}

header,
section,
footer {
  display: block;
}

p {
  float: none;
  margin: 0 0 15px 0;
  padding: 0;
}

p:last-child {
  margin: 0 0 0px 0;
}

p a {
  color: #000;
}

p i,
em {
  font-style: italic;
}

ul {
  margin: 0 0 15px 0;
  padding: 0;
}

ul li {
  margin: 0 0 0px 0;
  padding: 0 0 0 15px;
  position: relative;
  line-height: normal;
  list-style: none;
  color: #000;
}

/*ul li:before{ content:"/"; font-family:Ionicons; font-size:14px; color:#f7952b; position:absolute; left:0px; top:5px;}*/
ul li a {
  color: #000;
}

ul li a:hover {
  color: #b2afaf;
  text-decoration: none;
}

ol {
  margin: 0 0 15px 15px;
  padding: 0;
}

ol li {
  margin: 0 0 20px 0;
  padding: 0 0 0 0px;
  position: relative;
  line-height: normal;
  list-style: decimal;
}

ol li a {
  color: #000;
}

ol li a:hover {
  color: #b2afaf;
  text-decoration: underline;
}

.alignleft {
  float: left;
  margin: 0 25px 20px 0;
}

/*  box-shadow: -15px 15px 15px 0 rgba(0, 0, 0, 0.2); -moz-box-shadow: -15px 15px 15px 0 rgba(0, 0, 0, 0.2); -webkit-box-shadow: -15px 15px 15px 0 rgba(0, 0, 0, 0.2); */
.alignright {
  float: right;
  height: auto;
  margin: 0 0 20px 25px;
}

.aligncenter {
  display: block;
  margin: auto auto 20px auto;
}

/*blockquote { background: #fef5e4; border-left: 5px solid #891c4a; float:left; border-right:none;  border-top:none; border-bottom:none; margin:0 0 60px 0; padding: 30px; white-space:normal;
font-size:20px; font-style:italic;  border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; font-family:'montserratultra_light', Arial, Helvetica, sans-serif; }
blockquote  strong{color: #891c4a; font-family: "montserratregular",Arial,Helvetica,sans-serif; font-style: normal; margin: 20px 0 0; width:100%; float:left;}
blockquote em { font-size: 16px; line-height: normal; float:left;}*/
hr {
  background-color: #979797;
  margin: 15px 0 15px 0;
  padding: 0px;
  height: 2px;
}

header {
  width: 100%;
  float: left;
  background: #000;
  height: 142px;
  position: relative;
  transition: height 0.2s ease-in-out 0s, all 0.2s;
  -webkit-transition: height 0.2s ease-in-out 0s, all 0.2s;
  -moz-transition: height 0.2s ease-in-out 0s, all 0.2s;
}

header .container {
  position: relative;
}

.logo {
  width: 100%;
  float: left;
  text-align: center;
  padding: 34px 0 35px 0;
  border-bottom: 1px solid #323232;
  position: relative;
  z-index: 2;
}

.wsdownmenu-text {
  display: none !important;
}

.logo-small {
  display: none;
}

.logo-large {
  display: inline-block;
}

.top-nav-collapse .logo-small {
  display: block;
  width: 35px;
  height: auto;
  position: absolute;
  left: -70px;
  top: 12px;
}

.top-nav-collapse .logo-large {
  display: none;
}

.top-nav-collapse {
  height: 80px;
}

.top-nav-collapse .logo {
  width: auto;
  padding: 5px 0 0px 0;
  border-bottom: none;
}

.top-nav-collapse .wsdownmenu {
  margin-top: 18px;
}

.hidden-md {
  display: none !important;
}

.hidden-sm {
  display: block !important;
}

.top-cart {
  display: none;
}

/*.wsdownmenu-submenu li:hover .wsdownmenu-submenu li > .wsdownmenu-submenu-sub{ display:block;}
.wsdownmenu-submenu li > .wsdownmenu-submenu-sub{ display:none;}*/
@media (min-width: 767px) {
  top-nav-collapse {
    padding: 0;
  }
}

/*.btn-primary { height: 45px; background-color: #d8d8d8;  border:none; color:#4a4a4a; font-family:'Founders Grotesk Text', 'sans-serif', Arial, Helvetica, sans-serif; font-size: 16px; letter-spacing:3px; line-height: 42px; min-width: 160px; padding: 0 15px; letter-spacing:3px;  text-transform: uppercase; transition: all 0.4s ease-in-out 0s; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; border-radius:0px; -webkit-border-radius:0px; -moz-border-radius:0px;}
.btn-primary:hover, .btn-primary:focus, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.active, .btn-primary:active{background-color: #9d9d9d; color:#f8f8f8;}
*/
.input-text {
  width: auto;
  background: #FFF;
  height: 35px;
  border: solid 1px #9b9b9b;
  padding: 0px !important;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
}

.line-btn-primary {
  height: 45px;
  background-color: #FFFFFF;
  letter-spacing: 3px;
  border: 1px solid #000;
  color: #4a4a4a;
  font-family: 'Founders Grotesk Text', 'sans-serif', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 42px;
  min-width: 160px;
  letter-spacing: 3px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

.line-btn-primary:hover {
  color: #6d6d6d;
  border: 1px solid #d8d8d8;
}

/* Base for label styling */
/*
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
*/
/* checkbox aspect */
/*
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 2px;
  width: 17px; height: 17px;
  border: 1px solid rgba(185,185,185,1);
  background: #ffffff;
}
/* checked mark aspect */
/*
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: 'Ã¢Å“â€';
  position: absolute;
  top: 5px; left: 4px;
  font-size: 14px;
  line-height: 0.8;
  color: #000;
  transition: all .2s;
}
/* checked mark aspect changes */
/*
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
/*
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus+label:before,
[type="checkbox"]:not(:checked):focus+label:before {
  border: 1px dotted #333333;
}

/* Footer */
footer {
  width: 100%;
  float: left;
  background: #000;
  padding: 30px 0px 0px 0px;
}

footer .row {
  margin: 0;
}

footer h2 {
  font-size: 18px !important;
  text-transform: uppercase;
  margin-bottom: 10px !important;
  color: #FFF !important;
  font-family: 'Founders Grotesk Text', 'sans-serif', Arial, Helvetica, sans-serif;
}

.footer-links {
  width: 100%;
  float: left;
}

.footer-links ul {
  margin: 0px;
}

.footer-links li {
  width: 100%;
  float: left;
  padding: 0 0 5px 0;
  margin: 0px;
}

.footer-links li a {
  color: #FFF;
}

.footer-links li a:hover {
  color: #6bd9de;
}

.footer-links p {
  color: #FFF;
}

.footer-links p a {
  color: #FFF;
}

.footer-links p a:hover {
  color: #6bd9de;
}

.footer-search {
  width: 100%;
  float: left;
}

.footer-search .input-text {
  width: 100%;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.2);
  height: 40px;
  line-height: 1.3;
  padding: 0 15px;
  text-align: center;
  border: none;
  color: #9b9b9b;
  margin-bottom: 20px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

.footer-search .input-text:focus {
  color: #FFF;
  background: rgba(255, 255, 255, 0.4);
}

.footer-search .btn-primary {
  /*font-family:'Open Sans', Arial, Helvetica, sans-serif;*/
  background: rgba(255, 255, 255, 0.2);
  font-size: 14px;
  color: #9b9b9b;
  height: 40px;
  line-height: 40px;
  min-width: inherit;
  width: 100%;
  text-transform: inherit;
  letter-spacing: 0;
}

.footer-search .btn-primary:hover,
.footer-search .btn-primary:focus {
  color: #FFF;
  background: rgba(255, 255, 255, 0.4);
}

.footer-search input.input-text.btn-primary:hover::-webkit-input-placeholder {
  color: #FFF;
}

.footer-social {
  width: 100%;
  float: left;
  margin: 0px 0 30px 0;
}

.footer-social a {
  display: inline-block;
  padding-right: 15px;
  color: #9b9b9b;
  font-size: 23px !important;
}

.footer-social a:hover {
  color: #6bd9de;
}

.footer-bottom {
  width: 100%;
  float: left;
  background: #D8D8D8;
  height: 44px;
  line-height: 44px;
  margin-top: 30px;
}

.footer-bottom .dwg {
  float: right;
  margin-bottom: 0px;
  line-height: normal;
}

.footer-bottom .dwg img {
  margin-top: 12px;
}

/* tix folder -- tickets css */
.performances-sections {
  margin-top: 142px;
}

.nopadding {
  padding-top: 0 !important;
}

.ticket_content {
  margin-bottom: 80px;
}

.footer-social .fa-envelope {
  width: 25px;
}

.footer-social .fa-facebook {
  width: 25px;
}

.footer-social .fa-youtube {
  width: 25px;
}

.footer-social .fa-twitter {
  width: 25px;
}

.footer-social .fa-instagram {
  width: 25px;
}

/*
.footer-social .fa-instagram:hover { 
-moz-box-shadow: 0 0 10px #ccc; -webkit-box-shadow: 0 0 10px #ccc; box-shadow: 0 0 10px #ccc; 
}
.footer-social .fa-twitter:hover { 
-moz-box-shadow: 0 0 10px #ccc; -webkit-box-shadow: 0 0 10px #ccc; box-shadow: 0 0 10px #ccc; 
}
.footer-social .fa-youtube:hover { 

-moz-box-shadow: 0 0 10px #ccc; -webkit-box-shadow: 0 0 10px #ccc; box-shadow: 0 0 10px #ccc;
}
.footer-social .fa-facebook:hover { 
-moz-box-shadow: 0 0 10px #ccc; -webkit-box-shadow: 0 0 10px #ccc; box-shadow: 0 0 10px #ccc;
}
.footer-social .fa-envelope:hover{ 
-moz-box-shadow: 0 0 10px #ccc; -webkit-box-shadow: 0 0 10px #ccc; box-shadow: 0 0 10px #ccc; 
}
*/
/* Visits */
.visits-sec {
  width: 100%;
  float: left;
  background: #000;
  color: #FFF;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}

.visits,
.meet {
  width: 50%;
  float: left;
  color: #FFF;
  position: relative;
  display: table;
}

.visits img,
.meet img {
  width: 100%;
  height: auto;
}

.visits h2,
.meet h2 {
  font-family: 'VoicesSL', 'Work Sans', Arial, Helvetica, sans-serif;
  width: auto;
  text-align: center;
  color: #FFF;
  font-size: 46px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 25%;
  line-height: 52px;
  text-transform: uppercase;
}

/*formstack for contact form */
span#label19246313 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

.fsLabel.fsRequiredLabel,
.fsSupporting.fsRequiredLabel {
  font-family: 'Founders Grotesk Text', 'sans-serif', Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-stretch: normal !important;
  line-height: normal !important;
  /* letter-spacing: normal !important; */
  font-weight: 500 !important;
  color: #4a4a4a !important;
}

.fsFieldRow input[type="text"],
.fsForm textarea {
  border: solid 1px #9b9b9b !important;
  background: none !important;
  height: 50px !important;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: solid 1px #9b9b9b !important;
  background: none !important;
}

/*input[type="text"], input[type="password"], input[type="email"], select
{
height:30px !important;
}*/
.fsFieldFocused {
  background-color: #fff !important;
}

input#fsSubmitButton1435954:hover {
  color: #6d6d6d;
  border: 1px solid #d8d8d8;
}

#fsSubmit1435954 {
  background-color: #fff !important;
}

#fsForm1435954 .fsForm textarea,
#fsForm1435954 .fsRowBody input[type="email"],
#fsForm1435954 .fsRowBody input[type="number"],
#fsForm1435954 .fsRowBody input[type="tel"],
#fsForm1435954 .fsRowBody input[type="text"],
#field19246317 {
  background-image: none !important;
  border-color: #c3c3c3 !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400 !important;
  height: 50px;
  padding: 7px !important;
}

.fs1Col {
  padding: 28px 0 0 28px !important;
}

.fsBody .fsSubField {
  width: 47% !important;
}

.fsSupporting {
  margin-top: 5px !important;
}

#fsForm1435954 {
  border-radius: 0 !important;
}

.fsboxshadow .fsBody .fsForm {
  box-shadow: none !important;
}

/*
input#fsSubmitButton1435954 {
    height:45px; 
    background-color: #FFFFFF !important; 
    letter-spacing:3px;  
    border:1px solid #000; 
    color:#4a4a4a !important; 
    font-family:'Founders Grotesk Text', 'sans-serif', Arial, Helvetica, sans-serif; 
    font-size: 16px; 
    line-height: 42px; 
    min-width: 160px; 
    padding: 0 15px; 
    text-transform: uppercase; 
    transition: all 0.4s ease-in-out 0s; 
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s; 
    border-radius:0px; 
    -webkit-border-radius:0px; 
    -moz-border-radius:0px;
}
*/
/*Contact us page*/
#fsForm1435954 .fsLabel,
#fsForm1435954 .fsRequiredLabel {
  font-family: 'Founders Grotesk Text', 'sans-serif', Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-stretch: normal !important;
  line-height: normal !important;
  /* letter-spacing: normal !important; 
    font-weight: 600 !important;*/
  color: #4a4a4a !important;
}

input#fsSubmitButton1435954,
input#fsSubmitButton990353,
input#fsSubmitButton1117627 {
  background-color: #d8d8d8 !important;
  border: none !important;
  color: #4a4a4a !important;
  font-family: 'Founders Grotesk Text', 'sans-serif', Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  line-height: 42px !important;
  min-width: 160px !important;
  padding: 0 15px !important;
  text-transform: uppercase !important;
  transition: all 0.4s ease-in-out 0s !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
}

#fsSubmitButton1435954:hover {
  background-color: #9d9d9d !important;
  color: #f8f8f8 !important;
}

/*Contact us page end*/
/*----------------------------------------------------------------------------- */
/* From custom.css
----------------------------------------------------------------------------- */
@media (max-width: 1440px) {
  .social-icon-padding {
    width: 98.4%;
  }

  h1,
  .content-sidebar h2 {
    font-size: 30px;
  }

  header {
    height: 115px;
  }

  .logo {
    padding: 26px 0 26px 0;
  }

  .logo img {
    width: 450px;
    height: auto;
  }

  .top-nav-collapse .wsdownmenu-list {
    width: auto;
    float: right;
  }

  .top-nav-collapse .logo-small {
    left: 15px;
    clear: both;
  }

  .top-nav-collapse .wsdownmenu-list>li {
    padding-left: 10px;
  }

  .visits h2,
  .meet h2 {
    font-size: 46px;
    line-height: 52px;
  }

  .footer-social {
    margin: 20px 0 25px 0;
  }

  .footer-social a {
    font-size: 22px !important;
  }

  .performances-sections {
    margin-top: 115px;
  }
}

@media (max-width: 1199px) {
  .social-icon-padding {
    width: 98.1%;
  }

  body {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: normal;
  }

  h1,
  .content-sidebar h2 {
    font-size: 26px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 10px;
  }

  header {
    height: 92px;
  }

  .logo {
    padding: 20px 0 20px 0;
  }

  .logo img {
    width: 360px;
    height: auto;
  }

  .top-nav-collapse .logo-small {
    left: 0px;
  }

  .wsdownmenu {
    font-size: 13px;
  }

  .wsdownmenu-list .wsdownmenu-submenu .wsdownmenu-submenu-sub {
    min-width: inherit;
  }

  .wsdownmenu-list>li,
  .top-nav-collapse .wsdownmenu-list>li {
    padding: 0px;
  }

  .wsdownmenu-submenu li a {
    font-size: 14px;
    padding: 4px 12px;
    /*margin-right: 10%;*/
  }

  .performances-sections {
    margin-top: 92px;
  }
}

@media (max-width: 991px) {
  .social-icon-padding {
    width: 99%;
  }

  .performances-sections {
    margin-top: 0px;
  }

  body {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: normal;
  }

  h1,
  .content-sidebar h2 {
    font-size: 20px;
  }

  header .container {
    width: 100%;
    padding: 0px;
  }

  header {
    height: 88px;
  }

  .navbar-fixed-top {
    position: relative;
    z-index: auto;
  }

  .logo {
    padding: 22px 0 0px 0;
    border-bottom: none;
  }

  .logo img {
    width: 310px;
    height: auto;
  }

  .top-cart {
    display: block;
    position: absolute;
    left: 30px !important;
    top: 32px !important;
    z-index: 99999;
  }

  .top-cart a {
    font-size: 22px;
    color: #FFF;
  }

  .top-cart a:hover {
    color: #6bd9de;
  }

  .hidden-md {
    display: block !important;
  }

  .hidden-sm {
    display: none !important;
  }

  .visits h2,
  .meet h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .footer-bottom .dwg img {
    width: 95px;
    height: auto;
    margin-top: 14px;
  }

  .space-top {
    margin-top: 15px;
  }

  .footer-bottom {
    height: 40px;
    line-height: 38px;
  }

  footer h2 {
    font-size: 14px !important;
    margin-bottom: 5px !important;
  }

  .footer-search .input-text {
    margin-bottom: 25px;
  }

  .footer-social {
    margin: 35px 0 17px 0;
  }

  .footer-social a {
    padding-right: 22px;
  }
}

@media (max-width: 767px) {
  .logo {
    width: 20% !important;
    Height: auto;
  }

  h1,
  .content-sidebar h2 {
    font-size: 18px;
  }

  header {
    height: 55px;
  }

  .logo-small {
    display: block;
    width: auto;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 10px;
    margin: 0 auto;
    text-align: center;
  }

  .logo-small img {
    margin: 0 !important;
  }

  .logo-large {
    display: none;
  }

  .top-cart {
    left: 22px !important;
    top: 17px !important;
  }

  footer {
    padding: 20px 0;
    text-align: center;
  }

  footer .container {
    padding: 0px;
  }

  .space-top {
    margin: 20px 0 30px 0;
  }

  .footer-search .input-text {
    margin-bottom: 20px;
  }

  .footer-bottom {
    margin-top: 15px;
    background: #000;
    text-align: center;
    padding: 0 15px;
    line-height: normal;
    height: auto;
  }

  .footer-bottom p,
  .footer-bottom a {
    color: #FFF;
    display: inline-block;
  }

  .footer-bottom .dwg {
    width: 100%;
    margin: 0px 0;
  }

  .visits,
  .meet {
    width: 100%;
  }
}

.top-cart a {
  font-size: 22px;
  color: #FFF;
}

@media (min-width: 768px) {
  .container-fluid {
    width: 750px;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .container-fluid {
    width: 970px;
    margin: 0 auto;
  }
}

@media (max-width: 5000px) and (min-width: 1200px) {
  .container-fluid {
    width: 1170px;
    margin: 0 auto;
  }
}

.img_logo {
  float: right;
  margin-top: 1.3%;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .img_logo {
    float: left;
    margin-left: 30%;
    width: auto !important;
  }
}

.imgclass {
  width: 100%;
}

@media (max-width: 980px) {
  .img_logo {
    width: 20%;
  }
}

/*----------------------------------------------------------------------------- */
/* TN-Express Specific values
----------------------------------------------------------------------------- */
@font-face {
  font-family: 'Founders Grotesk Text';
  src: url("https://lamc.s3.us-west-1.amazonaws.com/fonts/Foundersx Grotesk Text.eot");
  src: url("https://lamc.s3.us-west-1.amazonaws.com/fonts/Founders Grotesk Text.eot?#iefix") format("embedded-opentype"), url("https://lamc.s3.us-west-1.amazonaws.com/fonts/Founders Grotesk Text.woff") format("woff"), url("https://lamc.s3.us-west-1.amazonaws.com/fonts/Founders Grotesk Text.ttf") format("truetype"), url("https://lamc.s3.us-west-1.amazonaws.com/fonts/Founders Grotesk Text.svg#Founders Grotesk Text") format("svg");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-FB04;
}

@font-face {
  font-family: 'Founders Grotesk Text';
  src: url("https://lamc.s3.us-west-1.amazonaws.com/fonts/FoundersGroteskText-Medium.eot");
  src: url("https://lamc.s3.us-west-1.amazonaws.com/fonts/FoundersGroteskText-Medium.eot?#iefix") format("embedded-opentype"), url("https://lamc.s3.us-west-1.amazonaws.com/fonts/FoundersGroteskText-Medium.woff") format("woff"), url("https://lamc.s3.us-west-1.amazonaws.com/fonts/FoundersGroteskText-Medium.ttf") format("truetype"), url("https://lamc.s3.us-west-1.amazonaws.com/fonts/FoundersGroteskText-Medium.svg#FoundersGroteskText-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-FB04;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("https://lamc.s3.us-west-1.amazonaws.com/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("https://lamc.s3.us-west-1.amazonaws.com/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("https://lamc.s3.us-west-1.amazonaws.com/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("https://lamc.s3.us-west-1.amazonaws.com/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("https://lamc.s3.us-west-1.amazonaws.com/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("https://lamc.s3.us-west-1.amazonaws.com/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'VoicesSL';
  src: url("https://lamc.s3.us-west-1.amazonaws.com/fonts/VoicesSL.eot");
  src: url("https://lamc.s3.us-west-1.amazonaws.com/fonts/VoicesSL.eot?#iefix") format("embedded-opentype"), url("https://lamc.s3.us-west-1.amazonaws.com/fonts/VoicesSL.woff") format("woff"), url("https://lamc.s3.us-west-1.amazonaws.com/fonts/VoicesSL.ttf") format("truetype"), url("https://lamc.s3.us-west-1.amazonaws.com/fonts/VoicesSL.svg#VoicesSL") format("svg");
  font-weight: 350;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-FB02;
}

body {
  font-weight: 300;
  /*
    .row + .row {
        margin-top: 50px;
    }
    */
  /*
    .tn-events-listing-page {
        min-height: 600px;
        background-image: url(https://production.tnew-assets.com/tnew/public/img/busy-spinner.2310f9.gif);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 40px;
    
        > * {
            display: none;
        }
    }
    */
  /*
    @media (max-width: 767px) { 
        .tn-prod-list-item__property--img-container {
            display: block !important;
            order: -1;
            margin: 0;
            width: 66.66%;
        }
    
        .tn-prod-list-item {
            display: flex;
            flex-direction: column;
        }
    
        .tn-prod-list-item__property--heading {
            order: -2;
            margin: 0 0 20px;
        }
    }
    */
  /* Flex packages */
  /* Donations */
  /* Modal */
  /* Donations Page */
  /* Payment page */
  /* Account Page */
}

body b,
body strong {
  font-weight: 400;
}

body .tn-heading-sub-text,
body .tn-subnav-component {
  padding: 0 0 15px 0;
  margin: 15px 0 15px 0;
  border-bottom: 1px solid #f0f0f0;
}

body main {
  margin-bottom: 100px;
}

body main ul {
  margin-left: 0;
}

body main li {
  padding-left: 0;
}

body h2,
body h3,
body h4,
body h5,
body h6 {
  font-size: inherit;
  text-transform: uppercase;
  color: inherit;
  margin: 0 0 7px;
}

body h2 {
  font-weight: 500;
}

body h1,
body .tn-prod-season-header__title,
body .tn-header-component h2 {
  font-size: 36px;
  font-family: 'VoicesSL', 'Work Sans', Arial, Helvetica, sans-serif;
  margin: 0 0 20px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: normal;
  color: inherit;
}

body p a,
body .tn-order-address-information-component a,
body #tn-account-login-forgot-login-link,
body .tn-ticketing-mode-change__anchor,
body .tn-additional-events__continue-shopping-link,
body .tn-additional-events__list-item a,
body .tn-cart-item-summary__action-item--edit-package a {
  color: #6bd9de !important;
  text-decoration: none;
  font-weight: 500;
  font-style: normal;
}

body p a:hover,
body .tn-order-address-information-component a:hover,
body #tn-account-login-forgot-login-link:hover,
body .tn-ticketing-mode-change__anchor:hover,
body .tn-additional-events__continue-shopping-link:hover,
body .tn-additional-events__list-item a:hover,
body .tn-cart-item-summary__action-item--edit-package a:hover {
  color: #6bd9de !important;
  text-decoration: underline;
}

body .btn-default {
  border-radius: 0;
  font-weight: 300;
}

body .btn-primary,
body #tn-subnav-promo-button,
body .tn-syos-screen-button,
body .tn-syos__btn-add-to-cart,
body #tn-event-listing-mode-tab-nav li {
  height: 45px;
  background-color: #d8d8d8;
  border: none;
  color: #4a4a4a;
  font-family: 'Founders Grotesk Text', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 42px;
  min-width: 160px;
  padding: 0 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

@media (max-width: 767px) {

  body .btn-primary,
  body #tn-subnav-promo-button,
  body .tn-syos-screen-button,
  body .tn-syos__btn-add-to-cart,
  body #tn-event-listing-mode-tab-nav li {
    width: 100%;
  }
}

body .btn-primary:hover,
body .btn-primary:focus,
body .btn-primary:active,
body #tn-subnav-promo-button:hover,
body #tn-subnav-promo-button:focus,
body #tn-subnav-promo-button:active,
body .tn-syos-screen-button:hover,
body .tn-syos-screen-button:focus,
body .tn-syos-screen-button:active,
body .tn-syos__btn-add-to-cart:hover,
body .tn-syos__btn-add-to-cart:focus,
body .tn-syos__btn-add-to-cart:active,
body #tn-event-listing-mode-tab-nav li:hover,
body #tn-event-listing-mode-tab-nav li:focus,
body #tn-event-listing-mode-tab-nav li:active {
  background-color: #9d9d9d;
  color: #f8f8f8;
}

body .btn-primary[disabled],
body #tn-subnav-promo-button[disabled],
body .tn-syos-screen-button[disabled],
body .tn-syos__btn-add-to-cart[disabled],
body #tn-event-listing-mode-tab-nav li[disabled] {
  cursor: auto !important;
  text-decoration: line-through;
  color: #4a4a4a !important;
  background-color: #d8d8d8;
  opacity: 0.5 !important;
}

body .btn-primary[disabled]:hover,
body .btn-primary[disabled]:active,
body #tn-subnav-promo-button[disabled]:hover,
body #tn-subnav-promo-button[disabled]:active,
body .tn-syos-screen-button[disabled]:hover,
body .tn-syos-screen-button[disabled]:active,
body .tn-syos__btn-add-to-cart[disabled]:hover,
body .tn-syos__btn-add-to-cart[disabled]:active,
body #tn-event-listing-mode-tab-nav li[disabled]:hover,
body #tn-event-listing-mode-tab-nav li[disabled]:active {
  color: #4a4a4a !important;
  background-color: #d8d8d8;
}

body .btn-primary.btn-block,
body .btn-info.btn-block {
  display: table;
  width: auto;
}

@media (max-width: 767px) {

  body .btn-primary.btn-block,
  body .btn-info.btn-block {
    width: 100%;
  }
}

body .btn-info,
body .btn-secondary,
body .line-btn-primary,
body .tn-cart-buttons__secondary-action,
body .tn-detail-production-text-toggle-link,
body .modal-btn-cancel {
  height: 45px;
  background-color: #FFFFFF;
  letter-spacing: 3px;
  border: 1px solid #000;
  color: #4a4a4a;
  font-family: 'Founders Grotesk Text', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 42px;
  min-width: 160px;
  letter-spacing: 3px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  display: table;
  font-style: normal;
  text-align: center;
}

@media (max-width: 767px) {

  body .btn-info,
  body .btn-secondary,
  body .line-btn-primary,
  body .tn-cart-buttons__secondary-action,
  body .tn-detail-production-text-toggle-link,
  body .modal-btn-cancel {
    width: 100%;
  }
}

body .btn-info:hover,
body .btn-info:active,
body .btn-info:focus,
body .btn-secondary:hover,
body .btn-secondary:active,
body .btn-secondary:focus,
body .line-btn-primary:hover,
body .line-btn-primary:active,
body .line-btn-primary:focus,
body .tn-cart-buttons__secondary-action:hover,
body .tn-cart-buttons__secondary-action:active,
body .tn-cart-buttons__secondary-action:focus,
body .tn-detail-production-text-toggle-link:hover,
body .tn-detail-production-text-toggle-link:active,
body .tn-detail-production-text-toggle-link:focus,
body .modal-btn-cancel:hover,
body .modal-btn-cancel:active,
body .modal-btn-cancel:focus {
  color: #6d6d6d;
  border: 1px solid #d8d8d8;
  background-color: #FFFFFF;
}

body input[type="text"],
body input[type="email"],
body input[type="password"],
body input[type="tel"],
body input[type="number"],
body select,
body select.form-control,
body textarea {
  height: 45px;
  background-color: #FFFFFF;
  border: 1px solid #9b9b9b;
  color: #000000;
  font-family: 'Founders Grotesk Text', Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding: 0 15px;
  border-radius: 0;
  box-shadow: none !important;
}

body input[type="text"][hidden],
body input[type="email"][hidden],
body input[type="password"][hidden],
body input[type="tel"][hidden],
body input[type="number"][hidden],
body select[hidden],
body select.form-control[hidden],
body textarea[hidden] {
  display: none;
}

body label.control-label,
body .help-block,
body .tn-required-field {
  font-weight: 300;
  font-size: 12px;
}

body textarea.form-control {
  border-color: currentColor;
  border-radius: 0;
}

body label,
body .checkbox label,
body .radio label {
  font-weight: 300;
}

body .has-feedback label~.form-control-feedback {
  top: 36px;
}

body .tn-count-down-timer {
  font-weight: 500;
  min-width: 3em;
  display: inline-block;
}

body .tn-subnav-component {
  padding: 5px 0;
  position: relative;
  margin: 0 0 50px;
  letter-spacing: 1px;
  font-size: 13px;
  flex-wrap: wrap;
  min-height: 46px;
  /*
        &:before,
        &:after {
            content:"";
            background:#000;
            position:absolute;
            width: 100vw;
            height: 100%;
            top: 0;
        }
        
        &:before {
            left: -100vw;
        }
        */
}

@media (max-width: 992px) {

  body .tn-subnav-component .subnav-icon,
  body .tn-subnav-component .subnav-text,
  body .tn-subnav-component .tn-cart-link .tn-timer,
  body .tn-subnav-component .tn-icon,
  body .tn-subnav-component .tn-login-link.tn-logged-in .tn-logged-in-email,
  body .tn-subnav-component .tn-login-link.tn-logged-in .tn-logged-in-text,
  body .tn-subnav-component .tn-text {
    line-height: inherit;
    font-size: inherit;
  }

  body .tn-subnav-component .tn-login-link {
    margin: 0;
  }
}

@media (max-width: 767px) {
  body .tn-subnav-component .tn-login-link {
    margin: 0;
  }

  body .tn-subnav-component .tn-login-link>.tn-link,
  body .tn-subnav-component .tn-login-link>.tn-account-info-link {
    color: #FFFFFF;
    position: absolute;
    top: -35px;
    z-index: 100;
    right: 0;
  }
}

body .tn-subnav-component .tn-cart-link .tn-timer {
  margin-left: 0;
}

body .tn-subnav-component:after {
  right: -100vw;
}

@media (min-width: 768px) {
  body .tn-subnav-component {
    font-size: 15px;
  }
}

body .tn-subnav-component .tn-timer-description,
body .tn-subnav-component .tn-logged-in-text {
  display: none !important;
}

body .tn-subnav-component .tn-cart-link .tn-icon {
  display: none;
}

body .tn-subnav-component .tn-login-link .tn-icon {
  font-size: 22px;
}

body .tn-subnav-component .tn-login-link+.tn-login-link .tn-logged-in-email {
  display: none;
}

body .tn-subnav-component .tn-login-link.tn-logged-in .tn-logout-link:before {
  content: none;
}

@media (min-width: 768px) {
  body .tn-subnav-component .tn-login-link {
    flex: 1;
  }

  body .tn-subnav-component .tn-cart-link {
    flex: 0;
  }
}

@media (min-width: 993px) {
  body .tn-subnav-component .tn-login-link .tn-icon {
    display: none;
  }

  body .tn-subnav-component .tn-login-link+.tn-login-link .tn-logged-in-email {
    display: inline;
  }

  body .tn-subnav-component .tn-login-link.tn-logged-in .tn-logout-link:before {
    content: "|";
  }
}

body .tn-subnav-component .tn-cart-link {
  order: -1;
  text-align: left;
}

body .tn-subnav-component .tn-logout-link {
  display: inline !important;
}

body .tn-subnav-component .tn-timer {
  margin-left: 0;
}

body .tn-subnav-component a {
  font-weight: 300;
  text-transform: uppercase;
}

body .tn-subnav-component a:hover,
body .tn-subnav-component a:focus {
  color: #6bd9de !important;
}

body .tn-subnav-component .tn-promo-box {
  margin-right: 0 !important;
}

@media (max-width: 767px) {
  body .tn-subnav-component .tn-promo-box {
    width: 100%;
    margin-top: 10px;
  }
}

body .tn-subnav-component .tn-promo-box #tn-apply-promo {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  align-items: center;
  justify-content: flex-end;
}

body .tn-subnav-component .tn-promo-box #tn-apply-promo #tn-subnav-promo-button {
  min-width: 100px;
  width: 100px;
  text-decoration: none;
  margin-right: 0px;
  height: 35px;
  line-height: 32px;
  font-size: inherit;
}

body .tn-subnav-component .tn-promo-box #tn-apply-promo #tn-subnav-promo-code {
  padding: 0 15px;
  width: 8em;
  height: 35px;
  margin-right: 0;
}

body .tn-events-calendar-view {
  min-height: 600px;
  background-image: url(https://production.tnew-assets.com/tnew/public/img/busy-spinner.2310f9.gif);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 40px;
}

body .tn-events-calendar-view>* {
  display: none;
}

body .tn-event-listing-view__controls-container,
body .tn-event-listing-mode-tab-nav__list,
body .tn-event-listing-view__results-heading {
  display: none !important;
}

body .tn-prod-list-item {
  padding: 0;
  border: none;
  background: none;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}

body .tn-prod-list-item__property--perf-list,
body .tn-prod-list-item__property--description {
  max-width: 600px;
}

body .tn-prod-list-item__perf-anchor {
  border-color: #f0f0f0;
  background: transparent !important;
}

body .tn-prod-list-item__perf-list-item {
  margin-bottom: 10px;
}

body .tn-prod-list-item__perf-anchor,
body .tn-prod-list-item__perf-property--datetime {
  color: #000 !important;
}

body .tn-prod-list-item__perf-property--datetime {
  background: none;
  color: inherit;
  opacity: 1;
  font-size: inherit;
  display: block;
  text-align: left;
}

body .tn-prod-list-item__perf-property--title,
body .tn-prod-list-item__perf-property--action {
  display: none;
}

body .tn-prod-list-item__perf-anchor .glyphicon-chevron-right {
  height: auto;
  font-size: inherit;
}

@media (max-width: 767px) {
  body .tn-prod-list-item__perf-anchor .glyphicon-chevron-right {
    min-width: 60px;
  }
}

/*body .tn-prod-list-item__perf-anchor .glyphicon-chevron-right:before {
  content: "Buy";
}*/

body .tn-prod-list-item__property--img-container img {
  width: 100%;
  max-width: 258px;
}

body .tn-prod-list-item {
  grid-template-rows: auto auto 1fr;
}

body .tn-ticketing-mode-change__content {
  border: none;
  padding: 0;
  background: none;
  font-size: inherit;
}

body .tn-detail-production-text-toggle-link {
  display: none !important;
}

body .tn-prod-season-header__title {
  align-self: normal;
}

body .tn-prod-season-header__title-and-image-container {
  margin-top: 0;
}

body .tn-prod-season-header__description-container {
  background: none;
  padding: 0;
  margin-top: 7px;
}

body .tn-prod-season-header__description {
  display: block !important;
}

body .tn-prod-season-header>.tn-prod-season-header__date-container,
body .tn-prod-season-header>.tn-prod-season-header__description-container {
  display: none;
}

@media (min-width: 768px) {
  body .tn-prod-season-header__image-wrapper {
    width: 215px;
    margin-right: 25px;
  }
}

body .tn-ticket-selector__pricetype-placeholder {
  background: none;
  border: none;
  padding: 0;
  text-align: left;
  color: inherit;
}

body .tn-ticket-selector__pricetype-list-item {
  font-size: inherit;
}

body .tn-ticket-selector__pricetype-list-item .tn-ticket-selector__pricetype-label-container {
  font-size: inherit;
}

body .tn-ticket-selector__pricetype-list-item .tn-ticket-selector__pricetype-label-container label,
body .tn-ticket-selector__pricetype-list-item .tn-ticket-selector__pricetype-label-container h4 {
  font-weight: 300;
}

body .tn-event-detail__display-time,
body .tn-event-detail__location {
  font-size: inherit;
  margin-bottom: 7px;
}

body .tn-event-detail__display-time {
  text-transform: uppercase;
  font-weight: 500;
}

body .tn-event-detail__location {
  text-transform: uppercase;
}

body .tn-event-detail__performance-details-container {
  margin-bottom: 0px;
}

body .tn-additional-events {
  margin: 0;
}

@media (min-width: 768px) {
  body .tn-additional-events__controls-container {
    padding-right: 25px;
  }
}

body .tn-additional-events__instructions {
  margin: 0 0 7px;
  padding: 0;
  background: none;
  border: none;
}

body .tn-additional-events__list-item {
  margin: 7px 0 0;
  padding: 0;
}

body #tn-additional-events-btn-submit {
  min-width: 0;
}

body .tn-event-detail__additional-events-container {
  padding: 0;
  background: none;
}

@media (min-width: 768px) {
  body .tn-event-detail__additional-events-container {
    width: 215px !important;
    border-right: 1px solid #efefef;
  }
}

body .tn-syos .tn-syos__layout-container,
body .tn-syos .tn-syos-screen-container__button-list-container {
  border-width: 1px;
  background: none;
  border-color: inherit;
}

body .tn-syos .tn-syos-screen-container__button-list-container {
  border-width: 0 1px 0 0;
  background: none;
  border-color: inherit;
}

body .tn-syos .tn-syos-screen-container__button-list-container .tn-syos-screen-container__button-list-heading {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  text-align: center;
  font-weight: 500;
}

body .tn-syos .tn-syos-screen-container__button-list-container .tn-syos-screen-container__button-list-item {
  padding: 0;
}

body .tn-syos .tn-syos-screen-container__button-list-container .tn-syos-screen-button {
  height: auto;
  line-height: inherit;
  padding: 7px 7px 5px;
  font-size: 12px;
}

body .tn-syos .tn-syos-screen-container__button-list-container .tn-syos-screen-button .tn-syos-screen-button__section-heading {
  padding: 0;
  border: none;
  font-size: inherit;
  line-height: inherit;
  margin: 0 0 3px;
}

body .tn-syos .tn-syos-seat-info__header {
  background: none;
  border-color: #efefef;
}

body .tn-syos .tn-syos-seat-info__header th {
  color: inherit;
  font-weight: 500;
  font-size: 14px;
}

body .tn-syos .tn-syos-seat-info__header td {
  font-size: 14px;
  line-height: normal;
}

body .tn-syos .tn-syos-seat-info__price-type-heading {
  font-size: 14px;
}

@media (min-width: 768px) {
  body .tn-syos .tn-syos-seat-info__price-type-heading {
    padding-bottom: 0;
  }
}

body .tn-syos .tn-syos-seat-info__price-type-list-item {
  padding: 0;
}

body .tn-syos .tn-syos-seat-info__price-type-list-item .tn-syos-seat-info__price-type--button {
  font-size: 14px;
  letter-spacing: normal;
  height: auto;
  font-weight: 500;
  color: inherit;
}

body .tn-syos .tn-syos-mobile-cart-controls {
  border-top: 1px solid #000;
}

body .tn-syos .tn-syos-mobile-cart-controls .tn-syos__btn-add-to-cart {
  height: auto;
  border-left: 1px solid #000;
}

body .tn-syos .tn-syos-mobile-cart-controls .tn-syos-mobile-cart-controls__summary-subtotal {
  font-size: inherit;
  opacity: 1;
  font-weight: 500;
}

body .tn-syos .tn-syos-mobile-cart-controls .tn-syos-mobile-cart-controls__summary-seat-count {
  opacity: 1;
  font-weight: 300;
}

body .tn-syos .tn-syos-mobile-cart-controls .tn-syos-mobile-cart-controls__summary {
  border-color: inherit;
  border-width: 0 0 0 1px;
}

body .tn-syos .tn-syos__btn-add-to-cart--cart-summary {
  margin-top: 20px;
}

body .tn-empty-cart-message {
  background: none;
  color: inherit;
  padding: 0;
  text-align: left;
  border: none;
  margin-bottom: 100px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}

body .tn-cart-item-detail__list {
  border-color: #efefef;
}

body .tn-cart-item-detail__list .tn-cart-item-detail__list-item {
  padding: 0;
}

body .tn-cart-item-details__list-item,
body .tn-cart-item-summary__property--name {
  padding: 0;
}

body .tn-cart-item-summary__property--primary {
  font-size: inherit;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 7px;
  padding-left: 0;
}

body .tn-cart-item-summary__property--secondary {
  font-size: inherit;
  padding: 0 20px 0 0;
  margin-bottom: 7px;
}

body .tn-cart-item-summary__property--location {
  text-transform: uppercase;
}

body .tn-cart-item-details__list {
  background: none;
  padding-left: 0;
  padding-right: 0;
  background: none;
  color: inherit;
  width: 100%;
}

@media (min-width: 768px) {
  body .tn-cart-item-details__list {
    width: calc(100% - 135px);
    padding: 0 5px;
  }
}

body .tn-cart-item {
  padding: 0;
  border-top: none;
}

body .tn-cart__section+.tn-cart__section,
body .tn-cart-item+.tn-cart-item {
  border-top: 1px solid #efefef;
  padding-top: 7px;
  margin-top: 30px;
}

body .tn-cart-totals__line-item {
  font-size: inherit;
  color: inherit;
  font-weight: 300;
  text-transform: uppercase;
  align-items: center;
  margin: 0;
}

body .tn-cart-totals__label,
body .tn-cart-totals__value {
  font-size: inherit;
  color: inherit;
  width: auto;
  font-weight: 300;
}

body .tn-cart-totals__label {
  flex: 1;
  text-align: left;
}

body .tn-cart-totals__line-item--primary,
body .tn-cart-totals__line-item--primary .tn-cart-totals__label,
body .tn-cart-totals__line-item--primary .tn-cart-totals__value {
  font-weight: 500;
}

body .tn-cart__btn-remove {
  top: 5px;
}

body .tn-cart-item__package-perfs-container {
  border-left: 1px solid currentColor;
}

body .tn-prod-list-item__property--heading {
  font-size: inherit;
}

body .tn-flex-package-details__date-range,
body .tn-package-list-item__date-range,
body .tn-package-list-item__location {
  margin: 7px 0 0;
}

body .tn-flex-package-details__locations-list {
  margin-top: 7px !important;
}

body .tn-flex-package-details__locations-list,
body .tn-package-list-item__location {
  text-transform: uppercase;
}

body .tn-prod-list-item--package {
  padding: 0 0 50px;
  border: none;
  background: none;
  border-bottom: 1px solid #f0f0f0;
}

body .tn-ticket-selector__pricetype-name {
  font-weight: 300;
}

body .tn-flex-in-progress__header {
  border-bottom: 1px solid #f0f0f0;
}

body .tn-flex-details__ticket-selector-container {
  border-top: 1px solid #f0f0f0;
}

@media (min-width: 768px) {
  body .tn-prod-list-item.tn-prod-list-item--package {
    grid-template-columns: 120px auto;
  }

  body .tn-prod-list-item__property--img-container {
    grid-row: 1/span 3;
    margin-top: 0;
  }

  body .tn-package-detail__image-wrapper {
    width: 100px;
  }
}

body .tn-flex-busy-indicator {
  top: 120px;
}

body .tn-flex-selection,
body .tn-flex-performance-selector__border,
body .tn-flex-performance-selector__form-group,
body .tn-flex-performance-group,
body .tn-flex-cart__main-container,
body .tn-flex-in-progress-package__list-item {
  color: inherit;
  border-width: 1px;
  border-radius: 4px;
}

body .tn-flex-selection,
body .tn-flex-performance-selector__border,
body .tn-flex-performance-selector__form-group {
  background: none;
  /*border-color:  $gold;*/
}

body .tn-flex-selection__title {
  font-weight: 500;
  text-transform: uppercase;
}

body .tn-flex-performance-selector__form-group {
  border-radius: 0;
}

body .tn-flex-package-details__title {
  font-size: 28px !important;
  color: inherit;
  font-family: 'VoicesSL', 'Work Sans', Arial, Helvetica, sans-serif;
  font-weight: 500;
}

body .tn-flex-package-details__instructions {
  background: none;
  padding: 0;
  border: none;
}

body .tn-flex-package-details__instructions ul {
  padding: 0;
}

body .tn-flex-performance-group__title {
  background: none;
  font-size: inherit;
}

body .tn-flex-performance-group__selection-status {
  color: inherit;
  font-weight: 500;
}

body .tn-flex-performance-group__requirements {
  font-size: inherit;
  font-style: normal;
}

body .tn-toggle-btn {
  border-radius: 0;
}

body .tn-flex-production__date-range {
  font-size: inherit;
  color: inherit;
  margin-bottom: 7px;
}

body .tn-flex-production__title {
  margin-bottom: 7px;
  font-size: inherit;
  text-transform: uppercase;
  font-weight: 500;
}

body .tn-ticket-selector__heading-available-zone-groups,
body .tn-ticket-selector__heading-available-zones {
  font-size: inherit;
}

body .tn-flex-cart__primary-heading,
body .tn-flex-cart__secondary-heading {
  font-size: inherit;
  color: inherit;
  text-transform: uppercase;
  margin-bottom: 7px;
}

body .tn-flex-cart__primary-heading {
  font-weight: 500;
}

body .tn-flex-cart__primary-section {
  color: inherit;
  background: none;
}

body .tn-contribution-type-text {
  padding: 20px 0;
}

body .tn-contribution-type-text .row>div {
  margin: 20px 0;
}

body .tn-contribution-type-text img {
  max-width: 100%;
  margin-bottom: 10px;
}

body .modal-content {
  border-radius: 0;
}

body .modal-content .modal-header {
  align-items: end;
}

body .modal-content .modal-header h1 {
  font-family: inherit;
  font-size: inherit;
  width: auto;
  flex: 1;
}

body .tn-contribution-group-page * {
  font-family: inherit !important;
  font-style: normal;
  font-size: inherit !important;
}

body .tn-contribution-group-page label.control-label,
body .tn-contribution-group-page .help-block,
body .tn-contribution-group-page .tn-required-field {
  font-size: 14px !important;
}

body .tn-contribution-group-page h1 {
  font-size: 36px !important;
  font-family: 'VoicesSL', 'Work Sans', Arial, Helvetica, sans-serif !important;
  font-weight: 100;
}

body .tn-contribution-group-page h2 {
  font-weight: 500;
}

body .tn-contribution-group-page iframe {
  margin: 10px 0 30px;
  max-width: 100%;
}

body .tn-contribution-group-page .tn-contribution-component {
  margin-top: 50px;
}

body .tn-contribution-group-page .tn-contribution-type-form-container h4 {
  text-transform: none;
}

body .tn-contribution-group-page #tn-contribution-submit {
  margin: 50px 0 20px;
}

body .input-group-addon {
  border-radius: 0;
  border-color: #9b9b9b;
  background: none;
}

body .tn-donation-ask-component,
body .tn-cart-component,
body .tn-checkout-survey-component {
  border-top: 1px solid #f0f0f0;
  padding-top: 20px;
}

body .tn-checkout-survey-component p {
  margin-bottom: 7px;
}

body span[for="Checkout_Covid_Agreement_Checkbox"] {
  display: none;
}

body .tn-cart-details-page .tn-cart-component {
  border: none;
  padding: 0;
}

@media (max-width: 767px) {
  body .tn-patron-shipping-information {
    padding-top: 20px;
    float: none;
    clear: both;
  }
}

body .tn-account-update-page .row+.row,
body .tn-account-create-page .row+.row {
  margin-top: 20px;
}

@media (max-width: 767px) {
  body .tn-account-login-page .row>div+div {
    margin-top: 50px;
  }

  body .tn-account-update-page .row+.row>div+div,
  body .tn-account-create-page .row+.row>div+div {
    margin-top: 20px;
  }
}

body .tn-account-tab-navigation {
  margin: 20px 0 50px;
}

body .tn-account-interests-page>div,
body .tn-account-update-page>div {
  padding-left: 0;
}

body .tn-account-interests-page .btn-primary,
body .tn-account-update-page .btn-primary {
  margin: 50px 0 20px;
}

body .nav-tabs {
  display: flex;
}

body .nav-tabs>li>a {
  border-radius: 0;
  color: #6bd9de;
  font-weight: 500;
  text-align: center;
}

body .nav-tabs>li>a:hover,
body .nav-tabs>li>a:active,
body .nav-tabs>li>a:focus {
  text-decoration: underline;
  color: #6bd9de;
  background: none;
  border-color: transparent;
}

body .nav-tabs>li.active>a {
  font-weight: 300;
  text-decoration: none;
  color: inherit;
}
body .tn-contribution-group-page .tn-heading strong {
  font-weight: 900;
}
body .tn-contribution-group-page .tn-heading em {
  font-weight: 900;
  font-style: italic;
}
/*** New Listing Homepage ***/
.tn-events-keyword-filter--event-listing-multi-mode {
    margin-bottom: 25px !important;    
}

body .tn-prod-list-item__perf-anchor .glyphicon-chevron-right {
  display: none;
}
span.tn-prod-list-item__perf-property.tn-prod-list-item__perf-property--action{
    display: block;
}