@charset "UTF-8";
body {
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	background-color: #F2F2F2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
}
a:link, a:visited {
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: none;
  color: #FFFFFF;
}
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 1200px;
	background-color: #FFFFFF;
}
header {
	width: 100%;
	height: 5%;
	background-color: #010044;
	border-bottom: 1px solid #010044;
}
.top {
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	float: left;
	margin-top: 8px;
	font-size: 28px;
	font-weight: normal;
}
footer {
	background-color: #D9E0FA;
	padding-bottom: 35px;
	width: 100%;
}
.footer_column {
	width: 25%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 70%;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
.copyright {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #C2CAEF;
	color: #000000;
	font-size: 28px;
	font-weight: normal;
}
.copyright:hover {
	color: #FFFFFF;
}
footer {
	display: inline-flex;
}
.hidden {
	display: none;
}

/* Mobile */
@media (max-width: 320px) {
.top {
	color: #FFFFFF;
	width: 100%;
	text-align: center;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.top {
	width: 100%;
	text-align: center;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.footer_column {
	width: 100%;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
}
