body:not(.authenticated) #account {
  display: none; }

.btn {
  display: inline-block;
  padding: 8px 16px;
  border: solid 1px #b2b2b2;
  color: #666666;
  text-align: center;
  font-size: 0.875rem;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer; }

.larger-btn {
  font-size: 1.25rem;
  padding: 10px 20px; }

header {
	background: rgba(1, 38, 51, 0.4);
}

@media only screen and (max-width: 485px) {
	header #logo {
		background: url('/BH/assets/images/home/logo-condensed.png') no-repeat 0 0;
		width: 65px;
	}
}

h1 {
  margin: 0 0 10px;
  font-size: 3rem;
  letter-spacing: -0.0625rem; }

.subheader {
  margin-bottom: 20px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.7rem;
  text-transform: uppercase; }

#intro {
  padding-top: 0; }
  #intro p {
    font-size: 1rem; }
  #intro .btn {
    width: 150px;
    border-color: white;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
    margin-right: 20px; }
    #intro .btn:last-child {
      margin-right: 0; }
  #intro aside {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.65);
    margin-right: -160px; }
    #intro aside h2 {
      margin: 0;
      font-size: 1.5rem;
      line-height: 1.2; }
      #intro aside h2 span:first-child {
        font-weight: normal; }
    #intro aside a {
      color: #00a7dd;
      text-transform: uppercase;
      text-decoration: none; }
    #intro aside a.homesmall {
      font-size: 0.75rem; }

section {
  padding: 15px 0; }

.badge {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../images/badge-sprite.png");
  background-repeat: no-repeat; }

.badge1 {
  background-position: 0px 0; }

.badge2 {
  background-position: -40px 0; }

.badge3 {
  background-position: -80px 0; }

.badge4 {
  background-position: -120px 0; }

.badge5 {
  background-position: -160px 0; }

.badge6 {
  background-position: -200px 0; }

.badge7 {
  background-position: -240px 0; }

.badge8 {
  background-position: -280px 0; }

.badge9 {
  background-position: -320px 0; }

.threshold {
  padding: 24px 0; }
  .threshold .badge {
    display: block; }
  .threshold .text {
    float: left;
    margin-left: 52px;
    font-size: 0.875rem; }
    .threshold .text h4 {
      margin: 0 0 6px;
      font-size: 1.25rem;
      font-weight: normal;
      text-transform: uppercase; }

.become {
  background-color: whitesmoke; }
  .become .badge {
    margin: 6px 6px 6px 0; }
    .become .badge:last-child {
      margin-right: 0; }

.authenticated .show-login, .authenticated .start-here {
  display: none; }

a.homelinks {
  color: black; }

@media screen and (max-width: 1280px) {
  #intro aside {
    -webkit-transform: translateX(110px);
        -ms-transform: translateX(110px);
            transform: translateX(110px); } }
@media screen and (max-width: 1000px) {
  #intro aside {
    -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
            transform: translateX(40px); } }
@media screen and (max-width: 768px) {
  #intro aside {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); } }

#introHeader {
	width: 100%;
	min-height: 400px;
	padding: 85px 0 80px 0;
	background: url('/BH/assets/images/home/sea-turtle.jpg') no-repeat 40% center #111;
	background-size: cover;
	position: relative;
	color: #fff;
}

#introHeader .row {
	margin: 0 auto;
	display: block;
}

#introHeader .title {
	padding: 0;
}

#introHeader h1 {
	margin: 0 0 20px;
	font-size: 3.5rem;
	font-weight: bold;
	text-transform: none;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-webkit-text-stroke: 0;
}

#introHeader .nav-tabs {
	height: 61px;
	border-bottom: 0;
}

#introHeader .nav-tabs > li {
	width: 50%;
	height: 100%;
	border-top: 1px solid transparent;
	border-bottom: 1px solid #fff;
	margin: 0;
	display: block;
    background: rgba(1, 38, 51, 0.4);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
    position: relative;
}

#introHeader .nav-tabs > li:hover {
	background: #fff;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	color: rgba(1, 38, 51, 0.8);
}

#introHeader .nav-tabs > li.active {
	border-top-color: #fff;
	border-right: 1px solid #fff;
	border-bottom: none;
	border-left: 1px solid #fff;
	background: rgba(1, 38, 51, 0.8);
}

#introHeader .nav-tabs > li > a {
	height: 100%;
    padding: 10px;
	margin-right: 0;
	border: none;
	border-radius: 0;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.2;
	font-size: 16px;
	vertical-align: middle;
	color: #fff;
}

#introHeader .nav-tabs > li > a:hover {
	background: none;
	color: inherit;
}

#introHeader .nav-tabs > li.active > a {
	background: none;
	color: #fff;
}

#introHeader .nav-tabs > li > a:before {
	content: '';
	height: 100%;
	vertical-align: middle;
	display: inline-block;
	width: 0;
}

#introHeader .nav-tabs > li > a span {
	display: inline-block;
	vertical-align: middle;
}

#introHeader .video-thumbnail {
	padding: 0;
}

#introHeader .video-player {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	border: 1px solid #fff;
	outline: none;
	display: block;
	background: url('/BH/assets/images/home/home-hero-play.png') no-repeat center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
	text-indent: 100%;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
}

#introHeader .video-player img {
	display: none;
}

#introHeader .other-options {
	padding-right: 0;
}

#introHeader .other-options .other-content {
	padding: 25px 15px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	background: rgba(1, 38, 51, 0.8);
}

#introHeader .other-options p {
	margin: 0.25em 0 1em;
}

#introHeader .other-options .btn {
	width: 195px;
	height: 45px;
	padding: 0 15px;
	border: none;
	margin: 0 auto 15px;
	display: block;
	top: 0;
	background: #97c33e;
	line-height: 45px;
	color: #fff;
	cursor: pointer;
}

#introHeader .other-options .btn:hover {
	color: #97c33e;
	background: #fff;
}

#introHeader .other-options .btn.signin {
	margin-bottom: 0;
}

#introHeader p {
	margin: 1em 0;
	font-size: 15px;
	line-height: 1.5;
}

@media only screen and (max-width: 640px) {
	#introHeader h1 {
		font-size: 36px;
	}

	#introHeader p {
		font-size: 18px;
	}

	#introHeader h3 {
		font-size: 20px;
	}
}

@media only screen and (max-width: 767px) {
	#introHeader .video-thumbnail {
		margin-bottom: 15px;
	}

	#introHeader .nav-tabs {
		height: 81px;
	}

	#introHeader .nav-tabs > li > a {
		padding: 20px 10px;
	}

	#introHeader .other-options {
		padding: 0;
	}
}

@media only screen and (min-width: 768px) {
	#introHeader .video-player {
		height: 100%;
		padding-top: 0;
	}
}
