body {
	background-color: rgba(255,255,255,1.00);
	color: rgba(0,0,0,1.00);
	min-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	/*background: url(../images/background.jpg) no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	background-size: cover;*/
}

body.launch-bg {
	background: url(../images/background-launch.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.centerHeight {
	/* Center contents vertically. 90vh to include footer on iPadOS*/
	min-height: calc(100vh - 126px);
}

/* Global Tab Focus */

*:focus {
	outline-color: #FFF;
	outline-style: dotted;
	outline-width: 1px;
	overflow: visible;
}

/* Custom Tab Focus */

.btn.align-middle {
	/* Remove cursor pointer on inactive cells */
	cursor: default !important;
}

.btn.align-middle:hover:enabled {
	/* Hover on active simulator cells */
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 1.0);
	cursor: pointer !important;
}

.btn:focus {
	border-color: #FFF;
	box-shadow: 0 0 0 2px rgba(0, 0, 0, .8);
	cursor: pointer !important;
}

.form-switch .form-check-input:focus, .form-switch .form-check-input:hover {
	border-color: #FFF;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .8)
}

.MathJax:focus {
	outline: 0px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 1.0)
}

.oi {
	position: relative;
	top: 0px; /* was 1px */
	display: inline-block;
	speak: none;
	font-family: 'Icons';
	font-style: normal;
	font-weight: normal;
	  /* line-height: 1; override button height change */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.videoContainer {
	position: absolute;
	height: calc(100% - 116px);
	width: 100%;
}

.ratio-hype::before {
	padding-top: 46.2222222% /* Set this to the aspect ratio of the Hype actual pixel size */
}

.HYPE_element:focus {
	outline: 1px solid #000;
}

/* Tippy TOOLTIPS and POPOVERS
----------------------------------------------- */

.tippy-box[data-theme~='definition'] {
	background-color: #fff;
	color: #000;
	border-radius: 6px;
	box-shadow: 0 0 0 1px #008091 inset;
	/*border: 3px solid #ffed8a;*/
	/*box-shadow: 0px 0px 30px;*/
	/*outline: 0;*/
	/*min-width: 320px;*/
	padding: .6em;
	transition-property: transform,visibility,opacity;
}

.tippy-box[data-theme~='definition'][data-placement^='top'] > .tippy-arrow::before {
	border-top-color: #008091;
}

.tippy-box[data-theme~='definition'][data-placement^='bottom'] > .tippy-arrow::before {
	border-bottom-color: #008091;
}

.tippy-box[data-theme~='definition'][data-placement^='left'] > .tippy-arrow::before {
	border-left-color: #008091;
}

.tippy-box[data-theme~='definition'][data-placement^='right'] > .tippy-arrow::before {
	border-right-color: #008091;
}

.tippy-box[data-theme~='definition'] > .tippy-arrow::before {
	transform: scale(1);
}

#tippy-1, #tippy-2, #tippy-3, #tippy-4, #tippy-5, #tippy-6, #tippy-7, #tippy-8, #tippy-9, #tippy-10, #tippy-11, #tippy-12, #tippy-13, #tippy-14, #tippy-15, #tippy-16 {
	display: inline;
}

.tippy-content {
text-align:left;
}


/* Sidebar
----------------------------------------------- */

#wrapper {
	overflow-x: hidden;
}

#sidebar-wrapper {
	min-height: calc(100vh - 114px);
	min-width: 300px;
	width: 300px;
	margin-left: 0;
	transition: margin 0.25s ease-out;
}

#page-content-wrapper {
	min-width: calc(100vw - 300px);
}

body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
	margin-left: -300px;
}

.scrollarea {
	overflow-y: auto;
	overflow-x: hidden;
}

/* hide close when burger shown */

.sidebar-close.collapsed .close-icon {
	display: none;
}

.sidebar-close:not(.collapsed) .navbar-toggler-icon {
	display: inline;
}

.sidebar-toggle {
	position: relative;
	z-index: 999 !important;
	/*top: -49px; */
	top: 3px;
	left: 290px;
	background-color: #FFF;
	opacity: .8;
	width: 38px;
	font-size: 1.3em;
	box-shadow: 0 0 9px -2px rgba(0,0,0,0.8);
}

.sidebar-toggle:hover {
	background-color: #E4F3D1;
	opacity: 1.0;
	color: #000;
	border-color: #E4F3D1;
	outline-color: #000;
}

.sidebar-toggle:focus {
	background-color: #E4F3D1;
	opacity: 1.0;
	color: #000;
}

.simulator-group {
	z-index: 1000 !important;
}

.bg-sidebar-header {
	color: #FFFFFF;
	background-color: #004C56;
	/*z-index: 1000 !important;*/
	box-shadow: inset 1px 4px 9px -9px rgba(0,0,0,0.8);
	width: 300px;
}

.bg-sidebar-body {
	background-color: #FFF;
	box-shadow: 0 0 9px -2px rgba(0,0,0,0.8);
}

.fixed-top-custom {
	position: fixed;
	top: 0px;
	/* right: 0; */
	/* left: 0; */
	z-index: 1030;
}

.sidebar-padding {
	padding-top: 54px;
}

/* Misc Fixes
----------------------------------------------- */

label {
	margin-bottom: 0.0rem;
}

/* Remove Arrows/Spinners  Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	/*-webkit-appearance: none;*/
	/*margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

/* Remove Arrows/Spinners Firefox */
input[type="number"] {
	/*-moz-appearance: textfield;*/
}

.btn {
	white-space: normal !important;     /* This lets long text in buttons wrap */
	word-wrap: break-word;
}

.green-hover:hover {
	/* This forces green outline on hover for unselected correct disabled button*/
	border-color: #28a745 !important;
}


/* Page style overrides
-----------------------------------------------  */

h1, .h1 {
	font-size: 1.6rem;
	font-weight: bold;
}

h1.card-header {
	font-size: 1.4rem;
}

h1.sidebar {
		font-size: 1.2rem;
		font-weight: bold;
	}

h2, .h2 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  margin-top: .5rem !important;
}

h2.accordion-header {
  margin-top: unset !important;
}

h2.sidebar {
	font-size: 1.0rem;
	margin-bottom: .5rem;
	margin-top: 0rem !important;
}

h2.sidebar:focus {
outline-style: none;
/*outline-color: #004C56;*/
text-decoration: underline;
text-decoration-style: dotted;
text-decoration-thickness: 1px;
}

h2.outputs {
	font-size: 1.0rem;
	margin-top: 1.0rem !important;
	margin-bottom: 0rem !important;
}

h2.outputs:focus {
outline-style: none;
/*outline-color: #004C56;*/
text-decoration: underline;
text-decoration-style: dotted;
text-decoration-thickness: 1px;
}

h3, .h3 {
  font-size: 1.2rem;
  font-weight: bold;
}

h3.sidebar, .hc-def {
	font-size: .9rem;
	line-height: 1.2rem;
}

h4, .h4 {
  font-size: 1.1rem;
  font-weight: bold;
}

h5, .h5 {
  font-size: 1.0rem;
  /*font-weight: bold;*/
}

.nowrap {
word-wrap: initial;
}

p,ul.match,ol.match {
	font-size: 1.1rem;
	font-weight: normal;
}

p.smaller {
	font-size: 1.0rem;
}

p.micro {
	font-size: .85rem;
	margin-bottom: 0;
}

ul.micro {
	font-size: .85rem;
	margin-bottom: 0;
	padding-left: 1rem;
}

#o2-saturation {
	font-size: .9rem;
	background-color: rgba(255,255,255,0.6);
}

.o2-saturation-cell {
	height: 24px;
	line-height: 22px
}

button.micro {
	font-size: .85rem;
}

.accordion-bg {
	background-color: #FFF;
}

.maintitle {
	font-size: 2.0rem;
	  /*font-weight: bold;*/
}

.subtitle {
  font-size: 1.1rem;
  line-height: 1.4;
  /*font-weight: bold;*/
}

.no-bullets {
    list-style-type: none;
}

.no-bullets-credits {
    list-style-type: none;
    padding-left: 0em;
}.no-bullets {
    list-style-type: none;
}

.no-bullets-credits {
    list-style-type: none;
    padding-left: 0em;
}

.settings { 
font-size: .8rem;
font-weight: bold;
}

legend {
	font-size: 1.1rem;
	font-weight: normal;
	margin-bottom: 2px;
}

dfn {
font-style: normal;
}

.figure-caption {
	font-size: 1.0rem;
    color: #333;
}


/* Sliders
----------------------------------------------- */

/*#altitude .slider-rangeHighlight.range1 {
    background: #828282;
    opacity: 1.0;
}

#altitude .slider-selection {
	background: #FF0000;
	opacity: 0;
}*/

.slider-track {
background-color: #959595 !important;
}

/* hide close when burger shown */

.slider-close.collapsed .close-icon {
	display: none;
}

.slider-close:not(.collapsed) .navbar-toggler-icon {
	display: inline;
}

/*.slider-toggle {
	position: relative;
	z-index: 999;
	top: -70px;
	left: 290px;
	background-color: #a7cf74;
	opacity: .9;
	width: 38px;
	font-size: 1.3em;
}

.slider-toggle:hover {
	opacity: .7;
}*/

.slider-handle:hover, .slider-handle:focus {
outline-color: #000 !important;
outline-style: solid !important;
outline-width: 2px !important;
overflow: visible !important;
}

.bg-input-changed {
background: #c8e4e8;
color: #000 !important;
border: 2px solid #385e6b !important;
}

.slider-rangeHighlight.range1 {
	background: #595959 !important;
	opacity: 1.0;
}

.slider-selection {
	background: #FF0000;
	opacity: 0;
}

/* Custom styles
----------------------------------------------- */

#illustration-stacked {
	max-width: 500px !important;
	width: 100%;
}

#output-graph {
  margin-left: -38px;
}

.cursor-help {
	cursor: help;
}

.text-micro {
	font-size: .6rem;
	line-height: 1.1;
}

.text-red {
	color: #BE0000;
}

.area-b {
margin-top: calc(80% - 1rem);
max-width: 170px;
}

.area-a {
margin-top: calc(70% - 5rem);
max-width: 170px;
}

.text-units {
	font-size: .7rem;
	line-height: .9;
}

.table-background-image {
  background-image: url("../images/partial-pressure-oxygen-clean.jpg"); /* The image used */
  background-color: #F0F0F0; /* Used if the image is unavailable */
  /*height: 100%;*/ /* Specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.ppo2-table {
	color: #000 !important;
	font-size: .9rem;
	max-width: 590px;
}

.ppo2-table th {
	border-style: none !important;
}

.ppo2-table tr {
	border-color: #000;
}

.white-border {
	border-color: #FFF !important;
}

.bg-ppo2 {
	opacity: 1;
	background-color: #f9ec83;
}

.btn-explore {
	color: #000000;
	background-color: #A7CF73;
	border-color: #7f9e58;
	font-weight: bold;
	padding: .5rem 1.5rem;
	font-size: 1.1rem;
	border-radius: .5rem;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}

.btn-explore:hover {
	color: #3B6800;
	background-color: #E4F3D1;
	border-color: #7f9e58;
	text-decoration: underline;
}

.btn-explore:focus {
	background-color: #E4F3D1 !important;
	text-decoration: underline;
}

.btn-settings {
	color: #000000;
	background-color: #A7CF73;
	border-color: #A7CF73;
	font-weight: bold;
	padding: .3rem .5rem;
	/*font-size: 1.1rem;*/
	border-radius: .5rem;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}

.btn-settings:hover {
	color: #3B6800;
	background-color: #E4F3D1;
	text-decoration: underline;
}

.btn-settings:focus {
	background-color: #E4F3D1;
	color: #000;
	text-decoration: underline;
}

.btn-settings:active {
	background-color: #FFF !important;
	color: #000 !important;
	text-decoration: underline;
}

.btn-settings:disabled {
	color: #FFFFFF;
	background-color: #767676;
	border-color: #767676;
	opacity: 1.0;
	box-shadow: unset;
}

.btn-widget {
	color: #FFF;
	background-color: #007180;
	border-color: #007180;
	max-width: 170px;
	padding: .5rem .5rem;
	font-size: .8rem;
	font-weight: bold;
	border-width: 2px;
	border-radius: .5rem;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}

.btn-widget:hover {
	color: #004C56;
	background-color: #B3D9DE;
	text-decoration: underline;
}

.btn-widget:focus {
	background-color: #B3D9DE;
	color: #000;
	text-decoration: underline;
}

.btn-widget:active {
	background-color: #FFF !important;
	color: #000 !important;
	text-decoration: underline;
}

.btn-widget-on {
	color: #FFF;
	background-color: #767676;
	border-color: #767676;
	opacity: 1.0;
	box-shadow: unset;
	cursor: default;
}

.btn-widget-on:hover {
	color: #FFF;
	background-color: #767676;
	border-color: #767676;
	opacity: 1.0;
	box-shadow: unset;
	text-decoration: none;
	cursor: default;
}

.btn-widget-on:focus {
	color: #FFF;
	background-color: #767676;
	border-color: #767676;
	opacity: 1.0;
	cursor: default;
}

.btn-border-on {
	border-color: #822721 !important;
	border-width: 2px;
}

.border-teal {
	border-color: #058D96 !important;
}

.widget-text {
	font-size: .8rem;
	line-height: 1rem;
}


.btn-secondary:disabled {
	color: #000;
	background-color: unset;
	border-color: #212519;
}

.btn-outline-dark:disabled {
	color: #000;
}

.btn-link {
	color: #333;
	text-decoration: none;
	padding: 3px;
	margin: -3px;
}

.btn-link-reset {
	color: #CCC;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: -4px;
	margin-bottom: -4px;
}

.btn-link-reset-dark {
	color: #666;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: -4px;
	margin-bottom: -4px;
}

.btn-link:hover {
	color: #000;
}

.btn-link:focus {
	color: #000;
}

.btn-link:disabled {
	color: #1a1a1a;
}

.card>.list-group {
	border-top: unset;
	border-bottom: unset;
}

.list-group-item {
	background-color: #e7e7e7;
	border: unset;
}

.list-group-item.active {
	color: unset;
	background-color: #fecfb5;
	border: unset;
	/*border-color: #000;*/
}

.list-group-item:first-child {
	border-top-left-radius: unset;
	border-top-right-radius: unset;
}

.list-group-item:last-child {
	border-bottom-left-radius: unset;
	border-bottom-right-radius: unset;
}

.list-icons {
	background-color: unset;
	/*border: 1px solid rgba(0,0,0,.125);*/
}

.table-bordered>:not(caption)>* {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
}

thead#sticky th {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background-color: #FFF !important;
}

.text-over-img {
	z-index: 1;
	margin-top: -32px;
	margin-bottom: 8px;
	font-size: 1.0rem;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
}

.img-container {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.img-container .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	  /*opacity:0;*/
	  /*transition:opacity 200ms ease-in-out;*/
}

.form-control-sm {
	min-width: 50px;
	min-height: 26px;
	padding: 2px;
	text-align: center;
	align-content: center;
	font-weight: bold;
}

.form-check {
	display: unset;
}

.form-check .form-check-input {
	float: unset;
}

.form-check-input:checked {
	background-color: #333;
	border-color: unset;
}

.nowrap {
	word-wrap: initial;
}

.fit {
	display: inline-block;
	white-space: nowrap;
}

.figure-caption {
	font-size: 1.0rem;
	color: #333;
}

.figure-caption a {
	color: #333 !important;
	text-decoration: underline;
}

.page-link {
	background-color: rgba(0, 130, 148, 1.0);
	color: #FFF;
	border: 1px solid #dee2e6
}

.page-link.roundright {
	border-top-right-radius: .25rem !important;
	border-bottom-right-radius: .25rem !important
}

.page-link:focus {
	border-color: #000;
	box-shadow: 0 0 0 2px rgba(0, 0, 0, .8)
}

.page-link:hover, .page-link:focus {
	color: black;
	background-color: #e9ecef;
}

.page-item.active .page-link {
	background-color: #fff !important;
	border-color: #ccc !important;
	color: #000 !important;
}

.page-item.disabled .page-link {
	color: #f2f2f2;
	background-color: rgba(0, 0, 0, 0.36);
}

.page-link.disabled {
	color: #949799 !important;
	background-color: rgba(0, 0, 0, 0.36);
	border: 1px solid #949799
}

.page-link.disabled:hover {
	color: #949799 !important;
	background-color: rgba(0, 0, 0, 0.36);
	border: 1px solid #949799
}

a.light-links {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	white-space: nowrap;
}

a.light-links:hover {
	color: #ccc;
	text-decoration: underline;
}

a.light-links:focus {
	color: #ccc;
	text-decoration: underline;
	outline-color: #FFF;
	outline-offset: 2px;
}

a.dark-links {
	color: #008091;
	font-weight: bold;
	text-decoration: underline;
	white-space: nowrap;
}

a.dark-links:hover {
	color: #00515c;
	text-decoration: underline;
}

a.dark-links:focus {
	color: #00515c;
	text-decoration: underline;
	outline-color: #000;
	outline-offset: 2px;
}

a.jump-links {
	color: #014b55;
	font-weight: normal;
	text-decoration: underline;
	white-space: nowrap;
}

a.jump-links:hover {
	color: #000;
	text-decoration: none;
}

a.jump-links:focus {
	color: #000;
	text-decoration: none;
	outline-color: #000;
	outline-offset: 2px;
}

a.def-links {
	color: #007180;
	font-weight: bold;
	text-decoration: none;
	border-bottom: dotted;
	border-width: 2px;
	/*white-space: nowrap;*/
}

a.def-links:hover {
	color: #000;
}

a.def-links:focus {
	color: #000;
	outline-width: 1px;
	outline-color: #000;
	outline-offset: 2px;
}

a.sidebar {
	font-size: .9rem;
}

.dropdown-item:hover {
	background-color: #f0f0f0;
	text-decoration: underline;
}

.dropdown-item:focus {
	background-color: #f0f0f0;
	text-decoration: underline;
	outline: 1px solid #5d6d78;
}

.custom-select:focus {
	box-shadow: 0 0 0 .2rem rgba(110, 150, 214, 1.0)
}

.form-control:disabled, .form-control[readonly] {
	background-color: #f9f9f9;
	opacity: 1;
}

.form-control-sm:enabled {
	border: 1px solid #959595;
}

.form-control:focus {
	box-shadow:  0 0 0 1px rgba(255, 255, 255, 1.0), 0 0 0 3px rgba(120, 147, 153, 1.0);
}

.form-control:hover:enabled {
	/* Hover on active table form cells */
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 1.0), 0 0 0 3px rgba(0, 0, 0, .8)
}

.custom-select.is-invalid:focus, .form-control.is-invalid:focus {
	box-shadow: 0 0 0 .2rem rgba(214, 110, 110, 1.0)
}

.rotated {
	transform: rotate(270deg);
	transform-origin: 100% 100%;
}

th.rotate {
	/* Something you can count on */
	height: 200px;
	white-space: nowrap;
}

th.rotate > div {
	transform: /* Magic Numbers */
    translate(0px, -4px)
    /* 45 is really 360 - 45 */
    rotate(-90deg);
	width: 20px;
}

th.rotate > div > span {
	
}

th.rotate2 {
	/* Something you can count on */
	height: 230px;
	white-space: nowrap;
}

th.rotate2 > div {
	transform: /* Magic Numbers */
    translate(0px, -4px)
    /* 45 is really 360 - 45 */
    rotate(-90deg);
	width: 20px;
}

td.table-inactive {
	background-color: rgba(180,180,180,1.0);
    /*background-color: #e5e5e5;*/
}


/* Highcharts 
----------------------------------------------- */

.highcharts-figure, .highcharts-data-table table {
	/*min-width: 360px; */
    /*max-width: 820px;*/
	margin: 1em auto;
}

.highcharts-data-table table {
	font-family: Verdana, sans-serif;
	border-collapse: collapse;
	border: 1px solid #EBEBEB;
	margin: 10px auto;
	text-align: center;
	width: 100%;
	max-width: 500px;
}

.highcharts-data-table caption {
	padding: 1em 0;
	font-size: 1.2em;
	color: #555;
}

.highcharts-data-table th {
	font-weight: 600;
	padding: 0.5em;
}

.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
	padding: 0.5em;
}

.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
	background: #f8f8f8;
}

.highcharts-data-table tr:hover {
	background: #f1f7ff;
}

.highcharts-container {
	overflow: visible !important;
}

#container1-parent {
	margin-top: calc(17% - 30px);
	margin-bottom: calc(12.5% - 60px);
	overflow: visible !important;
}

#container1 {
	width: 100%;
	height: 60px;
	overflow: visible !important;
}

#container2 {
	width: 100%;
	height: 60px;
	margin-bottom: calc(37.5% - 60px);
	overflow: visible !important;
}

#container3 {
	width: 100%;
	height: 60px;
	margin-bottom: calc(19% - 60px);
	overflow: visible !important;
}

#container4 {
	width: 100%;
	height: 60px;
	margin-bottom: calc(11.5% - 60px);
	overflow: visible !important;
}

#container5 {
	width: 100%;
	height: 130px;
	overflow: visible !important;
}

.highcharts-xaxis-labels {
	font-size: 1.1em;
	font-weight: bold;
}

.plotBands-transform {
	transform: scaleY(0.58) translateY(22px);
}

.highcharts-bullet-target {
	fill: #000 !important;
}

/*.highcharts-axis.highcharts-xaxis > .highcharts-axis-line {
fill: none;
stroke: rgb(0, 0, 0);
stroke-width: 3px;
}*/

/*rect.highcharts-point.highcharts-bullet-target {
fill: rgb(0, 117, 133);
x: 5px;
y: 0px;
width: 50px;
height: 3px;
stroke: rgb(0, 0, 0);
stroke-width: 0px;
rx: 0px;
ry: 0px;
}*/



/* Custom Colors
----------------------------------------------- */

.bg-light {
	background-color: rgba(255,255,255,0.7) !important;
}

.bg-transparent {
	background-color: rgba(255,255,255,0.4) !important;
}


/* Accordion Custom
----------------------------------------------- */
  
.accordion-button {
	color: #000;
	background-color: #CDD5EA;
}

.accordion-button::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:hover::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed) {
	color: #000;
	background-color: #CDD5EA;
}

.accordion-button:not(.collapsed)::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.accordion-button:not(.collapsed):hover::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

/*.accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}*/

.accordion-button:hover {
	color: #FFF;
	background-color: #2F7ABC;
}

.accordion-button:hover:not(.collapsed) {
	color: #FFF;
	background-color: #2F7ABC;
}

.accordion-button:focus {
	box-shadow: inset 0 0 0 .2rem rgba(0,0,0,.5);
}

/* Accordion Custom Introduction
----------------------------------------------- */

#accordionInstructions .accordion-button {
	color: #000;
	background-color: #FFF;
}

#accordionInstructions .accordion-button::after {
    order: -1; /*Move caret to left*/
    margin-left: 0; /*Move caret to left*/
    margin-right:0.5em; /*Move caret to left*/
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#accordionInstructions .accordion-button:not(.collapsed) {
	box-shadow: unset;
}

#accordionInstructions .accordion-button:hover {
	color: #333;
	text-decoration: underline;
}

#accordionInstructions .accordion-button:focus {
	box-shadow: inset 0 0 0 .2rem rgba(0,0,0,.5);
}


/* Modalx Custom
----------------------------------------------- */

.btn-close:focus {
	box-shadow: 0 0 0 .25rem rgba(255,255,255,.7);
}

h2 .accordion-button {
	font-size: 1.3rem;
	font-weight: bold;
	/*color: #333;*/
}

h2.modalx {
	font-size: 1.3rem;
	font-weight: bold;
	color: #000;
}

h3.modalx {
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: .1rem;
	color: #000;
}

p.modalx, ul.modalx {
	font-size: 1.1rem;
	font-weight: normal;
	color: #000;
}

.modalx.small {
	font-size: .875em;
}

li.instructions {
	margin-bottom: .6rem!important; /*Bullet Text Extra Bottom Margin*/
}

a.modal-links {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

a.modal-links:hover {
	color: #333;
	text-decoration: none;
}

a.modal-links:focus {
	color: #333;
	text-decoration: none;
	outline: 2px solid #000;
}


/* Nav bar styling
----------------------------------------------- */

.navbar {
	background-color: #2F7ABC;
	padding: 0;
	border-top: 0px solid #2F7ABC;
	border-bottom: 0px solid #2F7ABC;
	box-shadow: 0 7px 9px -7px rgba(0,0,0,0.4);
}

/*.navbar .navbar-brand {
    color: #f0ea99;
    background-color:#000;
    font-weight: bold;
    font-size: 1.2em;
    padding: 12px 38px;
    margin-right: 0rem !important;
    text-align: center;
	width: 33%;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}*/

.navbar .navbar-brand {
	/*Wrapped Title*/
	color: #FFF;
	background-color: #2F7ABC;
	font-weight: bold;
	font-size: 1.1em;
	padding: 18px;
	margin-right: 0rem !important;
	text-align: center;
	white-space: pre-wrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.6;
}

.navbar-brand-container {
	width: 32%;
}

.navbar .navbar-brand:hover, .navbar .navbar-brand:focus {
	color: #FFF;
	text-decoration: underline;
	outline-offset: -6px;
}

.navbar .active.navbar-brand {
	color: #FFF;
	background-color: #092E49;
	font-weight: bold;
	border-bottom: 3px solid #FFFFFF;
}

.navbar .active.navbar-brand:hover, .navbar .active.navbar-brand:focus {
	color: #FFF;
	text-decoration: underline;
	outline-offset: -6px;
}

.nav-link {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.0em;
	color: #FFF !important;
	line-height: 1.2;
	max-height: 54px;
}

.nav-link:hover, .nav-link:focus {
	text-decoration: underline;
	outline-offset: -6px;
}

.nav {
	background-color: #CACACA;
	min-height: 46px;
	justify-content: center;
	align-items: center;
  	/*box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.4);*/
}

.nav-justified-sub .nav-item, .nav-justified-sub>.nav-link {
	flex-basis: unset; /*remove extra horizontal item spacing with unset, BS default is 0*/
	flex-grow: 1;
	text-align: center;
}

.nav-sub {
	color: #000 !important;
	height: 46px;
	padding: 0 12px 0 12px;
	outline-color: #000;
}

.nav-sub.active {
	font-weight: bold;
	background-image: url(../images/active-nav.svg);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: 16px auto;
	outline-color: #000;
	background-color: #FFF;
}

.nav-sub:hover {
	color: #000 !important;
}

.nav-item {
	border-left: 0px solid #092E49;
}

/*.nav-item.active {
    background-image: url(../images/active-nav.svg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 16px auto;
}*/

.navbar-nav .nav-link {
	padding: 19px 38px;
}

.navbar .navbar-nav .nav-link:not(.disabled):hover, .navbar .navbar-nav .nav-link:not(.disabled):focus {
	color: #FFFFFF;
}

.navbar .navbar-nav .nav-item.active .nav-link, .navbar .navbar-nav .nav-item.active .nav-link:hover, .navbar .navbar-nav .nav-item.active .nav-link:focus, .navbar .navbar-nav .nav-item.show .nav-link, .navbar .navbar-nav .nav-item.show .nav-link:hover, .navbar .navbar-nav .nav-item.show .nav-link:focus {
	color: #FFF !important;
	background-color: #092E49;
	font-weight: bold;
	border-bottom: 3px solid #FFF;
}

.navbar-toggler {
	background-color: #092E49;
	margin-right: 8px;
}

.navbar-toggler:hover {
	background-color: #000;
}

.navbar-toggler:focus {
	box-shadow: 0 0 0 1px;
	color: rgba(255,255,255,1.0);
}


/* Page Navigation for Desktop
----------------------------------------------- */

.page-next, .page-prev {
	position: fixed;
	top: 50%;
	z-index: 1;
	overflow: hidden;
	padding-top: 24px;
	padding-bottom: 24px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.page-next a, .page-prev a {
	display: block;
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	border: 0;
	background-repeat: no-repeat;
	position: absolute;
	transition-duration: .25s;
	transition-property: background-color;
	transition-timing-function: ease-in-out;
	will-change: background-color
}

.page-next:focus, .page-prev:focus {
	/*outline: 1px solid #fff;*/
}

.page-prev {
	left: 0
}

.page-next, .page-prev a {
	right: 0
}

.page-next a {
	left: 0;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.page-prev.btn {
	border-radius: 0 40px 40px 0;
	border-style: none;
	background-color: rgba(0, 117, 133, 1.0);
	color: #FFF;
}

.page-next.btn {
	border-radius: 40px 0 0 40px;
	border-style: none;
	background-color: rgba(0, 117, 133, 1.0);
	color: #FFF;
}

.page-prev.btn:hover,.page-next.btn:hover {
	background-color: rgba(0, 117, 133, 0.75);
}

.oi.oi-chevron-left {
	font-size: 18px;
	top: 3px;
	right: 3px;
}

.oi.oi-chevron-right {
	font-size: 18px;
	top: 3px;
	left: 4px;
}

.btn-autosize {
	font-size: 16px;
	line-height: 1.33;
	border-radius: 6px;
	width: 80%;
}

.width-45 {
	width: 45px;
}
  
/* Footer Navigation and Modals
----------------------------------------------- */

.footer {
	width: 100%;
    /*height: 60px; /* Set the fixed height of the footer here */
    /*line-height: 24px; /* Vertically center the text there */
	background-color: #222;
    /*color: #B4CABE;*/
}

.footer-item {
	text-align: center;
	margin-top: 18px;
	margin-bottom: 18px;
	padding-left: 15px;
	float: left;
}

.footer-item a {
	font-size: 16px;
	color: #FFF;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
}

.footer-item a:hover, .footer-item a:focus {
	color: #FFF;
	text-decoration: underline;
	outline-offset: 2px;
}

.modal-body {
	max-height: 80vh;
}

.modal-xl {
	max-width: 900px !important;
}

.modal-image {
	max-width: 90% !important;
}

.modal-title {
	font-weight: bold;
	color: #FFF;
	font-size: 1.3rem;
	line-height: 1.2;
}

.btn-close {
color: #FFF;
background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
opacity: .7;
}

.btn-close:hover {
opacity: .9;
}

.modal-header {
	background-color: #2F7ABC;
}

.close:hover, .close:focus {
	color: #000;
	background-color: #FFF;
	opacity: 1.0;
}

.footer-logo {
	padding-right: 14px;
	margin-top: 2px;
	float: right;
}



  /* Sidebar small screens
----------------------------------------------- */

@media (max-width: 413px) {
	#sidebar-wrapper {
		min-width: 244px;
		width: 244px;
	}
	
	body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
		margin-left: -244px;
	}
	
	.bg-sidebar-header {
		width: 244px;
	}
	
	.sidebar-toggle {
		top: 3px;
		left: 234px;
		width: 30px;
		height: 32px;
		font-size: .8em;
	}
	
	table {
		font-size: .6rem;
	}

	#o2-saturation.sidebar-closed {
	font-size: .65rem !important;
	}
	
	#illustration-stacked,#o2-saturation,#output-graph {
	max-width: 100% !important;
	}
	
	.area-b {
	margin-top: 0rem;
	}

	.area-a {
	margin-top: 2rem;
	}
	
	.ppo2-table {
	font-size: .5rem;
	}


}

@media (max-width: 320px) {
	#illustration-stacked,#o2-saturation,#output-graph {
	max-width: 94% !important;
	}
}

@media (max-width: 500px) {
	.btn-task {
		min-width: 70px;
		width: 100%;
	}
}

@media (max-width: 575px) {
	
	#page-content-wrapper {
		min-width: 100%;
	}
	
	.footer-item a {
		/*font-size: 15px;*/
	}
	
	.footer-item {
		width: 100%;
		float: none;
		margin-bottom: 0px;
		padding-left: 0px;
	}
	
	.footer-logo {
		width: 100%;
		margin-bottom: 10px;
		padding-right: 0px;
		text-align: center;
	}
	
	h1.sidebar {
		font-size: .9rem;
	}
	
	.navbar-brand {
		font-size: 1.1rem;
	}
	
		.ppo2-table {
	font-size: .6rem;
	}
	
	
	/*no side margins for video and images on phone width*/
	
	.ratio{
	margin-left: -1.75em !important;
	width: 100vw !important;
	}
	
	.p3sdk-container {
	margin-left: -28px !important;
	width: 100vw !important;
	}
	
	.xs-flush  {
	margin-left: -1.75em !important;
	max-width: 100vw;
	}
}

@media (max-width: 1199px) {
	#o2-saturation {
	font-size: .65rem;
}
	#o2-saturation.sidebar-closed {
	font-size: .9rem;
}
}

  /* Sidebar large screens
----------------------------------------------- */

@media (min-width: 1365px) {

#sidebar-wrapper {
	min-width: 350px;
	width: 350px;

}

#page-content-wrapper {
	min-width: calc(100vw - 350px);
}

body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
	margin-left: -350px;
}

.bg-sidebar-header {
		width: 350px;
}
	
.sidebar-toggle {
		left: 340px;
}

}

@media (max-width: 991px) {
	.modal-body {
		/*max-height: 80vh;*/
		/*overflow-y: scroll !important;*/
		/*-webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
		/*border-radius: 0px;*/
	}
	
	.nav-sub.nav-link {
	font-size: .8em;
	}
	
	#o2-saturation {
	font-size: .9rem;
	}
	
	#output-graph {
  	margin-left: 20px;
}
	
	#container1-parent {

	margin-top: unset;
	margin-bottom:  unset;

}

	#container2 {
	margin-bottom:  unset;

}

	#container3 {
	margin-bottom:  unset;

}

	#container4 {
	margin-bottom:  unset;

}

	#container5 {

}
}

@media (max-width: 767px) {

/*.input-group{
  width: 100%;	
}*/

	#o2-saturation {
	font-size: .6rem;
}
	#o2-saturation.sidebar-closed {
	font-size: .9rem;
}

	.ppo2-table {
	font-size: .8rem;
	}


body {
    margin-bottom: 100px;  /*Margin bottom by footer height */
	/*background: url(../images/background-light.jpg) no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;*/
}

body.launch-bg {
	background: url(../images/background-launch-light.jpg) no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	background-size: cover;
}

.centerHeight {   /* Center contents vertically. max-height to include footer on iOS.*/
min-height: calc(100vh - 154px);
/*max-height: -webkit-fill-available;*/
}

.top-50-custom {
top: calc(50% + 55px)!important;
}

#sidebar-wrapper {
  min-height: calc(100vh - 154px);
}

.videoContainer {
    height: calc(100% - 156px);
}


p, ul.match, ol.match {
	font-size: 1.0rem;
   }
   
   p.smaller {
	font-size: .9rem;
}
   
   legend {
	font-size: 1.0rem;
	}
   
   h1, .h1 { 
	 font-size: 1.3rem;
   }
   
    h1.data-collection-header { 
    	 font-size: 1.2rem;
   }
   
	h2, .h2 { 
	 font-size: 1.2rem;
   }
   
   	h3, .h3 { 
	 font-size: 1.1rem;
   }
   
    h4, .h4 { 
	 font-size: .9rem;
   }
   
   h5, .h5 {
  	font-size: .8rem;
	}
	
.nav-sub.nav-link {
	font-size: 1.0em;
	}

   
p.fragment {
font-size: 1.5vw;
}

p.square {
	font-size: 1.0rem;
}

p.square12 {
	font-size: 0.8rem;
}

.card-body {
padding: .8rem .8rem;
}

.list-group-item {
padding: .2rem 0rem;
}

.border-3 {
	border: 2px solid !important;
	border-color: #dc3545 !important;
}

.border-2 {
	border: 1px solid !important;
}

.navbar .navbar-brand {
    background-color: #2F7ABC; 
    color: #FFF;
    text-align: left;
    /*font-size: 1.0em;*/
	width: 80%;
    white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	text-align: left;
  	justify-content: left;
}

.navbar .navbar-brand:hover, .navbar .navbar-brand:focus  {
    color: #FFF;
	text-decoration: none;
}

.navbar .active.navbar-brand {
    color: #FFF!important;
    background-color: #2F7ABC;
	width: 80%;
    white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	text-align: left;
  	border-bottom: 0px;
}

.navbar .active.navbar-brand:hover, .navbar .active.navbar-brand:focus {
    color: #FFF;
	text-decoration: none;
}

.nav-item-sub {
    border-left: 0px;
    background-color:#CACACA;
}
   
   /*.nav-item.active {
    background-image: url(../images/active-nav-left.svg);
    background-repeat: no-repeat;
	background-position: calc(50% - 42px) 12px;
    background-size: auto 14px;
}	*/
  
  .footer-item {
	float: none;
	margin-bottom: 0px;
	padding-left: 0px;
  }

  .footer-logo {
	width: 100%;
	margin-top: -2px;
	margin-bottom: 10px;
	padding-right: 0px;
	text-align: center;
  }
	
}

