@charset "UTF-8";

body {
  background: linear-gradient(#90D0F3, #90D0F3, #A4CFEF, #C3D1ED);
	
}
p.breadcrumb + h2 {
  font-size: 1.8em;
}
.site-content-wrapper, 
.site-content-wrapper .container{
	max-width: 1200px;
background:#FFFFFF;
	}			
	
 .widget-title h2, .widget-title h3, .widget-title h4 {
  background-color: #FFFFFF;

	

}
 .widget-title h2, .widget-title2 h3, .widget-title2 h4 {
  background-color: #FFFFFF;
	

}
 .widget-title h2, .widget-title h3, .widget-title2 h3 {
  font-size: 14px;
  letter-spacing: 0.25px;
  font-weight: 700;
  font-family: 'Open Sans';
  margin: 0px 0px 18px;
  text-transform: uppercase;
  display: table;
  position: relative;
  z-index: 1;
  padding-right: 25px;
  color: #3e3212;
}
.subheading h2 {
	font-size: 14px;
  text-align: center;
/*  text-transform: uppercase;  */
  border-radius: 0.25em;
  padding: 0.50em 0;
/*  margin-left: 2em;
  margin-right: 2em;*/
  border-top: 2px solid #000000;  
  border-bottom: 2px solid #000000;
  color: #FFFFFF;
  background-color: #156F77; /*#156F77;*/
}
/*.subheading:after {
  height: 1px;
  background: #B7B7B7;
  content: '';
  position: absolute;
  top: 50%;
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
}*/
/*.subheading {
  position: relative;
}*/
p.tight {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.site-content .widget-title, .widget-title2 {
  margin-top: 0.25em;
}
.site-content .separate-title h4 {
  margin-top: 1em;
  margin-bottom: 0.8em;
}

a.btn-mptic {
  color: white;
  background-color: #4c7130;
  border: none;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}
a.btn-mptic-tips {
  color: black/*#392e10*/;
  background-color: #f6f7f0/*#dee1c8*/;
  border: 2px solid #dee1c8/*#f5f6ee*/;
}
a.btn-mptic:hover, a.btn-mptic:focus {
  color: white;  
  background: #013B8A;
}

aside a.btn {
  width:100%;
  text-align:center;
  padding:15px 0px;
  border:0px;
  text-transform:uppercase;
  color:#FFFFFF;
  font-weight:600;
/*	letter-spacing: 2px;*/
  margin-top:10px;
  font-size:12px;
}
img.mod-thumbnail {
  width: 280px;
  height: auto;
  float: left;
  margin-right: 40px;
}
span.img-placeholder {
  display: block;
  background-color: #fefefe;
  border: 0.1em solid #f0f0f0;
  text-align: center;
  font-size: 0.8em;
  color: #ddd;
  padding-top: 5em;
  height: 12em;
}
span.img-col-rgt {
  width: 100%;
}
span.img-collection-content {
  width: 200px;
  float: left;
  margin-right: 10px;
}

.panel-body ul, .panel-body ol, .resources ul {
  padding-left: 1.5em;
}
.resources> ul {
  margin-top: 0.4em;
}
.panel-body ul li, .resources ul li {
  margin-bottom: 0.25em;
}
span.glyphicon-plus-sign {
  font-size: 1.2em;
  top: 0.2em;  
}
ol.upper-alpha {list-style-type: upper-alpha;}
ol.upper-roman {list-style-type: upper-roman;}

p.transcript {
  font-size: 0.8em; 
  color: #666;  
  clear: both; 
  padding: 0.25em 1em 0.5em; 
  margin: 0.25em 0;
}

.questions {
  padding-top: 1em;
}
.questions p {
  margin-bottom: 0.5em;
}
.questions ul li {
  margin-bottom: 0.3em;
}
ul.essential-questions {
  margin-left: -1.5em;
}

.video-container {
  background-color: #FFFFFF99;
}
.vplayer-container {
  margin-left: -1em; 
  margin-right: -1em;
  height: 480px;  
justify-content: center;
}
/* extending VideoJS*/
.video-wrapper {width:80%;}
.video-content {width:80%;}
.video-js {padding-top: 56.25%}
.vjs-fullscreen {padding-top: 0px}  
.vjs-default-skin .vjs-big-play-button {left: 42%; top: 42%; width: 15%; height: 15%;}  
.video-js .vjs-big-play-button:before {
  line-height: 1.2em;
  font-size: 1.2em;
  text-shadow: .02em .02em .1em #000;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.close-reading-col-border-left {
  border-left: none;  
}
.close-reading-col-border-right {
  border-left: none;   
}
@media only screen and (min-width: 320px) {
  .vplayer-container {
    min-height: 200px;
  }
  .video-js .vjs-big-play-button:before {
    line-height: 0.8em;
  }   
}
@media only screen and (min-width: 480px) {
  .vplayer-container {
    min-height: 360px;
  }
  .video-js .vjs-big-play-button:before {
    font-size: 1.6em;
    line-height: 1em;
  } 
}
@media only screen and (min-width: 768px) {
  .vplayer-container {
    min-height: 300px;
  }
  .video-js .vjs-big-play-button:before {
    font-size: 1.4em;
    line-height: 1em;
  }  
}
@media only screen and (min-width: 992px) {
  .vplayer-container {
    min-height: 370px;
  }
  .video-js .vjs-big-play-button:before {
    font-size: 1.6em;
    line-height: 1.1em;
  }  
  .close-reading-col-border-left {
    border-left: 1px solid #b7b7b7;  
  }  
  .close-reading-col-border-right {
    border-right: 1px solid #b7b7b7  
  }   
}

.publications {
  font-style: italic;
}

.extension1 {
  text-align: center;
/*  text-transform: uppercase;  */
  border-radius: 0.25em;
  padding: 0.50em 0;
/*  margin-left: 2em;
  margin-right: 2em;*/
  border-top: 2px solid #000000;  
  border-bottom: 2px solid #000000;
  color: #FFFFFF;
  background-color: #1249A1; /*#f6f7f0;*/
}

.extension2 {
  text-align: center;
/*  text-transform: uppercase;  */
  border-radius: 0.25em;
  padding: 0.50em 0;
/*  margin-left: 2em;
  margin-right: 2em;*/
  border-top: 2px solid #000000;  
  border-bottom: 2px solid #000000;
  color: #FFFFFF;
  background-color: #C24700; /*#f6f7f0;*/
}

.extension3 {
  text-align: center;
/*  text-transform: uppercase;  */
  border-radius: 0.25em;
  padding: 0.50em 0;
/*  margin-left: 2em;
  margin-right: 2em;*/
  border-top: 2px solid #000000;  
  border-bottom: 2px solid #000000;
  color: #FFFFFF;
  background-color: #38761D; /*#f6f7f0;*/
}
/* begin: teachers page */
  h3.teachers-mod-sequence {
    font-size: 1em;
    letter-spacing: 0.25px;
    font-weight: 700;
    font-family: 'Open Sans';
    margin: 1.2em 0 0.8em;
    text-transform: uppercase; 
    color: #685f2f;
  }
  p.teachers-mod-item {
    margin: 0.25em 0.25em 0.25em 1.25em;
  }
  div.teachers-mod-flow {
    float:right; 
    width: 45%; 
    margin: 2em 1em;
  }
  p.teachers-mod-box {
    margin:0.5em; 
    padding:0.5em 0.8em;
    border: 3px #685f2f solid; 
    background-color: #e7e2c9;
    font-weight: 600;
  }
  p.fa-arrow {
    text-align: center;
    margin-bottom: 0;
    color:#fb272;  
  }
/* end: teachers page */

@media only screen and (min-width: 1200px) {
  .vplayer-container {
    min-height: 312px;
  }
  .video-js .vjs-big-play-button:before {
    font-size: 1.4em;
    line-height: 1em;
  }    
}

/*temporary*/
.hilite {
  background-color: yellow;
}

.graphicColRightTop, .graphicRightTop, .graphicRightTopB {
  background-color: #F0FFF9;
  padding: 6px;
border: 2px solid #000000;
  color: #0C0C0C;
  font-size: .9em;
  line-height: 1em;
	  border-radius: 6px;
}
.graphicRightTop {
  float: right;
  width: 28%;
  margin: 10px 8px 10px 24px
}
.graphicRightTopB {
  float: right;
  width: 40%;
  margin: 5px 10px 8px 10px;
  

}
.graphicColRightTop {
  width: 98%;
  margin-bottom: 20px
}
.graphicColRightTop img, .graphicRightTop img, .graphicRightTopB img {
  width: 100%;
  display: block
}
.graphicColRightTop p.caption, .graphicRightTop p.caption, .graphicRightTopB p.caption {
  margin: 0;
  padding: 8px 0 5px
}

.textBlock {
  background-color: #f9f9f9;
  margin-left: 80px;
  margin-right: 80px;
  padding: 10px 10px;
  border: 2px solid #ccc;
  border-radius: 10px;
	}

.column {
  float: left;
  width: 33.33%;
 align-items: center;
	
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.footercontent {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
}
.center {
  margin-left: auto;
  margin-right: auto;
}

.top-area {
  top: 159px;
}