/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# SASS vars
# Inits
# Typography
# Elements
# Sections
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# SASS Vars
--------------------------------------------------------------*/
/*----------------------------------------------------------*/
/*SASS MIXINS*/
/*----------------------------------------------------------*/
/*VERICAL ALIGN*/
/*TRANSITION ALL*/
/*--------------------------------------------------------------
# Init
--------------------------------------------------------------*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*letter-spacing: 1px;*/ }

a, a:visited {
  /*color: $red;*/ }

input {
  -webkit-appearance: none; }

/*MOBILE*/
.mobile {
  display: block; }

.full {
  display: none !important; }

@media screen and (min-width: 960px) {
  .mobile {
    display: none; }

  .full {
    display: block !important; } }
.inner {
  width: 100%;
  max-width: 1275px;
  padding: 0 20px;
  margin: 0 auto; }

@media screen and (max-width: 1024px) {
  /*.inner{
  	padding-left: 20px!important;
  	padding-right: 20px!important;
  }*/ }
.widget {
  margin: 0; }

.f {
  clear: both; }

/*--------------------------------------------------------------
# TYPOGRAPHY
--------------------------------------------------------------*/
* {
  /*font-family: 'Roboto', sans-serif;*/
  font-weight: 300; }

p {
  font-family: 'Roboto', sans-serif;
  color: #000000;
  font-weight: 300; }

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

h1 {
  font-size: 35px;
  font-weight: 600; }

h2 {
  font-size: 22px;
  font-weight: 600; }

h3 {
  font-size: 22px;
  font-weight: 500; }

h4 {
  font-size: 16px;
  font-weight: 500; }

h5 {
  font-size: 14px;
  font-weight: 500; }

h6 {
  font-size: 13px;
  font-weight: 500; }

/*--------------------------------------------------------------
# ELEMENTS
--------------------------------------------------------------*/
body.single-facilities .button {
  background-color: #000000;
  color: #ffffff !important; }
  body.single-facilities .button:hover {
    background-color: #808080; }

.button {
        /*
	background-color: $black;
	color: $white!important;*/
  font-family: "Raleway", sans-serif !important;
  padding: 15px 30px;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  .button:hover {
    background-color: #808080; }

.button:visited {
  background-color: #000000; }

.gradient-fill {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
  height: 100%;
  position: relative; }

.f {
  display: block;
  clear: both; }

iframe {
  border: 0;
  min-height: 375px; }

/*--------------------------
# .PAGE FEATURE
--------------------------*/
.page-feature {
  margin-bottom: 20px;
  height: 325px;
  position: relative;
  background-size: cover;
  background-position: center; }
  .page-feature .feature-content {
    position: absolute;
    bottom: 35px;
    left: 35px; }
    .page-feature .feature-content h1 {
      margin: 0;
      padding: 0;
      color: #ffffff;
      text-transform: uppercase;
      font-weight: 400; }

@media screen and (max-width: 768px) {
  .page-feature {
    height: 250px; }
    .page-feature .feature-content {
      bottom: 20px;
      left: 20px; }
      .page-feature .feature-content h1 {
        font-size: 26px; } }
@media screen and (max-width: 550px) {
  .page-feature {
    height: 200px; }
    .page-feature .feature-content {
      bottom: 20px;
      left: 20px; }
      .page-feature .feature-content h1 {
        font-size: 22px; } }
/*--------------------------
# .SLIDER
--------------------------*/
.bx-controls-direction {
  /*display: none;*/ }

.bx-wrapper .bx-pager {
  bottom: 15px; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ffffff;
  opacity: 0.5; }
  .bx-wrapper .bx-pager.bx-default-pager a:hover {
    opacity: 0.85;
    background: #ffffff; }

.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #ffffff;
  opacity: 1; }

.slider-wrapper .bx-wrapper {
  box-shadow: none;
  border: 0;
  margin-bottom: 20px;
  /*max-width: 1275px!important;*/ }
.slider-wrapper li.slide {
  height: 550px;
  min-height: 400px;
  background-size: cover;
  background-position: center; }
  .slider-wrapper li.slide .slide-content {
    position: absolute;
    bottom: 7px;
    left: 0;
    padding: 30px 20px;
    color: #ffffff; }
    .slider-wrapper li.slide .slide-content .meta {
      margin: 0;
      color: #b3b3b3;
      font-size: 12px; }
      .slider-wrapper li.slide .slide-content .meta div {
        display: none; }
      .slider-wrapper li.slide .slide-content .meta .tribe-event-categories {
        list-style-type: none;
        margin: 0;
        padding: 0; }
        .slider-wrapper li.slide .slide-content .meta .tribe-event-categories li {
          height: auto;
          min-height: 10px;
          display: inline; }
          .slider-wrapper li.slide .slide-content .meta .tribe-event-categories li a {
            color: #b3b3b3;
            text-decoration: none; }
        .slider-wrapper li.slide .slide-content .meta .tribe-event-categories li:after {
          content: ", "; }
        .slider-wrapper li.slide .slide-content .meta .tribe-event-categories li:last-child::after {
          content: ""; }
    .slider-wrapper li.slide .slide-content h3 {
      margin: 0;
      line-height: 1.2em; }
    .slider-wrapper li.slide .slide-content .button {
      font-size: 14px;
      margin-top: 20px;
      border: 1px solid #ffffff;
      color: #ffffff;
      text-decoration: none;
      padding: 8px 21px;
      letter-spacing: 2px;
      display: inline-block;
      clear: both;
      -webkit-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      -ms-transition: all 0.35s ease;
      transition: all 0.35s ease; }
      .slider-wrapper li.slide .slide-content .button:hover {
        background-color: #ffffff;
        color: #000000; }

@media screen and (max-width: 960px) {
  .slider .inner {
    padding: 0 !important; }

  .slider-wrapper li {
    height: 450px;
    min-height: 450px; } }
@media screen and (max-width: 640px) {
  .slider-wrapper li.slide {
    height: 350px;
    min-height: 350px; } }
/*--------------------------
# MELTWATER NEWS
--------------------------*/
.home-news-feed {
  margin-bottom: 10px; }
  .home-news-feed iframe {
    min-height: 35px; }

/*--------------------------
# BANNERS
--------------------------*/
.banners-wrapper ul.banner-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .banners-wrapper ul.banner-list li.banner {
    /*min-height: 400px;*/
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
    height: 330px; }
    .banners-wrapper ul.banner-list li.banner .banner-content {
      /*padding: 120px 20px 20px;*/
      position: absolute;
      bottom: 20px;
      left: 20px;
      color: #ffffff; }
      .banners-wrapper ul.banner-list li.banner .banner-content .meta {
        margin: 0;
        color: #b3b3b3; }
        .banners-wrapper ul.banner-list li.banner .banner-content .meta div {
          display: none; }
        .banners-wrapper ul.banner-list li.banner .banner-content .meta .tribe-event-categories {
          list-style-type: none;
          margin: 0;
          padding: 0; }
          .banners-wrapper ul.banner-list li.banner .banner-content .meta .tribe-event-categories li {
            height: auto;
            min-height: 10px;
            display: inline; }
            .banners-wrapper ul.banner-list li.banner .banner-content .meta .tribe-event-categories li a {
              color: #b3b3b3;
              text-decoration: none; }
          .banners-wrapper ul.banner-list li.banner .banner-content .meta .tribe-event-categories li:after {
            content: ", "; }
          .banners-wrapper ul.banner-list li.banner .banner-content .meta .tribe-event-categories li:last-child::after {
            content: ""; }
      .banners-wrapper ul.banner-list li.banner .banner-content h3 {
        margin: 0;
        line-height: 1.2em; }
      .banners-wrapper ul.banner-list li.banner .banner-content .button {
        font-size: 14px;
        margin-top: 20px;
        border: 1px solid #ffffff;
        color: #ffffff;
        text-decoration: none;
        padding: 8px 21px;
        letter-spacing: 2px;
        display: inline-block;
        clear: both;
        -webkit-transition: all 0.35s ease;
        -moz-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        -ms-transition: all 0.35s ease;
        transition: all 0.35s ease; }
        .banners-wrapper ul.banner-list li.banner .banner-content .button:hover {
          background-color: #ffffff;
          color: #000000; }

/*--------------------------
# LIGHTBOX
--------------------------*/
#lightbox #captionText {
  font-weight: 600;
  font-size: 16px;
  margin: 10px 0;
  display: block; }

/*-------------------------- 
# OVERLAY
--------------------------*/
.offcanvas-menu {
  font-family: "Raleway", sans-serif !important;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px;
  background: #000000;
  width: 380px;
  margin-right: -450px;
  top: 0;
  right: 0;
  position: fixed;
  z-index: 9999;
  height: 100vh;
  min-height: 100%;
  overflow-y: auto; }
  .offcanvas-menu .close-overlay {
    color: #000000;
    font-weight: bold;
    font-family: "Raleway", sans-serif !important;
    font-weight: 600;
    font-size: 24px;
    position: absolute;
    padding: 5px 17px;
    top: 1px;
    right: 1px;
    /*width: 50px;*/
    text-align: center;
    background-color: #ffffff; }
    .offcanvas-menu .close-overlay:hover {
      -webkit-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      -ms-transition: all 0.35s ease;
      transition: all 0.35s ease;
      background-color: #808080;
      cursor: pointer; }
  .offcanvas-menu .widget, .offcanvas-menu p {
    font-family: 'Raleway', sans-serif;
    color: #ffffff !important; }
  .offcanvas-menu .widget_search {
    margin-top: 50px;
    padding: 0 10px 20px; }
    .offcanvas-menu .widget_search .search-submit {
      border: 0;
      border-radius: 0;
      text-transform: uppercase;
      -webkit-appearance: none;
      padding: 10px;
      margin-left: -10px;
      font-family: 'Raleway', sans-serif;
      font-size: 18px;
      background-color: #808080;
      color: #ffffff; }
    .offcanvas-menu .widget_search .search-field {
      border: 0;
      border-radius: 0;
      text-transform: uppercase;
      -webkit-appearance: none;
      padding: 8px 10px 9px;
      font-family: 'Raleway', sans-serif;
      font-size: 18px;
      line-height: 1em; }
  .offcanvas-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .offcanvas-menu ul#menu-offcanvas-menu {
    border-bottom: 1px solid #1a1a1a; }
    .offcanvas-menu ul#menu-offcanvas-menu li {
      font-family: 'Raleway', sans-serif;
      font-size: 18px;
      color: #ffffff; }
      .offcanvas-menu ul#menu-offcanvas-menu li a {
        color: #ffffff;
        text-decoration: none;
        text-transform: uppercase;
        display: block;
        padding: 10px;
        border-top: 1px solid #1a1a1a; }
      .offcanvas-menu ul#menu-offcanvas-menu li:hover {
        background-color: #333333; }
  .offcanvas-menu .mcform {
    /*padding: 40px 0 0;*/
    /*overflow: auto;*/ }
    .offcanvas-menu .mcform label {
      display: none; }
    .offcanvas-menu .mcform .mcinput {
      width: 100%;
      padding: 10px;
      border-radius: 0;
      border: 0;
      text-align: left;
      background-color: #e5e5e5;
      margin-bottom: 15px;
      /*float: left;*/ }
    .offcanvas-menu .mcform .mcbtn {
      background-color: #ffffff;
      color: #000000;
      font-size: 12px;
      padding: 10px 20px;
      letter-spacing: 1px;
      border-radius: 0;
      line-height: 1.5em;
      width: 100%;
      text-align: center;
      border: 0;
      /*border-color: $black;*/
      /*float: left;*/ }

.offcanvas-menu.active {
  margin-right: 0; }

/*--------------------------------------------------------------
# SECTIONS
--------------------------------------------------------------*/
/*--------------------------
# .SITE-HEADER
--------------------------*/
.site-header {
  width: 100%;
  /*position: fixed;*/
  /*z-index: 10000;*/
  background-color: #ffffff;
  border-bottom: 1px solid #e6e6e6;
  -webkit-transition: all 0.55s ease;
  -moz-transition: all 0.55s ease;
  -o-transition: all 0.55s ease;
  -ms-transition: all 0.55s ease;
  transition: all 0.55s ease; }
  .site-header .notice {
    background-color: #cd382c;
    padding: 5px 0;
    text-align: center; }
    .site-header .notice p {
      font-size: 13px;
      font-family: 'Raleway', sans-serif;
      font-weight: 400;
      color: #ffffff;
      margin: 0;
      padding: 0; }
      .site-header .notice p a {
        color: #ffffff; }
        .site-header .notice p a:hover {
          opacity: 0.7; }
  .site-header .site-branding {
    display: inline-block;
    width: auto; }
    .site-header .site-branding .logo {
      width: 300px;
      padding-top: 15px;
      height: auto;
      display: inline-block; }
  .site-header .header-sidebar {
    display: inline-block;
    width: auto;
    float: right; }
    .site-header .header-sidebar ul#menu-header-menu {
      font-family: 'Raleway', sans-serif;
      list-style-type: none;
      margin: 0;
      padding: 0;
      /*overflow: auto;*/ }
      .site-header .header-sidebar ul#menu-header-menu li {
        border-left: 1px solid #e6e6e6;
        text-transform: uppercase;
        font-size: 12px;
        display: block;
        float: left;
        width: auto; }
        .site-header .header-sidebar ul#menu-header-menu li a {
          padding: 25px;
          color: #000000;
          display: block;
          text-decoration: none;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          -ms-transition: all 0.4s ease;
          transition: all 0.4s ease; }
          .site-header .header-sidebar ul#menu-header-menu li a:hover {
            background-color: #000000;
            color: #ffffff; }
      .site-header .header-sidebar ul#menu-header-menu li:last-child {
        border-right: 1px solid #e6e6e6; }
      .site-header .header-sidebar ul#menu-header-menu li.current_page_item a {
        background-color: #000000;
        color: #cccccc; }
  .site-header .header-sidebar-mobile {
    display: none; }

@media screen and (max-width: 960px) {
  .site-header .site-branding .logo {
    padding-top: 20px;
    width: 200px; }
  .site-header .header-sidebar {
    display: none; }
  .site-header .header-sidebar-mobile {
    display: inline-block;
    text-align: right;
    float: right; }
    .site-header .header-sidebar-mobile ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .site-header .header-sidebar-mobile ul li {
        text-transform: uppercase;
        font-size: 12px;
        display: block;
        float: left;
        width: auto; }
        .site-header .header-sidebar-mobile ul li a {
          padding: 25px;
          color: #000000;
          display: block;
          text-decoration: none;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          -ms-transition: all 0.4s ease;
          transition: all 0.4s ease; }
          .site-header .header-sidebar-mobile ul li a:hover {
            background-color: #000000;
            color: #ffffff; } }
/*--------------------------
# .CONTENT-AREA
--------------------------*/
.content-area {
  /*margin-top: 80px;*/
  /*text-align: left;*/ }

/*--------------------------
# .SITE-CONTENT
--------------------------*/
.site-content {
  /*padding-top: 90px;
  padding-bottom: 70px;
  min-height: 90vh;*/ }

/*--------------------------
# .SITE-FOOTER
--------------------------*/
.more-at-art {
  margin-top: 20px; }
  .more-at-art .inner {
    border-top: 1px solid #e6e6e6; }
  .more-at-art .more-at-art-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left; }
    .more-at-art .more-at-art-list a {
      color: #ffffff; }
    .more-at-art .more-at-art-list li {
      font-weight: 100 !important;
      font-size: 14px;
      display: block;
      clear: none;
      float: left;
      width: 25%;
      height: 250px;
      position: relative;
      background-size: cover;
      background-position: center; }
      .more-at-art .more-at-art-list li .recent-content {
        padding: 20px;
        position: absolute;
        bottom: 0;
        left: 0; }
      .more-at-art .more-at-art-list li h1 {
        margin: 0;
        color: #ffffff;
        font-size: 18px;
        font-weight: 100; }
      .more-at-art .more-at-art-list li:hover {
        opacity: 0.85;
        cursor: pointer; }

@media screen and (max-width: 768px) {
  .more-at-art .more-at-art-list li {
    width: 50%;
    height: 250px; } }
@media screen and (max-width: 550px) {
  .more-at-art .more-at-art-list li {
    width: 100%;
    height: 200px; } }
/*MAILCHIMP*/
.mailchimp-wrapper .mcform {
  padding: 40px 0 0;
  overflow: auto; }
  .mailchimp-wrapper .mcform label {
    display: none; }
  .mailchimp-wrapper .mcform .mcinput {
    width: 70%;
    padding: 10px;
    border-radius: 0;
    float: left; }
  .mailchimp-wrapper .mcform .mcbtn {
    background-color: #000000;
    color: #ffffff;
    font-size: 12px;
    padding: 13px;
    letter-spacing: 1px;
    border-radius: 0;
    line-height: 1.5em;
    width: 30%;
    text-align: center;
    border-color: #000000;
    float: left; }

@media screen and (max-width: 650px) {
  .mailchimp-wrapper .mcform {
    padding-top: 20px; }
    .mailchimp-wrapper .mcform .mcinput {
      width: 100%;
      float: none;
      text-align: center; }
    .mailchimp-wrapper .mcform .mcbtn {
      margin-top: 20px;
      width: 100%;
      float: none; } }
/*FOOTERLOGOS*/
.footer-logos {
  	/*background-color: #e6e6e6;
  	padding: 20px;
  	text-align: center;
  
  	img{
  		height: 30px;
  		width: auto;
  		margin: 0 10px;
  	}*/ }
  .footer-logos .owl-item {
    width: auto !important; }
  .footer-logos .lsw_logo_link {
    border: 0;
    padding: 0; }
  .footer-logos .lsw_logo_container a.lsw_logo_link img {
    width: inherit !important; }

.site-footer {
  background-color: #000000;
  color: #808080 !important;
  padding: 35px 0;
  font-family: 'Raleway', sans-serif;
  font-size: 12px; }
  .site-footer a {
    color: #808080;
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    .site-footer a:hover {
      color: #ffffff; }
  .site-footer .col {
    width: 25%;
    display: block;
    clear: none;
    float: left; }
    .site-footer .col ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
  .site-footer .footer-info {
    width: 100%;
    display: block;
    /*text-align: center;*/
    padding-top: 25px; }

@media screen and (max-width: 680px) {
  .site-footer {
    padding: 35px 0; }
    .site-footer .col {
      width: 100%;
      margin-top: 20px; }
    .site-footer .footer-info {
      padding-top: 25px; } }
/*--------------------------------------------------------------
# FORMS
--------------------------------------------------------------*/
.nf-form-cont {
  text-transform: uppercase;
  font-size: 14px; }
  .nf-form-cont label {
    font-weight: 100 !important; }
  .nf-form-cont input {
    border-radius: 0;
    padding: 10px; }
  .nf-form-cont input[value="Submit"] {
    background-color: #000000;
    color: #ffffff;
    padding: 15px 30px;
    text-transform: uppercase;
    border: 0;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease; }
    .nf-form-cont input[value="Submit"]:hover {
      background-color: #808080; }

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/*--------------------------
# CAREERS
--------------------------*/
.job-title {
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  font-weight: 100;
  text-transform: uppercase; }

.sjb-container {
  width: 100%;
  max-width: 1275px;
  padding: 0 20px;
  margin: 0 auto; }

/*--------------------------
# 2 COL PAGES
--------------------------*/
.page-col-wrapper {
  display: flex; }
  .page-col-wrapper .page-left {
    width: 70%;
    float: left;
    padding-right: 20px; }
    .page-col-wrapper .page-left .entry-content {
      margin-top: 0; }
      .page-col-wrapper .page-left .entry-content h3:first-of-type {
        margin-top: 0; }
    .page-col-wrapper .page-left .two-col {
      display: inline-block;
      float: left;
      width: 50%; }
    .page-col-wrapper .page-left .two-col-right h3:first-of-type {
      margin-top: 0; }
  .page-col-wrapper .page-right {
    background-color: #e6e6e6;
    width: 30%;
    float: right; }
    .page-col-wrapper .page-right .entry-content {
      margin: 0; }
    .page-col-wrapper .page-right .presented-by {
      position: relative;
      padding: 0;
      margin-bottom: 30px; }
      .page-col-wrapper .page-right .presented-by h3 {
        margin: 0;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #cccccc; }
      .page-col-wrapper .page-right .presented-by .presented-by-title {
        background-color: #000000;
        color: #ffffff;
        padding: 15px 45px;
        margin: 0;
        line-height: 1.2em; }
      .page-col-wrapper .page-right .presented-by .presented-by-button {
        position: absolute;
        top: 2px;
        right: 2px;
        color: #000000;
        background-color: #ffffff;
        padding: 7px 15px;
        font-size: 38px;
        line-height: 1em;
        text-decoration: none;
        font-family: 'Roboto', sans-serif;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        transition: all 0.25s ease; }
        .page-col-wrapper .page-right .presented-by .presented-by-button:hover {
          background-color: #555555;
          color: #ffffff; }
      .page-col-wrapper .page-right .presented-by ul {
        list-style-type: none;
        margin: 0;
        padding: 35px 45px; }
        .page-col-wrapper .page-right .presented-by ul a {
          color: #000000;
          text-decoration: none; }
          .page-col-wrapper .page-right .presented-by ul a li {
            display: block;
            background-color: #ffffff;
            margin: 0 0 20px;
            -webkit-transition: all 0.35s ease;
            -moz-transition: all 0.35s ease;
            -o-transition: all 0.35s ease;
            -ms-transition: all 0.35s ease;
            transition: all 0.35s ease; }
            .page-col-wrapper .page-right .presented-by ul a li .news-feat {
              height: 200px;
              background-size: cover;
              background-repeat: no-repeat;
              background-position: center; }
            .page-col-wrapper .page-right .presented-by ul a li img {
              display: block; }
            .page-col-wrapper .page-right .presented-by ul a li h2 {
              display: block;
              padding: 10px 15px;
              margin: 0;
              font-size: 16px;
              font-weight: 100;
              text-transform: uppercase; }
            .page-col-wrapper .page-right .presented-by ul a li p {
              padding: 0 15px 15px;
              margin: 0;
              font-size: 12px; }
          .page-col-wrapper .page-right .presented-by ul a:hover li {
            /*display: block;*/
            background-color: #000000; }
            .page-col-wrapper .page-right .presented-by ul a:hover li h2 {
              color: #ffffff; }
            .page-col-wrapper .page-right .presented-by ul a:hover li p {
              color: #e6e6e6; }

@media screen and (max-width: 1024px) {
  .page-col-wrapper {
    display: block; }
    .page-col-wrapper .page-left {
      width: 100%;
      float: none;
      clear: both;
      padding-right: 0; }
    .page-col-wrapper .page-right {
      display: none; } }
@media screen and (max-width: 768px) {
  .page-col-wrapper .page-left .two-col {
    display: block;
    float: none;
    clear: both;
    width: 100%; } }
/*--------------------------
# RESOURCE CENTER
--------------------------*/
.resource-posts {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap; }
  .resource-posts a {
    width: 33.3%; }
    .resource-posts a li {
      /*background-color: grey;*/
      width: 100%;
      display: inline-block;
      padding-right: 15px; }
      .resource-posts a li .post-feature {
        width: 100%;
        height: 250px;
        margin-bottom: 10px;
        background-size: cover;
        background-position: center; }
      .resource-posts a li .entry-title {
        font-family: 'Raleway', sans-serif;
        line-height: 1.2em;
        margin-top: 0;
        color: #000000;
        text-decoration: none;
        font-size: 18px; }
        .resource-posts a li .entry-title a:hover {
          text-decoration: underline; }

@media screen and (max-width: 750px) {
  .resource-posts a {
    width: 50%; }
    .resource-posts a li .entry-title {
      font-size: 18px; } }
@media screen and (max-width: 500px) {
  .resource-posts a {
    width: 100%; }
    .resource-posts a li {
      padding-right: 0; } }
.responsive-tabs__list__item {
  font-family: 'Raleway', sans-serif; }

@media screen and (min-width: 768px) {
  .responsive-tabs ul.responsive-tabs__list {
    margin: 0 !important; }

  .responsive-tabs .responsive-tabs__panel {
    border: 0 !important;
    padding: 20px 0 !important; }

  .responsive-tabs .responsive-tabs__list__item {
    border-radius: 0 !important;
    border: 1px solid #808080 !important;
    border-right: 0 !important;
    width: 20%;
    text-align: center;
    text-transform: uppercase !important;
    font-size: 14px !important;
    padding: 20px 10px 20px !important;
    overflow: hidden; }

  .responsive-tabs .responsive-tabs__list__item--active {
    background-color: #000000 !important;
    color: #ffffff !important;
    border-color: #000000 !important; }

  .responsive-tabs .responsive-tabs__list__item:last-child {
    border-right: 1px solid #808080 !important; }

  .responsive-tabs .responsive-tabs__list__item {
    margin-right: 0 !important; } }
.membership-wrapper ul.membership-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .membership-wrapper ul.membership-list .membership-item {
    border-bottom: 1px solid #808080; }
  .membership-wrapper ul.membership-list .mailto {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    /*margin-bottom: 20px;*/
    border: 1px solid #000000;
    color: #000000;
    text-decoration: none;
    padding: 8px 21px;
    letter-spacing: 2px;
    display: inline-block;
    clear: both;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease; }
    .membership-wrapper ul.membership-list .mailto:hover {
      background-color: #000000;
      color: #ffffff; }

/*--------------------------
# PRODUCTIONS
--------------------------*/
.production-single-wrap .production-imgs {
  width: 30%;
  float: left;
  display: block;
  clear: none;
  padding-right: 20px; }
  .production-single-wrap .production-imgs img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px; }
.production-single-wrap .production-content {
  width: 70%;
  float: left;
  display: block;
  clear: none; }
  .production-single-wrap .production-content .entry-title {
    margin: 0; }
  .production-single-wrap .production-content h3.production-intro {
    margin-top: 0; }
  .production-single-wrap .production-content .production-details {
    margin-bottom: 20px; }
    .production-single-wrap .production-content .production-details .production-list {
      list-style-type: none;
      margin: 0;
      padding: 0;
      width: 100%;
      text-align: left;
      display: flex; }
      .production-single-wrap .production-content .production-details .production-list li {
        width: 25%;
        padding: 20px 20px 20px 50px;
        border: 1px solid #808080;
        border-right: 0;
        display: block;
        line-height: 1.2em;
        font-family: "Roboto", sans-serif !important; }
        .production-single-wrap .production-content .production-details .production-list li h4 {
          margin: 0;
          margin-bottom: 3px;
          font-size: 17px; }
        .production-single-wrap .production-content .production-details .production-list li .detail-icon {
          display: inline-block;
          float: left;
          width: 45px; }
          .production-single-wrap .production-content .production-details .production-list li .detail-icon img {
            display: inline-block;
            vertical-align: middle;
            width: 100%;
            height: auto; }
        .production-single-wrap .production-content .production-details .production-list li .detail-content {
          /*background-color: orange;*/
          float: left;
          padding-left: 10px; }
          .production-single-wrap .production-content .production-details .production-list li .detail-content p {
            margin: 0; }
      .production-single-wrap .production-content .production-details .production-list li:last-child {
        border-right: 1px solid #808080; }
      .production-single-wrap .production-content .production-details .production-list li.production-item {
        background-position: 7px 10px;
        background-size: 45px;
        background-repeat: no-repeat;
        background-image: url("../imgs/details-tickets.jpg"); }
      .production-single-wrap .production-content .production-details .production-list li.production-item.details-ticket {
        background-image: url("../imgs/details-tickets.jpg"); }
      .production-single-wrap .production-content .production-details .production-list li.production-item.details-calendar {
        background-image: url("../imgs/details-calendar.jpg"); }
      .production-single-wrap .production-content .production-details .production-list li.production-item.details-location {
        background-image: url("../imgs/details-location.jpg"); }
      .production-single-wrap .production-content .production-details .production-list li.production-item.details-clock {
        background-image: url("../imgs/details-clock.jpg"); }
  .production-single-wrap .production-content .production-content-left, .production-single-wrap .production-content .production-content-right {
    width: 50%;
    float: left;
    clear: none; }
  .production-single-wrap .production-content .production-content-left {
    padding-right: 15px; }
    .production-single-wrap .production-content .production-content-left p:first-of-type {
      margin-top: 0; }
  .production-single-wrap .production-content .production-content-right {
    padding-left: 15px; }
    .production-single-wrap .production-content .production-content-right h3 {
      margin-bottom: 0; }
.production-single-wrap .prod-tag {
  color: #000000;
  text-transform: uppercase;
  background-color: #e5e5e5;
  text-decoration: none;
  display: inline-block;
  padding: 10px 30px;
  font-weight: 400;
  letter-spacing: 1px; }
  .production-single-wrap .prod-tag:hover {
    background-color: grey; }

@media screen and (max-width: 768px) {
  .production-single-wrap .production-imgs {
    display: none; }
  .production-single-wrap .production-content {
    width: 100%;
    float: none;
    display: block;
    clear: both; }
    .production-single-wrap .production-content .production-details {
      margin-bottom: 20px; }
      .production-single-wrap .production-content .production-details .production-list {
        flex-wrap: wrap;
        border: 1px solid #808080; }
        .production-single-wrap .production-content .production-details .production-list li {
          width: 50%;
          border: 0 !important; }
    .production-single-wrap .production-content .production-content-left, .production-single-wrap .production-content .production-content-right {
      width: 100%;
      float: none;
      clear: both; }
    .production-single-wrap .production-content .production-content-left {
      padding-right: 0; }
      .production-single-wrap .production-content .production-content-left p:first-of-type {
        margin-top: 15px; }
    .production-single-wrap .production-content .production-content-right {
      padding-left: 0; } }
/*--------------------------
# ARCHIVE
--------------------------*/
body.archive .site-content .article-wrap, body.blog .site-content .article-wrap {
  display: flex;
  flex-wrap: wrap; }
  body.archive .site-content .article-wrap article, body.blog .site-content .article-wrap article {
    width: 33.3%;
    /*background-color: grey;*/
    display: inline-block;
    padding-right: 15px; }
    body.archive .site-content .article-wrap article .article-feature, body.blog .site-content .article-wrap article .article-feature {
      width: 100%;
      height: 250px;
      margin-bottom: 10px;
      background-size: cover;
      background-position: center; }
    body.archive .site-content .article-wrap article .article-cat, body.blog .site-content .article-wrap article .article-cat {
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 14px; }
      body.archive .site-content .article-wrap article .article-cat a, body.blog .site-content .article-wrap article .article-cat a {
        text-decoration: none;
        color: #000000; }
        body.archive .site-content .article-wrap article .article-cat a:hover, body.blog .site-content .article-wrap article .article-cat a:hover {
          text-decoration: underline; }
    body.archive .site-content .article-wrap article .entry-title, body.blog .site-content .article-wrap article .entry-title {
      font-family: 'Raleway', sans-serif;
      line-height: 1em;
      margin-top: 0; }
      body.archive .site-content .article-wrap article .entry-title a, body.blog .site-content .article-wrap article .entry-title a {
        color: #000000;
        text-decoration: none;
        font-size: 18px; }
        body.archive .site-content .article-wrap article .entry-title a:hover, body.blog .site-content .article-wrap article .entry-title a:hover {
          text-decoration: underline; }

@media screen and (max-width: 750px) {
  body.archive .site-content .article-wrap article, body.blog .site-content .article-wrap article {
    width: 50%;
    padding-right: 15px; }
    body.archive .site-content .article-wrap article .article-feature, body.blog .site-content .article-wrap article .article-feature {
      height: 250px; }
    body.archive .site-content .article-wrap article .article-cat, body.blog .site-content .article-wrap article .article-cat {
      font-size: 12px; } }
@media screen and (max-width: 550px) {
  body.archive .site-content .article-wrap article, body.blog .site-content .article-wrap article {
    width: 100%;
    padding-right: 0; } }
/*FACILITIES*/
body.archive .site-content .article-wrap.facilities article {
  width: 100%; }
  body.archive .site-content .article-wrap.facilities article .article-feature {
    position: relative; }
    body.archive .site-content .article-wrap.facilities article .article-feature .article-overlay-title {
      position: absolute;
      bottom: 20px;
      left: 20px;
      margin: 0;
      color: #ffffff; }
      body.archive .site-content .article-wrap.facilities article .article-feature .article-overlay-title h1 {
        font-size: 22px;
        letter-spacing: 2px;
        font-weight: 100; }
      body.archive .site-content .article-wrap.facilities article .article-feature .article-overlay-title .seat-count {
        color: #888888;
        font-family: 'Raleway', sans-serif;
        font-size: 14px;
        line-height: 1em;
        letter-spacing: 1px; }

@media screen and (max-width: 900px) {
  body.archive .site-content .article-wrap article {
    width: 50%;
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px; }
    body.archive .site-content .article-wrap article .article-feature {
      height: 250px; } }
@media screen and (max-width: 550px) {
  body.archive .site-content .article-wrap article {
    width: 100%;
    display: block;
    padding-right: 0;
    padding-left: 0; }
    body.archive .site-content .article-wrap article .article-feature {
      height: 250px; } }
/*--------------------------
# FIND A SHOW
--------------------------*/
.searchandfilter {
  text-transform: uppercase !important; }
  .searchandfilter ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%; }
    .searchandfilter ul li {
      width: 30%; }
      .searchandfilter ul li select {
        width: 100%;
        border-radius: 0;
        border: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 10px 15px;
        font-family: 'Raleway', sans-serif; }
        .searchandfilter ul li select option {
          padding: 10px; }
      .searchandfilter ul li input {
        padding: 10px; }
    .searchandfilter ul li:nth-child(3) {
      margin-top: 20px;
      display: block;
      width: 100%;
      text-align: center; }
      .searchandfilter ul li:nth-child(3) input[type="submit"] {
        background-color: #000000;
        color: #ffffff;
        border: 0;
        border-radius: 0;
        padding: 20px 60px;
        font-size: 15px;
        font-weight: 100;
        text-transform: uppercase;
        letter-spacing: 2px; }
        .searchandfilter ul li:nth-child(3) input[type="submit"]:hover {
          background-color: #808080; }
  .searchandfilter input[name="ofsearch"] {
    display: block;
    width: 100%; }

/*--------------------------
# SINGLE
--------------------------*/
body.single .entry-header .entry-title {
  margin-top: 0;
  margin-bottom: 5px; }
body.single .entry-content {
  margin-top: 0; }

@media screen and (max-width: 750px) {
  body.single .entry-header .entry-title {
    font-size: 24px; } }
/*--------------------------
# DOWNLOADS
--------------------------*/
.downloads-list {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 14px; }
  .downloads-list a {
    text-decoration: none; }
  .downloads-list li {
    width: 100%;
    background-color: #f2f2f2;
    font-family: "Raleway", sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: 1px;
    display: flex; }
    .downloads-list li .download-left {
      width: 81%;
      float: left;
      padding: 20px 15px;
      color: #000000 !important; }
      .downloads-list li .download-left .download-col {
        display: inline-block;
        float: left;
        padding-right: 15px;
        overflow: hidden; }
      .downloads-list li .download-left .col-1, .downloads-list li .download-left .col-2 {
        width: 32%; }
      .downloads-list li .download-left .col-3 {
        width: 20%; }
      .downloads-list li .download-left .col-3a, .downloads-list li .download-left .col-3b {
        width: 18%; }
    .downloads-list li .download-right {
      width: 19%;
      float: left;
      background-color: #000000;
      padding: 20px;
      text-align: center;
      overflow: hidden; }
      .downloads-list li .download-right .dl-icon {
        width: 23px;
        height: 24px;
        display: block;
        margin: 0 auto; }
    .downloads-list li:hover .download-left {
      color: #ffffff !important;
      background-color: #000000; }
    .downloads-list li:hover .download-right {
      background-color: #333333; }
  .downloads-list .dl-link:nth-child(even) li {
    background-color: #f8f8f8; }
  .downloads-list .download-header {
    border: 1px solid grey; }
    .downloads-list .download-header .download-right, .downloads-list .download-header .download-left {
      background-color: #ffffff !important;
      color: #000000 !important; }
    .downloads-list .download-header:hover .download-left {
      color: #000000 !important; }

@media screen and (max-width: 768px) {
  .downloads-list li {
    overflow: hidden;
    font-size: 12px; }
    .downloads-list li .download-left {
      width: 80%; }
    .downloads-list li .download-right {
      width: 20%; } }
.downloads-tenders-wrapper {
  /*font-size: 12px;*/ }

/*--------------------------
# 404
--------------------------*/
/*--------------------------
# TEMPLATES
--------------------------*/
/*--------------------------------------------------------------
# THE EVENTS CALENDAR
--------------------------------------------------------------*/
/*HIDDEN*/
.tribe-events-cal-links, .tribe-events-event-meta, .tribe-events-ical {
  display: none !important; }

#tribe-events-bar {
  margin-top: 25px; }

#tribe-events-pg-template, .tribe-events-pg-template {
  max-width: 1235px; }

#tribe-events-content.tribe-events-list {
  margin-bottom: 0; }

.tribe-events-page-title {
  text-transform: uppercase; }

.tribe-events-notices {
  border: 0;
  border-radius: 0;
  background: #e5e5e5;
  text-shadow: 0;
  color: #000000;
  font-family: 'Roboto', sans-serif; }

/*--------------------------
# SINGLE
--------------------------*/
body.single-tribe_events .tribe-events-event-image {
  display: none; }
body.single-tribe_events .events-mainpage-feature {
  display: none; }
body.single-tribe_events .discl {
  padding-top: 20px;
  border-top: 1px solid #808080;
  font-size: 12px; }
  body.single-tribe_events .discl * {
    color: #808080; }

/*--------------------------
# EVENT ARCHIVE
--------------------------*/
.post-type-archive-tribe_events .tribe-events-event-image {
  overflow: hidden; }
  .post-type-archive-tribe_events .tribe-events-event-image a {
    display: block;
    width: 100%;
    height: 230px; }
    .post-type-archive-tribe_events .tribe-events-event-image a img {
      /*display: none;*/
      width: 100%;
      height: auto; }
.post-type-archive-tribe_events .tribe-event-url {
  color: #000000; }
.post-type-archive-tribe_events .tribe-events-read-more {
  display: inline-block;
  /*margin-top: 15px;*/
  background-color: #000000;
  font-weight: 100;
  color: #ffffff !important;
  font-family: "Raleway", sans-serif !important;
  padding: 15px 30px;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  .post-type-archive-tribe_events .tribe-events-read-more:hover {
    background-color: #808080; }

@media screen and (max-width: 600px) {
  .post-type-archive-tribe_events .tribe-events-event-image {
    width: 100% !important;
    margin: 20px 0 !important; }
    .post-type-archive-tribe_events .tribe-events-event-image a {
      height: auto; }
      .post-type-archive-tribe_events .tribe-events-event-image a img {
        display: block; } }
/*--------------------------------------------------------------
# SIMPLE SHARING
--------------------------------------------------------------*/
body.page-template-template-page-2col .ssba {
  display: none; }

.ssba {
  font-size: 16px !important;
  color: #858585;
  margin-top: 20px; }
  .ssba .ssba-img {
    margin-top: 5px; }

/*# sourceMappingURL=artscape.css.map */
