html {
  position: relative;
  min-height: 100%;

}
body {
    margin-bottom: 60px;     /*Margin bottom by footer height */
	background-color: #000;
    color: rgba(255,255,255,1.00);
	min-height: 100%;
	font-family: Helvetica, Arial, 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.background2 {
    background-color: rgba(0,0,0,1.00);
    color: rgba(255,255,255,1.00);
	background-image: none;
}

body.background3 {
	background: url(../images/background-dim.jpg) no-repeat center center fixed;
	background-color: #000;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	background-size: cover;
}

*:focus {
    outline: none;
    box-shadow:  0 0 0 2px rgba(0, 0, 0, 1.0), 0 0 0 4px rgba(255, 255, 255, 1.0)
}

.nav-link:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 1.0)
}

.btn:focus {
    outline: none;
    box-shadow:  0 0 0 2px rgba(0, 0, 0, 1.0), 0 0 0 4px rgba(255, 255, 255, 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;
}

.container-fluid {
    padding: 0px;
    /*max-width: 100%;*/
    /*max-width: 930px; /*original*/
}

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

.p3sdk-target {
  position: absolute;
  /* This margin MUST match the height of your video container */
  margin-top: calc(100vh - 152px);
  width: 100%;
  z-index: 1;
  
}

.ratio::before {
padding-top: unset;
}

.centerHeight {   /* Center contents vertically. Apply above .container. Use h-100 below.  */
    position: absolute;
    height: calc(100% - 114px);
    width: 100%;
    overflow: auto;
    }
    
/*Project specific player mods*/

.vjs-big-play-centered .vjs-big-play-button {
/*top: 75%; !important;*/
}


/* Misc Fixes
----------------------------------------------- */
label {
margin-bottom:0.0rem;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

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
----------------------------------------------- */

.landing-title {
  font-size: 3.6rem;
  font-weight: bold;
  -webkit-text-stroke: 6px black; /* Set stroke width and color */
  paint-order: stroke fill;       /* Moves stroke behind the fill */
  color: white;                  /* The actual text color */
}

.landing-text {
	font-size: 1.8rem;
	font-weight: bold;
  -webkit-text-stroke: 4px black; /* Set stroke width and color */
  paint-order: stroke fill;       /* Moves stroke behind the fill */
  color: white;                  /* The actual text color */
  max-width: 850px;
}


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

h2, .h2 {
  font-size: 1.5rem;
  font-weight: bold;
}

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

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

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

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

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

.figure-caption {
  color: #333 !important;
  margin-top: 6px;
}
.figure-caption a {
  color: #3d69e3 !important;
}

.page-link {
	color: #f2f2f2;
	background-color: #222;
	border: 1px solid #3e4947 !important;
	font-size: .75rem !important;
}

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

.page-link:focus {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 1.0);
  color: inherit; 
  background-color: #222;
}

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

.page-item.active .page-link {
background-color: #07828e !important;
border-color: #07828e !important;
}

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

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

a.light-links {
  color: #96ddd7;
  font-weight: bold;
  text-decoration: underline;
}

a.light-links:hover, a.light-links:focus {
  color: #fff;
  text-decoration: underline;
}

a.light-links:focus {
  color: #fff;
  text-decoration: underline;
  outline: 0px;
  box-shadow: 255 255 255 2px rgba(255, 255, 255, 0.8);
}

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

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

a.dark-links:focus {
  color: #333;
  text-decoration: underline;
  outline: 0px;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8);
}

.btn-success {
 	background-color: #07828e;
 	border-color: #07828e;
 	font-size:1.1rem;
}

.btn-success:hover {
 	background-color: #066c75;
 	border-color: #07828e;
}

.btn-success:active, .btn:first-child:active {
 	background-color: #07828e;
 	border-color: #07828e;
}

.btn-success.focus, .btn-success:focus  {
 	background-color: #066c75;
}

.btn-light {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.7);
  background-color: #f0f0f0;
}

.btn-light:hover {
  text-decoration: none !important;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 1.0) !important;
    background-color: #FFF !important;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active {
  text-decoration: underline !important;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.7) !important;
      background-color: #f6f6f6;
}

.btn-light.focus, .btn-light:focus  {
	text-decoration: underline;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.7);
      background-color: #f6f6f6;
}

/* Bootstrap TOOLTIPS
----------------------------------------------- */

.tooltip-inner {
	color:#1d2822;
	text-align: left;
	padding: 1em;
	max-width: 300px;
	background-color: #fffffa;
	border: 2px solid #dfb23a;
	border-radius: 6px;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
    border-top-color: #dfb23a;
    border-width: .6rem .6rem 0;
    left: -3px;

}
.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #dfb23a;
    border-width: 0 .6rem .6rem;
    left: -3px;

}
.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
    border-right-color: #dfb23a;

}
.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
    border-left-color: #dfb23a;

}
.tooltip.show {
    opacity: 1.0;
} 


/* Nav bar styling
----------------------------------------------- */
.navbar {
    background-color: #222;
    padding: 0;
}

.navbar .navbar-brand {
    color: #74d2cf;
    background-color:#222;
    font-weight: bold;
    font-size: 1.2em;
    padding: 12px 12px;
    margin-right: 0rem !important;
    text-align: center;
	min-width: 240px;
	width: 25%;
	white-space: nowrap;
}

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

.navbar-brand:focus {
    outline: none;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 1.0)
}

.navbar .active.navbar-brand {
    color: #FFF;
    background-color:#07828e;
    font-weight: bold;
}

.navbar .active.navbar-brand:hover, .navbar .active.navbar-brand:focus {
    color: #d7fcff;
    background-color: #066c75;
	text-decoration: underline;
}

.nav-link {
    font-size:1.1em;
    color: #74d2cf !important;
    font-weight: normal;
    height: 100%;
}

.nav-link:hover, .nav-link:focus  {
    color: #FFF !important;
    background-color: #333;
	text-decoration: underline;
}

.nav-link:focus{
    outline: none;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 1.0)
}

.nav-item {
    border-left: 1px solid #404847;
}

/*.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: 12px 38px;
}

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

.navbar .navbar-nav .nav-item.active .nav-link,

.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:focus {
    color: #FFF !important;
    background-color: #07828e;
}

.navbar .navbar-nav .nav-item.active .nav-link:hover,
.navbar .navbar-nav .nav-item.show .nav-link:hover {
    color: #FFF !important;
    background-color: #066c75;
}

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

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

.navbar-toggler:focus {
	box-shadow: 0 0 0 2px 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-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.btn-secondary {
    border-radius: 0 8px 8px 0;
    border-style: none;
    background-color: rgba(0, 0, 0, 0.5);
}
.page-prev.btn.btn-secondary:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.page-next.btn.btn-secondary {
    border-radius: 8px 0 0 8px;
    border-style: none;
    background-color: rgba(0, 0, 0, 0.5);
}
.page-next.btn.btn-secondary:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.btn-secondary .oi.oi-chevron-left  {
    font-size: 20px;
	top: 4px;
}
.btn-secondary .oi.oi-chevron-right  {
    font-size: 20px;
	top: 4px;
}

.btn-autosize {
    font-size: 16px;
    line-height: 1.33;
    border-radius: 6px;
    width:80%;
  }
  
/* Footer Navigation and Modals
----------------------------------------------- */

.footer {
    position: absolute;
    bottom: 0;
    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;
	padding-left: 15px;
	float: left;
}
.footer-item a {
	font-size: 16px;
    color: #74d2cf;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
}

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

.footer-active {
    color: #FFF !important;
	font-weight: bold;
}

.footer-modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: 1px solid #000;
  outline: 0;
  color: #000;
  border-radius: 0px;
  background-image: none;
}

.modal-dialog,
.modal-content {
    /* 80% of window height */
    /* height: 80%; */
}

.modal-body {
    /* 100% = dialog height, 120px = header + footer */
    /*max-height: calc(100% - 60px);*/
	-webkit-overflow-scrolling: touch; /* Avoid having to use 2 finger scroll on iOS */
	padding: 0;
}

.footer-modal-body {
    /* 100% = dialog height, 120px = header + footer */
	background-color: #fff;
	max-height: 80vh;
	position: relative;
	overflow-y: auto !important;
	-webkit-box-flex: 1;
	-webkit-overflow-scrolling: touch; /* Avoid having to use 2 finger scroll on iOS */
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}
.modal-xl {
    max-width: 900px !important;
  }
  
.modal-content {
    /*border-radius: 0;*/
    /*background-image: url(../images/background-leechlab.jpg);*/
    border: 1px solid #000;
}

.modal-header {
  background-color: #B4E6CE;
  padding: 1rem 1rem 0;
  /*border-top-left-radius: 0;*/
  /*border-top-right-radius: 0;*/

}
.modal-backdrop {
    opacity:0.75 !important;
}

.modal-header .close {
    border-radius: 6px;
	padding: 0 0.25em;
    margin: 0 0 0.5rem auto;
}
.modal-close {
    font-size: 2.0rem;
    font-weight: 900;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1.0;
    background-color: #fff !important;
}
.modal-title {
    font-weight: bold;
	color: #000;
	font-size: 1.3rem;
}

.close:hover, .close:focus {
  color: #000;
  background-color: #FFF;
  opacity: 1.0;
}
.footer-logo {
    padding-right: 14px;
	margin-top: 2px;
	float: right;
}

.fixed-column-width-60 {
    width: 45px;
}

.btm-row-pad {
    padding: 12px 45px;
}

@media (max-width: 575px) {	
  .footer-item a {
  	font-size: 15px;
  }
}


@media (max-width: 767px) {
    
    
.videoContainer {
    position: relative;
    height: unset;
    width: 100%;
}

.p3sdk-target {
  position: unset;
  margin-top: unset; 
}

.ratio::before {
padding-top: var(--bs-aspect-ratio);
}


.centerHeight {
    height: calc(100% - 154px);
    }

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

.landing-title {
  font-size: 1.8rem;
  font-weight: bold;
}

.landing-text {
	font-size: 1.1rem;
	font-weight: bold;
}


	p, ul.match, ol.match {
	font-size: 1.1rem;
   }
   h1, .h1 { 
	 font-size: 1.3rem;
   }
	h2, .h2 { 
	 font-size: 1.2rem;
   }
   
   	h3, .h3 { 
	 font-size: 1.1rem;
   }
   
    h4, .h4 { 
	 font-size: 1.1rem;
   }
   

.navbar .navbar-brand {
    background-color: #222; 
    color: #74d2cf;
    text-align: left;
	/*width: 70%;*/
    white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	text-align: left;
}

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

.navbar .active.navbar-brand {
    color: #74d2cf;
    background-color: #222;
    font-size: 1.2em;
	/*width: 70%;*/
    white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	text-align: left;
}

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

.nav-item {
    border-left: 0px;
}
   
   /*.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;
	padding-left: 0px;
  }
  .footer {
    height: 100px; /* Set the fixed height of the footer here */
  }
  .footer-logo {
	width: 100%;
	margin-top: -2px;
	padding-top: 0px;
	padding-right: 0;
	float: left;
	text-align: center;
  }
	
}
@media (min-width:768px){

}
@media (max-width: 991px) {

  .modal-body {
	max-height: 80vh;
	overflow-y: scroll !important;
	-webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
	/*border-radius: 0px;*/
	}

}

@media (max-width: 1199px) {

}