@charset "utf-8";
/* CSS Document */

/* Global Styles */

html, body{
	margin: 0;
	padding: 0;
}

body {
	background: #db572b; /* Old browsers */
background: -webkit-linear-gradient(bottom left, #db572b 1%, #e5b32b 31%, #207cca 61%, #354763 100%);
background: -o-linear-gradient(bottom left, #db572b 1%, #e5b32b 31%, #207cca 61%, #354763 100%);
background: linear-gradient(to top right, #db572b 1%, #e5b32b 31%, #207cca 61%, #354763 100%); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background-size: cover;
	background-attachment: fixed;
}

	.grouping {
	margin: 0 auto;
	width: 960px;
	height: 1000px;
}



.banner {
	top: 0;
	width: 960px;
	height: 414px;
	margin-top: 50px;
	padding: 10px;
	z-index: -90;
}

.bodycenter {
	width: 960px;
	height: 450px;
	margin-top: 20px;
	margin-bottom: 20px;
}

h2 {
	color: black;
	font-size: 14pt;
	text-align: center;

}

.section-column {
	height: 450px;
	float: left;
	width: 232.5px;
}

#section-column-1, #section-column-2, #section-column-3 {
	margin-right: 10px;
}


.section-column img {
	float: left;
	height: 100px;
	width: 180px;
}


.column-portion-upper {
	height: 180px;
	width: 192.5px;
	padding: 10px 20px 10px 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.column-portion-lower {
	width: 192.5px;
	height: 230px;
	padding: 10px 20px 10px 20px;
}

/* UPPPER COLUMN COLORS */
#column-portion-upper-1 {
	background: #46BF3D;
}

#column-portion-upper-2 {
	background: #589ACC;
}

#column-portion-upper-3 {
	background: #253499;
}

#column-portion-upper-4 {
	background: #1D3945;
}

/* LOWER COLUMN COLORS */
#column-portion-lower-1 {
 	background: rgb(237, 228, 214);
}

#column-portion-lower-2 {
 	background: #98C6EE;
}

#column-portion-lower-3 {
 	background: #FF6666;
}

#column-portion-lower-4 {
 	background: #E6853B;
}


.button {
	border: .25px solid #333;
	color: #333;
	padding: 10px 0;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: 1.5px;
	-webkit-transition: .25s all ease-in-out;
	-moz-transition: .25s all ease-in-out;
	-o-transition: .25s all ease-in-out;
	transition: .25s all ease-in-out;
}

.button:focus,
.button:hover {
	background-color: #333;
	color: #fff;
}


.information-section{
	width: inherit;
	height: 169px;
	margin-bottom: 10px;
}

.article-section {
	float:left;
	width: 435px;
	padding: 20px;
	height: 129px;
}

#article-section-1 {
	background: rgba(0,62,109,1.00);
	margin-right: 10px;		
}

#article-section-2 {
	background: rgba(88,154,204,1.00)
}

.footer {
	width: 940px;
	height: 50px;
	background: #00344D;
	padding: 10px;
	margin-bottom: 20px;
}


.footer-nav >li{
	float: left;
	list-style-type: none;
	text-decoration: none;
	font-size: 10pt;
}

.footer-nav > li > a {
	float: left;
	padding: 5px 5px;
	width: 100px;
	border-left: 1px dotted #ada;
	color: white;
	text-align: center;
	
}

.footer-nav > li:first-child > a {
	border-left: none;
}

.footer-nav > li:first-child > a {
	width: 400px;
}

.footer-nav >li:nth-child(2) > a {
	text-decoration: underline;
}

.footer-nav >li:nth-child(3) > a {
	text-decoration: underline;
}

.footer-nav >li:nth-child(4) > a {
	text-decoration: underline;
}



/* CONTACT US HTML */
.container {
	margin: 0 auto;
	width: 960px;
	height: 500px;
}

.contactusBanner{
	margin: 0 auto;
	width: 960px;
	height: 500px;
	background-color: aliceblue;
	top: 0;
	padding: 40px;
	margin-top: 100px;
	border-radius: 30px;
}

.socialMedia-icons {
	position: fixed;
	height: auto;
	padding: 5px 5px 5px 5px;
	border-radius: 10px;
	right: 300px;
	top: 200px;
}

.contactus-section {
	float: left;
	width: 400px;
	height: 500px;
}

#contactus-section-1 {
	margin-right: 40px;
}

