html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.bg-GeoTrust-light-teal {
    background-color: rgba(165,202,204,1);
}

.bg-GeoTrust-mid-teal {
    background-color: rgba(29,123,128,1);
}

.bg-GeoTrust-dark-teal {
    background-color: rgba(42,99,107,1);
}

.bg-GeoTrust-light-blue {
    background: rgba(160,188,202,1);
}

.bg-GeoTrust-dark-blue {
    background-color: rgba(6,56,96,1);
}

.btn-GeoTrust-teal {
    background-color: rgba(29,123,128,1);
    color:white;
}

    .btn-GeoTrust-teal:hover {
        background-color: rgba(42,99,107,1);
        color: white;
    }

    .btn-GeoTrust-teal:active {
        background-color: rgba(165,202,204,1);
        color: white;
    }