/* Basic Starter */
body, html {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  background: #f5f5f5;
  letter-spacing: 0.3px;
}
body.overflow-hidden, html.overflow-hidden {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
}

section, .container {
  width: 100%;
}

.full-height {
  height: 100%;
}

.full-width {
  width: 100%;
}

.centered {
  text-align: center;
}

.right {
  text-align: right;
}

.tabled {
  display: table;
}

.tabled-cell {
  display: table-cell;
  vertical-align: middle;
}

.white {
  background: #ffffff;
}

a {
  /* First we need to help some browsers along for this to work.
     Just because a vendor prefix is there, doesn't mean it will
     work in a browser made by that vendor either, it's just for
     future-proofing purposes I guess. */
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  /* ...and now for the proper property */
  transition: .5s;
  outline: 0;
  color: #666;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  outline: 0;
  text-decoration: underline;
}

/* */
.mobile {
  display: none;
}
@media screen and (max-width: 1023px) {
  .mobile {
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  .desktop {
    display: none !important;
  }
}

.cta {
  background: #ED1C29;
  width: 100%;
  padding: 12px 20px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border-radius: 100px;
  font-size: 16px;
  margin-bottom: 20px;
}
.cta:hover {
  color: #fff;
  opacity: 0.7;
  text-decoration: none;
}

.region {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 0;
}
.region ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.region ul li {
  float: left;
  width: 12.5%;
  text-align: center;
}
.region ul li a {
  color: #fff;
  display: block;
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 11px;
  background: rgba(255, 255, 255, 0.2);
  margin-right: 1px;
}
.region ul li a:hover {
  background: rgba(255, 255, 255, 0.4);
  text-decoration: none;
}
.region ul li a.active {
  background: #ED1C29;
}

.nav-2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: black;
  padding: 0;
}

ul.mainnav {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 20px 0 0 0;
  clear: both;
}
@media screen and (max-width: 1023px) {
  ul.mainnav {
    margin-top: 30px;
    margin-right: -10px;
  }
}
ul.mainnav li {
  float: left;
}
ul.mainnav li a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  cursor: pointer;
  padding: 10px 15px;
  opacity: 0.8;
}
ul.mainnav li a:hover {
  opacity: 1;
}
ul.mainnav li a.donate {
  background: #ED1C29;
  opacity: 1;
  margin-left: 15px;
}
ul.mainnav li a.donate:hover {
  background: #fff;
  color: #222;
}
ul.mainnav li a.location, ul.mainnav li a.megamenu, ul.mainnav li a.search {
  background: #fff;
  color: #111;
  margin-right: 1px;
}
@media screen and (max-width: 1023px) {
  ul.mainnav li a.location, ul.mainnav li a.megamenu, ul.mainnav li a.search {
    background: #000;
    color: #fff;
    top: -3px;
    font-size: 20px;
    position: relative;
  }
}

.cd-header {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background: #000;
  height: 66px;
  width: 100%;
  z-index: 99;
  box-shadow: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 767px) {
  .cd-header {
    position: fixed;
  }
}
.cd-header a:hover {
  text-decoration: none;
  opacity: 0.7;
  color: #fff;
}

@media only screen and (min-width: 1025px) {
  .cd-header {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .cd-header.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
    top: -66px;
    background-color: #000;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }

  .cd-header.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  .cd-header.menu-is-open {
    /* add a background color to the header when the navigation is open */
    background-color: #000;
  }
}
.cd-logo {
  left: 50%;
  margin-left: -100px;
  position: relative;
  top: 35px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cd-logo img {
  max-width: 200px;
}

.search {
  color: #fff;
  font-size: 18px;
  height: 100%;
  right: 10px;
  padding: 20px 30px;
  position: absolute;
  top: 0;
  width: 50px;
}
@media only screen and (min-width: 768px) {
  .search {
    border-left: 1px solid #555;
    left: 120px;
  }
}

.cd-secondary-nav {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  /* hidden on small devices */
  display: none;
}

.cd-secondary-nav li {
  display: inline-block;
}

.cd-secondary-nav a {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  padding: 23px 30px;
}

.cd-secondary-nav a.donate {
  background: #ED1C29;
}

@media only screen and (min-width: 768px) {
  .cd-secondary-nav {
    display: block;
  }
}
.cd-primary-nav-trigger {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50px;
  /*background-color: #ccc;*/
}

.cd-primary-nav-trigger .cd-menu-text {
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  /* hide the text on small devices */
  display: none;
}

.cd-primary-nav-trigger .cd-menu-icon {
  /* this span is the central line of the menu icon */
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: white;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  /* these are the upper and lower lines in the menu icon */
}

.cd-primary-nav-trigger .cd-menu-icon::before, .cd-primary-nav-trigger .cd-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: white;
  right: 0;
  -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
  -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
  transition: transform .3s, top .3s, background-color 0s;
}

.cd-primary-nav-trigger .cd-menu-icon::before {
  top: -5px;
}

.cd-primary-nav-trigger .cd-menu-icon::after {
  top: 5px;
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked {
  background-color: rgba(255, 255, 255, 0);
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before, .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  background-color: white;
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  top: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}

.cd-primary-nav-trigger {
  width: 100px;
  padding-left: 20px;
  background-color: transparent;
  height: 30px;
  line-height: 30px;
  right: 22px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
  .cd-primary-nav-trigger .cd-menu-text {
    display: inline-block;
    margin-left: 30px;
  }
}
.cd-primary-nav-trigger .cd-menu-icon {
  left: auto;
  /*right: 1em;*/
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
}

.cd-primary-nav {
  /* by default it's hidden - on top of the viewport */
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 280px;
  background: #222;
  z-index: 98;
  /*text-align: center;*/
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.cd-primary-nav.is-visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-primary-nav {
  padding: 75px 0 0 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-primary-nav .panel.panel-default {
  background: 0;
  border: 0;
  border-bottom: 1px dotted #444;
}
.cd-primary-nav .panel-default > .panel-heading {
  background: none;
  border: 0;
  padding: 10px 20px 15px;
}
.cd-primary-nav .panel-default > .panel-heading h4.panel-title {
  position: relative;
}
.cd-primary-nav .panel-default > .panel-heading h4.panel-title a {
  color: #ddd;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  font-size: 14px;
}
.cd-primary-nav .panel-default > .panel-heading h4.panel-title a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.cd-primary-nav .panel-default > .panel-heading .arrow {
  position: absolute;
  right: 0px;
  top: -14px;
  padding: 15px 0 15px 20px;
  border-left: 1px solid #444;
}
.cd-primary-nav .panel-default > .panel-heading .arrow img {
  width: 20px;
}
.cd-primary-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cd-primary-nav ul li {
  border-bottom: 1px dotted #444;
}
.cd-primary-nav ul li a {
  color: #ddd;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px 20px 15px;
  display: block;
}
.cd-primary-nav ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.cd-primary-nav ul li a.donate {
  background: #ED1C29;
}
.cd-primary-nav .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-color: #333;
  background: #333;
  padding: 0;
}
.cd-primary-nav .panel-default > .panel-heading + .panel-collapse > .panel-body ul {
  padding: 15px 0;
}
.cd-primary-nav .panel-default > .panel-heading + .panel-collapse > .panel-body ul li {
  border: 0;
}

body.whatson ul.mainnav li a.whatson, body.education ul.mainnav li a.education, body.news ul.mainnav li a.news {
  opacity: 1;
}

.navscroll {
  max-width: calc(1200px + 60px);
  margin: 0 auto;
  z-index: 9999;
}
.navscroll .logo {
  max-width: 220px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.navscroll ul.mainnav {
  margin-top: 22px;
}

.topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #000;
}
.topbar .row {
  max-width: calc(1200px + 60px);
  margin: 0 auto;
}
.topbar .logo {
  max-width: 252px;
  min-width: 252px;
  margin-top: 23px;
}
@media screen and (max-width: 1023px) {
  .topbar .logo {
    max-width: 220px;
    min-width: 180px;
    margin-left: -10px;
    margin-top: 20px;
  }
}
.topbar ul.subnav {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 15px 0 0 0;
}
.topbar ul.subnav li {
  float: left;
}
.topbar ul.subnav li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  cursor: pointer;
  padding: 5px 10px;
  opacity: 0.8;
}
.topbar ul.subnav li a.active {
  opacity: 1;
}
.topbar ul.subnav li a:hover {
  opacity: 1;
}

.header {
  background-size: cover;
  background-position: center center;
  padding: 0;
  margin-top: 66px;
  position: relative;
}
.header .row {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}
.header .row .col-md-12 {
  padding: 0;
}
.header .overlay-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.header .play {
  max-width: 70px;
  position: relative;
  z-index: 9;
  opacity: 0.7;
  margin-top: -60px;
}
.header .swiper-container {
  width: 100%;
  height: 100%;
  margin: 0px auto;
}
.header .swiper-container .swiper-slide {
  background-size: cover;
  background-position: center center;
  text-align: center;
  font-size: 18px;
  position: relative;
  /* Center slide text vertically */
}
.header .swiper-container .swiper-slide img {
  width: 100%;
}
.header .swiper-container .swiper-slide a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.header .swiper-container .swiper-slide .video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.header .swiper-container .swiper-slide .tabled-cell a {
  position: static;
}
.header .swiper-container .swiper-slide .overlay-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(0,0,0,0.3);
}
.header .swiper-container .swiper-slide .overlay-caption > div {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header .swiper-container .swiper-slide .overlay-caption > div {
    padding: 20px 50px;
  }
}
.header .swiper-container .swiper-slide .overlay-caption h2 {
  color: #fff;
  font-size: 24px;
  margin: 0;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .header .swiper-container .swiper-slide .overlay-caption h2 {
    font-size: 18px;
  }
}
.header .swiper-container .swiper-slide .overlay-caption h2 a {
  position: relative;
  color: #fff;
  text-decoration: none;
}
.header .swiper-container .swiper-pagination-bullet {
  background: #fff;
}
.header .swiper-container .swiper-pagination-bullet-active {
  background: #fff;
}
.header .swiper-button-next {
  background-image: url(../images/arrow-next.png) !important;
  right: 10px !important;
  background-size: 70%;
}
.header .swiper-button-prev {
  background-image: url(../images/arrow-prev.png) !important;
  left: 10px !important;
  background-size: 70%;
}
.header .swiper-button-next, .header .swiper-button-prev {
  top: 50%;
  bottom: 10px;
}

.subscribe-tab {
  display: none;
  position: fixed;
  z-index: 999;
  right: 0;
  top: 50%;
}
.subscribe-tab a img {
  max-width: 40px;
}

.subscribe {
  display: none;
  background: #000;
  padding: 30px 20px;
  color: #fff;
  margin: 50px auto 0;
  max-width: 1200px;
}
.subscribe p {
  font-family: "HelveticaNeueUltraLight", "HelveticaNeue-Ultra-Light", "Helvetica Neue Ultra Light", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Arial", sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.subscribe p .cta {
  font-size: 15px;
  cursor: pointer;
  padding: 10px 15px;
  margin-bottom: 0;
  margin-left: 20px;
}

.width900 {
  max-width: 900px;
  padding: 0;
}

.width1100 {
  max-width: 1100px;
  padding: 0;
}

.width1200 {
  max-width: 1200px;
  padding: 0;
}

.list-content {
  max-width: 1200px;
  padding: 20px 15px;
}
.list-content .row.intro {
  margin-top: -40px;
  margin-bottom: 40px;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}
.list-content .row.intro h3 {
  text-transform: uppercase;
  color: #ED1C29;
  margin-top: 0;
  margin-bottom: 20px;
}
.list-content .row {
  margin-right: -27px;
  margin-left: -27px;
}
@media screen and (max-width: 1250px) {
  .list-content .row {
    margin: 0;
  }
}
.list-content h6 {
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  color: #222;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  margin-left: 30px;
  background: #f5f5f5;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 2;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .list-content h6 {
    margin-left: 10px;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.list-content h6.right {
  position: absolute;
  font-size: 12px;
  margin-left: 0;
  margin-right: 30px;
  margin-top: 32px;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .list-content h6.right {
    margin-right: 10px;
  }
}
.list-content h6.right a {
  cursor: pointer;
  color: #222;
}
.list-content h6.right a:hover {
  color: #555;
  text-decoration: none;
}
.list-content hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cdcdcd;
  margin-bottom: 30px;
  margin-top: -10px;
  padding: 0;
  width: 100%;
}
.list-content .filters {
  display: none;
  margin-top: 20px;
}
.list-content .filters a {
  margin-bottom: 10px;
  color: #888;
  margin-right: 10px;
}
.list-content .filters a:hover {
  color: #444;
}
.list-content .filters a.btn {
  padding: 10px 20px;
  border: 1px solid #ddd;
}
.list-content .filters a.btn:hover {
  border-color: #444;
}
.list-content .filters a.btn.cal {
  padding: 0;
  border: 0;
  font-size: 28px;
  margin-right: 15px;
}
.list-content .filter-block {
  background: #fff;
  padding: 15px;
  margin-top: 35px;
}
.list-content .filter-block h3 {
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
}
.list-content .filter-block h3 a {
  color: #222;
}
.list-content .filter-block h3 a:hover {
  color: #333;
  cursor: pointer;
  text-decoration: none;
}
.list-content p {
  font-size: 15px;
  letter-spacing: 0.5px;
}
.list-content .list-item {
  margin-bottom: 30px;
}
.list-content .list-item .item-img {
  padding-bottom: 60%;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.list-content .list-item .item-img a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.list-content .list-item .item-img a:hover {
  background-color: transparent;
}
.list-content .list-item .item-desc {
  background: #fff;
  height: 160px;
  padding: 30px;
  position: relative;
}
.list-content .list-item .item-desc h3 {
  margin: 0;
  padding: 0;
}
.list-content .list-item .item-desc h3 a {
  color: #333;
}
.list-content .list-item .item-desc h3 a:hover {
  color: #ED1C29;
  text-decoration: none;
}
.list-content .list-item .item-desc p {
  color: #999;
  margin: 0;
  padding: 0;
  position: absolute;
  margin-top: 20px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  text-transform: uppercase;
  font-size: 15px;
}
.list-content .list-item .item-desc p span {
  color: #333;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.list-content .list-item .item-desc p a {
  color: #ED1C29;
}
.list-content .list-item .item-desc p a:hover {
  text-decoration: underline;
}
.list-content .list-item .item-desc p.byline {
  color: #666;
  margin-bottom: -10px;
  margin-top: 10px;
}
.list-content .list-item.recent {
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}
.list-content .list-item.recent > div {
  padding: 0;
}
.list-content .list-item.recent .item-desc {
  background: none;
  height: auto;
  padding: 0px 15px;
}
.list-content .list-item.recent .item-desc h3 {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-content .list-item.recent .item-desc p {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
}
@media screen and (max-width: 767px) {
  .list-content .row.whats-on {
    margin: 0;
  }
}
.list-content .news #article-list {
  margin-left: 15px;
  margin-right: 15px;
}
.list-content .news #article-list .row {
  margin-left: -15px;
  margin-right: -15px;
}
.list-content .news .row.list-item .item-desc {
  height: 200px;
}
@media screen and (max-width: 767px) {
  .list-content .news .row.list-item .item-desc {
    height: auto;
  }
}
.list-content .news .row.list-item .item-desc p {
  position: static;
  text-transform: none;
}
.list-content .news .row.list-item .item-img {
  padding-bottom: 200px;
}

.videoWrapper {
  height: 0;
  margin: 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative;
}
.videoWrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plugin_googlemap {
  position: relative;
  overflow: hidden;
  padding-bottom: 15px;
}

.modal {
  z-index: 999999;
}
.modal .modal-dialog {
  margin: 10% auto 0;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .modal .modal-dialog {
    margin: 100px auto 0;
    width: 90%;
  }
}
.modal .modal-dialog .modal-content {
  background: #000 none repeat scroll 0 0;
  border-radius: 0;
}
.modal .modal-dialog .modal-content h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
}
.modal .modal-dialog .modal-content p {
  color: #fff;
}
.modal .modal-dialog .modal-content a {
  color: #ED1C29;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.modal .modal-dialog .modal-content .modal-body .close {
  color: #fff;
  margin-top: -80px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-body .close {
    margin-top: -55px;
  }
  .modal .modal-dialog .modal-content .modal-body .close img {
    width: 37px;
  }
}

.modal-backdrop {
  z-index: 99999;
}

#loginModal.modal .modal-dialog, #searchModal.modal .modal-dialog, #performancesModal .modal-dialog, #subsModal .modal-dialog {
  margin: 10% auto 0;
  max-width: 500px;
}
#loginModal.modal .modal-dialog .modal-content .modal-body .formWrapper, #searchModal.modal .modal-dialog .modal-content .modal-body .formWrapper, #performancesModal .modal-dialog .modal-content .modal-body .formWrapper, #subsModal .modal-dialog .modal-content .modal-body .formWrapper {
  padding: 40px;
}

#performancesModal h2, #subsModal h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
#performancesModal ul, #subsModal ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#performancesModal ul li, #subsModal ul li {
  padding: 5px 0;
}
#performancesModal ul li a, #subsModal ul li a{
  font-size: 16px;
}

.footer {
  padding: 60px 0;
  background: #111;
}
.footer .row {
  max-width: 1200px;
  margin: 0 auto;
}
.footer .row > div {
  padding: 0px 30px 30px;
}
.footer p, .footer ul {
  color: #999;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.7px;
}
.footer p a, .footer ul a {
  color: #ED1C29;
}
.footer p img, .footer ul img {
  max-width: 280px;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer ul li {
  margin-bottom: 5px;
}
.footer ul li a {
  color: #999;
}
.footer ul li a:hover {
  color: #ED1C29;
}
.footer img.social {
  width: 40px;
  margin: 10px 5px 10px 0;
}
.footer img.redcrow {
  width: 180px;
  margin-top: 15px;
}

.page.c404 h2 {
  font-size: 80px;
}
.page.c404 h5 {
  font-weight: 300;
  color: #777;
  font-size: 22px;
}
.page.c404 h5.code {
  color: #222;
  margin: 20px 0;
}
.page.c404 p {
  font-size: 18px;
  line-weight: 24px;
}
.page .header {
  background-size: cover;
  background-position: top center;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page .header {
    background-size: cover;
  }
}
.page .content {
  max-width: 1200px;
  padding: 0px;
}
.page .content .row {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .page .content .row {
    margin: 0;
  }
}
.page .content .white {
  background: #fff;
  padding: 30px 60px 60px;
}
@media screen and (max-width: 767px) {
  .page .content .white {
    padding: 30px 40px 60px;
  }
}
.page .content h2 {
  margin-bottom: 25px;
}
.page .content h3 {
  text-transform: uppercase;
  color: #ED1C29;
  font-size: 15px;
}
.page .content h3.dates {
  margin-bottom: 20px;
}
.page .content p.caption {
  margin-top: -5px;
  color: #777;
  font-size: 13px;
}
.page .content p.byline {
  color: #666;
  font-weight: 400;
}
.page .content ul, .page .content ol {
  margin: 0;
  margin-left: 25px;
  padding: 0;
}
.page .content a {
  color: #ED1C29;
}
.page .content a.cta {
  color: #fff;
  max-width: 50%;
}
.page .content a.cta.inline {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .page .content a.cta.inline {
    max-width: 100%;
  }
}
.page .content div.col-md-12 a.inline {
  max-width: 33%;
}
.page .content a.crumb {
  text-transform: uppercase;
  color: #aaa;
  font-size: 11px;
  font-weight: 300;
  margin: 0 0 0 -15px;
}
.page .content a.crumb:hover {
  color: #ED1C29;
  text-decoration: none;
}
.page .content img {
  max-width: 100%;
  margin: 15px 0;
}
.page .content .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin: 15px 0;
}
.page .content .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page .content .soundcloud {
  margin: 20px 0;
}
.page .content .inline-form {
  background: #f9f9f9;
  padding: 30px 20px;
  margin-bottom: 20px;
}
.page .content .inline-form h1, .page .content .inline-form h2, .page .content .inline-form h3 {
  margin-top: 0;
}
.page .content .inline-form .spacer {
  margin-bottom: 30px;
}
.page .content .side {
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 1px;
  padding-bottom: 60px;
  min-height: 600px;
}
@media screen and (max-width: 1200px) {
  .page .content .side {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .page .content .side {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.page .content .side h3 {
  margin-top: 30px;
}
.page .content .side h6 {
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  color: #222;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-left: 0px;
  background: #f5f5f5;
  padding-left: 0px;
  padding-right: 10px;
  position: relative;
  z-index: 2;
  display: inline-block;
}
.page .content .side hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
  margin-bottom: 25px;
  margin-top: -10px;
  padding: 0;
}
.page .content .side a {
  color: #ED1C29;
}
.page .content .side a.cta {
  color: #fff;
  max-width: 100%;
}
.page .content .side a.cta.inline {
  margin-top: 0px;
}
.page .content .side a b {
  color: #333;
  letter-spacing: 0px;
}
.page .content .side ul.side-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.page .content .side ul.side-nav li {
  border-bottom: 1px dotted #999;
}
.page .content .side ul.side-nav li:last-of-type {
  border: none;
}
.page .content .side ul.side-nav li.active ul {
  display: block;
}
.page .content .side ul.side-nav li a {
  background: #fff;
  padding: 10px;
  color: #333;
  text-decoration: none;
  display: block;
}
.page .content .side ul.side-nav li a.active, .page .content .side ul.side-nav li a:hover {
  background: #222;
  color: #fff;
}
.page .content .side ul.side-nav li ul {
  margin-bottom: 0;
  display: none;
}
.page .content .side ul.concert-dates {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
.page .content .side .addthis_sharing_toolbox img {
  margin: 0;
}
.page .content .side .list-content {
  padding: 0;
}
.page .content .side .list-content .list-item .item-img {
  margin-bottom: 15px;
}
.page .content .side .list-content .list-item .item-desc {
  margin-bottom: 15px;
}
.page .content .side .list-content .list-item .item-desc p {
  margin-top: -5px;
  font-size: 12px;
}

.list-content a.crumb {
  float: none;
  position: relative;
  margin-bottom: 10px;
  margin-top: 20px;
  display: block;
  color: #999;
  margin-left: -20px;
}

form {
  max-width: 800px;
  margin: 20px auto 0px;
}
form .btn {
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
form input, form button, form select, form textarea {
  width: 100%;
}
form input, form input.form-control {
  border: 1px solid #ccc;
  /*border-radius: 5px;*/
  border-radius: 50px;
  margin-bottom: 15px;
  outline: 0 none;
  padding: 8px 16px;
  font-weight: 300;
  font-size: 15px;
}
form textarea, form textarea.form-control {
  border: 1px solid #ccc;
  /*border-radius: 5px;*/
  border-radius: 50px;
  margin-bottom: 15px;
  outline: 0 none;
  padding: 8px 16px;
  font-weight: 300;
  font-size: 15px;
  border-radius: 15px;
}
form label.error {
  font-size: 12px;
  color: #ff0000;
  font-weight: 400;
  position: relative;
  top: -20px;
}
form select, form select.form-control {
  border: 1px solid #ccc;
  border-radius: 50px;
  margin-bottom: 15px;
  outline: 0 none;
  padding: 8px 16px;
  font-weight: 300;
  font-size: 15px;
  height: auto;
  cursor: pointer;
  text-overflow: "";
  background: url(../images/arrow-1-2.png) no-repeat 98% 17px #fff;
  /* add your own arrow image */
  *background-image: none;
  /* turn bg image for IE7 */
  background: url(../images/arrow-1-2.png) no-repeat 98% 17px #fff;
  /* fallback bg image*/
  background: url(../images/arrow-1-2.png) no-repeat 98% 17px, #fff;
  -webkit-appearance: none;
  /* gets rid of default appearance in Webkit browsers*/
  -moz-appearance: none;
  /* Get rid of default appearance for older Firefox browsers */
  -ms-appearance: none;
  /* get rid of default appearance for IE8, 9 and 10*/
  appearance: none;
}
form select::-ms-expand, form select.form-control::-ms-expand {
  display: none;
  /* hide default arrow in IE10 */
}
form select option, form select.form-control option {
  background: #fff;
  /* style the dropdown bg color */
}
form .submit-btn {
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  background: #ED1C29;
  border-radius: 50px;
  border: 0;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  max-width: 280px;
  padding: 7px 30px 10px;
  text-decoration: none;
  margin-top: 15px;
  font-weight: 400;
}
form .submit-btn:hover {
  opacity: 0.7;
}
form .bootstrap-select.form-control {
  height: auto;
  margin-bottom: 15px;
}
form .optout {
  display: none;
  padding-top: 5px;
}
form .optout input {
  float: left;
  width: 15px;
  height: 15px;
  margin: 5px 10px 5px 0;
  border-radius: 0;
}
form .optout label {
  font-weight: 300;
  font-size: 13px;
  line-height: 22px;
  text-align: left;
}
form .optout p {
  padding: 0;
  margin: 0;
}
form#search_form input {
  width: 70%;
  float: left;
  border-radius: 50px 0px 0px 50px;
}
form#search_form .submit-btn {
  width: 30%;
  margin-top: 0;
  border-radius: 0px 50px 50px 0px;
  padding: 5px 30px 9px;
}

/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 100%;
  position: fixed;
  /* Stay in place */
  z-index: 999999;
  /* Sit on top */
  display: none;
  left: 0;
  top: 0;
  background-color: white;
  /* Black fallback color */
  background-color: white;
  /* Black w/opacity */
  overflow-x: hidden;
  /* Disable horizontal scroll */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  height: 100%;
  width: 100%;
  /* 100% width */
}
@media screen and (max-width: 1023px) {
  .overlay-content {
    padding: 120px 40px;
  }
}
.overlay-content ul.overlay-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.overlay-content ul.overlay-nav li {
  display: inline-block;
  position: relative;
  top: -50px;
}
.overlay-content ul.overlay-nav li a {
  padding: 5px;
  text-decoration: none;
  font-size: 34px;
  cursor: pointer;
  color: #222;
  display: block;
  /* Display block instead of inline */
  transition: 0.3s;
  /* Transition effects on hover (color) */
}
@media screen and (max-width: 767px) {
  .overlay-content ul.overlay-nav li a {
    font-size: 24px;
  }
}
.overlay-content ul.overlay-nav li a:after {
  content: '/';
  margin-left: 15px;
  color: #333 !important;
}
.overlay-content ul.overlay-nav li a:hover {
  color: #ED1C29;
}
.overlay-content ul.overlay-nav li:last-of-type a:after {
  content: '';
}
.overlay-content ul.overlay-nav li ul {
  margin: 0;
  padding: 0;
}
.overlay-content ul.overlay-nav div {
  margin-top: 20px;
}
.overlay-content ul.overlay-nav div li a {
  font-size: 22px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .overlay-content ul.overlay-nav div li a {
    font-size: 18px;
  }
}

/* Position the close button (top right corner) */
a.closebtn {
  position: absolute;
  top: 11px;
  right: 66px;
  font-size: 60px !important;
  z-index: 99999;
}
@media screen and (max-width: 1023px) {
  a.closebtn {
    top: 3px;
    right: 18px;
    font-size: 40px !important;
  }
}
a.closebtn:hover {
  text-decoration: none;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
.at-share-tbx-element.addthis_32x32_style .at-share-btn, .at-share-tbx-element.addthis_32x32_white_style .at-share-btn {
  max-width: 40px !important;
  max-height: 40px !important;
}
.at-share-tbx-element.addthis_32x32_style .at-share-btn img, .at-share-tbx-element.addthis_32x32_white_style .at-share-btn img {
  max-width: 40px !important;
  max-height: 40px !important;
}

.newsletter {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  padding: 25px 0;
  margin: 0px;
  margin-top: 20px;
  letter-spacing: 1px;
  font-size: 15px;
  display: none;
  position: fixed;
  width: 100%;
  max-width: 1200px;
  bottom: 20px;
  z-index: 99;
}
.newsletter a.btn {
  background: #ED1C29;
  color: #fff;
  opacity: 1;
  margin-left: 15px;
  border-radius: 0;
  padding: 6px 12px 8px;
  text-transform: uppercase;
}
.newsletter a.btn:hover {
  background: #fff;
  color: #222;
}

.accounts .logout {
  margin: 40px 0;
}
.accounts ul.nav.nav-list {
  margin: 0;
  padding: 0;
}
.accounts ul.nav.nav-list li a {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.accounts ul.nav.nav-list li a:hover {
  text-decoration: underline;
  background: none;
}
.accounts ul.nav.nav-list li.active a {
  text-decoration: underline;
}

.date-range-center {
  margin-bottom: 12px;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: -5px;
}

.row.tabbed ul.nav-tabs {
  margin-left: 15px;
}
.row.tabbed .tab-content {
  margin-top: 40px;
}
.row.tabbed .tab-content h2 {
  font-size: 22px;
  margin-top: 0;
}
.row.tabbed .tab-content .screen {
  display: inline-block;
}
.row.tabbed .tab-content .screen h3 {
  margin: 0;
  margin-bottom: 4px;
}
.row.tabbed .tab-content .screen h3 a {
  background: #ED1C29;
  padding: 10px 20px;
  color: #fff;
}
.row.tabbed .tab-content .screen h3 a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.share {
  padding-bottom: 20px;
}

/* START Loading Modal CSS */
/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.loading-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url("../images/loading.gif") 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
  overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .loading-modal {
  display: block;
}

/* END Loading Modal CSS */
.page .content .search label {
  display: none;
}
.page .content .search .row {
  margin: 0 -15px;
}
.page .content ul.pager {
  margin-left: 0;
  margin-top: 40px;
}
.page .content .media img {
  max-width: initial;
  margin: 0;
}
.page .content .media .media-body {
  padding: 0 10px;
}
.page .content .media .media-body h4 {
  margin-top: 0;
}
.page .content .media .media-left a {
  width: 64px;
  height: 64px;
  background-size: cover;
  display: block;
}
.page .content .btn-success {
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  background: #ED1C29;
  border-radius: 50px;
  border: 0;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  padding: 7px 20px 10px;
  text-decoration: none;
  margin-top: 0px;
  font-weight: 400;
}
.page .content .btn-success:hover {
  opacity: 0.7;
}
.page .content .tag {
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  background: #aaa;
  color: #fff !important;
  padding: 5px 20px 7px;
  font-size: 14px;
  margin: 0 5px 7px 0;
  display: inline-block;
}
.page .content .tag:hover {
  opacity: 0.7;
  text-decoration: none;
}

#syos {
  padding: 0;
}

.syos-table {
  display: block;
  overflow-x: auto;
  cursor: default;
}

.seat {
  font-size: 25px;
  padding: 0;
}

.seat-available {
  cursor: pointer;
}

.seat-selected {
  color: #ED1C29;
}

.bordered-bottom {
  padding: 7px;
  border-bottom: 1px dotted #ccc;
}

.cart-list > div {
  padding: 7px;
}
.cart-list .cta {
  max-width: 160px !important;
}

.checkout select {
  width: 100px;
  background-position: 85% 17px;
}
.checkout input.cta.btn {
  max-width: 220px !important;
}
