/* * * * * * * * * * * TEMPLATE * * * * * * * * * * */
html {
	position: relative;
	min-height: 100%;
  }
  body {
	padding-top: 4rem;
	margin: 0 auto;
  }
  #page-container {
	position: relative;
	min-height: 100vh;
  }
  #content-wrap {
	padding-bottom: 2.5rem;
  }
  .bg-dark {
	background-color: #a51c30 !important;
  }
  .btn-primary {
	background-color: #0071eb;
	border-color: #007bff;
  }

  .card-header {
	  font-size: 1rem;
  }

  /*
  Explicitly specifies the parts of an anchor or a .btn-link
  that are underscored on hover/focus. For this to work,
  add .text-decoration-none to the anchor or .btn-link element.

  Examples:

  <a href="#" class="text-decoration-none">
  	<span class="link-decoration">Underscored on hover/focus</span>
  	<span>Never has an underscore</span>
  </button>
  
  <button class="btn btn-link text-decoration-none">
  	<span class="link-decoration">Expand section</span>
  	<i class="fas fa-chevron-down"></i>
  </button>
  */
  .text-decoration-none:hover .link-decoration,
  .text-decoration-none:focus .link-decoration {
	  text-decoration: underline;
  }

  .btn-clear:focus .btn-clear-underline,
  .btn-clear:hover .btn-clear-underline {
	  text-decoration: underline;
  }

  .collapsed-show-block {
	  display: none;
  }

  .collapsed .collapsed-show-block {
	  display: block;
  }

  .collapsed .collapsed-show-inline {
	  display: inline;
  }
  
  .collapsed .collapsed-hide {
	  display: none;
  }

  .btn-lg {
	margin-left:0;
	padding:12px; 
	/*margin-top:2em;*/
  }
  .btn-push {
	  margin-top:2em;
  }
  a {
	color: #004FA3;
  }
  p {
	line-height: 1.75em;
  }
  .title h1 {
	font-size: 1.4rem;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  .title:after {
	content: "";
	background-color: rgba(0, 0, 0, .3);
	position: absolute;
	width: 2px;
	height: 70px;
	top: 3px;
	left: 80%;
	display: block;
  }
  .navbar img {
	max-height: 35px;
	margin-right: .5em;
  }
  .navbar-brand {
	letter-spacing: 1.75px;
	font-weight: 300;
  }
  main.container {
	max-width: 650px;
  }
  .main-template {
	padding: 3rem 1.5rem;
	text-align: center;
	position: relative;
	max-width: 650px;
	min-height: 400px;
  }
  .container {
	max-width: 100%;
  }
  .container hr {
	margin-top: 2em;
  }
  .push {
	height: 100px;
  }
  .footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	min-height: 60px;
	padding-top: 1em;
	background-color: #000000;
	color: #ffffff;
  }
  .copyright {
	text-align: center;
  }
  .copyright a {
	color: #ffffff !important;
  }
  label.btn-lg, button.btn-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem;
	margin-left: 16px;
  }
  .alert-info {
	margin-top: 1em;
  }
 .navbar-dark .navbar-nav .nav-link {
	 color:rgba(255,255,255,.75);
 }
 .navbar-dark .navbar-nav .nav-link:hover {
	 color:rgba(255, 255, 255, 1);
 }

 label.required:after {content: " *"; color: red;}
  /* * * * * * * * * * * INDEX PAGE * * * * * * * * * * */
  .hero-img {
	position: absolute;
	right: 1.5rem;
  }
  .hero-img img {
	width: 200px;
  }
  .home .hero-btn {
	margin-bottom: 1em;
	margin-top: 1em;
  }
  .login-button {
	position: relative;
  }
  .main-description {
	width: -webkit-calc(100% - 220px);
	width: calc(100% - 220px);
  }
  .small-index {
	font-size: 68%;
	font-weight: 400;
  }
  /* * * * * * * * * * * ASSESSMENT SECTION * * * * * * * * * * */
  .question ul.nav {
	margin-bottom: 0;
  }
  .assessment-nav {
	margin-top: -2rem;
	margin-bottom: .5rem;
  }
  .assessment-nav a.nav-link {
	padding-left: 0;
  }
  .progress {
	margin-bottom: 2em;
  }
  .assessment-btn, a.continue {
	margin-top: 3rem;
  }
  .assessment .row {
	margin-bottom: 2em;
  }
  .question ul {
	margin-bottom: 2em;
  }
  .question label {
	margin-bottom: 0;
	/*margin-left: 1em;*/
  }
  .questionbutton label {
	margin-left: 0;
  }
  .continue {
	display: none;
  }
  .next-button {
	margin-top: 2rem;
  }
  .title h3 {
	font-size: 1.4rem;
  }
  .list-group {
	margin-bottom: 1rem;
  }
  .list-group-item {
	user-select: none;
  }
  .list-group input[type="checkbox"] + .list-group-item, .list-group input[type="radio"] + .list-group-item {
	cursor: pointer;
  }
  .list-group input[type="checkbox"]:checked + .list-group-item, .list-group input[type="radio"]:checked + .list-group-item {
	background-color: #6c757d;
	color: #FFF;
  }
  .list-group input[type="checkbox"]:checked + .list-group-item:before, .list-group input[type="radio"]:checked + .list-group-item {
	color: #fff;
  }
  .list-group input[type="radio"] + .list-group-item:before {
	content: "\2022";
	color: transparent;
	font-weight: bold;
	margin-right: 1em;
  }
  .questionbutton input[type="checkbox"] {
	display: none;
  }
  /*style form to limit width and highlight the long label*/
  /*style wrapper to give some space*/
  .a11ywrapper {
	position: relative;
  }
  /*style label to give some more space*/
  .a11ywrapper label {
	display: block;
	padding: 12px 0 12px 48px;
  }
  /*style and hide original checkbox*/
  .a11ywrapper input {
	height: 48px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 40px;
  }
  .a11ywrapper input.next-button {
	top: 2em;
  }
  /*position new box*/
  .a11ywrapper input + label::before {
	/*border: 2px solid;*/
	content: "";
	height: 48px;
	left: 0;
	position: absolute;
	top: 0;
	width: 40px;
  }
  /*create check symbol with pseudo element*/
  .a11ywrapper input + label::after {
	content: "";
	border: 4px solid;
	border-left: 0;
	border-top: 0;
	height: 20px;
	left: 14px;
	opacity: 0;
	position: absolute;
	top: 12px;
	transform: rotate(45deg);
	transition: opacity 0.2s ease-in-out;
	width: 12px;
  }
  /*reveal check for 'on' state*/
  .a11ywrapper input:checked + label::after {
	opacity: 1;
  }
  .a11ywrapper input:focus + label::before, .btn-secondary.focus, .btn-secondary:focus {
	box-shadow: 0 0 0 3px #ffbf47;
	outline: 3px solid transparent;
  }
  .allywrapper label.btn-lg::before, .allywrapper input.btn-lg::before {
	margin-left: 16px;
  }
  .contact-radio {
	width: 100%;
  }
  .contact-radio label {
	display: block;
	padding: 12px 0 12px 12px;
	border: 1px solid rgba(0, 0, 0, .125);
  }
  .contact-radio input {
	margin-right: 1em;
  }
  .contact-radio .btn {
	text-align: left;
	border-radius: 0px;
	position: relative;
	background-color: #fff;
	color: #000;
	margin-bottom: .25em;
  }

  /* form input[type="radio"]:checked + label {
	background-color: #545b62;
  } */

  .attest-wrapper label {
	margin-left: 1em;
  }
  .attest-wrapper {
	display: inherit;
  }

  .response-list-group-item-info {
	list-style: none;
  }
  .btn[data-toggle="collapse"][aria-expanded="true"] .fa-angle-right {
	-webkit-transform: rotate(90deg);
            -moz-transform:    rotate(90deg);
            -ms-transform:     rotate(90deg);
            -o-transform:      rotate(90deg);
            transform:         rotate(90deg);
}
  /* * * * * * * * * * * CLEARANCE/NOT CLEARANCE PAGES * * * * * * * * * * */
  .badge-success {
	background-color: #228738;
	color: #fff;
  }
  .badge-warning {
	background-color: #ffc107;
	color: #000;
  }
  .clearance .badge-success {
	width: 100%;
	font-size: 65px;
  }
  .badge-background {
	padding: 0;
  }
  .display-4, .display-3, .display-2, .display-1 {
	text-align: center;
  }
  .display-3, .display-2 {
	font-weight: 600;
  }
  .day {
	line-height: .5;
	margin-bottom: 30px;
  }
  .expires {
	font-size: 25px;
	font-weight: normal;
	text-align: center;
	margin-top: 0;
  }
  .barcode {
	overflow: hidden;
	text-align: center;
  }
  button.hidden-print {
	margin: 2rem auto;
  }
  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * MEDIA QUERIES * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  @media (max-width: 768px) {
	/* * * * * * * * * * * TEMPLATE * * * * * * * * * * */
	body {
	  max-width: 100%;
	  margin: 0;
	}
	main.container {
	  max-width: 100%;
	  margin: 0;
	  padding: 0;
	}
	.main-template {
	  max-width: 100%;
	  margin: 0;
	  min-height: 0px;
	  padding: 2rem 1.5rem 1rem 1.5rem;
	}
	/* * * * * * * * * * * INDEX * * * * * * * * * * */
	.hero-img {
	  top: 2em;
	}
	.hero-img img {
	  width: 70px;
	}
	.home button.hero-btn {
	  width: 100%;
	  bottom: 0;
	  position: absolute;
	  left: 0;
	  padding-top: 1em;
	  padding-bottom: 1em;
	}
	.main-description {
	  width: -webkit-calc(100% - 75px);
	  width: calc(100% - 75px);
	}
	.home .main-description .lead {
	  margin-bottom: 1rem;
	}
	.title:after {
	  display: none;
	}
	/* * * * * * * * * * * CLEARANCE PASS * * * * * * * * * * */
	.hidden-print {
	  display: none;
	}
  }
  @media (max-width: 576px) {
	/* * * * * * * * * * * TEMPLATE * * * * * * * * * * */
	h1 {
	  font-size: 2rem;
	}
	/* * * * * * * * * * * INDEX * * * * * * * * * * */
	.hero-img {
	  top: 2em;
	}
	.hero-img img {
	  width: 70px;
	}
	/* * * * * * * * * * * CLEARANCE * * * * * * * * * * */
	.card {
	  margin-bottom: 1em;
	}
	.barcode {
	  overflow: hidden;
	  text-align: center;
	}
	.clearance {
	  margin-top: -2rem;
	}
	.clear-date {
	  font-size: 1.4rem;
	}
	.display-2 {
	  font-size: 4.5rem;
	}
	.display-4.name {
	  line-height: 1;
	  margin-bottom: .5em;
	}
	.clearance .badge-success {
	  font-size: 38px;
	}
	/* * * * * * * * * * * ASSESSMENT * * * * * * * * * * */
	.assessment .row {
	  margin-bottom: 1em;
	}
	.input-group-text {
	  white-space: normal;
	}
  }
  @media (max-width: 390px) {
	/* * * * * * * * * * * CLEARANCE * * * * * * * * * * */
	.display-3 {
	  font-size: 3rem;
	}
	.display-4 {
	  font-size: 2.5rem;
	}
  }
  /* * * * * * * * * * * ADMIN SCREEN * * * * * * * * * * */
  #admin.container, #admin .main-template {
	max-width: 100%;
  }
  #toolbar {
	display: inline-flex;
  }
  #button {
	margin-right: 1em;
  }
  div.dt-buttons {
	position: absolute;
	right: 0;
	top: 12em;
  }
  .wrapper-editor .justify-content-center {
	justify-content: left !important;
  }
  .assessment .wrapper-editor .row {
	margin-bottom: -3em;
  }
  .assessment .wrapper-editor .row .d-flex {
	margin-left: -6px !important;
  }
/* * * * * * * * * * * Toast Alerts  * * * * * * * * * * */
  .toast-container {
	position: fixed;
    top: 120px;
    right: 0;
    width: 100%;
	z-index: 99999999;
	opacity:.9;
}

.toast {
position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 5px 15px 15px 15px;
  width: 300px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  width: 300px;
    margin-left: auto;
    margin-right: auto;
	background-color: #FFC107;	
}

.toast:hover {
  -moz-box-shadow: 0 0 12px #7d7d7d;
  -webkit-box-shadow: 0 0 12px #7d7d7d;
  box-shadow: 0 0 12px #7d7d7d;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

.toast-header {
	background:transparent;
}

.toast-container .fade {
	transition: opacity 1.5s;
}
  /* * * * * * * * * * * NO LONGER NEEDED * * * * * * * * * * */
  /* .resources {
  
	  margin-top:2em;
  
  } */
  /* .privacy {
  
  
  
   padding: 3rem 1.5rem 1rem 1.5rem;
  
  
  
  } */
  /* hero-img
  
  .card-header {
  
	  background-color: rgba(259,219,109, .08);
  
  } */
  /*.card-header img {
  
	  height:40px;
  
	  width:40px;
  
  }*/
  /*.box-privacy {
  
	  align-items:baseline;
  
  }*/
 