@charset "utf-8";
/* CSS Document */

.bg-very-dark-blue {
	background-color: #0d273e !important;
	color: #FFF;
}

.bg-medium-dark-blue {
	background-color: #153355 !important;
	color: #FFF;
}

.bg-dark-blue {
	background-color: #214a82 !important;
	color: #FFF;
}

.bg-strong-cyan {
	background-color: #09bfcc !important;
	color: #FFF;
}

.bg-light-grayish-blue {
	background-color: #d6e7f7 !important;
	color: #092f5c;
}

.bg-soft-orange {
	background-color: #fed375;
	color: #04325d;
}

.text-very-dark-blue {
	color: #03345f;
}

.text-soft-blue {
	color: #81b3fc;
}
