.text-white { color: #ffffff !important; }
.text-black { color: #000000 !important; }
.text-blue { color: #1B5A9D !important; }
.text-navy { color: #0A3466 !important; }
.text-sky { color: #3083DC !important; }
.text-md { font-size: 22px !important; line-height: 32px !important;} 
.text-lg { font-size: 32px !important; line-height: 42px !important;} 
.text-sm { font-size: 18px !important; line-height: 26px !important; }
.text-xs { font-size: 16px !important; line-height: 24px !important; }
.bg-sky { background-color: #3083DC !important; }
.bg-blue { background-color: #EAF5FF !important; }
.bg-light { background-color: #F5F5F5 !important; }
.fw-400 { font-weight: 400 !important}
.fw-700 { font-weight: 700 !important}
.fw-600 { font-weight: 600 !important}

@media screen and (min-width: 1400px) {
	.container { max-width: 1370px !important; }
}