/* Author: Nine Yards Media */
/* Version: 2.05 / 2024-06-06 */
/* Modifications to .send-error */

@font-face {
  font-family: LatoRegular;
  src: url('./../core/assets/fonts/Lato-Regular.ttf');
}

body, html {
	font-family: Lato, LatoRegular, sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: #dcdcdc;
}

#wbt-content {
	min-height: 760px !important;
	border: 1px solid #a4a4a4;
	position: relative;
}


#wbt-content, header, footer {
	min-width: 1200px !important;
	overflow: hidden;
}

#version {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 999;
	padding: 10px;
	color: #fff;
	font-size: .7em;
}

.toast {
	z-index: 1001 !important;
}

.popover-indicator {
	margin-top: -10px;
}

/* required for SVG keyboard + mouse accessibility to work*/
svg a.popover-trigger rect {
  pointer-events: all;
  cursor: pointer;
}

/* structure */

header {
	width: 100%;
	height: 60px;
	background-color: #d3d6da;
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 101;
	top: 0;

	box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.15);
}

footer {
	width: 100%;
	height: 60px;
	background-color: #f7f7f8;
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 99;
	bottom: 0;

	box-shadow: 0px -5px 20px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px -5px 20px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px -5px 20px 0px rgba(0,0,0,0.15);

}

#assessmentHeader {
	margin:10px 0px 0px 70px;
}

#page {
	position: relative;
	margin-top: 60px;
	width: 100%;
	height: 638px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #fff;
}

.overlay, .module, header, footer {
	display: none;
}


/* links + navigation */

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a[href$='.pdf'], .pdf-link { 
	padding: 5px 20px 5px 0;
	background: transparent url("../img/ui/icon_pdf.gif") no-repeat center right;
}

#navigation-left a:link, #navigation-left a:active, #navigation-left a:visited {
	color: #1d639c;
	fill: #1d639c;
}

#navigation-left a:hover {
	color: #777;
	fill: #777;
}

#navigation-right a:link, #navigation-right a:active, #navigation-right a:visited {
	color: #62ccf3;
	font-weight: 700;
	fill: #62ccf3;
	cursor: pointer;
}

#navigation-right a:hover {
	color: #1d639c;
	text-decoration: none;
	fill: #1d639c;
}

a#btnNext svg {
  -webkit-transform:rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

a#btnPrevious.disabled, a#btnPrevious.disabled svg {
	color: #777;
	fill: #777;
	cursor: default;
}

/* popups */

.popup {
	visibility: visible !important;
	display: none;
	position: absolute;
	top: 30px;
	right: 30px;
	width: 300px;
	overflow: auto;
	z-index: 999;
	text-decoration:none;
	color:#f2f2f2;
	background-color: #164873;
	padding:20px;
	max-height: 600px;

	background: #f9eb8d url(../../assets/img/ui/note-corner.png) bottom right no-repeat;
	-webkit-box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.3);
	color: #000;
}

.popup.popup-med {
	width: 550px;
}

.popup.popup-large {
	width: 750px;
}
.popup.popup-xlarge {
	width: 950px;
}
.popup.popup-xxlarge {
	width: 1150px;
}

/* move popup down if it's in a carousel with a close button*/
#ea-container .popup {
    top: 70px;
}


/* welcome + menu */

.module#welcome, .module#menu {
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 100%;
}

.module .text-overlay {
	background-color: rgba(211,214,218,.95);
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 40%;
	padding: 50px;
}

.module .text-overlay.text-overlay-expanded {
	right: 0px !important;
	width: 60%;
}

.menu-link {
	background-repeat: no-repeat;
	display: flex;
}

ul#menu-list li a, #menu-key li.menu-key-item {
	fill: #999;
}

ul#menu-list li a.lesson-started, #menu-key li.menu-key-item-started {
	fill: #62cdf3;
}

ul#menu-list li a.lesson-completed, #menu-key li.menu-key-item-completed {
	fill: #18619b;
}

#menu ul#menu-key {
	padding-top: 1em;
	border-top: 1px solid #c4c4c4;
}

#menu ul#menu-key li.menu-key-item {
	text-decoration: none;
	height: 50px;
	line-height: 90px;
}

/* page stylings */

/*#class-introduction {

}*/

#class-introduction > div {
	padding: 40px;
	padding-right: 100px;
	background-color: #efeeed;
	margin: 20px;
}

#class-objectives {
	margin-left: -80px !important;
}

#class-objectives > div {
	padding: 30px;
	background-color: #e4e4e4;
}

.topic-overview {
	/*padding: 50px;*/
}


/* checkpoint */

#checkpoint form#form-checkpoint-question {
	position: absolute;
	right: 0;
	top: 0;
	width: 60%;
	height: 100%;
	background-color: #f9f9f9;
	padding: 50px;
}

#checkpoint-feedback {
	max-width: 300px;
	position: absolute;
	left: 3em;
}

.msg-pass, .msg-fail {
	display: none;
}

.form-check {
	margin-bottom: .5rem;
}

/* checkpoint sort */

#checkpoint-sort li {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    cursor: default;
}

#checkpoint-sort li.demo-allow-select {
    padding: 1em;
    line-height: 1.3;
    user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
}

#checkpoint-sort li.demo-allow-select span {
    cursor: text;
}

#checkpoint-sort.sort-list {
    clear:left;
    margin: 0 0 10px 0;
    padding: 0;
}

#checkpoint-sort li {
	display:block;
	border: 1px solid #dcdcdc;
	background: #f9f9f9;
	margin: 0;
	margin-bottom: -1px;
	max-width: 100%;
	cursor: pointer;
	position: relative;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#checkpoint-sort li:first-child {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#checkpoint-sort li:last-child {
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

#checkpoint-sort li span.step-text {
    padding: 10px;
    display: block;
    margin-left: 20px;
}

#checkpoint-sort li .step-identifier {
	font-weight: bold;	
}

#checkpoint-sort .handle::after {
    content: " \2261";
    display: flex;
}

#checkpoint-sort .handle {
    float: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #f2f2f2;
    color: #999;
    width: 20px;
    text-align: center;
    cursor: pointer;
    margin-right: 10px;
    height: 100%;
    position: absolute;
}


/* sheets */

.sheet {
	display: none;
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0;
	padding: 0 0 0 5px;
}

.sheet:first-child {
	display: block;
}


/* image selects */

.select-set {
	margin-bottom: 10px;	
}

.img-toggle img {
	width: 100%;
	margin: 0;
	padding: 0;
	margin: 0;
	padding: 0;
	border: none;
	display: none;
	float: none;
	clear: none;
}

.image-select {
	margin: 0;
	padding: 0;
	display: block;
	float: right;
	overflow: hidden;
	max-width: 606px;
}

.image-select div {
	display: block;
	overflow: hidden;
	float: left !important;
}

.image-select a, .image-select img {
	margin: 0;
	padding: 0;
	border: none;
	display: block;
	float: left !important;
	clear: none;
}

.image-select.image-select-full {
	max-width: 964px;
	margin: 0 auto 1rem auto;
	float: none;
	clear: both;
	overflow: hidden;
}


/* custom buttons */

a.btn-pdf, a.btn-note, a.btn-legal, a.btn-steps, a.btn-teaser, a.btn-bulb {
	background-color: orange;
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	color: #fff;
	background-size: contain;
	padding-left: 2.2em;
	text-align: center;
	justify-content: center;
	justify-content: center!important;
	align-content: center;
	align-items: center!important;
	border-radius: .25rem!important;
	display: inline-flex;
	border-radius: .25rem!important;
	border: none;
}

a.btn-pdf {
    background-image: url('../../../core/assets/img/ui/icon-pdf.svg');
} 

a.btn-note {
    background-image: url('../../../core/assets/img/ui/icon-note.svg');
}

a.btn-steps {
   background-image: url('../../../core/assets/img/ui/icon-steps.svg');
}
 
a.btn-legal {
    background-image: url('../../../core/assets/img/ui/icon-legal.svg');
}

a.btn-bulb {
    background-image: url('../../../core/assets/img/ui/icon-bulb.svg');
    width: 40px;
    height: 40px;
    padding: 5px;
}

a.btn-pdf:hover, a.btn-note:hover, a.btn-legal:hover, a.btn-steps:hover, a.btn-teaser:hover, a.btn-bulb:hover {
	opacity: .9;
	color: #fff;
}

.btn-apply-next {
	display: none;
}

/* ea + overlay */

.ea-link {
	text-decoration: none;
	color: #fff;
	background: orange url('../../../core/assets/img/ui/ea.svg') no-repeat left center;
	background-size: contain;
	padding-left: 4.5em;
	
	padding-top: .5rem!important;
	padding-bottom: .5rem!important;
	text-align: center;
	justify-content: center;
	align-content: center;
	border-radius: .25rem!important;
	display: inline-flex;
}

.ea-link:hover {	
	opacity: .9;
	color: #fff;
}

#overlay-ea, #overlay-resources {
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	overflow: hidden;
	z-index: 999;
	background-color: #d3d6da;
	padding:20px;
}

#ea-container, #resources-container {
	height: 100%;
	overflow: hidden;	
	background-color: #fff;
	border: 3px solid #1b519a;
}

#resources-container {
	border-color: #999;
}

#ea-content {
	height: 100%;
	max-height: 656px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;
	display: block;
	padding: 30px;
}

#ea-menu {
	height: 55px;
	overflow: hidden;
	background-color: #1d639c;
	background: rgb(29,99,156);
	background: linear-gradient(127deg, rgba(29,99,156,1) 51%, rgba(5,112,200,0.542454481792717) 100%);
	padding: 0px;
}

#ea-tabs {
	float: left;
	overflow: visible;
	width: 100%;
	margin: 20px 0 0 0px;
	height: 35px;
	border-bottom: 2px solid #1b519a;
}

#ea-tabs a {

	padding: 5px 10px 5px 10px;
	display: block;
	float: left;
	margin: 3px 3px 0 3px;
	background-color: #4c92ea;
	color: #fff;
	text-align: center;
	overflow: hidden;
	font-size: 12px;
	text-decoration: none;
	height: 32px;
	
	border: 2px solid #1b519a;
	
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	
	border-bottom: 2px solid #1b519a;
}

#ea-tabs a.active {
	font-weight: bold;
	background-color: #fff;
	border-bottom: 2px solid #fff;
	color: #1b519a;
}

#eaClose, #referencesClose {
	position: absolute;
	overflow: hidden;
	top: 35px;
	right: 35px;	
}

#eaClose:hover, #references-close:hover {
	opacity: .8;
}

/* demos */

#overlay-demo {
	border: 1px solid #dcdcdc;
	background-color: #ffffff;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1001;
}

#demo-content {
	background-color: #f2f2f2;
	position: relative;
}

#demo-movie {
	position: relative;
}

#demo-movie-frame {
	overflow: visible;
  	width: 937px;
  	height: 638px;
  	overflow: hidden !important;
  	padding: 0;
  	margin: 0;
	border: 1px solid #dcdcdc;
}

#demo-instructions{
	display: none;
	position: absolute;
	padding: 50px;
	overflow: hidden;
	background: rgba(222,222,222,.98);
	overflow-y: scroll;
}

#viewInstructionsTab {
	position: absolute;
	width: 100%;
	text-align: center;
	height: 50px;
	bottom: 0;
	background-color: transparent;
	padding: 0px;
	font-size: 12px;
	clear: both;
}

#viewInstructionsTab a {
	margin: 0;
	float: left;
	height: 50px;
	border-right: 1px solid #dcdcdc;
	display: block;
	color: #ff7800;
	font-weight: bold;
	text-decoration: none;
	padding: 15px;
}

#viewInstructionsTab a:last-child {
	border: none;
}

#viewInstructionsTab a:hover {
	color: #ff9933;
	text-decoration: none;
}

#demoInstructions ul {
	text-indent: 0;
	margin-left: 10px;
	padding: 0;
}

#scenario {
	overflow: visible;
}

.applyit {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #ffffff url('../img/backgrounds/applyitBG.png') no-repeat 0 0;
	overflow: hidden;
	padding: 30px;
}

.demo-results {
	display: none;
}

/* scorecard */

#scoreboard {
	display: none;
	position: absolute;
	top: 60px;
	z-index: 98;
	overflow: visible;
	background: rgb(247,159,55);
	background: linear-gradient(180deg, rgba(247,159,55,1) 51%, rgba(248,175,61,1) 100%);
}

.score-num {
	background-size: contain;
	position: relative;
	width: 25px;
	height: 25px;
	display: block;
	overflow: hidden;
	color: #fff;
	text-align: center;
	font-size: 90%;
	margin-right: 10px;
	float: left;
}

.score-num.correct {
	background: #1d639c url(../../../core/assets/img/ui/check.svg) center center no-repeat;
	background-size: contain;
}

.score-num.incorrect {
	background: transparent url(../../../core/assets/img/ui/ex.svg) center center no-repeat;
	background-size: contain;
}


/* assessment */

#assessment-instructions, #assessment-results, #assessment #assessmentIntro, #assessment .assessment-section {
	position: absolute;
	right: 0;
	top: 0;
	width: 60%;
	height: 100%;
	background-color: #f9f9f9;
	padding: 100px 50px;
}

#assessment .assessment-section#section-find, #assessment .assessment-section#section-img-mc, #assessment .assessment-section#section-wsyd {
	width: 100%;
	height: inherit;
}

.assessment-section {
	display: none;
}

#assessment-instructions, #assessment-results {
	left: 0;
}

#send-error {
	background-color: #e3e3e3 !important;
	border: #cc3300 solid 4px !important;
	color: #333 !important;
}

#send-error .btn {
	color: #fff;
	background-color: #cc3300;
}

#find-it-set > div, #img-mc-set > div{
	min-width: calc(863px + var(--scrollbar-width));
	/* width: 863px; */
	height: 500px;
	overflow: overlay;
	overflow-x: hidden;
}

#wsyd-set > div {
	height: 500px;
	overflow: overlay;
	overflow-x: hidden;
}

#find-it-set > div > img, #img-mc-set > div > img {
	float: left !important;
}

.wsyd-followup {
	display: none;
}

.radio-correct {
	background: transparent url(../../../core/assets/img/ui/icon-correct.svg) center center no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	margin-left: -1.5em;
	margin-top: 2px;
	display: block;
	float: left;
}

/* add green outline to correct answer */
.revealCorrect {
	border: 2px solid green;
}

.find-it-svg .true.revealCorrect rect {
    stroke: green;
}
.find-it-svg.disabled {
    pointer-events: none;
}
.incorrectTip{
	color: #cc3300;
}
.hidden-incorrect-tip{
	display:none;
}
/* end green outline*/

/* highlight the hotspots for SVG instructional images */
.red-hotspot{
	fill: none;
	stroke: red;
	stroke-miterlimit: 10;
}

/* quote slider */

#quoteSlider {
    min-height: 250px;
    overflow: hidden;
    clear: both;
    display: block;
    position: relative;
    margin-top: 30px;
    padding: 0;
}
 
#quoteSlider > div {
    height: auto;
    width: 100%;
    overflow: hidden;
    display: block;
    background-color: transparent !important;
}
 
#quoteSlider > div::after{
  content: url("../../assets/img/ui/speech-bubble-tail.svg");
  padding-left: 25px;
}
 

#quoteSlider div div.quote{
   width: 100%;
   background-color: #f2f2f2;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   padding: 20px;
   float: left;
}
 
#quoteSlider p {
    font-size: 1.2em;
    font-family: serif;
    color: #0057a8;
    margin-bottom: 10px;
}

#quoteSlider a {
	font-weight: bold;
	text-decoration: underline;
}


/* ancillary */

#wbt-version {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: .8em;
	color: #000;
	background-color: #fff;
	line-height: .9em;
	padding: 10px;
	border: 1px solid #f1f1f1;
	z-index: 999;
}

#wbt-version p {
	padding: 2px;
	margin: 0;
}

/* typography */

.text-instructions {
	font-size: 90%;
	color: #cc3300 !important;
}

/* effects */

.is-animated {
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-o-transition: all .25s linear;
	-ms-transition: all .25s linear;
	transition: all .25s linear;
}


/* updated ea + overlay */

a.ea-carousel-link {
	color: #222222;
	font-size: .8em;
}

a.ea-carousel-link.active {
	color: #1d639c;
	border-bottom: 1px solid #1d639c;
	cursor: default;
}

#overlay-ea, #overlay-resources, #overlay-ai {
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	overflow: hidden;
	z-index: 997;
	background-color: #d3d6da;
	padding:20px;
}

#ea-container, #ai-container, #resources-container {
	height: 100%;
	overflow: hidden;	
	background-color: #fff;
	border: 3px solid #1b519a;
}

#resources-container {
	border-color: #997;
}

#ea-content, #ai-content {
	height: 100%;
	max-height: 718px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
	overflow: hidden;
	display: block;
	padding: 30px;
}

#ai-content {
	padding: 0;
}

#ea-content .carousel-item, #ai-content .carousel-item {
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
}

#ea-menu {
	height: 55px;
	overflow: hidden;
	background-color: #1d639c;
	background: rgb(29,99,156);
	background: linear-gradient(127deg, rgba(29,99,156,1) 51%, rgba(5,112,200,0.542454481792717) 100%);
	padding: 0px;
}

#ea-tabs {
	float: left;
	overflow: visible;
	width: 100%;
	margin: 20px 0 0 0px;
	height: 35px;
	border-bottom: 2px solid #1b519a;
}

#ea-tabs a {

	padding: 5px 10px 5px 10px;
	display: block;
	float: left;
	margin: 3px 3px 0 3px;
	background-color: #4c92ea;
	color: #fff;
	text-align: center;
	overflow: hidden;
	font-size: 12px;
	text-decoration: none;
	height: 32px;
	
	border: 2px solid #1b519a;
	
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	
	border-bottom: 2px solid #1b519a;
}

#ea-tabs a.active {
	font-weight: bold;
	background-color: #fff;
	border-bottom: 2px solid #fff;
	color: #1b519a;
}

#eaClose, #referencesClose {
	position: absolute;
	overflow: hidden;
	top: 35px;
	right: 35px;	
}

#aiClose:hover, #eaClose:hover, #references-close:hover {
	opacity: .8;
}


/* up-sized demo styles */

#overlay-demo {
	border: 1px solid #dcdcdc;
	background-color: #ffffff;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1001;
}

#demo-content {
	background-color: #f2f2f2;
	position: relative;
}

#demo-movie {
	position: relative;
}

.overlay-xl #demo-movie-frame {
  	width: 1198px;
  	height: 700px;
  	overflow: hidden !important;
  	padding: 0;
  	margin: 0;
  	margin-top: 0 !important;
	border: 1px solid #dcdcdc;
}

#demo-instructions{
	display: none;
	position: absolute;
	padding: 50px;
	overflow: hidden;
	background: rgba(222,222,222,.98);
	overflow-y: scroll;
}

#viewInstructionsTab {
	position: absolute;
	width: 100%;
	text-align: center;
	height: 58px;
	bottom: 0;
	background-color: transparent;
	padding: 0px;
	font-size: 12px;
	clear: both;
}

#viewInstructionsTab a {
	margin: 0;
	float: left;
	height: 58px;
	border-right: 1px solid #dcdcdc;
	display: block;
	color: #ff7800;
	font-weight: bold;
	text-decoration: none;
	padding: 20px;
}

#viewInstructionsTab a:last-child {
	border: none;
}

#viewInstructionsTab a:hover {
	color: #ff9933;
	text-decoration: none;
}

#demoInstructions ul {
	text-indent: 0;
	margin-left: 10px;
	padding: 0;
}

#scenario {
	overflow: visible;
}

.applyit {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #ffffff url('../img/backgrounds/applyitBG.png') no-repeat 0 0;
	overflow: hidden;
	padding: 30px;
}

.demo-results {
	display: none;
}

a[href$='.pdf']:not(.btn-pdf), .pdf-link { 
	padding: 5px 20px 5px 0;
	background: transparent url("../img/ui/icon_pdf.gif") no-repeat center right;
}

.module .text-overlay {
	width: 50%;
}

.text-orange {
	color: #cc3300 !important;
}

a.btn.btn-hand {
	background-image:url('../img/ui/hand_point-icon.png') !important;
	background-size: 22px 22px;
	background-position: 7px center;
}

span.text-alert, p.text-alert, li.text-alert {
	background:url('../img/ui/hand_point-icon.png');
	background-size: 20px 20px;
	background-repeat: no-repeat;
	visibility: visible;
	text-indent: 25px;
}

span.text-attention, p.text-attention, li.text-attention {
	background:url('../img/ui/exclamation_point-icon.png');
	background-size: 20px 20px;
	background-repeat: no-repeat;
	visibility: visible;
	text-indent: 25px;
}

.circle-bg {
	text-align:center;
	color: #fff;
	display: inline-flex;
	/*flex-align-self: center;*/
	font-size: .8em;
	padding:1.5px 7px 1.5px 7px;
	background: rgb(2,0,36);
	background: linear-gradient(45deg, rgba(9,9,121,1) 0%, rgba(63,120,255,1) 100%);
}

/* general carousel styling */

a.carousel-link-prev:link, a.carousel-link-prev:active, a.carousel-link-prev:visited,
a.carousel-link-next:link, a.carousel-link-next:active, a.carousel-link-next:visited,
a.carousel-link-toggle:link, a.carousel-link-toggle:active, a.carousel-link-toggle:visited {
	color: #62ccf3;
	font-weight: 700;
	fill: #62ccf3;
	cursor: pointer;
	width: 40px;
	max-height: 40px;
	float: left;	
	padding: 0;
	margin: 0;
}

a.carousel-link-prev:hover, a.carousel-link-next:hover {
	color: #1d639c;
	text-decoration: none;
	fill: #1d639c;
}

a.carousel-link-next svg {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.carousel-indicators {
	bottom: unset;
	top: 0;
	right: 0;
	z-index: 888;
	margin-top: 30px;
	float: right;
	justify-content: right;
	margin: 0;
}

.carousel-indicators button[data-bs-target] {
	border: none;
	width: 10px;
	height: 10px;
	background-color: #62ccf3;
	border-radius: 50%;
	float: right;
}

@keyframes pulse {
  0% {
    fill: #62ccf3;
  }
  50% {
    fill: #1d639c;
  }
  100% {
    fill: #62ccf3;
  }
}

.carousel-pulse {
	animation: pulse 5s infinite;
}


/* media calls */

@media screen and (min-width: 1200px) {
  
  header,
  footer,
  #wbt,
  #wbt-content{
	width: 1200px;
  }
  
  #wbt-content {
  	height: 760px;
  	max-height: 760px;  
  }

  #overlay-ea #ea-content {
  	height: 658px;
  	position: relative;
  }

  #overlay-ea.overlay-xl #ea-content {
  	height: 718px;
  	position: relative;
  }
 
}

.data-table-container{
	max-height: 500px; 
  overflow-y: auto;
  min-height: 0;
}
.carousel-item .data-table-container{
	max-height:600px;
}
.data-table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
}

.data-table
 th, .data-table td {
	border: 1px solid #00467F;
	color: #00467F;
	padding: 8px;
	text-align: left;
}
.data-table th {
  position: sticky;
	top: 0;
	background-color: #00467F;
	color:#fff;
	font-size: 1.2em;
	font-weight: bold;
}
.data-table tr:nth-child(even) {
	background-color: #f9f9f9;
}
.data-table tr:nth-child(odd) {
	background-color: #E7E9EC;
}
.data-table tr:hover {
	background-color: #f1f1f1;
}
.data-table caption {
      caption-side: top;
      font-weight: bold;
      text-align: left;
			font-size: 1.2em;
			margin-bottom: 10px;
    }

mark{
	background-color:#f9eb8d
}

/*
.col{
	
	overflow: auto;
	max-height: 590px;
	
}*/

/* accessibility increase contrast */
header {
    background-color: #eee ;    
}

.page-title.text-secondary {
    color: #333 !important;
}

#navigation-right a:link, #navigation-right a:active, #navigation-right a:visited {
    color: #1d639c;
    /*fill: #2e9bc3;*/
}

footer {
    background-color: #fefefe ;
}

#viewInstructionsTab a {
    border-right: 1px solid #dcdcdc;
    color: #843f02;
}
#viewInstructionsTab{
    background-color: white;
}