body {
	background: #f2f2f2;
	color: #262626;
	font-family: Roboto,"sans-serif";
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	overflow-y: scroll;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-align: left;
	direction: ltr;
}
.price-card {
	border: 2px solid #1E88E5 !important;
}
.bg-black{
	background: black;
}
.text-white{
	color: white;
}
h2 {
	font-size: 1.7rem;
}
.topbar--spaceship-start {
	background: #1E88E5;
}
.header__topbar-start-bg::before {
	background: #1E88E5;
}
.topbar--spaceship-end {
	background: #1E88E5;
}
.header__topbar-end-bg::before {
	background: #1E88E5;
}
.indicator__icon {
	fill: #2ECC71;
}
.header {
	color: #262626;
	background: #FFFFFF;
	box-shadow: 0 1px 3px rgba(0,0,0,.09);
}
.departments--open .departments__button, .departments__button:hover {
	background: #1E88E5;
	color: #fff;
}
.btn-danger {
	color: #fff;
	background-color: #1E88E5;
	border-color: #dc3545;
}
a, a:hover {
	color: #1E88E5;
}
h3 {
	color: #1E88E5;
}
.feature-section {
	background: #1D2F5B;
}
.topbar--spaceship-end .topbar__button-arrow {
	color: #ffffff;
}
marquee {
	background: #fffff !important;
}
marquee a {
	color: #000 !important;
}

.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
	border-color: #e52727;
	background: #1E88E5;
	color: #fff;
}
.footer-newsletter__form-button {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 2px;
	border: none;
	padding: 0 20px;
	font-family: inherit;
	font-size: 15px;
	transition: background .2s,color .2s;
	margin-left: 8px;
	background-color: #1E88E5;
	color: #fff;
}