#full-screen-background-image {
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  opacity:.03;
}

hr{
	border-color:#BCBCBC;
}

body {
  padding-top: 100px;
  padding-bottom: 80px;
}

.page-header {
	margin-top:0px;
	border-color:#BCBCBC;
}

/* NAVBAR
-------------------------------------------------- */

.navbar {
  min-height: auto;
  width: 100%;
  border-bottom: 2px solid #98cfc8; 
  margin-bottom: 80px;
  padding-left:0px;
  padding-bottom:3px;
  font-size:18px;
  font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  }

.navbar-brand {
  padding: 0 15px;
  padding-top:10px;
}

.navbar-inverse .navbar-nav > li > a {
	border-bottom:3px solid rgba(0, 0, 0, 0);}
	
.navbar-inverse .navbar-nav > li > a:hover {
    color: #98cfc9;
	background-color:transparent;
	border-bottom:3px solid #98cfc9;
	}
	
.navbar-inverse .navbar-nav .dropdown-menu > li > a {
    font-size:18px;
	}
	
.navbar-inverse .navbar-nav .dropdown .dropdown-menu > li > a:hover {
    color: #98cfc9;
	background-color:transparent;
	border:none;
	}
	
@media (max-width: 768px) {
	
	.navbar-inverse .navbar-nav > li > a {
	border:none;}
	
	.navbar-inverse .navbar-nav > li > a:hover {
    color: #98cfc9;
	background-color:transparent;
	border:none;
	}
	
	.dropdown-menu > li > a:hover {
    color: #98cfc9;
	background-color:transparent;
	border:none;
	}

}	

@media (min-width: 768px) {
  .navbar-nav {
    position: relative;
    right: -50%;
  }
  .navbar-nav > li {
    position: relative;
    left: -50%;
  }
  .navbar-nav > li a {
    line-height: 80px;
    vertical-align: middle;
    padding: 0 12px;
  } 
}

@media (min-width: 992px) {
  .navbar-nav > li a {
    padding: 0 30px;
  } 
  
  .dropdown-menu li a{
	  line-height:30px;  
  }
}

@media (min-width: 1200px) {
  .navbar-nav > li a {
    padding: 0 54px;
  } 
  
  .dropdown-menu li a{
	  line-height:40px;  
  }
}

/* INDEX PAGE MODULE CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.module .col-lg-4 {
  padding-top:30px;		
  margin-bottom: 10px;
  text-align: center;
}
.module .col-sm-4 {
  padding-top:30px;		
  margin-bottom: 10px;
  text-align: center;
}
.module h2 {
  font-weight: normal;
}
.module .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

/* For selection thumbnails
-------------------------------------------------- */

 .select a {
	 text-decoration:none; 
 }
 
 .thumbnail {
    padding:0;
    overflow: hidden;
    position: relative;
    border:0;
    border-radius:0;
    box-shadow:none;
    text-align:center;
    background: #003e2d;
}

.thumbnail h3, 
.thumbnail p {
    margin:0;
    padding:0;
    position:relative;
    z-index:4;
}
.thumbnail h3 {
    color: #fff;
    margin-top:10px;
    font-size:20px;
}
.thumbnail > p {
    padding-bottom:20px;
}
.thumbnail .mask {
    opacity:0.9;
    filter: alpha(opacity=90);
    top:100%;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    position:absolute;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2 s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.thumbnail:hover .mask {
    top:0;
}

.thumbnail {
   -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	 box-sizing: border-box;
    padding: 10px;
    border: 1px solid #fff;
}

.thumbnail .mask {
    background: #98cfc9;
}
.thumbnail .mask h2 {
    margin-top:10%;
}
.thumbnail:hover {
    color:#000;
}
.thumbnail:hover h3 {
    color:#fff;
}

/* TABS and POPOVERS
-------------------------------------------------- */

.tab-content {
	margin-bottom:40px;	
}

.popover {
max-width: 700px;
}

/* HIGHLIGHTING
-------------------------------------------------- */

.active-highlight {font-weight: bold; background-color:#B2F9FF;}

.answer-key {
	margin-bottom:	30px;
}

.answer-key .btn-glass {
	padding:2px 15px;
	font-size:	30px;
}

.btn-glass {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  display: inline-block;
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
  padding: 1em 2em;
  font-family: Lato;
  font-weight: 300;
  border: 1px dotted transparent;
  letter-spacing: 0.98pt;
  text-transform: uppercase;
  -webkit-transition: background-position 2s cubic-bezier(0, 1, 0, 1), border-color 500ms, background-color 500ms;
  transition: background-position 2s cubic-bezier(0, 1, 0, 1), border-color 500ms, background-color 500ms;
  position: relative;
  background-attachment: fixed, scroll;
  background-size: 100vw 100vh, cover;
  background-position: center center, 0 0;
    
  background-image: -webkit-repeating-linear-gradient(135deg, rgba(255, 255, 255, 0) 8%, rgba(255, 255, 255, 0.075) 10%, rgba(255, 255, 255, 0.075) 14%, rgba(255, 255, 255, 0.15) 14%, rgba(255, 255, 255, 0.15) 15%, rgba(255, 255, 255, 0.075) 17%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 36%, rgba(255, 255, 255, 0.075) 40%, rgba(255, 255, 255, 0.15) 42%, rgba(255, 255, 255, 0) 43%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0.075) 60%, rgba(255, 255, 255, 0.075) 66%, rgba(255, 255, 255, 0.15) 66%, rgba(255, 255, 255, 0.075) 70%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%), -webkit-radial-gradient(ellipse farthest-corner, transparent, rgba(0, 0, 0, 0.2) 110%);
    
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0) 8%, rgba(255, 255, 255, 0.075) 10%, rgba(255, 255, 255, 0.075) 14%, rgba(255, 255, 255, 0.15) 14%, rgba(255, 255, 255, 0.15) 15%, rgba(255, 255, 255, 0.075) 17%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 36%, rgba(255, 255, 255, 0.075) 40%, rgba(255, 255, 255, 0.15) 42%, rgba(255, 255, 255, 0) 43%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0.075) 60%, rgba(255, 255, 255, 0.075) 66%, rgba(255, 255, 255, 0.15) 66%, rgba(255, 255, 255, 0.075) 70%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%), radial-gradient(ellipse farthest-corner, transparent, rgba(0, 0, 0, 0.2) 110%);
}

.btn-glass:hover {
  background-position: -100vw 0, 0 0;
  background-color:#e7e3a3;
}

/* CAPTIVATE AND VIDEOS
-------------------------------------------------- */

.embed-responsive{
	margin-bottom:20px;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

@media (max-width: 480px) {
	.embed-responsive{
		height:420px;}
	}

/* Small devices (tablets, 768px and up) */
@media (min-width: 481px) {
	.embed-responsive{
		height:630px;}
	}
	
@media (min-width: 768px) {
	.embed-responsive{
		height:630px;}
	}	

/* Page Navigation buttons at bottom of page
-------------------------------------------------- */

.footer {
  position:fixed;
  bottom:0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  margin-top:20px;
  border-top: 2px solid #98cfc8; 
  background-color: #003e2d;
  z-index:1000;
}

@media (max-width: 768px) {
	
.footer {
  position:relative;
  bottom:0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  margin-top:20px;
  border-top: 2px solid #98cfc8; 
  background-color: #003e2d;
  margin-bottom:-60px;
  z-index:1000;
}
}

.buttons{
	margin-top:0px;
	margin-bottom:10px;
	text-align:center;
	border-top: 1px solid #9C9C9C;
}

#previous{
	float:left;
	padding: 10px 10px 7px 10px;
	border-right: 1px solid #9C9C9C;
	color:#000;
}

#next{
	float:right;
	padding: 10px 10px 7px 10px;
	border-left: 1px solid #9C9C9C;
	color:#000;
}

a:hover#previous, a:hover#next{
	color:#add18c;
	text-decoration:none;
}

#arrow-left {
	float:left;
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent; 
	border-right:5px solid black; 
	margin: 5px 10px 0px 0px;
}

#arrow-right {
	float:right;
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent; 
	border-left:5px solid black; 
	margin: 5px 0px 0px 10px;
}

.progress {
	width:60%;
	margin-left:22%;
	margin-right:20%;
	margin-top:10px;
	}
	
/* Timeline
-------------------------------------------------- */
	
.timeline {
    padding: 0;
    list-style: none;
}

.timeline h5 {
	font-weight:bold;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 95px;
    left: 55px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #fed136;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

@media(min-width:768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 20px 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 20px 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li .timeline-panel {
        padding: 30px 10px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 30px 10px 20px;
    }
}

@media(min-width:1200px) {
    .timeline>li .timeline-panel {
        padding: 30px 20px 20px 80px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 30px 80px 20px 20px;
    }
}

/* MULTIPLE CHOICE
-------------------------------------------------- */

.quiz-questions_div {
	padding-top:0px; margin-top:-25px; margin-bottom:20px;
}

.multiplechoice {
	font-family: "Noto Sans", Helvetica, Arial, sans-serif;
	font-size: 16px;
}
.question {
	font-family: 'Merriweather', serif;
	font-weight: 700;
	font-size: 16px;
	margin: 30px 0;
}

.result {
	position: relative;
	border-radius: 4px;
	border: 1px solid #bcbcbc;
	margin: 0px 20px;
	padding: 3px 10px 3px 5px;
	border-left: none;
}
.result.incorrect {
	color: #bc4248;
}
.result.correct {
	color: #62bc7d;
}
.feedback {
	color: #222;
}
.result:after {
	content: '';
	position: absolute;
	height: 50%;
	width: 15px;
	border-left: 1px solid #bcbcbc;
	left: -5px;
	top: 1px;
	-webkit-transform: skew(-35deg, 0);
	-moz-transform: skew(-35deg, 0);
	-o-transform: skew(-35deg, 0);
	-ms-transform: skew(-35deg, 0);
	transform: skew(-35deg, 0);
}
.result:before {
	content: '';
	position: absolute;
	height: 48%;
	width: 15px;
	border-left: 1px solid #bcbcbc;
	bottom: 1px;
	left: -5px;
	-webkit-transform: skew(35deg, 0);
	-moz-transform: skew(35deg, 0);
	-o-transform: skew(35deg, 0);
	-ms-transform: skew(35deg, 0);
	transform: skew(35deg, 0);
	-webkit-box-shadow: -2px 1px 2px rgba(100,100,100,0.1);
	box-shadow: -2px 1px 2px rgba(100,100,100,0.1);
}

label {
	margin: 0 0 0 0.25em;
	padding: 1em 0 0 0;
}
.radiotext {
	margin: 0 0 0 0.25em;
	padding: 0 0 0 0;
	font-size:0.85em;
}
.requiredblurb {
	margin: 0 0 0 0.5em;
	padding: 0 0 0 0;
	font-size:0.85em;
}
.formsectionDesc {
	margin: 0.5em 0 0 0.05em;
	padding: 0 0 0 0;
	font-size:0.95em;
	font-weight:700;
}
.formtext_spansmaller {
	font-weight:400; 
	font-size:0.85em;
}
.formtext_paragraph {
	font-weight:400; 
	font-size:0.85em;
	margin: 0.5em 0 0 1.05em;
	padding: 1em 0 0 0;
}
.radio input[type="radio"]:checked + label {
	background-color: #ececec;
}
label > input:checked + img { /* (RADIO CHECKED) IMAGE STYLES */
	border: 2px solid #f00;
}

textarea {
    resize: none;
}

.quizlist_text {
	font-family: "Noto Sans", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #58585b;
	font-size: 16px;
}
#quizlist {
	list-style-position: outside;
	margin: 10px 5px 15px 0px;
	color: #d88027;
    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 24px;
}
#quizlist li {
	margin: 6px 5px 6px 0px;
}

.mcletter, .mcnumber li {
    margin: 0px 10px 0px 10px; 
    color: black!important;
}
.mcnumber li {
    font-size: 130%;
}
.radio {
	line-height:.95em;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 0;
    margin-left: -20px;
}

/* CENTERING MODAL's
-------------------------------------------------- */

@media(min-width:992px) {
.modal-dialog {
	width:80%;	
	padding:0;
}
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
}

/* ======== Misc =========== */
.display-none{display: none;}
