﻿/*@fontface stuff*/
html {
	font-size: 100%;
}

@font-face {
	font-family: 'AauxPro';
	src: url('/SBH/BigHistoryCourse/css/fonts/aaux_pro_rg-webfont.eot');
	src: local('☺'), url('/SBH/BigHistoryCourse/css/fonts/aaux_pro_rg-webfont.ttf') format('truetype'), url('/SBH/BigHistoryCourse/css/fonts/aaux_pro_rg-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AauxProThin';
	src: url('/SBH/BigHistoryCourse/css/fonts/aaux_pro_th-webfont.eot');
	src: local('☺'), url('/SBH/BigHistoryCourse/css/fonts/aaux_pro_th-webfont.ttf') format('truetype'), url('/SBH/BigHistoryCourse/css/fonts/aaux_pro_th-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AauxProLight';
	src: url('/SBH/BigHistoryCourse/css/fonts/AauxPro-Light.eot');
	src: local('☺'), url('/SBH/BigHistoryCourse/css/fonts/AauxPro-Light.ttf') format('truetype'), url('/SBH/BigHistoryCourse/css/fonts/AauxPro-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AauxProBold';
	src: url('/SBH/BigHistoryCourse/css/fonts/AauxPro-Bold.eot');
	src: local('☺'), url('/SBH/BigHistoryCourse/css/fonts/AauxPro-Bold.ttf') format('truetype'), url('/SBH/BigHistoryCourse/css/fonts/AauxPro-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	outline: none;
}

html {
	-webkit-overflow-scrolling: touch;
}

body {
	margin: 0;
	font-family: "Muli", sans-serif;
	font-size: 0.875rem;
	line-height: 1;
	color: #333333;
	background-color: white;
	-webkit-overflow-scrolling: touch;
}

a {
	text-decoration: none;
	outline: none;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: "Josefin Sans", sans-serif;
	line-height: 1;
    	text-transform: none;
}

h1 {
	margin: 0 0 20px;
	font-size: 5rem;
	font-weight: 300;
    	text-transform: none;
}

h2 {
	margin: 0 0 16px;
	font-size: 3rem;
	font-weight: 300;
    	text-transform: uppercase;
}

h3 {
	margin: 0 0 16px;
	font-size: 1.8rem;
	font-weight: 300;
}

h4 {
	margin: 0 0 14px;
	font-size: 1.3rem;
        	text-transform: none;
}

h4:first-child {
	margin-top: 0;
}

h5 {
	font-size: 16px;
	margin: 1.5em 0 1em 0;
	text-transform: uppercase;
}

h6 {
	margin: 0;
	font-size: 16px;
	text-transform: uppercase;
}

p {
	font-size: 15px;
	line-height: 160%;
}

a:link, a:visited, a:hover, a:active {
	color: #20a1ce;
}

q, .quotes span {
	display: block;
	font-size: 16px;
	line-height: 1.7em;
	display: block;
	margin-bottom: 10px;
}

.quotes span {
	font-size: 14px;
	text-align: left;
}

small {
	line-height: 1.25em;
}

.top-pad {
	padding-top: 40px;
}

.pad-bottom {
	padding-bottom: 30px;
}

.topnav {
	height: 45px;
	z-index: 100;
	position: fixed;
	width: 100%;
	background-color: rgba(1, 38, 51, 0.4);
}

.topnav .logo {
	height: 14px;
	width: 230px;
	margin: 15px 0 0 20px;
	display: block;
	background: url('../../bhplive/img/logo.png') no-repeat 0 0;
	text-indent: 100%;
	overflow: hidden;
}

.topnav .signin {
	background: none;
	margin-right: 10px;
	position: absolute;
	top: 8px;
	right: 2%;
	font-size: 15px;
	color: #fff;
}

.topnav .signin:hover {
	background: #aaa;
}

.topnav a:link, .topnav a:visited, .topnav a:hover, .topnav a:active {
	color: #fff;
}

.btn {
	padding: 10px 18px;
	font-size: 8px;
	text-transform: uppercase;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	margin: 0 5px 0 0;
	line-height: 10px;
	position: inherit;
	top: 10px;
	right: 0%;
	cursor: pointer;
	-webkit-font-smoothing: subpixel-antialiased;
}

.btn:hover {
	background: rgba(0, 0, 0, 0.75);
	color: #fff;
}

.btn.large {
	width: auto;
	min-width: 150px;
	height: 45px;
	padding: 0 15px;
	border: 1px solid #fff;
	display: inline-block;
	margin: 0 10px 0 0;
	line-height: 45px;
	text-decoration: none;
	text-align: center;
	font-size: 0.875rem;
    color: #fff;
}

.firstCol {
	width: 300px;
	float: left;
	position: relative;
}

.nextCol {
	float: left;
	width: 300px;
	padding-left: 20px;
	position: relative;
}

.main {
	padding-top: 45px;
}

img {
	text-decoration: none;
	border: none;
	max-width: 100%;
}

.playbig img {
	box-shadow: 0 0 2px #333;
}

#introHeader {
	width: 100%;
	min-height: 400px;
	padding: 40px 0 40px 0;
	margin-top: -45px;
	background: url('/SBH/bhplive/img/easter-island.jpg') no-repeat center center #111;
	background-size: cover;
	position: relative;
	color: #fff;
}


.HeroImage {
    background: none !important;
}

#introHeader .HeroContainer {
	padding: 0;
}

#introHeader .row {
	max-width: 1020px;
	margin: 0 auto;
	display: block;
}

#introHeader h1 {
	margin: 0 0 20px;
	font-size: 3.5rem;
	font-weight: bold;
	text-transform: none;
	color: #012633;
}

#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;
	display: block;
    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 .play-video {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	border: 1px solid #fff;
	outline: none;
	display: block;
	background: url('/SBH/bhplive/img/home-hero-play.png') no-repeat center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
	text-indent: 100%;
	text-decoration: none;
	white-space: nowrap;
}

#introHeader .other-options {}

#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 .other-content .seo{
    border-top: 1px solid #fff;
}


#introHeader .other-options p {
	margin: 0.25em 0 1em;
}

#introHeader .other-options .btn {
	width: 195px;
	border: none;
	margin: 0 auto 15px;
	display: block;
	background: #008db8;
}

#introHeader .other-options .btn:hover {
    color: #008db8;
    background: #fff;
}

.hero-content {
    background: #F5F5F5;
    border: 1px solid #ffffff;
    padding: 25px 15px;
    opacity: 0.7;
    color: #000000 !important;
    font-weight: bold;
    position: relative;
}

.heroHeader {
    color: #ffffff !important;
}

#introHeader .other-options .account {
	margin: 0;
	text-align: center;
}

#introHeader .other-options .account a {
	text-transform: uppercase;
	text-decoration: underline;
	white-space: nowrap;
	color: #fff;
    padding-top: 10px;
}

#introHeader p {
	margin: 1em 0;
	font-size: 15px;
	line-height: 1.5;
}

#playButton {
	width: 8px;
	height: 7px;
	margin-left: 8px;
}

.areStudent {
	margin: 0;
	font-size: 26px !important;
	color: #fff;
	text-align: center;
}

.areStudent a {
	position: relative;
	font-size: 19px;
	text-decoration: underline;
	color: #fff;
}

.areStudent a:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 7px solid #fff;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	margin: -7px -14px 0 0;
	position: absolute;
	top: 50%;
	right: 0;
}

#introHeader .areStudent {
	margin-bottom: 20px;
	text-align: left;
}

.learnMore {
	cursor: pointer;
}

#introInformation .pointHolder {
	margin-top: 40px;
}

#introInformation .point, #joiningOurCommunity .point {
	border: 16px solid white;
	z-index: 1;
}

#introInformation h3 {
	margin-bottom: 36px;
	margin-top: 0.5em;
}

#introInformation p {
	font-size: 19px;
}

.container {
    padding-bottom: 30px;
    padding-top: 30px
}

.orangebg {
	background: #d96627;
	color: #fff;
}

.graybg {
	background: #f2f2f2;
}

.darkbg {
	background: #2d2d2d;
}

.blackbg {
	background: #000;
}

.whatisbh li {
	margin: 10px 0;
	font-size: 16px;
	line-height: 1.2;
}

.callout p {
	font-size: 22px;
	margin: 25px 0;
	line-height: 1.3em;
}

.callout {
	margin-bottom: 30px;
}

.graybg .point {
	bottom: -55px;
	z-index: 10;
	border: 16px solid #f2f2f2;
}

.orangebg .point {
	bottom: -55px;
	z-index: 10;
	border: 16px solid #d96627;
}

hr {
	margin: 30px 0 40px;
}

.link {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px black dotted;
}

.whiteLink, a.whiteLink:link, a.whiteLink:visited, a.whiteLink:hover, a.whiteLink:active {
	text-decoration: underline;
	color: #fff;
}

#connect {
	padding-top: 75px;
	background-color: #2d2d2d;
	min-width: 980px;
	width: 100%;
}

#connect h2 {
	color: white;
	margin-bottom: 75px;
}

#registerFormWrapper {
	background-color: #f2f2f2;
	margin: 0;
	padding-top: 20px;
}

#registerFormWrapper .title {
	background-color: black;
	color: #CCCCCC;
	padding: 10px 20px;
	font-size: 17px;
}

#registerFormWrapper .columns {
	padding-top: 0px;
	min-height: 385px;
	width: inherit;
}

#registerFormWrapper .leftCol {
	left: 0px;
	width: 260px;
	padding: 0px 55px 0 40px;
	border: none;
	text-align: left;
}

#registerFormWrapper .rightCol {
	left: 0px;
	width: 540px;
	padding: 0px 55px 0px 0px;
	border: none;
	text-align: left;
	margin: 0px;
}

#instructions {
	margin: 10px 0px;
	text-align: left;
}

#registerFormWrapper #success {
	padding: 13px 0 30px 0;
	text-align: left;
	margin: 0 auto;
	color: #333;
}

#registerFormWrapper .err {
	display: none;
}

#registerFormWrapper li {
	font-size: 15px;
	width: 80%;
	margin-bottom: 15px;
}

#btnSubmit img {
	margin-left: 15px;
	display: none;
}

hr {
	border-top: 1px solid #d6d6d6;
	height: 0px;
	background: none;
}

.clear {
	clear: both;
}

.form {
	width: 260px;
	margin: 0 15px 15px 0;
	padding: 8px 18px;
	font-size: 19px;
	color: gray;
	border: none;
}

#interested {
	margin: 10px 0px;
	text-align: left;
}

.big .form {
}

#whyInterested {
	height: 244px;
	width: 500px;
	resize: none;
}

#registerFormWrapper .buttons {
	margin-top: 30px;
	text-align: right;
}

#registerFormWrapper .legal {
	margin-top: 30px;
}

#registerFormWrapper .legal p {
	float: left;
    width: 45%;
    margin-left: 15px;
    display: block;
    margin-top: 35px;
    margin-bottom:0;
}

#registerFormWrapper .btn {
	margin-right: 0;
    margin-right: 15px; 
    margin-top: 20px;
}

.greatSchoolsCredit{
    display: inline-block;
    color: #fff;
    text-align: right;
    width: 100%;
    font-size: 11px;
    margin-bottom: -15px;
    background-color: #2D2D2D;
    padding-top: 5px;
}

.greatSchoolsCredit a{
    color: #99D9EA;
}

.social a, .social a:link, .social a:visited, .social a:hover, .social a:active {
	color: #fff;
}

#connect .social {
	min-height: 255px;
}

.social img {
	display: inline-block;
	margin-bottom: 20px;
}

#register h4 {
	color: #fff;
	margin: 0;
	padding: 20px 0;
	text-transform: uppercase;
}

#register input, #register select {
	border-radius: 0;
}

.footer {
	background: #333;
	color: #fff;
}

.footer .row .col-md-4 {
	margin-bottom: 20px;
}

.footer h3 {
	margin-bottom: 30px;
	font-size: 1.125rem;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer .facebook-label,
.footer .twitter-label {
	display: inline-block;
	text-transform: uppercase;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 4px 0 8px 30px;
}

.footer .facebook-label {
	background-image: url(/SBH/bhplive/img/facebook-icon-light.png);
}

.footer .twitter-label {
	background-image: url(/SBH/bhplive/img/twitter-icon-light.png);
}

.footer .blurb {
	max-width: 80%;
	padding-left: 30px;
	line-height: 1.3;
}

.footer .footerlinks a {
	margin-right: 30px;
	line-height: 1.3;
}

@media only screen and (max-width: 485px) {
	.topnav .logo {
		width: 50px;
		background-image: url('/SBH/bhplive/img/logo-condensed.png');
	}
}

@media only screen and (max-width: 640px) {
	#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;
	}
}
@media only screen and (max-width: 991px) {

    #registerFormWrapper .legal p {
        float: none;
        width: auto;
        margin-left: 15px;
        display: block;
        margin-top: 0;
    }
    #registerFormWrapper .btn {
        margin-top:0px;
    }
}

@media only screen and (min-width: 768px) {
	#introHeader .play-video {
		height: 100%;
		padding-top: 0;
	}
}

@media only screen and (min-width: 1200px) {
	#introHeader .video-thumbnail {
		padding: 0 15px;
	}

	#introHeader .other-options {
		padding: 0;
	}
}