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

html, body {
	margin:0;
}

#top-bar {
	padding-top: 6%;
	background-color: #000066;
	border-bottom: 3px solid #666666;
	z-index: -5;
}

.content-wrapper {
	width:100%;
	height: auto;
	min-height: auto !important;
	position: relative;
	clear: both;
	
}

.call2action {
	border: 2px solid #00002e;
	background-color: #00002e;
	border-radius: 4px;
	display: inline-block;
	color: #fff;
	font-family: 'Pontano Sans', sans-serif;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	width: 150px;
	text-decoration: none;
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
	transition: background .25s ease-in-out !important;
   -moz-transition: background .25s ease-in-out !important;
   -webkit-transition: background .25s ease-in-out !important;
}
.call2action:hover {
	background-color: #ffffff;
	border: 2px solid #ffffff;
	color: #00002e;
}

.call2action2 {
	border: 2px solid #000066;
	background-color: #000066;
	border-radius: 4px;
	display: inline-block;
	color: #fff !important;
	font-family: 'Pontano Sans', sans-serif;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	width: 150px;
	text-decoration: none;
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
	transition: background .25s ease-in-out !important;
   -moz-transition: background .25s ease-in-out !important;
   -webkit-transition: background .25s ease-in-out !important;
}
.call2action2:hover {
	background-color: #FFF !important;
	border: 2px solid #000066 !important;
	color: #000066 !important;
}


#action-container {
	padding: 25px 10px 20px 600px;
	width:150px;
	height:auto;
	margin-right: auto;
	margin-left:auto;
}