.row {
    padding-top: 20px;
    padding-bottom: 20px;
  }

.banner {
	background-color: #0D0D0D;
	color: #FFFFFF;
	padding-bottom: 10px;
	padding-top: 10px;
}

.banner  a {
	color: #FFFFFF;
}

.banner img {
	width: 50%;
	padding: 10px;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}


.jumbotron-footer {
  color: white;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #13365e;
  font-size: 80%;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 90%;
}
.aref:link {
  color: white;
  width: 100%;
  text-decoration: none;
  font-size: 50%;
  line-height: 50%; 
}
.aref:visited {
  color: white;
  width: 100%;
  text-decoration: none;
  font-size: 50%;
  line-height: 50%;
}

.prod-col {
  background-color: #1F4C73;
}

.text-block {
  position: absolute;
  top: 25px;
  left: 15px;
  background-color: #050505;
  opacity: 0.9;
  color: white;
  padding-left: 5px;
  padding-right: 5px;
}

.text-block-a {
  position: absolute;
  top: 25px;
  left: 0px;
  background-color: #050505;
  opacity: 1;
  color: white;
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
  align-content: center;
}

.faqContainer {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 3fr));
  gap: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.faqSection {
  background-color: #CDE5FB;
  color: #022039;
  padding: 0.1rem;
}

.faqDiv {
  padding: 4rem;
  list-style-type: none;
  font-size: larger;
  font-weight: bolder;
}

.faqDiv ul{
  list-style-type: ;
}

.faqDiv a:link {
  color: #022039;
  text-decoration: none;
  font-size: medium;
  font-weight: 200;
}

.faqDiv a:hover {
  color: #5F69C9;
  text-decoration: none;
}

.faqDiv a:active {
  color: #022039;
  text-decoration: none;
}

.modal .headline {
  color: #022039;
  font-size: x-large;
  font-weight: bold;
}