@charset "utf-8";
/* Creative Stylesheet */
/* Please preface all styles with a "cs_" prefix. */
/* Example: cs_blue_text */

/* Added for Legal Software Tips - 4/10/13 - PRT */
.cs_sw_tips_list a {
	margin-bottom:8px;
	line-height:1.2;
	font-weight:bold;
	color:#005a84;
	display:block;
	font-size:.875em;	
}

/* Navigation width fix - 2/19/13 - PRT */
#ShopProductsBarComponentMenu li.link:hover, #ShopProductsBarComponentMenu li.title.link:hover, #ShopProductsBarComponentMenu li.title:hover, #ShopProductsBarComponentMenu li a:hover, #ShopProductsBarComponentMenu li.link:hover > a, #ShopProductsBarComponentMenu .capped:hover {
    width: 240px;
}

/* Adjusting book title sizes on Daily Deals page - PRT */
.todaysDeals .productName {
    font-size: 0.65em;
}

/* Rich-relevance styles - added 1/16/13 - PRT */
div.rr_strategy_message { padding:10px;background-color: #ebebeb;color:#505050;font-size:1em;font-weight:bold;}
div.rr_strategy_message + div { padding:10px; }
div.rr_prod_name { font-family:Arial, Helvetica, sans-serif;font-size:.875em;font-weight:bold;margin-bottom:8px; }
img.rr_prod_img { display:block; }
div.rr_vertical_placement230 img.rr_prod_img { margin-left:50px; }
div.rr_prod_hinted_txt span { color:#000000 !important;}
a:hover div.rr_prod_hinted_txt { text-decoration:none;}

/* More rich-relevance styles - added for SR on 4/16/13 by PRT */
div.span-18#RichRelevanceZone .widget-body  { padding:0px; }
div.span-18#RichRelevanceZone .widget { padding-bottom:10px; }
div.rr_horizontal_placement710 div.rr_strategy_message { width:686px;}
div.rr_horizontal_placement710 div.rr_prod167 { float:left;width:25%; }

/* Hack fix for column in nav drop-down */
#ShopByPracticeBarComponentMenu .columnRight {
margin: 10px 0px 20px 0px;
border-left:none;
}

/* Added as requested by Carly */
.cs_BodyText .cs_link_in_list_arial {
	font-size:inherit;
}

/* For unresolved links */
a.cs_unr { /*font-weight:bold !important;color:magenta !important;*/ }

div.featureComponent div.description { font-size:.875em; font-weight:normal; line-height:1.25; }

/* To fix .large class conflicts in previous CSS files */
a.cs_large {
    font-size: 1.05em;
	line-height:30px;
    padding: 5px 10px;
}

/* Added to prevent our white text on orange buttons from being orange text on orange buttons */
a.button.orange:focus{ color:white;text-decoration:none; }

a.button.cs_large.orange:hover, a.button.cs_small.orange:hover {
	background: url(images/button/orangeHover-button-overlay.png) repeat-x #ff5900;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff8000), to(#ff5900));
	background-image: -webkit-linear-gradient(top, #ff8000, #ff5900);
	background-image: -moz-linear-gradient(top, #ff8000, #ff5900);
	background-image: -ms-linear-gradient(top, #ff8000, #ff5900);
	background-image: -o-linear-gradient(top, #ff8000, #ff5900);	
}

a.button.cs_large.blue:hover, a.button.cs_small.blue:hover {
	background: url(images/button/blueHover-button-overlay.png) repeat-x #00375E;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#005DA2), to(#00375E));
	background-image: -webkit-linear-gradient(top, #005DA2, #00375E);
	background-image: -moz-linear-gradient(top, #005DA2, #00375E);
	background-image: -ms-linear-gradient(top, #005DA2, #00375E);
	background-image: -o-linear-gradient(top, #005DA2, #00375E);
}

/* To fix .small class conflicts in previous CSS files */
a.cs_small {
    font-size: 0.8em;
    padding: 4px 8px 0;
	height: 22px;
    line-height: 22px;
    padding: 3px 8px;
}

/* Browse navigation styles */

/* Added by PRT - 8/13/13 - Testing new browse nav code */
#BrowseNavigation ul { margin:0;padding:0; }
#BrowseNavigation ul ul ul li.cs_bn { padding-left:20px; }

#BrowseNavigation a { display:block;  }
a.cs_browse_nav_root { 
	padding:8px 10px;
	margin-bottom:8px;
	font-weight:normal;
	background-color:#ebebeb;
	color:#505050;
	font-family:KnowledgeBold,Arial, Helvetica, sans-serif;
	font-size:1em;
	}
#BrowseNavigation a.navitems {
	font-size:.85em;
	line-height:1.75
}
/* Styling for browse navigation active selected page */
.cs_active_selected_page {
	font-weight:bold;
	color:#ff8000 !important;
	text-decoration:none;
}

/* "Button Navigational Styles */
a.csNavButton {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-family: KnowledgeBold, Arial, sans-serif;
	font-size: .875em;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px;
	margin:5px 0;
	width: 210px;
	background-color: #005A84;
	background: -moz-linear-gradient(center top, #0083BF, #005A84);
	background: -webkit-linear-gradient(top, #0083BF, #005A84);
	background: -o-linear-gradient(top, #0083BF, #005A84);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0083BF', endColorstr='#005A84');
}
a.csNavButton:hover {
	background-color: #FF5900;
	background: -moz-linear-gradient(center top, #FFA200, #FF8000);
	background: -webkit-linear-gradient(top, #FFA200, #FF8000);
	background:-image:-o-linear-gradient(top, #FFA200, #FF8000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA200', endColorstr='#FF8000');
}

a.csNavButtonPhoto {
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-family: KnowledgeBold, Arial, sans-serif;
	font-weight:normal;
	font-size: .875em;
	text-transform:uppercase;
	width: 230px;
}
a.csNavButtonPhoto div.csNavButtonPhoto {
	height: 100px;
	overflow: hidden;
}
a.csNavButtonPhoto div.csTitleOneLine {
	padding: 12px;
	height:17px;
}
a.csNavButtonPhoto div.csTitleTwoLines {
	padding: 4px 12px;
	height:33px;
}
.csNavRoundBox {
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	overflow: hidden;
	z-index: 5000;
}
.csNavBlueGradient {
	background-color: #0083bf;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0083bf), to(#005a84));
	background-image: -webkit-linear-gradient(top, #0083bf, #005a84);
	background-image: -moz-linear-gradient(top, #0083bf, #005a84);
	background-image: -o-linear-gradient(top, #0083bf, #005a84);
	background-image: linear-gradient(to bottom, #0083bf, #005a84);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0083bf', endColorstr='#005a84');
}
.csNavOrangeGradient {
	background-color: #ffa200;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffa200), to(#ff8000));
	background-image: -webkit-linear-gradient(top, #ffa200, #ff8000);
	background-image: -moz-linear-gradient(top, #ffa200, #ff8000);
	background-image: -o-linear-gradient(top, #ffa200, #ff8000);
	background-image: linear-gradient(to bottom, #ffa200, #ff8000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa200', endColorstr='#ff8000');
}

a.csNavButtonPhoto:hover .csTitleOneLine,
a.csNavButtonPhoto:hover .csTitleTwoLines {
	background-color: #ffa200;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffa200), to(#ff8000));
	background-image: -webkit-linear-gradient(top, #ffa200, #ff8000);
	background-image: -moz-linear-gradient(top, #ffa200, #ff8000);
	background-image: -o-linear-gradient(top, #ffa200, #ff8000);
	background-image: linear-gradient(to bottom, #ffa200, #ff8000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa200', endColorstr='#ff8000');
}

/*	Buttons Navigational Graphic	*/
div.csBtnNavGraphic {
	background-image: url(http://static.legalsolutions.thomsonreuters.com/static/box_230x105.gif);
	width: 230px;
	height: 105px;
	overflow:hidden;
	position:relative;
	color: #005a84;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-box-shadow: 0px 2px 2px 0px #555; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    box-shadow: 0px 2px 2px 0px #555; /* Opera 10.5, IE9+, Firefox 4+, Chrome 6+, iOS 5 */
}
div.csBtnNavGraphic span {
	position: absolute;
	top: 82px;
	left: 10px;
	font-family: KnowledgeBold, Arial, sans-serif;
	font-size: .85em;
}
a.csNavSprite:hover span {
	color:#ff8000;
}
a.csNavSprite img {
	position:relative;
	top:-105px;
}
a.csNavSprite:hover img {
	top:0px;
}

h1.cs_page_title {
	font-size:2.25em;
	font-weight:normal;
	font-family:KnowledgeBold;
	line-height:1;
	margin-bottom:8px;
}

/*h1 {
    font-size:1.7em;
	font-family:KnowledgeBold, Arial, Helvetica, sans-serif;	
	line-height:1.2;
	font-weight:normal;
	margin-bottom:5px;
}*/

h2.cs_h2 {
	font-size:1.2em;
	font-weight:bold;
	line-height:1.5;
	margin-bottom:10px;
}

h3.cs_h3 {
    font-size: 1.1em;
	margin-bottom:10px;
	font-weight:bold;
}

/* This style should match up with the TR Product Carousel's title */
h3.cs_h3_orange {
	color:#ff8000;
	font-family:KnowledgeBold;
	font-size:1.5em;
	font-weight:normal;
	margin-bottom:15px;
	line-height:1em;
}

hr.cs_hr {
	margin-top:10px;
}

hr.cs_dashed_hr {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px dashed #BABABA;
    margin: 0.5em 0;
}

h4.cs_h4 {
    font-size: 1em;
	margin-bottom:10px;
	font-weight:bold;
}

h5.cs_h5 {
    font-size: .9em;
	margin-bottom:10px;
	font-weight:bold;
}

h6.cs_h6 {
	font-size:.875em;
	margin-bottom:10px;
	font-weight:bold;
}

p.cs_BodyText { font-size:.875em; font-weight:normal;margin-bottom:15px;line-height:1.2; }
a.cs_BodyText { display:block;font-size:.875em; font-weight:normal;margin-bottom:15px; }
.cs_lh { line-height:1.2; }
.cs_ul > li { font-size: 0.875em; list-style-type: disc; margin-bottom: 5px;} 	
.cs_ul > li > ul > li { font-size: 1em; list-style-type: circle; margin-bottom: 5px; margin-top:5px; }
.cs_ol li { font-size:.875em;margin-bottom:5px; }

a.cs_blue_chevron_link {
	font-family:KnowledgeBold;
	font-weight:normal;
	color:#005a84;
}

a.cs_blue_chevron_link:hover {
	cursor:pointer;
}

a.cs_link_in_list, a.cs_link_in_list_arial {
	font-weight:normal;
	color:#005a84;
	display:block;
	line-height: 1.4em;
    margin-bottom: 0.5em;
	font-size:.875em;	
}

div.cs_box_A, div.cs_box_B, div.cs_box_C, div.cs_box_D, div.cs_box_E, div.cs_box_F, div.cs_box_G, div.cs_box_H, div.cs_box_I, div.cs_box_J, div.cs_box_K, div.cs_box_L, div.cs_box_M, div.cs_box_N {
	overflow:hidden;
	padding:10px;
}

div div.cs_title_text {
	float:left;
	margin-bottom:10px;
}

div div.cs_box_cta {
	margin-top:0px;
	float:left;
	height:15px;
}

div.cs_box_A img, div.cs_box_B img, div.cs_box_C img, div.cs_box_D img, div.cs_box_E img, div.cs_box_F img, div.cs_box_G img, div.cs_box_H img, div.cs_box_I img {
	float:left;
	margin-left:-10px;
	margin-top:-10px;
}

div.cs_title_text h3 {
	line-height:1;
	margin-bottom:0px;
	margin-top:0px;
	font-family:KnowledgeBold;
	font-size:18px;
	font-weight:normal;
	color:#505050;
}

div.cs_box_A p, div.cs_box_B p, div.cs_box_C p, div.cs_box_E p, div.cs_box_F p, div.cs_box_G p, div.cs_box_H p, div.cs_box_I p { 
	margin-bottom:0px;
	font-family:KnowledgeRegular;
	font-size:13px;
	font-weight:normal;
	color:#505050;
}

div.cs_box_D p { 
	margin-bottom:0px;
	font-family:KnowledgeRegular;
	font-size:13px;
	font-weight:normal;
	color:#505050;
	line-height:1.2em;
	margin-top:1px;
}

div.cs_box_A a, div.cs_box_B a, div.cs_box_C a, div.cs_box_D a, div.cs_box_E a, div.cs_box_F a, div.cs_box_G a, div.cs_box_H a, div.cs_box_I a { 
	margin-top:0px;
	font-family:KnowledgeBold;
	font-size:14px;
	font-weight:normal;
	color:#005a84;
	text-decoration:none;
}

div.cs_box_A a:hover, div.cs_box_B a:hover, div.cs_box_C a:hover, div.cs_box_D a:hover, div.cs_box_E a:hover, div.cs_box_F a:hover, div.cs_box_G a:hover, div.cs_box_H a:hover, div.cs_box_I a:hover { 
	color:#ff8000;
	text-decoration:underline;
}
	
/* Box A */
div.cs_box_A { 
	background:url(http://static.legalsolutions.thomsonreuters.com/static/box_A_710x105.gif) top left no-repeat #ffffff; 
	width:690px;
	height:85px;
}

div.cs_box_A .cs_title_text {
	width:500px;
	height:60px;
}

div.cs_box_A .cs_box_cta {
	width:485px;
}

div.cs_box_A img { 
	width: 190px;
	margin-right:10px;
}

/* Box B */
div.cs_box_B { 
	background:url(http://static.legalsolutions.thomsonreuters.com/static/box_B_350x220.gif) top left no-repeat #ffffff; 
	width:330px;
	height:200px;
}

div.cs_box_B .cs_title_text {
	width:330px;
	height:70px;
}

div.cs_box_B .cs_box_cta {
	width:330px;
}

div.cs_box_B img { 
	width: 350px;
	margin-bottom:10px;
}

/* Box C */
div.cs_box_C { 
	background:url(http://static.legalsolutions.thomsonreuters.com/static/box_C_230x220.gif) top left no-repeat #ffffff; 
	width:210px;
	height:200px;
}

div.cs_box_C .cs_title_text {
	width:210px;
	height:70px;
}

div.cs_box_C .cs_box_cta {
	width:210px;
}

div.cs_box_C img { 
	width: 230px;
	margin-bottom:10px;
}

/* Box D */
div.cs_box_D { 
	background:url(http://static.legalsolutions.thomsonreuters.com/static/box_D_350x105.gif) top left no-repeat #ffffff; 
	width:330px;
	height:85px;
}

div.cs_box_D .cs_title_text {
	width:220px;
	height:60px;
}

div.cs_box_D .cs_box_cta {
	width:220px;
}

div.cs_box_D img { 
	width: 110px;
	margin-right:10px;
}

/* Box E */
div.cs_box_E { 
	background:url(http://static.legalsolutions.thomsonreuters.com/static/box_E_270x105.gif ) top left no-repeat #ffffff; 
	width:250px;
	height:85px;
}

div.cs_box_E .cs_title_text {
	width:140px;
	height:60px;
}

div.cs_box_E .cs_box_cta {
	width:140px;
}

div.cs_box_E img { 
	width: 110px;
	margin-right:10px;
}

/* Box F */
div.cs_box_F { 
	background:url(http://static.legalsolutions.thomsonreuters.com/static/box_F_150x300.gif) top left no-repeat #ffffff; 
	width:130px;
	height:280px;
}

div.cs_box_F .cs_title_text {
	width:130px;
	height:125px;
}

div.cs_box_F .cs_box_cta {
	width:130px;
	height:30px;
}

div.cs_box_F img { 
	width: 150px;
	margin-bottom:10px;
}

/* Box G */
div.cs_box_G { 
	background:url(http://static.legalsolutions.thomsonreuters.com/static/310bg.jpg) top left no-repeat #ffffff;  
	width:290px;
	height:200px;
}

div.cs_box_G .cs_title_text {
	width:290px;
	height:80px;
}

div.cs_box_G .cs_box_cta {
	width:290px;
	height:15px;
}

div.cs_box_G img { 
	width: 310px;
	margin-bottom:10px;
}

/* Box H */
div.cs_box_H { 
	background:url(http://static.legalsolutions.thomsonreuters.com/static/H-390x105/390x105_bg.jpg) top left no-repeat #ffffff; 
	width:370px;
	height:85px;
}

div.cs_box_H .cs_title_text {
	width:210px;
	height:70px;
	margin-bottom:2px;
}

div.cs_box_H p { 
	line-height:1.2em;
}


div.cs_box_H .cs_box_cta {
	width:210px;
}

div.cs_box_H img { 
	width: 150px;
	margin-right:10px;
}

/* Box I */
div.cs_box_I { 
	background:url(http://static.legalsolutions.thomsonreuters.com/static/I-550x105/bg_550x105.jpg) top left no-repeat #ffffff; 
	width:530px;
	height:85px;
}

div.cs_box_I .cs_title_text {
	width:340px;
	height:70px;
	margin-bottom:2px;
}

div.cs_box_I p { 
	line-height:1.2em;
}

div.cs_box_I .cs_box_cta {
	width:340px;
}

div.cs_box_I img { 
	width: 190px;
	margin-right:10px;
}

/* Box J */
div.cs_box_J { 
	background:url("http://static.legalsolutions.thomsonreuters.com/static/banners/L-384189_TodaysDeals_310x220_B.jpg") no-repeat scroll left top #FFFFFF; 
	width:330px;
	height: 220px;
}

.additionalContentBlock .contentBlock div.cs_box_J a, .additionalContentBlock .contentBlock div.cs_box_J a:hover {
	color: #fff;
    line-height: 22px;
	font-weight: normal;
}

/* Box K */
div.cs_box_K { 
	background:url("http://static.legalsolutions.thomsonreuters.com/static/banners/L-384189_PopularCollections_310x220_B.jpg") no-repeat scroll left top #FFFFFF; 
	width:330px;
	height: 220px;
}

.additionalContentBlock .contentBlock div.cs_box_K a, .additionalContentBlock .contentBlock div.cs_box_K a:hover {
	color: #fff;
    line-height: 22px;
	font-weight: normal;
}

/* Box L */
div.cs_box_L { 
	background:url("http://static.legalsolutions.thomsonreuters.com/static/banners/L-384189_QuickLinks_310x220_B.jpg") no-repeat scroll left top #FFFFFF; 
	width:330px;
	height: 220px;
}

.additionalContentBlock .contentBlock div.cs_box_L a, .additionalContentBlock .contentBlock div.cs_box_L a:hover {
	color: #fff;
    line-height: 22px;
	font-weight: normal;
}

/* Box M */
div.cs_box_M { 	 
	width:330px;
	height: 220px;
}

.additionalContentBlock .contentBlock div.cs_box_M a, .additionalContentBlock .contentBlock div.cs_box_M a:hover {
	color: #fff;
    line-height: 22px;
	font-weight: normal;
}

/* Box N */
div.cs_box_N { 	 
	width:330px;
	height: 220px;
}

.additionalContentBlock .contentBlock div.cs_box_N a, .additionalContentBlock .contentBlock div.cs_box_N a:hover {
	color: #fff;
    line-height: 22px;
	font-weight: normal;
}


/* pbel = pencil banner exclusion link styles */
a.cs_pbel {
	float: right; 
	font-size: .7em; 
	color: #505050;
	margin-bottom: 5px;
}
/* end */

/* Styles for a tabbed dialog based on the one used on the product pages - Added by PRT on 4/9/13 */
#cs_tabs {
    border: medium none;
    border-radius: 0 0 0 0;
    padding: 0;
}
#cs_tab_strip {
    background: none repeat scroll 0 0 transparent;
	border:none;
    border-bottom:1px solid #e1e1e1;
    border-radius: 0 0 0 0;
    padding: 0;
}
#cs_tabs.ui-tabs .ui-tabs-nav { overflow: visible; }
#cs_tabs .ui-tabs-nav li {
    background: none repeat scroll 0 0 #eeeeee;
    border: none;
    margin: 0px;
	border-right:1px solid #bababa;
	border-left:1px solid #bababa;
	border-top:1px solid #bababa;
	}
#cs_tabs .ui-tabs-nav li.ui-tabs-selected.ui-state-active {
    background: none repeat scroll 0 0 #FFFFFF;
	border:1px solid #bababa;
	margin-top:0px;
}
#cs_tabs .ui-tabs-nav li h2 {
    margin: 10px 0;
    text-align: center;
}
#cs_tabs .ui-tabs-nav li h2 a {
    color: #005a84;
    float: none;
    font-family: arial,helvetica,sans-serif;
    font-size: 0.7em;
}
#cs_tabs .ui-tabs-nav li.ui-tabs-selected.ui-state-active h2 a {
    color: #ff8000;
}
#cs_tabs .ui-tabs-panel {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #bababa;
	border-top:none;
    border-radius: 0 0 0 0;
    color: #505050;
    font-family: arial,helvetica,sans-serif;
    font-size: 0.8em;
    line-height: 1.3em;
    padding: 1em;
}
/*#cs_tabs .ui-tabs-panel ul {
    padding: 0;
}*/
#cs_tabs .ui-tabs-panel ul li {
    margin-bottom: 0.5em;
}
#cs_tabs a {
    color: #005A84;
}
#cs_tabs ul li a:hover, #cs_tabs ul li a:focus {
    color: #FF8000;
}
#cs_tabs .ui-tabs-nav li.ui-corner-top { border-radius:0 0 0 0; }


/*****************************************************
******************************************************
******************************************************
******************************************************
BEGIN REDESIGN CSS
******************************************************
******************************************************
******************************************************
*****************************************************/

/* Grid resets */
body {
	padding-bottom: 0;
}
#content {
	/* margin: 5px 0 0 0; */
	width: 970px;
}
/* END Grid resets */

/* Homepage CSS */
/* template overrides */
.additionalContentBlock {
    display: block;
    float: left;
    margin-top: 10px;
    vertical-align: baseline;
    width: 960px;
}
.additionalContentBlock .contentBlock {
    display: block;
    float: left;
	margin-left: 15px;
    margin-right: 15px;
    width: 270px;
}
.additionalContentBlock .contentBlock h3 a {
	font-weight: normal;
	line-height: 22px;
}
#Section4A {
	margin-left: 50px;
}
/* END template overrides */

/* top 'hero-header' section */
#hero-hdr {
	background: url('http://static.legalsolutions.thomsonreuters.com/static/images/ecomm/S018831-191738_187139462-hero-image-v2.jpg') no-repeat;
	height: 500px;
	position: relative;
	width: 970px;
}
#hero-hdr > div {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0;
	left: 50px;
	width: 63%;
}	
#hero-hdr h1 {
	color: #fff;
	font-family: KnowledgeBold;
	font-size: 40px;
	font-weight: normal;
	line-height: 42px;
	margin: 30px 20px 10px;
}
#hero-hdr h2 {
	color: #fff;
	font-family: KnowledgeLight;
	font-size: 24px;
	font-weight: normal;
	line-height: 32px;
	margin: 0 20px 30px;
}
.section-title {
	color: #505050;
	font-family: KnowledgeLight;
	font-size: 32px;
	font-weight: normal;
	line-height: 34px;
	margin: 30px 50px 10px;
}
/* END top 'hero-header' section */

.b-spot-cta {
	color: #0072A8 !important;
	display: inline-block;	
	padding: 0 25px 0 0;
}
.b-spot-cta:hover {
	color: #005a84 !important;
	text-decoration: none;
}

/* CTA arrow CSS */
.cta {
	color: #0072A8 !important;
	display: inline-block;
	font-weight: bold;
	line-height: 16px;		
	padding: 0 25px 0 0;
	position: relative;
}		
.cta:after {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("http://static.legalsolutions.thomsonreuters.com/static/images/ecomm/blue-arrow-sprite.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 20px 40px;
    box-sizing: border-box;
	-webkit-box-sizing: border-box !important; 
	-moz-box-sizing: border-box !important; 
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    right: 0;
    top: -1px;
    width: 20px;
}
.cta:hover {
	color: #005a84 !important;
	text-decoration: none;
}
.cta:hover:after {
	background-position: 0 -20px;
}
/* END CTA arrow CSS */

/* 3-across section */
.homepage-featured {
	height: 285px;
	position: relative;
}
.homepage-featured > a:first-child {
	display: block;
	height: 155px;	
	text-indent: -9999px;
	width: 270px;
	overflow: hidden;
}
/* the '...sprite:after' pseudo-elements below are for the fade in hover state. Since you can't fade in a regular sprite, the :after instance is used to create a 2nd instance of the bg image, which fades in on top of the 1st instance */
.homepage-featured #wln-sprite, 
.homepage-featured #wln-sprite:after {
	background: url('http://static.legalsolutions.thomsonreuters.com/static/images/ecomm/westlawNext_sprite.jpg') no-repeat;		
}
.homepage-featured #bld-sprite, 
.homepage-featured #bld-sprite:after {
	background: url('http://static.legalsolutions.thomsonreuters.com/static/images/ecomm/blacksLaw_sprite.jpg') no-repeat;		
}
.homepage-featured #dod-sprite, 
.homepage-featured #dod-sprite:after {
	background: url('http://static.legalsolutions.thomsonreuters.com/static/images/ecomm/dealoftheday_sprite.jpg') no-repeat;	
}
.homepage-featured #wln-sprite:after, 
.homepage-featured #bld-sprite:after, 
.homepage-featured #dod-sprite:after {
	content: "";
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;	
	background-position: 0 -155px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
	transition:      	opacity 0.5s;
	height: 155px;
	width: 270px;
}
.homepage-featured #wln-sprite:hover:after, 
.homepage-featured #bld-sprite:hover:after, 
.homepage-featured #dod-sprite:hover:after {
	background-position: 0 -155px;
	opacity: 1;
	filter: alpha(opacity=100);	
    width: 270px;
}


.homepage-featured h3.h3-hdr {
	font-family: KnowledgeBold;
	font-size: 20px;
	font-weight: normal !important;
	line-height: 22px;
	margin: 20px 0 0 0;
}
.homepage-featured > h3.h3-hdr a {
	color: #505050;
}
.homepage-featured h3.h3-hdr a:hover {
	color: #0072A8;
	text-decoration: none;
}
.homepage-featured:hover a {
	color: #005A84;
}
.homepage-featured p {		
	font-size: 16px;
    line-height: 22px;
    position: absolute;
    top: 223px;
}
.homepage-featured a.cta, .homepage-featured .b-spot-cta {		
	position: absolute;		
	bottom: 0;
	font-size: 16px !important;
	font-weight: bold;
}	

/* alternate 3rd position b-spot for Solutions by Practice menu*/
.homepage-solutions-menu {
	margin-top: -53px;
	width: 270px;
}	
.homepage-solutions-menu p {
	color: #505050;
	font-family: KnowledgeLight;
	font-size: 32px !important;
	font-weight: normal;
	line-height: 34px;
	margin-bottom: 19px;
	white-space: nowrap;
}
.homepage-solutions-menu a {
	border-bottom: 1px solid #e9e9e9;
	color: #666 !important;
	display: block !important;
	padding: 16px 0 28px;
}
.homepage-solutions-menu a:hover {
	color: #505050 !important;
	text-decoration: none;
}
.homepage-solutions-menu p + a {
	border-top: 1px solid #e9e9e9;
	padding-top: 29px;
}
/*
.homepage-solutions-menu a.grey-arrow:before {
	margin-top: -8px;
}*/
/* END alternate 3rd position b-spot for Solutions by Practice menu*/
/* END 3-across section */

/* Bottom content section */
#content-footer {
	background-color: #e9e9e9;
	margin: 20px 50px;
}
#content-footer span {
	line-height: 4em;
	margin: 0 0 0 20px;
	display: inline-block;
	font-family: KnowledgeBold;
	font-size: 1.3em;
}
#content-footer a {
	display: inline-block;
	margin-left: 30px;
}
/* END Bottom content section */
/* END Homepage CSS */


/* Browse nav styles */
#lefthand_rail {
	margin-right: 0;
	padding-right:0;
	width: 240px;
}
#BrowseNavigation { 
	background-color: #f7f7f7;
	padding: 30px 0;
}
#BrowseNavigation a {
	background-color: transparent;
	border-bottom: 1px solid #e9e9e9;
	color: #505050;
	margin: 0 20px;
	padding: 0 0 11px;
}
#BrowseNavigation a:first-child { 
    font-family: KnowledgeBold,Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: normal;	    
}	
#BrowseNavigation a.navitems {
    font-size: 14px;
    line-height: 20px;	
    padding: 11px 0;
}
#BrowseNavigation a.sub-page {
	margin-left: 40px;
}

#browseNavContent { 
	background-color: #fff; /* this removes the color applied via the changes.css stylesheet */
	border-right: none;  /* this removes the border applied via the changes.css stylesheet. REMOVE THIS AT LAUNCH */
	margin-right: 10px;  /* this adds space between left nav and content area for non-redesign pages.  REMOVE THIS AT LAUNCH */
}

#browseNavContent .content {
	margin-left: 10px;
}

#browseNavContent + #canWeHelpContent { display: none; } /* this hides the empty #canwehelp div that is in the info and support template for some reason. it is not related to a can we help component. */

/* This is to hide an hr that is displayed between the #BrowseNavigation div and .content div in the left nav that is brought in via the browsenav components. */
#browseNavContent hr { 
    display: none;
}

#canWeHelpContent {
	/* background-color: #f7f7f7; */
	/* border-right: 1px solid #ccc; */
	margin-left: 0 !important;
    padding: 20px 0;
}


/* Structure */
.gcs-container {	
	border-left: 1px solid #ccc;  /* REMOVE THIS AT LAUNCH */
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important; 
	-moz-box-sizing: border-box !important; 
	width:730px;
}

.gcs-container-full-width {
	width: 970px;
}

.gcs-container-full-width .hero {
	padding: 0 40px;
}
.hero {
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important; 
	-moz-box-sizing: border-box !important; 
	overflow: hidden;	
	padding: 0 20px;
	height: 260px;	
	display: table;
   	width: 100%;
}
.hero .sub-hero { 	
	display: table-cell;
	vertical-align: middle;	
}		

/* row styles */

.row:first-child { border: none;}

.a-spot {
	border-top: 1px solid #ccc;
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important; 
	-moz-box-sizing: border-box !important; 
	display: table;
	height: 100%;
}

.a-spot div { 
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important; 
	-moz-box-sizing: border-box !important; 
	display: table-cell;	
	height: 100%;
	vertical-align: middle;
} 

.gcs-container .b-spot {
	border-top: 1px solid #ccc;
	width: 730px;
	overflow: hidden;
}

.gcs-container-full-width .b-spot {
	border-top: 1px solid #ccc;
	width: 870px;
	margin: 0 50px;
}

.b-spot div {
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important; 
	-moz-box-sizing: border-box !important; 
	float: left;
} 

.gcs-container .b-spot img {
	float: right;
	margin: 40px 10px 40px 0;
}

.gcs-container-full-width .b-spot img {
	float: right;
	margin: 40px 0;
}

.c-spot {
	border-top: 1px solid #ccc;
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important; 
	-moz-box-sizing: border-box !important; 
	padding: 30px 50px 40px 20px;
	width: 730px;
}

.gcs-container .half-width-float-left {
    box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important; 
	-moz-box-sizing: border-box !important; 
    float: left;
    padding: 0 15px 0 0;
    width: 345px;
}

.gcs-container .half-width-float-right {
    box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important; 
	-moz-box-sizing: border-box !important; 
    float: left;
    padding: 0 0 0 15px;
    width: 345px;
}
	
.gcs-container .half-width { /* apply to child div of .row which is floated next to image when image and copy div are equal widths */
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important; 
	-moz-box-sizing: border-box !important; 
	padding: 40px 20px;
	width: 370px;
}
.gcs-container .two-thirds-width { /* apply to child div of .row which is floated next to image when copy div is approx 2/3 wide and image 1/3 wide */
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important; 
	-moz-box-sizing: border-box !important; 
	padding: 35px 20px;
	width: 490px;
}
	
.gcs-container-full-width .half-width { /* apply to child div of .row which is floated next to image when image and copy div are equal widths */
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important; 
	-moz-box-sizing: border-box !important; 
	padding: 40px 20px;
	width: 485px;
}
.gcs-container-full-width .two-thirds-width { /* apply to child div of .row which is floated next to image when copy div is approx 2/3 wide and image 1/3 wide */
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important; 
	-moz-box-sizing: border-box !important; 
	padding: 40px 20px 40px 0;
	width: 650px;
}

.gcs-container .b-spot .two-thirds-width {
	width: 450px;
}

.gcs-container-full-width .b-spot .two-thirds-width {
	width: 550px;
}

.section-header {
	background-color: #999;
	overflow: hidden;
	padding: 20px;
}

.section-sub-header {
	background-color: #999;
	padding: 15px;
}

.gcs-container .one-third-img-container {
	width: 240px;	
}

.gcs-container-full-width .one-third-img-container {
	text-align: center;
	width: 320px;	
}

.gcs-container .half-img-container {	
	width: 360px;	
}

.gcs-container-full-width .half-img-container {
	text-align: center;
	width: 485px;	
}

.products-container {
	margin: 40px 50px;
}

.products-row {
	margin-bottom: 30px;
}

.products-widget {
	float: left;
	width: 270px;
	margin-left: 30px;
}

.products-widget:first-child {
	margin-left: 0;
}

.gcs-container-full-width  hr {
	margin: 30px 0 40px;
}

.all-links-section {
	background-color: #ececec;
	margin-top: 30px;
	padding: 60px 50px;
	overflow: hidden;
}

.all-links-3-col div {
	width: 30%;
}

.all-links-4-col div {
	width: 21.2%;
}

.all-links-3-col div, .all-links-4-col div {
	float: left;
	margin-left: 5%;
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important; 
	-moz-box-sizing: border-box !important; 
}

.all-links-3-col div:first-child, .all-links-4-col div:first-child {
	margin-left: 0;
}

.all-links-3-col a, .all-links-4-col a {
	display: block;
	font-weight: bold;
	line-height: 1.5em;
	margin: 20px 0 0 0;
}

.gcs-container .trCarouselWrapper, .gcs-container-full-width .trCarouselWrapper {
	border-top: 1px solid #ccc;
	padding: 40px 20px;
}

.gcs-container .trCarouselWrapper .title, .gcs-container-full-width .trCarouselWrapper .title {
	margin-left: 40px;
}

.general {
	margin: 40px 20px;
}

.expanded-content .blue-arrow:first-child { /* places the margin on the bottom of the blue arrow links instead of the top. */
	margin-bottom: .8em;
    margin-top: 0;
}

.expander {
	background-color: #e9e9e9;
	cursor: pointer;
	margin-bottom: 10px;
	padding: 0 20px;
	overflow: hidden;
}
.expander h3 {					
	float: left;
	font-family: KnowledgeLight;
	margin: 15px 0;
}
.expander-icon {
	background-image:url('http://static.legalsolutions.thomsonreuters.com/static/expander-sprite.png');		
	background-position: 0 0;
	float: right;
	height: 24px;
	width: 24px;
	margin-top: 12px;
}
.expander-icon.expander-open {
	background-position: 24px 0;
}
.expanded-content {
	display: none;
	padding: 40px 20px;
}
	
/* Copy styles */
.gcs-container p, .gcs-container-full-width p {
	font-size: 16px;
	line-height: 22px;
}

.gcs-container a, .gcs-container-full-width a {
	color: #0072A8;
	text-decoration: none;
}

.gcs-container ul, .gcs-container-full-width ul {
	font-size: 16px;
}

.gcs-container a:hover, .gcs-container-full-width a:hover {
	color: #005a84;
}

.gcs-container-full-width h1 {
	font-family: KnowledgeBold;
	font-size: 40px;
	line-height: 42px;
	margin-bottom: 0.5em;
}

.gcs-container-full-width h2 {
	font-family: KnowledgeLight;
	font-size: 30px;
	line-height: 32px;
}

.gcs-container-full-width h2 .blue-arrow {
	display: inline-block;
	font-family: arial;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
	margin-bottom: -1.5em;
	margin-top: 0.8em;
}

.hero h1, .hero h2, .hero p { 
	color: #fff; 	
}

.hero h1, .hero h2 {
	font-family: KnowledgeBold;
	font-size: 40px;
	line-height: 1.1em;
	margin-bottom: 0.3em;
}

.hero p {
	font-family: KnowledgeLight;
	font-size: 20px;
	line-height: 1.3em;
	margin-bottom: 0;
}

.a-spot .eyebrow {
	font-family: arial, sans-serif;
	font-size: 12px; 
	font-weight: bold;
	margin-bottom: .5em;
	text-transform: uppercase;
}

.a-spot .eyebrow span {
	color: #ff8000;
}

.a-spot img.eyebrow {
	margin-bottom: 10px;
}

.head {
	color: #505050;
	font-family: KnowledgeLight;	
	font-size: 40px !important;
	font-weight: normal !important;
	line-height: 42px !important;
	margin-bottom: 10px;
}

.head-orange {
	color: #ff8000;
	font-family: KnowledgeLight !important;
	font-size: 32px !important;
	font-weight: normal !important;
	line-height: 34px !important;
	margin-bottom: 10px;
}

.head-white {
	color: #fff;
	font-family: KnowledgeLight !important;
	font-size: 32px !important;
	font-weight: normal !important;
	line-height: 34px !important;
	margin-bottom: 10px;
}

.head-grey, 
.head-gray {
	color: #505050;
	font-family: KnowledgeLight;
	font-size: 32px !important;
	line-height: 34px !important;
	margin-bottom: 10px;
}

h1.head { 
	color: #505050;
	font-family: KnowledgeLight;
	font-weight: normal;
	line-height: 42px;
    margin-bottom: 10px;
}

.sub-head {
	font-family: KnowledgeLight;
	font-size: 20px !important;
}

.section-header h2 {
	color: #fff;
	font-family: KnowledgeLight;
	font-size: 32px;
	line-height: 1em;
	margin-bottom: 0;
}

.section-sub-header h2{
	color: #fff;
	font-family: KnowledgeLight;
	font-size: 24px;
	line-height: 1em;
	margin-bottom: 0;
}

.a-spot p, .a-spot ul, p.knowledgelight {
	font-family: KnowledgeLight;
	font-size: 20px;
	line-height: 26px;
}

.a-spot ul li {
	list-style-type: disc;
}

.a-spot p.link-header {
		font-family: arial;
		margin-bottom: 0;
	}

.b-spot h2, .c-spot h2, .c-spot h3  {
	font-family: KnowledgeBold;
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 0.75em;
}

h3.KnowledgeRegular {
    font-family: KnowledgeRegular;
    font-size: 20px;
    margin: 0 0 0.5em 0;
}

.tiles-two, .tiles-three { /* these classes refer to the tiles section at the bottom of some pages, which can be either 2 or 3 across */
	border-top: 1px solid #ccc;
	width: 730px;
}

.tiles-two h3, .tiles-three h3 {
	font-family: KnowledgeBold;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 10px;
}

.tiles-two p, .tiles-three p {
	font-size: 14px;
	line-height: 20px;	
}

.tiles-two a, .tiles-three a {
	padding: 20px 0; /* this makes the space between multiple lines of hyperlinked text clickable */
}

.tiles-two > div {
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important; 
	-moz-box-sizing: border-box !important; 
    float: left;
    margin: 20px 0 50px 50px;
    width: 290px;
}

.tiles-three > div {
    box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important; 
	-moz-box-sizing: border-box !important; 
    float: left;
    margin: 20px 0 20px 10px;
    width: 230px;
}

.tiles-three > div img, .tiles-two > div img {
	margin: 20px 0;
}

.products-widget a {
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	display: block;
	margin-top: 8px;
}

h2.orange-ribbon {
	background: #ff8000;
	color: #fff;
	font-family: KnowledgeLight;
	font-size: 14px;
	margin-bottom: 0;
	padding: 0 40px;
	text-transform: uppercase;
}

.gcs-container .trCarouselWrapper h3.title, .gcs-container-full-width .trCarouselWrapper h3.title {
	color: #505050;
	font-family: KnowledgeLight;
	font-size: 32px;
	font-weight: normal;
	line-height: 34px;
	margin-bottom: 1em;
}

p.KnowledgeLight, li.KnowledgeLight, span.KnowledgeLight {
	font-family: KnowledgeLight;
	font-size: 24px;
	line-height: 32px;
}

p.KnowledgeBold, li.KnowledgeBold, span.KnowledgeBold {
	font-family: KnowledgeBold;
	font-size: 24px;
	line-height: 32px;
}


/* Openweb sprite CSS */
a.blue-arrow:before {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("http://static.legalsolutions.thomsonreuters.com/static/sprite.png");
    background-position: -5em -5em;
    background-repeat: no-repeat;
    background-size: 720px 440px;
    content: "";
    display: inline-block;
    float: right;
    font-size: 40px;
    height: 16px;
    margin-left: 12px;
	margin-top: 3px;
    width: 9px;
}

a.blue-arrow {	
	color: #0072A8;
    display: inline-block;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 22px !important;
	margin-top: 0.8em;
    white-space: nowrap;
}

a.white-arrow:before {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("http://static.legalsolutions.thomsonreuters.com/static/sprite.png");
    background-position: -5em -1em;
    background-repeat: no-repeat;
    background-size: 720px 440px;
    content: "";
    display: inline-block;
    float: right;
    font-size: 40px;
    height: 16px;
    margin-left: 12px;
	margin-top: 3px;
    width: 9px;
}

a.white-arrow {	
	color: #fff;
    display: inline-block;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 22px !important;
	margin-top: 0.8em;
    white-space: nowrap;
}

a.white-arrow:hover {
	color: #ebebeb;
}

a.grey-arrow:before {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("http://static.legalsolutions.thomsonreuters.com/static/sprite.png");
    background-position: -5em -4em;
    background-repeat: no-repeat;
    background-size: 720px 440px;
    content: "";
    display: inline-block;
    float: right;
    font-size: 40px;
    height: 16px;
    margin-left: 12px;
	margin-top: 3px;
    width: 9px;
}

a.grey-arrow {	
	color: #999;
    display: inline-block;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 22px !important;
	margin-top: 0.8em;
    white-space: nowrap;
}

a.grey-arrow:hover {
	color: #505050;
}


a.white-arrow2 {
    color: #fff;
    display: inline-block;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 22px !important;
    white-space: normal;
}
  
  a.white-arrow2:hover {
    color: #ebebeb;
}
  
  a.white-arrow2 i {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("http://static.legalsolutions.thomsonreuters.com/static/sprite.png");
    background-position: -5em -1em;
    background-repeat: no-repeat;
    background-size: 720px 440px;
    display: inline-block;
    font-size: 40px;
    width: 9px;
    height: 16px;
    margin-left: 10px;
    margin-bottom: -3px;
}
  
  a.blue-arrow2 {
    color: #0072A8;
    display: inline-block;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 22px !important;
    white-space: normal;
}
  
  a.blue-arrow2 i {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("http://static.legalsolutions.thomsonreuters.com/static/sprite.png");
    background-position: -5em -5em;
    background-repeat: no-repeat;
    background-size: 720px 440px;
    display: inline-block;
    font-size: 40px;
    height: 16px;
    margin-left: 10px;
    margin-bottom: -3px;
    width: 9px;
}
/* Support page styles */
/* left col */
.contact-info {
	background-color: #f7f7f7;
    border-right: medium none;	
	padding: 10px 0 30px;
}

.contact-info > a {
	background-color: transparent;
    border-bottom: 1px solid #e9e9e9;
    color: #0072a8;
	display: block;
	font-size: 16px;
	font-weight: bold;
    margin: 0 20px;
    padding: 20px 0;
}

.contact-info a:hover {
	color: #005a84;
}

a.blue-arrow-back:before {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("http://static.legalsolutions.thomsonreuters.com/static/sprite.png");
    background-position: -4em -5em;
    background-repeat: no-repeat;
    background-size: 720px 440px;
    content: "";
    display: block;
    float: left;
    font-size: 40px;
    height: 16px;
    margin-right: 12px;
	margin-top: 3px;
    width: 9px;
}

a.blue-arrow-back {	
	color: #0072A8;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
	margin-top: 0.8em;
    white-space: nowrap;
}
.support-module {
	border-bottom: 1px solid #ccc;
	margin: 30px 20px 0;
    padding-bottom: 20px;
}
.support-module h2 {
	color: #ff8000;
	font-family: KnowledgeBold;
	font-size: 20px;
}
.email-icon:before {
	background-image: url('http://static.legalsolutions.thomsonreuters.com/static/images/ecomm/email-icon.jpg');
	background-size: 18px 13px;
	content: "";
	display: block;
	float: left;
	height: 13px;
	margin-top: 3px;
	width: 18px;
}
.email-icon {
	padding-left: 8px;
}
/* end left col */

/* main content area */ 

.gcs-container.support h1 {
	font-family: KnowledgeBold;
	font-size: 40px;
	line-height: 42px;
	margin-bottom: 0.5em;
}
.support .head {
	color: #505050;
}
.intro-copy {
	padding: 40px 20px 0;
}

.section-padding {	
	padding: 40px 20px;
}

.user-guides, .video-section, .user-tips, .training-section, .downloads-section, .general-section {
	border-bottom: 1px solid #ccc;
}

.intro-copy p {
	margin-bottom: 0;
}

.user-guides-table, .training-table, .downloads-table {
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important; 
	-moz-box-sizing: border-box !important; 
	display: table;
	padding-top: 20px;
	width: 690px;
}
.user-guides-table div, .training-table div, .downloads-table div {
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important; 
	-moz-box-sizing: border-box !important; 
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	width: 510px;
}
.user-guides-table div:first-child, .training-table div:first-child, .downloads-table div:first-child {
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important; 
	-moz-box-sizing: border-box !important; 
	padding-right: 20px;
	text-align: center;
	vertical-align: top;
	width: 180px;
}
.user-tips div {
	float: left;
	margin: 20px 20px 0 0;
	width: 334px;
}
.user-tips div:last-child, .training-table div:last-child, .downloads-table div:last-child {
	margin-right: 0;
}	
.user-tips p {
	margin-bottom: 1.2em;
}
/* end main content area */ 

/* Utility classes */
.no-padding { padding: 0;}
.no-wrap { white-space: nowrap; }
.left-align { text-align: left; }
.right-align { text-align: right; }
.center-align { text-align: center; }
.bottom-align { vertical-align: bottom !important; }
.border-bottom { border-bottom: 1px solid #ccc; }
.border-top { border-top: 1px solid #ccc; }
.grey-bg { background-color: #f9f9f9; } /* usually used for divs with a slightly shaded grey background */
.float-right {float:right;}
.float-left {float:left;}

/* Footer styles */
#footer {
	background-color: #444444;
	border-top: none;
    margin-left: -10px;
    width: 970px;
}
#footer .links {
    width: 970px;
}
#footer li.title {
	color: #fff;
	font-size: normal;
}
#footer a, #footer a:visited, 
#footer li a, #footer li a:active, #footer li a:visited {
	color: #bababa;
}
#footer a:hover {
    color: #ff8000 !important;
    text-decoration: none;
}
#footer .column {
	margin: 0 20px;
	width: 202px;
}
#footer .corporate {
	width: 970px;
}


span.orange { /* this undoes the bold font applied to span tags with 'orange' classes.  this rule is found in the changes.css stylesheet */
	font-weight: normal;
}

/* Isotope jquery plugin CSS */
.container-iso {
	width:730px;
	margin-left:5px;
  position:relative;
	}

.item-iso { 
	box-sizing:border-box !important; 
    -moz-box-sizing:border-box !important; 
    -webkit-box-sizing:border-box !important; 
	border:1px solid #bababa; 
	color:#505050;
	width:220px;
	margin:10px;
	padding:14px;
	}
  
.item-iso.corner-stamp { 
  box-sizing:border-box !important; 
  -moz-box-sizing:border-box !important; 
  -webkit-box-sizing:border-box !important; 
  border:1px solid #bababa; 
  color:#505050;
  width:220px;
  margin:10px;
  background:#f6f6f6;
  padding:0;
  position:absolute;
 }

.item-iso img {
  max-width:190px;
  height:auto;
  margin-bottom:10px;
}
.container-iso .video {
  position:relative;
  display:block;
  margin-bottom:10px;
}
.container-iso .video .video_play {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.container-iso .video img {
  margin-bottom:0;
  z-index:0;
}
.container-iso .video_play:after {
  background-color: transparent;
  background-image: url("http://static.legalsolutions.thomsonreuters.com/static/sprite.png");
  background-position: -12em 0;
  background-repeat: no-repeat;
  background-size: 720px 440px;
  content: "";
  display: inline-block;
  font-size: 40px;
  height: 64px;
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
  width: 64px;
}

.container-iso .video .video_play:hover {
background-color: rgba(0, 0, 0, 0.6);
}

.container-iso .video_play:hover:after, .video_play:focus:after {
  background-position: -12em -2em;
}

.item-iso h2 {margin-bottom:10px;}
.item-iso h2 a,
.item-iso h2 a:visited {
  font-family:KnowledgeBold;
  font-size:20px;
  line-height:22px;
  color:#0083bf;
  text-decoration:none;
}
.item-iso h2 a:hover,
.item-iso h2 a:active,
.item-iso h2 a:focus {
  text-decoration:none;
  color:#005a84;
}
.item-iso p {
  font-family:Arial;
  font-size:14px;
  line-height:20px;
  color:#666;
}
.item-iso .type {
  text-transform:uppercase;
  font-size:12px;
  color:#999;
}
.item-iso.corner-stamp .type {
text-transform:uppercase;
font-size:12px;
color:#fff;
background:#0083bf;
padding:14px;
}
.item-iso.corner-stamp h2 {
padding:14px;
}
.item-iso .topic {
  font-size:12px;
  letter-spacing: -0.1px;
}
.item-iso .topic span {font-weight:bold;}
.item-iso img {
	display: block;
	margin: 10px auto;
}
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.filters-iso {
	margin:20px 0 0 0;
	padding:0;
	}
.filters-iso li {
	float:left;
	list-style-type:none;
	}
.filters-iso li a {
	padding:100px 15px 10px 15px;
	color:#999;
	float:left;
	margin-right:10px;
	display:block;
	width:114px;
	text-align:center;
	position:relative;
	font-weight:bold;
	font-size:14px;
	font-family:Arial;
	line-height:18px;
	}
.filters-iso li a:hover, 
.filters-iso li a:active, 
.filters-iso li a:focus { 
	text-decoration:none;
	color:#505050;
	}
.filters-iso li a:before {
	background-color: rgba(0,0,0,0);
  background-repeat: no-repeat;
  background-size: 60px 60px;
	background-position:49% 50%;
  content: "";
  display: block;
  position: absolute;
	width: 90px;
  height: 90px;
  top: 0;
  left:27.5px;
	border-radius:50%;
	border:1px solid #bababa;
	}
.filters-iso li a:hover:before {
background-color:#e9e9e9;
}
.bd:before {background-image: url(http://static.legalsolutions.thomsonreuters.com/static/managing_partners/BusDev_Icon1.png);}
.et:before {background-image: url(http://static.legalsolutions.thomsonreuters.com/static/managing_partners/EconTrends_Icon1.png);}
.te:before {background-image: url(http://static.legalsolutions.thomsonreuters.com/static/managing_partners/Tech_Icon1.png);}
.cs:before {background-image: url(http://static.legalsolutions.thomsonreuters.com/static/managing_partners/ClientSvc_Icon1.png);}
.sp:before {background-image: url(http://static.legalsolutions.thomsonreuters.com/static/managing_partners/Strategic_Icon1.png);}
.bb:before {background-image: url(http://static.legalsolutions.thomsonreuters.com/static/managing_partners/Billing_Icon1.png);}

.filters-iso li a.iso-active:before {background-color:#ff8000;}
.iso-active.bd:before {background-image: url(http://static.legalsolutions.thomsonreuters.com/static/managing_partners/BusDev_Icon2.png);}
.iso-active.et:before {background-image: url(http://static.legalsolutions.thomsonreuters.com/static/managing_partners/EconTrends_Icon2.png);}
.iso-active.te:before {background-image: url(http://static.legalsolutions.thomsonreuters.com/static/managing_partners/Tech_Icon2.png);}
.iso-active.cs:before {background-image: url(http://static.legalsolutions.thomsonreuters.com/static/managing_partners/ClientSvc_Icon2.png);}
.iso-active.sp:before {background-image: url(http://static.legalsolutions.thomsonreuters.com/static/managing_partners/Strategic_Icon2.png);}
.iso-active.bb:before {background-image: url(http://static.legalsolutions.thomsonreuters.com/static/managing_partners/Billing_Icon2.png);}



.filters-iso li:last-child a {margin-right:0}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/* END Isotope jquery plugin CSS */


/* Begin Social Share Buttons CSS */

.page-share {
  display: inline-block;
  float: left;
  position: relative;
  margin-bottom:20px;
}
.span.page-share {
  position: absolute;
  top: 140px;
  right: 20px;
  z-index: 50;
}
.page-share .page-share-button {
  background-color: #eee;
  border-radius: 6px;
  color: #666;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 44px;
  padding: 0 14px;
  white-space: nowrap;
}
.page-share .page-share-button:hover,
.page-share .page-share-button:active,
.page-share .page-share-button:focus {
  color: #0082bf;
}

.page-share .page-share-button:hover:after,
.page-share .page-share-button:active:after,
.page-share .page-share-button:focus:after {
  background-position: -15em -5em;
}

.page-share .page-share-button:after {
  background-color: transparent;
  background-image: url(http://static.legalsolutions.thomsonreuters.com/static/sprite.png);
  background-size: 720px 440px;
  background-position: -15em -4em;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  font-size: 40px;
  height: 10px;
  margin-left: 2px;
  vertical-align: baseline;
  width: 10px;
}
.page-share.actives .page-share-button {
  color: #0082bf;
}
.page-share.actives .page-share-button:after {
  background-position: -15em -5em;
}

.page-share .page-share-menu:before {
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(0, 0, 0, 0.05);
  border-style: solid;
  border-width: 0 19px 19px;
  bottom: 100%;
  content: "";
  display: block;
  left: 50%;
  margin-left: -19px;
  position: absolute;
}

.page-share .page-share-menu:after {
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff;
  border-style: solid;
  border-width: 0 18px 18px;
  bottom: 100%;
  content: "";
  display: block;
  left: 50%;
  margin-left: -18px;
  position: absolute;
}
.page-share.actives .page-share-menu {
  display: block;
}
.page-share .page-share-menu {
  list-style-type:none;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  display: none;
  left: 50%;
  margin-top: 23px;
  padding: 10px 0;
  position: absolute;
  top: 100%;
  margin-left: -60px;
  width: 120px;
  z-index: 9;
}
.page-share .page-share-menu li {
  list-style-type:none;
  font-size: inherit;
  line-height:inherit;
}
.page-share .page-share-menu > li > a:hover {
  background-color: #f7f7f7;
  color: #0082bf;
}
.page-share .page-share-menu > li > a {
  color: #666;
  display: block;
  font-size: 12px;
  font-family:Arial;
  font-weight: 700;
  line-height: 24px;
  padding: 10px 20px;
  white-space: nowrap;
  text-decoration: none;
}
  
.page-share .page-share-menu > li > a .icon, 
.page-share .page-share-menu > li > a .icon-social {
  margin-right: 10px;
  vertical-align: top;
}
.icon-social.facebook {
  background-position: 0 -8em;
}
.icon-social,
.page-share .page-share-menu .icon {
  background-color: transparent;
  background-image: url(http://static.legalsolutions.thomsonreuters.com/static/sprite.png);
  background-repeat: no-repeat;
  background-size: 720px 440px;
  display: inline-block;
  font-size: 40px;
  height: 24px;
  width: 24px;
}

.article-share * {
  box-sizing: border-box;
}
.article-share .article-share-buttons:after {
  clear: both;
}
.article-share .article-share-buttons:after,
.article-share .article-share-buttons:before {
  content: "";
  display: table;
}
.article-share {
  background-color: #f7f7f7;
  color: #666;
  font-family: Arial;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 25px;
  display: inline-block;
  white-space: nowrap;
  width: auto;
}
.article-share .article-share-buttons {
  padding: 15px 0;
  margin: 0;
}
.article-share .article-share-buttons > li {
  display: block;
  float: left;
  border-left: 2px solid #ddd;
  border-top: 0 none;
  margin: 0;
  width: 112px;
  line-height: 24px;
}
.article-share .article-share-buttons > li:first-child {
  border-left: 0;
}
.article-share .article-share-buttons > li > a {
  color: #666;
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  text-decoration: none;
}
.article-share .article-share-buttons > li > a:hover,
.article-share .article-share-buttons > li > a:active,
.article-share .article-share-buttons > li > a:focus {
  text-decoration: none;
  color: #0083bf;
}
.article-share .article-share-buttons > li > a .icon,
.article-share .article-share-buttons > li > a .icon-social {
  margin-right: 4px;
  vertical-align: top;
}
.icon-social,
.article-share .icon {
  background-color: transparent;
  background-image: url(http://static.legalsolutions.thomsonreuters.com/static/sprite.png);
  background-repeat: no-repeat;
  background-size: 720px 440px;
  display: inline-block;
  font-size: 40px;
  height: 24px;
  width: 24px;
}
.icon-social.facebook {
  background-position: 0 -8em;
}
.icon-social.twitter {
  background-position: -1em -8em;
}
.icon-social.linkedin {
  background-position: -2em -8em;
}
.icon-social.googleplus {
  background-position: -3em -8em;
}
.article-share .icon.email {
  background-position: -13em -6em;
}
.article-share .icon.print {
  background-position: -13em -7em;
}
.page-share .page-share-menu .icon.email {
  background-position: -13em -6em;
  opacity: .65;
  filter: alpha(opacity=65);
}
/* End Social Share Buttons CSS */

/* Sticky Nav Styles */
.sticky-nav {
  position: relative;
  width: 970px;
}
.sticky-nav > div {
  width: 970px;
  margin: auto;
  background: #e7e7e7;
  padding: 11px 100px;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
}
.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  border-top: 0;
}
/* End Sticky Nav */

/* Article CSS */
.article {
  width: 770px;
  padding: 50px 100px;
} 
.article .date {
  position: absolute;
  top: 10px;
  right: 100px;
  font-size: 14px;
  line-height: 14px;
}
.article h1 {
  font-family:KnowledgeBold;
  font-size:40px;
  line-height:42px;
  margin-bottom:10px;
}
.article h2 {
  font-family:KnowledgeBold;
  font-size:24px;
  line-height:26px;
  color:#ff8000;
  margin-top:10px;
  margin-bottom:10px;
}

.article h3 {
  font-family:KnowledgeBold;
  font-size:22px;
  line-height:24px;
  color:#505050;
  margin:0 0 10px;
}
.article p {
  font-size:20px;
  line-height:34px;
  margin-bottom:20px;
}
.article p.pre {
  color:#999;
  font-size:14px;
  margin-bottom:10px;
  text-transform:uppercase;
}
.article p.author {
  color:#666;
  font-size:16px;
  margin:0 0 30px;
}
.article p.sub_txt {
  color:#666;
  font-size:12px;
  line-height:16px;
  font-style:italic;
}
.article ul, 
.article ol {
  padding-left: 75px;
  margin:20px 0;
}
.article ul li {
  font-size:20px;
  line-height:34px;
  list-style-type: disc;
}
.article ol li {
  font-size:20px;
  line-height:34px;
  list-style-type: decimal;
}
.article ul ul,
.article ol ol {
  margin:0;
  padding-left:50px;
}
.article ul ul li {
list-style-type: circle;
}
.article blockquote {
  font-family:KnowledgeRegular;
  font-size:30px;
  line-height:40px;
  color:#ff8000;
  padding:0 7%;
}
.article .no-type li { 
  list-style-type: none !important;
}
.article li span {
  color:#ff8000;
}
.article .hero_img {
  max-width:770px;
  height:auto;
  margin:0 auto 20px auto;
  display:block;
}
.article .sp {color:#ff8000;font-weight:bold;}
.author-tiles {
  margin-bottom:20px;
}
.author-tiles img {
  float:left;
}
.author-tiles > div {
  float:right;
  width:480px;
}
.author-tiles > div.author-wide {
  width:600px;
}
.article a.twitter {
  position:relative;
  padding-left:40px;
}
.article a.twitter:before {
  position:absolute;
  content: '';
  background-color: transparent;
  background-image: url(http://static.legalsolutions.thomsonreuters.com/static/sprite.png);
  background-repeat: no-repeat;
  background-size: 720px 440px;
  background-position: -1em -8em;
  display: inline-block;
  font-size: 40px;
  height: 24px;
  width: 24px;
  left:0;
  top:0;
}
/* END Article CSS */

/* Launch clean up CSS */
	a:focus img {
		outline: 0 none;
	}
	a:focus {
		outline: 0;
	}
	ul, ol {
		margin: 0 1.5em 1.5em 0;
		padding-left: 1.5em;
	}
  #pencilPromotion a img {
		margin-top: 0;
	}
	#pencilPromotion img {
		margin-top: 10px !important;
	}
/* End Launch clean up CSS */

/* Buttons */
a.blue-button {
	background-color: #005a84;
	border-radius: 5px;
	color: #fff !important;
	display: inline-block;
	font-weight: bold;
	padding: 15px 25px;
}
a.blue-button:hover {
	background-color: #0083bf;
	color: #fff;
	text-decoration: none;
}
a.orange-button {
	background-color: #ff8000;
	border-radius: 5px;
	color: #fff !important;
	display: inline-block;
	font-weight: bold;
	padding: 15px 25px;
}
a.orange-button:hover {
	background-color: #ffa200;
	color: #fff;
	text-decoration: none;
}
a.white-button {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	color: #ff8000 !important;
	display: inline-block;
	font-weight: bold;
	padding: 14px 24px;
}
a.white-button:hover {
	background-color: #ff8000;
	border: 1px solid #fff;
	color: #fff !important;
	text-decoration: none;
}

/* BUTTON CLASSES */
  
a.tr-button, a.tr-button-small,
button.tr-button, button.tr-button-small {
  box-sizing: border-box !important;
  position: relative;
  display: inline-block;
  padding: 17px 15px;
  color: #fff;
  font-family: KnowledgeBold;
  font-size: 16px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
  border-radius:6px;
}
a.tr-button-small,
button.tr-button-small {
  padding: 7px 15px;
}
a.tr-button:focus, a.tr-button-small:focus,
button.tr-button:focus, button.tr-button-small:focus {
	box-shadow: 0 1px 0 0 rgba(68,68,68,0.5);
}
a.tr-button:active, a.tr-button-small:active,
button.tr-button:active, button.tr-button-small:active {
	box-shadow: inset 0 1px 0 0 rgba(68,68,68,0.5);
}

a.tr-button._orange, a.tr-button-small._orange,
button.tr-button._orange, button.tr-button-small._orange {
  background: #ff8000;
}
a.tr-button._orange:hover,
a.tr-button._orange:active,
a.tr-button._orange:focus,
a.tr-button-small._orange:hover,
a.tr-button-small._orange:active,
a.tr-button-small._orange:focus,
button.tr-button._orange:hover,
button.tr-button._orange:active,
button.tr-button._orange:focus,
button.tr-button-small._orange:hover,
button.tr-button-small._orange:active,
button.tr-button-small._orange:focus {
  background: #ff5900;
  color:#fff;
} 

a.tr-button._blue, a.tr-button-small._blue,
button.tr-button._blue, button.tr-button-small._blue {
  background: #0072a8;
}
a.tr-button._blue:hover,
a.tr-button._blue:active,
a.tr-button._blue:focus,
a.tr-button-small._blue:hover,
a.tr-button-small._blue:active,
a.tr-button-small._blue:focus,
button.tr-button._blue:hover,
button.tr-button._blue:active,
button.tr-button._blue:focus,
button.tr-button-small._blue:hover,
button.tr-button-small._blue:active,
button.tr-button-small._blue:focus {
  background: #005a84;
  color:#fff;
} 

a.tr-button._gray, a.tr-button-small._gray,
button.tr-button._gray, button.tr-button-small._gray {
  background: #666;
  color: #fff;
}
a.tr-button._gray:hover,
a.tr-button._gray:active,
a.tr-button._gray:focus,
a.tr-button-small._gray:hover,
a.tr-button-small._gray:active,
a.tr-button-small._gray:focus,
button.tr-button._gray:hover,
button.tr-button._gray:active,
button.tr-button._gray:focus,
button.tr-button-small._gray:hover,
button.tr-button-small._gray:active,
button.tr-button-small._gray:focus {
  background: #444;
  color:#fff;
} 

a.tr-button._white, a.tr-button-small._white,
button.tr-button._white, button.tr-button-small._white {
  background: #fff;
  color:#ff8000;
}
a.tr-button._white:hover,
a.tr-button._white:active,
a.tr-button._white:focus,
a.tr-button-small._white:hover,
a.tr-button-small._white:active,
a.tr-button-small._white:focus,
button.tr-button._white:hover,
button.tr-button._white:active,
button.tr-button._white:focus,
button.tr-button-small._white:hover,
button.tr-button-small._white:active,
button.tr-button-small._white:focus {
  background: #fff;
  color:#ff5900;
}

a.tr-button._green, a.tr-button-small._green,
button.tr-button._green, button.tr-button-small._green {
  background: #78a22f;
}
a.tr-button._green:hover,
a.tr-button._green:active,
a.tr-button._green:focus,
a.tr-button-small._green:hover,
a.tr-button-small._green:active,
a.tr-button-small._green:focus,
button.tr-button._green:hover,
button.tr-button._green:active,
button.tr-button._green:focus,
button.tr-button-small._green:hover,
button.tr-button-small._green:active,
button.tr-button-small._green:focus {
  background: #387c2b;
  color:#fff;
} 

a.tr-button._clear, a.tr-button-small._clear,
button.tr-button._clear, button.tr-button-small._clear  {
  background: rgba(255,255,255,0);
  border:3px solid #fff;
}
a.tr-button._clear:hover,
a.tr-button._clear:active,
a.tr-button._clear:focus,
a.tr-button-small._clear:hover,
a.tr-button-small._clear:active,
a.tr-button-small._clear:focus,
button.tr-button._clear:hover,
button.tr-button._clear:active,
button.tr-button._clear:focus,
button.tr-button-small._clear:hover,
button.tr-button-small._clear:active,
button.tr-button-small._clear:focus {
  background: rgba(255,255,255,1);
  color: #005a84;
} 
a._clear.button--arrow:after,
button._clear.button--arrow:after {
  background-position: -5em -1em;
}
a._clear.button--arrow:hover:after,
a._clear.button--arrow:active:after,
a._clear.button--arrow:focus:after,
button._clear.button--arrow:hover:after,
button._clear.button--arrow:active:after,
button._clear.button--arrow:focus:after {
  background-position: -5em -5em;
}
a._clear.button-small--arrow:hover:after,
button._clear.button-small--arrow:hover:after {
  background-position: -1em -5em;
}

a.button--arrow,
button.button--arrow {
  padding:15px;
}

a.button--arrow:after, a.button-small--arrow:after,
button.button--arrow:after, button.button-small--arrow:after {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("http://static.legalsolutions.thomsonreuters.com/static/sprite.png");
  background-position: -5em -1em;
  background-repeat: no-repeat;
  background-size: 720px 440px;
  content: "";
  display: inline-block;
  float: right;
  font-size: 40px;
  width: 9px;
  height: 16px;
  margin-left: 12px;
}

a.button-small--arrow:after,
button.button-small--arrow:after {
  background-position: -1em -1em;
  position: relative;
  top: 3px;
}
a.button-small--arrow:hover:after,
button.button-small--arrow:hover:after {
  background-position: -1em -1em;
}

