header {
    background-color: #204167;
}
.newsletter {
    background-color: #204167;
}

.pod-img {
    box-shadow: 0.5rem 0.5rem #204167;
}

.btn-primary {
    background-color: #204167;
    border-color: #204167;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0B294A;
    border-color: #0B294A;
}

a {
    color: #204167;
}

.loader {
    border-top: 16px solid #204167;
    border-bottom: 16px solid #204167;
}

.loader-sm {
    border-top: 8px solid #204167;
    border-bottom: 8px solid #204167;
}

input.labelauty:checked + label
{
	background-color: #204167 !important;
	color: #ffffff;
}

input.labelauty:checked:not([disabled]) + label:hover
{
	background-color: #617e9e !important;
}