@charset "utf-8";
@font-face {
	font-family: 'futura light';
	src: url('fonts/futura_light/futura-light-webfont.eot');
	src: url('fonts/futura_light/futura-light-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/futura_light/futura-light-webfont.woff') format('woff'),
url('fonts/futura_light/futura-light-webfont.ttf') format('truetype'),
url('fonts/futura_light/futura-light-webfont.svg') format('svg');
}
@font-face {
	font-family: 'FuturaPT-Light';
	src: url('fonts/FuturaPT-Light.eot');
	src: url('fonts/FuturaPT-Light.eot?#iefix') format('embedded-opentype'),
		 url('fonts/FuturaPT-Light.woff') format('woff'),
		 url('fonts/FuturaPT-Light.ttf') format('truetype'),
		 url('fonts/FuturaPT-Light.svg') format('svg');
}
@font-face {
	font-family: 'FuturaPT-Book';
	src: url('fonts/FuturaPT-Book.eot');
	src: url('fonts/FuturaPT-Book.eot?#iefix') format('embedded-opentype'),
		 url('fonts/FuturaPT-Book.woff') format('woff'),
		 url('fonts/FuturaPT-Book.ttf') format('truetype'),
		 url('fonts/FuturaPT-Book.svg') format('svg');
}
@font-face {
	font-family: 'FuturaPT-Heavy';
	src: url('fonts/FuturaPT-Heavy.eot');
	src: url('fonts/FuturaPT-Heavy.eot?#iefix') format('embedded-opentype'),
		 url('fonts/FuturaPT-Heavy.woff') format('woff'),
		 url('fonts/FuturaPT-Heavy.ttf') format('truetype'),
		 url('fonts/FuturaPT-Heavy.svg') format('svg');
}

/* page wrapper style */
.pgwrapper-shdw {
padding:0px, 0px, 0px, 0px;
}
/* tag override styles */

html {
	background-color: #DEDEDE;
	-webkit-font-feature-settings:"liga" 0; 
	font-feature-settings:"liga" 0; 
	text-rendering: optimizeSpeed;

}
body {
	color: #333;
	background-color:#fff;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: FuturaPT-book, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.25em;
}
a {
	color: #17a1eb;
}


a:hover {
	color: #17a1eb;
}

h1 {
	font-family: "FuturaPT-Book", Arial, sans-serif;
	font-size: 2.5em;
	text-transform:uppercase;
	font-style: normal;
	font-weight: lighter;
	font-smooth: always;
	line-height: 36px;
	padding-bottom: 15px;
	
}
h2 {
	font-family: "FuturaPT-Book", Arial, sans-serif;
	font-size: 1.75em;
	text-transform:uppercase;
	font-style: normal;
	font-weight: lighter;
	font-smooth: always;
	line-height: 36px;
	padding-bottom: 15px;
}
h3 {
	font-family: "futura light", Arial, sans-serif;
	font-size: 1.25em;
	font-smooth: always;
	padding-bottom: 7px;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 5px;
}
h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .95em;
	font-weight: bold;
	padding-bottom: 3px;
}
h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .85em;
	font-weight: bold;
}

/* Login styles */

.loginwrapper{
	background-image:url(images/LoginBG.jpg);
	background-repeat: none;
	background-size:auto 32.438em;
	height:32.438em;
	border-bottom:1.5em solid #17a1eb;
}

.loginwrapper table{
	padding:0;
	margin:0;
}

.loginwrapper td{
	position:relative;
	padding:0;
	margin:0;
	font-size:.73em;
}

.loginpic {
	position:absolute;
	z-index:1;
	left:-16.931em;
	width:47.5em;
	height:28.333em;
	background-image:url(images/loginPhoto.png);
	background-repeat:no-repeat;
	-webkit-clip-path: polygon(7% 0, 100% 0, 78% 100%, 0 100%, 0 14%);
	clip-path: polygon(7% 0, 100% 0, 78% 100%, 0 100%, 0 14%);
	}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
	.loginpic {
	background-position-x: -1.5em;
}
}

	
.loginpanel{
	position: absolute;
	z-index: 10;
	left: 20.5em;
	width: 47.75em;
	padding-left: 8.7em;
	height: 27.5em;
	padding-top: 10px;
	overflow: hidden;
	background-image: url(images/LoginPanelBG.png);
	background-repeat: no-repeat;
	font-family: futura light, Arial, sans-serif;
	font-size: 1em;
	}
	
.loginpanel ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
	opacity:  .8;
}
.loginpanel :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  .8;
}
.loginpanel ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
	opacity:  .8;
}
.loginpanel :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
   opacity:  .8;
}
.loginpanel ::-ms-input-placeholder { /* Microsoft Edge */
   color:    #fff;
   opacity:  .8;
}

.loginpanel ::placeholder { /* Most modern browsers support this now. */
   color:    #fff;
   opacity:  .8;
}


.loginError{
	float:right;
	font-size:1.25em; 
	padding-top:.4em;
	color:#FFF;
}
.loginError span{
	font-family:FuturaPT-heavy;
	font-size:1.15em;
	color:#4faeec;
}
	
.loginright{
	float:left;
	margin:35px 0 5px 50px;
	width: 420px;
	color:#666666;
	font-size:15px;
	line-height: 21px;
	}
	

.q1{
	position: absolute;
    right: -2.75em;
    top: 2em;
	z-index: 999;
	width:20px;
}
.q2{
	position: absolute;
    right: -2.75em;
    top: 2em;
	z-index: 998;
	width:20px;
}

.loginContainer{
	 margin-top:4.85em;
}

.loginpanel a{
	color:#C12030;
	text-decoration:none;
	font-size:14px;
}

.loginpanel a:hover{
	text-decoration: underline;
	color:#fff;
}



.loginfield1{
	margin:0 45px 2px 45px;	
	width:330px;
	height:60px;
	background-color:#fff;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	}
.loginfield2{
	margin:0 45px 0 45px;	
	width:330px;
	height:60px;
	background-color:#fff;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	}

.loginfor{
	text-align:center;
	margin:15px 45px 0 45px;	
	width:330px;
	font-size: 11px;
	}
	
.EmpLoginTitle{
	font-family:futura light, Arial, sans-serif; 
	font-size:2.5em; 
	color:#fff; 
	display:block; 
	position:relative;
	margin-bottom:.75em;
}
	
.log_feil_main{float:left; width:65%; margin:2em 4em 2px; font-family: "futura light", Arial, sans-serif; position:relative;}
.in_log_feild{float:left; width:100%; margin-bottom:.25em; font-family: "futura light", Arial, sans-serif; position:relative;}
input[type=text].text_in{
	float:left; 
	width:91%; 
	margin-bottom:.25em; 
	height:1.5em;
	font-size:2em; 
	font-family: "futura light", Arial, sans-serif; 
	text-indent:1em; 
	background-color: rgba(255, 255, 255, .1); 
	border:none; color:#fff;
	position:relative;
}
input[type=password].text_in_pass{
	float:left; 
	width:91%; 
	height:1.5em; 
	font-size:2em; 
	font-family: "futura light", Arial, sans-serif; 
	text-indent:1em; 
	background-color: rgba(255, 255, 255, .1); border:none; color:#fff; 
	position:relative;
}

.loginpanel input:focus{
	outline: none;
	Background-color: rgba(255, 255, 255, .16);
	color:#fff;
}

.loginfor_left_align{float:left; margin:16px 0 10px;}
.loginContent{
	max-width:1030px;
	margin-left:auto;
	margin-right:auto;
	padding-top:2em;
	min-height:10em;
	font-family: futura light, Arial, sans-serif;
	font-size:1.4em;
	color:#777;
	line-height:1.5em;
}

.loginContentLeft{
	float:left;
	width:35%;
	padding-right:2em;
	border-right:2px dotted #777;
}

.loginwrapper h1{
	font-family:  "FuturaPT-Book", Arial, sans-serif; 
	font-size:4.5em;
	line-height:.01em;
	text-transform:uppercase;
	color:#17a1eb;
	display:inline-block;
	clear:both;
}

.loginwrapper h2{
	font-family:  "futura light", Arial, sans-serif; 
	font-size:2.75em;
	color:#fff;
	display:inline-block;
	clear:both;
}

.loginwrapper h2 span{
	font-family:  "futura light", Arial, sans-serif; 
}

.loginContent h3{
	font-family:  "futura light", Arial, sans-serif;
	font-weight:normal;
	font-size:1.35em;
	color:#4faeec;
}

.loginContentRight{
	float:left;
	width:53%;
	padding-left:2em;
}


.loginfooterContent{
	max-width:1070px;
	margin-left:auto;
	margin-right:auto;
	padding-top:1em;
}
.loginfooterl{float:left;}
.loginfooterr{float:right; padding-right:50px;}	

#loginbutton{
	position:relative;	
	float:right;
}


#loginbutton a{
	position: relative;
	z-index: 30;
	float: left;
	display: block;
	font-family: FuturaPT-book, Arial, sans-serif;
	font-size: 1.9em;
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	padding: 3px 25px 5px 30px;
	margin:0 4px 0 16px;
	border:3px solid #17a1eb;
}

#loginbutton a:hover{
	background-color: #17a1eb;
	color: #fff;
}

/*  Input Styles   */

.LeaveFormEntry{
	width:90%;
	font-size:1.5em;
	padding-left:2em;
	padding-top:1.6em;
	clear:both;
}

.questionhdr{
	font-family:futuraPT-Book, Trebuchet Ms, Arial;
	font-size:2em;
	line-height:1.15em;
	color:#555;
	display:block;
	padding-left:1.35em;
	padding-bottom:.2em;
	float:left;
	clear:both;
	border-bottom: 4px solid #1457A8;
}

.questionhdr2 {
	font-family: futuraPT-Book, Trebuchet Ms, Arial;
	font-size: 1.4em;
	line-height: 1.0em;
	color: #555;
	display: block;
	padding-left: 2.0em;
	padding-bottom: .1em;
	float: left;
	padding-top: 0.5em;
	clear: both;
}


.formDiv{
	Float:left;
	margin-right:2em;
	margin-bottom:.5em;
	line-height:1.25em;
}

input[type=text] {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #1457A8;
	background-color:transparent;
	color:#1457A8;
	font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
	font-size:1em;
  	outline: none;
	 -webkit-transition: all 0.30s ease-in-out;
 	 -moz-transition: all 0.30s ease-in-out;
  	 -ms-transition: all 0.30s ease-in-out;
	 -o-transition: all 0.30s ease-in-out;
}

input[type=text]::-ms-clear {display: none; width:0; height:0;}

input[type=text]:focus {
	border-bottom:1px solid #e23940;
	-webkit-transition: all 0.30s ease-in-out;
 	 -moz-transition: all 0.30s ease-in-out;
  	 -ms-transition: all 0.30s ease-in-out;
	 -o-transition: all 0.30s ease-in-out;
}

input[type=email] {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #1457A8;
	background-color:transparent;
	color:#1457A8;
	font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
	font-size:1em;
  	outline: none;
	 -webkit-transition: all 0.30s ease-in-out;
 	 -moz-transition: all 0.30s ease-in-out;
  	 -ms-transition: all 0.30s ease-in-out;
	 -o-transition: all 0.30s ease-in-out;
}

input[type=email]::-ms-clear {display: none; width:0; height:0;}

input[type=email]:focus {
	border-bottom:1px solid #e23940;
	-webkit-transition: all 0.30s ease-in-out;
 	 -moz-transition: all 0.30s ease-in-out;
  	 -ms-transition: all 0.30s ease-in-out;
	 -o-transition: all 0.30s ease-in-out;
}

input[type=tel] {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #1457A8;
	background-color:transparent;
	color:#1457A8;
	font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
	font-size:1em;
  	outline: none;
	 -webkit-transition: all 0.30s ease-in-out;
 	 -moz-transition: all 0.30s ease-in-out;
  	 -ms-transition: all 0.30s ease-in-out;
	 -o-transition: all 0.30s ease-in-out;
}

input[type=tel]::-ms-clear {display: none; width:0; height:0;}

input[type=tel]:focus {
	border-bottom:1px solid #e23940;
	-webkit-transition: all 0.30s ease-in-out;
 	 -moz-transition: all 0.30s ease-in-out;
  	 -ms-transition: all 0.30s ease-in-out;
	 -o-transition: all 0.30s ease-in-out;
}


input[type=date] {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #1457A8;
	background-color:transparent;
	color:#1457A8;
	font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
	font-size:.9em;
  	outline: none;
	 -webkit-transition: all 0.30s ease-in-out;
 	 -moz-transition: all 0.30s ease-in-out;
  	 -ms-transition: all 0.30s ease-in-out;
	 -o-transition: all 0.30s ease-in-out;
}

input[type=date]::-ms-clear {display: none; width:0; height:0;}

input[type=date]:focus {
	border-bottom:1px solid #e23940;
	-webkit-transition: all 0.30s ease-in-out;
 	 -moz-transition: all 0.30s ease-in-out;
  	 -ms-transition: all 0.30s ease-in-out;
	 -o-transition: all 0.30s ease-in-out;
}

input[type=password]::-ms-clear {display: none; width:0; height:0;}

input[type=password] {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #d22f2f;
	background-color:transparent;
	color:#d22f2f;
	font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
	font-size:.95em;
  	outline: none;
	 -webkit-transition: all 0.30s ease-in-out;
 	 -moz-transition: all 0.30s ease-in-out;
  	 -ms-transition: all 0.30s ease-in-out;
	 -o-transition: all 0.30s ease-in-out;
}

input[type=password]:focus {
	border-bottom:1px solid #e23940;
	-webkit-transition: all 0.30s ease-in-out;
 	 -moz-transition: all 0.30s ease-in-out;
  	 -ms-transition: all 0.30s ease-in-out;
	 -o-transition: all 0.30s ease-in-out;
}

input[type=submit]{
	position: relative;
	z-index: 30;
	float: right;
	display: block;
	font-family: FuturaPT-book, Arial, sans-serif;
	font-size: 1.05em;
	color: #fff;
	text-decoration: none;
	background-color: #4faeec;
	padding: .15em .75em .15em .75em;
	margin:0 .4em 0;
	border:none;
	border-radius: .25em;
}

input[type=submit]:hover{
	background-color:#151b48;
	color:#fff;
}

input[type=submit]:focus{
	background-color:#151b48;
	color:#fff;
}


input.ChatBTN {
	background-color:#151b48;
	cursor:pointer;
	border: 1px solid #151b48;
	color:#fff;
	height:50px;
	width:160px;
	text-align:center;
	font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
	font-size:1.5em;
	opacity:.85;
	border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
}
input.ChatBTN:HOVER {
	opacity:1;
}
input.ChatName {
	color:#fff;
	border-color:#fff;
	font-size:1.4em;
}
select {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #1457A8;
	background-color:transparent;
	background:url(images/DropDownArrow.png) no-repeat right;
	background-size:auto;
	color:#1457A8;
	font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
	font-size:.95em;
  	outline: none;
	 -webkit-transition: all 0.30s ease-in-out;
 	 -moz-transition: all 0.30s ease-in-out;
  	 -ms-transition: all 0.30s ease-in-out;
	 -o-transition: all 0.30s ease-in-out;
}

select {
     /*for firefox*/
     -moz-appearance: none;
     /*for chrome*/
     -webkit-appearance:none;
}

/*for IE10*/
select::-ms-expand {
    display: none;
}

select::-ms-clear {display: none; width:0; height:0;}

select:focus {
	border-bottom:1px solid #e23940;
	-webkit-transition: all 0.30s ease-in-out;
 	 -moz-transition: all 0.30s ease-in-out;
  	 -ms-transition: all 0.30s ease-in-out;
	 -o-transition: all 0.30s ease-in-out;
}

select:required:invalid {
color: #999;
}

textarea{
	font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
	font-size:.85em;
	padding:.5em;
}

option[value=””][disabled] {
display: none;
}

option {
color:#1457A8;
}

input:focus {color:#5E87B5}

.errorMsgs{
 width:20em;
 float:right;
 font-family: FuturaPT-Heavy, Helvetica, trebuchet ms, Arial, sans-serif;
 color:#BF202F;
 font-size:.7em;
 text-align:right;
}


.formDiv.error, .formDiv.error input[type=text], .formDiv.error input[type=date], .formDiv.error input[type=tel], .formDiv.error input[type=email], .formDiv.error select, .formDiv.error textarea{
	border-color:#BF202F;
	color:#BF202F;
} 


.required{
color:red;
font-weight: bold;
line-height:36px;
}
.fieldbgyellow{
	background:#feff99;
	float:left;
}
.fieldbgred{
	background:#f9afad;
	float:left;
}
.fieldbggrey{
	float:left;
	display:block;
	height: 30px;
	border:1px solid #666;
	background:#c3c3c3;
	color:#555;
	padding-left: 6px;
	margin-right: 20px;
} 

/* Header, Footer and Navigation styles */
#header{
	background-image: url(images/headerbg.jpg);
	background-repeat: no-repeat;
	background-size:auto;
}

.login {
	padding:0;
}

#headerlinks a{
	width: 100%;
	height: 2em;
	display: block;
	position: relative;
	padding: 0px 0 0 .35em;
	text-decoration: none;
	color: #FFF;
	font-size: .95em;
	margin-bottom: .5em;
	margin-top: .35em;
	clear:both;
}

#headerlinks a:hover {
	color: #FFF;
	background-color:#16315d;
}

/****************************************** Footer Styles **************************/
/* Footer Styles */ 
.footerWrapper{
	font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;
	background-color:#101523;
	color:#fff;
	position:relative;
	bottom:0;
	padding-top:.5em;
	width:100%;
	clear:both;
}


.footerHomeContent{
	max-width:1010px;
	min-height:120px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
.footerHomeContent a{
	color:#fff;
}

.footerHomeContent a:hover{
	color:#4faeec;
	border-bottom:1px dotted #4faeec;
}
.footerLogo{
	position:relative;
	top:1em;
	width: 7.688em;
	height: 3.75em;
	float: left;
	z-index:100;
	background:url(images/footerCBCLogo.png) no-repeat;
	background-size:cover;
}
.footerLeftDiv{
	width:45%;
	font-size:.75em;
	line-height:1.6em;
	padding-top:14px;
	float:left;
}
.footerRightDiv{
	font-size:.8em;
	float:right;
	text-align:right;
}
.PhoneFooterBTN{
	width:230px;
	height:40px;
	background:url(images/phone_off.png);
	background-repeat:no-repeat;
	background-position:top;
	text-align:left;
	padding-top:61px;
	float:right;
	color:#ccc;
}
.ChatFooterBTN{
	width:193px;
	height:35px;
	background:url(images/chat_off.png);
	background-repeat:no-repeat;
	background-position:top;
	text-align:center;
	padding-top:61px;
	float:right;
	color:#ccc;
}
.ChatFooterBTN:hover{
	background:url(images/chat_on.png);
	background-repeat:no-repeat;
	background-position:top;
	color:#fff;
}
.EmailFooterBTN{
	width:142px;
	height:35px;
	background:url(images/email_off.png);
	background-repeat:no-repeat;
	background-position:top;
	text-align:center;
	padding-top:61px;
	float:right;
	color:#ccc;
}
.EmailFooterBTN:hover{
	background:url(images/email_on.png);
	background-repeat:no-repeat;
	background-position:top;
	color:#fff;
}

/**************** Nav Styles *****************/

#nav a {
	position: relative;
	padding: .8em .75em .2em .75em;
	background-color: rgba(21,27,72,0);
	display: block;
	float: left;
	height: 2em;
	text-align: center;
	vertical-align: middle;
	font-family: "FuturaPT-Light", Arial, sans-serif;
	line-height: 1.5em;
	font-size: 1em;
	color: #fff;
	text-decoration: none;
}
#nav a:hover {
	position: relative;
	background-color: rgba(21,27,72,1);
	color:#FFFFFF;
}
#nav span {
	background-color: #151b48;
	display: block;
	font-family: "FuturaPT-Book", Arial, sans-serif;
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	float: left;
	height: 2em;
	line-height:1.5em;
	text-align: center;
	padding: .8em .75em .2em .75em;
}
#homebtn {
	position: absolute;
	background-image: url(images/whiteIcon_home.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 3em;
	width: 3.3em;
	top:0;
}
#nav a.home {
	height: 2em;
	width: 3.35em;
	position: relative;
}

/* Sub navigation styles */
#subnav-wrap li a {
	color:#000;
	text-decoration:none;
}
#subnav-wrap li a:hover {
	color:#000;
	text-decoration:underline;
}
#subnav-wrap li.current {
	background-image: url(images/snav-bg-current.png);
	background-repeat: repeat-x;
	border-top: 1px solid #17A1EA;
	border-bottom: 1px solid #17A1EA;
	border-left: 1px solid #17A1EA;
	border-right: none;
	height: 23px;
	padding: 14px 5px 10px 10px;
	font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #fff;
	display: block;
	list-style-position: inside;
	list-style-type: none;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
}

#subnav-wrap li.current span{
	font-family: 'FuturaPT-Light', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
	font-size:.9em;
}

#subnav-currentarrow {
	position: absolute;
	left: 11em;
	width: 14px;
	height: 49px;
	z-index: 1;
	background-image: url(images/snav-bg-currentarrow.png);
	background-repeat: no-repeat;
	top: -1px;
}
#tertiary-nav li{
	display: block;
	float: left;
	border-right: 1px solid #999;
	padding:2px 10px;
	list-style-position: inside;
	list-style-type: none;
}
#tertiary-nav a{
	text-decoration:none;
}
#tertiary-nav a:hover{
	text-decoration:underline
}
#tertiary-nav li.current{
	font-weight:bold;
	color:#000;
}
#tertiary-nav li.last{
	border-right:none;
}
/* center content Styles */
.contentbg-color1 {
	background-image: url(images/contentbg-color1.jpg);
	background-repeat: repeat-x;
	background-position: top;
	overflow:auto;
}
.contentbg-color1a {
	background-image: url(images/contentbg-color1a.jpg);
	background-repeat: repeat-x;
	background-position: top;
	overflow:auto;
}
.hm-alert{
	background-image: url(images/hm-alert-bg.png);
	background-repeat: no-repeat;
	width: 385px;
	padding: 32px 15px 0 130px;	
}
.hm-default{
	background-image: url(images/hm-default-bg.jpg);
	background-repeat: no-repeat;
	width: 260px;
	padding: 25px 10px 0 260px;
	font-size:16px;
	line-height:24px;
}
.hm-enrollment{
	background-image: url(images/hm-enrollment-bg.jpg);
	background-repeat: no-repeat;
	width: 260px;
	padding: 25px 10px 0 260px;
	font-size:16px;
	line-height:24px;
}
.hm-lifeevent{
	background-image: url(images/hm-lifeevent-bg.jpg);
	width: 260px;
	padding: 25px 10px 0 260px;
	font-size: 16px;
	line-height: 24px;
	background-repeat: no-repeat;
}
#hm-welcome {
	width:193px;
	min-height:250px;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	background: url(images/hm-grad-col-bg.png) repeat-x top;
	padding: 24px 10px 0px 15px;
}
#hm-welcome-bot {
	width:220px;
	height:63px;
	background:url(images/hm-lft-col-bot.png) no-repeat;
}
.theadbold{
	font-size:14px;
}

#button{
	position:relative;	
}

#button a{
	position: relative;
	z-index: 30;
	float: left;
	display: block;
	font-family: FuturaPT-book, Arial, sans-serif;
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	background-color: #17A1EB;
	padding: 8px 16px 10px 16px;
	margin:0 14px 0;
	border-radius: .25em;
}

#button a:hover{
	background-color: #151b48;
	color: #fff;
}

#button a:active{
	background-color: #151b48;
	color: #fff;
}


/* table and form styles */

.hl-dep-yellow{
	background-color: #feff99;
}

.table-snapshotleftcol{
	background:#f5f5f5;
	text-align:right;
	font-weight:bold;
	color:#000;
}
.table-snapshotrightcol{
	background:#fff;
	text-align:left;
}
.table_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1067AA;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}
.table-heading-color1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #17A1EC;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}
.table-heading-color2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1067AA;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}
.table-color1bg-whitetxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #AEAEAE;
	padding:7px;
}
.table-color3bg-blk-text {
	color: #000000;
	background-color: #D6D6D6;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	padding: 7px;
}
.table-graybg1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #fafafa;
	text-align: center;
	vertical-align: middle;
	padding:7px;
}
.table-graybg1.alignleft {
	text-align:left;
}
.table-graybg2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #efefef;
	text-align: center;
	vertical-align: middle;
	padding:7px;
}
.table-graybg2.alignleft {
	text-align:left;
}
/* text styles */

.color1bold{	
	color:#1A2F4E;
	font-weight:bold;
}
.color2bold{	
	color:#000;
	font-weight:bold;
}
.greybold{	
	color:#999;
	font-weight:bold;
	line-height: 36px;
}

.notation{
	color:#777;
	font-size:.75em;
	display:inline-block;
	margin-top:.25em;
}

.color1{
	color: #17a1eb;
}

.color2 {
	color:#161b48;
}

.color3{
	color:#101523;
}

.color4{
	color:#1067AA;
}

.red{
	color:#BF202F;
}

.black{
	color:#000;
}
.white{
	color:#fff;
}
.blackbold{
	color:#000;
	font-weight:bold;
}
.grey{
	color:#999;
}
.header-underline{
	display:block;
	border-bottom: 2px solid #101523;
	padding:0;
	margin-bottom:20px;
}

#snavDesc .header {
	font-size: 16px;
	font-weight: bold;
	color:#fff;
}
#snavDesc li {
	color: #3A4D17;
	list-style-position: outside;
	line-height: 20px;
	font-size: 13px;
	margin-left: 16px;
}

/* Icons */
#hmlnk-news{
	background-image: url(images/homelinks_sprites.png);
	height: 58px;
	width: 220px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#hmlnk-news:hover{
	background-image: url(images/homelinks_sprites.png);
	height: 58px;
	width: 220px;
	background-repeat: no-repeat;
	background-position: -220px 0px;
}
#hmlnk-leave{
	background-image: url(images/homelinks_sprites.png);
	height: 58px;
	width: 220px;
	background-repeat: no-repeat;
	background-position: 0px -58px;
}
#hmlnk-leave:hover{
	background-image: url(images/homelinks_sprites.png);
	height: 58px;
	width: 220px;
	background-repeat: no-repeat;
	background-position: -220px -58px;
}
#hmlnk-life{
	background-image: url(images/homelinks_sprites.png);
	height: 58px;
	width: 220px;
	background-repeat: no-repeat;
	background-position: 0px -116px;
}
#hmlnk-life:hover{
	background-image: url(images/homelinks_sprites.png);
	height: 58px;
	width: 220px;
	background-repeat: no-repeat;
	background-position: -220px -116px;
}
#hmlnk-wellness{
	background-image: url(images/homelinks_sprites.png);
	height: 58px;
	width: 220px;
	background-repeat: no-repeat;
	background-position: 0px -174px;
}
#hmlnk-wellness:hover{
	background-image: url(images/homelinks_sprites.png);
	height: 58px;
	width: 220px;
	background-repeat: no-repeat;
	background-position: -220px -174px;
}
#hmlnk-botshadow{
	background-image: url(images/homelinks_sprites.png);
	height: 13px;
	width: 220px;
	background-repeat: no-repeat;
	background-position: 0px -231px;
}
#edit-icon1{
	background-image: url(images/spritesheet_icons1.png);
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	background-position: -212px -8px;
	margin: 0 auto 0;
}
#edit-icon2{
	background-image: url(images/spritesheet_icons1.png);
	height: 45px;
	width: 45px;
	background-repeat: no-repeat;
	background-position: -297px -6px;
	margin: 0 auto 0;
	
}
#depLife-icon{
	background-image: url(images/spritesheet_icons1.png);
	height: 37px;
	width: 40px;
	background-repeat: no-repeat;
	background-position: -160px -4px;
	float: left;
	
}
#depVision-icon{
	background-image: url(images/spritesheet_icons1.png);
	height: 32px;
	width: 60px;
	background-repeat: no-repeat;
	background-position: -97px -8px;
	float: left;
	
}
#depDental-icon{
	background-image: url(images/spritesheet_icons1.png);
	height: 39px;
	width: 39px;
	background-repeat: no-repeat;
	background-position: -55px -4px;
	float: left;
	
}
#depMedical-icon{
	background-image: url(images/spritesheet_icons1.png);
	height: 37px;
	width: 40px;
	background-repeat: no-repeat;
	background-position: -12px -5px;
	float: left;
	
}
#alerticon{
	background-image: url(images/spritesheet_icons1.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 34px;
	background-position: -835px -14px;
	float:left;
	position:relative;
	martin:0 0 0 5px;
}
#snavlinks {
	vertical-align: top;
	width: 180px;
	border-bottom: 1px solid #15507f;
	border-left: 1px solid #15507f;
	color: #FFF;
	min-height: 220px;
	background-color: #244b6e;
	background-image: url(images/top-dropshadow.png);
	background-repeat: repeat-x;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
#snavlinks a {
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-indent: 15px;
	display: block;
	background:none;
	border-right:none;
	border-left:none;
	text-align:left;
	padding:1px 0 1px 0;
	width:100%;
	height:auto;
	color: #FFF;
}
#snavlinks a:hover {
	background-image:none;
	background-color: #2d82b1;
	color: #fff;
	border-left:none;
	border-right:none;
}
#snavDesc {
	background-color: #2d82b1;
	background-image: url(images/top-dropshadow.png);
	background-repeat: repeat-x;
	float: left;
	min-height: 220px;
	width: 300px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 19px;
	color: fff;
	border-left: 1px solid #15507f;
	border-bottom: 1px solid #15507f;
	border-right: 1px solid #15507f;
}
#snavDesc li {
	color: #fff;
	list-style-position: outside;
	line-height: 20px;
	font-size: 13px;
	margin-left: 16px;
}


.formspace{
	margin-bottom:25px;
}
.greenbold{
	color:#51b21d;
	font-weight:bold;
}
.Yellowbold{
	color:#F8A900;
	font-weight:bold;
}

fieldset {
	border:none;
	margin: 0 0 0 -5px;
	padding: 0;
}

input[type=button]{
float:left;
padding:0 10px;
margin:0 7px 0 7px;
display:block;
vertical-align:middle;
height:24px;
}
.floatright{
float:right;
display:block;
}
.floatleft{
float:left;
display:block;
height: 30px;

transition: all 0.25s ease-in-out;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
padding: 0px 7px 0px 7px;
margin-right: 20px;
}
.floatleft2{
float:left;
display:block;
height: 27px;
border:1px solid #ccc;
transition: all 0.25s ease-in-out;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
padding: 7px 7px 0px 6px;
margin-right: 20px;
}

.floatleft3{
float:left;
display:block;
height: 30px;
border:1px solid #ccc;
transition: all 0.25s ease-in-out;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
padding-left: 3px;
margin-right: 2px;
}

.floatleftp{
float:left;
display:block;
margin-bottom:3px;
}

.floatleftradio{
float:left;
display:block;
margin-top:8px;
}


ul.leaders {
    max-width: 40em;
    padding: 0 0 0 5px;
    overflow-x: hidden;
    list-style: none;
	font-size:12px;
}
	
ul.leaders li:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
 "......................................."
 "......................................."
 "......................................."
 "......................................."}
ul.leaders span:first-child {
    padding-right: 0.33em;
    background: #f3f3f3;
	}
ul.leaders span + span {
    float: right;
    padding-left: 0.33em;
    background: #f3f3f3;}

#left50{
	float:left;
	width:49%;
	padding:10px 0 10px 0;
}
#right50{
	float:right;
	width:49%;
	padding:10px 0 10px 0;
}
#helpicon{
	float:left;
	padding:0 5px;
}

#general-list{
	padding-left: 15px;
	list-style-position: outside;
	list-style-type: none;
}

#general-list li { 
    padding-left: 1em; 
    text-indent: -1.2em;
}

#general-list li:before {
    content: "• ";
    color: #000;
	padding-right:5px;
	font-size:14px;
	font-weight:bold;
}
#greysquarebutton {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height: 53px;
	width: 240px;
	vertical-align: middle;
	display: block;
	font-family: futura light, Arial, "Helvetica Light", sans-serif;
	line-height: 24px;
	font-smooth: always;
	font-size: 17px;
	text-shadow: 0px 0px 1px rgba(100, 100, 100, 1);
	background-image: url(images/enroll-greybtnbg.png);
	background-repeat:repeat-x;
}
#greysquarebutton div.searchicon{
	background-image: url(images/greybutton_sprites.jpg);
	background-repeat: no-repeat;
	background-position: -209px 0px;
	height: 53px;
	width: 38px;
	float:left;	
}

#greysquarebutton a{
	color: #000;
	text-decoration:none;
	display:block;
	padding: 15px 0 14px 10px;
	clear:right;
}

#greysquarebutton a:hover{
	color:#000000;
	text-shadow: 0px 0px 1px rgba(100, 100, 100, 0);
}
div.center {
	margin:0 auto;
}
/*    Steps for Leave form */
.steps {
  padding-left: 0;
  list-style: none;
  font-family: "FuturaPT-Heavy",Helvetica,Arial,sans-serif;
  font-size: .9em;
  line-height: 1;
  border-radius: 3px;
}

.steps strong {
  font-family: "FuturaPT-Light",Helvetica,Arial,sans-serif;
  font-size: 1.8em;
  font-weight:normal;
  display: block;
  line-height:1.35em;
}

.steps>li {
  position: relative;
  display: block;
  /* border: 1px solid #ddd; */
  padding: .125em .5em .5em 3.3em; 
  width: 7em;
  height: 3.3em;
}


  .steps>li { float: left; }
  .steps .past { color: #fff; background: #15375C; }
  .steps .present { color: #fff; background: #17A1EA; }
  .steps .future { color: #fff; background: #777; }

  .steps li > span:after,
  .steps li > span:before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0;
    left: 0;
    border: solid transparent;
    border-left-color: #f0f0f0;
    border-width: 2em;
  }

  .steps li > span:after {
    top: -.35em;
    z-index: 1;
    border-left-color: white;
    border-width: 2.35em;
  }

  .steps li > span:before { z-index: 2; }

  .steps li.past + li > span:before { border-left-color: #15375C;  }
  .steps li.present + li > span:before { border-left-color: #17A1EC; }
  .steps li.future + li > span:before { border-left-color: #777; }

  .steps li:first-child > span:after,
  .steps li:first-child > span:before { display: none; }

  /* Arrows at start and end */
  .steps li:first-child i,
  .steps li:last-child i {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: solid transparent;
    border-left-color: white;
    border-width: 2em;
  }

  .steps li:last-child i {
    left: auto;
    right: -2em;
    border-left-color: transparent;
    border-top-color: white;
    border-bottom-color: white;
  }

/*  steps end */



#table-divider-black{
	border-top:2px solid #000;
}
#checkmark-icon{
	background-image: url(images/spritesheet_icons1.png);
	height: 34px;
	width: 34px;
	background-repeat: no-repeat;
	background-position: -956px -9px;
	margin:auto;
}


#boldlist-ul {
	margin-left: 15px;
	list-style-position: outside;
	padding-top: 5px;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}
#boldlist-ul a{
	font-weight: bold;
}
ul {
	padding-left: 10px;
}
.HeadingWhite{
	float: left;
	display: block;
	color: #FFFFFF;
	font-weight: 100;
	padding: 0 0 10px 47px;
	font-size: 30px;
}
.LPHeadingWhite{
	float:left;
	display:block;
	color:#fff;
	font-weight:500;
	padding:0 0 10px 47px;
	font-size:26px;
}
.HeadingGrey{
	float: left;
	clear: right;
	display: block;
	color: #fff;
	padding: 0 0 10px 5px;
	font-weight: 100;
	opacity:.7;
		
}
.contentbg-gradient {
	position: relative;
	background-image: url(images/contentbg-color1.png);
	background-repeat: repeat-x;
	background-color:transparent;
}
.signature{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#999;
}
#faq-questions a{
	font-weight:bold;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
}
#faq-questions a:hover{
	text-decoration:underline;
}
#accordion h5{
	padding-top: 10px;
	height: 20px;
	color: #333;
	font-weight: bold;
	background-color: #e0e0e0;
	background-image: url(images/enroll-greybtnbg.png);
	background-repeat: repeat-x;
}
#accordion h5:hover{
		color:#e5322d;
}
#accordion div{
		overflow:auto;
		padding-bottom:40px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:20px;
}

#accordion .leftspan{
	float:left;
	display:block;
	width:370px;
	padding-top:8px;
}

#accordion div a{
	color:#e5322d;
}
#accordion div label{
	font-family:Verdana, Geneva, sans-serif;
}
.pad5{
	padding:5px;
}
.pad10{
	padding:10px;
}
.pad15{
	padding:15px;
}
.pad20{
	padding:20px;
}
.greyframe{
	padding:15px;
	text-align:center;
	vertical-align:middle;
	border: 1px solid #CCC;
	min-height:300px;
}


#table-general th.color1{
	background-image:none;
	background:#666;
	color:#fff;
}
#icon_faq{
	background-image: url(images/icon_faqs.png);
	background-repeat: no-repeat;
	background-size:cover;
	height: 2em;
	width: 2em;
	float:left;
}
#icon_support{
	background-image: url(images/icon_chat.png);
	background-repeat: no-repeat;
	background-size:cover;
	height: 2em;
	width: 2em;
	float:left;	
}
#icon_benestatement{
	background-image: url(images/icon_guides.png);
	background-repeat: no-repeat;
	background-size:cover;
	height: 2em;
	width: 2em;
	float:left;
}
#icon_logout{
	background-image: url(images/icon_door.png);
	background-repeat: no-repeat;
	background-size:cover;
	height: 2em;
	width: 2em;
	float:left;
}
#headerlinks span{
	padding:7px 0 0 7px;
	display:block;
	float:left;
}
/* New Styles Release Update 6 */





#loginbox  {
	width: 297px;
	background-image: url(images/login-bg.gif);
	background-repeat: repeat-x;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c8c9c8;
	border-right-color: #c8c9c8;
	border-bottom-color: #c8c9c8;
	border-left-color: #c8c9c8;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: right;
	vertical-align: top;
}

.formfieldlogin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #777777;
	width: 170px;
	height:24px;
}

#formrow  {
	margin-bottom:4px;
	}
	
.stateDiv1{
	float:left;
	width:50%;
}

.stateDiv2{
	float:left;
	width:50%;
}

.content-outline-998.viewRequest{
	width:94%;
}

.viewRequest input{
	border:1px solid #ccc;
	color:#333;
	background:#fff;
	padding:.2em .5em;
}

.viewRequest select{
	border:1px solid #ccc;
	color:#333;
	padding:.2em 1em;
	background-color:#fff;
	padding:.2em 1.5em .2em .5em;
}

.viewRequest table td{
	font-size:.9em;
	padding:.5em;
}

.Table_Heading{
	color:#fff;
	background-color:#17A1EC;
	font-size:1.4em;
}

#table-general{
	background:#ccc;
}

#table-general td{
	font-size:1em;
}

#table-snapshot td{
	font-size:1em;
}
.cellgray1{
	background:#efefef;
}
.cellgray2{
	background:#f9f9f9;
}
.cellwhite{
	background:#fff;
}

table td{
  font-size:12px;
  padding:7px;
}

@media only screen and (max-width: 1024px) {

Body{
	font-size:.82em;
}

.loginContentLeft{
	padding-left:.75em;
}
.loginwrapper h1{
	font-size:5.85em;
}

.loginwrapper h2{
	font-size:3.75em;	
}

.loginpic {
	position:absolute;
	z-index:1;
	left:-16.931em;
	margin:15px 0 0 0;
	width:30.5em;
	height:29em;
	background-position: -100px;
	-webkit-clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%, 0 14%);
	clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%, 0 14%);
	}
	
.loginpanel{
	position: absolute;
	z-index: 10;
	left: 14em;
	top:1.65em;
	margin: 15px 0 0 0;
	width:40em;
	padding-left: 1em;
	height: 26.125em;
	padding-top: 10px;
	overflow: hidden;
	background-image:none;
	Background-color:#2165AC;
	font-family: futura light, Arial, sans-serif;
	font-size: 1em;
	}
.log_feil_main {
	width:85%;
	margin:1em 1.4em 2px;
}

.content-outline-998.viewRequest{
	width:93%;
}

}

@media only screen and (max-width: 840px) {

Body{
	font-size:.75em;
}
.stateDiv1{
	width:80%;
}
.stateDiv2{
	clear:both;
	width:80%;
}

.loginwrapper h1{
	font-size:4.5em;
}

.loginwrapper h2{
	font-size:2.9em;	
}


.loginpic {
	display:none;
	}
	
.loginpanel{
	position: absolute;
	z-index: 10;
	left: -10em;
	margin: 15px 0 0 0;
	width: 100%;
	padding-left:1em;
	height: 28em;
	padding-top: 10px;
	overflow: hidden;
	background-image:none;
	Background-color:#2165AC;
	font-family: futura light, Arial, sans-serif;
	font-size: .96em;
	}

}

@media only screen and (max-width: 780px) {

Body{
	font-size:.6em;
}

.content-outline-998.viewRequest{
	width:91%;
}

}


/*************************** customer style start ***************************/
img.LeaveOverview {
	content: url(images/pic-leaveoverview_3.jpg);
}

img.loginlogo {
	content: url(images/loginlogo.png);
}

img.loadingPage {
	content: url(images/LoadingAnim.gif);
	max-width: 200px;
	max-height: 200px;
}