html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/******************************/

html, body {
  height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    font: 14px/24px "Droid Sans", sans-serif;
    overflow-x: hidden;   
}
h1 {
    font: 35px/45px "Droid Serif", serif;
    margin-bottom: 14px;
}
h1.charts-h1 {
    font-size: 64px;
    line-height: 63px;
    margin-bottom: 25px;
}
h2 {
    font: 22px/30px "Droid Sans",sans-serif;
}

h2 strong {
    font-family: "Droid Sans", sans-serif;
    font-weight: bold;
}
input, select, textarea, .ui-tabs {
    font-family: "Droid Sans", sans-serif !important;
}
.ir {
    position: relative;
}
.ir span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: no-repeat 0 0;
}
figcaption {
    font-family: "Droid Sans", sans-serif;
    font-size: 11px; 
    line-height: 18px; /*new*/
    background-color:#ffffff; 
}
.container {
    position: relative;
}
.noScale {
    width: auto !important;
    height: auto !important;
}
.clear {
    clear: both;
}
.border-right {
    border-right: 1px solid #E3E1E2;
}

.border-right > .border-right {
    border-right: none;
}

.center {
    text-align: center;
}
 @media screen and (max-width: 1200px) and (min-width: 979px) {
.main-wrapper > .span12 {
    width: 960px;
}
}
/* 3. HEADER











------------------------------------------------ */




/* ------ ribbon for the article framing ------------*/

.ribbonLink {
    position: fixed;
    height: 38px;
    z-index: 999;
    width: 100%;
    border-color: #e3e1e2;
    border-style: solid;
    border-width: 0 0 1px 0;
    margin: 0 auto;
    overflow: hidden;
}

.ribbonLink2 {
    position: absolute;
    height: 42px;
    z-index: 1;
    width: 100%;
    border-color: #e3e1e2;
    border-style: solid;
    border-width: 0 0 1px 0;
    margin: 0 auto;
    overflow: hidden;
}

.ribbonLink3 {
    height: 42px;
    z-index: 999;
    width: 100%;
    border-color: #e3e1e2;
    border-style: solid;
    border-width: 0 0 1px 0;
    margin: 0 auto 10px;
    overflow: hidden;
}

.ribbonLink p, .ribbonLink2 p, .ribbonLink3 p {
    text-align: center;
    font-family: 'Droid Sans', sans-serif;
    font-weight: 700;
}

.blueRibbon {
    padding: 8px 0;
    display: block;
    background: #467984;
    color: #fff;
    font-size: 17px;
    line-height: 22px;
}

.ribbonLink p span, .ribbonLink2 p span, .ribbonLink3 p span {
    font-size: 19px;
}



.ribbonLink2.sticky-framing2 {
    top: 50px;
    position: fixed;
}


/* ------ ribbon for the article framing ----------*/



.header-wrapper {
   /* height: 173px;*/
   /*height: 143px; - jcheung removing height adjusting for no leaderboard ad scheduled */  
   padding-bottom:50px; /*adjusting spacing between nav and start of page content */
}
.header-banner {
    background-color: black;
    position: relative;
    top: 0;
    /*height: 90px; - jcheung adjusting for no leaderboard ad scheduled, leaderboard variable height */
	overflow:hidden;
    display: block;
    width: 100%;
    text-align:center;
}
.header-banner img {
    /*padding-top: 13px;*/
    margin: 0 auto;
    display: block;
}
.main-logo {
    display: block;
    position: absolute;
    width: 260px;
    top: 8px;
    margin-left: -145px;
    left: 50%;
    z-index: 2;
}
/* 3.1 NAVIGATION



------------------------------------------------ */



/*.articles-nav {
    display: none;
    z-index: 5;
}
.articles-nav.sticky {
    display: block;
    top: 50%;
    width: 100%;
}
.articles-nav a {
    position: absolute;
    text-decoration: none;
    color: #fff;
}
.articles-nav span {
    text-transform: uppercase;
    font-weight: bold;
}
.next-article {
    background: url(img/next-inactive.png);
    right: 0;
    height: 73px;
    width: 38px;
    text-indent: -9999px;
}
.previous-article {
    background: url(img/previous-inactive.png);
    left: 0;
    height: 73px;
    width: 37px;
    text-indent: -9999px;
}
.next-article-active, .previous-article-active {
    font: 13px/18px "Droid Sans", sans-serif;
    height: 73px;
    width: 268px;
    display: none;
    position: absolute;
}
.next-article-active {
    background: url(img/next-active.png);
    right: 0;
}
.previous-article-active {
    background: url(img/previous-active.png);
    left: 0;
}
.next-active-anchor, .previous-active-anchor {
    top: 2px;
    height: 68px;
}
.next-active-anchor {
    right: 0;
    padding-right: 37px;
}
.previous-active-anchor {
    padding-left: 40px;
}
.next-article-active p, .previous-article-active p {
    width: 193px;
    max-height: 100%;
    margin: 0 auto;
    padding-top: 7px;
}
/*NEW===========================================*/

.articles-nav {
    display: none;
    z-index: 5;
}
.articles-nav.sticky {
	display: block;
	top:50px;
	width: 100%;
	background-color:rgba(255,255,255,0.95);
	-moz-box-shadow:0 0 5px #888;
	-webkit-box-shadow:0 0 5px #888;
	box-shadow:0 0 5px #888;
	height:84px;
	z-index:2;
}
.articles-nav a {
	position: absolute;
	text-decoration: none;
	color: #467984;
	font-size:14px;
}
.articles-nav span {
	font-weight: bold;
	color:#000000;
}
.next-article {
	right: 0;
	height: 84px;
	width: 50%;
	text-indent: -9999px;
	margin-right:20px;
}
.previous-article {
	left: 0;
	height: 84px;
	width: 50%;
	text-indent: -9999px;
	margin-left:20px;
}
.next-article-active, .previous-article-active {
	font: 13px/18px "Droid Sans", sans-serif;
	height: 84px;
	width: 50%;
	display: inline;
	position: absolute;
}
.next-article-active {
	right: 0;
	margin-right:20px;
}
.previous-article-active {
	left: 0;
	margin-left:20px;
}
.previous-article-active a, .previous-article-active a:active, .previous-article-active a:visited{
	background: url("img/arrow-article-prev.png") left 70% no-repeat;
	padding-top:10px;
}
.next-article-active a, .next-article-active a:active, .next-article-active a:visited{
	background: url("img/arrow-article-next.png") right 70% no-repeat;
	padding-top:10px;
}
.previous-article-active a:hover{
	background: url("img/arrow-article-prev-h.png") left 70% no-repeat;
	padding-top:10px;
}
.next-article-active a:hover{
	background: url("img/arrow-article-next-h.png") right 70% no-repeat;
	padding-top:10px;
}
.next-active-anchor, .previous-active-anchor {
	top: 2px;
	height: 68px;
}
.next-active-anchor {
	right: 0;
	padding-right: 37px;
	text-align:right;
}
.previous-active-anchor {
	padding-left: 40px;
}
.next-article-active p, .previous-article-active p {
	width: 480px;
	max-height: 100%;
	margin: 0 auto;
	line-height:18px;
}
.next-article-active span, .previous-article-active span{
	display:block;
	margin-top:10px;
}
.next-image{
	float:right; 
	padding-left:5px;
}
.next-image img{
	width:60px;
	height:60px;
}
.prev-image{
	float:left;  
	padding-right:5px;
}
.prev-image img{
	width:60px;
	height:60px;
}
/*===================================================*/
.shell {
    height:50px;
    position: absolute;
    width: 100%;
}

/* ------ Article bottom ------------*/
.bottom-article-div p.bottom-article-printheadline{
	padding: 2% 0;
	border-top: 1px solid #e3e1e2;
}


.menu-nav {
    font: 11px/40px "Droid Sans", sans-serif;
    font-weight: bold;
    position: absolute;
    z-index: 2;
    height: 50px;
    background-color: #f6f6f6;
    box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.25); /* updated style */ 
    width: 100%;
}
.menu-nav .container {
    height: 50px;
}
.menu-nav.sticky {
    top: 0;
}

.menu-nav.sticky-framing {
    top: 38px;
    position: fixed;
}

.menu-nav .overlay .menu-headline {
    font-size: 16px;
    line-height: 20px;
}
.menu-nav .overlay .big {
    padding-bottom: 10px;
    font-size: 15px;
}
.menu-nav .overlay .register-form {
    padding-top: 20px;
}
.menu-nav .overlay .register-form input.error {
    border: 1px solid #B94A48;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.menu-nav .overlay .subscribe-form {
    padding-top: 20px;
}
.menu-nav .overlay .subscribePackage {
    padding-bottom: 0;
    font-size: 20px;
    margin: 10px 0 0;
}
.lt-ie9 .menu-nav {
    margin-left: 0;
}
/*---------------------------------------------*/



.menu-div {
    position: relative;
}
ul.main-nav-right {
    height: 50px;
    list-style: none;
    width: 28%;
    float: right;
}
ul.main-nav-right-account {
    height: 50px;
    list-style: none;
    width: 28%;
    float: right;
    min-width:300px;
}
ul.main-nav-left {
    height: 50px;
    list-style: none;
    width: 50%;
    float: left;
    position: relative;
}
ul.main-nav-left-account {
    height: 50px;
    list-style: none;
    width: 50%;
    float: left;
    position: relative;
}
.lt-ie9 ul.main-nav-left {
    width: 68%;
}
.lt-ie9 ul.main-nav-right {
    width: 32%;
}
.lt-ie9 ul.main-nav-left-account {
    width: 65%;
}
.lt-ie9 ul.main-nav-right-account {
    width: 35%;
    min-width:300px;
}
ul.main-nav-left li, ul.main-nav-left-account li {
    padding-left: 1%;
    height: 100%;
}
ul.main-nav-right-account li, ul.main-nav-right li {
    padding-left: 4%;
    height: 100%;
}
ul.main-nav-left li.search, ul.main-nav-left-account li.search {
    margin: 0 5px;
}
ul.main-nav-left li .alm-link img, ul.main-nav-left-account li .alm-link img {
    margin-top: 15px;
}
ul.main-nav-right li.register, ul.main-nav-right li.sign-in, ul.main-nav-right-account li.register, ul.main-nav-right-account li.sign-in {
    margin: 0 5px 0 0;
}
ul.main-nav-left li .section, ul.main-nav-left-account li .section {
    margin-left: -10px;
}
ul.main-nav-left li, ul.main-nav-left-account li {
    float: left;
    position: relative;
}
ul.main-nav-right li {
    float: left;
    position: relative;
}
ul.main-nav-right-account li {
    float: right;
    position: relative;
}
ul.main-nav-left li a.last, ul.main-nav-left-account li a.last {
    border: 0;
}
ul.main-nav-right-account li a.last, ul.main-nav-right li a.last {
    border: 0;
}
ul.main-nav-left li:hover a, ul.main-nav-left-account li:hover a {
    color: black;
    text-decoration: none;
}
ul.main-nav-right-account li:hover a, ul.main-nav-right li:hover a {
    color: black;
    text-decoration: none;
}
/**
 * FIXME: these all share almost the same styles except their background images.
 * refactoring would help.
 */
.menu-div .sections-option {
    text-decoration: none;
    color: black;
    display: block;
    margin-top: 15px;
    line-height: 17px;
    padding-right: 10px;
    border-right: 1px solid #3e383a;
    padding-left: 21px;
    background: url(img/nav-sections-icon.png) no-repeat left;
}
.menu-div .search-option {
    text-decoration: none;
    color: black;
    display: block;
    margin-top: 15px;
    line-height: 17px;
    padding-right: 10px;
    border-right: 1px solid #3e383a;    
    padding-left: 21px;
    background: url(img/nav-search-icon.png) no-repeat left;
}
.menu-div .network-option {
    text-decoration: none;
    color: black;
    display: block;
    margin-top: 15px;
    line-height: 17px;
    padding-right: 10px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #3e383a;
    padding-left: 41px;
    background: url(img/alm-network-icon.jpg) no-repeat left top 10px;
}
.menu-div .subscribe-option {
    text-decoration: none;
    color: black;
    display: block;
    margin-top: 15px;
    line-height: 17px;
    padding-right: 10px;
    border-right: 1px solid #3e383a;    
    padding-left: 21px;
    background: url(img/subscribe-icon.png) no-repeat left;
    text-transform: uppercase;
}
.menu-div .sign-in-option  {
    text-decoration: none;
    color: black;
    display: block;
    margin-top: 15px;
    line-height: 17px;
    padding-right: 10px;
    border-right: 1px solid #3e383a;
    padding-left: 21px;
    background: url(img/sign-in-icon.png) no-repeat left;
    text-transform: uppercase;
}
/* not sure what is supposed to be capitalized */

.menu-div .my-account-option{
    text-decoration: none;
    color: black;
    display: block;
    margin-top: 15px;
    line-height: 17px;
    padding-right: 10px;
	border-right: 1px solid #3e383a;      
    padding-left: 21px;
    background: url(img/my-account-icon.png) no-repeat left;
    text-transform: uppercase;
}
.menu-div .sign-out-option {
    text-decoration: none;
    color: black;
    display: block;
    margin-top: 15px;
    line-height: 17px;
    padding-right: 10px;
	border-right: 1px solid #3e383a;
    padding-left: 21px;
    background: url(img/sign-in-icon.png) no-repeat left;
    text-transform: uppercase;
}
.menu-div .register-option {
    text-decoration: none;
    color: black;
    display: block;
    margin-top: 15px;
    line-height: 17px;
    padding-right: 10px;
	border-right: 1px solid #3e383a;
    padding-left: 21px;
    padding-right: 15px;
    background: url(img/register-icon.png) no-repeat left;
    text-transform: uppercase;
}
.selected-section {
    background-color: #3e383a !important;
}
.selected-section-option {
    background: url(img/nav-sections-icon-open.png) no-repeat left !important;
    color: #fff !important;
}
.selected-search-option {
    background: url(img/nav-search-icon-open.png) no-repeat left !important;
    color: #fff !important;
}
.selected-sign-in-option {
    background: url(img/sign-in-icon-open.png) no-repeat left !important;
    color: #fff !important;
}
.selected-register-option {
    background: url(img/register-icon-open.png) no-repeat left !important;
    color: #fff !important;
}
.selected-subscribe-option {
    background: url(img/subscribe-icon-open.png) no-repeat left !important;
    color: #fff !important;
}
/*---------------------------------------------*/











.sections-div {
    position: relative;
    z-index: 1;
}
.sections-menu {
    background-color: #3e383a;
    padding-top: 15px;
    box-shadow: 3px 6px 5px rgba(0, 0, 0, 0.25); /* updated style */ 
    width: 23%;
    /*height: 300px;*/ /** this height declaration gets set via javascript, and the javascript will use this as the elements height if set in css */
    list-style: none;
    float: left;
    z-index: 3;
    position: relative;
    display: none;
    behavior: url(/static/css/PIE.htc);
    border: 1px solid #706b6d
}
.sections-menu .section-item {
    margin: 0;
    text-align: left;
    position: relative;
}
.sections-menu .section-item a {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #706b6d;
    color: #ffffff;
    font-size: 12px;
    margin: 0 25px;
    display: block;
    text-transform:uppercase;
}
.sections-menu .section-item a span {
    position: absolute;
    right: -11px;
    top: 8px;
    background: transparent url(img/selected-option-arrow.jpg) top left no-repeat;
    width: 11px;
    height: 20px;
    display: none;
}
.sections-menu .section-item a.selected-section-item {
    color: #fff !important;
}
.sections-menu .section-item a.selected-section-item span {
    display: block;
}
.sections-menu .section-item.last a {
    border: 0;
}
.sections-menu .section-item img {
    display: none;
    position: absolute;
    top: 30px;
    right: -11px;
}
.sections-menu .section-item:hover a {
    color: #fff;
}
.sections-menu .last {
    padding-bottom: 40px;
}
.lt-ie9 .sections-menu .section-item a span {
    right: -11px;
}
.subsections {
    width: 75%;
    float: left;
}
.subsection-menu {
    background-color: #f6f6f6;
    padding-top: 15px;
    box-shadow: 3px 6px 5px rgba(0, 0, 0, 0.25); /* updated style */ 
    behavior: url(/static/css/PIE.htc);
    width: 27%;
    height: 100%;
    float: left;
    list-style: none;
    z-index: 2;
    position: relative;
    border-color: #e3e1e2; /* new style */ 
	border-style: solid; /* new style */ 
	border-width: 0 0 1px; /* new style */ 
}
.subsection-menu .subsection-item {
    border-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e3e1e2;
    margin: 0 9%;
    text-align: left;
    padding: 14px 10px;
    line-height: 20px;
}
.subsection-menu .subsection-item a {
    color: black;
    text-transform:uppercase;
}
.subsection-menu .last {
    border: 0;
}
.subsection-top {
    background-color: #fff;
    padding-top: 15px;
    border-color: #e3e1e2; /* new style */ 
	border-style: solid; /* new style */ 
	border-width: 0 1px 1px 0; /* new style */ 
    box-shadow: 3px 6px 5px rgba(0, 0, 0, 0.25); /* updated style */ 
    z-index: 1;
    width: 72%; /* updated style */ 
    height: 100%;
    float: left;
    z-index: 1;
    behavior: url(/static/css/PIE.htc);
}
.subsection-top h2, .charts-news h2 {
    margin: 20px 8% 10px 8%;
    padding-bottom: 20px;
    border-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e3e1e2;
}
.left-container .charts-news h2 {
    margin: 90px 0 0;
}
.subsection-top img, .charts-news img {
    float: left;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: 5px;
    width: 26.4%;
}
.subsection-top a, .charts-news a {
    font: 15px/20px "Droid Sans", sans-serif;
    color: black;
    display: inline-block;
    width: 65%;
}
.subsection-top p, .charts-news p {
    font: 10px/20px "Droid Sans", sans-serif;
    font-weight: bold;
    color: #467984;
}
.select-large-box {
    width: 285px;
}
.top-subsection-articles, .top-charts-news {
    margin: 20px 8% 10px 7%;
}
.left-container .top-charts-news {
    margin: 20px 0 0;
}
.top-subsection-article, .top-charts-news-article {
    width: 47%;
    margin-left: 10px;
    padding-bottom: 10px;
    float: left;
}
.bottom-subsection-articles, .bottom-charts-news {
    margin: 10px 8% 10px 7%;
}
.left-container .bottom-charts-news {
    margin: 10px 0;
}
.bottom-subsection-article, .bottom-charts-news-article {
    width: 47%;
    margin-left: 10px;
    padding-top: 20px;
    border-style: solid;
    border-top-width: 1px;
    border-top-color: #e3e1e2;
    float: left;
}
/*****************************/











.top-articles {
    padding: 25px 6%;
    width: 36%;
    border-style: solid;
    border-right-width: 1px;
    border-right-color: #e3e1e2;
    float: left;
}
.top-articles .last {
    border: 0;
}
.top-articles h2 {
    margin: 10px 0;
}
.top-articles a {
    width: 100%;
}
.top-stories-div .last, .regional-stories-div .last {
    border: 0;
}
.top-magazine {
    padding: 25px 2% 25px 6%;
    width: 41%;
    float: left;
}
.subscribe-cover {
    padding: 15px 0;
    border-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e3e1e2;
    margin-bottom: 15px;
}
.subscribe-cover img {
    width: 53%;
}
.subscribe-cover span {
    font: 40px/26px "Droid Serif", serif;
    letter-spacing: -1px;
    color: #467984;
    width: 35%;
    display: inline-block;
}
.subscribe-cover p {
    margin-bottom: 10px;
    padding-top: 20px;
    font: 15px/18px "Droid Sans", sans-serif;
    color: black !important;
    display: inline-block;
    width: 30%;
}
.top-magazine p {
    margin-bottom: 10px;
    padding-top: 20px;
    font: 15px/18px "Droid Sans", sans-serif;
    color: black !important;
    display: inline-block;
}
.top-magazine input {
    border: 0;
    width: 101px;
    height: 28px;
    color: #fff;
    display: block;
    background: url(img/get-started-bt.jpg) no-repeat;
}
/*****************************/











#subsection-1, #subsection-3, #subsection-4, #subsection-5, #subsection-7 {
    display: none;
}
.show-section {
    display: block !important;
}
/**************************/











.search-div {
    text-align: left;
    padding: 15px;
    box-shadow: 3px 6px 5px #c4c4c4;
    position: absolute;
    top: 50px;
    left: -30px;
    z-index: 10;
    background-color: #3e383a;
    display: none;
    width: 470px;
    height: 130px;
    behavior: url(/static/css/PIE.htc);
}
.search-div h2 {
    color: #ffffff;
}
.search-criteria {
    padding-top: 25px;
    padding-bottom: 60px;
}
/* search drop down */



.search-criteria input {
    width: 180px;
    margin-right: 10px;
}
.search-criteria .submit-bt {
    margin-top: 0;
    vertical-align: top;
    width: auto;
}
.search-criteria select {
    width: 160px;
    margin-right: 10px;
}
.search-criteria .submit-bt {
    vertical-align: top;
}
/*****************************/

.sign-in-div {
    font-weight: normal;
    text-align: left;
    color: #ffffff;
    position: absolute;
    z-index: 6;
    top: 50px;
    right: 0;
    background-color: #3e383a;
    box-shadow: 3px 6px 5px #c4c4c4;
    display: none;
    min-width: 270px;
    behavior: url(/static/css/PIE.htc);
}
.lt-ie9 .sign-in-div {
    width: 270px;
}
.sign-in-div a {
    color: #ffffff !important;
}
.sign-in-div .sign-in-linkedin {
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    background: #4875b4 url(img/icon-linkedin.png) top left no-repeat;
    display: block;
    margin: 30px auto 30px auto;
    width: 70%;
    padding: 7px 0 7px 5%;
}
.sign-in-account {
    border-style: solid;
    border-top-width: 1px;
    border-top-color: #e3e1e2;
}
.sign-in-account p {
    text-align: center;
}
.sign-in-div .sign-in-bt {
    line-height: 20px;
    background: #467984;
    display: block;
    width: 70%;
    padding: 7px 2.5%;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    margin: 30px auto 0 auto;
}
.sign-in-account p {
    padding: 15px 0 30px;
}
.sign-in-account p a, .sign-in-account-opened p a {
    font-weight: bold;
    display: inline;
}
.sign-in-account-opened {
    display: none;
    border-style: solid;
    border-top-width: 1px;
    border-top-color: #e3e1e2;
    margin-top: 20px;
    padding: 20px 12.5% 45px 12.5%;
    line-height: 22px;
}
.sign-in-account-opened p {
    padding-bottom: 25px;
}
.sign-in-account-opened a {
    color: white !important;
    font-weight: bold;
}
.sign-in-account-opened label {
    font-weight: bold;
}
.sign-in-account-opened input {
    width: 85%;
}
.sign-in-account-opened #remember {
    width: auto;
    float: left;
    margin: 3% 5px 0 0;
}
.sign-in-account-opened .remember-me {
    font-weight: normal;
    display: inline;
}
.sign-in-account-opened .sign-in-submit-bt {
    background: url(img/submit-bt.jpg) no-repeat;
    border: 0;
    width: 70px;
    height: 28px;
    margin-left: 10px;
}
/*****************************/











.my-account-div {
    text-align: left;
    box-shadow: 3px 6px 5px #c4c4c4;
    position: absolute;
    top: 50px;
    right: 0;
    background-color: #3e383a;
    display: none;
    margin-left: 0;
    behavior: url(/static/css/PIE.htc);
}
.my-account-div ul {
    list-style: none;
    padding: 0 10% 10px;
}
.my-account-div ul li {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #706b6d;
}
.my-account-div ul li a {
    color: white !important;
    text-decoration: none;
    padding-right: 0;
    margin: 0;
    font-family: "Droid Sans", sans-serif;
    font-size: 12px;
}
.my-account-div ul li.my-briefcase {
    border: 0;
}
.my-account-div ul li.my-briefcase li {
    border: 0;
    width: 110px;
}
.my-account-div ul .last {
    border: 0;
}
.my-account-div li:hover a {
    color: white;
    text-decoration: none;
}
.my-account .my-account-div {
    width: 200px;
}
.my-briefcase a {
    display: block;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #706b6d;
}
.my-briefcase ul {
    padding-left: 15%;
}
/*****************************/


.register-div {
    position: absolute;
    top: 50px;
    right: 0;
    display: none;
    z-index: 8;
    text-align: left;
    line-height: 20px;
    font-weight: normal;
}
.register-div .menu-headline {
    text-align: left !important;
    padding: 17px 7% !important;
}
.register-div .register-menu-wrapper {
    padding-left: 4%;
    padding-top: 5px;
}
.register-div .register-menu-wrapper .left-column, .register-div .register-menu-wrapper .right-column {
    padding-top: 15px;
}
.register-div.overlay .left-column {
    width: 35%;
    margin-right: 4%;
}
.register-div.overlay .left-column .big {
    padding-bottom: 30px;
}
.register-div.overlay .left-column .medium {
    font-size: 13px;
}
.register-div.overlay .left-column a, .register-div.overlay .left-column a:hover {
    color: #467984 !important;
}
.register-div.overlay .left-column .learn-more {
    padding-left: 34%;
    padding-right: 7px;
    background: url(img/take-a-tour-arrow.jpg) no-repeat right;
}
.register-div.overlay .right-column {
    width: 55%;
}
.register-div.overlay .right-column .create {
    font-size: 16px;
    margin-bottom: 10px;
    display: none;
}
.register-div.overlay .right-column a, .register-div.overlay .right-column a:hover {
    color: white !important;
}
.register-div.overlay .right-column .linkedin-account {
    margin: 0 auto 15px auto;
    text-align: center;
}
.register-div.overlay .right-column .register-form .register-btn {
    margin-top: 15px;
}
.register-div .subscribe {
    padding-top: 30px;
    padding-bottom: 15px;
}
.register-div .subscribe img {
    float: left;
    padding-right: 20px;
    padding-left: 10px;
    width: 30%;
}
.register-div .subscribe p {
    font: 13px/22px "Droid Sans", sans-serif;
    color: black;
    display: inline-block;
    width: 30%;
    padding-top: 18px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.register-div .subscribe span {
    font: 14px/18px "Droid Sans", sans-serif;
    color: #467984;
    line-height: 18px;
    display: block;
}
.subscribe-div {
    position: absolute;
    top: 50px;
    right: 0;
    display: none;
    z-index: 8;
    text-align: left;
    line-height: 20px;
    font-weight: normal;
}
.subscribe-div .menu-headline {
    text-align: left !important;
    padding: 17px 7% !important;
}
.subscribe-div .subscribe-menu-wrapper {
    padding-left: 4%;
    padding-top: 5px;
}
.subscribe-menu-wrapper img {
    width: 85%;
}
.subscribe-div .subscribe-menu-wrapper .left-column, .subscribe-div .subscribe-menu-wrapper .right-column {
    padding-top: 15px;
}
.subscribe-menu-wrapper ul li {
    float: none;
}
.subscribe-div.overlay .left-column {
    width: 45%;
    margin-right: 4%;
}
.subscribe-div.overlay .big {
    padding-bottom: 10px;
}
.subscribe-div.overlay .medium {
    font-size: 15px;
    font-weight: 600;
    color: #467984;
    line-height: 30px;
    text-decoration: underline;
}
.subscribe-div.overlay a, .subscribe-div.overlay a:hover {
    color: #467984 !important;
}
.subscribe-div.overlay .right-column {
    width: 45%;
    padding-left: 4%;
    padding-bottom: 5%;
}
.subscribe-div.overlay ul {
    list-style-type: disc;
}
.subscribe-div.overlay li {
    font-size: 13px;
    line-height: 23px;
}
.subscribe-div .subscribe p {
    font: 13px/22px "Droid Sans", sans-serif;
    color: #000;
    display: inline-block;
    width: 30%;
    padding-top: 18px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
/*****************************/


/* browser unsupported alert, cookie alert, firm Sponsor Message  */
#browserAlert .alert, #cookieAlert .alert, #platformAlert .alert, #firmabilitySponMess .alert {
    background: none repeat scroll 0 0 #467984 !important;
    border: medium none;
    border-radius: 0 0 0 0;
    color: #FFFFFF;
    margin-bottom: 0;
    padding: 15px 10px;
    text-shadow: none;
}

#browserAlert .close, #cookieAlert .close, #platformAlert .close, #firmabilitySponMess .close {
    background: none repeat scroll 0 0 #3E383A;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    opacity: 0.5;
    right: 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    top: 4px;
    width: 20px;
}

#cookieAlert .alert, #platformAlert .alert {
	margin: 5px auto;
}
#cookieAlert .alert span, #platformAlert .alert span, #firmabilitySponMess .alert span {
	margin: 0 auto;

	float: none;
	display: block; 
	padding: 0; 
	width: 90%; 
	font-weight: 700;
}
#cookieAlert .alert span a, #cookieAlert .alert span a:hover, #platformAlert .alert span a, #platformAlert .alert span a:hover, #firmabilitySponMess .alert span a, #firmabilitySponMess   .alert span a:hover {
	color: #FFFFFF;
	font-weight: bold;
}
#cookieAlert .alert span a.underline, #firmabilitySponMess .alert span a.underline {
	text-decoration:underline;
}

#firmabilitySponMess .clearDiv {
	clear: both; 
	height: 50px;
}
#firmabilitySponMess .container {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

#firmabilitySponMess .container span {
    font-weight: 400 !important;
    font-family: "Droid Sans",sans-serif;
}

#firmabilitySponMess .alert	{
    background: none repeat scroll 0 0 #F6F6F6 !important;
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: "Droid Sans",sans-serif;
	color: #68A2AF;
	font-size: 18px !important;
	border-bottom: 1px solid #E3E1E2;
	border-left: 1px solid #E3E1E2;
	border-right: 1px solid #E3E1E2;
	font-weight: 400 !important;
	overflow: auto;
	margin: 0 auto 10px auto;
	
}
#firmabilitySponMess .alert	span {
  display: block;
    float: none;
    font-size: 18px;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    width: 90%;
}
/* end browser unsupported alert, cookie alert, firm Sponsor Message */







.charts-div {
    background: url(img/containers-border.jpg) repeat-y 62% 0%;
}
.charts-news {
    width: 65%;
    margin-left: .2%;
    margin-top: 2%;
    margin-bottom: 50px;
    float: left;
}
.left-container .charts-news {
    float: none;
    width: 90%;
}
.charts-sponsor {
    width: 30%;
    margin-left: 4%;
    margin-top: 4%;
    float: left;
}
/* 4. CONTENT











------------------------------------------------ */











.magazine-title-div small, .columnist-title-div small {
    display: inline;
    font: italic bold 12px/21px "Droid Sans", sans-serif;
}
/* ::::: 4.01 Magazine Title :::: */











.magazine-title-div {
    font: 12px/21px "Droid Sans", sans-serif;
    /*margin-bottom: 25px;*/
    margin: 25px 0 25px 35px;
}

.magazine-title-div .span7 {
	width:600px;
}
.magazine-title-div .main-content {
    margin-bottom: 25px;
}
.magazine-figure {
    margin-right: 5%;
    text-align: right;
}
.magazine-figure img {
    border-style: solid;
    border-width: 1px;
    border-color: #e3e1e2;
    padding: 1px;
}
.magazine-full-h1 {
    font-size: 64px;
    line-height: 68px;
    margin-bottom: 20px;
}
/* ::::: 4.02 Columnist Title :::: */





.columnist-title-row {
    margin-top: 28px;
}
.columnist-title-div {
    font: 12px/21px "Droid Sans", sans-serif;
}

.columnist-title-div .article-info { min-height:10px !important;}
.columnist-title-div .article-info2 { min-height:90px !important;}
.columnist-title-div .article-info3 { min-height:150px !important;}


.columnist-title-div .markers { float:none;}
    
@media screen and (max-width: 1199px) and (min-width: 979px) {
	.columnist-title-div { width:75%; } 
}

@media screen and (max-width: 979px) and (min-width: 768px) {
		.columnist-title-div { width:75%; } 
}	
    
    
/* -------------------- */ 
.columnist-title-div p {
    margin-bottom: 5px;
    float:left;
}

.columnist-title-div p.main-content { float: none; }

.columnist-title-div h1 {
    margin-bottom: 25px;
}
.columnist-title-div .blog-name {
    background-color: #4E8793;
    color: #FFFFFF;
    display: inline;
    font: bold 12px/22px "Droid Sans", sans-serif;
    padding: 4px 8px;
    width: 167px;
}
/* -------------------- */


/* ::::: 4.02 Main Container ::::: */
.main-container {
    background: url(img/containers-border.jpg) repeat-y 65.9% 0%;
}




/* ::::: 4.1 Left Container ::::: */



.breadcrumb {
    font: "Droid Sans", sans-serif;
    background-color: transparent;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.breadcrumb a, .breadcrumb .active {
    color: #605659;
}
.breadcrumb .active {
    color: #605659;
}

/*.breadcrumb a, .breadcrumb li, .breadcrumb .divider { 
	display:none;
}*/

.breadcrumb .divider {
Padding: 0 5px;
Color: #ccc;
}

/* ::::: 4.2.1 Title Div ::::: */

.title-div {
    font: 12px/21px "Droid Sans", sans-serif;
    margin-bottom: 20px;
    margin-top: 20px; 
}
.title-div small {
    font-style: italic;
    font-weight: bold;
}
.profile-pic {
/*float: left;  width: 15%;  margin-top: 10px;*/ }
.columnist-span {
    margin-left: 0;
}
.comments-top-total {
    margin-left: 7px;
    padding-left: 21px;
    background: url(img/comments-icon.jpg) no-repeat left;
}
/*-------------------------------*/











.charts-title-div {
    margin-bottom: 40px;
}
.title-div .charts-h1 {
    font-size: 54px;
    line-height: 68px;
    margin-bottom: 25px;
}
/* ::::: 4.2.2 Share Div ::::: */


.share {
    border-style: solid;
    border-top-width: 1px;
    border-top-color: #e3e1e2;
    margin-left: 0;
    z-index: 1;
}
.share-serach {
    display: inline-block;
}
.search-manage-alerts .share-serach .selected-section {
	/*background-color: #fff !important;*/
	background: none repeat scroll 0 0 #467984 !important;
}

.search-manage-alerts .share-serach .share-element-search a{
	font-size: 12px; margin: 2px 5px; 
}
.share-element {
    border-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e3e1e2;
    position: relative;
    background-color: #fff;
}
.share-element a:hover {
    color: #333;
}
.element-border {
    margin-bottom: 5px;
    border-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e3e1e2;
}
.share-anchor, .print-anchor, .briefcase-anchor, .reprints-anchor {
    font: 10px/40px "Droid Sans", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    color: black;
    display: block;
}
.share-anchor {
    padding-left: 21px;
    background: url(img/share.jpg) no-repeat left;
}
.print-anchor {
    padding-left: 21px;
    background: url(img/print.jpg) no-repeat left;
    
    /* display:none */ 
    /* temporary measure to remove until new print-friendly template is added */
}
.briefcase-anchor {
    padding-left: 21px;
    background: url(img/briefcase.png) no-repeat left;
}
.briefcase-anchor-new {
    padding-left: 21px;
    background: url(img/briefcase.png) no-repeat left;
}
.reprints-anchor {
    padding-left: 21px;
    background: url(img/reprints.jpg) no-repeat left;
}
.sticky {
    position: fixed;
    top: 70px;
}
.share.sticky {
    width: auto;
}
.sticky-mac {
    position: absolute;
    top: 70px;
}
/******************************/

.stalkerOffset{ margin-left:1%;} 



.share-arrow {
    background: url(img/share-arrow.png) no-repeat left;
    position: absolute;
    top: 8px;
    left: -8px;
    width: 8px;
    height: 15px;
}
.share-title {
    font-size: 18px;
    line-height: 40px;
}
.not-signed-in-share, .briefcase-popover {
    display: none;
    background-color: #f6f6f6;
    font: 12px/16px "Droid Sans", sans-serif;
    padding: 10px 15px 20px 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #e3e1e2;
    box-shadow: 3px 3px 5px #bbbbbb;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 89px;
    width: 250px;
    behavior: url(/static/css/PIE.htc);
}

.not-signed-in-share a, .not-signed-in-share a:hover, .briefcase-popover a, .briefcase-popover a:hover {
    color: #467984;
}
.not-signed-in-share img, .briefcase-popover img {
    width: 75%;
    padding: 15px 0 10px 30px;
}
/******************************/


.signed-in-share {
    display: none;
    background-color: #f6f6f6;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 89px;
    border-style: solid;
    border-width: 1px;
    border-color: #e3e1e2;
    box-shadow: 3px 3px 5px #bbbbbb;
    width: 169px;
    padding: 5px 0;
    behavior: url(/static/css/PIE.htc);
}
.signed-in-share ul {
    list-style: none;
}
.signed-in-share li {
    display: inline-block;
    height: 23px;
    border-style: solid;
    border-right-width: 1px;
    border-right-color: #e3e1e2;
}
.signed-in-share .last {
    border: 0;
}
.signed-in-share a {
    text-indent: -9999px;
    display: inline-block;
    background: url(img/share-icons.png) no-repeat left;
    width: 29px;
}
.signed-in-share .share-mail {
    background-position: 0 0;
    width: 31px;
}
.signed-in-share a.share-mail:hover {
    background: url(img/share-icons-active.png) no-repeat left;
    background-position: 0 0;
    border-bottom: solid 3px #900505;
}
.signed-in-share .share-linkedin {
    background-position: -34px 0;
    width: 28px;
}
.signed-in-share a.share-linkedin:hover {
    background: url(img/share-icons-active.png) no-repeat left;
    background-position: -34px 0;
    border-bottom: solid 3px #007bb6;
}
.signed-in-share .share-facebook {
    background-position: -64px 0;
}
.signed-in-share a.share-facebook:hover {
    background: url(img/share-icons-active.png) no-repeat left;
    background-position: -64px 0;
    border-bottom: solid 3px #3b5998;
}
.signed-in-share .share-twitter {
    background-position: -95px 0;
}
.signed-in-share a.share-twitter:hover {
    background: url(img/share-icons-active.png) no-repeat left;
    background-position: -95px 0;
    border-bottom: solid 3px #00aced;
}
.signed-in-share .share-googleplus {
    background-position: -124px 0;
}
.signed-in-share a.share-googleplus:hover {
    background: url(img/share-icons-active.png) no-repeat left;
    background-position: -124px 0;
    border-bottom: solid 3px #dd4b39;
}
/***********************************/

.comment-abuse{
	width:584px;
}

.comment-abuse .ui-accordion .ui-accordion-icons { padding-left: 1em;font-size:95%;}


.report-comment-abuse textarea{
	width:90%;
}
.abuse-notice {
	color:red; 
	font-size:0.75em;
	font-style:italic;
}
.share-by-mail {
    display: none;
    background-color: #f6f6f6;
    font: 12px/16px "Droid Sans", sans-serif;
    position: absolute;
    border-style: solid;
    border-width: 1px;
    border-color: #e3e1e2;
    z-index: 10;
    top: 0;
    left: 89px;
    width: 348px;
}
.share-by-mail .share-with-email {
    background: url(img/share-with-email.jpg) no-repeat left;
    margin: 5px 0 3px 13px;
    text-indent: -9999px;
    display: block;
    height: 24px;
}
.share-by-mail form {
    padding: 10px 13px 6px 13px;
    border-style: solid;
    border-top-width: 1px;
    border-top-color: #e3e1e2;
}
.share-by-mail input, .share-by-mail textarea {
    width: 95%;
    font-size: 10px;
}
.share-by-mail .send-mail {
    line-height: 15px;
    font-size: 13px;
    background: #467984;
    border: none;
    display: block;
    text-align: center;
    padding: 7px 0;
    width: 65px;
    float: right;
    margin-bottom: 3px;
    text-transform: uppercase;
    color: white;
}
/***********************************/







.confirm-abuse-report {
    display: none;
    /*background-color: #f6f6f6;
    font: 12px/16px "Droid Sans", sans-serif;
    position: absolute;
    border-style: solid;
    border-width: 1px;
    border-color: #e3e1e2;
    z-index: 1;*/
    /*
    top: 0;
    left: 89px;
    */
    /*box-shadow: #bbbbbb 3px 5px 3px;
    width: 230px;
    padding: 5px;
    behavior: url(/static/css/PIE.htc);*/
}
.confirm-abuse-report .confirm-abuse-text {
    border-style: solid;
    border-top-width: 1px;
    border-top-color: #e3e1e2;
    padding: 15px 0;
}



.thank-you-share {
    display: none;
    background-color: #f6f6f6;
    font: 12px/16px "Droid Sans", sans-serif;
    position: absolute;
    border-style: solid;
    border-width: 1px;
    border-color: #e3e1e2;
    z-index: 1;
    top: 0;
    left: 89px;
    box-shadow: 3px 3px 5px #bbbbbb;
    width: 230px;
    padding: 5px;
    behavior: url(/static/css/PIE.htc);
}
.thank-you-share .thank-you-text {
    border-style: solid;
    border-top-width: 1px;
    border-top-color: #e3e1e2;
    padding: 15px 0;
}
/******************************/



/* ::::: 4.2.2.5 Blog List :::: */





.blog-list h2, .practicearea-list h2, .blurb-list h2, .searchdecision-list h2 {
    font: 28px/38px "Droid Serif", serif;

}
.blog-list h2 a, .practicearea-list h2 a, .blurb-list h2 a, .item-hdr h2 a, .item-hdr h2 {
    color: #333;
    font: 28px/38px "Droid Serif", serif;
}
.blog-entry-content {
    margin-right: 8%;
}
.blog-list {
    margin-top: 35px;
    padding-bottom: 10px;
}
.last-blog-list {
    margin-bottom: 45px;
}
.blog-list h2 a {
    color: #333;
}
.blog-list p {
    margin-bottom: 30px;
}
.entry-actions-div {
    width: 100%;
    background-color: #f6f6f6;
    border-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e3e1e2;
}
.entry-actions-div small {
    margin-right: 15px;
}
.entry-actions-div .authors {
    font: 14px/30px "Droid Sans", sans-serif;
    float: right;
}
.entry-action {
    font: 11px/30px "Droid Sans", sans-serif;
    color: #333;
    float: left;
    margin: 0 15px;
}
.entry-action:hover {
    color: #333;
}
.save-blog-anchor {
    padding-left: 21px;
    background: url(img/blog-save.jpg) no-repeat left;
}
.share-blog-anchor {
    padding-left: 21px;
    background: url(img/blog-share.jpg) no-repeat left;
}
.blog-comment {
    background-color: #4e8793;
    float: right;
    width: 135px;
    text-align: center;
}
.blog-comment a {
    padding-left: 21px;
    background: url(img/blog-comments-icon.jpg) no-repeat left;
    color: #fff;
    font: 11px/30px "Droid Sans", sans-serif;
}
.blog-comment a:hover {
    color: #fff;
    text-decoration: none;
}
/*--------------------------*/











.charts-article-text {
    margin-left: 3%;
}
.charts-article-text p {
    margin-bottom: 20px;
}
.chart-figure img {
    border-style: solid;
    border-width: 1px;
    border-color: #e3e1e2;
}
/* ::::: 4.2.3 Article Content Div ::::: */



.main-content {
    font: 24px/32px "Droid Sans", sans-serif;
}
.content-div {
    border-style: solid;
    border-top-width: 1px;
    border-top-color: #e3e1e2;
}
.content-div figure {
    margin-top: 10px;
    margin-right: 12%;
}
.content-div figure img {
    border-style: solid;
    border-width: 1px;
    border-color: #e3e1e2;
    padding: 1px;
}
.no-top-border {
    border-top-width: 0;
}
.basic-figure {
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.vertical { float:left;width:39%;overflow: hidden;padding:0;margin-top:1%;}

.inline-fig { margin-right:0;}
.inline-fig img, img.inline-fig { padding: 0 10px 2px 0; }
.inline-img-left { float:left; display:inline-block;}
.inline-img-right { float: right; display:inline-block; }
.inline-fig figcaption { display: none; }

.basic-article-text {  margin-left: 2%; }

.full-case-summary {
background: url("/static/css/img/expand-text-icon.jpg") no-repeat scroll 135px center #467984;
color: #FFF !important;
display: inline-block;
margin: 0 0 0 6px;
padding-right: 15px;
text-align: center;
width: 150px;
font: 11px/21px "Droid Sans", sans-serif;
}

.article-text {
    margin-top: 0;
    margin-right: 4%;
}

.article-text ul li { 
background: url(img/bullet.png) no-repeat 0 9px; 
padding-left: 10px; 
margin: 0 0 6px 0; 
text-align: left; 
} 

.article-text h2 a { 
font-size: 14px; 
line-height: 24px; 
} 


.article-text small {
    font: 12px/21px "Droid Sans", sans-serif;
    font-style: italic;
    font-weight: bold;
    margin-top: 20px;
}
.article-text .publish-date, .publish-date {
    font: 12px/21px "Droid Sans", sans-serif;
    margin-top: 5px;
}
.article-text p {
    margin-top: 0;
	padding-bottom: 2%
}
.article-text i {
	font-style: italic;
}
.article-text b {
	font-weight: bold;
}
.related-content {
    margin-left: 2%;
    padding-left: 2%;
    margin-bottom: 2%;
    border-style: solid;
    border-left-width: 3px;
    border-left-color: #467984;
    display: inline-block;
}
.related-content a {
    color: #467984;
}
blockquote {
    font-style: italic;
    margin-left: 2%;
    padding-left: 2%;
    border-style: solid;
    border-left-width: 3px;
    border-left-color: #467984;
    margin-top: auto;
    margin-bottom:2%;
    display:inline-block;
}


blockquote.pullquote {
    font-style: italic;
    margin-left: 2%;
    padding-left: 2%;
    border-style: solid;
    border-left-width: 3px;
    border-left-color: #467984;
    margin-top: auto;
    margin-bottom:2%;
    display:inline-block;
}


.article-parts .breadcrumb > .active {
    color: #779da5;
    font-weight: bold;
}
.article-parts {
    font: 11px/22px "Droid Sans", sans-serif;
    margin: 10px 0;
    text-align: center;
    width: 99%;
}
.chart-figure {
    width: 90%;
}
.chart-figure-top {
    width: 100%;
}
.chart-figure-top img {
    width: 100%;
}
.blogger-div {
    margin-top: 10px;
    border-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e3e1e2;
    border-style: solid;
    border-top-width: 1px;
    border-top-color: #e3e1e2;
    padding: 15px 0 15px 0;
    font: 12px/18px "Droid Sans", sans-serif;
    height: 115px;
}
.article-text .blogger-div {
    height: 150px;
}
.blogger-pic {
    float: left;
    width: 24%;
    vertical-align: middle;
}
.blogger-info {
    float: left;
    width: 72%;
    margin-left: 10px;
}
.blogger-info p {
    margin: 0 0 10px 0;
}
.blogger-info .blogger-author {
    font: 12px/21px "Droid Sans", sans-serif;
    font-style: italic;
    font-weight: bold;
}
.blogger-info .blogger-author .blogger-author-info {
    font-weight: normal
}
.blogger-email {
    color: #467984;
}
.blogger-info h3 {
    font: 11px/22px "Droid Serif", serif;
    font-weight: bold;
}
.blogger-info .other-article {
    font: 14px/22px "Droid Serif", serif;
}
.blogger-info .other-article a {
    color: #333;
}
.article-links p {
    font: 12px/18px "Droid Sans", sans-serif;
    font-weight: bold;
    margin-bottom: 30px;
}
.article-links a {
    font: 12px/18px "Droid Sans", sans-serif;
    color: #467984;
}

.credit-line { margin: 40px 20px 20px; border: 1px solid #e3e1e2; border-width: 1px 0;padding: 15px 10px;font: italic 13px/18px "Droid Sans", sans-serif; }

.mentionedHeader {font-weight:700;color: #000; font-size:14px; line-height:24px; text-transform:uppercase;}
.mentionedList {padding: 0 0 15px;}
.mentionedList a { font-size:12px; line-height:20px; color: #467984 !important; }

h2.tac {font-size:1.2em;}

div.tac { margin-left: 15px;}

.comments-adding {
    background-color: #f6f6f6;
    font: 11px/22px "Droid Sans", sans-serif;
    font-weight: bold;
    border-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e3e1e2;
    border-style: solid;
    border-top-width: 1px;
    border-top-color: #e3e1e2;
    position: relative;
    padding: 5px 0;
}
.comments-adding a:hover { text-decoration: none; }
.comments-adding a span { color: #467984;}
.comments-adding a:hover span { text-decoration: underline;}

.collapse-comments-ctr { padding-top: 0; }

.view-comments {
    margin-left: 10px;
    padding-left: 21px;
    background: url(img/left-comments-icon.jpg) no-repeat left;
    text-decoration: none;
}
.add-comment { 
	position: relative; /*changed from absolute*/ 
	/*right: 15px;*/ 
	/*top: 0;*/ 
	padding: 5px 10px 5px 21px; /*changed right padding from 0 to 10px*/ 
	background: url(img/add-comment-icon.jpg) no-repeat left; 
} 
.comments-adding p {
    margin: 0;
}
.comments-adding a {
    color: #000;
}
#log-in-to-comment {
    font: 12px/21px "Droid Sans", sans-serif;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #e3e1e2;
    margin-top: 5px;
    display: none;
}
#log-in-to-comment a {
    color: #467984;
}
.get-news-div h2 {
    margin: 25px 0 25px 0;
}
.sign-up-now {
    font: 11px/20px "Droid Sans", sans-serif;
    margin-bottom: 55px;
}
.sign-up-now .email-text {
    font: 15px/20px "Droid Serif", serif;
    color: #acabac;
    font-style: italic;
    width: 52%;
    margin-top: 1%;
    margin-right: 1%;
}
.submit-bt {
    background: none repeat scroll 0 0 #467984;
    border: medium none;
    color: #FFF !important;
    display: inline-block;
    font-size: 11px !important;
    font-weight:700;
    line-height: 20px;
    padding: 4px 8px;
    text-transform: uppercase;
    width: auto;
}
	.submit-bt.disabled {
		background:#ccc;
	}
.email-signup-submit-bt {
    background: none repeat scroll 0 0 #467984;
    border: medium none;
    color: #FFF !important;
    display: inline-block;
    font-size: 18px !important;
    line-height: 20px;
    padding: 4px 8px;
    text-transform: uppercase;
    width: 93%;
    text-align: center;
    margin-left: 3%;
    margin-right: auto;
}
/*---------------------DECISION SUMMARY-----------------------*/

	.decision-summary-text ul.docket {padding: 0 0 20px; }
	.decision-summary-text ul.docket li { background:none;padding-left:0;margin: 0 0 5px;}


/*----------- positioning of my nylj button on the MY NYLJ page -------------- */
.updateSettings-bt {
    float: right;
    margin: -3.7em 1em 0 0;
}
/*---------------- positioning my nylj button on the MY NYLJ page ------------------------*/

/************** My NYLJ redirect page ****************/
.inlineLink {
    font-weight: 700;
}

/************** My NYLJ redirect page ****************/

.decision-summary-figure {
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
}
.decision-summary-figure figcaption {
    width: 90%;
}
.download-text {
    padding-left: 21px;
    margin-top: 10px;
    background: url(img/download-text-icon.jpg) no-repeat left;
    font: 11px/40px "Droid Sans", sans-serif;
    color: black;
    display: block;
}
.download-text:hover {
    text-decoration: none;
    color: black;
}
.expand-text {
    font: 11px/30px "Droid Sans", sans-serif;
    margin: 60px auto;
    width: 120px;
    background-color: #4e8793;
    text-align: center;
}
.expand-text2 {
    font: 11px/30px "Droid Sans", sans-serif;
    margin: 18.5px auto;
    width: 120px;
    background-color: #4e8793;
    text-align: center;
}
a.expand-text-anchor {
    padding-right: 30px;
    background: url(img/expand-text-icon.jpg) no-repeat 90px;
    color: #fff !important;
    display: block;
}
a.expand-text-anchor:focus, a.expand-text-anchor:hover {
    color: white !important;
}
.expand-text-anchor.expanded {
    background: url(img/collapse-text-icon.jpg) no-repeat 90px;
    color: #fff;
}
.expand-text-anchor:hover {
    text-decoration: none;
    color: white;
}
#search-expanded-text {
    display: none;
    margin-top: 25px;
    padding-top: 35px;
    font: 14px/24px "Droid Sans", sans-serif;
}
#search-expanded-text p {
    margin-top: 20px;
}
#search-expanded-text span, #search-expanded-text h3, #search-expanded-text h4 {
    font-family: "Droid Sans", sans-serif;
    font-weight: bold;
    margin-top: 20px;
}
/* ::::: 4.2 Right Container ::::: */



.right-container {
    height: 100%;
    position:relative;
}
.right-container .row {
    margin-left: 0;
}
.right-container a {
    color: black;
    line-height: 20px;
}
.right-container h2 {
    padding-bottom: 10px;
    border-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e3e1e2;
    /*padding-right: 20.5%; - hhuang remove padding for h2 style in the right rail */  
}

.video-right-container { margin-left:20px; width: 360px;}

.see-all {
    font-family: "Droid Sans", sans-serif;
    font-size: 11px;
    text-align: right;
}
.see-all a {
    padding-right: 12px;
    background: url(img/go-icon.jpg) no-repeat right center;
}
.see-all a:hover {
    text-decoration: none;
}
.sponsor {display: inline-block;} 
.sponsor-div {
    text-align:center; 
	padding:0 5.2% 1.2% 5.2%;
}

.sponsor span {font-size:11px;text-transform:uppercase;}



.top-stories-div, .tweets-div {
    border-style: solid;
    border-top: 1px solid #E3E1E2;
    padding: 7.2% 0 0;
}
.top-stories-div li {
    padding: 22px 0 25px 0;
    border-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e3e1e2;
    list-style-type: none;
}
.regional-stories-div li, .tweets-div li, .top-articles li {
    padding: 22px 0;
    border-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e3e1e2;
    list-style-type: none;
}
.top-stories-div li .last, .regional-stories-div .last, .top-articles li .last {
    border: 3px;
}
.top-stories-div .top-story-anchor {
    display: inline-block;
    width: 65%;
}
.top-stories-div li img {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}
.top-stories-div li ul li.firts {
    padding-top: 0;
}
.top-stories-div .last {
    border: 1px solid white !important;
}
.regional-stories-div {
    padding: 7.2% 0 0 0;
    border-top: 1px solid #e3e1e2;
}
.regional-stories-div ul li, .regional-stories-div ul .carousel-item ul li, .top-articles ul li {
    background: url(img/list-icon.png) left 29px no-repeat;
    padding-left: 15px;
}
.carousel-item .sponsor-bullet {
    background: url(img/list-icon.png) left 48px no-repeat;
}
.regional-stories-div ul .carousel-item {
    background: none;
}
.regional-stories-div .sponsored-story, .regional-stories-div ul .carousel-item ul .sponsored-story {
    background-position: left 56px;
}
.top-stories-div p, .sponsored-story p {
    font-family: "Droid Sans", sans-serif;
    font-weight: bold;
    font-size: 10px;
    color: #467984;
    line-height: 20px;
    padding-bottom: 8px;
}

/* the .sponsored class is used in article abstracts and in the article itself - for manually input sponsored links - kari */
span.sponsored  {
	color:#000000;
	font-weight:700;
}
span.sponsored a {
	color:#68a2af !important;
}
.stories-carousel-div button {
    position: absolute;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: #e3e1e2;
    width: 25px;
    height: 25px;
    top: 3px;
}
.regional-stories-div li ul li.firts a {
    padding-top: 0;
}
.slider-tweet {
    line-height: 25px;
    backgroud-color: red;
    padding-top: 10px;
}
.sponsored-story {
    font-family: "Droid Sans", sans-serif;
    font-weight: bold;
    font-size: 10px;
    color: #467984;
    margin-bottom: 9px;
}
.top-videos-carousel .carousel-item, .top-stories-carousel .carousel-item, .regional-stories-carousel .carousel-item, .tweets-carousel .carousel-item {
    padding: 0;
}
.top-stories-carousel .carousel-item, .regional-stories-carousel .carousel-item, .tweets-carousel .carousel-item {
    padding: 0;
}
.previous-top-stories-bt, .previous-regional-stories-bt, .previous-tweets-bt, .previous-videos-bt {
    right: 34px;
}
.next-top-stories-bt, .next-regional-stories-bt, .next-tweets-bt, .next-videos-bt {
    margin-left: -5px;
    right: 10px;
}
.tweets-div .twit-time {
    font-family: "Droid Sans", sans-serif;
    font-size: 13px;
    color: black;
}
.tweets-div .twitter-user {
    color: #467984;
}

/* ::::: 4.2.5 Contact, Utility, Site Map, Surveys Rankings, Practice Areas, and Events Page ::::: */



@media screen and (min-width: 979px) {
.select-filter {
    float: right;
    margin: -60px 20px;
}

/* for the my nylj page */
.my-select-filter {
    float: left;
    margin:-42px 0 0 9em;
}

.my-select-filter label {
    float: left;
    margin: 3px 0 0 0;
}

.my-select-filter .controls {
    float: left;
    margin-left: 10px;
}

}


small.category {
    color: silver;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
}
.itemleft {
    float: left;
    width: 65%;
}
.itemright {
    float: right;
    width: 35%;
}
.itemleft .itemcontent {
    padding: 30px 10px 10px 0;
}
.itemright .itemcontent {
    padding: 30px 0 10px 10px;
}
.itemcontent {
    margin: 0 0 2%;/*overflow: hidden;*/
}
.itemcontent p {
    padding-top: 10px;
    padding-bottom: 10px;
}
.itemcontent form#publicNoticesform {
    border: 1px solid #E3E1E2;
    padding: 10px;
}
.itemcontent form#publicNoticesform .submit-bt {
    margin: 0 0 10px;
}
.itemcontent .itemp {
    margin-top: 0;
    padding: 0 0 15px;
    min-height: 80px;
}
.itemcontent h3 {
    font-family: 'Droid Sans', Sans-serif;
    font-size: 20px;
    line-height: 28px;
}
.itemcontent h4 {
    font-family: 'Droid Sans', sans-serif;
    font-weight: 700;
}
.itemcontent ul {
    margin: 0;
    padding: 5px 0;
}
.itemcontent .noBullets li {
    background: none repeat scroll 0 0 transparent;
    padding: 0 0 10px;
}
.itemcontent ul li {
    /*background: url(img/list-icon.png) no-repeat scroll left 10px transparent;*/
    padding-bottom: 5px;
    padding-left: 11px;
}


.itemcontent #profiles {
    float: left;
    margin: 10px 0 30px;
    width: 95%;
}
    
.itemcontent h3.bluebox {
    clear: both;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #E5E5E5;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 2px;
    color: #17365D;
    font: bold 16px/20px Arial,Helvetica,sans-serif;
    letter-spacing: 1px;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}

.itemcontent #practice_survey {
    float: left;
    margin: 10px 0;
}
.itemcontent #practice_survey p {
    float: left;
    line-height: 1.7em;
    margin: 5px 11px;
}
.itemcontent #practice_survey a {
    background:#17365d;
    background: -moz-linear-gradient(center top , #19437C 0pt, #17365D 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(#19437c), to(#17365d));
    border: 1px solid #19437C;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); 
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); 
    color: #FFFFFF;
    font: 700 12px/20px Arial,Helvetica,sans-serif;
    height: auto;
    margin: 0 5px 0 0;
    outline: medium none;
    padding: 7px;
    text-align: center;
    text-transform: capitalize;
}



.bulleted li {
    background: url(img/list-icon.png) no-repeat scroll left 10px transparent;
}

.itemcontent .column { 
float: left; 
/*margin: 10px 0 15px 0;*/ 
overflow: hidden; 
text-align: left; 
width: 33%; 
} 
.itemcontent .column a {
    color: #333;
}
.contact-form { width:100%; }
.contact-form label {
    float: left;
    font-size: 10px;
    line-height: 20px;
    padding-top: 5px;
    text-align: right;
    text-transform: uppercase;
    width: 20%;
}
.contact-form .control-group select {
    width: 82%
}
.contact-form .control-group textarea {
    width: 78%
}

/* added 9/25/13 for input fields on the contact page */
.control-group input.contactFields {
    width: 78%
}

.contact-form .controls {
    margin-left: 25%;
}
.contact-form .submit-bt {
    float: none;
    width: 75%;
    padding: 7px 0;
}
.control-group-buttons {
    margin-left: 28%;
}
.utility-page p {
    margin-right: 20px;
    padding-bottom: 10px;
}

.utility-page ul {
list-style-type: disc;
list-style-position: inside;
padding: 10px 0 10px 20px;
text-indent: -1em;
}

/* ::::: 4.3 Comments Container ::::: */



.comments-container {
    padding-top: 15px;
    background: #f6f6f6;
    border-style: solid;
    border-top-width: 1px;
    border-top-color: #e3e1e2;
    margin-left:90px;
}
.comments-container h2 {
    margin-left: 2%;
}

.comments-container .row {
	margin-left:0 !important;
}

/*adjusting margins for hide/show toggle*/
.comments-hidden { margin-bottom:30px; }
.comments-shown { margin-bottom: 0; }



.profile-img {
    border-style: solid;
    border-width: 1px;
    border-color: #e3e1e2;
    float: left;
    margin-left: 4.2%;
}
.comments-area {
    margin-top: 15px;
    padding-bottom: 30px;
    border-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e3e1e2;
    width:584px;
}
.comments-text-area {
    background-color: #fff;
    margin-left: 2.2%;
    border-style: solid;
    border-width: 1px;
    border-color: #e3e1e2;
}
.comments-text-area textarea {
    resize: none;
    width: 90%;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e3e1e2;
    border-radius: 0;
    box-shadow: none;
    margin: 0 4%;
    padding: 10px 5px;
    outline: none;
    behavior: url(/static/css/PIE.htc);
}
.comments-text-area textarea:focus {
    outline: 0;
}
.comment-text {
    margin-left: 2.5%;
}
.comments-text-area input {
    margin: 30px 4% 20px auto;
    float: right;
}
.green-bt {
    margin: 0;
    padding: 5px 16px 5px 16px;
}
.article-comments ul.comments-list li {
    padding-bottom: 15px;
    border-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e3e1e2;
    padding-top: 15px;
    width:584px;
}
.article-comments .last {
    border: 0;
}
.article-comments .comment-header {
    position: relative;
    margin-bottom: 6px;
    font-family: "Droid Sans", sans-serif;
    font-size: 11px;
    line-height: 16px;
    color: #211e1f;
}
.article-comments .comment-header .comment-author {
    line-height: 20px;
    font-weight: bold;
    color: #211e1f;
}
.article-comments .comment-media {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
}
.article-comments .facebook-media {
    padding-left: 15px;
    margin-right: 10px;
    background: url(img/facebook-logo.jpg) no-repeat left;
}
.article-comments .twitter-media {
    padding-left: 20px;
    margin-right: 10px;
    background: url(img/twitter-logo.jpg) no-repeat left;
}
.comments-left-margin {
    margin-left: 75px;
}
/*--------------------- SEARCH RESULTS -----------------------*/


h2.search-criteria {
    margin: 0 10px 0 0;
    padding: 0;
    float:left;
    font-size:1.1em;
}
/* FOOTER



------------------------------------------------ */



.footer-wrapper {
    background-color: #3e383a;
    font: 11px/23px "Droid Sans", sans-serif;
    font-weight: bold;
    color: #d8d7d8;
}
.footer-wrapper ul {
    list-style: none;
}
.footer-wrapper a {
    text-decoration: none;
    color: #d8d7d8;
}
.footer-wrapper a:hover {
    text-decoration: none;
    color: #d8d7d8;
}
.top-footer-list {
    padding: 15px 0 35px;
    margin-bottom: 5px;
    border-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #4a4e50;
    text-transform:uppercase;
}
.top-footer-list a {
    display: inline-block;
}
.left-anchors {
    float: left;
}
.bottom-footer-section {
    display: table;
    width: 100%;
    padding: 5px 0 20px 0;
    border-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #4a4e50;
}
.left-anchors li, .connect-with-us li, .bottom-footer-section ul li {
    border-style: solid;
    border-left-width: 1px;
    border-left-color: #4a4e50;
    padding-left: 8px;
    margin-right: 7px;
    display: inline-block;
}
.bottom-footer-section ul li {
    height: 65px;
}
.bottom-footer-section ul li ul {
    position: absolute;
}
.bottom-footer-section ul li ul li {
    border: none;
    height: 24px;
    display: list-item;
    padding-left:0;
}
.left-anchors li.last, .connect-with-us li.last, .bottom-footer-section ul li.last {
    border: 0;
    padding-right: 0;
    margin-right: 0;
}
#copyright {
    float: right;
    font-weight: normal;
    margin-bottom: 5px;
}
.left-anchors .about-alm {
    padding-left: 20px;
    background: url(img/about-alm.jpg) no-repeat left;
}
.left-anchors .contact-alm {
    padding-left: 20px;
    background: url(img/contact-alm.jpg) no-repeat left;
}
.left-anchors .advertise-alm {
    padding-left: 20px;
    background: url(img/advertise-with-us.jpg) no-repeat left;
}
.left-anchors .site-map {
    padding-left: 20px;
    background: url(img/site-map.jpg) no-repeat left;
}
.connect-with-us {
    float: right;
}
.connect-with-us a {
    text-indent: -9999px;
    width: 25px;
}
.connect-with-us .linked-in-footer {
    background: url(img/linked-in-footer.jpg) no-repeat center;
}
.connect-with-us .rss-in-footer {
    background: url(img/rss-icon.png) no-repeat center;
}
.connect-with-us .facebook-footer {
    background: url(img/facebook-footer.jpg) no-repeat center;
}
.connect-with-us .twitter-footer {
    background: url(img/twitter-footer.jpg) no-repeat center;
}
.connect-with-us .google-plus-footer {
    background: url(img/google-plus-footer.jpg) no-repeat center;
}
.bottom-footer-section {
    margin-top: 5px;
    margin-bottom: 5px;
}
.bottom-footer-section span {
    float: left;
    padding-left: 50px;
    padding-right: 10px;
    width: 30px;
    background: url(img/alm-network-footer.png) no-repeat left;
}
.bottom-footer-section select {
    float: left;
    width: 170px;
    height: 22px;
    padding: 2px;
    margin: 0;
    font-family: "Droid Sans", sans-serif;
}
.bottom-footer-section ul {
    float: right;
    font-family: "Droid Sans", sans-serif;
}
.lt-ie9 .footer-wrapper {
    font-size: 9px;
}
.lt-ie9 .footer-wrapper .bottom-footer-section span {
    padding-right: 5px;
}
.lt-ie9 .footer-wrapper .bottom-footer-section select {
    width: 15%;
    font-size: 10px;
}
.lt-ie9 .footer-wrapper .bottom-footer-section ul li {
    margin-right: 0;
}
.lt-ie9 .footer-wrapper .bottom-footer-section .bottom-footer-section ul, .lt-ie9 .footer-wrapper .bottom-footer-section .connect-with-us {
    float: right;
}
/*************************************/



.lt-ie9 .search-div {
    left: -20px;
}
.lt-ie9 .main-container {
    background-position-x: 66%;
}
/*------------------------------------------------ */



/* UI Tabs      */


/*------------------------------------------------ */


#tabs div p {
    margin-top: 0;
}
.ui-tabs {
    border-radius: 0;
    border: 0;
    behavior: url(/static/css/PIE.htc);
}
.ui-tabs .ui-tabs-nav {
    border-radius: 0;
    padding: 0;
    behavior: url(/static/css/PIE.htc);
}

#CustomBlogAlert.ui-widget {
	width:250px;
	float:left;
	margin-left:10px;
}

/* --- adding a bottom border to the tabs on MY NYLJ, if it is used ---*/
.ui-tabs .ui-widget-header.customTabs {
    border-color: #d1cecf;
    border-style: solid;
    border-width: 0 0 1px 0;
}

.ui-tabs .ui-tabs-nav li {
    background-image: url(img/ui-tab-bg.png);
    background: repeat-x;
    border-radius: 0;
    behavior: url(/static/css/PIE.htc);
    border-color: #d1cecf;
    text-transform: uppercase;
}
.ui-tabs .ui-tabs-nav li a {
    font-size: 11px;
    background-image: url(img/ui-tab-bg.png);
    height: 12px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background: white;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    background-image: none;
    color: #467984;
}
.ui-tabs .ui-widget-header {
    border: 0;
    background: none;
}
.ui-tabs .ui-tabs-panel {
    border: 1px solid #d1cecf;
    border-radius: 0;
    font-size: 12px;
    behavior: url(/static/css/PIE.htc);
}
/*------------------------------------------------ */

/* ----- altered tabbed body used on the MY NYLJ page ----*/
.ui-tabs .ui-tabs-panel.customContentTabs {
    padding-left: 0;
    padding-right: 0;
    border: 0;
}








/* Where to buy      */











/*------------------------------------------------ */











.where-to-buy {
    font-family: "Droid Sans", sans-serif;
    padding: 7.2% 0 7.2% 5.2%;
    max-width: 86.8%;
}
.where-to-buy h2 {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
.where-to-buy .head {
    border-bottom: 1px solid #e3e1e2;
    border-top: 1px solid #e3e1e2;
    height: 50px;
}
.where-to-buy .head .head-element {
    float: right;
    font-family: "Droid Sans", sans-serif;
    font-size: 12px;
    margin: 0 0 0 15px;
}
.where-to-buy .head .head-element p.price-range {
    font-size: 14px;
    font-weight: bold;
}
.where-to-buy .places li {
    border-bottom: 1px solid #e3e1e2;
    line-height: 40px;
}
.where-to-buy .places li .store {
    width: 80%;
    float: left;
}
.where-to-buy .places li .store-price {
    text-align: right;
}
.where-to-buy .places li a {
    color: #467984;
}
/*------------------------------------------------ */




/* REGISTER OVERLAY TEMPLATES                      */



/*------------------------------------------------ */


.red {
    color: #c90e0e;
}
.overlay {
    font-family: "Droid Sans", sans-serif;
    background-color: #f0f0f0;
    color: #5d5d5d;
}
.overlay .headline {
    font-size: 17px;
    line-height: 20px;
    color: #fff;
    background-color: #3e383a;
    display: block;
    padding: 20px 0;
    text-align: center;
    -webkit-box-shadow: 0 2px 7px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 2px 7px rgba(50, 50, 50, 0.75);
    box-shadow: 0 2px 7px rgba(50, 50, 50, 0.75);
}
.overlay .headline span.check {
    background: transparent url(img/icon-confirmation.png) 0 -3px no-repeat;
    line-height: 30px;
    padding-left: 6.5%;
    padding-bottom: 6px;
}
.overlay .inside-wrapper {
    padding: 20px 2%;
}
.overlay .big {
    font-family: "Droid Sans", sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
    letter-spacing: -1px;
}
.overlay small {
    font-family: "Droid Sans", sans-serif;
    font-size: 10px;
    line-height: 20px;
}
.overlay .create {
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    display: none;
    margin-bottom: 20px;
    letter-spacing: -1px;
}
.overlay .linkedin-account {
    font-size: 11px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
    background: #4875b4 url(img/icon-linkedin.png) top left no-repeat;
    display: block;
    margin: 0 auto 20px auto;
    width: 232px;
    padding: 7px 0 7px 15px;
    text-indent: 28px;
}
.overlay .or {
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    display: block;
    background: #f0f0f0;
    z-index: 5;
    position: relative;
    width: 20px;
    margin: 0 auto -6px auto;
    padding: 0 0 0 5px;
}
.overlay .left-column {
    width: 44%;
    float: left;
    display: block;
    margin-right: 6%;
}
.overlay .right-column {
    border-left: 1px solid #e3e1e2;
    width: 49%;
    float: left;
    display: block;
}
.benefits-list {
    margin: 20px 0;
    padding: 0 0 0 8%;
}
.benefits-list li {
    background: url(img/list-icons-figures.png) no-repeat top left;
    height: 25px;
    font-size: 14px;
    line-height: 20px;
    color: #5d5d5d;
    margin-bottom: 35px;
    padding-left: 25px;
}
.benefits-list li.sprite-list-icon-clock {
    background-position: 0 0;
}
.benefits-list li.sprite-list-icon-iphone {
    background-position: 0 -39px;
}
.benefits-list li.sprite-list-icon-mail {
    background-position: 0 -86px;
}
.benefits-list li.sprite-list-icon-star {
    background-position: 0 -121px;
}
.benefits-list li.sprite-list-icon-view {
    background-position: 0 -158px;
}
.benefits-list li.sprite-list-icon-chat {
    background-position: 0 -196px;
}
.benefits-list li.sprite-list-icon-gift {
    background-position: 0 -268px;
}
.benefits-list li.sprite-list-icon-red-plus {
    background-position: 0 -342px;
}
.benefits-list li.sprite-list-icon-lock {
    background-position: 0 -305px;
}
.benefits-list li.sprite-list-icon-case {
    background-position: 0 -232px;
}
.benefits-list li.sprite-list-icon-yellow-plus {
    background-position: 0 -380px;
}
.already-registered {
    font-size: 15px;
    line-height: 30px;
    color: #5d5d5d;
    margin-top: 20px;
}
.already-registered a {
    color: #467984;
}
/* Register Form */



.register-form {
    border-top: 1px solid #e3e1e2;
    padding-top: 25px;
    z-index: 2;
    position: relative;
    margin-bottom: 10px;
}
.register-form .register-btn {
    font-family: "Droid Sans", sans-serif;
    font-size: 11px;
    line-height: 20px;
    background: #467984;
    border: none;
    display: block;
    width: 50%;
    padding: 7px 0;
    color: #ffffff;
    text-transform: uppercase;
    margin: 30px auto 20px auto;
}
.register-form .control-group {
    margin-bottom: 10px;
}
.register-form .control-group input {
    width: 70%;
}
.register-form .control-group input#inputZip {
    width: 25%;
}
.register-form .showPassword {
    position: absolute;
    right: 110px;
    top: 140px;
}
.inputName .controls {
    float: left;
    margin-left: 10px;
    width: 28%;
}
.inputName .controls input {
    width: 78%;
}
.showPass {
    position: relative;
    top: 5px;
}
.register-form .control-label {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 20px;
}
.register-form .checkbox {
    margin-left: 5%;
}
.register-form .checkbox label {
    margin-left: 32px;
    margin-top: -35px;
}
.register-form .checkbox input[type="checkbox"] {
    display: none;
}
.register-form .checkbox input[type="checkbox"] + span {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: #fff;
    float: left;
    margin-top: 3px;
    border: 1px solid #cccccc;
}
.register-form .checkbox input[type="checkbox"]:checked + span {
    background: url(img/icon-checkbox.png) top left no-repeat;
}
.lt-ie9 .register-form .checkbox input[type="checkbox"] {
    display: inline-block;
}
.lt-ie9 .register-form .checkbox input[type="checkbox"] + span {
    display: none;
}
.lt-ie9 .register-form .checkbox label {
    margin-left: 32px;
}
.welcome-wall-overlay .showPass {
    position: relative;
    top: 0;
}
.welcome-wall-overlay .register-form .showPassword {
    position: absolute;
    right: 30px;
    top: 145px;
}
.welcome-wall-overlay .inputName .controls {
    margin-left: 20px;
    width: 20%;
}
 @media screen and (max-width: 1199px) and (min-width: 979px) {
.register-form .showPassword {
    right: 60px;
}
.inputName .controls {
    width: 25%;
}
.inputName .controls input {
    width: 75%;
}
}
 @media screen and (max-width: 979px) and (min-width: 768px) {
.register-form {
    margin-left: 5%;
}
.register-form .control-group input {
    width: 65%;
}
.register-form .control-label {
    text-align: left;
    width: 95px;
}
.register-form .controls {
    margin-left: 0;
}
.register-form .controls input {
    display: block;
}
.inputName .controls {
    width: 32%;
}
.inputName .controls input {
    width: 80%;
}
.register-form .showPassword {
    margin: 0;
    padding: 0;
    right: 0;
}
.register-form .control-group input#inputZip {
    width: 20%;
}
}



/* ---------------------------------------------------------------------- */











/* MEDIA QUERIES - SMALL SCREEN, NON RETINA */











/* ---------------------------------------------------------------------- */

#emailSignUpBox {width:90%;max-width:300px;min-height:200px;background-color: #fff;margin:0 auto;text-align:left;}
#emailSignUpBox h2, #emailSignUpBox p { margin-left: 6%;margin-right: 6%;position:relative;}
#emailSignUpBox h2 {padding-top:12%; }
#emailSignUpBox p { display: block;clear: both;margin-bottom:5%;}
#emailSignUpBox h2 span.icon { display: inline-block;background:url(/static/css/img/newsletter.png) no-repeat 84.727% 25.359%;;width:26px;height: 18px;margin-left:2%;line-height:0.7; }
#emailSignUpBox .submit-bt { left: 0; }


@media screen and (max-width: 1199px) and (min-width: 979px) {
.home-hdr-container {
    min-height: 465px;
    background: #3e383a;
    overflow: hidden;
}
ul.main-nav-right {
    height: 50px;
    list-style: none;
    width: 35%;
    float: right;
    
}
ul.main-nav-right-account {
    height: 50px;
    list-style: none;
    width: 35%;
    float: right;
}
ul.main-nav-left {
    height: 50px;
    list-style: none;
    width: 50%;
    float: left;
    position: relative;
}
ul.main-nav-left-account {
    height: 50px;
    list-style: none;
    width: 50%;
    float: left;
    position: relative;
}
.wide-bnr-wrap {
    float: left;
    margin: 0 0 1.5% 0;
    width: 640px;
}
.tall-sponsor {
    max-width: 300px;
    margin: 11.5% 0 0;
}
.tall-sponsor img {
    max-width: 85%;
    display: block;
    margin: auto;
}
.packageimg img { max-width: 91%; }
.home-clm3 .home-hdr-sponsor-div img { width: 90%; }



.lt-ie9 .home-clm3 .home-hdr-sponsor-div input[type='text'] {
     left: 14% !important; 
     width: 50% !important;
}

.lt-ie9 .home-clm3 .home-hdr-sponsor-div input[type='submit'] {
     left: 70% !important; 
     width: 17% !important;
}

.hrz-ad-container {
    width: 620px;
}
.footer-wrapper {
    font-size: 9px;
}
.footer-wrapper .bottom-footer-section span {
    padding-right: 5px;
}
.footer-wrapper .bottom-footer-section select {
    width: 15%;
    font-size: 10px;
}
.footer-wrapper .bottom-footer-section ul li {
    margin-right: 0;
}
.search-div {
    margin-left: 30px;
}
li.carousel-item ul li {
    width: 260px;
}
ul.bulleted-carousel li.carousel-item ul li {
    width: 260px;
}
.sign-up.now .email-text {
    margin-top: 1.5%;
    width: 64%;
}
}

@media screen and (max-width: 979px) and (min-width: 768px) {

	#emailSignUpBox { 
		width: 94%; 
	} 

	#emailSignUpBox h2 { 
		padding-top: 5%; 
	  } 

	#emailSignUpBox form { 
		position: relative; 
	} 

	.home-clm3 .home-hdr-sponsor-div input[type=”text”] { 
		left: 5% !important; 
		width: 55% !important; 
	} 

	.home-clm3 .home-hdr-sponsor-div input[type=”submit”] { 
		width: inherit !important; 
	}
		
.header-banner {
    width: 100%;
}
ul.main-nav-right {
    height: 50px;
    list-style: none;
    width: 42%;
    float: right;
}
ul.main-nav-right-account {
    height: 50px;
    list-style: none;
    width: 42%;
    float: right;
    
}
ul.main-nav-left {
    height: 50px;
    list-style: none;
    width: 40%;
    float: left;
    position: relative;
}
ul.main-nav-left-account {
    height: 50px;
    list-style: none;
    width: 40%;
    float: left;
    position: relative;
}

.main-logo {
    margin-left: -200px;
}
li.carousel-item ul li {
    width: 190px;
}
li.carousel-item ul li a.vid-title-link, li.carousel-item ul li a.vid-src-link {
    float: left;
}
.top-stories-div .top-story-anchor {
    width: 61%;
}
.menu-div {
    width: 100%;
}
.menu-div ul {
    margin-left: 0;
    background-position: 36% center;
}
.menu-div li a {
    padding-right: 7px;
    font-size: 10px;
}
.sections-div .span12 {
    left: -20px;
}
.search-div {
    margin-left: 20px;
    left: -20px;
}
.sign-in-div .sign-in-linkedin {
    padding-left: 12%;
}
.share-anchor, .print-anchor, .briefcase-anchor, .reprints-anchor {
    font-size: 7px;
}
.not-signed-in-share {
    left: 60px;
}
.subscribe img {
    width: 46%;
}
.subscribe p {
    padding-top: 10px;
}
.subscribe span {
    font-size: 29px;
}
.left-column .learn-more {
    padding-left: 23%;
}
.footer-wrapper {
    font-size: 7px;
}
.footer-wrapper .top-footer-list ul li {
    margin-right: 0;
}
.footer-wrapper .top-footer-list .left-anchors a {
    background: none !important;
    padding-left: 0 !important;
}
.footer-wrapper .bottom-footer-section span {
    background: none;
    padding-left: 0;
    padding-right: 5px;
}
.footer-wrapper .bottom-footer-section select {
    width: 15%;
    font-size: 9px;
}
.footer-wrapper .bottom-footer-section ul li {
    margin-right: 0;
}
.sign-up.now .email-text {
    margin-top: 2%;
    width: 54%;
}
.a-bold {
    font-weight: bold;
}
.black-text {
    color: black !important;
}
.alm-green {
    color: #467984;
}
.light-grey-top-border {
    border-style: solid;
    border-top-width: 1px;
    border-top-color: #e3e1e2;
}
.clear {
    clear: both;
}
.center {
    text-align: center;
}
.border-top {
    border-style: solid;
    border-top-width: 1px;
    border-top-color: #e3e1e2;
}
.border-right {
    border-style: solid;
    border-right-width: 1px;
    border-right-color: #e3e1e2;
}
}
/*------------------------------------------------ */











/* MODULES                                         */











/*------------------------------------------------ */


/* THUMB NAIL MODULE------------------------------ */


.thumb-module-container {
    margin-bottom: 10px;
    padding-top: 10px;
    width: 100%;
    padding-right: 2.5% !important;
}
.thumb-module-container .third {
    width: 31.5%;
    float: left;
}
.thumb-module-container .center-third {
    margin: 0 2% 0 2%;
}
.thumb-module-container .third img {
    display: block;
    width: 95%;
    height: auto;
}
.thumb-module-container .third-link {
    margin-top: 25px;
    font-family: "Droid Sans", sans-serif;
    font-size: 18px;
    padding-right: 13px;
}

.thumb-module-container .third-link a { color: #000; }


/* SINGLE ITEM MODULE------------------------------ */











.single-item-contiainer p {
    margin-right: 10%;
}
.readmore {
    float: right;
    color: #000;
    font-family: "Droid Sans", sans-serif;
}
.readmore:hover {
    color: #000;
}
a.headerlink, a.headerlink:active, a.headerlink:visited{
	color:#000000;
}
a.headerlink:hover{
	color:#000000;
}
.single-item-container {
    margin: 0 3% 0 0;
    border-bottom: 1px solid #e3e1e2;
    padding: 10px 0;
}
.single-item-container .readmore {
    background-image: url(img/read-more-arrow.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 10px 0 0;
    margin: 15px 0 0 0;
}
.single-item-container hr {
    margin-right: 0;
}
.item-hdr-left {
    float: left;
}
.item-hdr-right {
    float: right;
}
.single-sponsor {
    float: right;
}
.single-item-head {
}
hr {
    margin-right: 3%;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e3e1e2;
}
.itemleft {
    width: 65%;
    float: left;
}
.itemright {
    width: 35%;
    float: right;
}
.itemright .readmore {
    float: left;
}
/* From the Blog - BlOCK */











.from-the-blog h2 {
margin-bottom: 15px;
border-bottom: 1px solid #e3e1e2;
padding-bottom: 10px;
}
.from-the-blog h3 {
    font-family: "Droid Sans", sans-serif;
    font-size: 18px;
}
.from-the-blog h3 a {
    color: #333333;
    font-size: 14px;
	line-height: 24px;
	font-weight: 700;
}
.from-the-blog .from-the-blog-img {
    float: left;
    margin-right: 25px;
}
.from-the-blog .author {
    font-family: "Droid Serif", serif;
    font-weight: bold;
    font-style: italic;
    font-size: 12px;
}
.from-the-blog .author .author-name {
    color: #467984;
}
.from-the-blog p.copy {
    font-family: "Droid Sans", sans-serif;
    font-size: 14px !important;
}
.from-the-blog li {
    margin-bottom: 35px;
}
.from-the-blog .readmore {
    margin-bottom: 25px;
    background-image: url(img/read-more-arrow.png); 
	background-repeat: no-repeat; 
	background-position: 100% 50%; 
	display: block; 
	font-size: 11px; 
	text-transform: uppercase; 
	padding: 0 10px 0 0; 
	margin: 15px 0 0 0; 
}

/* video-block */
.video-block {
    max-width: 355px;
}
.video-block h3 {
    margin-bottom: 0;
    font-size: 18px;
    font-family: "Droid Sans", sans-serif;
}




.video-block h3 a { 
color: #333333; 
font-size: 14px; 
line-height: 24px; 
font-weight: 700; 
} 
.video-block .video-thumb-wrapper {
    width: 100%;
}
.video-block .video-thumb-wrapper img {
    width: 100%;
}

.video-block .readmore {
     background-image: url(img/read-more-arrow.png); 
    background-repeat: no-repeat; 
    background-position: 100% 50%; 
    display: block; 
    font-size: 11px; 
    text-transform: uppercase; 
    padding: 0 10px 0 0; 
    margin: 15px 0 0 0; 
}
/* MOST COMMENTED STORIES ------------------------ */



.most-commented-stories {
    margin-top: 20px;
    border-top: 1px solid #e3e1e2; 
}
/* SLIDE SHOW MODULE------------------------------ */



.slideshow-module-container {
    width: 97%;
}
.slideshow-module-container hr {
    width: 100%;
}
#slideshow-wrap {
    margin-top: 5px;
    position: relative;
    width: 100%;
    float: left;
}
.itembg {
    width: auto;
    /*background: url(img/slideshow-bg.png);*/
    height: auto;
    overflow: hidden;
}
.itembg img {
    display: block;
    height: auto;
    margin: 0 auto;
}
.slideinfo {
    position: relative;
    /*margin-top: -40px;*/
    /*height: 40px;*/
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    /*z-index: 100;*/
    text-align: right;
    color: #fff;
    font-family: "Droid Sans", sans-serif;
    line-height: 20px;
    padding-top:2%;
}



.slideinfo p {
    padding-right: 5px;
    padding-left: 5px;
}
.slideshow-item img {
    display: block;
    width: 100%;
    height: 410px;
    margin: auto;
}

article .itembg {height:auto;}

article .slideinfo {
position: absolute;
margin-top: auto;
height: auto;
line-height: 20px;
bottom: 4.25% !important;
}

article .main-column-slideshow .slider { border-top: none;margin-top:auto;padding-top:auto;}
article figcaption.slide-figcaption { position:relative; padding: .5%;}
article figcaption.slide-figcaption span { float: right; } /*slide counter*/

@media (max-width: 1060px) and (min-width: 768px) {
		article .main-column-slideshow .itembg .slideinfo { bottom: 7% !important;}
}

.previous-slide {
    border: none;
    height: 110px;
    width: 44px;
    position: absolute;
    top: 35%;
    padding-left: 10px;
    background: 0 none;
    z-index: 2;
}
.next-slide {
    border: none;
    height: 110px;
    width: 44px;
    position: absolute;
    top: 35%;
    right: 0;
    padding-right: 10px;
    background: 0 none;
    z-index: 2;
}
/* HALF WIDTH MODULE ------------------------------ */











.half-width-container-row-wrapper {
    clear: both;
    border-top: 1px solid #e3e1e2;
    height: auto;
}
.half-width-container-row-wrapper .half-width-container {
    width: 46%;
    min-height: 400px;
    float: left;
    padding: 0 0 10px 0;
    padding-top: 10px;
}
.half-width-container-row-wrapper .half-width-container h2 a img {
    margin-top: -30px;
}
.half-width-container-row-wrapper .half-width-container.left-container {
    border-right: 1px solid #e3e1e2;
    padding-right: 2%;
    margin-right: 3%;
}
.half-width-container-row-wrapper .half-width-container p, .half-width-container-row-wrapper .half-width-container li {
    font-family: "Droid Sans", sans-serif;
    font-size: 14px;
}
.half-width-container-row-wrapper .half-width-container p:last-of-type, .half-width-container-row-wrapper .half-width-container li:last-of-type {
    margin-bottom: 0;
}
.half-width-container-row-wrapper .half-width-container p a, .half-width-container-row-wrapper .half-width-container li a {
    color: #333333;
    font-size: 14px;
	line-height: 24px;    
}
.half-width-container-row-wrapper .half-width-container b {
    font-weight: bold;
}
.half-width-container-row-wrapper .half-width-container .readmore {
    background-image: url(img/read-more-arrow.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 10px 0 0;
    margin: 15px 0 0 0;
}

.readmore {
    background-image: url(img/read-more-arrow.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 10px 0 0;
    margin: 15px 0 0 0;
}

.half-width-container-row-wrapper .half-logo {
    margin-bottom: -10px;
}
/* HUB-HEADLINE ------------------------------ */

h2.hub-headline {
    font-family: "Droid Sans", sans-serif;
    font-size: 30px;
    line-height: 40px;
    color: #211e1f;
    padding-left: 0;
    margin-left: 0;
    padding-bottom: 5px;
    padding-top: 10px; 
}

.green-title-bar, h1 .green-title-bar { margin:5px 0; border-bottom: 3px solid #467984;padding-bottom:7px !important;border-top:none;background:#fff;font-size:36px !important;padding-left:10px !important; }

h2.section-title {
    color: #211E1F;
    display: block;
    font-family: 'Droid Sans', serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 0 0;
    text-transform: uppercase;
    width: auto;
}
.hub-title-bar {
    font-family: "Droid Sans", sans-serif;
    font-size: 26px;
    line-height: 58px;
    color: #3e383a;
    background-color: #f6f6f6;
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    display: block;
    margin: 5px 0 0 0;
    padding-left: 2%;
}
/* Welcome Wall Overlay




---------------------------------------------------------------------- */



.modal-parent.welcome .modal-wrapper {
    width: 80%;
    margin-left: -40%;
}
.modal-parent.welcome .modal-wrapper .welcome-wall-overlay {
    width: 100%;
}
.lt-ie9 .modal-parent.welcome .modal-wrapper {
    margin-left: -28%;
}




/* ---------------------------------------------------------------------- */





/* MEDIA QUERIES - SMALL SCREEN, NON RETINA */





/* ---------------------------------------------------------------------- */





 @media screen and (min-width: 1200px) {
.modal-parent.welcome .modal-wrapper {
    width: 900px;
    margin-left: -32%;
}
}
 @media screen and (max-width: 1024px) {
.modal-wrapper {
    width: 90%;
    margin-left: -45%;
}
.modal-parent.thank-you .modal-wrapper {
    margin-left: -35%;
}
.modal-parent.thank-you .modal-wrapper .benefits-list li {
    height: 25px;
    padding-left: 4%;
    margin-bottom: 10px;
}
.modal-parent.thank-you .modal-wrapper .left-column .benefits-list li {
    padding-left: 8%;
}
}
 @media screen and (max-width: 979px) {
.overlay .linkedin-account {
    background: #4875b4;
    width: 50%;
}
.benefits-list li {
    height: 35px;
    padding-left: 10%;
    margin-bottom: 60px;
}
}
 @media screen and (max-width: 767px) {
.modal-wrapper {
    width: 95%;
    margin-left: -18%;
}
}
 @media screen and (max-width: 480px) {
.modal-wrapper {
    width: 100%;
    margin-left: -10%;
}
.overlay .left-column, .overlay .right-column {
    width: 100%;
    float: none;
    border: none;
}
.benefits-list li {
    margin-bottom: 30px;
}



}
/*------------------------------------------------ */











/* Linkedin Registraton Form     */











/*------------------------------------------------ */











.linkedin-register-modal {
    width: 600px;
}
.linkedin-register-modal h2.headline {
    display: block;
    height: 21px;
    line-height: 21px !important;
    text-align: left;
    padding: 25px;
    font-size: 30px;
}
.linkedin-register-modal h2.headline img {
    margin-top: 0;
}
form.linkedin-register {
    font-family: "Droid Sans", sans-serif;
    margin-left: 145px;
}
form.linkedin-register .checkbox {
    padding-left: 0;
}
form.linkedin-register .checkbox label {
    font-size: 12px;
    font-weight: normal;
    margin-left: 32px;
    margin-right: 60px;
    margin-top: -35px;
}
form.linkedin-register .radio {
    height: 25px;
}
form.linkedin-register button {
    background: #467984;
    border-radius: 0;
    border: 0;
    text-transform: uppercase;
    font-size: 11px;
    font-family: "Droid Sans", sans-serif;
    padding: 5px 30px 5px 30px;
    behavior: url(/static/css/PIE.htc);
    width: 200px;
}
form.linkedin-register button:hover {
    background: #467984;
}
form.linkedin-register input {
    font-size: 22px;
    height: 24px;
}
form.linkedin-register input#zipcode {
    width: 220px;
    line-height: 22px;
    /*background-image: url(img/icon-checkbox.png);*/

    background-position: 98% 50%;
    background-repeat: no-repeat;
}
form.linkedin-register label {
    font-size: 14px;
    font-weight: bold;
    font-family: "Droid Sans", sans-serif;
}
form.linkedin-register label[for="Username"] {
    display: inline;
    vertical-align: top;
}
form.linkedin-register label.radio {
    font-size: 18px;
    padding-left: 0;
}
form.linkedin-register label.radio input {
    float: none;
    display: inline-block;
    margin: 6px 0 10px 0;
}
form.linkedin-register label.pass-label {
    float: left;
}
form.linkedin-register .control-group {
    margin: 10px 0;
}
form.linkedin-register .control-group.have-account {
    display: none;
    margin-right: 10px;
}
form.linkedin-register .control-group .forgot-pass {
    padding-left: 16px;
}
form.linkedin-register input#Username {
    /*background-image: url(img/pen-icon.png);*/

    background-repeat: no-repeat;
    background-position: 100% 0;
    background-color: #f0f0f0;
    border: none;
    box-shadow: none;
    padding: 0 25px 0 0;
    height: 29px;
}
form.linkedin-register input#Username:focus {
    border: none;
    outline: 0;
    outline-style: none;
    outline-width: 0;
}
form.linkedin-register .help-block {
    font-size: 10px;
    line-height: 15px;
    font-style: italic;
    color: ccc;
}
.registration-pic {
    float: left;
    margin: 0 25px 0 0;
}
.registration-pic img {
    margin-top: 6px !important;
}
.registration-pic-linkedin {
    float: left;
    margin: 0 25px 0 25px;
}
.registration-pic-linkedin img {
    margin-top: 6px !important;
    width: 100px;
}
/*------------------------------------------------ */











/* BRIEFCASE SHARE POPOVER                         */











/*------------------------------------------------ */











.title-bar {
    display: block;
    border-bottom: 1px solid #e3e1e2;
}
.title-bar .icon-bell {
    float: left;
}
.title-bar .title {
    display: inline-block;
    width: 86%;
    margin: 0 auto;
    text-align: center;
    font-family: "Droid Sans", sans-serif;
    font-size: 11px;
    line-height: 22px;
    color: #797979;
}
.title-bar .icon-remove {
    float: right;
    background: transparent url(img/icon-mini-close.png) top left no-repeat;
    margin-top: 5px;
}
.briefcase-thankyou-folder .title-bar .title, .briefcase-thankyou-alert .title-bar .title, .briefcase-thankyou-alert-search .title-bar .title {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
}
.alerts-config {
    color: #797979;
    font-family: "Droid Sans", sans-serif;
}
.alerts-config legend.fieldset-title {
    font-size: 18px;
    line-height: 22px;
    color: #797979;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 10px;
}
.alerts-config label.radio {
    font-size: 12px;
    line-height: 22px;
    color: #5d5d5d;
}
.alerts-config label.radio.inline.reset-margin {
    margin-left: 0;
}
.alerts-config .form-section {
    padding: 10px 0;
    border-bottom: 1px solid #e3e1e2;
}
.alerts-config .form-section.no-border {
    border: none;
}
.alerts-config .form-section.email-alert fieldset {
    text-align: center;
}
.alerts-config input[type="text"], .alerts-config input[type="email"] {
    width: 95%;
}
.alerts-config select {
    width: 100%;
}
.alerts-config .briefcase-input-tag {
    margin: 10px 0 0 0;
}
.alerts-config .btn-create {
    background: none repeat scroll 0 0 #467984;
    border: medium none;
    color: #FFFFFF;
    display: inline-block;
    font-family: "Droid Sans", sans-serif;
    font-size: 11px;
    line-height: 20px;
    margin-top: 10px;
    padding: 3px 10px;
    text-align: center;
    text-transform: uppercase;
    min-width: 80px;
}
.alerts-config .tm-tag {
    font-family: "Droid Sans", sans-serif;
    font-size: 10px;
    color: #ffffff;
    background-color: #467984;
    display: inline-block;
    border-radius: 0;
    font-size: 13px;
    margin: 0 5px 5px 0;
    padding: 3px 10px 3px 10px;
    text-decoration: none;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    -webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    vertical-align: middle;
    height: 16px;
    line-height: 16px;
}
.alerts-config .tm-tag a {
    background-image: url(img/keyword-x.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 0 0 10px;
    height: 9px;
    width: 7px;
}
/* Create new alert vs Save to folder











-------------------------------------------- */











.briefcase-popover {
    font-family: "Droid Sans", sans-serif;
    left:-170px !important;
}

#CustomBlogAlert .search-manage-alerts .briefcase-popover{
	left:0 !important;
	top:25px;
}

#CustomFirmAlert .search-manage-alerts .briefcase-popover{
	left:66px !important;
}

.briefcase-popover .icon-bell.yellow, .briefcase-anchor-search .icon-bell.yellow {
    background: transparent url(img/icon-alert-bell-yellow.png) top left no-repeat;
}
.briefcase-popover .icon-bookmark.red {
    background: transparent url(img/icon-bookmark.png) top left no-repeat;
}
.briefcase-popover .icon-clip {
    background: transparent url(img/icon-mini-clip.png) top left no-repeat;
}
.briefcase-popover .btn-link {
    font-size: 11px;
    line-height: 20px;
    background: #467984;
    border: none;
    display: block;
    padding: 8px 30px;
    color: #ffffff;
    text-transform: uppercase;
    width: 145px;
    text-align: center;
    margin: 10px auto 20px auto;
}
.briefcase-popover .btn-link:hover {
    color: #fff;
}
.briefcase-popover .btn-link span {
    margin-left: -38px;
    display: inline-block;
    margin-right: 30px;
}
.briefcase-popover .current-state {
    width: 180px;
    margin: 0 auto;
}
.briefcase-popover .current-state p {
    font-size: 11px;
    line-height: 23px;
    color: #211e1f;
    text-transform: uppercase;
}
.briefcase-popover .current-state p span {
    margin-right: 10px;
    margin-top: -2px;
}
.briefcase-popover .separator {
    margin: 10px 0;
    height: 1px;
    background-color: #e3e1e2;
    width: 100%;
    display: block;
}
.briefcase-popover .content p {
    margin: 15px 0;
    font-size: 12px;
}

/* hidden areas to expose via the ajax */
	.alertThanksText {
		display: none; 
	}
	
	.OverwriteExistingContainer {
		display: none; 
	}
	
	#manageAlertSearchLink {
		display: none; 
		clear:right;
		margin:22px -30px;
	}


/*span .ajaxStatus */
.not-signed-in-share img, .briefcase-popover img {
	width: inherit;
}

/*------------------------------------------------ */











/* My Account     */





/*------------------------------------------------ */







.my-account-page {
    padding: 50px 0;
    font-family: "Droid Sans", sans-serif;
}
.my-account-page .ui-tabs-panel {
    padding: 0 !important;
}
.my-account-page p {
    font-family: "Droid Sans", sans-serif;
}
.my-account-page .ui-tabs p {
    font-size: 1.1em;
}
.my-account-page a {
    color: #467984;
}
.logout {
    font-family: "Droid Sans", sans-serif;
    margin: 0 !important;
}
.user-name {
    font-weight: bold;
}
.intro {
    font-family: "Droid Sans", sans-serif;
    font-size: 14px;
    margin: 25px;
    padding: 0 25px 0 5px;
}
.my-account-form {
    width: 100%;
}
.my-account-form .controls {
    margin-left: 140px;
}
.my-account-form .control-label {
    width: 140px;
    margin: 0 15px 0 0;
}
.my-account-form input {
    border-radius: 0;
    behavior: url(/static/css/PIE.htc);
}
.my-account-form select {
    background: #ffffff;
    background-image: none;
}
.my-account-form legend {
    font-size: 24px;
    border-bottom: 1px solid #e3e1e2;
    padding: 25px 0;
}
.my-account-form .account-information {
    float: left;
    margin: 0 75px 0 35px;
    width: 440px;
}
.my-account-form .profesional-profile {
    float: left;
    margin: 0 25px 0 35px;
    width: 440px;
}
.my-account-form button {
    background: #467984;
    border-radius: 0;
    border: 0;
    text-transform: uppercase;
    font-size: 11px;
    font-family: "Droid Sans", sans-serif;
    behavior: url(/static/css/PIE.htc);
}
.my-account-form button:hover {
    background: #467984;
}
.my-account-form .summit-wrapper {
    background: #f6f6f6;
    padding: 25px;
    margin-bottom: 0;
    border-top: 1px solid #e3e1e2;
}
.my-account-form .summit-wrapper .controls {
    float: right;
}
.alert-name {
    display: none;
}
/*------------------------------------------------ */



/*------------------------------------------------ */



/* Email Preferences   */





.emailPref-panel {
    padding: 30px 30px 0 30px;
    margin: 0;
    overflow: hidden;
}
.emailPref-panel .summit-wrapper {
    background: #f6f6f6;
    padding: 25px;
    margin: 0;
    border-top: 1px solid #e3e1e2;
}
.emailPref-panel h2 {
    font-size: 24px;
    line-height: 34px;
}
.emailPref-panel .userLink {
    padding: 0 0 10px 0;
}
.emailPref-panel .pubName {
    font-weight: 700;
}
.emailPref-table {
    width: 100%;
    margin: 0 0 20px 0;
}
.emailPref-table tr {
    text-align: left;
    vertical-align: middle;
}
.emailPref-table .first {
    height: 20px;
    background: #f6f6f6;
    border-color: #e3e1e2;
    border-style: solid;
    border-width: 1px;
}
.emailPref-table tr td {
    padding-left: 10px;
}
.emailPref-panel button {
    background: #467984;
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
}
.emailPref-panel #apply-changes {
    position: relative;
    float: right;
    margin: 20px;
}
.emailPref-table tr .leftInput {
    margin-right: 93px;
}
.emailPref-table tr .emailPub {
    width: 20%;
}
.emailPref-table tr .emailName {
    width: 25%;
}
.emailPref-table tr .emailDesc {
    width: 35%;
}
.emailPref-table tr .emailSub {
    width: 10%;
}
.emailPref-table tr .emailUnSub {
    width: 10%;
}

/* NEW EMAIL PREFERENCES STYLES VIA MELVIN - 9/13/13 */
.subscriptionsList {
    float: left;
    width: 48%;
    padding-bottom: 1%;
}

.subscriptionsList.left {
    padding-right: 2%;
}

.subscriptionsList li {
    border: 1px solid #cedee7;
    padding: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius:8px;
    border-radius:8px;
    margin-bottom: 10px;
}

.subscriptionsList li.featured {
    background: #f8fafc;
}

.subscriptionsList h3 {
    display: inline-lock; *display:inline; zoom: 1; 
    font-weight: normal;
    font-size: 1.4em;
}

.subscriptionsList li.closed h3 {
    background: url(img/arrowRight.png) no-repeat left center;
    padding-left: 20px;
    cursor: pointer;
}

.subscriptionsList li.open h3 {
    background: url(img/arrowDown.png) no-repeat left center;
    padding-left: 20px;
    cursor: pointer;
}

.subscriptionsList li p {
    padding-top: 0.5em;
}

.subscriptionsList li.featured h3 {
    font-weight: bold;
}

.subscriptions {
    border-top: 1px solid #cedee7;
    margin-top: 10px;
    padding-top: 10px;
    display: none;
}

.subscriptionsList li.open .subscriptions {
    display: block;
}

.subscriptions div {
    display: inline-block; *display:inline; zoom: 1; 
    text-align: center;
    margin: 5px;
    width: 100px;
    vertical-align: top;
    line-height: 1.6em
}

a.signup, a.unsubscribe {
    display: inline-block; *display:inline; zoom: 1; 
    background: #467984;
    padding: 3px 6px;
    color: white;
}

a.unsubscribe {
    background: #45ba12;
}

a.signup:hover,  a.unsubscribe:hover {
    text-decoration: none !important;
    background: #38616b
}

.subscriptionsList li > .signup, .subscriptionsList li > .unsubscribe {
    float: right;
     margin: 0 0 6px 6px;
}

.subscriptions a.signup,  .subscriptions a.unsubscribe {
    margin: 10px 0;
}

.applyChanges-wrapper {
background: #f6f6f6;
padding: 25px;
margin-bottom: 0;
border-top: 1px solid #e3e1e2;
overflow: hidden;
}

.applyChanges-wrapper .submit-bt {
    float: right;
}
/*------------------------------------------------ */



/* Online Subscriptions    */





.onlineSub-panel {
    padding: 30px;
    margin: 0;
}
.onlineSub-panel h2 {
    font-size: 24px;
    line-height: 34px;
}
.onlineSub-panel p {
    padding: 0 0 10px 0;
}
span.bold {
    font-weight: 700;
}
.onlineSub-table {
    width: 100%;
    margin: 0 0 20px 0;
}
.onlineSub-table tr {
    text-align: left;
    vertical-align: middle;
}
.onlineSub-table .first {
    height: 20px;
    background: #f6f6f6;
    border-color: #e3e1e2;
    border-style: solid;
    border-width: 1px;
}
.onlineSub-table tr td {
    padding-left: 10px;
}
.onlineSub-table tr .subPub {
    width: 50%;
}
.onlineSub-table tr .subFeatures {
    width: 50%;
}
.squareBoxRight {
    color: white !important;
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    background-color: #467984;
    border-radius: 0;
    padding: 4px 6px;
    display: inline-block;
 *display:inline;
    zoom: 1; /* ie inline-block fix */
    margin: 0;
    text-decoration: none !important;
    line-height: 20px;
    float: right;
}
/*------------------------------------------------ */



/*------------------------------------------------ */



/* FAQ    */





.faq-panel {
    padding: 30px 90px 30px 30px;
    margin: 0;
}
.faq-panel h2 {
    font-size: 24px;
    line-height: 34px;
}
.faq-panel li {
    font-size: 14px;
    line-height: 24px;
    font-family: 'Droid Sans', sans-serif;
}
.faq-panel li span {
    font-weight: 700;
}
.faq-panel li.answer {
    padding: 0 0 20px 0;
}
.faq-panel li.answer a {
    font-weight: 700;
}
.faq-panel li.answer .break {
    padding: 10px 0 0 0;
}
/*------------------------------------------------ */



/*------------------------------------------------ */



/* Briefcase     */





/*------------------------------------------------ */



.my-briefcase-page-tabs #internal-tabs {
    margin: 25px 0 0 0;
    padding: 0;
}
.my-briefcase-page-tabs #internal-tabs ul {
    margin: 0 0 0 25px;
}
.my-briefcase-page-tabs #internal-tabs ul li {
    line-height: 22px;
    background-image: none;
    border: 0;
}
.my-briefcase-page-tabs #internal-tabs ul li a {
    background-image: none;
    font-size: 22px;
    text-transform: capitalize;
    line-height: 22px;
    height: 22px;
    padding: 10px 10px 10px 30px;
}
.my-briefcase-page-tabs #internal-tabs ul li.ui-state-active {
    border-top: 1px solid #d1cecf;
    border-left: 1px solid #d1cecf;
    border-right: 1px solid #d1cecf;
}
.my-briefcase-page-tabs #internal-tabs .saved-items-tab {
    background-image: url(img/ribbon.png);
    background-repeat: no-repeat;
    background-position: 10px 12px;
}
.my-briefcase-page-tabs #internal-tabs .my-alerts {
    background-image: url(img/bell.png);
    background-repeat: no-repeat;
    background-position: 10px 12px;
}
.my-briefcase-page-tabs #internal-tabs .ui-tabs-panel {
    margin: 0;
    border-right: 0;
    border-left: 0;
}
.my-briefcase-page-tabs #internal-tabs .saved-items-intro {
    padding: 25px 0;
}
.my-briefcase-page-tabs #internal-tabs button {
    background: #467984;
    border-radius: 0;
    border: 0;
    text-transform: uppercase;
    font-size: 11px;
    font-family: "Droid Sans", sans-serif;
    behavior: url(/static/css/PIE.htc);
}
.my-briefcase-page-tabs #internal-tabs button:hover {
    background: #467984;
}
/*------------------------------------------------ */











/* Saved Items    */





/*------------------------------------------------ */





.briefcase .accordion-group {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    behavior: url(/static/css/PIE.htc);
}
.briefcase .accordion-group .accordion-heading {
    background-image: url(img/folder.png);
    background-repeat: no-repeat;
    background-position: 30px 50%;
    background-color: #f9f9f9;
}
.briefcase .accordion-group .accordion-heading .accordion-toggle {
    background-image: url(img/less_icon.png);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    line-height: 60px;
    padding: 0 0 0 12%;
    float: left;
    width: 88%;
    color: #467984;
}
.briefcase .accordion-group .accordion-heading .accordion-toggle:hover {
    text-decoration: none;
}
.briefcase .accordion-group .accordion-heading .accordion-toggle.collapsed {
    background-image: url(img/plus_icon.png);
    background-repeat: no-repeat;
}
.briefcase .accordion-group .accordion-heading .accordion-toggle.collapsed .accordion-toggle-edit {
    display: none;
}
.briefcase .accordion-group .accordion-heading .accordion-toggle.collapsed .accordion-toggle-text {
    display: block;
}
.briefcase .accordion-group .accordion-heading .accordion-toggle .accordion-toggle-edit {
    display: block;
    float: left;
    width: 80%;
}
.briefcase .accordion-group .accordion-heading .accordion-toggle .accordion-toggle-text {
    display: none;
    float: left;
    width: 80%;
}
.briefcase .accordion-group .accordion-heading .number-of-items {
    text-transform: capitalize;
    text-align: right;
    color: #535353;
    float: left;
    display: block;
    padding: 0 5% 0 0;
    font-size: 12px;
    line-height: 60px;
    width: 15%;
}
.briefcase .accordion-group .accordion-inner {
    border-bottom: 0;
}
.briefcase .folder-list {
    border: 0;
    width: 100%;
}
.briefcase .folder-list tr {
    border-bottom: 1px solid #e9e7e8;
    text-align: left;
    height: 44px;
    vertical-align: middle;
}
.briefcase .folder-list tr.first {
    border: 0;
    margin: 0;
    height: 20px;
}
.briefcase .folder-list tr.last {
    border: 0;
}
.briefcase .folder-list tr th {
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.briefcase .folder-list tr th.align-center {
    text-align: center;
    margin: 0;
    padding: 0;
}
.briefcase .folder-list tr td {
    padding: 0;
    margin: 0;
    height: 44px;
    vertical-align: middle;
}
.briefcase .folder-list tr td select {
    height: 25px;
    margin: 10px 10px 10px 0;
}
.briefcase .folder-list tr td.align-center {
    text-align: center;
    margin: 0;
    padding: 0;
}
.briefcase .folder-list tr td.align-center label {
    display: block;
    padding-left: 0;
}
.briefcase .folder-list tr td.align-center .prettycheckbox label {
    margin: 0;
}
.briefcase .delete-entire-folder {
    font-size: 12px;
    color: #000000;
    text-transform: capitalize;
    margin: 0 0 0 15px;
    padding: 0 0 0 15px;
    border-left: 1px solid #e9e7e8;
    height: 40px;
}
.briefcase .delete-entire-folder-label {
    font-size: 12px;
    color: #000000;
    text-transform: capitalize;
}
.briefcase .apply-changes {
    float: right;
    margin: 25px 25px 25px 0;
}
 @media screen and (max-width: 1024px) and (min-width: 600px) {
.accordion-toggle-edit {
    width: 80% !important;
}
.accordion-toggle-text {
    width: 80% !important;
}
.number-of-items {
    width: 10% !important;
}
}
input#create-new-folder {
    font-size: 12px;
}
.create-new-folder {
    background-image: url(img/folder-add.png);
    background-repeat: no-repeat;
    padding: 5px 0 0 100px;
    margin: 5px 15px 36px 0;
    width: 220px;
}
.create-new-folder input {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    line-height: 24px;
    height: 20px;
    padding: 2px 5px;
    width: 210px;
    behavior: url(/static/css/PIE.htc);
}
input.edit-folder {
    font-size: 12px;
    margin-top: 7px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    line-height: 24px;
    height: 20px;
    padding: 2px 5px;
    width: 210px;
    behavior: url(/static/css/PIE.htc);
}
button#create {
    margin-top: 10px;
    padding: 0;
    line-height: 24px;
    width: 74px;
}
.prettycheckbox, .prettyradio {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.prettycheckbox a, .prettyradio a {
    width: 30px;
    height: 30px;
    background: url(prettyCheckable-blue.png) top left no-repeat;
    display: block;
    float: left;
    cursor: pointer;
    margin: 0;
}
.prettycheckbox.gray a, .prettyradio.gray a {
    background-image: url(img/prettyCheckable-gray.png);
}
.prettyradio a {
    background-position: 0 -120px;
}
.prettycheckbox a:focus, .prettyradio a:focus {
    outline: 0 none;
}
.prettycheckbox a:focus {
    background-position: 0 -30px;
}
.prettyradio a:focus {
    background-position: 0 -150px;
}
.prettycheckbox a.checked {
    background-position: 0 -60px;
}
.prettyradio a.checked {
    background-position: 0 -180px;
}
.prettycheckbox a.checked:focus {
    background-position: 0 -90px;
}
.prettyradio a.checked:focus {
    background-position: 0 -210px;
}
.prettycheckbox label, .prettyradio label {
    display: block;
    float: left;
    margin: 6px 5px;
    cursor: pointer;
}
.prettycheckbox.disabled a, .prettyradio.disabled a, .prettycheckbox.disabled label, .prettyradio.disabled label {
    cursor: not-allowed;
}
.prettycheckbox.disabled a {
    background-position: 0 -240px;
}
.prettyradio.disabled a {
    background-position: 0 -270px;
}
/* Tags */











.tag {
    font-family: "Droid Sans", sans-serif;
    font-size: 10px;
    color: #ffffff;
    background-color: #467984;
    display: inline-block;
    border-radius: 0;
    font-size: 13px;
    margin: 0 5px 5px 0;
    padding: 3px 10px 3px 10px;
    text-decoration: none;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    -webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    vertical-align: middle;
    height: 16px;
    line-height: 16px;
    behavior: url(/static/css/PIE.htc);
}
.tag a {
    background-image: url(img/keyword-x.png);
    background-repeat: no-repeat;
    font-size: 3px;
    display: inline-block;
    margin: 0 0 0 10px;
    height: 9px;
    width: 7px;
}
.tag.deleted-tag {
    background-color: #9fb9be;
}
.tag.deleted-tag a {
    background-image: url(img/deleted-tag-plus.png);
    background-position: 50% 50%;
    color: #9fb9be !important;
    font-size: 3px;
    height: 9px;
    width: 9px;
}
/*My Alerts*/











.my-alerts-table {
    width: 100%;
}
.my-alerts-table td {
    padding: 5px 6px;
}
.my-alerts-table td.align-center {
    text-align: center;
}
.my-alerts-table thead {
    font-family: "Droid Sans", sans-serif;
    color: #000;
}
.my-alerts-table .keyword-alert {
    font-size: 15px;
    font-family: "Droid Sans", sans-serif;
    color: #000;
    margin-right: 20px;
}
.my-alerts-table .keyword {
    display: inline-block;
    color: #fff;
    padding: 3px 25px 3px 10px;
    font-family: "Droid Sans", sans-serif;
    background-color: #467984;
    background-image: url(img/keyword-x.png);
    background-repeat: no-repeat;
    background-position: 92% 50%;
    cursor: pointer;
    height: 16px;
    line-height: 16px;
}
.my-alerts-table .tm-input {
    font-size: 12px;
    font-family: "Droid Sans", sans-serif;
    color: #333333;
    margin-top: 7px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    line-height: 18px;
    height: 18px;
    padding: 2px 5px;
    display: inline-block;
    behavior: url(/static/css/PIE.htc);
}
.my-alerts-table input.input-large {
    font-size: 12px;
    font-family: "Droid Sans", sans-serif;
    color: #333333;
    margin-top: 7px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    line-height: 18px;
    height: 15px;
    padding: 2px 5px;
    behavior: url(/static/css/PIE.htc);
}
.my-alerts-table select {
    height: 25px;
    margin: 10px 10px 10px 0;
    font-size: 12px;
    font-family: "Droid Sans", sans-serif;
}
/*#Name {

    margin-top: 10px;

}*/

input[id^='Name'] {
    margin-top: 10px;
}
div[id^='namelink'] {
    float: left;
    padding: 6px 0 0 5px;
}
.hidden {
    visibility: hidden;
}
.visible {
    visibility: visible;
}
#apply-changes {
    position: relative;
    float: right;
    background: #467984;
    border-radius: 0;
    border: 0;
    text-transform: uppercase;
    font-size: 11px;
    font-family: "Droid Sans", sans-serif;
    margin: 20px;
    behavior: url(/static/css/PIE.htc);
    padding: 4px 8px;
    width: auto;
}
.alert-originator-text {
    font-size: 15px;
    font-family: "Droid Sans", sans-serif;
    color: #467984;
}
.first-row {
    background: #f6f6f6;
    padding: 5px;
    margin-bottom: 0;
    border-top: 1px solid #e3e1e2;
}
.second-row {
    background: #f6f6f6;
    padding: 5px;
    margin-bottom: 0;
    border-bottom: 1px solid #e3e1e2;
}
/*--------------------- BOOK CENTER -----------------------*/











h2.book-center-headline {
    font-family: "Droid Sans", sans-serif;
    font-size: 30px;
    line-height: 48px;
    color: #211e1f;
}
.featured-book-area .title-bar {
    font-family: "Droid Sans", sans-serif;
    font-size: 26px;
    line-height: 58px;
    color: #3e383a;
    background-color: #f6f6f6;
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    display: block;
    margin: 5px 0 20px 0;
    padding-left: 2%;
}
.book-list-carousel {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 23px solid #3e383a;
}
.book-list-carousel .controls {
    position: absolute;
    top: 20%;
}
.book-list-carousel .next-book {
    right: 0;
}
.book-list-carousel .article-item {
    font-family: "Droid Sans", sans-serif;
    color: #3e383a;
}
.book-list-carousel .article-item h3 {
    font-size: 27px;
    line-height: 34px;
}
.book-list-carousel .article-item h3 a, .book-list-carousel .article-item h3 a:hover {
    color: #3e383a;
}
.book-list-carousel .article-item .author {
    font-size: 16px;
    line-height: 34px;
    border-bottom: 1px solid #b5b5b5;
    margin-bottom: 10px;
    display: block;
}
.book-list-carousel .article-item p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}
.book-list-carousel .article-item .learn-more {
    font-size: 11px;
    line-height: 32px;
    background: #467984;
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    border: none;
}
.book-center-description {
    font-family: "Droid Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #3e383a;
    margin-bottom: 30px;
    width: 90%;
    padding-top: 30px;
}
.book-center-table {
    width: 100%;
    color: #3e383a;
    text-transform: none;
    font-size: 11px;
}
.book-center-table .arrow-top {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 3.5px 4px 3.5px;
    border-color: transparent transparent #a7a7a7 transparent;
    display: inline-block;
    margin-right: 5px;
}
.book-center-table .arrow-bottom {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3.5px 0 3.5px;
    border-color: #a7a7a7 transparent transparent transparent;
    display: inline-block;
    margin-right: 5px;
}
.book-center-table th {
    font-family: "Droid Sans", sans-serif;
    font-weight: bold;
    line-height: 22px;
    text-align: left;
}
.book-center-table td {
    font-family: "Droid Sans", sans-serif;
    line-height: 17px;
    vertical-align: middle;
    padding: 15px 1%;
}
.book-center-table td:first-child {
    padding: 15px 2%;
}
.book-center-table td img {
    max-width: 90%;
}
.book-center-table td a {
    color: #3e383a;
}
.book-center-table td a:hover {
    color: #3e383a;
}
.book-center-table tr {
    border-bottom: 1px solid #e3e1e2;
    padding: 15px 0;
}
.book-center-table tr.even {
    background-color: #f0f0f0;
}
.lt-ie9 .book-center-table td:first-child {
    padding: 15px 1%;
}
 @media screen and (max-width: 979px) and (min-width: 768px) {
.book-center-table td {
    padding: 15px 4%;
}
}
/*------------------------------------------------ */











/* HOME PAGE                                       */











/*------------------------------------------------ */











.home-hdr-container {
    position: relative;
    width: 100%;
    min-height: 538px;
    background: #3e383a;
    overflow: hidden;
}
.wide-bnr-wrap {
    float: left;
    margin: 0;
    width: 765px;
}
.home-clm1 h2 {
    margin: 0 15px 0 15px;
}
.home-clm3 .home-hdr-sponsor-div {
    position: relative;
    text-align: center;
    margin: 4.4% 0 0 0;
}
.home-clm3 .home-hdr-sponsor-div a, .home-clm3 .home-hdr-sponsor-div img {
    display: inline-block;
}
.home-clm3 .home-hdr-sponsor-div input[type="text"] {
    left: 14% !important;
    width: 50% !important;
}
.home-clm3 .home-hdr-sponsor-div input[type="submit"] {
    width: 17% !important;
    left: 70% !important;
}
.tall-sponsor {
    margin: 5% 0 5% 0%;
    width: 300px;
    max-height: 600px;
}


.home-img-container img {
    margin: 0;
    padding: 0;
    display: block;
    width: 423px;
    height: 340px;
}
ul.top-news-links li {
    margin: 0;
    padding: 7px 0 7px 0;
    border-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #4a4e50;
}
ul.top-news-links li a {
    font-family: "Droid Sans", sans-serif;
    font-size: 15px;
    color: #fff;
}
ul.top-news-links li.first {
    border-style: solid;
    border-top-width: 1px;
    border-top-color: #e3e1e2;
}
ul.top-news-links li.last {
    border-bottom-width: 0;
}
.home-clm1 h2 {
    padding: 0 15px 5px 25px;
    margin: 0;
    color: #fff;
    font-family: "Droid Serif", serif;
}
.home-clm1 p {
    padding: 0 15px 0 25px;
    color: #fff;
}
.home-clm1-content-wrap {
    margin-top: 25px;
    margin-bottom: 10px;
    border-style: solid;
    border-right-width: 1px;
    border-right-color: #4a4e50;
}
.home-clm1-content-wrap a, .home-clm1-content-wrap a:hover, .home-clm1-content-wrap a:focus {
    color: #ffffff;
}
.home-clm2 h2 {
    color: #fff;
    margin: 25px 0 15px 0;
}
.hrz-ad-container {
    width: 750px;
}
.hrz-ad-container > * {
    margin: 0.5% 0 0 3%;
    width: 100%;
    height: auto;
}
/*------------------------------------------------ */

/* VIDEO PAGE                                      */


/*------------------------------------------------ */


.video-title-div {
    font: 12px/21px "Droid Sans", sans-serif;
    margin-bottom: 0;
}
.breadcrumbs-div ul.breadcrumb {
    font: 12px/21px "Droid Sans", sans-serif;
    margin: 15px 0 6px 0;
}
h1.video-page-title {
    font-size: 37px;
    margin: 25px 0 4px 0;
    padding: 0;
}
.video-container {
    width: 956px;
    height: 385px;
    margin: auto;
}
.video-container object {
    width: 956px;
    height: 407px;
    margin: auto;
}
.video-bg-wrap {
    margin-top: 7px;
    width: 100%;
    height: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #cecece url(img/video-gradient.png) repeat-x;
    behavior: url(/static/css/PIE.htc);
}
#videoBody {
	padding:6% 0;
}
a.vid-thumb {
    border: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 124px;
    height: 69px;
    margin-right: 15px;
    float: left;
    background: #f09;
}
a.vid-thumb img {
    display: block;
    float: left;
    padding: 0;
    margin: 0;
}
a.vid-title-link {
    font-size: 14px;
    padding: 0;
    margin: 0;
}
a.vid-src-link {
    margin-top: 0;
    padding-top: 0;
    font-family: "Droid Sans", sans-serif;
    font-weight: bold;
    font-size: 10px;
    color: #467984;
}
p.sansserif {
    font-family: "Droid Sans", sans-serif;
}
a.video-credit-link {
    margin-top: 0;
    padding-top: 0;
    font-family: "Droid Sans", sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: 13px;
    color: #467984;
}
.video-text, .video-share {
    padding: 6% 0 0 0;
}
.video-text p {
    font-family: "Droid Sans", sans-serif;
    margin-right: 20px;
}
/*------------------------------------------------ */

/* HUB PAGE       */

div.hub-module + .row section:nth-child(1) > h2 {
	padding-top: 20px;
}
/*------------------------------------------------ */

.hub-header {
    width: 100%;
    background: #3e383a;
    margin-top: 10px;
}
.hub-third {
    width: 33.3%;
    min-height: 90px;
    background: #3e383a;
    float: left;
}
.hub-third .hub-third-content-wrapper {
    margin: 0 auto;
    width: 90%;
}
.hub-third p {
    padding-top: 5px;
    color: #fff;
    font-family: "Droid Sans", sans-serif;
    margin: 0 10px 0 20px;
}
.hub-third img {
    float: left;
    width: 69px;
    height: 69px;
    border: none;
    background: #f0f;
    margin: 22px 20px 10px 20px;
}
.hub-third a:hover, .hub-third a:focus {
    color: #ffffff;
}
.center-hub-third {
    border-style: solid;
    border-left-width: 1px;
    border-right-width: 1px;
    width: 33.1%;
    border-color: #302e2f;
}
a.hub-cat-title {
    padding-top: 10px;
    margin: 10px 0 0 0;
    color: #fff;
    font-family: "Droid Sans", sans-serif;
    font-size: 18px;
    display: block;
    padding-left:20px; 
}
h2.hub-title {
    font-family: "Droid Serif", serif;
    font-size: 28px;
    line-height:38px;
}
.hub-img {
    float: left;
    max-width: 42%;
}
.hub-img img {
    display: block;
}
.hub-lowerhalf {
    float: left;
    width: 100%;
    background: #f0f0f0;
    margin: 10px 0 0 0;
    border-top: solid 10px #fff;
}
.hub-lowerhalf .sponsor img {
    margin: 20px 0 0 20px;
}

.hub-lowerhalf .home-clm1-content-wrap h2 {
    color: #333;
    font-family: "Droid Serif",serif;
    margin: 0;
    padding: 0 15px 5px 25px;
}

.hub-lowerhalf .home-clm1-content-wrap a:hover, .hub-lowerhalf .home-clm1-content-wrap a:focus {
    color: #333;
}



.hub-right {
    padding: 20px 0 0 20px;
    float: left;
    max-width: 55%;
}
.hub-right a.lnkh2 {
    color: #333333;
    cursor: pointer;
}
.hub-right p {
    font-family: "Droid Sans", sans-serif;
    font-size: 14px;
}
.hub-right-nav {
    float: left;
    width: 75%;
}
.hub-left-nav {
    width: 25%;
    float: left;
    background: #3e383a;
}
.sub-hub {
    margin-top: 0;
    margin-left: 20px;
}
.sub-hub li {
    width: 80%;
    margin: 0 0 0 20px;
    padding: 10px 0;
    border-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #706b6d;
}
.sub-hub li a {
    font-size: 14px;
    display: block;
    color: #fff;
    font-family: "Droid Sans", sans-serif;
}
.sub-hub li.last {
    border-bottom-width: 0;
}
.credit { 
    font-size: 11px; 
    font-style: italic; 
} 
.credit-link-underline {
    color: #467984;
    text-decoration: underline;
}
.credit-link {
    color: #467984;
    cursor: pointer;
    cursor: hand;
}
.hub-side-nav {
    margin-bottom: 0 0 25px 0;
}
.hub-side-nav h2.hub-title {
    font-family: "Droid Serif", serif;
    font-size: 26px;
}
.hub-side-nav .sponsor {
    width: auto;
    margin: 25px 25px 0 0;
}
.hub-side-nav .hub-lowerhalf {
    margin-bottom: 0;
}
.margin-top {
    margin-top: 35px;
}
/*------------------------------------------------ */

/* REVIEWS PAGE       */



/*------------------------------------------------ */

.review-img {
    border: 1px solid #e3e1e2;
    margin-top: 10px;
}
.pro-cons {
    padding: 25px 0 25px 0;
}
.pro-cons h3 {
    font-size: 18px;
    font-weight: bold;
    font-family: "Droid Sans", sans-serif;
    margin: 25px 0 0 0;
}
.pro-cons h3 + p {
    margin-top: 0;
}
.price-box {
    background: #f6f6f6;
    padding: 25px 15px;
    border-top: 1px solid #e3e1e2;
    border-bottom: 1px solid #e3e1e2;
}
.price-box .price {
    font-size: 30px;
    text-align: center;
    width: 30%;
    float: left;
}
.price-box .price .price-prefix {
    font-family: "Droid Sans", sans-serif;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.price-box .rating-stars {
    width: 30%;
    float: left;
    margin: 0 0 0 20px;
}
.price-box .rating-stars .prefix {
    font-family: "Droid Sans", sans-serif;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.price-box .rating-stars ul {
    width: 100px;
    margin: auto;
}
.price-box .rating-stars ul li {
    display: block;
    width: 14px;
    height: 13px;
    background: url(img/off-star.png) no-repeat;
    float: left;
    margin: 8px 2px;
}
.price-box .rating-stars ul li.active {
    background: url(img/active-star.png) no-repeat;
}
.price-box .rating-stars .stars-container {
    margin: 0 auto;
}
/*------------------------------------------------ */

/* Package Page         */

/*------------------------------------------------ */

h1.package-page-title {
    margin: 20px 0 4px 0;
    padding: 0;
    font-size: 56px;
}
.packageimg {
    padding: 7.5% 0 7.2% 7.2%;
    margin-left: 0;
}
p.packagep {
    font-size: 24px;
    line-height: 30px;
    margin-top: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e1e2;
}
/*------------------------------------------------ */

/* SEARCH RESULTS TEMPLATE                         */

/*------------------------------------------------ */

.results {
    font-family: "Droid Sans", sans-serif;
    font-size: 12px;
    line-height: 12px;
    color: #211e1f;
    background: #f6f6f6;
    margin: 30px 0 20px 0;
    padding: 10px 15px;
    clear:both;
}
.results .left {
    float: left;
}
.results .right {
    float: right;
}
.results span {
    font-weight: bold;
}
.results a {
    color: #467984;
}
.search-result-list {
    margin-bottom: 60px;
}
.search-result-list .result-item {
    color: #211e1f;
}
.search-result-list .result-item:first-child h3 {
    padding: 0;
    border: none;
}
.search-result-list .result-item.no-border h3 {
    border: none;
}
.search-result-list .result-item h3 {
    font-family: "Droid Sans", sans-serif;
    font-size: 20px;
    line-height: 22px;
    padding: 40px 0 10px 0;
    border-top: 1px solid #e3e1e2;
}
.search-result-list .result-item h3 a {
    color: #211e1f;
}
.search-result-list .result-item h3 .printheadline {
display: block;
font-family: "Droid Serif",serif;
font-size: 12px;
font-style: italic;
font-weight: bold;
line-height: 26px;
}
.search-result-list .result-item .author {
    font-family: "Droid Serif", serif;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    line-height: 26px;
    display: block;
}
.search-result-list .result-item .author .name {
    color: #467984;
    font-weight: bold;
}
.search-result-list .result-item .source {
    padding-right: 5px;
    margin-right: 2px;
    border-right: 1px solid;
}
.search-result-list .result-item .source, .search-result-list .result-item .date {
    font-family: "Droid Sans", sans-serif;
    font-size: 12px;
    line-height: 21px;
}
.search-result-list .result-item p {
    font-family: "Droid Serif", serif;
    font-size: 15px;
    line-height: 24px;
    padding: 15px 0 35px 0;
}
.search-result-list .result-item p strong {
    font-weight: bold;
}
/* Date Picker Styles                  */



.datepicker-wrapper {
    position: relative;
}
.datepicker-wrapper .datepicker {
    width: 94%;
}
.datepicker-wrapper .ui-datepicker-trigger {
    position: absolute;
    top: 6px;
    right: 5%;
}
.datepicker-wrapper .clear-dates {
    font-family: "Droid Sans", sans-serif;
    font-size: 12px;
    line-height: 21px;
    color: #467984;
}
.lt-ie9 .datepicker, .lt-ie9 .datepicker {
    width: 166px !important;
}
/*------------------------------------------------ */



/* SEARCH RESULTS FILTER SIDEBAR                   */



/*------------------------------------------------ */



.ajaxStatus {
	margin: 10px 0;
}

#CustomFirmAlert {
	height:auto;
	font-size:inherit;
	position:absolute;
}

.ui-accordion .ui-accordion-icons {
	padding:0;
	padding-left:0;
}

.ui-accordion .ui-accordion-content {
	padding:0.5em;
}

#CustomFirmAlert #ui-accordion-CustomFirmAlert-panel-0,
#CustomBlogAlert #ui-accordion-CustomBlogAlert-panel-0 {
	min-height:375px;
}

#CustomBlogAlert.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	background:none;
}

#ui-accordion-CustomBlogAlert-header-0.ui-state-default {
	border:none;
}

.filter-results {
    background-color: #f6f6f6;
    margin: 20px 0;	
    max-width:270px;
}
.filter-results h4 {
    font-family: "Droid Sans", sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 45px;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    background-color: #3e383a;
    padding: 0 9.30233%;
}
.filter-form {
    padding: 15px 9.30233% 40px 9.30233%;
    color: #211e1f;
}
.filter-form label {
    font-family: "Droid Sans", sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 45px;
    text-transform: uppercase;
}
.filter-form .filter-by-date {
    font-family: "Droid Sans", sans-serif;
    font-size: 11px;
    line-height: 21px;
    float: right;
    background: #467984;
    color: #fff;
    padding: 5px 15px;
    text-transform: uppercase;
    border: none;
    width:100%; 
    max-width:220px;
}
.filter-class {
    color: #211e1f;
    padding: 15px 9.30233% 35px 9.30233%;
    border-top: 1px solid #e3e1e2;
}
.filter-class h5 {
    font-family: "Droid Sans", sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 45px;
    text-transform: uppercase;
}
.filter-class a {
    font-family: "Droid Sans", sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #211e1f;
}

#page-container > article > span.section-marker {
display: inline-block;
margin-top: 20px;
}
.section-marker {
    background: none repeat scroll 0 0 #467984;
    font-family: 'Droid Sans', serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 3px 10px;
    text-transform: uppercase;
    width: auto;
    color:#fff;
    display: inline-block;
    
}
.section-marker a {
    color: #FFFFFF;
}
.blurb-entry-content {
    margin-right: 8%;
}
small.authors {
    font: bold 12px/21px "Droid Sans", sans-serif;
    font-style: italic;
}
small.authors a {
    font-style: italic;
    font-weight: 700;
}
.blurb-list {
    border-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e3e1e2;
    padding-top: 15px;
    margin-left: 0;
    padding-bottom: 15px;
}
.last-blurb-list {
    border: 0;
    margin-bottom: 40px;
}
.blurb-list p {
    margin-bottom: 0;
}
.authors a {
    color: #467984;
}
.authors a:hover {
    text-decoration: underline;
}

.search-result .row-fluid .span3{
	width:auto;
	float:right;
}

.search-result .row-fluid .span9{
	width:auto;
}

.search-manage-alerts {
    position: relative; /*absolute*/
	right: 0;
	margin-right:0; /*18px*/
	margin-top: 20px;
	top: 0;
	display: inline-block;
	height: 30px;
	float: right;
}

.search-edit-alerts {
	position: relative; /*absolute*/
	right: 0;
	margin-right:0; /*18px*/
	margin-top: 20px;
	top: 0;
	display: inline-block;
	height: 30px;
	width: 100%;
}

.search-manage-alerts .createAlert img {
    vertical-align: middle;
}
.search-manage-alerts .question-mark {
    border: 1px solid #888;
    border-radius: 3px;
    box-shadow: 2px 3px 4px #888;
    color: #999999;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 6px;
    line-height: 6px;
    padding: 5px;
    vertical-align: middle;
}
.question-mark-img {
    vertical-align: middle;
}
.search-manage-alerts .manageAlerts {
    color: #467984;
    padding: 5px 10px 0 10px;
    text-decoration: none;
}
.search-manage-alerts .manageAlerts:hover {
    text-decoration: underline;
}

.frequency-alert .fieldset-title {
	font-size:11px !important; text-transform: uppercase !important; margin-bottom: 0 !important;
}



/* style from Melvin/* Title with no preceeding bread crumbs */
.title-div.no-breadcrumb {
    margin: 3em 0 2em 0
}


/* Search Form */

.search-box {
    background: none repeat scroll 0 0;
    border: 1px solid #C0C0C0;
    font-family: Arial, sans-serif;
    margin: 0 2em 1em 0;
    padding: 20px;
}
.search-box .datepicker-wrapper {
    display: inline-block;
}
.search-box .datepicker-wrapper .ui-datepicker-trigger {
    right: 6%;
}
.search-box-fullwidth {
    margin-right: 0;
}
.search-box fieldset {
    width: auto;
    margin:0;
    display: inline-block;
 *display:inline;
    zoom: 1; /* ie inline-block fix */
}
.search-box select, .search-box input[type="text"] {
    /* margin-right: 5px; */
    display: inline-block;
 *display:inline;
    zoom: 1; /* ie inline-block fix */
    width: 10em;
}
.search-box select[name="contentType"] {
	width:11.3em;
	padding-left:0;
	padding-right:0;
}
.search-box input[type="search"] {
    width: 92%;
}
.search-box #dtFrom, .search-box #dtTo {
    width: 7em;
}
.search-box input[type="submit"] {
    position: relative;
    top: -3px;
}

.nav-search-bt {
	width: auto;
	background: #467984;
	border: none;
	padding: 4px 8px;
	color: #fff;
	text-transform: uppercase;
}

/* Public Notices Form */#publicNoticesform label {
    display: inline
}
#startDate, #endDate {
    width: 6em;
}
/* Full Width */.main-container.full-width {
    background: none
}
.main-container.full-width .row {
    margin-left: 0;
}
.main-container.full-width .search-box {
    margin-right: 0;
}
/* Lists */.dottedList li {
    background: url(img/list-icon.png) left center no-repeat;
    padding: 0.2em 0 0.2em 15px;
    border: 0;
}
.columnsList {
    padding: 1em 0;
}
.utility-page .columnsList {
	text-indent:0;
	padding-left:0;
}
.columnsList li {
    display: inline-block;
    margin-bottom: 0.5em;
    margin-right: 2%;
    vertical-align: top;
    width: 40%;
}
.two-column li {
    width: 45%;
    display: inline-block;
 *display:inline;
    zoom: 1; /* ie inline-block fix */
}
.columnsList li a {
    color: #000;
}
.alignRight {
    float: right;
}
/* Tables */.main-page-div table {
    border-collapse: collapse;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    margin: 2em 0;
}
.main-page-div th {
    font-weight: bold;
    border: 1px solid #e6e6e6;
    padding: 0.5em;
    font-size: 1em;
    white-space: nowrap;
}
.main-page-div td {
    border: 1px solid #e6e6e6;
    padding: 0.5em;
    font-size: 1em;
    font-weight: normal;
}
.main-page-div tr:nth-child(even) td {
    background: #f3f3f3
}
.main-page-div .docByDate td:nth-child(1) {
    white-space: nowrap;
    text-align: left;
    color: silver
}
#newSurveyForm {
    width: 330px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    margin-left: 10px;
}
/* In Depth Analysis */

.inDepthInfo {
    border: 1px solid #e3e1e2;
    padding: 1em;
    width: 35%;
    float: left;
}
.inDepthInfo ul {
    padding: 1em 0 1em 1.5em;
}

.inDepthInfo li {
    list-style: disc;
    font-family: Arial, sans-serif;
    color: #666666;
}
/* Info Table */

/* Info Table */

.infoTable {
    width: 55%;
    float: left;
}
.infoTable td {
    font-family: Arial, Helvetica, sans-serif;
    padding: 3px;
    border: none;
}
.infoTable tr:nth-child(even) td {
    background: none
}
.article-text .infoTable a:link {
    color: #4c4c4c;
    text-decoration: none
}
.article-text .infoTable a:hover {
    color: black;
    text-decoration: underline
}
.infoTable td:first-child {
    text-align: left;
    color: #000;
    white-space: nowrap;
    font-weight: 700;
}
/* Pagination */.pagination {
    text-align: center
}
/* Sidebar Content */.right-container .content-div {
    padding: 7.2% 0 7.2% 5.2%;
}
.right-container .content-div h3 {
    font-weight: bold;
    padding: 1em 0
}
.right-container .content {
    padding-top: 2em;
}
/* Lexis Nexis */.lexisnexis a:link, .lexisnexis a:visited {
    color: #467984;
 text-decoration: underline;
 font: 12px/22px "Droid Sans", sans-serif;
    font-weight: bold;
    padding-left: 5px;
}
.lexisnexis {
    background: #e6e6e6;
    margin: 1em 0;
    border: silver 1px solid;
    width: 90%;
    padding: 1em
}
.lexisnexis .header {
    background: #e6e6e6;
    padding: 1em;
    text-align: center;
    line-height: 3em
}
.lexisnexis .header h2 {
    font-size: 2em;
    line-height: 1.8em;
}
.lexisnexis .header h3 {
    font-size: 1.2em;
    line-height: 1.5em;
    padding: 10px 0 0 0;
}
.lexisnexis .lexislogo {
    margin: 0 auto;
    display: block;
}
.lexisnexis p {
    padding-top: 1.3em;
    font-size: 0.8em;
    line-height: 1.5em;
    padding-right: 1.3em;
}
/* Image Menu - Used in Courts */.imgMenu {
    text-align: center;
    padding: 0 0 4em 0;
    border-top: 1px solid #e3e1e2;/* margin-bottom: 3em; */
}
.imgMenu .item {
    display: inline-block;
 *display:inline;
    zoom: 1; /* ie inline-block fix */
    padding: 20px 20px;
    width: 160px;
    vertical-align: top;
}
.imgMenu .item:hover {
    opacity: 0.5;
}
/* PDF Icon */img.pdf {
    position: relative;
    top: 4px;
    margin-right: 1em;
}
/* HTML Icon */img.html {
    position: relative;
    top: 4px;
    margin-right: 1em;
}
/* 404 Image */img.error404 {
    float: left;
    margin: 0 2em 3em 0;
    position: relative;
    top: 36px;
}
/* Thumbnails */img.thumb {
    border: 1px solid #e3e1e2;
    float: left;
    margin: 0 1em 1em 0;
}
/* Contact Icon */img.contact-icon {
    vertical-align: top
}
/* Images */img.alignright {
    float: right;
    margin: 0 0 1em 2em;
}
img.alignleft {
    float: left;
    margin: 0 2em 1em 0;
}
img.center {
    margin: 0 auto;
}
/* Events */

A.eventHead {
	/*font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	color: #333333; 
	font-size:14px; 
	line-height:24px; 
	font-weight:700;
}

A.registerEventsLink{
	font-weight:700;
	text-transform:capitalize;
	padding: 0 0 0 5px;
}


/* Events */



h2.month {
    text-transform: uppercase;
    font: 22px/34px "Droid Sans", sans-serif;
}
h3.section {
    color: silver;
    font-family: 'Droid Sans', sans-serif;
    text-transform: uppercase;
}
h4.sub-section {
    font-family: 'Droid Sans', sans-serif;
    text-transform: uppercase;
    font-size: 1.1em;
}
/* Firms */



.filterList {
    font-family: Arial, sans-serif;
    float: right;
    padding: 0 0 10px 10px;
}
/* Buttons */



.squareBox, .squareButton {
    color: white !important;
    font-family: Arial, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    border: none;
    background-color: #467984;
    border-radius: 0;
    padding: 4px 8px;
    display: inline-block;
    width: auto;
 *display:inline;
    zoom: 1; /* ie inline-block fix */
    margin: 0.3em 0;
    text-decoration: none !important;
}
.squareButton:hover {
    text-decoration: none;
    background-color: #467894;
}
button.squareBox {
    margin: 0;
}
form .squareBox {
    margin-bottom: 10px;
}
/* Tags */



.itemtags {
    text-transform: uppercase;
    font-size: 0.9em;
    color: #467984;
    font-family: "Droid Sans", sans-serif;
}
/* Tabs */



.tabList {
    position: relative;
    font-family: Arial, sans-serif;
}
.tabList li {
    float: left;
    font-size: 1em;
}
.tabListContent {
    clear: left;
}
.tabListContent > div {
    display: none;
    width: 100%;
}
.tabListContent > div:nth-child(1) {
    display: block
}
.tabList li > a {
    display: inline-block;
 *display:inline;
    zoom: 1; /* ie inline-block fix */
    padding: 3px 4px;
    border-right: 1px solid #e3e3e3;
}
.tabList li:last-child > a {
    border: none
}
.tabList li > a:link {
    color: gray
}
.tabList li > a:hover {
    text-decoration: none;
    color: black
}
.tabList li.active > a:link {
    background: #f3f3f3;
    color: black
}
.dateGroup {
    display: inline-block;
 *display:inline;
    zoom: 1; /* ie inline-block fix */
    width: 8em;
    padding-right: 0em;
}
.date {
    font-style: italic;
    font-weight: 700;
    font: "Droid Sans", sans-serif;
}
.item-hdr h2 a:hover {
    text-decoration: underline;
}
.item-hdr small {
    font-family: "Droid Sans", sans-serif;
    color: #000;
    letter-spacing: 1px;
    font-size: 14px;
}
.item-hdr small.author {
    font: bold 12px/21px "Droid Sans", sans-serif;
    letter-spacing: 0;
    font-style: italic;
}
time {
    font-weight: normal;
    font-style: normal;
    padding-left: 2px;
}
.search-box #searchKeywords {
    margin-bottom: 1em
}
.search-box #searchKeywords {
    width: 100%;
}
.alphaList li {
    display: inline-block;
    background: none !important;
 *display:inline;
    zoom: 1; /* ie inline-block fix */
    font-family: Arial, sans-serif;
    padding: 0.5em 1%;
}
.alphaList li a:link {
    color: silver;
}
.alphaList li a:hover {
    color: black;
    text-decoration: none;
}
.collapsableList ul {
    display: none;
}
.collapsableList > li {
    padding: 0.4em 0
}
.collapsableList > li > a {
    font-size: 1.2em;
}
.collapsableList ul a:link {
    color: #666666
}
.collapsableList ul h3 {
    text-transform: uppercase;
    font-size: 14px;
    color: black;
}
/* VCards */

.vcard .fn {
    font-size: 18px;
    font-weight: normal;
    font-family: 'Droid Sans', sans-serif;
}
.vcard .org {
    Font-size: 14px;
    color: silver;
    font-family: 'Droid Sans', sans-serif;
}
.vcard .type, .vcard .colon, .country-name {
    display: none;
}
/*  legal leader */



.half-width-container-row-wrapper .story p {
    font: 14px/24px "Droid Sans", sans-serif;
}
/* market-landing */

.dottedList li {
    border: none;
}
/* business list form styles */

.radio-text {
    font-weight: 700;
    margin: 0 0 0 5px;
}
.select-counties label {
    display: inline;
    margin: 8px;
}
input.listform[type="submit"] {
    width: inherit;
}
/* #courtsSearchForm input[type="submit"] { width: inherit;} */

abbr.region {
    border-bottom-width: 0;
}
/* legal leaders */

.adressInfo {
    border: 1px solid #E3E1E2;
    color: #4C4C4C;
    font-size: 0.9em;
    line-height: 1.5em;
    margin: 1em 1em 1em 0;
    padding: 1em;
}
img.aligncenter {
    padding-left: 7%;
    float: none;
}
/*search-decisions */



.search-decisions small {
    font-family: "Droid Sans", sans-serif;
    color: #000;
    letter-spacing: 1px;
    font-size: 14px;
}
.search-decisions h2 {
    font: 36px/38px "Droid Serif", serif;
}
.search-decisions h2 a {
    color: #000;
}
/* Thank You Overlay











---------------------------------------------------------------------- */











.modal-parent.thank-you .modal-wrapper {
    width: 692px;
    margin-left: -26%;
}
.modal-parent.thank-you .modal-wrapper .thank-you-overlay {
    width: 100%;
}
.thank-you-overlay .benefits-list {
    padding: 0;
}
.thank-you-overlay .benefits-list li {
    margin-bottom: 10px;
    line-height: 1em;
}
.thank-you-overlay .benefits-list.three-columm li {
    margin-bottom: 10px;
    line-height: 1.5em;
    float: left;
    display: inline;
    width: 28.333%;
}
.thank-you-overlay .left-column {
    width: 52%;
    margin-right: 2%;
}
.thank-you-overlay .right-column {
    width: 43%;
    padding-left: 2%;
}
.thank-you-overlay .right-column a.subscribe-btn {
    width: 85%;
}
.thank-you-overlay .right-column p.med {
    margin: 15px 0 60px 0;
}
.thank-you-overlay .submit-bt {
    margin: 0 auto;
    text-align: center;
    width: 85%;
}
.thank-you-overlay .submit-bt:hover {
    color: #fff;
}
.thank-you-overlay .clearfix.div {
    border-bottom: 1px solid #a6a6a6;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.thank-you-overlay .or {
    font-size: 16px;
    line-height: 21px;
    width: 140px;
    margin-top: -37px;
    margin-bottom: 15px;
}
/* .date class for small tag */



small.date {
    font-style: normal;
    font-weight: 500;
    font: "Droid Sans", sans-serif;
    letter-spacing: 0 !important;
    font-size: 12px !important;
    line-height: 21px !important;
}


/* KATIE search styles */
#searchPage {margin:20px 0 0 0; }
#keyword.searchBar {
    width: 32%;
    margin: 0 5px 0 0;
}
#searchPage .submit-bt {
width: auto;
}
.search-manage-alerts2 {
    float:right;
    margin-right:20px;
}
.search-manage-alerts2 .createAlert img {
    vertical-align: middle;
}
.search-manage-alerts2 .question-mark {
    border: 1px solid #888;
    border-radius: 3px;
    box-shadow: 2px 3px 4px #888;
    color: #999999;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 6px;
    line-height: 6px;
    padding: 5px;
    vertical-align: middle;
}
.question-mark-img {
    vertical-align: middle;
    width:15px;
}

.search-manage-alerts2 .manageAlerts {
    color: #467984;
    padding: 5px 10px 0 10px;
    text-decoration: none;
    font-size:14px;
}
.search-manage-alerts2 .manageAlerts:hover {
    text-decoration: underline;
}

#searchModifiers {margin:20px 0 20px 5px; display:block;}
#searchModifiers li {float:left; font-size:12px;}
.filtersHead {float:left; margin:0 0 0 10px;  width:auto;font-size:12px;}
.filtersHeadClear{ float:right!important; margin:30px 20px 0 0;}

#sourceSelect{margin:0px;padding:3px;}
p.alertPromo{
    font-weight: 600;
    font-family: "Droid Sans", sans-serif;
    font-size: 24px;
    line-height: 30px;
    color:#666;
    margin:20px 0 10px 0;}
.share-element-search{float:right;}
.share-serach .share-element-search {
	background: none repeat scroll 0 0 #467984;
}

#CustomBlogAlert .share-serach .share-element-search,
#CustomFirmAlert .share-serach .share-element-search {
	background: none repeat scroll 0 0 #fff;
	margin:3px 0 0 0;
}

#CustomBlogAlert .search-manage-alerts {
	float:left;
	margin:0 0 0 20px;
}

#CustomFirmAlert .search-manage-alerts {
	margin:0;
	float:left;
}

#CustomBlogAlert .search-manage-alerts .share-serach .share-element-search A.followBlogLink,
#CustomFirmAlert .search-manage-alerts .share-serach .share-element-search A.followLink {
	line-height:16px; 
	padding:0; 
	color: #68a2af; 
	vertical-align: top; 
	display: inline-block; 
	font-weight: 700; 
	background:#fff; 
	text-decoration:underline;
}

.clearFilter{font-size:12px; margin:5px 0 5px 5px;}

.blurb-entry-content img {float:left; margin: 8px 20px 0 0;/*height: 165px;*/}
.slot9 img { width: 275px; height:165px; }

.sidebar-module .module .half-logo { 
 	vertical-align: bottom; 
 }
  
 .sidebar-module .text-list.module ul li a {
	font-style: normal;
}

.intl-contact p { margin-bottom:10px; }
.intl-contact a { color: #467984; }
 
.text-list ul li b { /* handles lawjobs module links */
 	font-weight: bold; 
}

.half-width-container .text-list .lawjobs-view-more a,.text-list .lawjobs-view-more a { /* handles lawjobs module view more link */
 	text-align:right;
 	border-top: 1px solid #e3e1e2;
 	padding: 5px 0;
 	background:url(http://www.alm.law.com/img/lawjobs2010/new-lawjobs-logo.png) right 9px no-repeat;
	padding-right: 117px;
	display:block;
	line-height:21px;
}

.text-list .lawjobs-view-more a:hover {
	text-decoration:none;
}

.radio, .checkbox { /* handle IE misaligned radio checkboxes */
 min-height: 17px; 
 padding-left: 20px; 
 }
 
 
 
 /******************************************************************************/
/*  REGISTRATION REVAMP LOGIN FORM SETTINGS  (legacy / pre overhaul code)      */
/*******************************************************************************/


#lightbox_login_new { width: 100%; height: 1000px; position: fixed; left: 0; top: 0; display: none; color: #eee; background-color: #3f3f3f; z-index: 2147483647 !important; /* changed from 9999990 */; background:url("/static/css/registration/img/overlay.png"); }

#lightbox_login_new #lightbox_box { width: 334px; margin: 125px auto; border: solid 2px #eee; background: #fff;  border-radius: 3px;border: 1px solid #b3b3b3;}

#lightbox_login_new #lightbox_box p#lightbox_login_new_close {background: #ffffff; font-size: 16px; font-weight: bold; margin: 0; padding: 0; text-align: right; float:right;}
#lightbox_login_new #lightbox_box p#lightbox_login_new_close a {color: #2d2d2d; cursor: pointer; text-decoration: none; margin: 3px;}
#lightbox_login_new #lightbox_box h3  {color: #AF743C; font-weight: bold; font-size:1.1em; margin: 10px; text-align: center;  }
#lightbox_login_new #lightbox_box p {font-size:0.75em; margin: 10px 20px; text-align:left; font-family:arial;}
#lightbox_login_new #lightbox_box p.access{font-weight: bold; margin:20px 40px 10px;color:#fff;}
#lightbox_login_new #lightbox_box p.access a{color:#d89d1f;}

#lightbox_login_new #lightbox_box .formStatusMessages  { clear:both; margin:10px 11px; }
#lightbox_login_new #lightbox_box .formStatusMessages   p {margin:0;}
#lightbox_login_new #lightbox_box  #emailCheckStatus p {font-weight: bold; color: #CE181F; margin: 10px; font-size:12px; font-family:arial;}

#lightbox_login_new #lightbox_box .linkedInBtn { margin:10px 0;clear:both; /*width:360px;*/}

#lightbox_login_new #lightbox_box .linkedInBtn #linkedinLogo {
    background: url("/static/css/img/linkedin2.png") no-repeat scroll 0 -10px transparent;
    display: inline-block;
    height: 100%;
    left: 18px;
    top: 0;
    width: 38px;
    padding: 0;
    margin: 0;
    
    }
    

#lightbox_login_new #lightbox_box form {margin:-10px 0 0; padding:10px 0 0; text-align: center;}

#lightbox_login_new #lightbox_box table#formLogin { width: 225px; margin:15px 0 0 40px; }
#lightbox_login_new #lightbox_box table#formLogin td { color: #000; font-size: 12px; text-align: right;  }
#lightbox_login_new #lightbox_box table#formLogin td input  { color:#000000; float: right; margin:0 0 5px 5px;  }
#lightbox_login_new #lightbox_box table#formLogin td.rememberMe  { clear: both; color: #00000; text-align: left; }
#lightbox_login_new #lightbox_box table#formLogin td.rememberMe input  { cursor: pointer; float:none; margin:0 5px 0 8px;}
#lightbox_login_new #lightbox_box table#formLogin td label { font-weight: bold; font-size: 13px; color: #333;}

#lightbox_login_new #lightbox_box  p.going {padding-left: 20px; background:transparent url(/static/css/registration/img/loading.gif) no-repeat scroll 0 0;}
#lightbox_login_new #lightbox_box #emailCheckStatus  { margin: 0; padding: 0;   }
#lightbox_login_new #lightbox_box #emailCheckStatus .user{color:#AF743C;}
#lightbox_login_new #lightbox_box #emailCheckStatus a{ color: #D89D1F;}
#lightbox_login_new #lightbox_box #loginSubmit  {  margin-left: 40px;  }

#lightbox_login_new #lightbox_box p.forgetPass {font-size:0.75em; text-align: center; } 
#lightbox_login_new #lightbox_box p.forgetPass a { color:#D89D1F; cursor: pointer; } 
#lightbox_login_new #lightbox_box p.forgetPass a:hover {text-decoration: underline;}

#lightbox_login_new #lightbox_box .newUserRegister  { background-color: #222; font-size:0.75em; font-weight:bold; line-height:3.0em; margin:0; padding:0; text-align: center;}
#lightbox_login_new #lightbox_box .newUserRegister a  {  color:#D89D1F; margin:0 7px; text-decoration: none; }
#lightbox_login_new #lightbox_box .newUserRegister #subscribelink {  line-height: 1.2em; padding: 15px 0; margin: 0 0 0 20px; display: block; text-align: left;  }
#lightbox_login_new #lightbox_box .newUserRegister a:hover {text-decoration: underline;}

#lightbox_login_new #overlaysubscribe a , #lightbox_login_new #overlayfooter a{color: #0071C2;}
#lightbox_login_new #lightbox_box #formLogin input.required{width:185px; *margin-right:10px; border-radius: 3px;border: 1px solid #b3b3b3;padding: 3px;}
#lightbox_login_new #lightbox_box #formLogin input.error { border: 1px solid red; }
#lightbox_login_new #lightbox_box #emailCheckStatus .error, #lightbox_login_new #lightbox_box #emailCheckStatus .bad { background: url("/static/css/registration/img/error.png") no-repeat scroll left center transparent; padding-left:30px;}
#lightbox_login_new #lightbox_box #emailCheckStatus .info , #lightbox_login_new #lightbox_box  .access { background: url("/static/css/registration/img/alert.png") no-repeat scroll left center transparent; padding-left:30px; color:orange;}
#lightbox_login_new #lightbox_box  .success, #lightbox_login_new #lightbox_box #emailCheckStatus .good{ background: url("/static/css/registration/img/success.png") no-repeat scroll left center transparent; padding-left:30px; color:#00D100;}
#lightbox_login_new #lightbox_box #overlaysubscribe{ font-size:15px; color:#000;}
#lightbox_login_new #lightbox_box #overlayfooter{ text-align:center; border-top:1px solid #ccc;padding-top:10px;font-size:11px;}
#lightbox_login_new #lightbox_box #loginSubmit.button.blueStandard  {  color: #fff; padding: 5px 68px; *padding:0; margin-right:10px; font-size: 15px;letter-spacing: 1px; margin-top:5px;}

#lightbox_login_new #lightbox_box.closed .button {
margin:10px 10px 0;
}

#lightbox_login_new #lightbox_box.closed  #formLogin {
display:none;
}

#lightbox_login_new #lightbox_box.opened  #formLogin {
display:block;
}

/*********End legacy sign in styles *******/

/******new overhaul sign in overlay***********/

#lightbox_login_new #lightbox_box .button {
    border-radius: 0 0 0 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font: 700 16px/22px Arial,Helvetica,sans-serif;
    margin: 0 2px;
    min-height: 22px;
    outline: medium none;
    overflow: hidden;
    padding: 0.5em 1.5em 0.55em;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    vertical-align: baseline;
    width: 80%;
}

#lightbox_login_new #lightbox_box table#formLogin {
    margin: 15px auto;
    width: 84%;
}
#lightbox_login_new #lightbox_box table#formLogin td label {
    color: #333333;
    font-family: 'Droid Sans',sans-serif;
    font-size: 13px;
    font-weight: bold;
}
#lightbox_login_new #lightbox_box #loginSubmit.button.blueStandard {
    background: -moz-linear-gradient(center top , #467984, #467984) repeat scroll 0 0 transparent;
    margin-right: 0;
    width: 73%;
}
#lightbox_login_new #lightbox_box table#formLogin input.required {
    width: 195px;
}
#lightbox_login_new #lightbox_box #overlaysubscribe {
    color: #000000;
    font-family: 'Droid Sans',sans-serif;
    font-size: 15px;
    text-align: center;
}

#lightbox_login_new #lightbox_box .overlaysubscribeline {
    color: #000000;
    text-transform: lowercase;
	font-size: 18px;
}

#lightbox_login_new #lightbox_box #overlayfooter {
    border-top: 1px solid #CCCCCC;
    color: #CCCCCC;
    font-family: 'Droid Sans',sans-serif;
    font-size: 11px;
    padding-top: 10px;
    text-align: center;
}
#lightbox_login_new #overlaysubscribe a, #lightbox_login_new #overlayfooter a {
    color: #467984;
    text-decoration: none;
}
#lightbox_login_new #overlaysubscribe a:hover, #lightbox_login_new #overlayfooter a:hover {
    color: #467984;
    text-decoration: underline;
}
.blue {
    background: none repeat scroll 0 0 #316693;
    border: medium none;
    color: #FFFFFF;
    filter: none;
}
.blue:hover {
    background: none repeat scroll 0 0 #316693;
    color: #FFFFFF;
    filter: none;
    text-decoration: underline !important;
}
.blueStandard {
    background: none repeat scroll 0 0 #467984;
    border: medium none;
    color: #FFFFFF;
    filter: none;
}
.blueStandard:hover {
    background: none repeat scroll 0 0 #467984;
    filter: none;
    text-decoration: underline !important;
}

@media only screen and (max-device-width : 650px) {
    #lightbox_login_new #lightbox_box {
	    margin: 5px auto;
	}
}

/*******end overhaul sign in overlay******/

/* OAS AD STYLES */
/* peelback and wallpaper ad unit styles */
#peelback img, #peelback a {display:none;}

.wallpaperLeft {
    position: absolute;
    top: 50px;
    width: 400px;
    margin: 0;
    left: -403px;
    text-align: right;
	}
	
.wallpaperRight {
	position: absolute;
	top: 50px;
	width: 400px;
	margin: 0;
	right: -403px;
	text-align: left;
	}

.content-wrapper {
  	min-height: 100%;
  	/* equal to footer height */
  	margin-bottom: -203px; 
	}
.content-wrapper:after {
  content: "";
  display: block;
}
footer, .content-wrapper:after {
  /* .push must be the same height as footer */
  height: 202px; 
}

.header-wrapper { position: relative;}
.main-wrapper { position: relative;background-color: #fff;}
.footer-wrapper { position: relative; z-index:100;}
#page-container { position: relative;background-color: #fff;}

.span8 { padding-left: 0.5%; }

/* oas pop up ad styles*/
.footer-ads { line-height:0;font-size:0;}
.footer-ads a { line-height:0;}
#OAS_RMF_x26_LAYER { z-index: 1000 !important; }
#OAS_RMF_x25_LAYER { position:fixed !important;top: 80% !important;left:20.5% !important; display: block;}

/* nav module ad styles */
.subsection-ad {background-color: #F6F6F6;float:left;height:100% !important; padding:.5%;width:37%;position:relative;z-index:2;text-align:center; box-shadow:3px 6px 5px rgba(0,0,0,0.25);}

/*x21 module ad styles - slideshow full width*/
.main-column-slideshow .slider { padding-bottom: 10px;}




/* Search Results Layout Page */
#contentSpot {float: left; padding-bottom: 20px; width: 100%; margin-top:30px;}

#contentSpot .headshot {float: left; padding: 0 20px 20px 0;} 
.tabletCheat {display: inline-block; padding:0; margin:0;} 
.tabletCheat li {float: left; margin:0 15px 0 0; line-height: 0; padding: 0;}
.tabletCheat li a {display: block; width: 15px;}
.tabletCheat li a:hover {text-decoration: none; }


/* Firm Profiles Page */
.orderReport input { 
background: #467984; 
color: #fff; 
border: none; 
outline: none; 
padding: 4px; 
text-align: center; 
} 
#firmHead {Display: inline-block; Width: 100%;} 
#moreProfiles {Padding: 0 2% 0 0;	Width: 45%; Float: right;}
#mainStats {display: block; overflow: auto; padding: 0 0 4% 0; clear: left;} 
#inDepthAnalysis { 
	float: right; 
	padding: 2%;  
	border: 1px solid #e3e1e2;  
	margin: 0 3% 0 0; 
	max-width:50%;
}
#moreProfiles > span:first-of-type {
	float:left;	
}
.select-container {
	position:relative;
	float: left;
	top: -3px;
	left: 5px;
}
.select-container a:first-of-type {
	width:228px;	
}
.select-container-header::after {
	content: '';
	position: absolute;
	top: 10px;
	border: 7px solid transparent;
	z-index: 0;
	border-top-color: #467984;
	border-left-color: transparent;
	right: 8px;
	border-width: 11px 6px;
}
	#firm-names {
		height:300px;
		overflow-y:auto;
		margin:0;
		position:absolute;
		top:-10px;
		border:1px solid #ccc;
		width:369px;
		top: 25px;
		left: 0;
		background: #fff;
		z-index:1000;
		display:none;
	}
	#firm-names li {
		clear:both;
	}
		#firm-names a,#firm-names a:hover {
			display:block;
			text-decoration:none;
			border:0;
			border-top:0;
			box-shadow:none;
			margin:0;
			border-radius:0;
			padding:3px 6px;
			width:auto;
		}
		#firm-names a:hover {
			background:#467984;
			color:#fff;
		}
.shadowed {padding: 2% 0 0 0;}
#firmRankings {width: 97%; } 
.categories th {border-color: #e3e1e2; border-style: solid; border-width: 1px; font-weight: 700;} 
#firmRankings td {border: 1px solid #e3e1e2; padding: 5px;}
#firmRankings tr:nth-child(even) td { 
background: #f3f3f3; 
}
.digest { 
margin: 0 3% 0 0; 
border-bottom: 1px solid #e3e1e2; 
padding: 10px 0; 
} 
.digest h2 a { font-size: 28px; line-height: 38px; font-family: "Droid Serif", serif; color:#333;} 
.digest p.info {font-size: 12px; line-height: 21px; font-weight: 700;}


/* Top Rated Lawyer pages */
#guidesPromo { 
  border-top:1px solid #e3e1e2; 
  padding: 20px 50px 10px 0; 
}
#guidesPromo .promosText {font-size:14px;} 
#bestLawyers_hub {padding: 0 3% 0 0;} 

/* Daily Report Dozen */
.chartTabs { 
position: absolute; 
width: 100%; 
z-index: 1; 
} 

.chartTab a { 
float: left; 
padding: 0 11px; 
}

/* Global Decision Template */
.blurb-list .court-title { 
font-family: "Droid Sans", sans-serif;
color: #211e1f; 
padding: 0; 
display: block; 
width: auto; 
text-transform: uppercase; 
font-size: 12px; 
font-weight: 700; 
letter-spacing: 1px; 
} 

.practice-area-marker { 
text-transform: capitalize; 
font-size: 12px; 
font-family: "Droid Sans", sans-serif;
padding: 10px 0 0 0; 
font-weight: 700; 
margin-right: 8%; 
} 

.practice-area-marker a { 
text-transform: capitalize; 
font-weight: normal; 
}


/* Native ADs */

.phoenix-inline-image .image-caption {
font-family: "Droid Sans", sans-serif;
font-style: italic;
font-size: 11px;
line-height: 18px;
margin: 0 2% 2% 2%;
}

.me-content-container ol {
list-style: decimal;
margin: 0 0 10px 25px;
}

.nativeAdvertise {
        margin-top: 20px;
        margin-right: 10px;
        border-top: 1px solid #e3e1e2;
        background-color: #f0f0f0;
    }

        .nativeAdvertise h3 {
            font-family: "Droid Sans", sans-serif;
            font-size: 18px;
            padding-top: 15px;
        }

            .nativeAdvertise h3 a {
                color: #333333;
                font-size: 14px;
                line-height: 24px;
                font-weight: 700;
            }
       
            .nativeAdvertise p, 
            .nativeAdvertise h2,
            .nativeAdvertise h3,
            .nativeAdvertise small.authors
            {
                display:block;
                margin-left:10px;
            }

        .nativeAdvertise p.copy {
            font-family: "Droid Sans", sans-serif;
            font-size: 14px;
        }

        .nativeAdvertise .nativeAdvertise-img {
            float: left;
            padding: 10px;
        }

        .nativeAdvertise .nativeAdvertise-img img {
            width: 275px;
            height: 165px;
        }

        
        .nativeAdvertise .presentedBy {
            display:inline-block;
            text-transform: uppercase;
            font-family: "Droid Sans", sans-serif;
            font-size: inherit;
            /*color:#467984;*/
            font-weight: 700;
        }

       
        .nativeAdvertise .presentedBy img {
			vertical-align: middle;
			float: inherit;
			margin: 0 15px;
			height: initial;
		}
        
/* Native ADs - Homepage TopStory Primary and Seconddary */

.native-sponsored {
    border-top:1px solid #4a4e50;
    color:#fff;
    padding-top:5px;
}

.native-sponsored p.perspectivesLink {
	background: url(img/perspectives-bullet.png) no-repeat left 14px;
	padding: 7px 0 7px 15px;
	font-family: "Droid Sans", sans-serif;
	font-size: 12px;
}



.native-sponsored p.perspectivesLink a {
	text-transform: initial;
}

.native-sponsored p.perspectivesLink span {
	text-transform: uppercase;
	font-weight: 700;
	font-size: inherit;
}



.native-sponsored-secondary p.kicker {
	float: left; /*adding float back - jcheung 5-16-14*/
	text-transform: uppercase;
	font-weight: 700;
	font-size: inherit;
	
}

.native-sponsored-secondary p.kicker span {
	float: left;
	padding-right: 5px;
}

.utility-page .native-sponsored-secondary p {
	margin-right: initial;
	padding-bottom: initial;
}

.native-sponsored-secondary .article-text ul li {
	background: transparent;
}

/* Twitter Feed Box */

#twitterLinks {
float: left;
width: 98%;
padding: 5px 0;
text-align: center;
}
    
a.twitterLink {
padding: 0 10px;
color: #000;
font-size: 11px;
line-height: 24px;
text-transform: uppercase;
}


a.twitterLink:after {
padding-left: 5px;
content: url(img/read-more-arrow.png);
}

/* RTI Chart Fix */
table.google-visualization-table-table{
	margin-top:0;
}
ul.chartTabs{
	width:600px;
	border:1px solid rgb(230,230,230);
	border-bottom:none;
	background-color:rgb(230,235,245);
	}
li.chartTab.selected a{
	background-color:#ffffff;
	}

/*CA On the Move styles*/
.onthemove-text {margin-right: 4%;} 
.onthemove-text p {padding-bottom: 2%;} 

/* customization for custom alert saver on lawfirm profile pages */
.alertForm_Firms {
	display:none; /* we will use jQuery to show it when we want it */
}


/*International Site styles*/
p.region, div.region {
	color: #68a2af;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	font-family: "Droid Sans", sans-serif;
}

.TALIAsianLawyer {
color: #c72127 !important;
}

.TALIEurope {
color: #0d72b4 !important;
}

.TALILatinAmerica {
color: #33b66f !important;
}

.updated-hp-top-stories { padding: 1px; margin-left: 5px; font-size: 10px; font-weight: 700; font-family:sans-serif !important;border: 1px solid #fff; color: #fff; vertical-align: top;}
.updated-hp-modules { padding: 1px; margin-left: 5px; font-size: 10px; font-weight: 700; font-family:sans-serif !important;border: 1px solid #68a2af; vertical-align: top; color:#68a2af;}
.updated-marker { background-color: #fff;font-family: 'Droid Sans',serif;font-size:12px; font-weight:700;letter-spacing: 1px; padding: 1px 10px; text-transform:uppercase; width:auto;display:inline-block; margin-top:10px; color: #467984; border: 2px solid #467984;}
.updated-msg { color: #467984; font-style: italic;}

ul.main-nav-right-account.reconfig { width:40%;}
.menu-div .reconfig .my-account-option { padding-right: 10px !important;}
.reconfig .my-account-div { box-shadow:3px 6px 5px rgba(0, 0, 0, 0.25);border: 1px solid #706b6d; }
.reconfig .my-account-div ul { padding: 0 2% 10px;}
.reconfig .my-account-div ul li { float:none;}
.reconfig .my-account-div ul li:last-child { border-bottom-width:0;}
.reconfig .my-account-div ul li a { padding: 0;text-transform:uppercase;}
ul.main-nav-right-account.reconfig li.subscribe, ul.main-nav-right-account.reconfig li.subscribe a { padding-right:0;}

@media screen and (max-width: 1199px) and (min-width: 979px) {
	.main-logo { margin-left:-250px; }
	ul.main-nav-right-account.reconfig { width: 41%; }
}

@media screen and (max-width: 979px) and (min-width: 768px) {
	.main-logo { margin-left:-275px; }
	ul.main-nav-right-account.reconfig { width: 48%; }
	.nav-bar-searchform input[type="text"] { width: 75px !important; }		
}

/*lawjobs widget styles for right rail */

div.jobs_widget {width: 100%;text-align: left;}
div.jobs_widget a {font-weight:bold;color: #000000 !important;}
div.jobs_widget div.jobs_widget_job_section {/*padding: 5px;*/border-top: 1px solid #E3E1E2;padding: 15px 0; }

/* bigvoodoo styles for right rail */
	#bigVoodooMod { border-top: 2px solid #E3E1E2;margin-top: 5px;margin-bottom: 5px;padding-top: 10px;}
	#bigVoodooMod div.jobs_widget { width: 100%; text-align: left;}
	#bigVoodooMod div.jobs_widget div.jobs_widget_job_section a {color: #000000 !important;}
	#bigVoodooMod div.jobs_widget div.jobs_widget_job_section .title {font-weight:bold;color: #000000 !important;}
	#bigVoodooMod div.jobs_widget div.jobs_widget_job_section { border-top: 1px solid #E3E1E2;padding: 15px 0;}
	
/* group subscriptions tab styles */
.slide-out-sub-div { line-height: 1; position: fixed; right: -422px; }

.slide-out-sub-div {padding: 10px;width: 400px;background: #f6f6f6;border: #e3e1e2 1px solid; z-index: 200;}

.slide-out-sub-div .handle {background: #467984;color: #fff;text-indent: -9999px;/*background-image: none;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform: rotate(-90deg);padding: 10px;*/}

.slide-out-sub-div .handle a {background: url(/static/css/img/contact_tab-ridge-left.png) no-repeat scroll 0 0 transparent;width: 40px;height: 150px;display: block;text-indent: -9999px;outline: medium none;position: absolute;top: 0px;left: -40px;}			

.slide-out-sub-div h3 {font-weight: 700;padding: 0 0 10px 0;line-height: 24px; }

.slide-out-sub-div ul {padding: 10px 0;}

.slide-out-sub-div ul li {padding: 0 0 10px;}

.slide-out-sub-div p {line-height: 24px;}

.groupSubscriptionTab_ipad_topPos {top: 150px !important;}
	

