@charset "utf-8";
/* CSS Document */
.button_table{
	font-size:1em;
	border-color:#a9a9a9;
	text-align:center;
	
}
.blog-post-actions{
    text-align:right!important;
}
.button_table th{
	background-color:#70b7b9;
	color:#333;
}
.message{
	background-color:white;
	border-radius:6px;
	border-color:#A9A9A9;
	border-style:solid;
	border-width:thin;
	padding:5px;
	margin-bottom:20px;
	margin-top:10px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
  margin-left: -20px;
  margin-right: 20px;
}
.img-blur{
	-webkit-filter: blur(10px); /* Safari */
    filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    
}
.src-image {
  display: none;
}


input[type=radio] {
margin-right:10px;
margin-left:10px;
margin-top:-10px;

}
.nav-pills>li>a{
	color:#a9a9a9;
}

.breadcrumb a{
	background-color:#A9A9A9;
	color:white;
	padding-left:7px;
}
.breadcrumb{
	font-size:0.6em!important;
	background-color:transparent;
}

.breadcrumb a:hover{
	color:black;
	text-decoration:none;
}
#main{
	background-color:transparent;
}
.btn-success{
	background-color:white!important;
	color:#323031!important;
	border-color:#323031!important;
}
.btn-success:hover{
	background-color:#323031!important;
	color:white!important;
	border-color:#323031!important;
}
.btn-info{
	background-color:#a9cf55!important;
	color:white!important;
	border-color:#a9cf55!important;
}
.btn-info:hover{
	background-color:white!important;
	color:#a9cf55!important;
	border-color:#a9cf55!important;
}
.btn-primary{
	background-color:#A9cf55!important;
	color:white!important;
	border-color:#A9cf55!important;
}
.btn-primary:hover{
	background-color:#A9cf55!important;
	color:white!important;
	border-color:#A9cf55!important;
}

.btn-danger{
	background-color:#A9A9A9!important;
	color:black!important;
	border-color:#A9A9A9!important;
}
.btn-danger:hover{
	background-color:#A9A9A9!important;
	color:black!important;
	border-color:#A9A9A9!important;
}
.btn-default{
	color:white!important;
	background-color:#3D4C53!important;
	}
h3:before {
	content:' ';
   float:left;  
   width: 0; 
   height: 0; 
   border-top: 20px solid #3D4C53; 
   border-right: 20px solid transparent; 
}
.vertical-text {
	 width:130px;
  	height:50px;
  -ms-transform:rotate(270deg); /* IE 9 */
  -moz-transform:rotate(270deg); /* Firefox */
  -webkit-transform:rotate(270deg); /* Safari and Chrome */
  -o-transform:rotate(270deg); /* Opera */
	transform-origin: left top 0;
	float: left;
}
.bgimage{
	 /* Old browsers */
	border-radius:12px;
	height:225px;
	max-width:250px;
	margin-top:10px;
	padding-left:0px!important;
	padding-right:0px!important;
	margin-right:5px;
	cursor:pointer;
	
}

.imageFilter{	

	background-position: center center;
	background-size: cover;
	height:225px;
	z-index:0;	
	position:absolute;
	width:100%;
	-moz-opacity:.50; 
 	-ms-filter:"alpha(opacity=50)";
  	filter:alpha(opacity=70);
  	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
  	opacity:0.5; 
	border-radius:12px;	
	 pointer-events: none;
}
.container{
	
}
body h2{
	color:#737373;
	font-size:25px;
}
.boxBorder{
	opacity:0;
	width:94%;
	height:94%;
	background-image:url(../../images/border.svg);
	background-repeat:no-repeat;
	
	position:absolute;
	top:2%;
	left:2%;
	margin:auto;
}
.element-animation-box-open{
  animation: animationFrames-box-open ease-in .4s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: animationFrames-box-open ease-in .4s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: animationFrames-box-open ease-in .4s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: animationFrames-box-open ease-in .4s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: animationFrames-box-open ease-in .4s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes animationFrames-box-open{
  0% {
    opacity:0;
    transform:  scaleX(0.00) scaleY(0.00) ;
  }
  100% {
    opacity:1;
    transform:  scaleX(1.00) scaleY(1.00) ;
  }
}

@-moz-keyframes animationFrames-box-open{
  0% {
    opacity:0;
    -moz-transform:  scaleX(0.00) scaleY(0.00) ;
  }
  100% {
    opacity:1;
    -moz-transform:  scaleX(1.00) scaleY(1.00) ;
  }
}

@-webkit-keyframes animationFrames-box-open {
  0% {
    opacity:0;
    -webkit-transform:  scaleX(0.00) scaleY(0.00) ;
  }
  100% {
    opacity:1;
    -webkit-transform:  scaleX(1.00) scaleY(1.00) ;
  }
}

@-o-keyframes animationFrames-box-open {
  0% {
    opacity:0;
    -o-transform:  scaleX(0.00) scaleY(0.00) ;
  }
  100% {
    opacity:1;
    -o-transform:  scaleX(1.00) scaleY(1.00) ;
  }
}

@-ms-keyframes animationFrames-box-open {
  0% {
    opacity:0;
    -ms-transform:  scaleX(0.00) scaleY(0.00) ;
  }
  100% {
    opacity:1;
    -ms-transform:  scaleX(1.00) scaleY(1.00) ;
  }
}

.element-animation-box-close{
  animation: animationFrames-box-close ease-in 0.4s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: animationFrames-box-close ease-in 0.4s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: animationFrames-box-close ease-in 0.4s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: animationFrames-box-close ease-in 0.4s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: animationFrames-box-close ease-in 0.4s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes animationFrames-box-close{
  0% {
    opacity:1;
    transform:  scaleX(1.00) scaleY(1.00) ;
  }
  100% {
    opacity:0;
    transform:  scaleX(0.00) scaleY(0.00) ;
  }
}

@-moz-keyframes animationFrames-box-close{
  0% {
    opacity:1;
    -moz-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  100% {
    opacity:0;
    -moz-transform:  scaleX(0.00) scaleY(0.00) ;
  }
}

@-webkit-keyframes animationFrames-box-close {
  0% {
    opacity:1;
    -webkit-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  100% {
    opacity:0;
    -webkit-transform:  scaleX(0.00) scaleY(0.00) ;
  }
}

@-o-keyframes animationFrames-box-close {
  0% {
    opacity:1;
    -o-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  100% {
    opacity:0;
    -o-transform:  scaleX(0.00) scaleY(0.00) ;
  }
}

@-ms-keyframes animationFrames-box-close {
  0% {
    opacity:1;
    -ms-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  100% {
    opacity:0;
    -ms-transform:  scaleX(0.00) scaleY(0.00) ;
  }
}
/** REVISED July 21, 2016 **/
.element-animation-icon-grow{
  animation: animationFrames-icon-grow ease-out .7s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: animationFrames-icon-grow ease-out .7s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: animationFrames-icon-grow ease-out .7s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: animationFrames-icon-grow ease-out .7s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: animationFrames-icon-grow ease-out .7s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes animationFrames-icon-grow{
  0% {
    transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
  }
  100% {
    transform:  translate(0px,-65px)  scaleX(1.20) scaleY(1.20) ;
  }
}

@-moz-keyframes animationFrames-icon-grow{
  0% {
    -moz-transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
  }
  100% {
    -moz-transform:  translate(0px,-60px)  scaleX(1.20) scaleY(1.20) ;
  }
}

@-webkit-keyframes animationFrames-icon-grow {
  0% {
    -webkit-transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
  }
  100% {
    -webkit-transform:  translate(0px,-60px)  scaleX(1.20) scaleY(1.20) ;
  }
}

@-o-keyframes animationFrames-icon-grow {
  0% {
    -o-transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
  }
  100% {
    -o-transform:  translate(0px,-60px)  scaleX(1.20) scaleY(1.20) ;
  }
}

@-ms-keyframes animationFrames-icon-grow {
  0% {
    -ms-transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
  }
  100% {
    -ms-transform:  translate(0px,-60px)  scaleX(1.20) scaleY(1.20) ;
  }
}

.element-animation-icon-shrink{
  animation: animationFrames-icon-shrink ease-out .7s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: animationFrames-icon-shrink ease-out .7s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: animationFrames-icon-shrink ease-out .7s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: animationFrames-icon-shrink ease-out .7s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: animationFrames-icon-shrink ease-out .7s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes animationFrames-icon-shrink{
  0% {
    transform:  translate(0px,-60px)  scaleX(1.20) scaleY(1.20) ;
  }
  100% {
    transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
  }
}

@-moz-keyframes animationFrames-icon-shrink{
  0% {
    -moz-transform:  translate(0px,-60px)  scaleX(1.20) scaleY(1.20) ;
  }
  100% {
    -moz-transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
  }
}

@-webkit-keyframes animationFrames-icon-shrink {
  0% {
    -webkit-transform:  translate(0px,-60px)  scaleX(1.20) scaleY(1.20) ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
  }
}

@-o-keyframes animationFrames-icon-shrink {
  0% {
    -o-transform:  translate(0px,-60px)  scaleX(1.20) scaleY(1.20) ;
  }
  100% {
    -o-transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
  }
}

@-ms-keyframes animationFrames-icon-shrink {
  0% {
    -ms-transform:  translate(0px,-60px)  scaleX(1.20) scaleY(1.20) ;
  }
  100% {
    -ms-transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
  }
}
.element-animation-title-up{
  animation: animationFrames-title-up linear .6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: animationFrames-title-up linear .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: animationFrames-title-up linear .6s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: animationFrames-title-up linear .6s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: animationFrames-title-up linear .6s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes animationFrames-title-up{
  0% {
    transform:  translate(0px,0px)  ;
  }
  100% {
    transform:  translate(0px,-70px) ;
  }
}

@-moz-keyframes animationFrames-title-up{
  0% {
    -moz-transform:  translate(0px,0px)  ;
  }
  100% {
    -moz-transform:  translate(0px,-70px) ;
  }
}

@-webkit-keyframes animationFrames-title-up {
  0% {
    -webkit-transform:  translate(0px,0px)  ;
  }
  100% {
    -webkit-transform:  translate(0px,-70px) ;
  }
}

@-o-keyframes animationFrames-title-up {
  0% {
    -o-transform:  translate(0px,0px)  ;
  }
  100% {
    -o-transform:  translate(0px,-70px) ;
  }
}

@-ms-keyframes animationFrames-title-up {
  0% {
    -ms-transform:  translate(0px,0px)  ;
  }
  100% {
    -ms-transform:  translate(0px,-70px) ;
  }
}
.element-animation-title-down{
  animation: animationFrames-title-down linear .6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: animationFrames-title-down linear .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: animationFrames-title-down linear .6s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: animationFrames-title-down linear .6s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: animationFrames-title-down linear .6s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes animationFrames-title-down{
  0% {
    transform:  translate(0px,-70px) ;
  }
  100% {
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes animationFrames-title-down{
  0% {
    -moz-transform:  translate(0px,-70px) ;
  }
  100% {
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes animationFrames-title-down {
  0% {
    -webkit-transform:  translate(0px,-70px) ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes animationFrames-title-down {
  0% {
    -o-transform:  translate(0px,-670px) ;
  }
  100% {
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes animationFrames-title-down {
  0% {
    -ms-transform:  translate(0px,-70px) ;
  }
  100% {
    -ms-transform:  translate(0px,0px)  ;
  }
}
.element-animation-question-up{
  animation: animationFrames-question-up linear .6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: animationFrames-question-up linear .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: animationFrames-question-up linear .6s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: animationFrames-question-up linear .6s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: animationFrames-question-up linear .6s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes animationFrames-question-up{
  0% {
    opacity:0;
    transform:  translate(0px,0px)  scaleX(0.00) scaleY(0.00) ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,-65px) scaleX(1.00) scaleY(1.00) ;
  }
}

@-moz-keyframes animationFrames-question-up{
  0% {
    opacity:0;
    -moz-transform:  translate(0px,0px)  scaleX(0.00) scaleY(0.00) ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,-65px) scaleX(1.00) scaleY(1.00) ;
  }
}

@-webkit-keyframes animationFrames-question-up {
  0% {
    opacity:0;
    -webkit-transform:  translate(0px,0px)  scaleX(0.00) scaleY(0.00) ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,-65px) scaleX(1.00) scaleY(1.00) ;
  }
}

@-o-keyframes animationFrames-question-up {
  0% {
    opacity:0;
    -o-transform:  translate(0px,0px)  scaleX(0.00) scaleY(0.00) ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,-65px) scaleX(1.00) scaleY(1.00) ;
  }
}

@-ms-keyframes animationFrames-question-up {
  0% {
    opacity:0;
    -ms-transform:  translate(0px,0px)  scaleX(0.00) scaleY(0.00) ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,-65px) scaleX(1.00) scaleY(1.00) ;
  }
}
.element-animation-question-down{
  animation: animationFrames-question-down linear .6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: animationFrames-question-down linear .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: animationFrames-question-down linear .6s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: animationFrames-question-down linear .6s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: animationFrames-question-down linear .6s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes animationFrames-question-down{
  0% {
    opacity:1;
    transform:  translate(0px,-65px) scaleX(1.00) scaleY(1.00) ;
  }
  100% {
    opacity:0;
    transform:  translate(0px,0px)  scaleX(0.00) scaleY(0.00) ;
  }
}

@-moz-keyframes animationFrames-question-down{
  0% {
    opacity:1;
    -moz-transform:  translate(0px,-65px) scaleX(1.00) scaleY(1.00) ;
  }
  100% {
    opacity:0;
    -moz-transform:  translate(0px,0px)  scaleX(0.00) scaleY(0.00) ;
  }
}

@-webkit-keyframes animationFrames-question-down {
  0% {
    opacity:1;
    -webkit-transform:  translate(0px,-65px) scaleX(1.00) scaleY(1.00) ;
  }
  100% {
    opacity:0;
    -webkit-transform:  translate(0px,0px)  scaleX(0.00) scaleY(0.00) ;
  }
}

@-o-keyframes animationFrames-question-down {
  0% {
    opacity:1;
    -o-transform:  translate(0px,-65px) scaleX(1.00) scaleY(1.00) ;
  }
  100% {
    opacity:0;
    -o-transform:  translate(0px,0px)  scaleX(0.00) scaleY(0.00) ;
  }
}

@-ms-keyframes animationFrames-question-down {
  0% {
    opacity:1;
    -ms-transform:  translate(0px,-65px) scaleX(1.00) scaleY(1.00) ;
  }
  100% {
    opacity:0;
    -ms-transform:  translate(0px,0px)  scaleX(0.00) scaleY(0.00) ;
  }
}
.question{
	color:white;
	opacity:0;
	max-width:80%;
	left:10%;
	position:relative;
}
.enlarge{
	transform: scale(2);
}
.topic_Heading{
	text-align:center!important;
}
.center {

	margin-top:90px;
    
}
.box{
	
	cursor:pointer;
}

.activityTitle{
	position:relative;
	top:0px;
	left:0px;
	cursor:pointer;
}
.activityTitle h4{
	font-size:1.4em;
	color:white;
	text-align:center;
	margin-top:10px!important;
	
}



.displayActivities {
	font-size:0.8em;
	width:auto!important;
}
.displayExpectations {
	font-size:1em;
	width:auto!important;
}
.displayLearningGoals{
	font-size:1.1em;
	width:600px!important;
}
.displayLearningSkills{
	font-size:1.1em;
	width:900px!important;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
	background-color:#A9A9A9;
}

.sidebar{
background-color:#70b7b9;
height:600px;
margin-top:-10px;
}
h2:after {
    content:' ';
    display:block;
    border:2px solid #A9A9A9;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
}
table {
    table-layout: auto;
    border-collapse: collapse;
    width: 100%;
	background:white;
}
table td{
	padding:2px;
}
table tr{
	padding:2px;
}
table .absorbing-column {
    width: 100%;
}
textarea{
	width:100%;
}
.boxsizingBorder {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
input[type=checkbox][disabled]{
   background-color:#F2F2F2;
   cursor:not-allowed!important;
}

input:disabled {
	cursor:not-allowed!important;
	background-color:#F2F2F2;
}
input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
  margin-left:10px;
  margin-top:-2px;
}
/** REVISED July 21, 2016 **/
#skip a
{ 
	position:absolute; 
	left:-10000px; 
	top:auto; 
	width:1px; 
	height:1px; 
	overflow:hidden;
} 
 
#skip a:focus 
{ 
	position:static; 
	width:auto; 
	height:auto; 
} 

#podcastButtonline{
	margin-top:-20px;
}

.noDisplay{
	display:none;
}

.frosted{
	font-family: 'Archivo Black', sans-serif;
	outline:none!important;
	color:rgba(0,0,0,0.80);
	margin-top:200px;
	
}

.complementaryButton{

	background-color:#474C35;
	color:white;
}

body{
	position:relative;
	font-family: 'Arimo', sans-serif;
	font-size:1em;
background: rgba(214,214,214,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(214,214,214,1) 0%, rgba(254,254,254,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(214,214,214,1)), color-stop(100%, rgba(254,254,254,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(214,214,214,1) 0%, rgba(254,254,254,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(214,214,214,1) 0%, rgba(254,254,254,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(214,214,214,1) 0%, rgba(254,254,254,1) 100%);
background: radial-gradient(ellipse at center, rgba(214,214,214,1) 0%, rgba(254,254,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#fefefe', GradientType=1 );
}

body p{
	
}

.container{
	background-color:#FFFFFF;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-top: 1em;
	margin-bottom: 1em;	
}

.container-fluid{
	padding-top: 0em;
	margin-bottom: 0.5em;
	padding-left:0em!important;
	padding-right:0em!important;	
}


/** Images**/
.img-rounded{
box-shadow: 2px 2px 2px 2px #E0E0E0;
}
.imageCaption{
	font-size:0.8em;
	font-color:#7F7F7F;	
}
.source {
	font-size:0.6em;
}

.panel li{
	font-size:1em;
}

.well-colouredBackground{
	background-color:#E6E2E5;   
	border-color:#33192C;  
	border-style: solid;
	padding:10px;
}

.well-whiteBackground{
	background-color:white;   
	border-color:#33192C;  
	border-style: solid;
	padding:10px;
}

/** Header and Navbar**/
header .navbar{
	padding:30px 0;
	transition: all .5s ease-out;	
}
header .navbar-default{
	background:transparent;
	border:none;
}

header .navbar-default .navbar-nav a{  /** This is the colour of the Minds On, Action, Consolidation links in the top right corner of the screen. **/
	color:black; /** CHANGE to white or black so it is visible on the background image. **/
	padding: 5px 8px;	
}

header .navbar.inbody .navbar-nav a{
	padding-top:10px;
	background-color:transparent;	
}

header .navbar-default .navbar-nav a:hover{
	background-color:white;
	color:#33192C; 
}

header .navbar-default .navbar-nav .active a{
	font-weight:700;
	color: #33192C;  
	background:transparent;
	border-bottom: 4px solid #33192C; 
	text-shadow:none;
}

header .navbar-default .navbar-nav .active a:hover{
	background:white;
	color:#33192C;
	text-shadow: none;
}

header .navbar-brand{
	visibility:hidden;
	padding-right:3px!important;
}

.addToCollapsed{
	display:none!important;
	cursor:pointer;
}

.addToCollapsed a { 
    text-decoration:none!important;
}


.addToCollapsed a:hover {
    color:#33192C!important;  
}

/** Fixes navigation 'jumping' when a modal opens**/

body.modal-open {
	overflow-y: scroll;
	padding-right: 0 !important;
}

/** Nav Bar Brand **/

header .navbar-brand{
	background: url(../../_images/icons/logoTransparent.png);
	background-repeat: no-repeat;
	background-position: 15px 0;
	height: auto;
}

header .navbar-brand h1{  
	color:black;  
	margin:0;
	font-size:1em;
	font-weight:400;
	padding-left:38px;
}

/*.activityTitle{
	position:relative;
	top:140px;
	left:-60px;
}*/

.hideLogo{
	margin-top:20px;
}
.left{
	border-right: 4px solid #33192C; 
}


/** WHITE TEXT WITH BLACK SHADOW IN COURSE TITLE  **/
/*.activityTitle h1{
    font-size:3.5em;
    font-weight:400;
    color: white;      	
}*/


/** Nav in Body **/

header .inbody{
	background: rgba(170,170,170,.9);	
}

header .navbar.inbody{	
	padding-top:0;
	padding-bottom:0;
}

header .navbar.inbody .navbar-nav{
	padding-top:10px;	
}

header .inbody .navbar-brand{
	background-size: 43px;
	background-position: top left;
	margin-top: 5px;
	padding-bottom: 0;
	margin-left:10px;
	visibility:visible;
}

header .inbody .navbar-brand h1{
	font-size:1em;
	padding-left:38px;
	
}
header .inbody .navbar-brand span.subhead {
	display:none;
}



/**Header**/





/** Progress Bar **/
header .progress{
	height:10px;
	background-color:transparent;
	margin-bottom:0px;
	visibility:hidden;
	border-radius:0px;
	box-shadow: 0px 0px 0px #FFFFFF;
}

header .progress-bar{
	background-color:#33192C; 
}

header .progress.inbody{
	visibility:visible;
}



/** Nav Bar **/
.navbar-toggle{
	margin-bottom:0px;
	margin-top:0px;
	background-color:white;
	padding:7px 10px;
}

.navbar-inverse{
	width:100%;
	z-index:100;	
}

.navbar {
	margin-bottom:0px;
}

.navbar-right a{
	background-color:rgba(170,170,170,.9);
}

.hiddenNav{
	display:none!important;
}


/** Headers for the 3-Part Lesson Plan **/
#mindson{
	padding-top:0px;
	padding-bottom:0px;	
	background-color:#EEEEEE;
}

#mindsonTitle{
	background:#33192C;	
	margin:10px 0px;
}

#mindsonTitle img{
	max-height:70px;
	min-height:70px;
	padding:5px 0px;
}

#mindsonTitle h1{
	color:#333333;
}

#action{
	padding-top:0px;
	padding-bottom:0px;
	background-color:#EEEEEE;
}

#actionTitle{
	background:#33192C;	
	margin:10px 0px;
}

#actionTitle img{
	max-height:70px;
	min-height:70px;
	padding:5px 0px;
}

#actionTitle h1{
	color:#333333;
}

#consolidation{
	padding-top:0px;
	padding-bottom:0px;	
	background-color:#EEEEEE;	
}

#consolidationTitle{
	background:#33192C;	
	margin:10px 0px;
}

#consolidationTitle img{
	max-height:70px;
	min-height:70px;
	padding:5px 0px;
}

#consolidationTitle h1{
	color:#333333;
}



/** Coloured Panels used for discussions, reflections, rubrics, assignments **/
.quote-box{    
    overflow: hidden;
    margin-top: -50px;
    padding-top: -100px;
    border-radius: 17px;
	border-width:medium;
	border-color: #33192C;
    background-color: #E6E2E5;
    margin-top: 25px;
    color:#333;
    width: 100%;
    box-shadow: 2px 2px 2px 2px #E0E0E0;    
}

.quotation-mark{
    margin-top: -10px;
    font-weight: bold;
    font-size:100px;
    color:#333;
    font-family: "Times New Roman", Georgia, Serif;
}

.quote-text{
    margin-top: -65px;
}

blockquote{
    border-left:none
} 
.doublePanel1{
	border:double;
	border-color: #33192C; 
}

.doublePanel1-heading h1{
	margin-top: 1em;
	color:#000000;
	font-size:1.8em;
}

.dashedPanel1{
	border:dashed;
	border-color: #33192C; 
}

.dashedPanel1-heading h1{
	margin-top: 1em;
	color:#000000;
	font-size:1.8em;
}

.dottedPanel1{
	border:dotted;
	border-color: #33192C; 
}

.dottedPanel1-heading h1{
	margin-top: 1em;
	color:#000000;
	font-size:1.8em;
}

.solidPanel1{
	border: groove;
	border-color: #33192C; 
}

.solidPanel-heading h1{
	margin-top: 1em;
	color:#000000;
	font-size:1.8em;
}

.colouredPanel1{
	background-color: #E6E2E5; 
}

.panel-default{
	margin-top: 1em;
	margin-bottom: 1em;	
}

.panel-default .panel-heading{
	background-color: #33192C; 
}

.panel-heading h1{
	color:white;
	font-size:1.8em;
}

/**caption**/

.carousel-caption{
	background-color: rgba(0, 0, 0,0.6);
	text-align:left;
	padding:10px;
}

.carousel-indicators {
  bottom:-50px;
  background-color:rgba(220,220,220,.9);
}

.captionHolder{
	position: relative;
}

.caption{
	background-color: rgba(255,255,255,.6);
	padding: 10px 5%;
	position: absolute;
	bottom: 0px;
	width: 85%;
	font-weight:400;
	border-radius: 0 50px 0 0;
}

.caption:hover{
	bacgkground-color: rgba(239,240,196,.9);	
}

.caption .more{
	opacity:0;
	font-size:0;
	line-height:0;
	padding-top:10px;
}

.caption .intro::after{
	content:"...";
	
}

.caption:hover .intro::after{
	content:"";
	
}

.caption:hover .more{
	display:block;
	opacity:1;
	font-size:1em;
	line-height:120%;	
}


.jumbotron{
	background-color: #E6E2E5;   
}

.jumbotron blockquote footer{
	text-align:right;	   
}

.podcast{
	background-color:#5A5A5A;
	position: fixed;
	border-radius:12px;
	border-style:solid;
	border-color:#000000;
	border-width:thin;	
	padding:10px 5px 5px 5px;	
	left:-800px;	
}

.table-responsive table  tbody  tr  td{
	white-space:normal!important;
}

table{
	font-size:0.8em;
	 
}

table th {
	text-align:center;
	background-color:#33192C;
	color:white;
}

.imageAlign {
	font-size:1.0em;
}

.equal, .equal > div[class*='col-'] { 
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

/* Tooltip */
.btn-primary{
	background-color:rgba(225,225,225,.9);
	padding:1px;
	font-size:16px;
	color:black;
}

#tooltip_container {
	pointer-events:none;
	color: #000000;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	position: absolute;
	max-width:400px;
	background-color: rgba(230,230,230,1);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	display:none;
	z-index:1000000000;
	font-family:Arial, sans-serif;
	font-size:15px;
	margin: 0 0 .5em 0;
	
}
.tooltip-source-html{display:none;}

/** Media Queries **/

@media (max-width: 1200px) {
 
  header .navbar-brand h1 {
	  font-size:1em;
  }

}

@media only screen and (min-width:913px) and (max-width: 991px)  {
.modal-lg{
      width:900px!important;
  }
  
}

@media (max-width: 990px) {
  	#sectionTitle h1{
	  	text-align:center;
  	}
  
  	header .navbar-brand h1 {
	  	font-size:1em;
  	}
	
	.jumpToTop{
		background-position: center center;
	}

  	 .left{
		border-right: none; 
	} 
}

@media (max-width:767px){
	.jumpToTop{
		background-position: center top;
	}
	
	header .navbar-brand span.subhead {
	  display:none;
  	}
	header .navbar-default .navbar-nav .active a{
    border-bottom:none!important;
}
  	.addToCollapsed{
		display:block!important;
	}
	
	.hiddenButtons{
		display:none;
	}
	
	.hideLogo{
		display:none;
	}
	
	.activityTitle{
		left:0px;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
	 #podcastButtonline{
	margin-top:-40px!important;
}


header .navbar-brand{
	min-width:300px!important;
}
}

@supports (-ms-ime-align:auto) {
  /* IE Edge 12+ CSS styles go here */


#podcastButtonline{
	margin-top:-40px!important;
	 }

.card{
  overflow:visible!important;
  margin-bottom:10px;
  float:left;
  min-width:316px!important;
  max-width:316px!important;
}
header .navbar-brand{
	min-width:300px!important;
}
}

.card-header{

    min-height:80px!important;
}
.card-body{
    min-height:187px;
    max-height:187px;
   
   
}
.card{
    margin-bottom:20px;
}

.h1,h1{
    
}

.popover{
    will-change:auto!important;
    
}

.modal-xl{
    max-width:1200px;
}