.bannerSection {
	margin-bottom: 30px;
}

.bannerSection h1, .bannerSection h2 {
	margin-bottom: 15px;
    color: #01519E;
    font-family: "Roboto", Sans-serif;
    font-size: 32px;
    font-weight: 600;
}

.bannerSection p {
	font-size: 16px;
	line-height: 24px;
}

.wp-custom-logo .site-header {
	align-items: center;
	padding: 20px 0px 0px;
}

h2.heading {
	font-size: 20px;
    font-weight: normal;
    background: #033a6f;
    color: #fff;
    padding: 7.5px 15px 10px;
    line-height: 20px;
    margin: 0;
}
form.form {
	margin-top: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    padding: 15px;
    background: #033a6f2e;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
form label {
	width: 100%;
	color: #6f6f6f;
	font-weight: 400;
}
form input {
	width:100%;
}

form input.submit {
	width: auto;
    padding: 7.5px 30px;
    font-size: 16px;
    background: #01519e !important;
    border: 0px;
    color: #fff;
    border-radius: 6px;
}
.card-header {
    padding:0px;
}

.card-header h5 button.collapsed {
    background: #033a6f !important;
}

.card-header h5 button {
    width: 100%;
    text-align: left;
    font-size: 20px;
    outline: none;
    font-weight: normal;
    background: #0c6ecc !important;
    color: #fff;
    padding: 12.5px 20px 17.5px;
    line-height: 26px;
    margin: 0;
    border:0px;
    text-decoration: none;
	border-radius:6px !important;
}


.card-body p, .card-body{ font-size: 16px; line-height: 26px;}

.card { margin-bottom: 15px; border-radius:8px;}
.card .card-header { border:0px;}

