@charset "utf-8";
/* CSS Document */

body{
	font-family: brandon-grotesque, sans-serif;
	font-style: normal;
	font-weight: 100;
	font-size:20px;
	line-height:24px;
}
h1{
	font-family: brandon-grotesque, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size:48px;
}
h1.header{
	font-weight:500;
}
h2{
	font-family: brandon-grotesque, sans-serif;
	font-style: normal;
	text-transform:uppercase;
	font-size:30px;
	font-weight:900;
	letter-spacing:10px;	
}
h3{
	font-family: brandon-grotesque, sans-serif;
	font-style: normal;
	font-size:30px;
	font-weight:900;	
}
h4{
	font-family: brandon-grotesque, sans-serif;
	font-style: normal;
	font-size:24px;
	font-weight:900;	
}
h5{
	font-family: brandon-grotesque, sans-serif;
	font-style: normal;
	font-size:18px;
	font-weight:500;	
}
h6{
	font-family: brandon-grotesque, sans-serif;
	font-style: normal;
	font-size:18px;
	font-weight:900;
}
.cutline{
	font-family: brandon-grotesque, sans-serif;
	font-style: normal;
	font-size:14px;
	margin:30px 0 0 0;
}
a{
	color:#7B0202;
	text-decoration:underline;
	font-family: brandon-grotesque, sans-serif;
	font-style: normal;
}
.italic{
	font-style:italic;
}
.social-media img{
	border:none;	
}

/*  Background-colors  */
.dark-bg{
	background-color:#A59C8A;
}
.light-bg{
	background-color:#CBC1AC;	
}
.bottom-gradient{
	background: #a49b8a; /* Old browsers */
background: -moz-linear-gradient(top, #a49b8a 0%, #a49b8a 90%, #ffffff 90%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #a49b8a 0%,#a49b8a 90%,#ffffff 90%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #a49b8a 0%,#a49b8a 90%,#ffffff 90%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a49b8a', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.white-bg{
	background-color:#ffffff;
}
/*    Font colors      */
.dark-red{
	color:#6F0000;
}
.orange{
	color:#BE4300;
}
.dark-grey{
	color:#636363	
}
.black{
	color:#000000;	
}
.white{
	color:#ffffff;	
}

/* Header customization */

.header-capital{
	background:url(../images/capital-building-header.png);
	background-size:cover;
	background-position:center;
	height:750px;
	display: block;
    max-width: 100%;		
}
.video-pos{
	top:42%;	
}

.image-border{
	border:5px solid #ffffff;
	
}
div.header-text > h3{
	padding-right:20px;
	padding-top:15px;
}

.header-container{
	float:right;
	background-color: rgba(255,255,255,0.6);
	width:635px;
	top:500px;
	text-align: center;
}
.lesson-header-container{
	float:right;
	background-color: rgba(255,255,255,0.6);
	width:635px;
	top:450px;
	text-align:center;
}
.header-text{
	display:flex;
	float:right;
}

.header-divider{
	width:101.4%;
	border:2px solid #ffffff;
	margin-bottom:0;
}
.header-drop-shadow{
	text-shadow: 0px 0px 10px black;
	color:white;
	opacity:1;
}
@media (min-width:576px) and (max-width:768px){
	.header-container, .lesson-header-container{
		width:508px;
	}
	
	div.header-text > h3, div.lesson-header-container >h3{
		font-size:24px;
		padding-right:5px;	
	}
	div.header-text > h1, div.lesson-header-container > h1{
		font-size:40px;
	}
}

@media (max-width:576px){
		.header-container, .lesson-header-container{
		width: 263px;
		top: 40%;
   		text-align: center;
	}
	.header-text, .lesson-header-container{
		display:block;
	}
	div.lesson-header-container > h1{
		font-size:36px;	
	}
 	div.lesson-header-container > h3{
	 	font-size:24px; 
		float:none;
 	}
	.video-pos {
 		top: 20%;
 		left: 8%;
 	}
}

@media (max-width:400px){
	div.header-container>h2, div.lesson-header-container>h2{
		font-size:20px;
		letter-spacing:10px;	
	}
	div.header-text > h3, div.lesson-header-container > h3{
		font-size:20px;
		padding-right:0px;
		float:none;
	}
	div.header-text > h1, div.lesson-header-container >h1{
		font-size:30px;		
	}
	.header-container, .lesson-header-container{
		width: 200px;
		top: 350px;
   		text-align: center;
	}
	.header-text{
		display:block;
	}
}

/*    Padding/Margin spacing       */
.ptb-1{
	padding-top:1rem !important;
	padding-bottom:1rem !important;	
}
.ptb-2{
	padding-top:2rem !important;
	padding-bottom:2rem !important;
	
}
.ptb-3{
	padding-top:3rem !important;
	padding-bottom:3rem !important;
	
}
.mtb-1{
	margin-top:1rem !important;
	margin-bottom:1rem !important;
}
.mtb-2{
	margin-top:2rem !important;
	margin-bottom:2rem !important;
}
.mtb-3{
	margin-top:3rem !important;
	margin-bottom:3rem !important;
}
.pb-1{
	padding-bottom:1rem !important;
}
.pb-2{
	padding-bottom:2rem !important;
}
.pb-3{
	padding-bottom:3rem !important;
}
.pt-1{
	padding-top:1rem !important;
}
.pt-2{
	padding-top:2rem !important;
}
.pt-3{
	padding-top:3rem !important;
}
.pr-1{
	padding-right:1rem !important;
}
.pr-2{
	padding-right:2rem !important;
}
.pr-3{
	padding-right:3rem !important;
}
.pl-1{
	padding-left:1rem !important;
}
.pl-2{
	padding-left:2rem !important;
}
.pl-3{
	padding-left:3rem !important;
}
.ml-1{
	margin-left:1rem !important;
}
.ml-2{
	margin-left:2rem !important;
}
.ml-3{
	margin-left:3rem !important;
}
.prl-1{
	padding:0 1rem !important;
}
.prl-2{
	padding:0 2rem !important;
}
.prl-3{
	padding:0 3rem !important;
}
.mrl-1{
	margin:0 1rem !important;
}
.mrl-2{
	margin:0 2rem !important;
}
.mrl-3{
	margin:0 3rem !important;
}
.container-fluid{
	padding-right:50px !important;
	padding-left:50px !important;
}
@media (max-width:400px){
	.container-fluid{
		padding-right:10px !important;
		padding-left:10px !important;
	}
}
.float-right{
	float:right;	
}
.float-left{
	float:left;	
}
/*  TESTING Left Sidebar         */
.fa-2x {
	font-size: 2em;
}
.fa-1x {
	font-size: 1.25em !important;
}
/*.fa {
position: relative;
padding-left:30px;
margin-right:50px;
font-size:12px;
}*/
i.fa.fa-circle{
	font-size:8px;
	color:#6F0000;
}

.main-menu:hover,nav.main-menu.expanded {
width:500px;
overflow:visible;
}

.main-menu {
 background-color: rgba(255,255,255,0.9);
border-right:1px solid #e5e5e5;
position:fixed;
top:0;
left:0;
width:60px;
overflow:hidden;
-webkit-transition:width .05s linear;
transition:width .05s linear;
-webkit-transform:translateZ(0) scale(1,1);
z-index:1000;
margin-top:20px;
	box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.main-menu>ul {
margin:7px 0;
}

.main-menu li {
position:relative;
display:block;
width:500px;
}

.main-menu li>a {
position:relative;
display:table;
border-collapse:collapse;
border-spacing:0;
color:#000;
 font-family: arial;
font-size: 14px;
text-decoration:none;
-webkit-transform:translateZ(0) scale(1,1);
-webkit-transition:all .1s linear;
transition:all .1s linear;
margin:10px 0; 
}

.main-menu .nav-icon {
position:relative;
display:table-cell;
width:60px;
height:36px;
text-align:center;
vertical-align:middle;
font-size:18px;
}

.main-menu .nav-text {
position:relative;
display:table-cell;
vertical-align:middle;
width:400px;
  font-family: brandon-grotesque, sans-serif;
  font-size:20px;
}

.main-menu>ul.logout {
position:absolute;
left:0;
bottom:0;
}

.no-touch .scrollable.hover {
overflow-y:hidden;
}

.no-touch .scrollable.hover:hover {
overflow-y:auto;
overflow:visible;
}

a:hover,a:focus {
text-decoration:none;
}

nav {
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;
}
.open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px;
}
/*nav ul,nav li {
outline:0;
margin:0;
padding:0;
}
.main-menu li:hover>a,nav.main-menu li.active>a,
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,
.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,
.dashboard-page nav.dashboard-menu ul li.active a {
color:#fff;
background-color:#5fa2db !important;
}

a span.nav-number, a span.nav-menu-icon{
font-family: brandon-grotesque, sans-serif;
	font-weight:700;
	font-size:30px;
	color:#ffffff;
	 text-shadow: 0px 0px 10px black;
	 text-decoration:none;
	 text-align:center;
	 padding:0 24px 0 24px;
}

a.selected span.nav-number, a.selected span.nav-text{
	color:#6F0000;
	font-weight:900;
	text-shadow: 0px 0px 10px white;
}
.main-menu li>a.selected-lesson{
	color:#6F0000;
	margin:0;
}
.main-menu li>a.selected{
	color:#6F0000;
	margin:0;
}
.main-menu li a.active {
    background-color:#5fa2db;
    color: #fff;
}*/
/* Images within large columns of text are centered */
	
div.col-lg-12 > div.rich-text > img.richtext-image{
	display:block;
	margin-right:auto;
	margin-left:auto;
	max-width:100%;
	height:auto;	
}
footer ul{
	list-style-type: none;
	padding-left: 0;
}
footer a {
	font-size:18px;	
	text-decoration: none;
}
a:focus,a:hover{
	color:#6F0000;
}
footer a:hover {
	text-decoration: underline;
}
li.dropdown.open a {
	font-weight: bold;
	color: #6F0000;
}
footer h3 {
	color: #333;
}
div.header-capital img.video-image{
	border:2px solid #ffffff;
}
div.header-capital img.play-button{
	border:0px;
}
.dropdown-menu >li >a{
	color:#BE4300;
	padding:0 20px;
}
.dark-red-solid-button{
	width:250px;
	height:50px;
	border:3px solid #6F0000;
	color: #fff;
	background-color:#6F0000;
	padding:0;
	margin:0;
	border-radius:5px;
}
.orange-solid-button{
	text-align:center;
	width:150px;
	border:3px solid #BE4300;
	color: #fff;
	background-color:#BE4300;
	padding:0;
	margin:0;
	border-radius:5px;
}
.orange-solid-button h5{
	padding:0;
	margin:0;
	
}
footer img{
	border:0px;
}
.copyright{
	font-size:14px;
	color:#6F0000;
	margin:0;
}
.three-column-align{
	display:inline-block;
	vertical-align:middle;
	width:30.3%;
	text-align:center;	
}
.three-column-align h3{
	margin:5px 0;	
}
.logo-column-align{
	display:inline-block;
	vertical-align:middle;
	padding:20px;	
}
.vertical-content-align {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.video-pos .vertical-content-align {
	transform: translate(-50%,20%);
}
@media (max-width: 1199px){
	.video-pos .vertical-content-align {
		transform: translate(-50%,-50%);
	}
}
.modal-header{
	padding:10px;
	border-bottom:0;
}
blockquote b{
	color:#6F0000;	
}
blockquote{
	border-left:5px solid #6F0000;	
}
blockquote.pullout {
    font-size: 24px;
    width: 350px;
    float: right;
    border: 2px solid #CBC1AC;
    text-align: center;
    padding: 25px 13px;
}

blockquote.pullout:before {
    content: "“";
    font-size: 40px;
}
/*   Extension Lessons      */
h4.area{
	float:right;
	font-size:20px;
	font-weight:500;
}
.dark-blue-solid-button{
	border:3px solid #2A5779;
	color: #fff;
	background-color:#2A5779;
	padding:5px 20px;
	margin:0;
	border-radius:10px;
}
.light-blue-solid-button{
	width:250px;
	height:50px;
	border:3px solid #468CC8;
	color: #fff;
	background-color:#468CC8;
	padding:0;
	margin:0;
	border-radius:5px;
}
.green-solid-button{
	width:250px;
	height:50px;
	border:3px solid #59B133;
	color: #fff;
	background-color:#59B133;
	padding:0;
	margin:0;
	border-radius:5px;
}
section .dark-blue-divider{
	height:50px;
	background-color:#2A5779;
}
.grey-rectangle{
	background-color:#ebebea;
	border-radius: 10px;
	height: 249px;
	margin:0 6px;
	width:175px;
}
.grey-rectangle img{
	border:none;
}

.round-button-circle {
	width:100px;
	height:100px;
    border-radius: 50%;
    background: #2A5779;
	position:absolute;
	top:20%;
	left:22%;

}
p.description{
	font-size:14px;
	margin-bottom:10px;
	line-height:16px;	
}
p.item-number{
	font-size:14px;	
	font-weight:bold;
}
.rectangle-content-position{
	    text-align: center;
    position:relative;
    top: 60%;
}
.rectangle-content-position h6{
	margin:5px 0;
}
p.extension-lesson{
	font-size:18px;	
}
p.description{
	font-size:12px;
	margin-bottom:7px;
	line-height:15px;	
}
button h4 a {
    color: #ffffff;
    text-decoration: none;
}
h5.session{
	font-weight:900;
	padding:10px 0;
	text-transform:uppercase;
}
footer .dark-blue-divider{
	height:25px;
	background-color:#2A5779;
}
.footer-logo-padding{
	margin-top:11%;	
}
.template-lessonpage a[href^="http://nebraskavirtualcapitol.org/panos/"]:after{
	content:""url("/static/images/link-css.png");
	padding-left:7px;
}
img.swimage {
    padding-bottom:1em;
}
img.richtext-image.right {
    float: right;
}

img.richtext-image.left {
    float: left;
    padding-right: 15px;
}
.block-activity {
    padding: 1.5em 0;
}
table>tbody>tr>td, table>tbody>tr>th, table>tfoot>tr>td, table>tfoot>tr>th, table>thead>tr>td, table>thead>tr>th{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;	
	border:1px solid #ddd;
}
table{
	border:1px solid #ddd;
	width:100%;
	margin-bottom:20px;	
}

/*span.glossary {
	position: relative;
	display: inline-block;
}*/

.glossary-term {
    color: #BE4300;
    cursor: pointer;
    position: static;
	display: inline-block;
}

.glossary-term .glossary-definition{
    visibility: hidden;
    position: absolute;
	right:1%;
	/*top:95%;*/
    background-color: #fff;
    border: 1px solid #000000;
    padding: .5em;
    box-shadow:2px 2px 5px #aaa;
}
.glossary-term .glossary-definition::after{
	content: "";
}
/*span.glossary-term:hover {
    color: #636363;
}*/

.glossary-term:hover .glossary-definition {
	visibility: visible;
	opacity: 1;
    /*display:block;*/
    color:#BE4300;
    z-index: 1000;
    width:200px;
}
img.video-image:hover {
    cursor: pointer;
}
a .fa {
position: relative;
padding-left:30px;
margin-right:50px;
font-size:12px;
}
.rich-text img.full-width, img.activity {
    display: block;
    max-width:100%;
    height:auto;
    margin: auto;
}
.menu-dot {
    margin-right: 50px;
    font-size: 12px;
    margin-left: 28px;
}
.block-net_media {
    padding: 50px 0;
}
@media (max-width:767px){
    .block-session_file, .block-session_link, .block-image_gallery{
        display:inline-flex;    
    }
}
@media (max-width:880px){
    .ext-lesson-header{
        padding-left:65px;
        padding-right:30px;
    }
    .container{
    	padding-left: 65px;
    }

}
.block-three_column img, .block-two_column img{
    margin-bottom: 15px;
}
.caption {
    font-size: 16px;
    text-align: right;
    margin-bottom: 15px;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
  display: flex;
  align-items: stretch;
  flex-direction: column;
}

#sidebar {
  margin-left: -320px;
  min-width: 250px;
  max-width: 250px;
  background: #fff;
  color: #6F0000;
  transition: all 0.3s;
  position:absolute;
  z-index: 100;
}
 #sidebarCollapse span {
    display: none;
  }
body.template-extensionlessonpage #sidebar.active,
body.template-homepage #sidebar.active {
  margin-left: -10px;
}
#sidebar.active {
  margin-left: -60px;
}

#sidebar a,
#sidebar a:hover,
#sidebar a:focus {
  color: inherit;
}

#sidebar .sidebar-header {
  padding: 20px;
  background: #fff;
}

#sidebar ul.components {
  padding: 20px 0;
}

#sidebar ul p {
  color: #6F0000;
  padding: 10px;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 1em;
  display: block;
  text-decoration:none;
}

#sidebar ul li a:hover, li.active a.open{
  color: #fff !important;
  background: #6F0000;
}

}
ul.list-unstyled components li.active > #sidebar a,
#sidebar a[aria-expanded="true"] {
  color: #6F0000;
  background: #fff;
}

a.selected-lesson.active{
	color: #fff !important;
	background-color: #6F0000;
}
a[data-toggle="collapse"] {
  position: relative;
}

a.open[aria-expanded="false"]::before,
a.open[aria-expanded="true"]::before {
  content: '\e259';
  display: block;
  position: absolute;
  right: 20px;
  font-family: 'Glyphicons Halflings';
  font-size: 0.6em;
}

a.open[aria-expanded="true"]::before {
  content: '\e260';
}

ul ul a {
  padding-left: 30px !important;
  color: #6F0000;
}

ul.CTAs {
  padding: 20px;
}

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

a.download {
  background: #fff;
  color: #;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
  padding: 20px;
  min-height: 100vh;
  transition: all 0.3s;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
  #sidebar {
    margin-left: -320px;
  }
  #sidebarCollapse span {
    display: none;
  }
}

div#sidebarCollapse{
	padding:0px;
	margin:0px;
}
@media (max-width: 400px) {
	#sidebar.active {
    	margin-left: -30px;
	}
}	

 .bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #6F0000;
  margin: 6px 0;
  transition: 0.4s;
}
.hamburger:hover{
	cursor: pointer;
}
ul.dropdown-menu a.active,
ul li.dropdown a.dropdown.active {
    text-decoration: underline;
} 
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
	background-color: transparent;
	text-decoration: underline;
}