body {
  background-color: rgba(25,21,22,1);
  font-size: 16px;
}
hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(229, 169, 46, 0), rgba(229, 169, 46, 0.75), rgba(229, 169, 46, 0));
    max-width: 800px;
  }
.arrow { 
  display: none;
}
.no-break {
  white-space: nowrap;
}
#header h4 {
  line-height: 1.2em;
}
.pc-logo {
  width: 240px;
  padding-bottom: 10px;
}
#site-container {
  background-color: rgba(25,21,22,1);
  max-width: 800px;
  margin: auto;
  padding: 100px 20px;
}
#site-container-interior{
  background-color: rgba(25,21,22,1);
  max-width: 800px;
  margin: auto;
  padding: 50px 20px;
}
#header {
  color: #fff;
  text-align: center;
  height: 100%;
  text-shadow: 2px 2px 2px rgba(0,0,0,.75);
  position: relative;
  width: 100%;
  z-index: 0;
}
#header a {
  text-shadow:none;
  font-weight: bold;
}
#header h1 {
  margin-bottom: -10px;
  font-weight: 800;
}
#nav {
  background-color: #231f20;
  text-align: left;
  width: 100%;
}
#branding {
  background-color: rgba(25,21,22,.98);
  text-align: left;
  width: 100%;
  padding: 23px 0 20px 0;
  position: relative;
  z-index: 9999;
}
#branding ul, #branding li {
  list-style-type: none;
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  float: right;
  font-weight: bold;
  font-size: .9em;
  color: #e5d7bd;
  text-transform: uppercase;
}
#branding ul {
  padding-top: 3px;
}
#branding li {
  margin-right: 15px;
  padding-top: 12px;
  border-bottom: 0 solid #cd9c43;
}
#branding li:hover {
  border-bottom: 3px solid #cd9c43;
  transition-duration: 0.15s;
  transition-property: all;
}
.active {
  border-bottom: 3px solid #cd9c43 !important;
}
#branding ul:first-of-type li {
  margin: 0 0 0 15px;
  padding: 0;
}
#branding .button {
  margin: 0;
}
#branding .logo {
  float: left;
  height: 40px;
  margin:5px 0;
}
#nav ul, #nav li {
  list-style-type: none;
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 5px 0;
  float: right;
  font-weight: bold;
  font-size: .9em;
  color: #e5d7bd;
}
#nav .logo {
  float: left;
  margin: 10px 0 7px 0;
  height:20px;
}
.tagline {
  background-color: #cd9c43;
  padding: 5px;
  font-family: 'Roboto Condensed';
  font-size: 1.25rem;
}
#features {
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 0;
  background-color: rgba(25,21,22,.82);
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  padding: 30px 0 14px 0;
}
h5 {
  color: #cd9c43;
  text-transform: uppercase;
  font-weight: lighter !important;
  letter-spacing: 2px;
  text-align: center;
  margin: 10px 0 5px 0;
  line-height: .9em;
}
h6 {
  color: #cd9c43;
  text-transform: uppercase;
  font-weight: lighter !important;
  text-align: center;
  font-size: .8em;
  margin-top: -3px; 
}
h2 {
  margin: 0;
  color: #cd9c43;
  text-align: center;
}
#features div {
  border-right: 1px solid #101010;
  padding: 0 10px;
}
#features div:last-of-type {
  border-right: none;
}
#features p {
  font-size: .8em;
  color: #e5d7bd;
  margin: 0 auto 16px auto;
  line-height: 1em;
}
#game-plans {
  width:100%;
  font-size: 90%;
}
#game-plans td {
  text-align: center;
  border-right:1px solid #fafafa;
  padding: 20px 15px;
}
#game-plans td:last-child {
  border-right:1px solid #f2f2f2;
}
#game-plans td:first-child {
  text-align: left;
}
.team-logo {
  height: 50px;
  margin: auto;
}
.headline {
  padding: 0;
  position:relative !important
}
.headline h2 {
    font-weight: bold;
    text-align: left;
    color: #fff;
    line-height: 1.1em;
    font-size: 5vw;
}
.icon-row {
  background-color: #cd9c43;
  width: 100%;
  text-align: center;
  height: 6px;
  overflow: visible;
  z-index: 999;
}
.feature-icon {
  margin-top: -25px;
  height: 50px;
  position: relative;
  z-index: 999;
}
.feature-img {
  padding: 10px;
  background-color: #fff;
}
#membership {
  color: #e5d7bd;
  text-align: center;
}
#membership p {
  font-size: 1.2em;
  margin: 16px auto;
}
#membership h2 {
  text-transform: uppercase;
}
.membership-feature {
  padding: 10px 0 0 0;
  text-align: center;
  line-height: 1.2em;
  color: #B5121B;
  font-size: 120%;
  font-family: 'Roboto Condensed';
}
.membership-feature-list {
  text-align: left;
  padding-top: 10px
}
.membership-feature-list ul {
  margin: 0;
}
.membership-feature-list ul li {
  padding-bottom: 20px;
  line-height: 1.2em;
  list-style: none;
}
.more-features {
  color:#666;
  text-align: center;
  font-size: 90%;
}
.feature {
  height: 24px;
  padding: 0 10px 0 0;
  float: left;
}
.interior {
  height: 500px !important;
}
.gallery-caption {
  font-size: 90%;
  line-height: 1.2em;
  color: #666;
  padding-top: 10px;
  text-align: center;
}
.icon {
  width: 24px;
  display: inline-block;
  margin: auto;
  margin-bottom: 10px;
}
.testimony {
  color: #B5121B;
  letter-spacing: .3px;
}
.button {
  background: #cd9c43;
  display: inline-block;
  margin: 20px 0 0 0;
  padding: 15px 30px;
  text-decoration: none;
  font-size: 1.2em;
  text-transform: uppercase;
  color: rgba(25,21,22,1);
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.3)
}
.button:hover {
  background: #e5d7bd;
  color: rgba(25,21,22,1);
  transition-duration: 0.1s;
  transition-property: all;
  transform: scale(1.1);
}
.banner1 {
  background-image:url("../img/banner1.jpg");
  background-size: cover;
  background-position: left;
}
.banner2 {
  background-image:url("http://marqueebostonbusiness.com/wp-content/uploads/2016/06/4C1A0777-e1466025417954.jpg");
  background-size: cover;
  background-position: bottom;
}
.banner3 {
  background-image:url("http://marqueebostonbusiness.com/wp-content/uploads/2016/06/DSC_4883_4_5_6_7_fused-e1466027518432.jpg");
  background-size: cover;
  background-position: bottom;
}
.banner4 {
  background-image:url("../img/banner4.jpg");
  background-size: cover;
  background-position: center;
}
.banner5 {
  background-image:url("../img/banner5.jpg");
  background-size: cover;
  background-position: center;
}
.banner6 {
  background-image:url("../img/banner6.jpg");
  background-size: cover;
  background-position: center;
}
.banner7 {
  background-image:url("../img/banner7.jpg");
  background-size: cover;
  background-position: bottom;
}
#footer {
  background-color: #231f20;
  text-align: center;
  width: 100%;
  padding: 20px;
  color: #fff;
  font-size: 90%;
}
#footer a {
  font-weight: bold;
  text-decoration: underline;
}
.acFormWrapper {
  margin: auto;
  width: 554px;
  height: 380px;
}
.slideshow {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 0;
  height: 100%;
  max-width: 100%;
}
.slideshow p {
  padding: 0 !important; 
}
figure {
  position: absolute;
  opacity: 0;
  margin:0;
  height: 100%;
  padding-top: 5em;
}
figure span {
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-75%);
  width: 100%;
}
figure:nth-child(odd) span h2 {
  margin-right: 8.5% !important;
  text-align: right;
}
figure:nth-child(even) span h2 {
  margin-left: 8.5% !important;
  text-align: left;
}
figure.show {
  opacity: 1;
  position: static;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.hide {
  visibility: hidden;
}
.nextImg, .prevImg{
  color: rgba(25,21,22,1);
  position: absolute;
  background: #cd9c43;
  top: 40%;
  z-index: 1;
  font-size: 1em;
  margin-top: -.75em;
  text-shadow: none;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.3)
}
.nextImg:hover, .prevImg:hover{
  cursor: pointer;
  background: #e5d7bd;
  transition-duration: 0.1s;
  transition-property: all;
  transform: scale(1.3);
}
.nextImg{
  right: 0;
  padding: 12px 10px 12px 12px;
  border-radius: 3px 0 0 3px;
}
.prevImg{
  left: 0;
  padding: 12px 12px 12px 10px;
  border-radius: 0 3px 3px 0;
}

@media screen and (max-width: 1024px) {
  #features {
    position: relative;
    background-color: #231f20;
    display: block;
  }
  #site-container {
    margin-top: 168px;
    padding: 50px 20px;
  }
  figure span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  .headline h2 {
    margin-bottom: 50px;
  }
  .banner1 {
    background-position: left;
  }
  #header {
    height: 500px;
  }
  #branding ul:last-of-type {
    display: block;
    width: 100%;
    background: #231f20;
    position: absolute;
    left: 0;
    bottom: -32px;
    padding: 0 0 0 15px;
    display: none;
  }
}
@media screen and (max-width: 640px) {

  #site-container {
    margin-top: 280px;
    padding: 20px;
  }
  .interior {
    height: 300px !important;
  }
  #features {
    padding: 0;
  }
  #features div {
    padding-top: 20px;
    border-bottom: 1px solid #101010;
    min-height: 140px
  }
  #header .button {
    padding: 10px 20px;
  }
  #nav ul li {
    font-size: .6em;
    padding-top: 7px;
  }
  #branding .logo {
    height: 24px;
    margin-top: 8px;
  }
  .headline h2 {
    font-size: 1.45em;
    margin-bottom: 50px;
  }
  .headline .button {
    font-size: .6em;
    margin-top: 10px;
  }
  #membership p {
    font-size: .85em;
  }
  figure:nth-child(odd) span h2 {
    margin-right: 15% !important;
  }
  figure:nth-child(even) span h2 {
    margin-left: 15% !important;
  }
  #branding ul:last-of-type li {
    font-size: .6em;
  }
  #branding .button {
    margin: 0;
    font-size: .8em;
  }
  #footer {
    font-size: .8em;
  }
}