@import url(//fonts.googleapis.com/css?family=Roboto:400,100,300,700,900);
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,100,300,600,700,900);
body {
  background: #FFFFFF;
  font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.42857143;
  color: #3e3e3e;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  background: none;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
textarea,
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: caret;
}
p {
  margin-bottom: 23px;
  font-weight: 400;
  line-height: 26px;
}
h1.navbar-brand_ {
  margin: 0;
  padding: 0;
  float: none;
  height: auto;
}
h1.navbar-brand_ a {
  display: inline-block;
}
h2 {
  font: 53px/53px 'Open Sans';
  font-weight: 600;
  color: #3e3e3e;
  margin: 0 0 34px 0;
  text-transform: uppercase;
}
h2.indent {
  margin: 0 0 26px 0;
}
h3 {
  font: 27px/27px 'Open Sans';
  font-weight: 600;
  color: #3e3e3e;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.caption h4 {
    font: 22px/22px 'Open Sans';
    font-weight: 600;
    color: #3e3e3e;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
.extra-wrap {
  overflow: hidden;
}
.global {
  padding: 0 0 0 0;
}
.global.indent {
  padding: 95px 0 0 0;
}
.center {
  text-align: center;
}
.box {
  padding: 21px 30px 0 30px;
  background: #f1f1f1;
}
.box.indent {
  margin-bottom: 30px;
}
img {
  max-width: 100%;
}
/*-----menu-----*/
.navbar-default {
  background: #059cdb;
  border: none;
  padding: 0;
  margin: 0 0 0 0;
  float: none;
  display: inline-block;
  min-height: 0;
  width: 100%;
  text-align: center;
}
.navbar-default .navbar-nav {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  float: none;
}
@media screen and (max-width: 1320px) {
  .navbar-default .navbar-nav {
    width: 100%;
  }
}
.navbar-default .navbar-nav li {
  font-size: 14px;
  line-height: 26px;
  padding: 0;
  margin: 0 0 0 0;
  float: left;
  width: 16.66666667%;
  border-right: 1px solid #0080b5;
  border-left: 1px solid #2cb6f0;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .navbar-default .navbar-nav li {
    width: 16.66666667%;
  }
}
.navbar-default .navbar-nav li:first-child {
  margin-left: 0;
  border-left: 1px solid transparent;
}
.navbar-default .navbar-nav li:last-child {
  margin-left: 0;
  border-right: 1px solid transparent;
}
.navbar-default .navbar-nav li.active a {
  color: #ffffff;
  background: none;
}
.navbar-default .navbar-nav li.active a:hover {
  background: none;
  color: #ffffff;
}
.navbar-default .navbar-nav li:hover a {
  color: #ffffff;
  background: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.navbar-default .navbar-nav li a {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0;
  font: 16px 'Open Sans', sans-serif;
  font-weight: 600;
  line-height: 35px;
  color: #ffffff;
  text-transform: uppercase;
  background: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@media screen and (max-width: 1300px) {
  .navbar-default .navbar-nav li a {
    padding: 0;
  }
}
@media screen and (max-width: 994px) {
  .navbar-default .navbar-nav li a {
    font-size: 14px;
  }
}
nav.tm_navbar .sfHover {
  background: #007eb2;
  border-left: 1px solid #007eb2;
}
nav.tm_navbar .sfHover > a {
  color: #ffffff;
  background: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
nav.tm_navbar li span {
  height: 4px;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: -3px;
  z-index: 0;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 35px;
  list-style: none !important;
  zoom: 1;
  z-index: 15;
  background: #007eb2;
  border-left: 1px solid #007eb2;
  border-right: 1px solid #007eb2;
  padding: 0;
  margin: 0;
  text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
  background: none;
  border-top: 1px dotted #469abd;
  border-left: none;
  border-right: none;
  width: auto;
  float: none;
  margin: 0;
  padding: 0 20px;
  display: block;
}
nav.tm_navbar .sub-menu > ul li a {
  background: none !important;
  padding: 16px 0;
  margin: 0;
  float: none;
  display: block;
  width: auto;
  text-align: left;
  font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-shadow: none;
  text-transform: none;
  color: #ffffff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li a:hover {
  text-decoration: none;
  color: #ffffff !important;
  background: none !important;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
  text-decoration: none;
  color: #ffffff !important;
  background: none !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
  position: absolute;
  display: none;
  width: 100%;
  left: 100%;
  top: 0;
  list-style: none !important;
  zoom: 1;
  z-index: 15;
  background: #007eb2;
  border-left: 1px solid #007eb2;
  border-right: 1px solid #007eb2;
  padding: 0;
  margin: 0 0 0 0;
  text-align: left;
}
nav.tm_navbar .sub-menu ul ul li {
  padding: 0 20px;
  border-left: none;
  border-right: none;
}
nav.tm_navbar .sub-menu ul ul li a {
  background: none;
  padding: 16px 0;
  margin: 0;
  float: none;
  display: block;
  font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #ffffff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
  text-decoration: none;
  color: #ffffff !important;
  background: none !important;
}
.select-menu {
  display: none !important;
}
/*-----content-----*/
header {
  position: relative;
  margin: 0;
  padding: 0 0 0 0;
  z-index: 11;
  background: #132a59;
}
header .fb_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 178px;
  display: inline-block;
  background: url(../img/fb_btn.png) -10px 0 no-repeat;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header .fb_btn:hover {
  background: url(../img/fb_btn.png) 0 0 no-repeat;
}
header .logo {
  position: absolute;
  top: 15px;
  left: 0;
}
@media (max-width: 768px) {
    header .header-top .container
    {
        height: 120px !important;
    }
  header .logo {
    width: 140px;
    text-align: center;
    margin:auto;
    position:relative;
  }
}
/* Need to use style to inject value from content type*/
/*header .header-top {
  background: url(../img/header-background.png) no-repeat center top;
}*/
header .header-top .container {
  position: relative;
  height: 207px;
}
header .header-bottom {
  background: #059cdb;
  height: 35px;
  text-align: center;
}
@media (max-width: 768px) {
  header .header-bottom {
    height: auto;
  }
}
header .navbar-toggle {
  position: absolute;
  top: 10px;
  left: 20px;
  border-bottom: 1px solid #ffffff;
}
header .navbar-toggle .icon-bar {
  background: #ffffff;
}
header .header-utils {
  position: absolute;
  bottom: 30px;
  right: 0;
  text-align: right;
}
@media (max-width: 768px) {
  header .header-utils {
    top: 0;
    bottom: auto;
    right: 5%;
  }
}
header .header-utils .login-box {
  margin: 24px 0 0 0;
  color: #ffffff;
  text-transform: uppercase;
}
header .header-utils .login-box .donate {
  display: inline-block;
  color: white;
  border-right: 1px solid #677794;
  padding: 0 20px 0 0;
  vertical-align: middle;
  font-size: 14px;
  line-height: 14px;
}
@media (max-width: 768px) {
  header .header-utils .login-box .donate {
    display: none;
  }
}
header .header-utils .login-box .email {
  display: inline-block;
  color: white;
  border-right: 1px solid #677794;
  padding: 0 20px 0 20px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 14px;
}
@media (max-width: 768px) {
  header .header-utils .login-box .email {
    display: none;
  }
}
header .header-utils .login-box .login {
  display: inline-block;
  color: white;
  border-right: 1px solid #677794;
  padding: 0 20px 0 20px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 14px;
}
@media (max-width: 768px) {
  header .header-utils .login-box .login {
    display: none;
  }
}
header .header-utils .login-box .cart {
  display: inline-block;
  color: white;
  padding: 0 0 0 18px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 14px;
}
@media (max-width: 768px) {
  header .header-utils .login-box .cart {
    padding: 0 0 9px 9px;
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 768px) {
  header .header-utils .login-box .cart .cart-label {
    display: none;
  }
}
header .header-utils .login-box .cart .cart-items {
  position: relative;
  display: inline-block;
  padding: 5px 10px 5px 3px;
  margin: 0 0 0 10px;
  vertical-align: middle;
  background: #059cdb;
}
header .header-utils .login-box .cart .cart-items:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -12px;
  border-bottom: 24px solid #059cdb;
  border-top: 12px solid transparent;
  border-left: 12px solid transparent;
}
header .header-utils .search {
  margin: 24px 0 0 0;
}
@media (max-width: 768px) {
  header .header-utils .search {
    display: none;
  }
}
header .header-utils .search .navbar-form {
  padding: 0;
}
header .header-utils .search .navbar-form .form-control {
  border-radius: 0;
  border-right: 1px solid #ffffff;
  border: 1px solid #ffffff;
}
header .header-utils .search .navbar-form .input-group-btn button {
  border-radius: 0;
  color: #059cdb;
  border: 1px solid #ffffff;
}
header .header-utils .search .navbar-form .input-group-btn button:hover {
  background: #FFFFFF;
}
header .header-utils .tel {
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  color: #FFFFFF;
  vertical-align: bottom;
  margin: 24px 0 0 0;
}
@media (max-width: 768px) {
  header .header-utils .tel {
    display: none;
  }
}
.btn-social-group {
  text-align: right;
}
@media (max-width: 1219px) {
  .btn-social-group {
    text-align: center;
    margin: 20px 0;
  }
}
.btn-social-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.btn-social-group ul li {
  display: inline-block;
  padding: 0;
}
.btn-social-group .btn-social {
  border-radius: 50%;
  margin: -20px 0 0 12px;
  background: #059cdb;
  color: #ffffff;
  font-size: 20px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-transition: all 0.25s;
          transition: all 0.25s;
}
.btn-social-group .btn-social:hover {
  background: #0478a9;
}
@media (max-width: 1219px) {
  .btn-social-group .btn-social {
    margin: 0 6px 0 6px;
  }
}
.btn-social-group .btn-social a {
  color: #ffffff;
}
footer {
  padding: 76px 0;
  text-align: left;
  background-color: #fff;
}
@media (max-width: 1219px) {
  footer {
    text-align: center;
  }
}
footer p {
  font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #999999;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 300;
}
@media (max-width: 1219px) {
  footer p {
    margin: 20px 0;
  }
}
footer p a {
  color: #3e3e3e;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
footer p a:hover {
  color: #585858;
}
footer em {
  font-style: normal;
}
footer .footer-tel {
  display: none;
  font: 300 20px/20px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #999999;
}
@media (max-width: 1219px) {
  footer .footer-tel {
    display: block;
    margin: 20px 0;
  }
}
footer .footer-info {
  list-style: none;
  margin: 0;
  padding: 0;
  font: 14px/14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #999999;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 300;
}
footer .footer-info.collaborators {
  margin: 0 0 20px 0;
  font-size: 16px;
  font-weight: 400;
}
footer .footer-info.collaborators a {
  color: #888888;
}
footer .footer-info li {
  display: inline-block;
  padding: 0 10px 0 0;
  margin: 0 7px 0 0;
  border-right: 1px solid #999999;
}
footer .footer-info li:last-child {
  border: none;
}
@media (max-width: 1219px) {
  footer .footer-info li:last-child {

  }
}
@media (max-width: 1219px) {
  footer .footer-info li {
    display: block;
    margin: 20px 0;
    border: none;
  }
}
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #3e3e3e;
  font-size: 31px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
}
.trainerBox {
  margin-bottom: 30px;
  position: relative;
  display: block;
}
.trainerBox figure {
  margin: 0;
}
.trainerBox figure a {
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.trainerBox figure a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.trainerBox figure a:hover img {
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
      transform: rotate(-5deg);
}
.trainerBox figure img {
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  outline: 1px solid transparent;
}
.who-box .col-lg-4 {
  margin-bottom: 30px;
}
.thumb-box1 {
  margin-top: 30px;
  overflow: hidden;
}
.testimonials-box .box {
  padding: 21px 22px 0 22px;
}
.result-box {
  background: #000000;
  padding: 21px 0;
}
.home-title {
  color: #87ab19;
  text-align: center;
  font: 70px/70px 'Open Sans';
  margin: 95px 0 95px 0;
}
@media (max-width: 992px) {
  .home-title {
    margin: 35px 0 35px 0;
  }
}
.title-wrap {
  position: absolute;
  min-height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 992px) {
  .title-wrap {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .title-wrap {
    position: relative;
  }
}
iframe {
  max-width: 100%;
}
/*-----thumbs-----*/
.thumbnail {
  border-radius: 0;
}
.thumbnail .caption {
  position: relative;
  color: #3e3e3e;
  z-index: 10;
}
.thumb-pad1 {
  margin: 0 0 30px 0;
  overflow: hidden;
}
.thumb-pad1 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
  overflow: hidden;
  box-sizing: border-box;
}
.thumb-pad1 .thumbnail:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #1c3a6e;
}
.thumb-pad1 .thumbnail:after {
  content: " ";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid #1c3a6e;
}
.thumb-pad1 .thumbnail .category-info {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 9px;
  display: block;
  background: #1c3a6e;
  font: 600 18px/40px 'Open Sans';
  color: #ffffff;
  text-transform: uppercase;
  z-index: 8;
}
.thumb-pad1 .thumbnail .category-info:after {
  position: absolute;
  top: 0;
  right: -20px;
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border-top: 40px solid #1c3a6e;
  border-bottom: 20px solid transparent;
  border-right: 20px solid transparent;
}
.thumb-pad1 .thumbnail .category-info .title {
  font: 36px/60px 'Open Sans';
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}
.thumb-pad1 .thumbnail.category-1 {
  background: #cff1ff;
}
.thumb-pad1 .thumbnail.category-1 .category-info {
  background: #059cdb;
}
.thumb-pad1 .thumbnail.category-1 .category-info:after {
  right: -30px;
  border-top: 60px solid #059cdb;
  border-bottom: 30px solid transparent;
  border-right: 30px solid transparent;
}
.thumb-pad1 .thumbnail.category-1 .caption {
  padding-top: 80px;
}
.thumb-pad1 .thumbnail.category-1 .caption p {
  font-size: 14px;
  font-weight: 400;
}
.thumb-pad1 .thumbnail.category-1:before {
  border-color: #059cdb;
}
.thumb-pad1 .thumbnail.category-1:after {
  border-color: #059cdb;
}
.thumb-pad1 .thumbnail.category-2 {
  background: #f4decc;
}
.thumb-pad1 .thumbnail.category-2 .category-info {
  background: #ed7312;
}
.thumb-pad1 .thumbnail.category-2 .category-info:after {
  right: -30px;
  border-top: 60px solid #ed7312;
  border-bottom: 30px solid transparent;
  border-right: 30px solid transparent;
}
.thumb-pad1 .thumbnail.category-2 .caption {
  padding-top: 80px;
}
.thumb-pad1 .thumbnail.category-2 .caption p {
  font-size: 14px;
  font-weight: 400;
}
.thumb-pad1 .thumbnail.category-2:before {
  border-color: #ed7312;
}
.thumb-pad1 .thumbnail.category-2:after {
  border-color: #ed7312;
}
.thumb-pad1 .thumbnail.category-3 {
  background: #f0e8f3;
}
.thumb-pad1 .thumbnail.category-3 .category-info {
  background: #462653;
}
.thumb-pad1 .thumbnail.category-3 .category-info:after {
  right: -30px;
  border-top: 60px solid #462653;
  border-bottom: 30px solid transparent;
  border-right: 30px solid transparent;
}
.thumb-pad1 .thumbnail.category-3 .caption {
  padding-top: 80px;
}
.thumb-pad1 .thumbnail.category-3 .caption p {
  font-size: 14px;
  font-weight: 400;
}
.thumb-pad1 .thumbnail.category-3:before {
  border-color: #462653;
}
.thumb-pad1 .thumbnail.category-3:after {
  border-color: #462653;
}
.thumb-pad1 .thumbnail.category-4 {
  background: #e9f0d1;
}
.thumb-pad1 .thumbnail.category-4 .category-info {
  background: #607f04;
}
.thumb-pad1 .thumbnail.category-4 .category-info:after {
  right: -30px;
  border-top: 60px solid #607f04;
  border-bottom: 30px solid transparent;
  border-right: 30px solid transparent;
}
.thumb-pad1 .thumbnail.category-4 .caption {
  padding-top: 80px;
}
.thumb-pad1 .thumbnail.category-4 .caption p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}
.thumb-pad1 .thumbnail.category-4 .caption p:first-child {
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0 0 18px 0;
}
.thumb-pad1 .thumbnail.category-4 .caption p:first-child:after {
  display: block;
  content: '....';
  margin: 10px 0 0 0;
}
.thumb-pad1 .thumbnail.category-4:before {
  border-color: #607f04;
}
.thumb-pad1 .thumbnail.category-4:after {
  border-color: #607f04;
}
.thumb-pad1 .thumbnail.category-5 {
  background: #ede0ec;
}
.thumb-pad1 .thumbnail.category-5 .category-info {
  background: #721e6b;
}
.thumb-pad1 .thumbnail.category-5 .category-info:after {
  right: -30px;
  border-top: 60px solid #721e6b;
  border-bottom: 30px solid transparent;
  border-right: 30px solid transparent;
}
.thumb-pad1 .thumbnail.category-5 .caption {
  padding-top: 80px;
}
.thumb-pad1 .thumbnail.category-5 .caption p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}
.thumb-pad1 .thumbnail.category-5 .caption p:first-child {
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0 0 18px 0;
}
.thumb-pad1 .thumbnail.category-5:before {
  border-color: #721e6b;
}
.thumb-pad1 .thumbnail.category-5:after {
  border-color: #721e6b;
}
.thumb-pad1 .thumbnail.category-calendar {
  background: #87ab19;
}
.thumb-pad1 .thumbnail.category-calendar .category-info {
  background: #546f00;
}
.thumb-pad1 .thumbnail.category-calendar .category-info:after {
  right: -30px;
  border-top: 60px solid #546f00;
  border-bottom: 30px solid transparent;
  border-right: 30px solid transparent;
}
.thumb-pad1 .thumbnail.category-calendar.full-width .category-info {
  width: 80%;
  padding: 0 30px;
}
@media screen and (max-width: 544px) {
  .thumb-pad1 .thumbnail.category-calendar.full-width .category-info {
    width: auto;
  }
}
.thumb-pad1 .thumbnail.category-calendar.full-width .category-info:after {
  right: -50px;
  border-top: 100px solid #546f00;
  border-bottom: 50px solid transparent;
  border-right: 50px solid transparent;
}
@media screen and (max-width: 544px) {
  .thumb-pad1 .thumbnail.category-calendar.full-width .category-info:after {
    right: -25px;
    border-top: 50px solid #546f00;
    border-bottom: 25px solid transparent;
    border-right: 25px solid transparent;
  }
}
.thumb-pad1 .thumbnail.category-calendar.full-width .category-info .title {
  font: 50px/100px 'Open Sans';
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}
@media screen and (max-width: 544px) {
  .thumb-pad1 .thumbnail.category-calendar.full-width .category-info .title {
    font: 25px/50px 'Open Sans' !important;
  }
}
.thumb-pad1 .thumbnail.category-calendar.full-width .calendar-table .month th {
  text-transform: uppercase;
  font: 400 34px/34px 'Arial Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  vertical-align: middle;
  cursor: pointer;
  padding: 20px 0;
}


#mobile-footer {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  background-color: white;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,.65)
}

#mobile-footer a.btn1 {
  font-size: 16px;
  line-height: 36px;
}

#mobile-footer .mobile-button {
  width: 50%;
  float: left;
}

#mobile-footer .mobile-button:first-child {
  padding-right: 3px;
}

#mobile-footer .mobile-button:not(:first-child) {
  padding-left: 3px;
}



@media screen and (max-width: 767px) {
  #mobile-footer {
    display: unset;
  }

  #production-main-buttons {
    display: none;
  }

  .thumb-pad1 .thumbnail.category-calendar.full-width .calendar-table .month th {
    padding: 5px;
    text-align: center;
    font-size: 20px;
  }
}
.thumb-pad1 .thumbnail.category-calendar.full-width .calendar-table thead tr th.dow {
  text-transform: uppercase;
  font-size: 34px;
  line-height: 34px;
  font-weight: 600;
  font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .thumb-pad1 .thumbnail.category-calendar.full-width .calendar-table thead tr th.dow {
    padding: 5px;
    text-align: center;
    font-size: 18px;
  }
}
@media screen and (max-width: 544px) {
  .thumb-pad1 .thumbnail.category-calendar.full-width .calendar-table thead tr th.dow {
    font-size: 12px;
  }
}
.thumb-pad1 .thumbnail.category-calendar.full-width .calendar-table tbody tr td {
  text-align: left;
  padding: 10px 0;
  height: 200px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .thumb-pad1 .thumbnail.category-calendar.full-width .calendar-table tbody tr td {
    height: auto;
    padding: 0;
    text-align: center;
  }
}
.thumb-pad1 .thumbnail.category-calendar.full-width .calendar-table tbody tr td .day-number {
  font-size: 34px;
  text-align: left;
  padding: 10px 10px 20px 10px;
}
@media screen and (max-width: 767px) {
  .thumb-pad1 .thumbnail.category-calendar.full-width .calendar-table tbody tr td .day-number {
    padding: 5px;
    text-align: center;
    font-size: 18px;
  }
}
.thumb-pad1 .thumbnail.category-calendar.full-width .calendar-table tbody tr td .play-info a{
font-size: 12px;
top:0;
}
.thumb-pad1 .thumbnail.category-calendar.full-width .calendar-table tbody tr td .play-info {
  border-top: 1px solid #cbeb68;
  font-size: 12px;
  padding: 10px;
  color: #555;
}
@media screen and (max-width: 767px) {
  .thumb-pad1 .thumbnail.category-calendar.full-width .calendar-table tbody tr td .play-info {
    display: none;
  }
}
.thumb-pad1 .thumbnail.category-calendar.full-width .calendar-table tbody tr td .play-info:last-child {
  border-bottom: 1px solid #cbeb68;
}
.thumb-pad1 .thumbnail.category-calendar.full-width .calendar-table tbody tr td .play-info .hour {
  font-weight: 600;
}
.thumb-pad1 .thumbnail.category-calendar.full-width .calendar-table tbody tr td.active .play-info {
  border-top: 1px solid #4bc7fb;
}
.thumb-pad1 .thumbnail.category-calendar.full-width .calendar-table tbody tr td.active .play-info:last-child {
  border-bottom: 1px solid #4bc7fb;
}
.thumb-pad1 .thumbnail.category-calendar .caption {
  color: #ffffff;
  padding: 80px 10px 21px 10px;
}

.perf-link { margin-left: 0 !important}
.perf-link.Subscription { color: #d22c1b !important }
.perf-link.Special { color: #1c3a6e !important}
.perf-link.Special-Event { color: #ed7312 !important}
.perf-link.Youth-Theatre { color: #721e6b !important }
.perf-link.Community-Collaborators { color: #8b8a8d !important}
.perf-link.Other { color: #583C15 !important }


@media screen and (max-width: 544px) {
  .thumb-pad1 .thumbnail.category-calendar .caption {
    padding: 30px 5px 21px 5px;
  }
  .calendar-table thead tr th.dow{padding:0;}
}
.thumb-pad1 .thumbnail.category-calendar .caption p {
  font-size: 18px;
  font-weight: 400;
}
.thumb-pad1 .thumbnail.category-calendar:before {
  border: none;
}
.thumb-pad1 .thumbnail.category-calendar:after {
  border: none;
}
@media screen and (max-width: 767px) {
  .thumb-pad1 .thumbnail.category-calendar .table-responsive {
    border: none;
  }
}
.thumb-pad1 .thumbnail.category-date {
  background: #e2eaf6;
}
.thumb-pad1 .thumbnail.category-title {
  position: relative;
  background: #e2eaf6;
}
.thumb-pad1 .thumbnail.category-title .category-info {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 9px;
  display: block;
  background: #1c3a6e;
  font: 600 18px/40px 'Open Sans';
  color: #ffffff;
  text-transform: uppercase;
  z-index: 9;
}
.thumb-pad1 .thumbnail.category-title .category-info:after {
  position: absolute;
  top: 0;
  right: -20px;
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border-top: 40px solid #1c3a6e;
  border-bottom: 20px solid transparent;
  border-right: 20px solid transparent;
}
.thumb-pad1 .thumbnail .caption {
  padding: 29px 29px;
  overflow: hidden;
}
.thumb-pad1 .thumbnail .caption p {
  margin: 0;
}
.thumb-pad1 .thumbnail .caption a {
  color: #3e3e3e;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  z-index: 10;
}
.thumb-pad1 .thumbnail .caption a:hover {
  color: #646464;
}
.thumb-pad1 figure {
  margin: 0;
  position: relative;
  z-index: 8;
}
.thumb-pad1 figure img {
  width: 100%;
}
.thumb-pad1 figure time {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 9px;
  display: block;
  background: #1c3a6e;
  font: 600 18px/40px 'Open Sans';
  color: #ffffff;
  text-transform: uppercase;
}
.thumb-pad1 figure time:not(:empty):after {
  position: absolute;
  top: 0;
  right: -20px;
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border-top: 40px solid #1c3a6e;
  border-bottom: 20px solid transparent;
  border-right: 20px solid transparent;
}
.thumb-pad1 figure div {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.thumb-pad1 figure div p {
  font: bold 27px/34px 'Open Sans';
  text-transform: uppercase;
  color: #ffffff;
  background: #000000;
  padding: 0 9px;
  margin: 0;
  display: inline-block;
}
.thumb-pad1 figure div.box1 p {
  color: #000000;
  background: #ffffff;
}
.thumb-pad2 {
  margin: 0 0 30px 0;
  overflow: hidden;
}
.thumb-pad2 .thumbnail {
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: #000000;
  position: relative;
}
.thumb-pad2 figure {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
.thumb-pad2 figure img {
  width: 100%;
}
.thumb-pad2 .thumbnail .caption {
  position: relative;
  padding: 228px 30px 30px 30px;
  color: #7c7c7c;
}
.thumb-pad2 .thumbnail .caption .title {
  color: #ffffff;
  font: 65px/59px 'Open Sans';
  font-weight: 600;
  margin: 0 0 13px 0;
  text-transform: uppercase;
}
.thumb-pad2 .thumbnail .caption .description {
  color: #ffffff;
  font: 35px/45px 'Open Sans';
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 9px 0;
}
.thumb-pad3 {
  background: #000000;
  margin-bottom: 50px;
}
.thumb-pad3 .thumbnail {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
}
.thumb-pad3 .thumbnail .caption {
  padding: 12px 30px 33px 30px;
  color: #3e3e3e;
}
.thumb-pad3 .thumbnail .caption p {
  margin-bottom: 0;
}
.thumb-pad3 .thumbnail .caption .title {
  font: 53px 'Roboto Slab';
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 9px;
}
.thumb-pad3 .thumbnail .caption .description {
  font: bold 18px/30px 'Roboto Slab';
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 16px;
}
.thumb-pad3 .thumbnail .caption a {
  font-size: 24px;
  color: #ffffff;
  position: relative;
  top: 3px;
  margin-left: 5px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad3 .thumbnail .caption a:hover {
  color: #3e3e3e;
}
.thumb-pad4 {
  margin: 0;
  overflow: hidden;
}
.thumb-pad4 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
  overflow: hidden;
}
.thumb-pad4 .thumbnail .caption {
  padding: 0;
  overflow: hidden;
}
.thumb-pad4 .thumbnail .caption a {
  font-size: 24px;
  color: #ffffff;
  position: relative;
  top: 3px;
  margin-left: 5px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad4 .thumbnail .caption a:hover {
  color: #3e3e3e;
}
.thumb-pad4 figure {
  margin: 0 0 23px 0;
}
.thumb-pad4 figure img {
  width: 100%;
}
.thumb-pad5 {
  margin: 0 0 11px 0;
  overflow: hidden;
}
.thumb-pad5 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
  overflow: hidden;
}
.thumb-pad5 .thumbnail .caption {
  padding: 0;
  overflow: hidden;
}
.thumb-pad5 .thumbnail .caption .lnk {
  font: 18px/24px 'Roboto Slab';
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad5 .thumbnail .caption .lnk:hover {
  color: #3e3e3e;
}
.thumb-pad5 .thumbnail .caption p {
  margin-top: 20px;
}
.thumb-pad5 .thumbnail .caption p a {
  font-size: 24px;
  color: #ffffff;
  position: relative;
  top: 3px;
  margin-left: 5px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad5 .thumbnail .caption p a:hover {
  color: #3e3e3e;
}
.thumb-pad5 figure {
  margin: 0 0 23px 0;
  position: relative;
}
.thumb-pad5 figure img {
  width: 100%;
}
.thumb-pad5 figure:hover i {
  -webkit-transform: translateY(0) translateX(0) scale(1);
  -ms-transform: translateY(0) translateX(0) scale(1);
      transform: translateY(0) translateX(0) scale(1);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.thumb-pad5 figure i {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
  display: block;
  background: #ffffff url(../img/zoom.png) center center no-repeat;
  background: rgba(255, 255, 255, 0.35) url(../img/zoom.png) center center no-repeat;
  font-weight: normal;
  -webkit-transform: translateY(0) translateX(0) scale(0.25);
  -ms-transform: translateY(0) translateX(0) scale(0.25);
      transform: translateY(0) translateX(0) scale(0.25);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.thumb-pad6 {
  overflow: hidden;
  margin-bottom: 74px;
}
.thumb-pad6 time {
  font: 53px/44px 'Roboto Slab';
  color: #ffffff;
  width: 70px;
  margin-right: 9px;
  text-align: center;
  display: inline-block;
  float: left;
}
.thumb-pad6 time span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}
.thumb-pad6 br {
  display: none;
}
.thumb-pad6 .thumbnail {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
  overflow: hidden;
}
.thumb-pad6 .thumbnail > .lnk {
  font: 18px/24px 'Roboto Slab';
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad6 .thumbnail > .lnk:hover {
  color: #3e3e3e;
}
.thumb-pad6 .thumbnail > p {
  color: #ffffff;
  margin: 4px 0 8px 0;
  overflow: hidden;
}
.thumb-pad6 .thumbnail > p a {
  color: #ffffff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad6 .thumbnail > p a:hover {
  color: #3e3e3e;
}
.thumb-pad6 .thumbnail .caption {
  padding: 0;
  overflow: hidden;
  color: #3e3e3e;
}
.thumb-pad6 .thumbnail figure {
  margin: 0 0 21px 0;
}
.thumb-pad6 .thumbnail figure img {
  width: 100%;
}
.thumb-pad7 {
  margin: 0 0 33px 0;
  overflow: hidden;
}
.thumb-pad7 .thumbnail {
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
  overflow: hidden;
}
.thumb-pad7 .thumbnail .caption {
  padding: 0;
  overflow: hidden;
}
.thumb-pad7 .thumbnail .caption p {
  margin-bottom: 0;
}
.thumb-pad7 .thumbnail figure {
  margin: 0 0 23px 0;
}
.thumb-pad7 .thumbnail figure img {
  width: 100%;
}
.thumb-pad8 {
  margin: 0;
}
.thumb-pad8 .thumbnail {
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
  overflow: hidden;
}
.thumb-pad8 .thumbnail .caption {
  padding: 0;
  overflow: hidden;
  color: #3e3e3e;
}
.thumb-pad8 .thumbnail .caption a {
  font: 16px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad8 .thumbnail .caption a:hover {
  color: #5fd0eb;
}
.thumb-pad8 .thumbnail .caption p {
  margin-bottom: 13px;
}
.thumb-pad8 figure {
  margin: 0 30px 0 0;
  float: left;
}
/*-----calendar-----*/
.calendar-table {
  position: relative;
  text-align: center;
  z-index: 9;
  border-spacing: 4px;
  border-collapse: separate;
  margin-bottom: 0;
}
.calendar-table .month th {
  text-transform: uppercase;
  font: 400 24px/24px 'Arial Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  vertical-align: middle;
  cursor: pointer;
}
.calendar-table .month th.prev .arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 12px 6px 0;
  border-color: transparent #ffffff transparent transparent;
  margin-bottom: 3px;
}
.calendar-table .month th.next .arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #ffffff;
  margin-bottom: 3px;
}
.calendar-table thead tr th {
  text-align: center;
  border: none;
}
.calendar-table thead tr th.dow {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.calendar .info-text {
    margin-top: 10px;
    text-align: center;
}

.one-night-only-text {
  text-transform: uppercase;
  font: 400 24px/24px 'Arial Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  vertical-align: middle;
  cursor: pointer;
}

@media screen and (max-width: 998px) {
  .calendar-table thead tr th.dow {
    font-size: 12px;
    line-height: 12px;
  }
}

.calendar-table tbody tr td {
  padding: 0;
  border: none;
  background: #9dc328;
  cursor: default;
  width: 14.28571429%;
  height: 34px;
  vertical-align: middle;
  font-size: 18px;
  font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 18px;
  -webkit-transition: all 0.25s;
          transition: all 0.25s;
}

.calendar-table tbody tr td.play {
  cursor: pointer;
}

.full-width .calendar-table tbody tr td.play {
  cursor: default;
}

.calendar-table tbody tr td:hover.play {
  background: #6a841b;
}

.full-width .calendar-table tbody tr td:hover.play {
  background: #eaf7c2;
}

.calendar-table tbody tr td.active {
  background: #059cdb;
}

.calendar-table tbody tr td.old,
.calendar-table tbody tr td.new {
  background: #90b51f;
}
.calendar-table tbody tr td.play {
  background: #eaf7c2;
  color: #059cdb;
}
.calendar-table tbody tr td.play:hover {
  background: #d3ee7e;
}
.category-calendar .btn-default.btn1 {
  position: relative;
  color: #ffffff;
  display: block;
  width: auto;
  left: 0;
  top: 0;
  z-index: 9;
}
.category-calendar .btn-default.btn1:hover {
  color: #ffffff;
}
.calendar-wrap {
  padding: 100px 0 10px 0;
  overflow-x: auto;
}
@media (max-width: 768px) and (min-width: 1px) {
    .calendar-wrap {
  padding: 10px 0 10px 0;
}
}
.calendar-page {
}
.calendar-page .calendar-table {
  border-spacing: 15px;
}

@media screen and (max-width: 944px) {
  .calendar-page .calendar-table {
    border-spacing: 4px;
  }
}

.color-legend {
  padding: 30px 25px;
  width: 100%;
  background: #546f00;
  color: #fff;
}
.color-legend ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.color-legend ul li {
  position: relative;
  display: inline-block;
  margin: 10px 15px 10px 0;
  vertical-align: middle;
  padding-left: 25px;
}
.color-legend ul li span {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.color-legend ul li span.red {
  background: #d22c1b;
}
.color-legend ul li span.dark-blue {
  background: #1c3a6e;
}
.color-legend ul li span.purple {
  background: #721e6b;
}
.color-legend ul li span.orange {
  background: #ed7312;
}
.color-legend ul li span.cool-gray {
  background: #8b8a8d;
}
.color-legend ul li span.brown {
  background: #583C15;
}


/*-----article-----*/
.info-article {
  padding: 0 0 30px 0;
}
.info-article h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  color: #87ab19;
  text-transform: uppercase;
}
.info-article h2 {
  font-size: 18px !important;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.info-article .more {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.info-article .date {
  font-size: 20px;
  line-height: 44px;
  font-weight: 400;
}
.info-article .basic-info {
  margin: 20px 0;
}
.info-article .basic-info p {
  margin: 0;
  font-size: 18px;
  line-height: 34px;
  font-weight: 300;
}
.info-article .basic-info strong {
  font-weight: 400;
}
.info-article .article-text {
  margin: 0 0 100px 0;
}
.info-article .article-text p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}
.info-article .cast-tabs {
  border-top: 3px solid #1c3a6e;
  margin: 0 0 100px 0;
}
.info-article .cast-tabs .nav-tabs {
  border-bottom: 1px solid #1c3a6e;
}
.info-article .cast-tabs .nav-tabs li {
  margin: 0 30px 0 0;
}
.info-article .cast-tabs .nav-tabs li:first-child .title:before {
  display: none;
}
.info-article .cast-tabs .title {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 9px;
  background: #ffffff;
  font: 400 18px/40px 'Open Sans';
  color: #3e3e3e;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
}
.info-article .cast-tabs .title:hover {
  background: #ffffff;
  margin: 0;
  border: 0;
}
.info-article .cast-tabs .title:before {
  position: absolute;
  bottom: 0;
  left: -20px;
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 40px solid #ffffff;
  border-top: 20px solid transparent;
  border-left: 20px solid transparent;
}
.info-article .cast-tabs .title:after {
  position: absolute;
  top: 0;
  right: -20px;
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border-top: 40px solid #ffffff;
  border-bottom: 20px solid transparent;
  border-right: 20px solid transparent;
}
.info-article .cast-tabs .active .title {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 9px;
  background: #1c3a6e;
  font: 400 18px/40px 'Open Sans';
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
}
.info-article .cast-tabs .active .title:hover {
  background: #1c3a6e;
  margin: 0;
  border: 0;
}
.info-article .cast-tabs .active .title:before {
  position: absolute;
  bottom: 0;
  left: -20px;
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 40px solid #1c3a6e;
  border-top: 20px solid transparent;
  border-left: 20px solid transparent;
}
.info-article .cast-tabs .active .title:after {
  position: absolute;
  top: 0;
  right: -20px;
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border-top: 40px solid #1c3a6e;
  border-bottom: 20px solid transparent;
  border-right: 20px solid transparent;
}
.info-article .cast-tabs .tab-content {
  margin: 50px 0 10px 0;
}
.info-article .cast-tabs .tab-content ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.info-article .cast-tabs .tab-content .cast-member {
  position: relative;
  margin: 0;
  padding: 0 0 0 75px;
}
.info-article .cast-tabs .tab-content .cast-member figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 55px;
  height: 55px;
  background: #dcdcdc;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}
.info-article .cast-tabs .tab-content .cast-member p {
  font-size: 18px;
  font-weight: 400;
}
.info-article .cast-tabs .tab-content .cast-member p span {
  display: block;
  font-weight: 300;
  font-style: italic;
}
.info-article .plan-panel .title {
  margin: 30px 0;
  border-top: 3px solid #1c3a6e;
}
.info-article .plan-panel .title h2 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 9px;
  background: #1c3a6e;
  font: 400 18px/40px 'Open Sans';
  color: #ffffff;
  text-transform: uppercase;
}
.info-article .plan-panel .title h2:after {
  position: absolute;
  top: 0;
  right: -20px;
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border-top: 40px solid #1c3a6e;
  border-bottom: 20px solid transparent;
  border-right: 20px solid transparent;
}
.info-article .plan-panel .panel-title {
  position: relative;
  margin: 0;
}
.info-article .plan-panel .panel-title a {
  display: block;
  color: #3e3e3e;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 30px 10px 0;
}
.info-article .plan-panel .panel {
  border-bottom: 1px solid #c8c8c8;
}
.info-article .plan-panel .panel:last-child {
  border: none;
}
.info-article .plan-panel .panel-body {
  padding: 10px 55px 30px 55px;
}
.info-article .plan-panel .panel-icon {
  color: #0693ce;
  margin: 0 15px 0 0;
  font-size: 26px;
}
.info-article .plan-panel .chevron {
  position: absolute;
  bottom: 15px;
  right: 0;
  color: #3e3e3e;
  float: right;
  font-size: 18px;
}
.sidebar .category-calendar .btn-default.btn1 {
  position: relative;
  margin: 20px 0;
  color: #ffffff;
  display: block;
  width: auto;
  left: 0;
  top: 0;
  z-index: 9;
}
.sidebar .category-calendar .btn-default.btn1:hover {
  color: #ffffff;
}
.sidebar .time-select {
  position: relative;
  z-index: 10;
  text-align: center;
  border-top: 1px solid #9dc328;
  border-bottom: 1px solid #9dc328;
  margin: 30px 0 0 0;
}
.sidebar .time-select .btn-time-select {
  padding: 15px 25px;
  background: #add23d;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 30px 0;
  color: #ffffff;
  font: 400 26px/26px 'Open Sans', sans-serif;
  -webkit-transition: all 0.25s;
          transition: all 0.25s;
}
.sidebar .time-select .btn-time-select:hover {
  background: #546f00;
}
.sidebar .time-select .btn-time-select.active {
  background: #546f00;
  box-shadow: none;
}
.sidebar .time-select .selected {
  border: 3px solid #059cdb;
}

@media (max-width: 768px) {
    #purchase-buttons {
        margin-bottom: 0;
        width: 100%;
        left: 0;
        bottom: 0;
        z-index: 100;
        position: fixed;
        animation: none;
        transition: none;
    }

        .sidebar #purchase-buttons .category-info {
            display: none;
        }

    #purchase-buttons .caption {
        display: inline-block;
        padding: 0 !important;
        width: 100%;
    }

    #purchase-buttons .category-calendar .btn-default.btn1 {
        display: inline-block;
        width:45%;
        font-size: 14px;
        line-height: 14px;
        padding: 10px;
        margin: 10px 0;
    }

    #purchase-buttons .category-calendar .btn-default.btn1:first-of-type {
        margin-left: 10px;
    }

        #purchase-buttons .category-calendar .btn-default.btn1:last-child {
            margin-right: 10px;
            float: right;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
}

.featured-artist h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}
.featured-artist h3 span {
  font-size: 18px;
  display: block;
  font-weight: 300;
  font-style: italic;
  text-transform: none;
}
.whats-going-on ul {
  list-style: none;
  margin: 0;
  padding: 50px 20px 20px 20px;
}
.whats-going-on ul li {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0 0 0 120px;
  min-height: 100px;
}
.whats-going-on ul li figure {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  left: 0;
  overflow: hidden;
}
.whats-going-on ul li .title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
.whats-going-on ul li .date {
  display: block;
  font-size: 12px;
  font-weight: 300;
  text-transform: none;
  margin: 10px 0 0 0;
}
.sub-header {
  position: relative;
  background: #391b25;
  text-align: center;
  margin-bottom: 95px;
}
.sub-header figure {
  text-align: center;
}
.sub-header .header-title {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sub-header .header-title .title {
  font-size: 60px;
  line-height: 60px;
  text-align: left;
  margin: 0;
  color: #ffffff;
}
@media (max-width: 768px) {
    .sub-header { background: #049cdb; }
    .sub-header figure { display: none; }
    .sub-header .header-title { position: relative; transform: none; }
    .sub-header .header-title .title { text-align: center; }
}
.article-content {
  background: #ededed;
  padding: 0 0 50px 0;
}
.article-content h1 {
  font-size: 40px;
  font-weight: 400;
  color: #87ab19;
  margin: 80px 0 45px 0;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .article-content h1 {
    margin: 0 0 45px 0;
  }
}
.article-content .article-inner {
  background: #ffffff;
  padding: 30px 110px;
}
@media (max-width: 768px) {
  .article-content .article-inner {
    padding: 30px 5%;
  }
}
.article-content .article-inner .description {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  margin: 0 0 45px 0;
}
.article-content .article-inner i,
.article-content .article-inner em {
  font-style: italic;
}
.article-content .article-inner h2 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.article-content .article-inner h2 span {
  display: block;
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  text-transform: none;
}
.article-content .article-inner h3 {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.article-content .article-inner p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}
.article-content .article-inner p a {
  color: #059cdb;
}
.article-content .article-inner p img {
  margin: 50px;
}
.article-content .article-inner ul {
  padding: 0 0 0 17px;
}
.article-content .article-inner ul li {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  margin: 0 0 22px 0;
}
.article-content .article-inner.article-divider {
  border-top: 6px solid #dcdcdc;
}
.btn-article-group {
  text-align: justify;
  padding: 10px 0;
}
.btn-article-group .btn-article {
  display: inline-block;
  margin: 20px 0;
}
.accordion {
  margin: 0 0 -1px 0;
}
.accordion .panel {
  border-top: 1px solid #c8c8c8;
}
.accordion .panel:last-child {
  border-bottom: 1px solid #c8c8c8;
}
.accordion .panel .panel-title a {
  display: block;
  position: relative;
  color: #3e3e3e;
  text-transform: uppercase;
  padding: 10px 30px 10px 0;
  font-size: 18px;
  line-height: 18px;
}
.accordion .panel .panel-body {
  padding: 10px 0 30px 0;
}
.accordion .chevron {
  position: absolute;
  bottom: 15px;
  right: 0;
  color: #3e3e3e;
  float: right;
  font-size: 18px;
}
.article-content .bottom-info {
  padding: 30px 110px;
  background: #dcdcdc;
}
.article-content .bottom-info p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.news-list {
  width: 100%;
}
.news-list ul {
  list-style: none;
}
.news-list ul li {
  position: relative;
  padding: 20px 0 30px 0;
  border-bottom: 1px solid #ccc;
}
.news-list ul li:before,
.news-list ul li:after {
  content: " ";
  display: table;
}
.news-list ul li:after {
  clear: both;
}
.news-list ul li .image {
  float: left;
  width: 100px;
  height: 100px;
  overflow: hidden;
  background: #ccc;
  margin: 0 20px 0 0;
}
.news-list ul li .image div{
    width:100px; height:100px;
}
.news-list ul li .image img {
  max-width: 100%;
}
.news-list ul li .text h3 {
  text-transform: none;
}
.news-list ul li .text p {
  margin: 0;
}
.news-list ul li .more {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-style: italic;
  font-size: 14px;
}
.news-list ul li .doc-link {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 20px;
  font-size: 20px;
  line-height: 20px;
  padding: 0 20px;
}
.news-list ul li.news-image .text {
  margin-left: 100px;
}
@media (max-width: 768px) {
    .news-list ul li .image {display: none;}
}
.calendar-fullwidth {
  padding: 100px 0;
}
.list-page {
  margin: 0;
}
.list-page-item {
  width: 100%;
  min-height: 100px;
  position: relative;
  background: #f1f1f1;
  margin: 0 0 80px 0;
  padding-right: 7%;
}
.list-page-item.list-image {
  padding-left: 20%;
}
.list-page-item .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  background: #cccccc;
}
.list-page-item .image img {
  max-width: 100%;
}
.list-page-item .text {
  color: #3e3e3e;
  width: 100%;
  height: 100%;
  padding: 20px 0;
}
.list-page-item.category-1 {
    background: #cff1ff;
}
.list-page-item.category-1 .text span {
    color: #059cdb;
}
.list-page-item.category-2 {
    background: #f4decc;
}
.list-page-item.category-2 .text span {
    color: #ed7312;
}
.list-page-item.category-3 {
    background: #f0e8f3;
}
.list-page-item.category-3 .text span {
    color: #462653;
}
.list-page-item.category-4 {
    background: #e9f0d1;
}
.list-page-item.category-4 .text span {
    color: #607f04;
}
.list-page-item.category-5 {
    background: #ede0ec;
}
.list-page-item.category-5 .text span {
    color: #721e6b;
}
.list-page-item .text .title {
  max-width: 49%;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0 5% 0 5%;
}
.list-page-item .text .info {
  max-width: 49%;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0 5% 0 5%;
  border-left: 3px solid #ccc;
}
.list-page-item .text .more {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 7%;
  margin-top: -30px;
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
}
@media (max-width: 768px) {
    .list-page-item.list-image {padding-left:0;}
    .list-page-item .image {display: none;}
    .list-page-item .text .info {display: none;}
    .list-page-item .text .more {right: 20px;}
    .list-page-item .text .title{max-width:80%;}
}
.box-fullwidth {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 300px;
  padding-top: 100px;
}
.box-fullwidth img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}
.box-fullwidth .box-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.box-fullwidth .box-title .title {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 9px;
  background: #1c3a6e;
  font: 600 50px/100px 'Open Sans';
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  width: 70%;
}
.box-fullwidth .box-title .title:hover {
  background: #1c3a6e;
  margin: 0;
  border: 0;
}
.box-fullwidth .box-title .title:after {
  position: absolute;
  top: 0;
  right: -50px;
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border-top: 100px solid #1c3a6e;
  border-bottom: 50px solid transparent;
  border-right: 50px solid transparent;
}
.box-fullwidth .box-info {
  padding: 100px 50px;
  color: #ffffff;
  max-width: 80%;
}
.box-fullwidth .box-info p {
  font-size: 28px;
  line-height: 46px;
  font-weight: 300;
}

/* Expandable Single Item Styles */
.expandable {
  margin: 0 0 50px 0;
}
.expandable .panel-heading {
  padding: 20px 30px 20px 30px;
  width: 95%;
  background: #cccccc;
  text-align: right;
}
.expandable .panel-heading.category-1 {
    background: #059cdb;
}
.expandable .panel-heading.category-2 {
    background: #ed7312;
}
.expandable .panel-heading.category-3 {
    background: #462653;
}
.expandable .panel-heading.category-4 {
    background: #607f04;
}
.expandable .panel-heading.category-5 {
    background: #721e6b;
}
.expandable .panel-heading.category-6 {
    background: #cccccc;
}
.expandable .panel-heading .panel-title {
  position: relative;
}
.expandable .panel-heading .panel-title a {
  display: block;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 80px 10px 0;
  text-align: right;
}
.expandable .panel-heading .panel-title a .fa {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -25px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 50px;
  height: 50px;
  font-size: 36px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
}
.expandable .panel-heading .panel-title .title {
  display: inline-block;
  padding: 20px 4% 20px 0;
  border-right: 3px solid #ffffff;
  vertical-align: middle;
  width: 45%;
  font-size: 30px;
  font-weight: 600;
}

.expandable .panel-heading .panel-title .info {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  padding: 20px 0 20px 4%;
  width: 54%;
}

.expandable .panel-body {
  width: 95%;
  padding: 30px;
}

@media screen and (max-width: 1199px) {
    .expandable .panel-heading .panel-title .info {
        width: 100%;
        text-align: center;
        display: block;
    }
    .expandable .panel-heading .panel-title .title {
        width: 100%;
        text-align: center;
        display: block;
        padding: 20px 0;
        border-bottom: 3px solid #ffffff;
        border-right: none;
    }
    .expandable .panel-heading .panel-title a {
        padding:10px;
    }
    .expandable .panel-heading .panel-title a .fa {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        line-height: 35px;
        right: 50%;
        top: 100%;
    }
}

/* End: Expandable Single Item Styles */

.season-list {
  width: 86%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .season-list {
    width: 100%;
      overflow: auto;
  }
}
.season-list .season-list-item {
  text-align: center;
  margin-bottom: 30px;
}
.season-list .season-list-item .image {
  width: 100%;
  height: auto;
}
.season-list .season-list-item .image img {
  width: 100%;
  height: auto;
}
.season-list .season-list-item .text {
  padding: 30px;
  min-height: 330px;
}
.season-list .season-list-item .text .text-inner {
  height: 180px;
}
@media screen and (max-width: 768px) {
  .season-list .season-list-item .text .text-inner {
    height: auto;
  }
  .expandable .panel-heading{width:100%;}
  .expandable .panel-body{ width:100%; padding:15px;}
  .expandable .panel-heading .panel-title a{text-align:center; padding:0;}
  .expandable .panel-heading .panel-title a .fa{position:relative; right:auto;}
  .thumb-pad1 .thumbnail .category-info{position:relative;}
  .thumb-pad1 .thumbnail.category-4 .caption{padding-top:0;}
  .season-list .season-list-item .text{padding:0;}
  .season-list .season-list-item{padding-left:0; padding-right:0;}
}
.season-list .season-list-item .text h2 {
  text-transform: none;
  text-align: center;
  font: 32px/38px 'Open Sans';
  font-weight: 800;
  margin-bottom: 10px;
}
.season-list .season-list-item .text p {
  margin-bottom: 10px;
  text-align: center;
}
.season-list .season-list-item .date {
  font-size: 18px;
  font-weight: 600;
}
.season-list .season-list-item .btn {
  display: inline-block;
  margin-top: 20px;
}
/*-----btn-----*/
.btn-default.btn1 {
  box-shadow: none;
  text-decoration: none !important;
  display: inline-block;
  padding: 0;
  font: bold 30px/56px 'Open Sans', sans-serif;
  text-transform: uppercase;
  margin: 0;
  text-shadow: none;
  border-radius: 0;
  width: 100%;
  border: none;
  text-align: center;
  color: #ffffff;
  background: #059cdb;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  cursor: pointer;
}
.btn-default.btn1:hover {
  color: #ffffff;
  background: #036790 !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-default.btn2 {
  box-shadow: none;
  text-decoration: underline !important;
  display: inline-block;
  padding: 0;
  font: 15px 'Roboto Slab';
  text-transform: uppercase;
  margin: 0;
  text-shadow: none;
  border-radius: 0;
  color: #3e3e3e;
  background: none;
}
.btn-default.btn2:hover {
  color: #ffffff;
  background: none !important;
  text-decoration: underline !important;
}
.btn-default.btn3 {
  box-shadow: none;
  text-decoration: none !important;
  display: inline-block;
  padding: 0 24px;
  font: bold 25px/50px 'Roboto Slab';
  text-transform: uppercase;
  margin: 0;
  text-shadow: none;
  border-radius: 0;
  border: 1px solid #ffffff;
  color: #ffffff;
  background: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-default.btn3:hover {
  color: #FFFFFF;
  background: #ffffff !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-default.btn4 {
  box-shadow: none;
  text-decoration: underline !important;
  display: inline-block;
  padding: 0;
  font: 16px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  text-shadow: none;
  color: #68c6db;
  border-radius: 0;
  background: none;
  border: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-default.btn4:hover {
  color: #555;
  background: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-default.btn5 {
  box-shadow: none;
  position: relative;
  text-decoration: none !important;
  padding: 0;
  font: bold 12px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  text-shadow: none;
  color: #f15374;
  background: none;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-default.btn5:hover {
  color: #222;
  background: none;
  text-decoration: none !important;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-default.btn6 {
  box-shadow: none;
  position: relative;
  text-decoration: none !important;
  display: inline-block;
  padding: 0 32px;
  font: 800 14px/43px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 0;
  text-shadow: none;
  color: #ffffff;
  background: none;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-default.btn6:hover {
  color: #222;
  background: #ffffff;
  text-decoration: none !important;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-article {
  display: inline-block;
  padding: 15px 35px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 0;
  border: none;
  -webkit-transition: all 0.25s;
          transition: all 0.25s;
  max-width: 100%;
}
.btn-article:hover {
  color: #ffffff;
}
.btn-blue {
  background: #059cdb;
}
.btn-blue:hover {
  background: #0478a9;
}
.btn-orange {
  background: #ed7312;
}
.btn-orange:hover {
  background: #be5c0e;
}
.btn-red {
  background: #d22c1b;
}
.btn-red:hover {
  background: #a52315;
}
.btn-green {
  background: #607f04;
}
.btn-green:hover {
  background: #405403;
}
.btn-purple {
  background: #721e6b;
}
.btn-purple:hover {
  background: #462653;
}
.btn-grey {
  background: #9e9d9d;
}
.btn-grey:hover {
  background: #676767;
}
/*-----list-----*/
.list1-1 {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.list1-1.indent {
  padding-bottom: 20px;
}
.list1-1 li {
  font-size: 14px;
  line-height: 1.42857143;
  overflow: hidden;
  margin-bottom: 16px;
  padding-left: 19px;
  background: url(../img/list_arrow.png) left 3px no-repeat;
}
.list1-1 li a {
  font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.list1-1 li a:hover {
  color: #3e3e3e;
}
.list1 {
  margin: 0 0 60px 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.list1 li {
  font-size: 14px;
  line-height: 1.42857143;
  overflow: hidden;
  margin-bottom: 19px;
  padding-left: 22px;
  background: url(../img/list_arrow.png) left 5px no-repeat;
}
.list1 li p {
  margin-bottom: 0;
}
.list1 li a {
  font: bold 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2c3e50;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.list1 li a:hover {
  color: #ffcc0d;
}
.list2 {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.list2 li {
  font-size: 14px;
  line-height: 1.42857143;
  margin-bottom: 30px;
  padding: 0;
}
.list2 li time {
  font: 53px/44px 'Roboto Slab';
  color: #ffffff;
  width: 70px;
  margin-right: 9px;
  text-align: center;
  display: inline-block;
  float: left;
}
.list2 li time span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}
.list2 li p {
  margin-bottom: 0;
}
.list3 {
  margin: 0;
  padding: 0 0 1px 0;
  list-style: none;
}
.list3 li {
  font-size: 14px;
  line-height: 1.42857143;
  margin-bottom: 32px;
  overflow: hidden;
}
.list3 li p {
  margin-bottom: 0;
}
.list3 li strong {
  float: left;
  margin-right: 19px;
  width: 52px;
  height: 52px;
  font: 45px/52px 'Roboto Slab';
  color: #ffffff;
  background: #2e2e2e;
  text-align: center;
  position: relative;
}
.list3 li strong em {
  width: 7px;
  height: 13px;
  position: absolute;
  display: inline-block;
  top: 20px;
  right: -7px;
  background: url(../img/tr.png) no-repeat;
}
.list4 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list4 li {
  font-size: 14px;
  line-height: 1.42857143;
  margin-bottom: 27px;
  overflow: hidden;
}
.list4 li p {
  margin-bottom: 18px;
}
.list4 li img {
  float: left;
  margin-right: 20px;
}
.list4 li a {
  font: 18px/24px 'Roboto Slab';
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.list4 li a:hover {
  color: #3e3e3e;
}
.list5 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list5 li {
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 10px;
  margin-bottom: 13px;
}
.list5 li a {
  color: #ff5d5c;
  font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 24px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.list5 li a:hover {
  color: #3e3e3e;
}
.list5 li:last-child {
  border-bottom: none;
}
.list6 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list6 li {
  font-size: 14px;
  line-height: 1.42857143;
  margin-bottom: 26px;
  overflow: hidden;
}
.list6 li p {
  margin-bottom: 0;
}
.list6 li time {
  color: #74c0bc;
  font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: left;
  margin-right: 6px;
}
.list7 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list7 li {
  font-size: 14px;
  line-height: 1.42857143;
  margin-bottom: 0;
}
.list7 li .badge {
  padding: 0;
  margin: 0;
  width: 53px;
  height: 53px;
  border-radius: 100%;
  background: #74c0bc;
  text-align: center;
  line-height: 52px;
  color: #ffffff;
  font-size: 24px;
  float: left;
  margin-right: 12px;
  margin-top: 6px;
}
.list7 li .title {
  text-transform: uppercase;
  color: #74c0bc;
  font: 300 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 11px;
}
.list8 {
  margin: 0;
  padding: 0 0 44px 0;
  list-style: none;
}
.list8 li {
  font-size: 14px;
  line-height: 1.42857143;
  margin-bottom: 26px;
}
/*-----search-----*/
#search-404 {
  position: relative;
  margin: 33px 0 0 0;
  overflow: hidden;
}
#search-404 input {
  box-shadow: none;
  border-radius: 0;
  box-sizing: border-box;
  float: none;
  margin: 0;
  width: 100%;
  outline: none;
  border: 1px solid #444;
  background: none;
  font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 18px;
  color: #3e3e3e;
  padding: 10px 14px;
  height: 41px;
  margin-bottom: 44px;
  resize: none;
}
#search {
  margin: 8px 0 0 0;
  position: relative;
  float: right;
}
#search a {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
}
#search a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#search input {
  box-shadow: none;
  border-radius: 0;
  box-sizing: border-box;
  border: none;
  margin: 0;
  width: 270px;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.5);
  font: 13px/48px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  padding: 0 58px 0 14px;
  height: 48px;
  outline: none;
  resize: none;
  overflow: hidden;
}
/*-----map-----*/
.map {
  margin: 0 0 30px 0;
  padding: 30px;
  background: #000000;
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.map iframe {
  box-sizing: border-box;
  width: 100%;
  height: 431px;
  border: none;
  line-height: 0;
  overflow: hidden;
}
.info p {
  margin-bottom: 26px;
}
.info p span {
  width: 87px;
  display: inline-block;
}
.info p a {
  color: #68c6db;
  text-decoration: underline;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.info p a:hover {
  color: #111;
}
.mail {
  color: #ffffff;
  font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: underline;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.mail:hover {
  color: #3e3e3e;
  text-decoration: underline;
}
.error-box {
  padding: 77px 30px 90px 30px;
  background: #000000;
  overflow: hidden;
}
.error-box .title {
  color: #ffffff;
  font: 53px/48px 'Roboto Slab';
  text-transform: uppercase;
  margin: 0 0 13px 0;
  letter-spacing: -2px;
}
.errorBox1 {
  text-align: center;
}
.errorBox1 figure {
  margin-bottom: 50px;
}
.errorBox1 img {
  width: 100%;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
  .container {
    padding: 0;
  }
  .thumb-pad6 .thumbnail {
    padding-right: 70px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1219px) {
  #toTop {
    display: none !important;
  }
  .thumb-pad2 {
    max-height: 670px;
  }
  header .fb_btn {
    display: none;
  }
  .thumb-box2 .box {
    height: auto !important;
    padding-bottom: 30px;
  }
  .thumb-box1 .col-lg-4 {
    margin-bottom: 30px;
  }
  .testimonials-box .box {
    height: auto !important;
    padding-bottom: 30px;
  }
  .thumb-box3 {
    margin-bottom: 30px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
  #toTop {
    display: none !important;
  }
  .thumb-pad2 {
    background: #000;
    padding-bottom: 60px;
  }
  h2 {
    font-size: 30px !important;
    line-height: 40px;
  }
  .thumb-pad3 .thumbnail .caption .title {
    font-size: 42px;
  }
  header .fb_btn {
    display: none;
  }
  .thumb-box2 .box {
    height: auto !important;
    padding-bottom: 30px;
  }
  .thumb-box1 .col-lg-4 {
    margin-bottom: 30px;
  }
  .testimonials-box .box {
    height: auto !important;
    padding-bottom: 30px;
  }
  .thumb-box3 {
    margin-bottom: 30px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  #toTop {
    display: none !important;
  }
  nav.tm_navbar {
    width: 100%;
  }
  nav.tm_navbar .nav {
    display: none;
  }
  h2 {
    font-size: 30px !important;
    line-height: 40px;
  }
  .info-article h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .select-menu {
    display: inline-block !important;
    padding-top: 4px;
    padding-right: 3px;
    padding-bottom: 4px;
    width: 100%;
    border: 1px solid #059cdb;
    background: #059cdb;
    color: #ffffff;
    cursor: pointer;
    height: 30px;
    font-size: 12px;
    vertical-align: middle;
  }
  .thumb-pad2 {
    background: #000000;
  }
  .thumb-pad2 figure {
    display: none;
  }
  .thumb-pad2 .thumbnail .caption {
    position: relative;
    top: 0;
    left: 0;
    padding: 12px 30px 33px 30px;
  }
  header .fb_btn {
    display: none;
  }
  .map iframe {
    height: 300px;
  }
  .box {
    height: auto !important;
    padding-bottom: 30px !important;
    padding:21px 15px 0 15px;
  }
  .thumb-box1 .col-lg-4 {
    margin-bottom: 30px;
  }
  .thumb-pad4 figure {
    margin: 0 23px 0 0;
    float: left;
  }
  .thumb-box3 {
    margin-bottom: 30px;
  }
  .thumb-pad6 time {
    float: none;
    margin: 0 0 20px 0;
    text-align: left;
  }
  .contacts-box {
    margin-bottom: 30px;
  }
  .errorBox1 img {
    width: auto;
  }
  .error-box .title {
    font-size: 30px;
    line-height: 40px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
  .thumb-pad2 .thumbnail .caption .title {
    font-size: 35px;
    line-height: 50px;
  }
  .thumb-pad2 .thumbnail .caption .description {
    font-size: 30px;
    line-height: 40px;
  }
  .thumb-pad3 .thumbnail .caption .title {
    font-size: 35px;
    line-height: 50px;
  }
  .thumb-pad4 figure {
    margin: 0 0 23px 0;
    float: none;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
  h1.navbar-brand_ img {
    width: 100%;
  }
  .thumb-pad6 br {
    display: block;
  }
  .thumb-pad6 p a {
    float: none !important;
  }
  .errorBox1 img {
    width: 100%;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {
  .thumb-pad1 figure div p {
    font-size: 15px !important;
    line-height: 25px !important;
    font-weight: normal !important;
  }
  .col-xs-6 {
    width: 100%;
    float: none;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 320px) {
  .col-xs-4 {
    width: 100%;
    float: none;
  }
  .col-xs-6 {
    width: 100%;
    float: none;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
.margBot {
  margin-bottom: 0;
}
.padBot {
  padding-bottom: 0;
}
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/*# sourceMappingURL=style.css.map */




/* RS Overides */

#sideItems .rsOverflow .rsArrowRight .rsArrowIcn
{
    background-position: -60px -60px;
}
#sideItems .rsOverflow .rsArrowLeft .rsArrowIcn
{
    background-position: -60px -28px;
}

#sideItems .rsOverflow .rsArrowIcn{
    width: 40px;
    height: 40px;
    margin-left: -20px;
}

#sideItems .thumbnail .caption a
{
    color: #428bca;
}

@media (max-width: 1199px) and (min-width: 991px){
    .thumb-pad1 .thumbnail .category-info
    {
        position:static !important;
    }
    .thumb-pad1 .thumbnail.category-4 .caption, .thumb-pad1 .thumbnail.category-calendar .caption, .thumb-pad1 .thumbnail.category-3 .caption
    {
        padding-top:15px;
    }
    .calendar-table thead tr th.dow
    {
        padding:0;
    }
}



.contourPage fieldset h4{padding-top:50px; font-size:24px;}


/* Homepage Video */
#homepage-video {
    text-align: center;
}

@media screen and (max-width: 991px) {
    #homepage-video {
        position: relative;
        padding-bottom: 56.25%; /*16:9*/
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }
    #homepage-video > iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

.embed-container {
  position: relative;
  padding-top: 2%;
  padding-bottom: 5%;
  padding-left: 15%;
  padding-right: 15%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}





/* Lucas's Additions */
@charset "UTF-8";
header {
  background: transparent;
  z-index: 15;
  position: sticky;
  top: 0;
}

header:after {
	content: '';
	display: table;
	clear: both;
}

h1, h2, h3, h4 {
  font-weight: 600;
  text-transform: none;
}

.program-main {
  color: #3E3E3E;
}

@media screen and (max-width: 999px) {
  .nav-toggle-label {
    padding: 10px 15px;
    color: white;
    background: #07193D;
    border-radius: 10px;
    border: 2px solid transparent;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    align-self: center;
    margin: 0 15px 0 0;
	display: flex;
	align-items: center;
	
  }
  .nav-toggle-label:before {
	  width: 1em;
	  height: 1em;
	  content: '';
	  display: inline-block;
	  background: url('../img/hamburger-icon.svg') no-repeat center center;
	  background-size: contain;
	  margin-right: .75em;
  }

  .navigation-primary__menu,
  .navigation-secondary {
    display: none;
  }

  .navigation-mobile-logo {
    display: block;
    padding: 15px;
  }
  .navigation-mobile-logo img {
    height: 50px;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }

  #nav-toggle {
    display: none;
    opacity: 0;
  }
  #nav-toggle:checked ~ .nav-toggle-label {
    border-color: white;
  }
  #nav-toggle:checked ~ .navigation-primary {
    grid-column: 1/3;
  }
  #nav-toggle:checked ~ .navigation-primary .navigation-primary__menu {
    height: calc(100vh - 310px);
    overflow-y: scroll;
    display: block;
  }
  #nav-toggle:checked ~ .navigation-secondary {
    display: block;
    height: 220px;
  }

  .header-navigation {
    background: #132A59;
    // position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: grid;
	z-index: 20;
    grid-template-columns: 1fr 10rem;
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
  }
  .header-navigation .navigation-cart {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 135px;
    margin-top: 30px;
    color: #059CDB;
    font-weight: bold;
    font-size: 18px;
	display: flex;
	align-items: center;
  }
  .header-navigation .navigation-cart:before {
	  content: '';
	  width: 20px;
	  height: 18px;
	  background: url('../img/cart-icon.svg') transparent no-repeat center center;
	  background-size: contain;
	  display: inline-block;
	  margin-right: 5px;
  }
  .header-navigation .navigation-cart .cart-label {
	  text-indent: -9999px;
	  font-size: 0;
	  opacity: 0;
  }
  .header-navigation .navigation-primary-logo {
    display: none;
    padding: 15px;
  }
  .header-navigation .navigation-primary-logo img {
    height: 50px;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .header-navigation .navigation-primary__menu,
  .header-navigation .navigation-sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .header-navigation .navigation-primary__menu li,
  .header-navigation .navigation-sub-menu li {
    display: block;
  }
  .header-navigation .navigation-primary__menu li a,
  .header-navigation .navigation-sub-menu li a {
    display: block;
    text-align: center;
  }
  .header-navigation .navigation-primary__menu {
    background: #07193D;
  }
  .header-navigation .navigation-primary__menu > li {
    font-size: 20px;
    background: #07193D;
  }
  .header-navigation .navigation-primary__menu > li a {
    padding: 15px;
  }
  .header-navigation .navigation-primary__menu > li.open > a {
    color: #059CDB;
  }
  .header-navigation .primary-sub-menu {
    background: #030F25;
    padding: 15px 0;
    margin: 0;
    list-style: none;
  }
  .header-navigation .primary-sub-menu a {
    padding: 7px 15px;
  }
  .header-navigation .navigation-secondary {
    grid-column: 1/3;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 25;
  }
  .header-navigation .navigation-secondary .navigation-container {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
            justify-content: center;
    background: #030F25;
    padding: 30px 0;
    width: 100%;
  }
  .header-navigation .navigation-secondary .navigation-container li {
    text-transform: uppercase;
    font-size: 18px;
  }
  .header-navigation .navigation-secondary .navigation-container li + li a:before {
    content: "|";
    color: rgba(4, 155, 220, 0.3);
    display: inline-block;
    padding: 0 10px;
  }
  .header-navigation .navigation-secondary .navigation-container li:last-child {
    flex-basis: 100%;
    display: block;
    margin-top: 15px;
  }
  .header-navigation .navigation-secondary .navigation-container li:last-child:before {
    display: none;
  }
  .header-navigation .navigation-secondary .navigation-container li:last-child a {
    background: #059CDB;
    padding: 10px 15px;
    display: inline-block;
    font-size: 18px;
  }
  .header-navigation a {
    color: white;
  }
}
@media screen and (min-width: 1000px) {
  .navigation-mobile-logo,
  .nav-toggle-label,
  #nav-toggle {
    display: none;
  }
  .header-navigation .navigation-cart .cart-label {
	  opacity: 0;
	  font-size: 0;
  }
  .header-navigation .navigation-cart {
	  display: flex;
	  align-items: center;
  }
  .header-navigation .navigation-cart:before {
	  content: '';
	  width: 20px;
	  height: 18px;
	  background: url('../img/cart-icon.svg') transparent no-repeat center center;
	  background-size: contain;
	  display: inline-block;
	  margin-right: 5px;
  }

  .header-navigation {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .header-navigation .navigation-secondary {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .header-navigation .navigation-primary {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .navigation-secondary ul {
    padding: 10px;
    list-style: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
  .navigation-secondary ul li {
    margin: 0 10px 0 0;
    padding: 0;
    line-height: 14px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
  .navigation-secondary ul li a {
    color: white;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
  }
  .navigation-secondary ul li + li {
    border-left: 1px solid rgba(4, 155, 220, 0.3);
    padding-left: 10px;
  }

  .navigation-container,
  .content-container {
    max-width: 1210px;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation-primary {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(8.1%, rgba(0, 0, 0, 0.494)), color-stop(15.5%, rgba(0, 0, 0, 0.476)), color-stop(22.5%, rgba(0, 0, 0, 0.448)), color-stop(29%, rgba(0, 0, 0, 0.412)), color-stop(35.3%, rgba(0, 0, 0, 0.37)), color-stop(41.2%, rgba(0, 0, 0, 0.324)), color-stop(47.1%, rgba(0, 0, 0, 0.275)), color-stop(52.9%, rgba(0, 0, 0, 0.225)), color-stop(58.8%, rgba(0, 0, 0, 0.176)), color-stop(64.7%, rgba(0, 0, 0, 0.13)), color-stop(71%, rgba(0, 0, 0, 0.088)), color-stop(77.5%, rgba(0, 0, 0, 0.052)), color-stop(84.5%, rgba(0, 0, 0, 0.024)), color-stop(91.9%, rgba(0, 0, 0, 0.006)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.494) 8.1%, rgba(0, 0, 0, 0.476) 15.5%, rgba(0, 0, 0, 0.448) 22.5%, rgba(0, 0, 0, 0.412) 29%, rgba(0, 0, 0, 0.37) 35.3%, rgba(0, 0, 0, 0.324) 41.2%, rgba(0, 0, 0, 0.275) 47.1%, rgba(0, 0, 0, 0.225) 52.9%, rgba(0, 0, 0, 0.176) 58.8%, rgba(0, 0, 0, 0.13) 64.7%, rgba(0, 0, 0, 0.088) 71%, rgba(0, 0, 0, 0.052) 77.5%, rgba(0, 0, 0, 0.024) 84.5%, rgba(0, 0, 0, 0.006) 91.9%, rgba(0, 0, 0, 0) 100%);

    padding: 10px;
  }
  .navigation-primary .navigation-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .navigation-primary .navigation-primary-logo img {
    height: 52px;
    width: auto;
  }
  .navigation-primary .navigation-cart {
    color: white;
  }
  .navigation-primary .navigation-primary__menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 1;
            flex-grow: 1;
  }
  .navigation-primary .navigation-primary__menu > li {
    font-size: 16px;
    margin: 0 20px;
    display: block;
  }
  .navigation-primary .navigation-primary__menu > li a {
    color: white;
    display: block;
  }
  .navigation-primary .primary-sub-menu {
    position: absolute;
	z-index: 25;
    list-style: none;
    border-radius: 5px;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  .navigation-primary .primary-sub-menu:before {
    content: "";
    display: block;
    background: transparent;
    height: 30px;
    width: 100%;
  }
  .navigation-primary .primary-sub-menu:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    display: block;
    top: 0;
    background: white;
    margin-top: -22px;
    -webkit-transform: rotate(45deg) translateX(65px);
            transform: rotate(45deg) translateX(65px);
  }
  .navigation-primary .primary-sub-menu li {
    background: white;
    margin: 0 0 -1px 0;
    padding: 10px 20px 0 20px;
    -webkit-transition: padding 0.2s ease-out;
    transition: padding 0.2s ease-out;
  }
  .navigation-primary .primary-sub-menu li:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .navigation-primary .primary-sub-menu li:last-of-type {
    padding-bottom: 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .navigation-primary .primary-sub-menu li a {
    padding: 0;
    margin: 0;
    color: #07193D;
  }
  .navigation-primary .primary-sub-menu li a:hover {
    color: #059CDB;
  }

  li:hover > .primary-sub-menu {
    pointer-events: all;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  li:hover > .primary-sub-menu li {
    padding: 15px 20px 0 20px;
  }
}


.hero-image {
  position: relative;
  background: var(--background-image) left center #efefef;
	background-size: cover;
}

.program-image-container img {
	width: 100%;
	height: auto;
}
@media screen and (min-width: 1170px) {
  .hero-image .program-image-container {

  }
}
@media screen and (min-width: 600px) {
	 .hero-image {
	    border-bottom: 50px solid var(--TitleBlockBackgroundColor, #132A59);
	}
}

.program-main-cta {
  padding: 25px;
  background: #132A59;
  background: var(--TitleBlockBackgroundColor, #132A59);
  
  width: 100%;
  margin: 0 auto -25px ;
  color: white;
  color: var(--TitleBlockTextColor, white);
  z-index: 10;
  
}

@media screen and (min-width: 1170px) {
  .program-main-cta {
    padding: 50px 50px 0;
    margin: 0 0 -50px auto;
	transform: translateY(-100%);
	max-width: 620px;
	position: absolute;
	right: 0;
  }
}

.program-container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.program-container .program-title {
  font-size: 36px;
  color: white;
  color: var(--TitleBlockTextColor, white);
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1em;
}
.program-container .button-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.program-container .button-group > * {
	margin: 0 10px;
}
@media screen and (min-width: 800px) {
	.program-container .button-group {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(50px, max-content));
	}
  .program-container .program-title {
    font-size: 48px;
	margin-top: 0;
  }
}
.program-container .program-date {
  font-size: 24px;
  margin-bottom: 20px;
  display: block;
}
.program-container .program-cta-link {
  display: inline-block;
}

.mobile-program-cta-link-container {
  background: var(--TitleBlockBackgroundColor, #132A59);
  z-index: 1;
}
@media screen and (max-width: 1169px) {
  .mobile-program-cta-link-container {
    background: var(--TitleBlockBackgroundColor, #132A59);
    padding: 20px;
    position: fixed;
	z-index: 11;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
  }
  .mobile-program-cta-link-container .program-date {
    text-align: center;
  }
  .mobile-program-cta-link-container .program-cta-link {
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 819px) {
	  .sidebar {display: none;}
}
@media screen and (min-width: 1170px) {
  .mobile-program-cta-link-container {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
  }
}

.program-cta-link {
  background: #059CDB;
  padding: 15px 30px;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
}
.program-cta-link:hover {
  color: white;
}
@media screen and (max-width: 1169px) {
  .program-cta-link {
    display: inline;
    -webkit-animation: buttonPulse 3.5s ease-in-out infinite;
            animation: buttonPulse 3.5s ease-in-out infinite;
    border-radius: 5px;
  }
  .program-cta-link:hover {
    -webkit-animation: buttonPulse 0.5s ease-in-out forwards;
            animation: buttonPulse 0.5s ease-in-out forwards;
  }
}

@-webkit-keyframes buttonPulse {
  0% {
    background: #19b8fa;
    box-shadow: 0 0px 10px rgba(5, 156, 219, 0.7);
  }
  50% {
    background: #059CDB;
    box-shadow: 0 0px 5px rgba(5, 156, 219, 0.5);
  }
  100% {
    background: #19b8fa;
    box-shadow: 0 0px 10px rgba(5, 156, 219, 0.7);
  }
}

@keyframes buttonPulse {
  0% {
    background: #19b8fa;
    box-shadow: 0 0px 10px rgba(5, 156, 219, 0.7);
  }
  50% {
    background: #059CDB;
    box-shadow: 0 0px 5px rgba(5, 156, 219, 0.5);
  }
  100% {
    background: #19b8fa;
    box-shadow: 0 0px 10px rgba(5, 156, 219, 0.7);
  }
}
.main-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin: 96px auto;
}
.content {
	 align-content: start;
}
@media screen and (min-width: 820px) {
  .main-content {
    display: grid;
    grid-template-columns: 1fr 300px;
    grid-gap: 50px;
	
  }
  .main-content .content {
    grid-column: 1;
    grid-row: 1;
  }
  .main-content .summary {
    grid-row: 1;
    grid-column: 2;
  }
}

.calendar {
  width: 100%;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 7px;
  
}

.basic-information {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.basic-information li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
}

.program-ratings {
  padding: 0;
}
.program-ratings .program-metric {
  margin: 0 0 5px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.program-ratings .program-metric .rating {
  display: block;
  width: 100px;
  height: 16px;
  -webkit-box-flex: 1;
          flex-grow: 1;
  background: rgba(0, 0, 0, 0.1);
  text-indent: -9999px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.content {
  display: grid;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  grid-gap: 100px;
}

.summary {
  display: grid;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  grid-gap: 50px;
}

.content-quotes {
  display: grid;
  grid-gap: 50px;
}
.content-quotes .content-quote blockquote {
  color: #132A59;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 16px;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
	.content-quotes .content-quote blockquote {
		font-size: 32px;
		line-height: 1.25em;
	}
	.content-quotes .content-quote .content-quote-author {
		font-size: 18px;
		line-height: 1.25em;
	}
}
.content-quotes .content-quote blockquote:before {
  width: 36px;
  height: 36px;
  content: "";
  background: url('../img/quote.svg') no-repeat center center;
  display: block;
  margin-bottom: 16px;
}
.content-quotes .content-quote .content-quote-author {
  font-size: 24px;
  font-style: italic;
}
.content-quotes .content-quote .content-quote-author:before {
  content: "— ";
}

.content-artists {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
  grid-gap: 20px;
}
.content-artists .author-image {
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.1);
}

.media {
  display: grid;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  grid-gap: 50px;
}
.media h3 {
  text-align: center;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.media .media-items {
  display: grid;
  width: 100%;
}
.media .media-items.media-items-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.media .media-items.media-items-2 {
  grid-template-columns: 1fr 1fr;
}
.media img {
  width: 100%;
  height: auto;
}

.upcoming-shows {
  background: #132A59;
  padding-top: 100px;
  padding-bottom: 100px;
  color: white;
}
.upcoming-shows .show-thumbnail {
  width: 100%;
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  background: grey;
  display: block;
}
.upcoming-shows h3 {
  color: white;
  text-align: center;
  margin-bottom: 50px;
}
.content-container {
	padding: 0 25px;
}
.upcoming-shows .content-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}

@media screen and (max-width: 800px) {
	.upcoming-shows .content-container {
		grid-template-columns: 1fr;
	}
	.upcoming-shows .show-card {
		margin-left: auto;
		margin-right: auto;
	}
}
.upcoming-shows .show-card {
  background: white;
  color: black;
  max-width: 545px;
}
.upcoming-shows .show-card .card-content {
  padding: 30px;
  display: block;
}
.upcoming-shows .show-card .card-content h4 {
  color: black;
}
.upcoming-shows .show-card .button-group {
  text-align: center;
}
.upcoming-shows .show-card .button-group .button {
  display: inline-block;
  padding: 10px 20px;
  border: 3px solid #059CDB;
  margin-left: 20px;
  color: #059CDB;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
}
.upcoming-shows .show-card .button-group .button.button-buy {
  background: #059CDB;
  color: white;
}


@media screen and (min-width: 1000px) {
	body:not(.t-1058) .navigation-secondary,
	body:not(.scroll-top) .navigation-secondary {
	  background: #132A59; /* #07193D */
}

	body:not(.t-1058) .navigation-primary,
	body:not(.scroll-top) .navigation-primary {
	  background: #132A59;
	}
}
@media screen and (min-width: 1000px) {
	.t-1058 .navigation-primary {
		margin-bottom: -100%;
	}
}

.navigation-primary,
.navigation-secondary {
	transition: background .2s ease-out;
}

/* Production Page */
.t-1058 .navigation-secondary {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.51));
}


.summary {
	align-content: start;
}

.program-metric {
	justify-content: space-between;
}

.program-metric .rating,
.program-metric .metric-title {
	flex-basis: 100% !important;
	text-align: right;
} 

.program-metric .rating {
	margin-left: 2rem;
	text-indent: -9999px;
	font-size: 0;
}
.show-card {
	display: flex;
	flex-direction: column;
}
.card-content {
	display: flex !important;
	flex-direction: column;
	justify-self: stretch;
	flex-grow: 1;
}
.t-1058 .button-group {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
}

.media-image-link:first-child:last-child {
	grid-column: 1 / 3 !important;
}

.media-image-link {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}

.media-image-link img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: block;
	object-fit: cover;
}

.press {
	padding: 100px 0;
}

.press h3 {
	text-align: center;
}

.press-list ul {
	display: block;
	list-style: none;
	display: grid;
	grid-gap: 50px;
	grid-template-columns: 1fr;
	padding: 25px 0;
}

.press-list ul li {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.press-list ul li .text {
	// flex-grow: 1;
}

.press-list .text h4 {
	line-height: 1.5em;
}
.press-list .text h4:before {
	content: '';
	background: url('../img/quote.svg') no-repeat center center;
	background-size: contain;
	width: 1em;
	height: 1em;
	display: inline-block;
	margin-right: 10px;
}	



.press-list ul .press-image .image div {
	width: 100%;
	height: 0px;
	padding-bottom: calc(159 / 363 * 100%);
	display: block;
	margin-bottom: 20px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.press-list ul li {
	display: grid;
	grid-column-gap: 20px;
	grid-template-columns: 30% 1fr;
	grid-template-rows: min-content;
}
.press-list ul li .link {
	grid-column: 2;
}
.press-list ul li.image div {
	height: 100%;
	padding: 0;
}

@media screen and (max-width: 999px) {
	.li-search {
		flex-basis: 100%;
		padding: 0 20px 20px;
	}
}

@media screen and (min-width: 1170px) {
	.press .content-container {
		max-width: 2300px !important;
	}
	.press-list ul {
		grid-template-columns: 1fr 1fr;
		align-content: stretch;
	}
	
	.press-list ul.count-2 {
		grid-template-columns: 1fr 1fr;
	}
	.press-list ul.count-3 {
		grid-template-columns: 1fr 1fr;
	}
	
	.press-list ul.count-2 li:first-child:last-child {
		grid-column: 1 / span 2;
		max-width: 1200px;
		margin: 0 auto;
	}
	

}


.artist-bio {
	position: fixed; 
	z-index: 10000; 
	top: 0; 
	left: 0;
	right: 0; 
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	pointer-events: none;
}
.artist-bio-content {
	background: white; 
	box-shadow: 0 20px 30px rgba(0,0,0,.1);
	max-width: 1210px; 
	width: calc(100vw - 40px);
	margin: 0 20px;
	max-height: calc(100vh - 230px);
	padding: 30px;
	overflow-y: scroll;
	pointer-events: all;
}

.artist-bio-content-close{
	max-width: 1210px; 
	width: calc(100vw - 40px);
	display: flex;
	justify-content: flex-end;
	margin-bottom: 10px;
}
.artist-bio-close-button {
	display: block;
	width: 40px;
	height: 40px;
	background: black;
	border-radius: 50%;
	position: relative;
}
.artist-bio-close-button::before,
.artist-bio-close-button::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 3px;
	transform: translateY(-50%) translateX(-50%);
	background: white;
}
.artist-bio-close-button::before {
	transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
.artist-bio-close-button::after {
	transform: translateY(-50%) translateX(-50%) rotate(135deg);
}
.artist-details summary {
	cursor: pointer;
}
.artist-details summary {
list-style: none;
}
.artist-details summary::-webkit-details-marker {
	display: none;
}
.artist-details[open] .artist-bio-toggle-element {
	background: rgba(0,0,0,.5);
	position: fixed; 
	z-index: 10000; 
	top: 0; 
	left: 0;
	right: 0; 
	bottom: 0;
}