/* ----- Global Overrides ----- */

body {
	color:#000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
}


@media (min-width: 768px) {
	.container {
	    max-width: 970px;
	}
}


/* ----- Backgrounds ----- */

.bg-color.yellow {
    background: none repeat scroll 0 0 #FFF000;
    color: #000;
}

.bg-color.black {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
}

.bg-color.gray {
    background: none repeat scroll 0 0 #e0e0e0;
    color: #000000;
}


/* ----- Special Announcement Banner ----- */

.top-banner {
	background-color:#366ab4;
	padding:15px 0;
}

.top-banner-text {
	margin: 0 20px;
	color:#fff;
	text-align: center;
}

.top-banner-text a {
	color:#fff;
	text-decoration:underline;
}


/* ----- Top Nav ----- */

.navbar-inverse {
	background-color: #000;
	margin-bottom:0;
}

.navbar-brand {
	font-family: 'Roboto',sans-serif;
    font-weight: 900;
    font-size: 32px;
	color: #FFF000 !important;
}

.nav {
	font-weight:600;				
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover
{
	color: #fff000;
}


/* ----- Billboard ----- */

.billboard{
	padding: 30px 0;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.headline {
	font-size: 2em;
	font-weight: 700;
	font-style: italic;	
	margin-top: 25px;
	margin-bottom: 10px;

}

.headline em {
	font-family: 'Yellowtail';
	font-size: 76px;
	font-style: normal;
	margin-right: 10px;
	margin-bottom: 5px;
	display: block;
}

.subtext {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 20px;
	margin-top: 25px;
}

.btn-billboard {
	background-color: #000;
    border-color: #000;
    color:#fff;
    padding:16px 24px;
    margin-top:30px;
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.btn-billboard:hover, .btn-billboard:focus {
	background-color: #333333;
    color: #ffffff;
    text-decoration: none;
}


/* ----- Stats line ----- */


.stats {
	margin-top: 45px;
}

.stats-text {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 36px;
	text-align: center;

}

.stats-text span {
	padding:2px 6px;
	font-size: 48px;
	background-color: #fff000;
}


/* ----- Info Text  ----- */

.info-text {
	margin-top:35px;
}

.info-text-item {
	margin-top:35px;
	text-align: center;
}

.info-text-item h3 {
 	background-color: #000;
 	color: #fff000;
 	display: inline;
 	padding: 7px 10px; 
 }

.info-text-item div {
	margin-top: 20px;
	text-align: center;
}

/* ----- FTC Winner ----- */

.ftcwinner {
	margin-top: 90px;
}

.ftcwinner-text {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 32px;
	font-style: italic;
}

.ftcwinner-text img {
	position:absolute;
	margin-top:-43px;
	margin-left:105px;
}

.ftcwinner-text div {
	margin-left:285px;
}


/* ----- Media Links ----- */

.media-quotes {
	margin-top:100px;
}

.media-quote-row {
	margin-top:35px;
}

.media-quote {
	min-height:60px;
	background:url('../../img/front-page/background-quotes.png') no-repeat center center;
}

.media-logo img {
	display:block;
	margin: 0 auto;
}


/* ----- Pricing ----- */


.pricing {
	margin-top:75px;
}

.btn-signup {
	background-color: #fff000;
	color:#000;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

.price {
	font-size:36px;
	font-weight: 700
}

.price > small {
	font-size:16px;
}

.pricing-panel-footer {
	background-color: #000;
}

.box {
  width: 200px; height: 300px;
  position: relative;
  border: 1px solid #BBB;
  background: #EEE;
}
.ribbon {
  position: absolute;
  left: 10px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#FFF000 0%, #C9BE00 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #C9BE00;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #C9BE00;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #C9BE00;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #C9BE00;
}


/* ----- Call-To-Action ----- */

.cta {
	margin-top:85px;
	padding: 30px 50px;
}

.cta-text {
    color:#fff000;
    font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 30px;
	text-align: center;
}


/* ----- Footer ----- */

footer {
	margin-top:50px;
	height:125px;
	background-color:#e0e0e0
}

footer .container {
	padding-top:20px;
	font-family:'Roboto';
	font-weight:300;
	font-size:14px;
	text-align:center;
}