/**
 * =============================================================================
 * @template    Footer
 * =============================================================================
 */
#footer {
  background-color: #0b497e;
  color: #fff;
}
#footer a {
  color: #ffffff;
}
#footer a:hover {
  color: #2b90a8;
}
#footer h3 {
  color: #ffffff;
}
#footer nav.simple_nav.site_nav ul {
  list-style: none !important;
}
#footer nav.simple_nav.site_nav ul li {
  display: inline;
}
#footer nav.simple_nav.site_nav ul li a {
  color: #ffffff;
}
#footer nav.simple_nav.site_nav ul li a:hover {
  color: #2b90a8;
}
#footer nav.simple_nav.site_nav ul li:after {
  content: " | ";
}
#footer .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-top: 35px;
}
#footer .row .col-one {
  display: inline-block;
  width: 40%;
}
#footer .row .col-two {
  display: inline-block;
  width: 25%;
  text-align: center;
}
#footer .row .col-two p {
  margin: 3px 0;
}
#footer .row .col-two h3 {
  margin: 0;
}
#footer .row .col-two #footer-spacer {
  padding-top: 10px;
}
#footer .row .col-three {
  width: 25%;
  display: inline-block;
}
#footer .row .col-three h3 {
  margin: 0;
}
#footer .row .col-three p {
  margin: 0;
}
#footer #powered-by {
  text-align: center;
  color: #fff;
  display: block;
}
#footer #powered-by:hover {
  color: #2b90a8;
}
/**
 * =============================================================================
 * @template    Forms
 * =============================================================================
 */
form fieldset {
  border: none;
}
form .content_name-contact_form {
  width: 100%;
}
form .select-field {
  display: block;
}
form label {
  display: block;
}
form input {
  width: 100%;
  display: block;
  height: 30px;
}
form textarea {
  width: 100%;
  min-height: 200px;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
}
form .form_footer {
  text-align: center;
}
form .form_footer button {
  text-transform: uppercase;
  border: none;
  padding: 10px 30px;
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 16px;
  border-radius: 13px;
  background-color: #2b90a8;
  color: #ffffff;
}
form .form_footer button:hover {
  background-color: #0b497e;
  cursor: pointer;
}
form legend {
  display: none;
}
form ul {
  list-style: none;
  padding: 0;
}
li label {
  padding: 10px;
}
li.type-text.field-first_name {
  float: left;
  width: 50%;
}
li.type-text.field-last_name {
  float: left;
  width: 50%;
}
li.type-text.field-address {
  float: left;
  width: 50%;
}
li.type-text.field-business {
  float: left;
  width: 50%;
}
.form_success_message {
  color: #2b90a8;
  font-size: 25px;
}
li.type-email.field-email {
  float: left;
  width: 50%;
}
li.type-text.field-phone {
  float: left;
  width: 50%;
}
/**
 * =============================================================================
 * @template    Mixins and Variables 
 * =============================================================================
 */
/**
 * =============================================================================
 * @template    Header And Navigation
 * =============================================================================
 */
#header i.fa.fa-bars:hover {
  color: #2b90a8;
}
#header .nav-menu-toggle {
  color: #ffffff;
}
#header .nav-menu-toggle span.label {
  display: none;
}
#header li.page-home.even {
  clear: both;
}
#header .top-bar .hdr-logo {
  display: inline-block;
  max-width: 400px;
  padding: 10px 0 5px 40px;
}
#header .top-bar .hdr-logo img {
  max-width: 100%;
}
#header .top-bar .right-btns {
  float: right;
  display: inline-flex;
  align-content: stretch;
  align-items: stretch;
  padding-top: 45px;
  padding-right: 60px;
}
#header .top-bar .right-btns .guest-btn a {
  background: #2b90a8;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  display: block;
  font-size: 19px;
  border-radius: 21px;
  text-transform: uppercase;
  transition: 0.2s ease-in;
}
#header .top-bar .right-btns .guest-btn a:hover {
  background: #0b497e;
}
#header .top-bar .right-btns .fa-linkedin-in::before {
  content: "\f0e1";
}
#header .top-bar .right-btns .soc-icons {
  font-family: 'FontAwesome';
  margin-left: 10px;
}
#header .top-bar .right-btns .soc-icons i {
  font-style: initial;
  display: inline-block;
  font-size: 21px;
  margin: 0 3px;
}
#header .top-bar .right-btns .soc-icons .fa-linkedin-in,
#header .top-bar .right-btns .soc-icons .fa-facebook {
  background: #0b497e;
  padding: 5px 10px;
  color: #fff;
  border-radius: 50%;
  max-width: 15px;
}
#header .top-bar .right-btns .soc-icons .fab.fa-spotify {
  font-size: 35px !important;
  width: 26px;
  position: relative;
  top: 5px;
  color: #0b497e;
}
#header .bottom-bar .toggle-mode .level-0 {
  position: absolute;
  z-index: 999;
  width: 100%;
  background: #0b497e;
}
#header .bottom-bar .responsive_nav {
  text-align: center;
  background: #0b497e;
}
#header .bottom-bar .responsive_nav ul li a {
  color: #fff;
  font-size: 20px;
}
#header .bottom-bar .responsive_nav ul li a:hover {
  color: #2b90a8;
}
/**
 * =============================================================================
 * @template    Homepage
 * =============================================================================
 */
.content_id-8,
.content_id-9,
.content_id-10,
.content_id-11 {
  padding: 30px 0;
}
.page-home h1 {
  text-align: center;
}
.page-home .mini-slick-carousel .slick-carousel__slide.slick-slide {
  padding: 0 20px;
}
.page-home .mini-slick-carousel img.slick-carousel__image {
  max-height: 85px;
  margin: 0 auto;
  max-width: 100%;
}
.page-home .showcase-text a {
  color: #fff;
}
.page-home .showcase-text a:hover {
  color: #0b497e;
}
.page-home .showcase-text .showcase-cta a {
  color: #2b90a8;
}
.page-home .content_id-9 .cms-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.page-home .content_id-9 .past-show-home-wrapper {
  text-align: center;
}
.page-home .content_id-9 .upcoming-show-wrapper {
  width: 28%;
  display: inline-flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}
.page-home .content_id-9 .upcoming-show-wrapper img {
  border-radius: 50%;
}
.page-home .content_id-7 {
  width: 100%;
}
.page-home .content_id-7 .showcase-inner-wrapper {
  position: relative;
  min-height: 500px;
}
.page-home .content_id-7 .showcase-content {
  display: flex;
  padding-top: 40px;
}
.page-home .content_id-7 .headshot-img {
  position: relative;
  z-index: 9;
  display: inline-block;
  width: 38%;
  text-align: right;
}
.page-home .content_id-7 .headshot-img img {
  padding-right: 60px;
}
.page-home .content_id-7 .showcase-text {
  position: relative;
  z-index: 9;
  display: inline-block;
  max-width: 600px;
  color: #fff !important;
}
.page-home .content_id-7 .showcase-text h1 {
  text-align: left;
  color: #fff !important;
  margin: 0 !important;
  line-height: 60px;
}
.page-home .content_id-7 .showcase-text h3 {
  margin: 0;
}
.page-home .content_id-7 .showcase-text .showcase-cta a {
  background: #f2f2f2;
  display: block;
  max-width: 380px;
  border-radius: 15px;
  padding-bottom: 10px;
}
.page-home .content_id-7 .showcase-text .showcase-cta a p {
  padding: 0;
  margin: 0;
  text-align: center;
  font-weight: 700;
}
.page-home .content_id-7 .showcase-text .showcase-cta a strong {
  font-size: 28px !important;
  line-height: 26px;
  padding-top: 10px !important;
  display: block;
  color: #2b90a8;
}
.page-home .content_id-7 .showcase-text .showcase-cta a strong p {
  font-size: 28px;
}
.page-home .content_id-8 {
  margin: 0 auto;
  max-width: 1200px;
}
.page-home .content_id-8 .upcoming-shows-section {
  text-align: center;
}
.page-home .content_id-8 .upcoming-show-wrapper img {
  max-width: 100%;
}
.page-home .content_id-9 {
  clear: both;
}
.page-home .content_id-10 .image_after_heading_right {
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.page-home .content_id-10 .image_after_heading_right .image {
  padding: 0 25px;
}
.page-home .showcase-cta {
  margin-bottom: 20px;
}
.page-home .content_id-11 {
  background: #f2f2f2;
}
.page-home .content_id-11 .sub_icon {
  text-align: center;
  display: flex;
  justify-content: center;
}
.page-home .content_id-11 .sub_icon .image {
  display: inline-block;
  padding: 0 25px;
  max-width: 90px;
}
.page-home .content_id-11 .sub_icon .image img {
  max-width: 100%;
}
.page-home .content_id-11 .sub_icon .image .file-description {
  color: #0b497e;
  font-size: 23px;
  font-weight: bolder;
}
.page-home .content_id-8 .upcoming {
  max-width: 1200px;
  margin: 0 auto;
}
.page-home .content_id-8 .upcoming-show-wrapper {
  display: inline-block;
  width: 35%;
  padding: 0 50px;
}
.page-home .content_id-8 .upcoming-show-wrapper img {
  border-radius: 50%;
  border: 2px solid #efefef;
}
.page-home .content_id-8 .upcoming-show-wrapper h3 {
  margin: 10px 0 5px 0;
  color: #0b497e;
}
.page-home .content_id-8 .upcoming-show-wrapper h4 {
  margin: 0;
  color: #2b90a8;
}
.page-home .content_id-8 .upcoming-show-wrapper p {
  margin-top: 15px;
}
.page-home .content_id-8 .upcoming-show-wrapper a {
  color: #2b90a8;
}
.content_id-9 {
  background: #f2f2f2;
}
.content_id-9 .past {
  max-width: 1200px;
  margin: 0 auto;
}
.content_id-9 .cms-nested-content-item {
  display: inline-block;
  width: 27.3%;
  padding: 0 35px;
  text-align: center;
}
.content_id-9 .cms-nested-content-item .image_after_heading_right {
  max-width: 215px;
  margin: 0 auto;
}
.content_id-9 .cms-nested-content-item h3 {
  color: #0b497e;
  margin: 0;
}
.content_id-9 .cms-nested-content-item p {
  margin: 0;
}
.content_id-9 .cms-nested-content-item a {
  color: #2b90a8;
}
/**
 * =============================================================================
 * @template    Images
 * =============================================================================
 */
img {
  max-width: 100%;
}
.mini-slick-carousel {
  max-width: 1200px;
  margin: 0 auto;
}
.slick-carousel {
  margin-bottom: 40px;
}
.slick-carousel .slick-list {
  overflow: hidden;
}
.slick-carousel .slick-list .slick-slide img {
  min-width: 100%;
}
.image_after_heading_right {
  float: right;
  margin-left: 20px;
  max-width: 500px;
}
.image_after_heading {
  float: left;
  max-width: 400px;
  margin-right: 40px;
}
@media only screen and (max-width: 950px) {
  .image_after_heading_right {
    float: none;
    margin-left: 0px;
    max-width: 500px;
  }
}
/**
 * =============================================================================
 * @template    Layout
 * =============================================================================
 */
.inside-page #main {
  margin: 0 auto;
  max-width: 1200px;
}
html {
  font-size: 16px;
}
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Nunito', sans-serif;
}
.upcoming-show-wrapper a p:hover {
  color: #0b497e;
}
.slick-carousel .slick-list .slick-slide img {
  min-width: 100%;
}
.slick-carousel .text-bar {
  background: #f2f2f2;
  padding: 30px;
  text-align: center;
}
.slick-carousel h1 {
  color: #ffffff;
  text-transform: uppercase;
}
h1 {
  font-size: 3.3rem;
}
h2 {
  font-size: 2.1rem;
}
h3 {
  font-size: 1.6rem;
}
h4 {
  font-size: 1.2rem;
}
h5 {
  font-size: 1.1rem;
}
h6 {
  font-size: 1.0rem;
}
h2,
h3,
h4,
h5,
h6 {
  color: #0b497e;
  margin: 1rem 0 1rem 0 ;
  line-height: normal;
  display: block;
  text-transform: uppercase;
}
h1 {
  color: #0b497e;
  margin: 0px 0 30px 0;
}
h3 {
  margin: 10px 0 5px 0;
  color: #0b497e;
}
h4 {
  color: #2b90a8;
}
p {
  font-size: 20px;
}
a {
  text-decoration: none;
  color: #2b90a8;
}
a:hover {
  color: #0b497e;
}
/**
 * =============================================================================
 * @template    Subpages
 * =============================================================================
 */
.inner-pages {
  overflow-x: hidden !important;
}
.inner-pages .cms-nested-content {
  clear: both;
}
.inner-pages footer {
  margin-top: 40px;
}
.inner-pages .slick-carousel {
  width: 100%;
  background-color: #2b90a8;
}
.inner-pages .slick-carousel .inner-wrap {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 45%;
  color: #ffffff;
}
.inner-pages .slick-carousel .inner-wrap span.file-description {
  font-size: 2.3rem;
  text-transform: uppercase;
  font-weight: 600;
}
.inner-pages .slick-carousel img {
  opacity: .2;
}
.page-2 .content_id-166 {
  text-align: center;
}
.page-2 .mini-slick-carousel .slick-carousel__slide.slick-slide {
  padding: 0 20px;
  max-width: 100% !important;
}
.page-2 .mini-slick-carousel img.slick-carousel__image {
  max-height: 85px;
  display: inline;
}
.page-2 .content_id-165 {
  background-color: #f2f2f2;
  padding: 40px 0;
  text-align: center;
  width: calc(100vw);
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}
.page-2 .content_id-165 .cms-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.page-4 .upcoming-show-wrapper {
  width: 90%;
  margin: 6% auto;
  border-bottom: 2px #0B497E solid;
}
.page-3 .upcoming {
  max-width: 1200px;
  margin: 0 auto;
}
.page-3 .upcoming-show-wrapper {
  display: inline-block;
  width: 46%;
  padding: 0 15px;
}
.page-3 .upcoming-show-wrapper h3 {
  margin: 10px 0 5px 0;
  color: #0b497e;
}
.page-3 .upcoming-show-wrapper h4 {
  margin: 0;
  color: #2b90a8;
}
.page-3 .upcoming-show-wrapper p {
  margin-top: 15px;
}
.page-3 .upcoming-show-wrapper a {
  color: #2b90a8;
}
.show-detail-page #main {
  margin: 0 auto;
  max-width: 1200px;
}
.show-detail-page header {
  margin-bottom: 20px;
}
.page-6 p {
  text-align: center;
}
.page-6 #footer p {
  text-align: left;
}
.page-6 .soc-icon.container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.page-6 .soc-icon.container img {
  width: 50%;
  margin: 0 auto;
  display: block;
}
/**
 * =============================================================================
 * @template    Responsive
 * =============================================================================
 */
@media only screen and (max-width: 1200px) {
  #main {
    padding: 0 20px;
  }
  .page-home #main {
    padding: 0px;
  }
  .page-2 .content_id-165 p {
    padding: 20px;
  }
  .page-3 .upcoming-show-wrapper img {
    width: 100%;
  }
}
@media only screen and (max-width: 1100px) {
  .page-home .content_id-7 .headshot-img {
    margin-right: 40px;
  }
  .page-home .content_id-9 .upcoming-show-wrapper {
    padding: 0px 25px;
    width: 25%;
  }
  #footer .row {
    justify-content: space-between;
  }
  #footer .row .col-two {
    width: 40%;
  }
  #footer .row .col-three {
    width: 100%;
  }
  #footer .container {
    padding: 20px;
  }
}
@media only screen and (max-width: 950px) {
  .page-home .content_id-8 .upcoming-show-wrapper {
    float: none;
    margin: 0 auto;
    padding: 0px;
    width: 50%;
    display: block;
  }
}
@media only screen and (max-width: 910px) {
  .page-3 .upcoming-show-wrapper {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .page-home .content_id-7 {
    width: 100%;
  }
  .page-home .content_id-7 .headshot-img {
    width: 50%;
  }
}
@media only screen and (max-width: 800px) {
  #header .hdr-logo {
    max-width: 250px !important;
  }
  #header .right-btns {
    padding-top: 25px !important;
  }
  .page-home .content_id-7 .showcase-content {
    width: 100%;
  }
  .slick-carousel__slide img {
    max-width: none;
  }
  .mini-slick-carousel .slick-slide {
    float: none !important;
    margin: 0 auto;
    padding: 20px 0!important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 750px) {
  form li.type-email {
    float: none;
    width: 100% !important;
  }
  form li.type-text {
    float: none;
    width: 100% !important;
  }
  .image_after_heading {
    float: none;
    max-width: 100%;
    text-align: center;
  }
  .page-home .content_id-11 .sub_icon {
    width: 75%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .page-home .content_id-9 .upcoming-show-wrapper {
    padding: 0px 25px;
    display: flex;
    margin: 0 auto;
    width: 75%;
  }
  .page-home .content_id-8 .upcoming-show-wrapper {
    width: 90%;
  }
  .page-home .content_id-7 .showcase-content {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .page-home .content_id-7 .showcase-content .showcase-text {
    max-width: 85%;
  }
  .page-home .content_id-7 .showcase-content .showcase-img {
    width: 100%;
  }
}
@media only screen and (max-width: 735px) {
  .page-home .content_id-7 .headshot-img {
    margin: 0;
  }
}
@media only screen and (max-width: 650px) {
  #header .hdr-logo {
    max-width: 150px !important;
  }
  #header .right-btns {
    padding-top: 10px !important;
  }
}
@media only screen and (max-width: 600px) {
  .mini-slick-carousel .slick-slide {
    padding: 20px 0!important;
  }
}
@media only screen and (max-width: 550px) {
  #header .hdr-logo {
    padding: 0px !important;
    max-width: 200px !important;
  }
  #header .hdr-wrapper {
    text-align: center;
  }
  #header .top-bar {
    margin: 20px 0;
  }
  #header .top-bar .right-btns {
    float: none;
    display: block;
    padding: 0px;
  }
  #header .top-bar .right-btns .guest-btn {
    width: 40%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 400px) {
  #footer .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #footer .row .ftr-col {
    width: 90%;
  }
  .mini-slick-carousel .slick-carousel__slide.slick-slide {
    max-width: 70% !important;
  }
  .mini-slick-carousel .slick-carousel__slide.slick-slide img {
    max-width: 100% !important;
  }
  #header .guest-btn span {
    font-size: 14px;
  }
}
/**
 * =============================================================================
 * @template    Toms styles
 * =============================================================================
 */
.inner-pages #main {
  max-width: 1200px;
  margin: 0 auto;
}