@charset "utf-8";
/* Author: Jordan Stiver -- jordan.stiver@lexisnexis.com -- April 2011 */

@import url("https://fnt.webink.com/wfs/webink.css?project=456904F9-342A-40C9-B6F2-7024A8BAD128&fonts=D376B979-5C7B-4FF6-C871-2AE4B732808F:family=OmnesRegular,8015D851-7B30-B41D-5830-0D52DAB880E4:family=OmnesLightItalic,68BA7BA4-7EA0-0F9F-3565-85BD5D26BD89:family=OmnesLight");

/* added 6/3/2014 to incorporate Lato font into newfour body class */
@import url("http://fonts.googleapis.com/css?family=Lato:400,400italic,300,700");

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#333333;
	/*margin:15px;*/
	margin:0;
	padding:0;
	/*background-color:#e5e6e8;*/
}

a {
	color:#00AEEF;
}

sup {
	vertical-align: top;
	font-size: 0.8em;
}


#wrapper {
	width:768px;
	margin:0 auto;
	padding:15px;
	/*border:#666666 solid 1px;
	background-color:#ffffff;*/
}

#header {
	clear:both;
	float:none;
	margin:0;
	margin-bottom:15px;
	padding:0;
}

#header h1 {
	display:block;
	overflow:hidden;
	height:1px;
	width:1px;
	padding-left:1px;
	font-weight:normal;
	color:#FFFFFF;
	margin:0;
}

#content {
	clear:both;
	float:none;
	width:95%;
	margin:0 2% 5%;
	display:block;
}

body.twocolumns #content {
	clear:none;
	float:left;
	width:40%;
	margin:0 2%;
	display:block;
}

body.wider.twocolumns.wideform #content {
	width:45%;
}

body.twocolumns.wideform #content {
	width:37%;
}

#footer {
	clear:both;
	float:none;
	width:100%;
	padding-top:25px;
	font-size:11px;
}

#footer table {
	width:100%;
}

/* Begin addition 5/29/12 under 154402 - KD */

#footer a {
	width:100%;
	color:#333333;
}

#footer a:hover {
	text-decoration:none;
}

#footer ul {
	text-align:left;
	list-style: none outside none;
	margin:0;
	padding:0;
}
#footer ul li {
	border-right: 1px solid #CCCCCC;
	float: left;
	display: inline;
	background: none repeat scroll 0 0 transparent;
	padding: 0 5px;
}

.LNlogo {
	margin:5px 5px 8px 16px;
	padding:5px 5px 8px 16px;
	background-image: url(http://www.lexisnexis.com/ftrs/e/lexisnexis-logo.jpg);
	width:138px;
	height:29px;
	background-repeat:no-repeat;
}

#grey {
	background-color:#eeeeee;
	padding:10px;
}
#legalese {
	float:left;
	margin:5px 0 5px 5px;
	padding:5px 0 5px 0;
}
.bottom {
	float:left;
}
#social {
	float:right;
	margin:5px;
	padding:5px;
	width:170px;
}
#social a:hover {
	position:relative;
	top:-2px;
}
#footer ul li {
	font-size:11px !important;
}
#footer ul.bottom li.last {
	border-right:medium none;
	margin-right: 0;
	padding-right: 0;
}
#copyright {
	float:left;
	margin: 5px 0 0 0;
	color: #333333;
}
#copyright li {
	color:#333333;
}

.bcolor {
	background-color:#e5e6e8;
	margin:15px;
}
body.bcolor #wrapper {
	background-color:#ffffff;
	border:#666666 solid 1px;
}

/* MH Footer styles */

#mdale {	
	margin:0;
	padding:0;
}
body.bcolor #mdale {
	padding: 0 10px;
}
#mdale #social {
	margin:0;
	padding:0;
	width:180px;
}
#mdale #mhlogo {
	margin:0 0 0 -11px;
	padding:0;
	background-image:url(http://www.lexisnexis.com/ftrs/e/LNMH_rgb.jpg);
	background-repeat:no-repeat;
	width:321px;
	height:50px;
}
#mdale #grey {
	padding:0;
}
#mdale #legalese {
	margin:5px 0 5px 0;
}
#footer #mdale ul li.first {
	padding-left:0;
}

/* End addition 5/29/12 under 154402 -KD */

.clear {
	clear:both;
	float:none;
}

body.wider #wrapper {
	width:990px;
}

body.nowidth #wrapper {
	width:auto;
}

#formDiv {
	margin:0 auto;
	display:block;
	width:60%;
}

body.twocolumns #formDiv {
	clear:none;
	float:left;
	width:45%;
	margin:0 2%;
	display:block;
}


body.wider.twocolumns.wideform #formDiv {
	width:45%;
}

body.twocolumns.wideform #formDiv {
	width:55%;
}

body.twocolumns.tallform #formDiv {
	width:25%;
}

body.twocolumns.tallform #content {
	width:65%;
}

body #formDiv .column, body.tallform #formDiv .column {
	float:none;
	clear:both;
	display:block;
	width:50%;
}

body.tallform #formDiv .column {
	width:90%;
}

body.wideform #formDiv .column {
	float:left;
	clear:none;
	display:block;
	width:45%;
	margin-right:5%;
	margin-bottom:12px;
	#margin-bottom:0;
}


body.wideform #formDiv .last, #formDiv div.last {
	margin-right:0;
}


#formDiv label {
	float:none;
	clear:both;
	display:"";
}

#formDiv #errorBox {
     background-color: #ED1C24;
     border: 1px solid #ED1C24;
     color: #FFFFFF;
     display: none;
     font-size: 1.2em;
     font-weight: bold;
     margin-bottom: 15px;
     padding: 2%;
     text-align: center;
     width: 96%;
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
	 border-radius: 5px;
}

#formDiv label input, #formDiv label select, #formDiv label textarea {
	float:none;
	clear:both;
	display:block;
	width:180px;
	margin:2px 0 5px 0;
}

/*
#formDiv input.submit {
	width:97px;
	height:33px;
	overflow:hidden;
	padding-top:33px;
	background:url('http://www.lexisnexis.com/eMarketing_WCS_graphics/wcs-common/template/files/btn-submit.jpg') center top no-repeat;
	margin-top:15px;
	clear:both;
	float:none;
	cursor:pointer;
	border:none;
	display:block;
	position:relative;
	left:100%;
	margin-left:-97px;
}
*/

#formDiv label.error, #formDiv .error {
color:#ed1c24;
}

#formDiv .checkArea input {
    clear: none;
    display: inline;
    margin: 0 10px 0 0;
    padding: 0;
    position: relative;
    top: 2px;
    width: auto;
}

#formDiv label.error input, #formDiv label.error select, #formDiv label.error textarea {
	border:1px solid #ed1c24;
	border-left:3px solid #ed1c24;
}

/* 6/2/11 this border is really irritating 
#formDiv input:focus, #formDiv select:focus, #formDiv textarea:focus {
     border: 2px solid #00aeef;
}
*/

/*
#formDiv input.submit:focus, #formDiv input.submit:hover {
	border:none;
	background-position:center -33px;
}
*/

#formDiv label.error input:focus, #formDiv label.error select:focus, #formDiv label.error textarea:focus {
     background-color: #FFECFF;
}


/* MOBILE STYLES */

body.mobile #header img {
	display:none;
}

body.mobile #header {
	padding:5% !important;
	width:90% !important;
	margin:0 0 15px 0 !important;
	background-color:#ed1c24 !important;
	text-align:left !important;
	background-image:none !important;
}

body.mobile #header h1 {
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:2em !important;
	padding:5% !important;
	height:auto !important;
	width:auto !important;
	overflow:auto !important;
	color:#ffffff !important;
	left: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    top: auto !important;
}

#header h1 strong{
	display:block;
}

body.mobile #wrapper {
	width:90% !important;
	margin:0 !important;
	padding:0 5% !important;
}

body.mobile #content {
	clear:both !important;
	float:none !important;
	width:100% !important;
	margin:0 2% 5% !important;
	display:block !important;
}

body.mobile #formDiv {
	clear:both !important;
	float:none !important;
	margin:0 auto !important;
	display:block !important;
	width:80% !important;
}

body.mobile #formDiv .column {
	float:none !important;
	clear:both !important;
	width:100% !important;
	margin-right:0 !important;
	display:block !important;
}

body.mobile #formDiv #errorBox, body.mobile #formDiv .column label, body.mobile #formDiv .column input, body.mobile #formDiv .column select, body.mobile #formDiv .column textarea {
	width:100% !important;
}

.highlighted {
	color:#ed1c24;
	border:1px solid #ed1c24;
}

body.mobile #social {
	float:left;
	clear:both;
}

/* Generic Headers */

body.gnrlG #header {
	background: url('http://www.lexisnexis.com/eMarketing_WCS_graphics/wcs-common/template/files/hdrs/generalG-768.jpg') left top no-repeat;
	  min-height:150px;
	  height:auto !important;
	  height:150px;
	  padding-top:10px;
	  }

body.wider.gnrlG #header {
	background-image: url('http://www.lexisnexis.com/eMarketing_WCS_graphics/wcs-common/template/files/hdrs/generalG-990.jpg');
}

body.gnrlG #header img {
	display:none;
}

body.gnrlG #header h1 {
	font-family:Calibri, Arial, Helvetica, sans-serif;
    margin: 0;
	left:40%;
    background-color: #ED1C24;
    display: block;
    font-size: 1.5em;
    height: auto;
    overflow: auto;
    padding: 1%;
    position: relative;
    width: 50%;
}

/* added 5/13 by KD */
.addtl {
	width:95%;
	clear:both;
	float: none;
	border-top:dashed #cccccc 1px;
	margin-top:12px;
	padding-top:12px;
}

.addtl select {
	width:100%;
}

body.leftsub #formDiv input.submit {
	left:0;
	margin-left:0;
}

/* added 5/17 by JS; restyling submit button*/
#formDiv input.submit {
	clear:both;
	float:none;
	padding:5px 20px;
	font-weight:bold;
	font-size:1.3em;
	color:#FFFFFF;
	background-color:#ed1c24;
	text-shadow:0px 0px 3px #4D090B;
	border:1px solid #999999;
	cursor:pointer;
	display:block;
	position:relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:15px 10% 0 auto;
}

#formDiv input.submit:hover {
	text-shadow:0px 0px 10px #ffffff;
}

.preform {
	width:95%;
	clear:both;
	float: none;
	border-bottom:dashed #cccccc 1px;
	margin-bottom:12px;
	padding-bottom:12px;
}

.preform select {
	width:100%;
}

/* 5/18/11 adding captcha */

#dPlayer {
    color: #666666;
    font-family: arial,helvetica,sans-serif;
    font-size: 10pt;
    font-weight: normal;
    margin-top: 10px;
}

/* 5/27/11 Adding Disclaimer class*/

.disclaimer {
	width:95%;
	float:none;
	clear:both;
	display:block;
	margin:0 2%;
	color:#939598;
	padding-top:5%;
}

/* added 8/05 by JS; adding privacy text class*/

#formDiv .submitFormArea {
    clear: both;
    display: block;
    float: none;
	margin:0 10% 0 0;
}

#formDiv .submitFormArea input.submit {
	margin:15px 0 0;
	float:right;
	clear:both;
}

#formDiv .submitFormArea p {
	float:none;
	clear:both;
	text-align:right;
}

body.leftsub #formDiv .submitFormArea input.submit {
	float:left;
}

body.leftsub #formDiv .submitFormArea p {
	text-align:left;
}

/* added 1/11/2013 to incorporate the "new" coporate site design.*/

.lndc-look { background:url(http://www.lexisnexis.com/em/img/template-files/w/bg-website.jpg) repeat-x #E3E3E3; font-family:Calibri, Arial, Helvetica, sans-serif; font-size:85%; margin:0; }
body.lndc-look a { color:#0D729F;}
body.lndc-look a:hover { color:#40a7d4; text-decoration:none;}
body.lndc-look #wrapper { background-color:#ffffff; padding:73px 0 15px; margin-bottom:25px; border:none; -moz-border-radius:0 0 5px 5px; -webkit-border-radius:0 0 5px 5px; border-radius:0 0 5px 5px;
	-moz-box-shadow:0 0 15px rgba(0,0,0,.2);	-webkit-box-shadow:0 0 15px rgba(0,0,0,.4);	box-shadow:0 0 15px rgba(0,0,0,.4);
}
body.lndc-look p { line-height:1.4em;}
body.lndc-look .LNlogo { position:absolute; top:0; margin:18px 0 0 20px; background:url(http://www.lexisnexis.com/images/logo-lexisnexis.png) no-repeat; padding:0; width:191px; height:37px; }

body.lndc-look #mdale #mhlogo {
	margin:5px 0 0 -10px;
	padding:0;
	background-image:url(http://www.lexisnexis.com/ftrs/e/LNMH_rgb.jpg);
	background-repeat:no-repeat;
	width:321px;
	height:50px;
	position:absolute; 
	top:0;
}

body.lndc-look #header { background-color:#ed1c24; border-top:solid 5px #dfdfdf; overflow:hidden; }
body.lndc-look #header img { margin-top:4px; margin-bottom:-4px;}
body.lndc-look.gnrlG #header { background-color:#ed1c24; border-top:solid 5px #dfdfdf; background-position:left 5px; min-height:155px; padding:0;}
body.lndc-look.gnrlG #header h1 { top:20px; font:15px OmnesRegular, Calibri, Arial, Helvetica, sans-serif; padding:15px 20px;}
body.lndc-look #header h1 strong { font-size:26px; font-weight:normal; margin-bottom:5px;}
body.lndc-look #formDiv input.submit { cursor:pointer; padding:5px 20px; margin-bottom:5px; color:#fff; text-decoration:none; border:#fff 2px solid; text-shadow:0 1px 1px rgba(0,0,0,.7); 
	background:url(http://lexisnexis.com/images/bg-gradient-transparent.png) bottom repeat-x #ed1c24; /*Fix the extra wide buttons in IE*/ width:auto; overflow:visible; 
	font:bold 12px Arial, Helvetica, sans-serif; box-shadow:0 0 2px rgba(0,0,0,.3); -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; 
}
body.lndc-look #formDiv input.submit:hover { background-color:#F03F45; }
body.lndc-look #formDiv #instructions { display:block; margin-bottom:8px;}
body.lndc-look #formDiv .submitFormArea p { font-size:11px;}
body.lndc-look #formDiv label input, 
body.lndc-look #formDiv label select, 
body.lndc-look #formDiv label textarea { color:#333; font:12px Arial, Helvetica, sans-serif; padding:5px; 
	background-color:#FAFAFA; border:solid 1px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px;
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1) inset;	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1) inset;	box-shadow:0 1px 1px rgba(0, 0, 0, 0.1) inset;
}
body.lndc-look #formDiv label input:hover, 
body.lndc-look #formDiv label select:hover, 
body.lndc-look #formDiv label textarea:hover { background-color:#fff; border:solid 1px #666; color:#000;
	-moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.2);	-webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.2);	box-shadow:0 0 3px rgba(0, 0, 0, 0.2);
}
body.lndc-look #formDiv label.error input, 
body.lndc-look #formDiv label.error select, 
body.lndc-look #formDiv label.error textarea { border:solid 1px #ed1c24; background-color:#f8ebec;}
body.lndc-look #formDiv #errorBox { background:url(http://lexisnexis.com/images/bg-gradient-transparent.png) bottom repeat-x #fdfdfd; text-shadow:0 1px 1px rgba(0,0,0,.3);
	font-size:21px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; font-weight:normal; color:#ed1c24; border-color:#ccc; width:85%;
}

body.lndc-look.mobile #wrapper { padding-top:55px !important;}
body.lndc-look.mobile .LNlogo { margin:12px 0 0 2px; background-image: url(http://www.lexisnexis.com/ftrs/e/lexisnexis-logo.jpg);}
body.lndc-look.mobile #header { border:none; min-height: inherit; }
body.lndc-look.mobile #header h1 { font-size:15px !important;}

body.lndc-look.mobile #mdale #mhlogo { margin:12px 0 0 2px; background-image: url(http://www.lexisnexis.com/ftrs/e/LNMH_rgb.jpg);}


/* added 1/17/2013 to simplify the form to be placed in an iframe on a page.*/
body.lndc-look.iframed { background:none;}
body.lndc-look.iframed #wrapper { width:100%; padding:0; box-shadow:none; margin-bottom:0;}



/* added 2/14/2013 to adjust captcha for lndc-look */
body.lndc-look #lx_userInput { 
    /*clear: both;
    display: block;
    float: none; */
    margin: 2px 0 5px;
    width: 180px;
    background-color: #FAFAFA;
    border: 1px solid #999999;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    color: #333333;
    font: 12px Arial,Helvetica,sans-serif;
    padding: 5px;
    margin-left: 5px;
}
body.lndc-look #lx_custCheck {
    clear: both;
    display: inline-table;
    float: none;
}
body.lndc-look #lx_userInput:hover, #lx_userInput:hover, #lx_userInput:hover {
    background-color: #fff;
    border: solid 1px #666;
    color: #000;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
body.lndc-look .error #lx_userInput {
    border: solid 1px #ed1c24;
    background-color: #f8ebec;
}

#formDiv .checkArea label {
    display: inline-block;
}

/* added 6/3/2014 to incorporate newfour body class */
.newfour {background:#f8f8f8!important;}
body.newfour {border:1px solid #c9c9c9;font-family:Lato, Calibri, Arial, Helvetica, sans-serif;color:#666666;}
body.newfour h2 {font-weight:700;font-size:22px;color:#333333;}
body.newfour h3 {color:#333333;}

body.newfour #wrapper {padding:0px 0 15px!important;}
body.newfour #header {background:#ffffff!important;padding:0!important;border-top:none!important;}
body.newfour #content {font-size:18px;}
body.newfour #formDiv {font-size:16px;}

body.newfour #content a, body.newfour #formDiv a {text-decoration:none;color:#00AEEF;font-weight:700;}
body.newfour #footer a {text-decoration:underline;font-weight:400;}

body.newfour #header img {margin-top:0!important;margin-bottom:0!important;}

body.newfour .fourTwo {color:#444444;}

body.newfour #formDiv input.submit {background:#00AEEF!important;padding:15px!important;font-size:21px!important;color:#ffffff;font-family:Calibri, Arial, Helvetica, sans-serif!important;text-transform:uppercase;}

/* added 10/13/2015 to incorporate the new footer class */
body.footerUI #wrapper { padding: 73px 0 0; }

.footerUI #footer ul li a { color: #afafaf; text-decoration:none; }
.footerUI #footer ul li a:hover { text-decoration: underline; }
.footerUI #rebrand { background-color: #333333; border-top: 4px solid #ed1c24; }
.footerUI #copyright li { color:#afafaf; }
.footerUI #phone li span { color: #ffffff; }