/* Set header size */

.lead {
	font-size: 1rem;
	padding-left: 16px;
}

.container {
	border-radius: 25px;
	padding-top: 10px;
	padding-left: 20px;
	margin-top: 10px;
}

#pnlSubHeader {
	padding: 20px;
}

#pnlSubHeader img {
	float: left;
	height: 120px;
	padding-right: 20px;
}

/* Set button colour */
.btn-primary, .btn-primary::placeholder {
  background-color: #00205B !Important;
  color: #fff !Important;
  opacity: 1 !Important;
  font-weight: 600;
}


/* Set hover colour */
.btn-primary:hover
 {
  background-color: #009FDF !Important;
  color: #fff !Important;
 }

/* Set active colour */
.btn-check:checked+.btn-primary,.btn-primary:active,.btn-other:not(:placeholder-shown) {
  color: #fff !Important;
  background-color: #009FDF !Important;
}

#banner {
    width: 100%;
    max-width: 1100px;
    max-height: 370px;
}
