body > header {
  min-height: 132px;
}
header nav.navbar {
  margin-bottom: 0;
  min-height: 132px;
}
header nav.navbar {
  margin-bottom: 0;
  padding-top: 39px;
  padding-bottom: 39px;
}
header nav.navbar .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
/*header nav.navbar ul li.dropdown:hover ul.dropdown-menu {
    display: block; 
}*/
header nav.navbar ul li .btn-link {
  position: absolute;
  right: 0;
  top: 5px;
  margin: 8px -5px;
}
header nav.navbar ul li .btn:focus,
header nav.navbar ul li .btn:active:focus,
header nav.navbar ul li .btn.active:focus,
header nav.navbar ul li .btn.focus,
header nav.navbar ul li .btn:active.focus,
header nav.navbar ul li .btn.active.focus {
  outline: none;
}
.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}
.dropdown-menu > li > a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.hero-band {
  height: 200px;
  position: relative;
  background-size: cover;
  background-position: center;
}
.hero {
  min-height: 465px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.hero-mini {
  min-height: 292px;
  height: 292px;
  position: absolute;
  top: -100px;
  bottom: 0;
  left: 15px;
  right: 15px;
}
.hero-mini-wrap {
  position: relative;
  height: 192px;
}
.hero .overlay,
.hero-band .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*background-image: linear-gradient(to bottom right, rgba(217,31,73,0.9), rgba(145,53,112,0.9));*/
  /*background-image: linear-gradient(to bottom right, rgba(193, 39, 45, 0.4), rgba(193, 39, 45 ,0.9));*/
  /*background-image: linear-gradient(to bottom right, rgba(153, 153, 153, 0.4), rgba(153, 153, 153,0.9));*/
  /*background-color: rgba(193, 39, 45, 0.5);*/
}
.hero .overlay {
  background-color: transparent;
}
.hero-band .overlay {
  background-color: transparent;
}
.hero-video-wrap {
  overflow-y: hidden;
  height: 525px;
}
.hero-video-wrap iframe {
  margin-top: -80px;
}
.hero-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 20px 150px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: white;
  /*text-shadow: 0 0 10px rgba(0,0,0,0.8);*/
}
.hero-content a,
.link-button {
  color: white;
  background-color: #C1272D;
  padding: 20px 25px;
  border: none;
  /*box-shadow: 0 0 10px rgba(0,0,0,0.8);*/
  letter-spacing: 0px;
  font-size: 14px;
}
.link-button {
  display: inline-block;
  margin: 20px 0;
}
.hero-content h1 {
  font-family: Quarion-Book, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 60px;
  font-weight: bold;
}
.content {
  max-width: 750px;
}
.content p:last-child {
  margin-bottom: 33px;
}
#page {
  margin-top: 20px;
}
body > footer {
  background-color: #eeeeee;
  padding: 25px 0;
  margin: 25px 0 0;
}
.footer-item.social-icons ul li {
  list-style: none;
  float: right;
  font-size: 41px;
  padding: 6px 12px;
}
/* Calendar */
div#calendar {
  margin: 25px 0;
}
.fc-event {
  border-color: #999;
  background-color: #bbb;
}
.fc-event-dot {
  background-color: #ccc;
}
.fc-unthemed .fc-content {
  background-color: #ccc;
  border-radius: 3px;
  padding: 2px 5px;
  font-weight: normal;
  text-overflow: ellipsis;
  color: black;
}
.fc-unthemed .fc-content * {
  font-weight: normal;
  color: #333;
}
.fc-scroller {
  height: auto !important;
  overflow-y: auto !important;
}
ul.recurring-times-list {
  list-style: none;
  padding-left: 0;
}
/* Post */
.post {
  margin-bottom: 10px;
}
.post > header span {
  font-style: italic;
  font-size: 13px;
}
.category-blog .media {
  float: left;
  margin-right: 1em;
  max-width: 200px;
}
.post > header {
  margin-bottom: 20px;
}
.post > footer {
  clear: both;
  margin-top: 30px;
  position: relative;
}
.post > footer hr {
  position: absolute;
  top: 14px;
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  border: 0;
  margin: 0;
}
.post > footer > div {
  font-size: 14px;
  font-style: italic;
  position: relative;
  padding-right: 30px;
  z-index: 3;
  display: inline-block;
  background-color: #fff;
}
.post > footer > div.post-tags {
  float: right;
  padding: 2px 0 0 30px;
}
/* Post Tiles */
.post-tile {
  margin-bottom: 20px;
}
.post-tile a:link {
  display: block;
}
.post-tile .caption {
  font-style: italic;
  font-size: 13px;
}
.post-tile .tile-image {
  position: relative;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  margin-bottom: 10px;
}
.post-tile .tile-image .overlay {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  background-color: rgba(193, 39, 45, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.post-tile .tile-image span {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  margin: -20px;
}
.post-tile:hover .tile-image .overlay,
.post-tile:hover .tile-image span {
  opacity: 1;
}
.media-play-wrap {
  width: 270px;
  margin: 20px auto;
}
.media-play-wrap a:hover,
.media-play-wrap a:visited,
.media-play-wrap a:link {
  text-decoration: none;
}
.media-play-wrap a * {
  text-align: center;
  display: block;
}
/* Contact Form Styles */
form .masked {
  display: none;
}
form .error {
  color: #C1272D;
}
@media (max-width: 480px) {
  #calendar {
    margin: 10px 0 0;
  }
  .fc-toolbar .fc-left,
  .fc-toolbar .fc-center,
  .fc-toolbar .fc-right {
    margin: 5px auto;
    text-align: center;
    display: inline-block;
    float: none;
  }
  .post > footer div {
    padding-left: 0;
    padding-right: 0;
  }
  .post > footer hr {
    display: none;
  }
  div[id^="TerratypeGoogleMapsV3"] {
    height: 240px !important;
  }
}
@media (min-width: 768px) {
  header nav.navbar ul li .btn-link {
    border: none;
  }
}
@media (max-width: 767px) {
  body > header {
    min-height: 96px;
  }
  header nav.navbar {
    min-height: 96px;
  }
  header nav.navbar {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  header nav.navbar .dropdown:hover .dropdown-menu {
    /*display: none !important;*/
  }
  header nav.navbar .caret {
    /*display: none;*/
  }
  header nav.navbar li:hover:not(.open) > ul.dropdown-menu {
    display: none;
  }
  header nav.navbar ul li .btn-link {
    position: absolute;
    right: 0;
    top: 0;
    margin: 8px 15px;
    padding: 0 10px;
    border: 1px solid black;
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  header nav.navbar ul .dropdown-menu li .btn-link {
    margin-top: 1px;
  }
  header nav.navbar ul li .btn-link[aria-expanded=true] {
    background-color: black;
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
  }
  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    background-color: transparent;
    border-color: transparent;
  }
  .navbar-nav .dropdown-submenu.open .dropdown-menu > li > a,
  .navbar-nav .dropdown-submenu.open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 50px;
  }
  .hero {
    min-height: 130px;
  }
  .hero-band {
    height: 100px;
  }
  .hero-mini {
    height: 130px;
    top: -70px;
  }
  .hero-mini-wrap {
    height: 60px;
  }
  .hero-content {
    width: 100%;
    padding-bottom: 40px;
  }
  .hero-content h1 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .hero-content a {
    font-size: 10px;
    padding: 15px;
  }
  body > footer {
    text-align: center;
  }
  body > footer .logo img {
    width: 150px;
  }
  .footer-item.social-icons {
    display: inline-block;
  }
  .footer-item.social-icons ul {
    padding-left: 0;
  }
}

/* JPLAYER OVERRIDES */

/*.jp-current-time {
    padding: 5px 0 0 22px;
}

.jp-duration {
    padding: 5px 18px 0 0;
}*/

.jp-controls-holder {
    width:100%;
}

.jp-audio, .jp-audio-stream, .jp-video {
    border-color:#C1272D;
}

@media (max-width:480px)
{
    #jp_container_1 {
        width: calc(100% - 2px);
    }
    .jp-audio .jp-type-single .jp-progress {
        width: calc(100% - 235px);
    }
    .jp-volume-controls {
        left: calc(100% - 105px)
    }
    .jp-stop {
      padding:14px;
    }

    .jp-state-no-volume .jp-type-single .jp-progress {
        width: calc(100% - 135px);
    }
    .jp-audio .jp-controls {
      width:auto;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
  .post-tile:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 992px) {
  .post-tile:nth-child(4n+1) {
    clear: left;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .region-list .post-tile:nth-child(2n+1) {
    clear:initial;
  }
}
@media (min-width: 992px) {
  .region-list .post-tile:nth-child(3n+1) {
    /*clear:initial;*/
  }
}
@media (max-width: 992px) {
  .contact address:first-child {
    margin-top: 20px;
  }
}
