#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;
}

/* TABS and POPOVERS
-------------------------------------------------- */

.tab-content {
	margin-bottom:40px;	
}

.popover {
max-width: 700px;
}

/* HIGHLIGHTING
-------------------------------------------------- */

.active-highlight {font-weight: bold; background-color:#B2F9FF;}

.answers-key {
	margin-bottom:	30px;
}

/* 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
-------------------------------------------------- */

.customlist-cs {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:22px;
	padding-top:0px;  
}

.quiz-questions_div {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:18px;
	padding-top:0px; 
	margin-top:-40px; 
	margin-bottom:20px;
}

.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;
}

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;
}

.radio input[type="radio"]:checked + label {
	background-color: #ececec;
}
label > input:checked + img { /* (RADIO CHECKED) IMAGE STYLES */
	border: 2px solid #f00;
}

#quizlist li {
	margin: 6px 5px 6px 0px;
}

.mcletter, .mcnumber li {
    margin: 0px 10px 0px 10px; 
}

.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
-------------------------------------------------- */

.modal {
}
.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;}
