/*
black: #000000
Orange: #eb6e1f
Blue: #07a0d2
DK Grey: #3d3c3c
Lt Grey: #9c9b9a
*/

/* =============================================================================
  Global
============================================================================= */

html {
  position: relative;
  min-height: 100%;
  height: auto;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 75px;
  height: auto;
  background: #000;
  color: #fff;
}

h1 {
  font-size: 3.125rem;
  font-weight: bold;
  color: #fff;
}

h2 {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 0;
  color: #fff;
}

h3 {
  font-size: 1.25rem;
  color: #fff;
}

/*h4 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #eb6e1f;
}*/

h5 {
  font-size: 1rem;
  color: #fff;
}

p, a {color: #fff;}

p.small {
  font-size: 0.75rem
}
a.phone {
  text-decoration: none;
  color: #fff;
}

.button {
  padding: 0.5em 1em;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}

.button.secondary {
  border: none;
  background-color: #07a0d2;
}

.bkgVideo-content h1, #tourBlock h1, .hire h1, #ad.block li.orbit-slide h2, #tour h2, #frenchLicks h2, .page-title h2, #tourBlock h2, .bkgVideo-content h1, #ad.block li.orbit-slide h2, .social-media, .top-bar ul li a, #tourBlock h2, .galleryNav h2 {
  text-transform: uppercase;
}

#tour h1, .backgroundOverlay h1, .page-head h1, .page-title h2, .backgroundOverlay h2, #bash h3, a:hover, .right-column a, .alert a, #tour .events h2 {
  font-weight: normal;
  color: #07a0d2;
}

.page-title h2 span, .page-head h2, .backgroundOverlay h2, .carver-grid .page-title h2, #ad.block li.orbit-slide h2, #bashBanner h2 {
  color: #eb6e1f;
}

.social-media input, .ctct-form-errorMessage, .social-media ul li, footer {
  font-size: 0.75rem;
}

.alert {
  padding: 1rem;
  background-color: #3d3c3c;
  margin: 3rem auto;
}

.alert .button {
  margin-bottom: 0;
}


/* =============================================================================
  Header
============================================================================= */
.social-media {
  padding: 0.625rem;
  color: #fff;
  background-color: #3d3c3c;
}

.social-media label, .social-media input {
  display: inline;
  width: auto;
  margin: 0 0.625rem 0 0;
  color: #fff;
}
  .social-media input {
    height: 1.5625rem;
    color: #000;
  }

.social-media p {
  margin-bottom: 0;
}

.social-media button.button {
  height: 1.5625rem;
  margin-bottom: 0;
  padding: 0 1rem;
}

.ctct-form-errorMessage {
  text-transform: none;
  color: #eb6e1f;
}

.social-media ul {
  display: inline;
  float: right;
  margin-bottom: 0
}
  .social-media ul li {
    display: block;
    float: left;
    height: 1.25rem;
    margin: 0.3125rem 0.3125rem 0 0.3125rem;
  }
  .social-media ul li:first-child {
    width: auto;
    padding-top: 0.1875rem;
  }
  .social-media ul li a {
    display: block;
  }

.header, .top-bar, .top-bar ul {
  background-color: #000;
}

.top-bar, .title-bar {
  padding: 0;
}

.title-bar-left img {
  padding-top: 0.625rem;
}

.top-bar ul li a {
  font-size: 0.875rem;
  height: 100%;
  padding: 1.25rem 0.4rem;
  color: #fff;
}
  .top-bar ul li a:hover {
    background-color: #eb6e1f;
    -webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  }

.menu > li > a {
  padding: 0.4rem 0.75rem;
}

/* =============================================================================
  Footer
============================================================================= */

footer {
  padding: 1.25rem;
  color: #fff;
  background-color: #3d3c3c;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 75px;
}

/* =============================================================================
  Landing Page
============================================================================= */
.block, #hero.block .orbit-container, #orbit-wrapper, .overlay, ul.orbit-container, .orbit-image, li.orbit-slide, #bkgVideo-wrapper, #tour .wrapper, #flBlock, #bashHero, #storeHero {
  height: 25rem;
}

/* Hero Block */
#hero li.orbit-slide {padding: 0;}
#hero .orbit-container {width: auto;}

.orbit-bullets {
  position: absolute;
  z-index: 4;
      left: 0;
    right: 0;
    margin-left: auto; 
    margin-right: auto;
  bottom: 0;
}
  .orbit-bullets button {
    width: 0.5rem;
    height: 0.5rem;
  }

.orbit-image {
  width: 100%;
  object-fit: cover;
}

#hero .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%
}

.overlay {
  position: relative;
  z-index: 3;
  display: inline-block;
  width: 100%;
  background: url(../assets/img/heroOverlay.png) center right;
  background-size: cover;
}
  .overlay h3 {
    font-weight: bold;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 1.25rem 1.875rem;
    color: #9c9b9a;
  }

/* Ad Block */
#ad li.orbit-slide {
  width: 100%;
  padding: 3rem;
  background-color: #000000;
}
  #ad li.orbit-slide.one {background: url(../assets/img/orbit/highlight1.jpg) no-repeat right;}
  #ad li.orbit-slide.two {background: url(../assets/img/orbit/highlight2.jpg) no-repeat right;}
  #ad li.orbit-slide.three {background: url(../assets/img/orbit/highlight3.jpg) no-repeat right;}
  #ad li.orbit-slide.four {background: url(../assets/img/orbit/highlight4.jpg) no-repeat right;}
  #ad li.orbit-slide.five {background: url(../assets/img/orbit/highlight5.jpg) no-repeat right;}
  #ad li.orbit-slide.six {background: url(../assets/img/orbit/highlight6.jpg) no-repeat right;}

#ad .button {
  margin-top: 1.875rem;
}

#ad h5 {
  font-size: 1.125rem;
}

#ad .orbit-bullets {
  margin-bottom: 1.875rem;
}

#ad li.orbit-slide.six h2:nth-child(2) {
  text-transform: none;
}

/* Video Block */
#bkgVideo {
  position: relative;
  background: url(../assets/img/video-background.jpg) no-repeat left;}
}

#bkgVideo .video {
  position: absolute;
  z-index: 1;
  left: 50%;
  width: auto;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#bkgVideo .content {
  position: relative;
  z-index: 2;
  margin: 7.8125rem auto 0;
  text-align: center;
}

/* Fact Block */
#facts {
  padding: 2rem;
  text-align: center;
  background-color: #07a0d2;
}

#facts h1 {
  font-size: 5.3125rem;
  font-weight: normal;
  margin-bottom: 0;
}

#facts a.button {
  text-transform: none;
  background-color: #0683ac;
}

#facts .columns {
  border-right: 1px solid #fff;
}
  #facts .columns:last-child {
    border-right: none;
  }


/* Tour */
#tour .wrapper {
  background: url(../assets/img/tour-background.jpg) no-repeat right;
  padding-left: 3rem;
}

#tour h1 {
  font-size: 5.3125rem;
  margin: 0;
  padding-left: 0.9375rem;
}

#tour h2 {
  padding-left: 0.9375rem;
}

#tour .events {
  margin-top: 8.75rem;
}
#tour .events.eight {
  margin-top: 4rem;
}
  #tour .events h2 {
    margin: 0;
    text-transform: none;
    font-weight: bold;
    padding-left: 0;
  }

  #tour .events.eight h2 {
    font-size: 1.5rem;
  }

#tour .events h2.marginTop16 {margin-top: 1.5rem;}

#tour .events .button {
  margin-top: 1.25rem;
}

#tour .events.eight .button {
  margin-top: 2rem;
}

#tour .eight button {
  margin-top: 3rem;
}

.backgroundOverlay h2.white {
  color: #fff;
}


/* French Licks Banner */
#frenchLicks {
  position: relative;
  padding: 3.125rem;
  background: url(../assets/img/french-licks-banner.jpg) no-repeat right;
  background-color: #000;
}

#frenchLicks h2 {
  margin-bottom: 0.3125rem;
  color: #07a0d2;
  text-transform: none;
}

#frenchLicks p {
  font-size: 1rem;
  line-height: 1.2;
}

#frenchLicks .content {
  position: absolute;
  bottom: 1rem;
  right: 30px;
  text-align: right;
}

#frenchLicks img {
  position: absolute;
  top: 1rem;
  right: 30px;
}

#frenchLicks p {
  color: #000;
}

#frenchLicks a {
  color: #07a0d2;
text-decoration: underline
}

/* Bash Banner */
#bashBanner {
  position: relative;
  padding: 3.125rem;
  background: url(../assets/img/bash-banner2.jpg) no-repeat right;
  background-color: #000;
	text-align: left;
}

#bashBanner .content {
	margin: 2rem auto 0;
		float: right;
}

#bashBanner h1{
  margin-bottom: 0;
  color: #07a0d2;
}

#bashBanner h2 {
	color: #fff;
	margin-bottom: 1rem;
}

#bashBanner p {margin-bottom: 2rem;}


/* Announcement Modal */
.reveal#storeAnnouncement {
  background-color: #07a0d2;
  border: none;
  z-index: 1;
}

.reveal#storeAnnouncement .close-button {
  color: #fff;
}

  
.reveal#storeAnnouncement h3 {
  margin-bottom: 0;
}

.reveal#storeAnnouncement h3:first-child {
  text-transform: uppercase;
  margin-top: 1.25rem;
}

.reveal#storeAnnouncement h1 {
  line-height: 1;
  text-transform: uppercase;
}

.reveal#storeAnnouncement p  {
  font-size: .875rem;
  line-height: 1.2;
}

.reveal#storeAnnouncement a {
text-decoration: underline;
  font-size: .875rem;
}
.reveal#storeAnnouncement a:hover {
  color: #5f5f5f;
}

.reveal#storeAnnouncement a.button {
  background-color: #fff;
  color: #07a0d2;
  font-size: 1.25rem;
  font-weight: bold;
  text-decoration: none;
  border: none;
}
.reveal#storeAnnouncement a.button:focus, .reveal#storeAnnouncement a.button:hover {
    background-color: #5f5f5f;
    color: #fefefe;
}

.reveal-overlay {
    background-color: hsla(0,0%,4%,.85);
}

/* =============================================================================
  Hire
============================================================================= */
body.background {
  background-color: #1e1e1e;
}

#hire {
  min-height: 100%;
  background-color:#1e1e1e;
  font-size: 0.875rem;
}

body.background header {
  background-color: #000;
}
    
#hireHero {
  height: 31.25rem;
  background-image: url(../assets/img/hire-show.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

#tab-nav {
  text-transform: uppercase;
  color: #fff;
  background-color: #eb6e1f;
}

#tab-nav .tabs {
  color: #fff;
  border: none;
  background-color: #eb6e1f;
}

#tab-nav ul.tabs a {
  font-size: 1.25rem;
  text-align: center;
  color: #fff;
}

#tab-nav ul.tabs li {
  border-right: 1px dotted #fff;
}
  #tab-nav ul.tabs li:last-child {
    border-right: none;
  }

#tab-nav .tabs-title > a[aria-selected='true'], .tabs-title > a:hover {
  background: #F88E4C;
}

.tabs-content {
  padding: 3.125rem;
  transition: all 0.5s ease;
  color: #939494;
  border: 0;
  background: #1e1e1e;
}

.left-column {
  padding-top: 1.25rem;
  text-align: center;
  text-transform: uppercase;
}
  .left-column img {
    margin: 1.25rem 0;
  }

.left-column.paddingTop10 {
  padding-top: 0.625rem;
}
.left-column.paddingTop30 {
  padding-top: 1.875rem;
}
.right-column {
  padding: 3.125rem;
  background-color: #3d3c3c;
}
  .right-column img {
    margin-right: 0.625rem;
  }
  .right-column img.arrow {
    margin-left: 0.625rem;
  }
.paddingTop5 {
  padding-top: 0.3125rem;
}
/* =============================================================================
  Gallery
============================================================================= */
.gridBackground {
  padding-top: 5rem;
  background: url(../assets/img/background.jpg) no-repeat top right;
}

.galleryNav {
  font-size: 0.875rem;
  line-height: 1;
  margin-top: 1.875rem;
  text-align: center;
  color: #fff;
}
.galleryNav p {
  font-size: 1rem;
  color: #eb6e1f;
}
  .galleryNav h2 {
    font-weight: normal;
    text-align: right;
  }
  .galleryNav h2 span {
    color: #eb6e1f;
  }

.gallery-container {
  overflow: hidden;
  max-height: 12.5rem;
  margin: 1.875rem 0 0;
}
  .gallery-container img {
    width: 100%;
  }
  .gallery-container p {
    margin-top: 0.5rem;
  }

.videoBackground {
  padding-top: 1.875rem;
  background-color: #1e1e1e;
}

#teamHero {
  height: 250px;
  margin-bottom: 2.5rem;
  background: url(../assets/img/carvers/hero.jpg) no-repeat center right;
  background-size: cover;
  margin-top: 0;
  font-size: 0.875rem;
}

#teamHero h2 {
  margin-top: 4.375rem;
  text-align: left;
  margin-bottom: 0.625rem;
  color: #eb6e1f;
}

.team-container {
  position: relative;
  overflow: hidden;
  height: 16.8125rem;
  margin: 0.9375rem 0;
  background-color:#000;
}
  .team-container img {
    width: 100%;
  }

.absbox {
  font-size: 0.875rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
}
  .absbox p {
    line-height: 1;
    height: 2.75rem;
    margin-bottom: 0;
    padding: 7px 1.25rem;
    color: #fff;
    background-color: rgba(39, 39, 39, 0.8);
  }
  .absbox p span {
    font-weight: bold;
  }

a.play-video:hover img {
  opacity: 0.4;
}

h3.sidelines {
  height: 0.8em;
  margin-top: 3.125rem;
  text-align: left;
  text-transform: uppercase;
  color: #07a0d2;
  border-bottom: 1px solid #fff;
}
  h3.sidelines span { 
    display: inline-block;
    padding:0 0.8em;
    background: #000;
  }

/* =============================================================================
  Tour
============================================================================= */
#schedule {
  background-color: #1e1e1e;
  background-image: url(../assets/img/tour.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  min-height: 56rem;
}

#schedule h1 {
  margin-left: 1.25rem;
}

.backgroundOverlay {
  background: rgba(0,0,0,0.2);
  margin: 2.5rem 0;
  color: #fff;
}

.event {
  min-height: 4rem;
  margin-bottom: 1.25rem;
  padding: 0.9375rem;
  color: #fff;
  background: #3d3c3c;
}
  .event h3 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5rem;
    margin-bottom: 0;
    color: #07a0d2;
  }
  .event p {
    margin-bottom: 0;
  }
  .event .button {
    margin: 0.625rem 0 0;
  }

#schedule .tabs {
  margin: 0.625rem 1rem 1.25rem;
  padding: 1.25rem 0;
  text-transform: uppercase;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: none;
}

#schedule .tabs-content {
  padding: 0;
  background: none;
  border: none;
}

#schedule ul.tabs li:first-child {
  border-right: 1px solid #fff;
}

#schedule .tabs-title > a {
  font-size: 1.25rem;
  padding: 0 1.25rem;
  color: #fff;
}

#schedule .tabs-title > a[aria-selected='true'] {
  color: #07a0d2;
  background: none;
}

#schedule .tabs-title > a:hover {
  color: #07a0d2;
  background: none;
}

/* =============================================================================
  Store
============================================================================= */
.heroBar {
  min-height: 3.125rem;
  margin-bottom: 5rem;
  padding: 0.5rem;
  text-align: center;
  background-color: #eb6e1f;
}

#storeHero {
  text-align: center;
  background: url(../assets/img/store/hero.jpg) no-repeat center center;
  background-size: cover;
}

#storeHero h1 {
  margin-bottom: 0;
  padding-top: 7rem;
  text-transform: uppercase;
}

#storeHero h3 {
  font-size: 1.75rem;
  color: #fff;
}

#storeHero .button.secondary {
  margin-top: 0.625rem;
  text-transform: none;
}
#storeHero .button.secondary:hover, #storeHero .button.secondary:focus {
  background-color: #5f5f5f;
}

#storeHero .button.secondary {font-size: 1.5rem;}

.storePic {
  height: 37.5rem;
  border: 4px solid #fff;
  background: url(../assets/img/store/store.jpg) no-repeat center center;
  background-size: cover;
}

.storeContent {
  padding: 1.25rem 0;
  color: #fff;
  border-top: 1px solid #3d3c3c;
}

.storeContent img  {
  border: 4px solid #fff;
}

.storeContent ul {
  margin-left: 0;
  list-style-type: none;
}


/* =============================================================================
  Bash
============================================================================= */

#bashHero {
  background: url(../assets/img/bash-background.jpg) no-repeat bottom center;
  background-size: cover;
}

#bashHero h1 {
  margin-bottom: 0;
  padding-top: 7.5rem;
  text-transform: uppercase;
  color: #eb6e1f;
}

#bashHero h3, #bashContent p {
  color: #fff;
}

#bashHero .button {
  margin-top: 1.25rem;
  text-decoration: none;
}

.heroBar {
  min-height: 3.125rem;
  margin-bottom: 5rem;
  padding: 0.5rem;
  text-align: center;
  background-color: #eb6e1f;
}

#bashContent {
  margin-top: 1.875rem;
  font-size: 0.875rem;
}

#bashContent img {
  margin-bottom: 1.25rem;
  width: 100%;
}

#bash h5.marginTop2 {
  margin-top: 2rem;
}

#bash .flex-video {
  margin-bottom: 3rem;
  border: 1px solid #fff;
}

#bash h5 {
  margin-top: 6.25rem;
  margin-bottom: 1.25rem;
}

#bash a {
  text-decoration: underline;
}

	.bashMsg {
		background: #3d3c3c;
		padding: 1rem;
}

#bash .bashMsg a.button {
	text-decoration: none;
	margin: 1rem 8px 1rem 0;
}

#bash .bashMsg a.button:last-child {
	margin: 1rem 0 0 0;
}


.bashMsg p {
		font-size; 14px;
		line-height: 1.2;
		margin-bottom: 0;
	}

.bashContent {
	float: right;
	margin-bottom: 5rem;
}

.bashContent ul {
	margin-left: 0;
	margin-bottom: 2rem;
}

.bashContent ul li {
	list-style-type: none;
}

.bashContent h3 {
	margin-bottom: 0;
}

#bash {
    background: #000000 url(../assets/img/bash/bashBkg.jpg) no-repeat center left;
    min-height: 1100px;
}

.tshirtBlock {
	display: flex;
	margin: 2rem 0;
}

.tshirt {
	width: 268px;
	margin-right: 1rem;
}

.tshirtMsg {
	font-size: 20px;
	margin: auto 0;
}

.tshirtMsg ul {
	margin-bottom: 1rem;
	line-height: 1.2;
}

#bash .tshirtMsg a  {
	text-decoration: none;
	margin-bottom: 0;
}



/* =============================================================================
  Contact
============================================================================= */

#contact {
  background: #1e1e1e url(../assets/img/contact.jpg) no-repeat top right;
  min-height: 1100px;
}

.backgroundOverlay {
  background: rgba(0,0,0,0.2);
  padding: 1.875rem;
  margin: 2.5rem 0;
}

.backgroundOverlay h2 {
  font-weight: normal;
  color: #eb6e1f;
}

.subhead {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 0.625rem 0 2rem;;
  padding: 0.625rem;
}

label {
  color: #fff;
  text-transform: uppercase;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0.5rem;
  margin: 0 0 1rem;
  font-family: inherit;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
  background-color: #3d3c3c;
  border: none;
  height: 1.875rem;
  font-size: .75rem;
}

select {
  background-color: #3d3c3c;
  border: none;
  height: 1.875rem;
  font-size: .75rem;
  color: #fff;
}

form p {
  font-size: 0.875rem;
}

address {
  margin-top: 1rem;
  font-style: normal;
  font-size: 0.75rem;
  text-align: center;
}
  address ul li {
    list-style-type: none;
  }

.social-media input {
  background-color: #fff;
}






/* =============================================================================
  Large Media Query
============================================================================= */
@media only screen and (min-width: 64.063em) {  /* min-width 1025px, large screens */
  .gridBackground {
    background-size: contain;
  }
}

/* =============================================================================
  Tablet Media Query
============================================================================= */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .menu > li > a {
    padding: 0.4rem 0.4rem;
  }
  #tour .events {
    margin-top: 3rem;
  }
  #tour .button {
    margin-top: 1.25rem;
  }
  #tour .wrapper {
    background: url(../assets/img/tour-background-md.jpg) no-repeat right;
  }
  #frenchLicks {
    background: url(../assets/img/french-licks-banner-md.jpg) no-repeat left;
  }
  #frenchLicks .content {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
  }
  /* ============= Gallery ============= */
  #teamHero h2 {
    margin-top: 1.875rem;
  }
  /* ============= Store ============= */
  .heroBar h2 {
    font-size: 1.5rem;
  }
  /* ============= Bash ============= */
  #bash h2 {
    font-size: 1.25rem;
  }
  #hireHero {
    height: 18.75rem;
  }
  .event h3 {
    font-size: 1.25rem;
  }
}

/* =============================================================================
  Mobile Media Query
============================================================================= */
@media only screen and (max-width: 40em) { 
  body {
    margin-bottom: 172px;
  }
  footer {
    height: 172px;
  }
  
  .button {
    padding: 0.85em 1.5em;
  }
  
  /* ============= Header ============= */
  .social-media ul li {
    margin-top: 0;
  }
  .social-media label, .social-media input {
    margin: 0 0.25rem 0 0;
}
  .top-bar ul {
    background-color:#3d3c3c;
  }
    .top-bar ul li {
      border-bottom: 1px solid #fff;
    }
    .top-bar ul li:last-child {
      border-bottom: none;
    }
  .top-bar ul li a {
    padding: 0.9375rem 0.4rem;
  }
    .top-bar ul li a:hover {
      background-color: none;
      -webkit-clip-path: none;
      clip-path: none;
    }
    .top-bar ul li a:hover {
      background-color: #3d3c3c;
    }
  .title-bar-left img {
    margin-left: 0.625rem;
    padding: 0.625rem 0;
  }
  .title-bar .menu-icon {
    margin: 0.9375rem;
  }
  mobile-menu {
    background-color:#3d3c3c;
    color: #fff;
  }
  
  /* ============= Footer ============= */
  footer .social-media {
    background-color: transparent;
    display: block;
  }
  footer .social-media ul {
    float: left;
    margin: 0 0 1.25rem 0;
  }
    footer .social-media ul li:first-child {
      margin-left: 0;
    }
  footer p {
    margin-top: 0.625rem;
  }
  footer {
    padding: 0.9375rem;
  }
  
  /* ============= Hero Block ============= */
  #hero.block, #hero li.orbit-slide {
    height: 18.75rem;
  }
  #hero content{
    width: 80%
  }
  #orbit-wrapper {
    height: 20.3125rem;
  }
  .orbit-image {
      height: 18.75rem;
  }
  .overlay {
    height: 18.75rem;
    background: url(../assets/img/heroOverlayMobile.png) center right;
    background-size: cover;
  }
  .overlay h3 {
    left: 0;
    right: 0;
    margin-left: auto; 
    margin-right: auto;
    text-align: center;
  }
  
  /* ============= Ad Block ============= */
  #ad li.orbit-slide.one {background: url(../assets/img/orbit/highlight1-sm.jpg) no-repeat right;}
  #ad li.orbit-slide.two {background: url(../assets/img/orbit/highlight2-sm.jpg) no-repeat right;}
  #ad li.orbit-slide.three {background: url(../assets/img/orbit/highlight3-sm.jpg) no-repeat right;}
  #ad li.orbit-slide.four {background: url(../assets/img/orbit/highlight4-sm.jpg) no-repeat right;}  
  #ad li.orbit-slide.five {background: url(../assets/img/orbit/highlight5-sm.jpg) no-repeat right;}
  #ad li.orbit-slide.six {background: url(../assets/img/orbit/highlight6-sm.jpg) no-repeat right;}
  
  /* ============= Tour Block ============= */
  #tour .wrapper {
    background: url(../assets/img/tour-background-sm.jpg) no-repeat right;
    padding-left: 1.25rem;
  }
  #tour h2 {
    font-size: 1.25rem;
  }
  #tour .events {
    margin-top: 2.5rem;
  }
  #tour .events h2 {
    font-size: 1.125rem;
  }
  #tour .button {
    margin-top: 0.9375rem;
  }
  
  /* ============= Video Block ============= */
  #bkgVideo h1 {
    font-size: 2.5rem;
  }
  #bkgVideo .button.secondary {
    margin-top: 0.625rem;
  }
  
  /* ============= Facts Block ============= */
  #facts .columns {
    padding-bottom: 0.625rem;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  #facts .columns:last-child {
    border-bottom: none;
  }
  /* ============= French Licks Block ============= */
  #frenchLicks {
    background: url(../assets/img/french-licks-banner-sm.jpg) no-repeat left;
    padding: 1.25rem;
    height: 18.75rem;
  }
   
  #frenchLicks .content {
    position: absolute;
    top: 1rem;
    right: 0.875rem;
  }
  
  #frenchLicks p {
    font-size: 0.875rem;
    line-height: 1.25;
  }
  
  .reveal#storeAnnouncement {
    height: auto;
    min-height: auto;
  }
  
  /* ============= Hire ============= */
  .tabs-content {
    padding: 0;
  }
  .right-column {
    margin-top: 1.25rem;
  }
  #hireHero {
    height: 19rem;
  }
  #tab-nav ul.tabs a {
    font-size: 1rem;
  }
  /* ============= Gallery ============= */
  .gallery-container {
    margin: 1.25rem 0 0;
  }
  #teamHero {
    height: auto;
    margin-bottom: 10px;
    background-image: none;
  }
  #teamHero img {
    width: 100%;
  }
  #teamHero h2 {
    margin-top: 1.25rem;
  }
  #teamHero p {
    font-size: 0.875rem;
    line-height: 1.2;
  }
  .team-container, .absbox {
    padding: 0;
  }
  /* ============= Tour ============= */

  #schedule .tabs-title > a {
    font-size: 1rem;
  }
  .event h3 {
    font-size: 1.125rem;
  }
  
  #schedule .backgroundOverlay {
    padding: 0;
  }
  
  #tour .events.eight {
    margin-top: 1rem;
  }
  
  #tour .events h2.marginTop16 {
    margin-top: 0;
  }
  
/*
  #tour .events.eight .button {
    margin-top: 1rem;
  }
*/

  /* ============= Store ============= */
  #storeHero {
    height: 18.75rem;
    background-image: url(../assets/img/store/hero-sm.jpg);
  }
  #storeHero h1 {
    font-size: 2rem;
    padding-top: 4.375rem;
  }
    #storeHero h3 {
    font-size: 1.25rem;
  }
  #storeHero .button {
    padding: 0.5em 1.5em;
  }
  .heroBar h2 {
    font-size: 1.25rem;
    line-height: 1.2;
  }
  /* ============= Contact ============= */
  #contact {
    background-position: top center;
}
  .backgroundOverlay {
    background: rgba(0,0,0,0.8);
    margin: 0 0;
    min-height: 1200px;
  }
  /* ============= Bash ============= */
  #bashHero {
    height: 20rem;
  }
  #bash h1 {
    padding-top: 5rem;
  }
  .heroBar {
    margin-bottom: 1.25rem;
  }
  #bash h2 {
    font-size: 1.25rem;
  }
  #bashContent h3 {
    font-size: 1rem;
  }
  #bash .flex-video {
    margin-bottom: 1rem;
    border: none;
  }
	
	#bash {
    background: none;
}

    /* ============= Store ============= */

  .storeContent ul {
    line-height: 1.2;
  }
  .storeContent ul li {
    margin-bottom: 0.3125rem;
  }
}
