h1, h2 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

/* Site */

#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -52px;
}

.content {
  border-top: 1px solid;
  margin: 0;
  padding: 30px;
}

#top-wrap {
  border-bottom: 1px solid;
}

#above_content, #below_content {
  margin: 0 auto;
  max-width:1000px;
}

.main {
  margin: 0 auto;
  max-width: 1000px;
}

#hm-lf {
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding-right: 20px;
  width: 70%;
}

#hm-rt {
  float:left;
  width:30%;
  padding-left:20px;
  box-sizing: border-box;
}

#hm-lf-default {
  margin-bottom: 20px;
}

.push {
  height:52px;
}

/*Boxes*/

.boxc {
  margin-bottom:40px;
}

/*Header*/

.slidewrap {
  max-height: 700px;
  position: relative;
  width: 100%;
  z-index: 1;
  overflow:hidden;
  margin:0 !important;
}

#slider{
  position:absolute;
  height:100%;
  width:100%;
}

#header-socials {
  padding: 10px 0;
  text-align: center;
}

#header-socials .powered {
  display: none;
}

#header-socials .footer_icon {
  display: inline-block;
  float: none;
  margin: 3px;
}

#header-socials img {
 max-width:25px;
}

/* Band Logo */

#mobile_logo {
  display:none;
}

#desk_logo {
  text-align: center;
}

.band-logo-wrapper {
  padding: 10px;
}

.band-logo-wrapper img {
  max-height:125px;
}

a.band-logo {
  opacity: 1;
}

/* Nav */

.navigation-bar {
  margin: 0 auto;
  text-align: center;
  max-width: 1000px;
}

#nav a {
  display: inline-block;
  margin: 10px;
  padding: 0;
}

.menu_nav_toggle.active {
  background-color: #ffffff;
  color: #000000;
  transition: all 0.4ms linear 0ms;
}

.menu_nav_toggle {
  text-align:center;
  padding:8px 0;
  display:none;
}

#menu_nav_mobile {
  display: none;
}

/* footer */

#footer {
  padding:5px 30px;
  width:100%;
  margin:0 auto;
  text-align:center;
  border-top: 1px solid;
}

#footer img {
  max-height: 25px;
}

#footer-inner {
  margin:0 auto;
  max-width:1000px;
  position:relative;
}

#footer-inner a {
  border:0 none;
  display:inline-block;
  padding: 8px;
}

.footer_icon {
  float:left;
}

#mcn {
  float:right;
}

/* Responsive Design */

/* Mobile */
@media screen and (max-width:840px){

/*General Styles */

.content {
  padding: 15px;
}

#hm-lf, #hm-rt {
  float: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

td {
  width: 100%;
  display:block;
}

/*Nav*/

#header-socials {
  display:none;
}

#menu_nav {
  display:none;
}

.menu_nav_toggle {
  cursor: pointer;
  display: block;
  text-align: center;
  z-index: 5;
  margin: 0;
  padding: 7px 0;
}

#menu_nav_mobile .navigation-link {
  clear: both;
  display: block;
  padding: 8px 0;
  text-align: center;
  width: 100%;
}

#menu_nav_mobile {
  display:none;
}

/*Footer*/
.push {
  height:9em;
}

#footer {
  padding: 10px 0;
}

#footer-inner{
  width:100%
}

#footer-inner a{
  float:none;
}

#mcn img {
  height: 20px;
}

}

.page-epk .tab a
{
background-color: #9cbbbf;
    border-radius: 5px 5px 0 0;
    border-top: 5px solid #9cbbbf;
    box-shadow: 0 -2px 2px -2px #000 inset;
    color: #fff;
    display: inline-table;
    font-family: "open sans",sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px 10px;
    text-decoration: none; }
