﻿h1.logo {
    padding-top: 10px;
}

nav.main-nav {
    margin-bottom: 0px;
}

nav {
    z-index: 9999;
}

footer {
	position: relative;
	z-index: 20;
}

footer div.container {
	display: table;
	position: relative;
	height: 55px;
}

footer div.container div.row {
	display: table-cell;
	vertical-align: middle;
}

#logo { 	/* needed to fix an IE 8 rendering issue */
	height: 60px;
	width: 420px;
}

#NSFLogo {
	position: absolute;
	top: 0;
	left:0;	
}

#topcontrol {
	z-index: 30;
}

/* Affixed header*/
#TEHeaderAffix {
	position: fixed;
	top: 0; 
	width: 100%;
	z-index: 1000;
	background: white;
}

/*End Affixed header*/

.panel#RotatingImgTagline {
	box-shadow: none;
}

	#SidebarWrapper.affix {
		position: fixed;
		top: 145px;
		z-index: 10;
	}
	
.navbar-form .form-control{
	width: 150px !important;
}
	
ul.menu-top.navbar-right {
    clear: both;
    margin-top: 10px;
}

.home-page section {
    margin-bottom: 20px;
}

#MainImageRow {
    margin-top: -30px;
    margin-bottom: 20px;
}

    #MainImageRow img {
        position: relative;
    }

    #MainImageRow div.image-caption {
        color: white;
        -ms-opacity: 0.7;
        opacity: 0.7;
		bottom: 0px;
        position: absolute;
        background: none repeat scroll 0 0 #222;
        max-height: 80%;
		width: 100%;
    }

        #MainImageRow div.image-caption div {
            padding: 0 20px 20px 20px;
        }

div.keywords, div.search-results {
    margin-left: 15px;
}

#CurriculumSearch {
    width: 75%;
}

div.section-heading img {
    margin-left: 5px;
    max-width: 100%;
}

img.padded-logo {
    max-width: 100%;
    margin-left: 5px;
    margin-top: 10px;
    -moz-min-width: 50%;
    -ms-min-width: 50%;
    -o-min-width: 50%;
    -webkit-min-width: 50%;
    min-width: 50%;
}

section.testimonals div.section-heading img {
    max-width: 65%;
}

#pick img.thumbnail {
    margin-right: 5px;
}

#LoginButton
{
	margin-top:10px;
}

.header .social-icons {
    text-align: right;
    margin-right: 10px;
	margin-left: 10px;
	padding-left: 10px;
}

    .header .social-icons a {
        background: #6091ba;
    }

        .header .social-icons a:hover {
            background: #2f506c;
        }

        .header .social-icons a .fa {
            color: #fff;
        }

div.tab-content {
    background-color: #6091ba;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #6091ba;
    color: white;
}

#pick > div {
    overflow: auto;
    margin-bottom: -15px;
    background: url(/assets/images/editors-pick-2.png) no-repeat left bottom;
}

#popular > div {
    overflow: auto;
    margin-bottom: -15px;
    background: url(/assets/images/MostPopular.png) no-repeat left bottom;
}

#recently_added > div {
    overflow: auto;
    margin-bottom: -15px;
    background: url(/assets/images/RecentlyAdded.png) no-repeat left bottom;
}

div.tab-content-body .img-thumbnail {
    margin-right: 5px;
    margin-bottom: 0;
}

#pick div.tab-content-body {
    margin-left: 150px;    
    margin-right: 10px;
    margin-bottom: 15px;        
    overflow: hidden;
	min-height: 154px;	
}

#popular div.tab-content-body {
    margin-left: 150px;    
    margin-right: 10px;
    margin-bottom: 15px;        
    overflow: hidden;
	min-height: 154px;	
}

#recently_added div.tab-content-body {
    margin-left: 150px;    
    margin-right: 10px;
    margin-bottom: 15px;        
    overflow: hidden;
	min-height: 154px;	
}

div.tab-content-body {       
    background-color: white;
    padding: 10px;
}

div.content {
	padding-top: 160px;
}

.label-keyword {
    background-color: #e8e8e8;
}

.label-keyword a {
    color: #2f506c;
}

.table > thead > tr > th {
  border-bottom: 2px solid #a7c2d9;
  color: #000000;
}

#ghost {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

/*Used for collapse/expand Lists*/
div[id$=More], div[id$=Less] {
	cursor: pointer;
	font-weight: bold;
}

div.popover-content p {
	font-size:13px;
	font-weight:100;
}

body.modal-open {  
  overflow:visible;
}

.listlvl4 {
    text-indent: .5em;
    list-style: none;
    padding: 0;
    margin: 0 0 0 1.8em;
}

.movie-player {
	padding: 5px;
}

.clickable {
	cursor: pointer;
}

.full-width {
	width: 100%;
}

.badge {
	background-color: #6091ba;
}

.item-number {	
	margin-right: 4px;
}

div.element {
	margin: 0 0 10px;
}

p.section {
    font-weight: bold;
	font-size: 13px;
}

@media (min-width: 768px)
{
	div.related-curriculum dl dt {
		width: 110px;
	}

	div.related-curriculum  dl dd {
		margin-left: 130px;
	}
}

dl.dl-horizontal {
	margin-bottom: 13px;
}

dl.ratings {
	cursor: pointer;
}

figure {
	display:table;
	margin: 0 auto;
	padding: 4px;
	font-size: 11px;
}

figure figcaption {	
	text-align:center;
	display: table-caption;
	caption-side: bottom;
}

figure img.img-responsive { /* fix Bootstrap bug with images overflowing container in certain situations */
	width: 100%;
}

.element, div.panel-body { /* Fix long links so that they don't overflow their containers */
	word-wrap: break-word;
}

.large {
	font-size:16px;
}

div.exemplar {
	margin-bottom: 10px;
}

div.exemplar .col-xs-4 {
	margin:0;
	padding-right:0;
}

img.img-exemplar {
	position:relative;
}

div.badge-left {
	float:left;
	width:30px;
	height:100%;
	font-size: 14px;
}

div.badge-description {
	margin-left:40px;
	font-size:14px;
}

.badge {
	font-size: 14px;
}

#ngss-alignment {
	color:#F7931E; 
	font-weight:500;
}

#iteea-alignment {
	color:#AC253F; 
	font-weight:500;
}

#common-core-alignment {
	color:#F99C32; 
	font-weight:500;
}

div.search-categories {
	margin-top:15px;
	padding-left:45px;
}

div.search-categories p {
	margin-bottom:15px;
}

/* TE Color overrides */
.btn-success, .main-nav button {
	background-color: #9ECB3A;
	border-color: #9ECB3A;
}

.te-purple, .te-cu {
	color: #582f75;
}

.te-yellow {
	color: #f8de0e;
}

.te-orange, .te-activity {
	color: #f8a81b;
}

.te-teal, .te-lesson {
	color: #146D59;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
	background-color: #146D59;
}

.te-red, .te-subject-area {
	color: #c22f45;
}

.home-tabbed-list {
	padding:0px;
}

.home-search-lg {
	font-size:14px;
	font-weight:800;
}

.no-wrap {
	white-space:nowrap;
}

.carousel-controls {
	z-index:100;
}

.item > blockquote {
	margin-bottom:0;
}

.buzz {
	min-height:315px;
}

.buzz-fixed-height {
	margin-bottom: 68px;
	max-height:100px;
}

.alignments-fixed-height {
	margin-bottom: 13px;
	max-height: 251px;
	min-height: 251px;
}

.home-tabbed-list .read-more {
	margin-left:25px;
}

.buzz-all {
	margin-right:15px;
	margin-top:15px;
}

.browse-design-badge {
	padding-top:5px;
}


/* LivingLabs */ 
.enter-living-lab {
    margin-bottom: 10px;
}


/* Print styles */
@media print {
	a[href]:after {
		content: "";
	}
  
	.panel-teacher-experiences {
		display: none;
	}
	
	#TEHeaderAffix {
		display: none;
	}
	
	div.content {
		padding-top: 0px;
	}
	
	div.breadcrumbs {
		display:none !important;
	}
	
	#topcontrol {
		display: none;
	}
	
	.share-this {
		display: none;
	}	
	
	dl.dl-horizontal {
		margin-bottom: 5px;
	}
	
	.dl-horizontal dt {
		float: left;
		width: 160px;
		overflow: hidden;
		clear: left;
		text-align: right;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	
	.dl-horizontal dd {
		margin-left: 180px;
	}
	
	.btn-print {
		display:none;
	}
	
	.panel {
		margin-bottom: 5px;
	}
	
	.panel-body {
		padding: 5px;
	}
	
	.page-wrapper .page-heading {
		margin-bottom: 10px;
	}
	
	.page-wrapper dl dd {
		margin-bottom: 0;
	}
	
	/*
	.engineering-category {
		display: block !important;
	}
	*/

}