body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

a {
    color: #005A8A;
}

#header {
    margin-bottom: 30px;
    padding: 0 8px;
}

.header-main {
    padding: 0 16px;
}

.header-main {
    margin-bottom: 10px;
	margin-top: 10px;
}

.logo {
    width: 250px;
}

.custom-navbar, .custom-navbar ul.dropdown-menu {
    background: #005aa9;
}

.custom-navbar ul li a.nav-link, .custom-navbar ul li a.dropdown-item {
    color: #FFFFFF !important;
}

.reg-nav.pagehead-content ul {
    padding-left: 0;
}

.custom-progress {
    padding: 2px;
    border: 1px #ccc solid;
}

.custom-progress-inner {
    height: 20px;
    background: #80298f;
}

.reg-nav.pagehead-content {
    margin: 15px 0 30px;
    padding-top: 1rem;
    margin-left: auto;
    margin-right: auto;
}

.reg-nav ul {
    list-style: none;
    display: -webkit-box;
    margin: 0;
}

.reg-nav ul li {
    margin: 0;
    width: 33%;
}

.read-details {
    color: #80298f;
    cursor: pointer;
    text-decoration: underline;
}

.details-info {
    background: #CCC;
    padding: 10px;
    border: #AAA 1px solid;
}

table.cost-table tr td:nth-child(1) {
    width: 100px;
}

.custom-back {
  background-color: #999;
  border: none;
  color: white;
  padding: 10px 21px;
  text-decoration: none;
  margin-top: 12px;
  cursor: pointer;
  border-radius: 5px;
}

.custom-back:hover {
        background-color: #7E298D;
}

input[type=submit] {
  background-color: #005AA9;
  border: none;
  color: white;
  padding: 10px 21px;
  text-decoration: none;
  margin-top: 15px;
  cursor: pointer;
  border-radius: 5px;
}

input[type=submit]:hover {
        background-color: #7E298D;
}

h3 {
	color: #7e298d;
	margin-bottom: 18px;
}

body {
	font-family: arial, helvetica;
	font-size: 15px;
}

.info-src-list {
    list-style-type: none; 
    columns: 2; -webkit-columns: 2; 
    -moz-columns: 2;
}

#footer {
    padding: 16px 24px 10px 24px;
    margin-top: auto;
}

#inner-footer {
    border-top: 3px solid #005aa9;
    padding-top: 12px !important;
    color: #000;
}

#inner-footer a {
    text-decoration: none;
}

.footer-logos {
    text-align: right;
}

.footer-logos img {
    height: 40px;
    margin-left: 15px;
}

.transaction-note {
    padding: 1rem 1rem; border: 
    1px solid transparent; 
    border-radius: .25rem; 
    background-color: #d3d3d4; 
    border-color: #000;
}

.sampleID img {
    height: 200px;
}

/* == MEDIA QUERIES == */
@media only screen and (max-width: 576px) {
    .logo {
        width: 200px;
    }

    .info-src-list {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }

    .footer-links, .footer-logos {
        text-align: center;
    }
}