body{ background-color: #FFFFFF; }
#canvas{ max-width: none; height: auto; position: static; z-index: auto; }

/*
light blue: #00AFD7
dark blue: #02077B
green: #7ED957
*/
.bg-conditions{ background-color: #00AFD7; }
.color-conditions{ color: #00AFD7; }
.bg-institutions{ background-color: #7ED957; }
.color-institutions{ color: #7ED957; }
.btn-primary { background-color: #02077B; border: #02077B; }
.btn-primary:hover, .btn-primary:active, .btn-primary:focus { background-color: #02077B; border: #02077B; }
a { color: #02077B}