/*:root {
  --aoclife-blue:#80a8b6;
  --aoclife-red:#cd5b3f;
  --aoclife-grey:#bebda3;
  --aoclife-yellow:#ebbc36;
}*/

:root {
  --aoclife-blue:#7FA8B6;
  --aoclife-red:#CD5B3F;
  --aoclife-sand:#BEBEA3;
  --aoclife-yellow:#EBBC36;
  --aoclife-green:#7EC28B;
  --aoclife-grey:#BFBDBE;

  --aoclife-blue-o-50:#7FA8B680;
  --aoclife-red-o-50:#CD5B3F80;
  --aoclife-sand-o-50:#BEBEA380;
  --aoclife-yellow-o-50:#EBBC3680;
  --aoclife-green-o-50:#7EC28B80;
  --aoclife-grey-o-50:#BFBDBE80;

  --aoclife-blue-o-65:#7FA8B6A6;
  --aoclife-red-o-65:#CD5B3FA6;
  --aoclife-sand-o-65:#BEBEA3A6;
  --aoclife-yellow-o-65:#EBBC36A6;
  --aoclife-green-o-65:#7EC28BA6;
  --aoclife-grey-o-65:#BFBDBEA6;

  --aoclife-blue-o-85:#7FA8B6D9;
  --aoclife-red-o-85:#CD5B3FD9;
  --aoclife-sand-o-85:#BEBEA3D9;
  --aoclife-yellow-o-85:#EBBC36D9;
  --aoclife-green-o-85:#7EC28BD9;
  --aoclife-grey-o-85:#BFBDBED9;
}

.fancy {
  font-family: 'Rock Salt', cursive!important;
}

div.parchment > h3 {
  background-color:white!important;
  color:black!important;
  font-size:initial!important;
}

html, body {
  min-height:100vh;
}

.parchment {
  padding:20px;
  border:solid black 1px;
  width:610px;
  overflow-y:auto;
  overlfow-wrap:break-word;
  max-height:400px;
}

@media screen and (min-width:992px) {}
.desktop-h100 {
    height:100%;
  }
}

h4 > i {
  position:relative;
  top:0;
}

.tile {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.md-tile {
  box-shadow: 5px 8px 16px rgba(0,0,0,0.23);
}

.slimmest-tile, btn {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.slim-tile {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.tile-border {
  border: rgba(0,0,0,0.1) solid 1px;
}

.text-black {
  color: black;
}

.ph {
  cursor:pointer;
}

.br-5 {
	border-radius:5px;
}

::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

input[type=radio]:checked + label, input[type=checkbox]:checked + label {
	background-color:rgba(0,0,128,0.1);
}

input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=password]:focus {
  border:solid 2px black!important;
  box-shadow:none!important;
}

.bg-black {
  background-color:black!important;
}

.text-black {
  color:black!important;
}

.header-bg {
  background-color:rgba(99,149,211,0.5);
  margin-left:-30px;
  margin-right:-30px;
}

.tile {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.slim-tile {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.tile-border {
  border: rgba(0,0,0,0.1) solid 1px;
}

.mx-minus-15 {
  margin-left:-15px;
  margin-right:-15px;
}

.mx-minus-8 {
  margin-left:-8px;
  margin-right:-8px;
}

.br-5 {
  border-radius: 5px;
}

.br-10 {
	border-radius: 10px;
}

.bg-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 2;
}

.dead-center {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%); 
}

.nav-item .nav-link a { 
	color:black;
}

h1, h2, h3, h4, h5 {
  font-family: 'Roboto', serif!important;
}

h6, p, a, button, li, legend, textarea, small {
  font-family: 'Roboto', sans-serif!important;
}


.text-shadow-w {
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.overlay {
  position:absolute;
  /*border-radius:10px;*/
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index: 4;
}

.r-dead-center {
  position: relative;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%); 
}

@media only screen and (max-width:500px) {
  .dropdown-menu {
    background-color:#c6c6c6!important;
  }

  .scale-down {
    font-size:24px!important;
  }
}

.sticky-bread {
  position: -webkit-sticky;
  position: sticky;
  top: 4.8rem;
}

.jumbotron {
  background-color:var(--aoclife-grey-o-65)!important;
}

.text-12 {
  font-size:12px!important;
}

.text-28 {
  font-size:28px!important;
}

@media (max-width: 576px) {
 .container.video-container {
    padding-left:0;
    padding-right:0;
  }
}


#fullscreen-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.8);
  z-index: 20;
  cursor: pointer;
}

#fullscreen-overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

.dw50-mw100 {
  width:50%;
}

@media (max-width: 576px) {
 .dw50-mw100 {
    width:100%;
  }
}

#portal .card .table tbody tr:first-child {
  border: none;
}

.heading {
  position: relative;
  margin-bottom: .5rem;
}

.adjust-right {
  position:absolute;
  top:50%;
  right:0;
  transform: translate(0, -50%);
}

.card .table th:first-child {
  border-radius: 5px 0 0 5px;
}

.card .table th:last-child {
  border-radius: 0 5px 5px 0;
}

#portal .table thead th {
  border:  none;
}

.tabnav button {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tabnav button:hover {
  background-color: #f1f1f1;
}

/* Create an active/current tablink class */
.tabnav button.active {
  border-bottom: solid #5B95DE 4px;
}

/* Style the tab content */
.tabpage {
  display: none;
}

.tabpage.active {
  display: block;
}