@charset "utf-8";
/* CSS Document */
@import url('fonts/stylesheet.css)');
html {
	height: auto !important;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, address, img, strong, dl, dt, dd, ol, ul, li, fieldset, form, label {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Arial', sans-serif; /*color: #000;*/
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
	background: #fff;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, ul, li, ol, table, td, tr, p, figure {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
a {
	cursor: pointer !important;
	text-decoration: none;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
}
input, select {
	vertical-align: middle;
	margin: 0;
}
ul, li, ol, dl {
	list-style: none;
}
:focus {
	outline: none;
}
img {
	border: none;
	display: block;
}
.bold {
	font-weight: 700 !important;
}
.no_margin_right {
	margin-right: 0px !important;
}
.no_margin_left {
	margin-left: 0px !important;
}
.no_margin {
	margin: 0px !important;
}
.no_padding_right {
	padding-right: 0px !important;
}
.no_padding_left {
	padding-left: 0px !important;
}
.no_padding {
	padding: 0px !important;
}
.no_border {
	border: none!important;
}
.no_background {
	background: none !important;
}
.clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.white {
	color: white !important;
}
.last {
	margin: 0px !important;
	padding: 0px !important;
}
.black {
	color: #000 !important;
}
.red {
	color: #ee0000 !important;
}
.grey {
	color: #959595 !important;
}
.large {
	font-size: 18px !important;
}
.x-large {
	font-size: 24px !important;
}
.xx-large {
	font-size: 28px !important;
}
.underline {
	text-decoration: underline !important;
}
.al {
	text-align: left;
}
.ar {
	text-align: right;
}
.ac {
	text-align: center;
}
.boxshadow {
	border: 1px solid #ececec;
	box-shadow: 0px 0px 0px #959595;
}
.boxshadow:hover {
	box-shadow: 0px 0px 5px #ccc;
}
/*reset-2*/

::-webkit-input-placeholder {
 color: #4d4d4d;
}

:-moz-placeholder { /* Firefox 18- */
 color: #4d4d4d;
}

::-moz-placeholder {  /* Firefox 19+ */
 color: #4d4d4d;
}

:-ms-input-placeholder {
 color: #4d4d4d;
}
/*page styling*/
body {
	background: url(../images/background.jpg);
	background-repeat: repeat;
	background-position: top center;
	background-attachment: fixed;
	background-size:cover;
}
body.inner-page {
	padding: 0%;
}
body:after {
	content: "";
	opacity: 0.7;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
}
.row {
	width: 100%;
}
.container {
	width: 100%;
	margin: 0 auto;
}
.logoHolder {
	padding-top: 10px;
	display: block;
	margin: 0 auto;
}
div.logo {
	display: block;
	height: 228px;
	margin: 0 auto;
	background-position:center center;
	width:1065px;
}
.logo1{
	float:left;
	padding:38px 0;
}
.logo2{
	float:right;
	padding:62px 0;
}
	
.headingHolder {
	display: block;
	text-align: center;
}
h1.top {
	background: url(../../images/bg-black.png);
	border: 1px solid #0060AA;
	color: #fff;
	font-family: Franklin Gothic Book, sans-serif;
	font-size: 58px;
	font-weight: bold;
	margin: 0 auto;
	padding: 5px 0;
	text-shadow: 3px 3px 4px #333;
	width: 1063px;
}
.achievementHolder {
	background: url(../../images/bg-black.png);
	border: 1px solid #0060AA;
	display: block;
	height: auto;
	margin: 0 auto;
	width: 1065px;
	margin-bottom: 20px;
	margin-top: 20px;
	box-sizing: border-box;
	overflow: hidden;
}
.leftHalf {
	width: 70%;
	float: left;
	display: block;
	text-align: center;
}
.rightHalf {
	width: 30%;
	float: left;
	display: block;
}
.achievementHolder p {
	font-family: Franklin Gothic Book, sans-serif;
	font-size: 25px;
	line-height: 35px;
	margin: 25px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	display: block;
}
.achievementHolder h2 {
	font-family: Franklin Gothic Book, sans-serif;
	font-size: 40px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 8px;
	margin-top: 65px;
}
.formHolder {
	width: 260px;
	height: 280px;
	display: block;
	margin: 0 auto;
	padding: 25px;
}
.input {
margin: 0 0 20px 0;
width: 263px;
height: 47px;
border: 1px solid #b2b2b2;
padding: 0 5px;
font-weight: bold;
font-family: Franklin Gothic Book, sans-serif;
line-height: 45px;
box-sizing:border-box;
}
label {
	font-family: Franklin Gothic Book, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 3px;
	margin: 0 0 0 10px;
	text-transform: uppercase;
}
.pswdLink {
	display: block;
	width: 250px;
	padding: 25px 0;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2.5px;
}
.yellow {
	color: #fff;
	font-weight: bold;
}
.button {
	width: 263px;
	background: #0060AA;
	height: 45PX;
	border: 0;
	color: #fff;
	font-size: 20px;
	font-family: arial;
	text-transform: uppercase;
	letter-spacing: 3px;
	transition: ease-in 0.4s;
	margin-top:10px;
}
.pswdLink a:hover {
	text-decoration: none;
}
input.button:hover {
	color: #000;
	cursor: pointer;
}
/*inner-page*/
.top-row {
	/*background: #14388d;*/
	width: 1070px;
	margin-left: auto;
	margin-right: auto;
}
div.logo-inner {
	display: block;
	width: 1070px;
	height: 240px;
	margin: 0 auto;
}
h1.top-white {
	font-family: Franklin Gothic Book, sans-serif;
	font-size: 46px;
	width:1068px;
	color: #FFF;
	font-weight: bold;
	background: none repeat scroll 0 0;
	background:url(../../images/bg-black.png);
	border: 1px solid #0060AA;
	border-bottom:none;
}
div.top-navigation {
	width: 1068px;
	height: 20px;
	padding: 10px 0;
	background: none repeat scroll 0 0;
	background:url(../../images/bg-black.png);
	position:relative;
	z-index:50;
	border: 1px solid #0060AA;
	border-top:none;
}
ul.menu {
	width: 1025px;
	margin: 0 auto;
	position: relative;
}
ul.menu li {
	display: inline-block;
	list-style-position: outside;
	position:relative;
}
ul.menu>li>a:before{
	content:url(../images/list.png);
	position:absolute;
	left:-15px;
}
ul.menu li a {
	width: auto;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0 50px 0 0px;
	color: #fff !important;
}
ul.menu li a:hover {
	text-decoration: none;
}
ul.menu li:last-child a {
	width: auto;
	font-size: 13px;
	text-transform: uppercase;
	padding: 0 0px 0 12px;
}
ul.menu li a:hover {
	text-decoration: none;
}
ul.menu li:last-child a {
	display: block;
	width: auto;
	font-size: 13px;
	text-transform: uppercase;
	padding: 0 0px 0 12px;
}
ul.menu > li > ul.submenu {
	width: 275px;
	height: auto;
	position: absolute;
	top: 16px;
	left: -28px;
	display: none;
	border-radius: 5px;
	background-color:#000;
}
ul.menu li:hover ul.submenu {
	display: block;
}
ul.submenu li {
	list-style: none;
}
ul.submenu li a {
	display: block;
	padding: 6px 15px;
	font-size: 13px;
	background: url(../images/list.png) no-repeat center left;
}
ul.submenu li:hover a {
	background: url(../images/list-hover.png) no-repeat center left;
}
ul.submenu li a:last-child {
	display: block !important;
	padding: 6px 15px !important;
	font-size: 13px !important;
}
ul.submenu li {
	border-top: 1px solid #0060AA;
	width: 260px;
	padding: 5px 0 5px 15px;
	position: relative;
}
ul.submenu li:hover {
	background: #0060AA;
}
ul.submenu li:hover ul.submenu2 {
	display: block;
}
ul.submenu li:first-child {
	border-top: none;
}
ul.submenu li:last-child {
	border-bottom: none;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
ul.submenu2 {
	position: absolute;
	top: 0px;
	left: 275px;
	display: none;
	width: 283px;
	height: auto;
	background:#000;
	border-radius: 5px;
}
ul.submenu2 li {
	list-style: none;
}
ul.submenu2 li a {
	display: block;
	padding: 6px 15px;
	font-size: 16px;
	background: url(../images/list.png) no-repeat center left;
}
ul.submenu2 li:hover a {
	background: url(../images/list-hover.png) no-repeat center left;
}
ul.submenu2 li a:last-child {
	display: block !important;
	padding: 6px 15px !important;
	font-size: 13px !important;
}
ul.submenu2 li {
	border-top: 1px solid #0060AA;
	width: 268px;
	padding: 5px 0 5px 15px;
	position: relative;
}
ul.submenu2 li:hover {
	background: #0060AA;
}
ul.submenu li:first-child {
	border-top: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
ul.submenu li:last-child {
	border-bottom: none;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	height:25px;
}
.inner-content {
	background: url(../../images/bg-black.png);
	width: 1030px;
	height: 580px;
	/*height: 420px;*/
	margin: 20px auto 0;
	padding: 20px;
	border: 1px solid #0060AA;
}
.team-img{
	display: block;
	margin: 0 auto;
	width: 80%;
}
div.leftHalf1 h1 {
	font-size: 65px;
	color: #fff;
	font-weight: bold;
	font-family: Franklin Gothic Demi, sans-serif;
	margin: 20px 0 0 0;
	text-transform: uppercase;
	letter-spacing: 3px;
}
p.welcome-note {
	font-family: "Franklin Gothic Book", sans-serif;
	color: #fff;
	font-size: 28px;
	text-align: center;
	padding: 20px;
}
.leftHalf1 {
	width: 645px;
	float: left;
	display: block;
	text-align: center;
}
.rightHalf1 {
	width: 370px;
	float: left;
	display: block;
	height: 100%;
	border-right: 0px !important;
	border-top: 0px !important;
	padding: 0 5px 0 5px;
}
.top-to-bottom {
	border-width: 1px;
	border-style: solid;
	-webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0060AA), to(rgba(0, 0, 0, 0))) 1 100%;
	-webkit-border-image: -webkit-linear-gradient(#0060AA, rgba(0, 0, 0, 0)) 1 100%;
	-moz-border-image: -moz-linear-gradient(#0060AA, rgba(0, 0, 0, 0)) 1 100%;
	-o-border-image: -o-linear-gradient(#0060AA, rgba(0, 0, 0, 0)) 1 100%;
	border-image: linear-gradient(to bottom, #0060AA, rgba(0, 0, 0, 0)) 1 100%;
	text-align: center;
}
.points-view {
	width: 380px;
	color: #fff;
	line-height: 28px;
	text-transform: uppercase;
}
.points-view ul li {
	list-style: none;
	float: left;
	display: inline-block;
	margin: 0 5px 0 0;
	font-size:12px;
}
.points-view span {
	float: left;
	margin: 1px 1px;
	font-size:12px;
}
.points-new{
	background-color: #0060AA;
	padding: 5px 20px;
	border-radius: 20px;
	width: 175px;
	margin-bottom: 10px;
	font-size: 14px;
	text-decoration: none !important;
	margin: 0 auto 10px auto;
}

.points-view img {
	float: left;
	width: 20px;
	padding-right:2px;
}
.list-img {
	width: 7px !important;
	margin: 8px 6px 0 0;
}
.view-rewards {
	margin: 0px auto 0px;
	width: 240px;
}
.reward-heading a {
	font-family: sans-serif;
	font-size: 33px;
	font-weight: bold;
	color: #fff !important;
	text-align: center;
}
.reward-heading a:hover {
	text-decoration: none;
}
