/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html {
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
}
*, *:before, *:after {
  box-sizing: inherit;
}

body {
  width: 100%;
  overflow-x: hidden;
  font: 400 20px/1.4 'Open Sans', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
}

.inner {
  position: relative;
  width: 1010px;
  margin: 0 auto;
}

.reveal {
  opacity: 0;
}
.reveal.visible {
  opacity: 1;
}
inline .reveal {
  opacity: 1;
}
h1 .reveal {
  display: block;
}

.header-wrapper {
  height: 100px;
  position: fixed;
  z-index: 1000;
  top: -46px;
  width: 100%;
}
.header {
  position: relative;
  height: 46px;
  background: #fff8e3;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
  z-index: 1000;
}
.header h1 {
  width: 78px;
  height: 46px;
  margin: 0;
  text-indent: -5999px;
  background: url(../img/ucds-spark-logo.png) no-repeat;
}
.header h1 a {
  display: block;
  width: 78px;
  height: 46px;
}
.header .user {
  position: absolute;
  top: 0;
  right: 163px;
  height: 46px;
  padding: 0 26px 0 72px;
  border-left: 1px solid #aab2bd;
  text-align: right;
  font-size: 13px;
  font-style: italic;
  line-height: 46px;
  color: #434a54;
}
.header .user a {
  display: block;
  text-decoration: none;
  color: #434a54;
}
.header .user a:hover {
  text-decoration: underline;
}
.header .user .avatar {
  display: block;
  position: absolute;
  top: 5px;
  left: 26px;
  width: 46px;
  height: 36px;
  background: url(../img/avatar-placeholder.png) no-repeat;
}
.header .cart {
  position: absolute;
  top: 0;
  right: 0;
  width: 163px;
  height: 46px;
  padding-left: 26px;
  border-right: 1px solid #aab2bd;
  border-left: 1px solid #aab2bd;
  font-size: 13px;
  line-height: 46px;
  font-weight: 600;
  color: #434a54;
  background: url(../img/cart-bg.png) no-repeat;
}
.header .cart .number {
  display: block;
  position: absolute;
  top: 5px;
  right: 16px;
  width: 15px;
  height: 15px;
  border-radius: 7px;
  font-size: 9px;
  line-height: 15px;
  text-align: center;
  color: white;
  background: #f87c46;
}
section,
.module {
  position: relative;
}
section .pagination,
.video-header .pagination,
.module .pagination {
  height: 18px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  z-index: 1001;
  background: url(../img/controls.png) no-repeat;
  background-position: center -168px;
}
section .pagination.next,
.video-header .pagination.next,
.module .pagination.next {
  bottom: 18px;
}
section .pagination.prev,
.module .pagination.prev {
  top: 18px;
  background-position: center -150px;
}
section .pagination.top,
.module .pagination.top {
  bottom: 18px;
  background-position: center -150px;
}
section .pagination.next:hover,
.video-header .pagination.next:hover,
.module .pagination.next:hover {
  background-position: center -204px;
}
section .pagination.prev:hover,
.module .pagination.prev:hover {
  background-position: center -186px;
}
section .pagination.top:hover,
.module .pagination.top:hover {
  background-position: center -186px;
}
.page {
  position: relative;
  width: 1010px;
  margin: 0 auto;
}
.video-header {
  position: relative;
  overflow: hidden;
}
.video-header img,
.video-header video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: 100;
}
.video-header h1 {
  position: absolute;
  width: 902px;
  height: 193px;
  text-indent: -5999px;
  background: url(../img/bdr-logo.png) no-repeat;
  z-index: 200;
  margin: 100px 0 0 0;
}

.video-header h1.bmc {
  position: absolute;
  width: 700px;
  height: 250px;
  background: url(https://ucds-immersifire.s3.amazonaws.com/5714/2894/5815/bmc-logo.png) no-repeat;
  margin: 0 0 0 0;
}

.video-header h1.theme {
  position: absolute;
  width: 700px;
  height: 250px;
  background: url(https://ucds-immersifire.s3.amazonaws.com/2614/4322/5363/integrating-theme-logo.png) no-repeat;
}

.video-header h1.manipulatives {
  position: absolute;
  width: 800px;
  height: 236px;
  background: url(
https://ucds-immersifire.s3.amazonaws.com/2014/5194/6149/manipulatives-101.png) no-repeat;
}

.video-header h1.nondirectives {
  position: absolute;
  width: 800px;
  height: 145px;
  background: url(
https://ucds-immersifire.s3.amazonaws.com/1314/7501/0263/nondirectives-title.png) no-repeat;
}

.video-header h1.litcircles {
  position: absolute;
  width: 350px;
  height: 302px;
  background: url(
https://ucds-immersifire.s3.amazonaws.com/3214/8651/0100/LitCircles-Title.png) no-repeat;
  margin: 040px 0 0 0;
}

.video-header h1.DEAR {
  position: absolute;
  top: 20px;
  bottom: 50px;
  left: 350px;
  right: 50px;
  width: 325px;
  height: 262px;
  background: url(https://ucds-immersifire.s3.amazonaws.com/2114/9393/7351/Dear_Title.png) no-repeat;
  margin: 100px 0 0 -300px;
}

.video-header h1.LangGroups {
  position: absolute;
  width: 468px;
  height: 252px;
  background: url(
https://ucds-immersifire.s3.amazonaws.com/1314/9384/1535/LangGroups_Title.png) no-repeat;
  margin: 100px 0 0 0;
}

.video-header h1.WC {
  position: absolute;
  width: 600px;
  height: 198px;
  background: url(
http://www.immersifire.org/application/files/7515/1069/8765/Writing_Community_Title.png) no-repeat;
  margin: 180px 0 0 0;
}

.video-header h1.test {
  position: absolute;
  width: 600px;
  height: 198px;
  background: url(
http://www.immersifire.org/application/files/7515/1069/8765/Writing_Community_Title.png) no-repeat;
  margin: 180px 0 0 0;
}

.video-header h1.BDR {
  position: absolute;
  top: 20px;
  bottom: 50px;
  left: 350px;
  right: 50px;
  width: 500px;
  height: 261px;
  background: url(
https://ucds-immersifire.s3.amazonaws.com/5615/2693/3563/BDRTitle.png) no-repeat;
  margin: 100px 0 0 -300px;
}

.video-header h1.msc {
  position: absolute;
  width: 600px;
  height: 198px;
  background: url(https://ucds-immersifire.s3.amazonaws.com/6015/5328/4708/Music_Title.png) no-repeat;
  margin: -160px 0 0 -300px;
}

.video-header h1.science {
  position: absolute;
  width: 600px;
  height: 198px;
  background: url(
https://ucds-immersifire.s3.amazonaws.com/7615/6028/7056/Science_Title.png) no-repeat;
  margin: 180px 0 0 0;
}

.video-header .inner {
  width: auto;
  margin: auto;
}

.module {
  padding: 60px 0 220px 0;
  color: white;
  background-size: cover;
}
.background-orange {
  background: url(../img/module-orange-bg.jpg) repeat-y;
  background-size: cover;
}
.background-purple {
  background: url(../img/module-purple-bg.jpg) repeat-y;
  background-size: cover;
}
.background-blue {
  background: url(../img/module-blue-bg.jpg) repeat-y;
  background-size: cover;
}
.background-yellow {
  background: url(../img/module-yellow-bg.jpg) repeat-y;
  background-size: cover;
}
.background-green {
  background: url(../img/module-green-bg.jpg) repeat-y;
  background-size: cover;
}
.background-gray {
  background: url(../img/module-gray-bg.jpg) repeat-y;
  background-size: cover;
}
.module.image-bg-introduction {
  background: url(../img/bdr-introduction-image-bg.jpg) no-repeat;
  background-size: cover;
}
.module.image-bg-assessment {
  background: url(../img/bdr-assessment-image-bg.jpg) no-repeat;
  background-size: cover;
}
.module.image-bg-spark {
  background: url(../img/spark-image-bg.jpg) no-repeat;
  background-size: cover;
}
.yellow  {
  color: #fcd200;
}
.purple {
  color: #5d9cec;
}
.blue {
  color: #5d9cec;
}
.lime  {
  color: #a0f446;
}
.mint  {
  color: #27caa5;
}
.yellow-green {
  color: #8cc152;
}
.light-green {
    color: #45d242;
}
.light-blue {
    color: #5fc5ff;
}
.orange {
    color: #ff8f21;
}
.light {
  font-weight: 300;
}
.regular {
    font-weight: 500;
}
.bold {
    font-weight: 700;
}
.module h1 {
  margin: 1em 0 2em 0;
  text-align: center;
  font-size: 42px;
}
.module h1 span {
  display: block;
}
.module h1 .xxlarge {
  font-size: 57px;
}
.module h1 .xlarge {
  font-size: 52px;
}
.module h1 .large {
  font-size: 48px;
}
.module h1 .med-large {
  font-size: 42px;
}
.module h1 .medium {
  font-size: 35px;
}
.module h1 .small {
  font-size: 30px;
}
.module h1 .tiny {
  margin-top: 10px;
  font-size: 24px;
}
.module h2 {
  margin: 0 0 8px;
  line-height: 1.5em;
}
.module h2 span {
  display: block;
  margin-bottom: 0.5em;
}
.module h2 .large {
  font-size: 36px;
  line-height: 1.5;
}
.module h2 .medium {
  font-size: 30px;
  line-height: 1.5;
}
.module h2 .small {
  font-size: 24px;
}
.module h2 .xsmall {
  font-size: 20px;
}
.module h2 .center {
  text-align: center;
}
.module p {
  line-height: 2.0;
  margin: 0 0 20px;
  font-weight: 300;
}
.module p.large {
  font-size: 30px;
  line-height: 1.5;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.module hr {
  clear: both;
  margin: 90px 0;
  border: none;
  border-bottom: 3px solid #d4d9dd;
}
.module h2+hr {
    margin: 50px 0;
}

.icon-list {
  margin: 70px 0;
  padding: 30px 30px 0 30px;
  list-style-type: none;
  background: rgba(80, 80, 80, 0.15);
}
.icon-list li {
  float: left;
  width: 460px;
  margin: 0 30px 30px 0;
}
.icon-list li:nth-child(2n) {
  margin-right: 0;
}
.icon-list img {
  display: block;
  float: left;
  margin: 5px 20px 0 0;
  vertical-align: text-top;
}

.parallax-bg {
  width: 100%;
  height: 878px;
  background-size: 100%;
  background-attachment: fixed;
}
.touch .parallax-bg {
  background-attachment: scroll;
}
.welcome-parallax-bg {
  background: url(../img/bdr-welcome-parallax-bg.jpg) no-repeat;
  background-size: 100%;
  background-attachment: fixed;
}
.introduction-parallax-bg {
  background: url(../img/bdr-introduction-parallax-bg.jpg) no-repeat;
  background-size: 100%;
  background-attachment: fixed;
}
.assessment-parallax-bg {
  background: url(../img/bdr-assessement-parallax-bg.jpg) no-repeat;
  background-size: 100%;
  background-attachment: fixed;
}
.parallax-03-bg {
  background: url(../img/bdr-parallax-03.jpg) no-repeat;
  background-size: 100%;
  background-attachment: fixed;
}
.parallax-04-bg {
  background: url(../img/bdr-parallax-04.jpg) no-repeat;
  background-size: 100%;
  background-attachment: fixed;
}
.parallax-05-bg {
  background: url(../img/bdr-parallax-05.jpg) no-repeat;
  background-size: 100%;
  background-attachment: fixed;
}
.parallax-06-bg {
  background: url(../img/bdr-parallax-06.jpg) no-repeat;
  background-size: 100%;
  background-attachment: fixed;
}

.img-header {
  margin: 0 0 30px;
}
.img-block-left {
  float: left;
  margin-top: 12px;
}
.img-block-right {
  float: right;
  margin-top: 12px;
}
.img-block-left img {
  display: block;
  margin: 0 30px 30px 0;
}
.img-block-right img {
  display: block;
  margin: 0 0 30px 30px;
}
.img-block-center {
  width: 100%;
  text-align: center;
  margin: 70px 0;
}

img.border {
  border: 6px solid white;
}
img.shadow,
img.ccm-image-block,
.ccm-floating-image-container img {
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.16);
}
.noshadow img.ccm-image-block,
.noshadow .ccm-floating-image-container img {
  box-shadow: none;
}
.download-btn {
    display: inline-block;
    margin: 20px 0;
    color: #434a54;
    font-weight: 700;
    font-size: 22px;
    line-height: 35px;
    vertical-align: top;
    color: #fff;
}
.download-btn a {
  color: white;
}
.download-btn a:hover {
  color: white;
}
.spark-strategies .download-btn {
  margin: 0;
  padding: 20px;
}
.download-btn.center {
  text-align: center;
}
.icon-pdf {
    background: url(../img/icon-pdf.png) no-repeat center center;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: 0 0 0 10px;
}


.video-with-btn {
  position: relative;
}
.video-with-btn video {
  display: block;
  width: 1010px;
  height: 572px;
  margin: 0 auto;
}
.video-with-slides {
  position: relative;
  background: white;
}
.video-with-slides video {
  display: block;
  width: 1010px;
  height: 572px;
  margin: 0 auto;
  border: 6px solid white;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.16);
}
.video-with-slides .slideshow-container {
  position: relative;
}
.video-with-slides .cycle-slideshow .slide {
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
  color: #656d78;
}
.video-with-slides .controls a {
  display: block;
  position: absolute;
  width: 18px;
  height: 30px;
  top: 43px;
  z-index: 1000;
}
.video-with-slides .prev {
  left: 8px;
  background: url(../img/controls.png) no-repeat;
  background-position: 0 0;
}
.video-with-slides .prev:hover {
  background: url(../img/controls.png) no-repeat;
  background-position: 0 -30px;
}
.video-with-slides .next {
  right: 8px;
  background: url(../img/controls.png) no-repeat;
  background-position: -18px 0;
}
.video-with-slides .next:hover {
  background: url(../img/controls.png) no-repeat;
  background-position: -18px -30px;
}
.video-with-slides .controls .disabled {
  display: none;
}

.video-columns .column {
  float: left;
  width: 290px;
  margin-right: 70px;
}
.video-columns .column:last-child {
  margin-right: 0;
}
.video-columns h2 {
  margin-bottom: 30px;
  font-size: 52px;
  font-weight: 300;
  text-align: center;
  color: #fcd200;
}
.video-tile {
  position: relative;
  margin-bottom: 30px;
  font-weight: 600;
}
.video-tile a {
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.video-tile img {
  display: block;
  width: 278px;
  height: 156px;
}
.video-tile .caption {
 height: 44px;
 font-size: 20px;
 line-height: 44px;
 width: 100%;
 text-align: center;
 margin-left: -6px;
}

.video-tile .watch {
  position: absolute;
  bottom: 46px;
  right: 116px;
  width: 71px;
  height: 67px;
  display: block;
  background: url(../img/controls.png) no-repeat;
  background-position: 0 -284px;
}
.video-tile .watch:hover {
  background-position: 0 -352px;
}
.videos-stacked {
    margin-bottom: 100px;
}
.videos-stacked .video-tile {
    width: 383px;
    margin: 0 auto 20px auto;
}
.videos-stacked .caption {
    font-size: 35px;
    margin-bottom: 10px;
}
.videos-stacked img {
    width: 383px;
    height: 250px;
}
.videos-stacked .video-tile .watch {
    bottom: 99px;
    right: 158px;
}

body.modal-open {
  overflow: hidden;
}
.video-window {
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 100%;
  width: 100%;
  background: #262626;
  z-index: 5000;
  background-size: cover;
}
.video-window h1 {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  z-index: 10;
  color: white;
}
.video-window h2 {
  position: absolute;
  top: 60px;
  width: 100%;
  height: 40px;
  margin: 0;
  text-align: center;
  font-family: 'Oxygen', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
  z-index: 10;
  color: white;
}
.video-window .close {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  text-indent: -5999px;
  background: url(../img/controls.png) no-repeat;
  background-position: 0 -60px;
  z-index: 100;
}
.video-window .close:hover {
  background: url(../img/controls.png) no-repeat;
  background-position: 0 -90px;
}
.video-window video,
.video-window img {
  display: block;
  width: 90%;

  margin: 20px auto;
  border: 6px solid white;
}
.video-nav {
  position: relative;
  width: 1010px;
  margin: 60px auto 0 auto;
  height: 40px;
  z-index: 100;
}
.video-nav a {
  display: block;
  position: absolute;
  top: 0;
  height: 40px;
  padding-top: 2px;
  line-height: 40px;
  text-decoration: none;
  font-family: 'Oxygen', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #fcd200;
}
.video-nav a:hover {
  color: white;
}
.video-nav a .icon {
  position: absolute;
  top: 7px;
  width: 18px;
  height: 30px;
}
.video-window .prev {
  left: 0;
  padding-left: 35px;
}
.video-window .prev .icon {
  left: 0;
  background: url(../img/controls.png) no-repeat;
  background-position: 0 -120px;
}
.video-window .prev:hover .icon {
  background: url(../img/controls.png) no-repeat;
  background-position: 0 0;
}
.video-window .next {
  right: 0;
  padding-right: 35px;
}
.video-window .next .icon {
  right: 0;
  background: url(../img/controls.png) no-repeat;
  background-position: -18px -120px;
}
.video-window .next:hover .icon {
  background: url(../img/controls.png) no-repeat;
  background-position: -18px 0;
}

.callout.rounded {
  border-radius: 10px;
  overflow: hidden;
}
.callout.spark-strategies {
  color: #656d78;
  background: white;
}
.callout.shaded {
  background: rgba(80, 80, 80, 0.15);
}
.callout ul {
  padding: 30px 30px 30px 60px;
}
.callout ul li {
  margin-bottom: 1em;
}
.callout ul li:last-child {
  margin-bottom: 0;
}
.callout ul.border-right {
  border-right: 3px solid #aab2bd;
}
.callout ul.border-left {
  border-left: 3px solid #aab2bd;
}

article.rounded {
   border-radius: 10px;
   background: white;
}
.two-column-callout {
  padding: 30px;
  color: #656d78;
}
.two-column-callout .column {
  width: 460px;
}
.two-column-callout .column-left {
  float: left;
}
.two-column-callout .column-right {
  float: right;
  border-left: 3px solid #aab2bd;
}
.two-column-callout li {
  margin-bottom: 1em;
}

.two-column {
  padding: 0;
}
.two-column .column {
  width: 490px;
}
.two-column .column-left {
  float: left;
}
.two-column .column-right {
  float: right;
}
.two-column li {
  margin-bottom: .5em;
}
.column-footer {
    background: #e8a70a;
    border-radius: 0 0 10px 10px;
}
.column-footer .download-btn {
    background-color: transparent;
    padding: 0;
    margin: 20px;
}

.greenroom-callout {
  width: 500px;
  margin: 0px auto 45px;
  padding: 35px 40px;
  background: rgba(160, 212, 104, 0.15);
}
.greenroom-callout p {
  float: left;
  margin: 0;
  line-height: 76px;
  font-weight: 700;
}
.greenroom-callout .cta {
  float: right;
  width: 100%;
  padding: 20px;
  border: 4px solid white;
  text-align: center;
  text-transform: uppercase;
}

.greenroom-callout .cta img {
    margin: 0px 20px 0 0;

}

/*animation override - make everything 20% slower*/
.animated {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}


/* ==========================================================================
 * Concrete5 block modifications
 * ========================================================================== */

/*
 * Home page
 */
body.path- {
  background: url(../img/module-yellow-bg.jpg) repeat-y;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.user-controls {
  position: relative;
  margin-bottom: -50px;
  padding: 15px;
  text-align: right;
  font-size: 14px;
  z-index: 100;
}
.user-controls span {
  display: inline-block;
  margin-left: 15px;
}
.user-controls a {
  color: #BD6208;
  text-decoration: none;
}
.user-controls a:hover {
  color: #ED7D0C;
  text-decoration: underline;
}

.available-immersifires {
  margin: 0 auto;
}
.available-immersifires {
  width: 50%;
  padding: 15px 15px 5px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}
.available-immersifires h5 {
  margin-top: 0;
}
.available-immersifires a {
  color: #BD6208;
  text-decoration: none;
}
.available-immersifires a:hover {
  color: #ED7D0C;
  text-decoration: underline;
}

/* ==========================================================================
 * Concrete5 system pages
 * ========================================================================== */

/*
 * Login
 */
body.path-login {
  background: url(../img/module-yellow-bg.jpg) repeat-y;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.login-page {
  font: 400 20px/1.4 'Open Sans', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
}
.login-title {
  margin: 1em 0 2em;
  text-shadow: 3px 3px 7px rgba(0,0,0,0.2);
}
.login-page .login-title {
  padding: 0;
  margin-bottom: 65px;
  color: white;
}
.login-page .login-form {
  width: 50%;
  height: 460px;
  padding: 15px 15px 5px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}
.login-page .login-row {
  height: 100%
}
.login-page .types {
  color: #9b9b9b;
  padding: 15px 35px;
  background-color: rgba(0,0,0,0.7);
  height: 100%
}
.login-page .ccm-concrete-authentication-type-svg>svg {
  width: 16px
}
.login-page .controls {
  color: white;
  padding: 35px;
  height: 100%;
  font-size: 16px;
  font-weight: 300
}
.login-page .controls hr {
  border-color: white;
}
.login-page .help-block {
  color: white;
}
.login-page ul.auth-types {
  margin: 20px 0px 0px 0px;
  padding: 0
}
.login-page ul.auth-types>li>.fa,.login-page ul.auth-types>li svg {
  position: absolute;
  top: 2px;
  left: 0px
}
.login-page ul.auth-types>li {
  list-style-type: none;
  cursor: pointer;
  padding-left: 25px;
  margin-bottom: 15px;
  transition: color .25s;
  position: relative
}
.login-page ul.auth-types>li: hover {
  color: #cfcfcf
}
.login-page ul.auth-types>li.active {
  color: white;
  cursor: auto
}
.login-page .background-credit {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: right;
  padding: 10px 30px;
  color: #989898;
  background-color: rgba(0,0,0,0.5)
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
background-color: transparent;
border: 0;
overflow: hidden;
text-indent: -9999px;
display: block;
}
.left {
    float: left;
}
.right {
    float: right;
}

/*
 * Hide visually and from screen readers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   Media Queries for Responsive Design.
   ========================================================================== */

@media only screen and (max-device-width: 1024px) {
  .video-header {
    width: 1500px;
    height: 843px;
  }
  .video-header img {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 1500px;
    height: 843px;
  }
  .video-header h1 {
    width: 1500px;
    height: 193px;
    margin-top: 350px;
    background-position: center;
  }

  .welcome-parallax-bg,
  .introduction-parallax-bg,
  .assessment-parallax-bg,
  .parallax-03-bg,
  .parallax-04-bg,
  .parallax-05-bg,
  .parallax-06-bg {
    background-attachment: scroll;
  }
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

