@charset "utf-8";
/* CSS Document */
.visitedLinks a:visited {
	color: #551A8B;
}
.backToTop {
	font-size: 14px;
	clear: both;
	text-align: right;
	margin-bottom: 10px;
}
.backToTop i {
	font-size: 20px;
	color: #0099ff;
    height: 20px;
	margin: 3px 3px 0 0;
    vertical-align: middle;
}
.backToTop2 {
	font-size: 14px;
	text-align: right;
}
.backToTop2 i {
	font-size: 20px;
	color: #0099ff;
    height: 20px;
	margin: 3px 3px 0 0;
    vertical-align: middle;
}
.dividerGray {
	background-color: #efefef;
	border-bottom: 1px solid #444;
	margin: 4px 0 0 10px;
	padding: 2px 0 2px 10px;
}
.hRule {
	height: 1px;
	border-bottom: 1px solid #0676c2;
	width: auto;
	clear: both;
	padding-top: 4px;
}
.hRule2 {
	border-bottom: 1px solid #0676c2;
	width: 100%;
	clear: both;
}
.hRuleTB {
	height: 1px;
	border-bottom: 1px solid #0676c2;
	width: 100%;
	clear: both;
	padding-top: 6px;
	margin-bottom: 6px;
}
.doubleHeader {
	margin-bottom: 14px;
}
.reg {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .8em;
}
.cf {
	clear:both;
	padding-top: 15px;
}
.cb {
	clear:both;
}
.fl {
	float: left;
	width: 100%;
	clear:both;
}
.fl2 {
	width: 100%;
	clear:both;
	overflow: hidden;
}
.wrapper751 {
	float: left;
	padding-top: 15px;
	width: 100%;
	clear:both;
}
.bkGray1 {
    background: #efefef;
}
.noBold {
	font-weight: normal;
}
.defaultFont {
	font-size: 15px;
	font-style: normal;
}
.successBox {
    background: #ecf3f8;
    margin: 10px auto;
    padding: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #090;
	text-align: center;
}
.free-trial {
    background: #ecf3f8;
    width: 600px;
    margin: 15px auto;
    border-radius: 4px;
    box-shadow: 0px 2px 1px 1px rgba(0, 39, 66, 0.11);
    padding-top: 16px;
}
.free-trial .form-header {
	margin-left: 30px;
}
.free-trial .form-header h2 {
	text-align: left;
	font-size: 20px;
	color: #215378;
	font-weight: bold;
	margin: 0 0 8px 0;
}
.free-trial .form-left {
	float: left;
	position: relative;
    width: 70%; 
}
.free-trial .form-right {
	float: right;
    width: 30%; 
}
.free-trial .form-left .field-group {
      padding: 0 0 0 30px;
}
.free-trial .form-right .field-group {
      padding: 0 30px 0 15px;
}
.textfield-group label {
    display: block;
    margin-bottom: 8px; 
}
.textfield-group .error-label {
    color: #ff0000;
    display: block;
    margin-bottom: 8px;
}
.insightsSearchBox {
    width: 600px;
    margin: 0 auto;
	padding: 0 0 10px 0;
}
.insightsSearchBox .form-left {
	float: left;
	text-align: right;
    width: 300px; 
}
.insightsSearchBox .form-right {
	float: right;
    width: 300px; 
}
.public a, .staff a, .mycounselor a {
	text-decoration: underline;
}
.product-desc-pubs a {
	text-decoration: underline;
}
.bookDesc a {
	text-decoration:underline;
}
.footer-default a {
	color: #0676c2;
}
.spotOfferItem {
	text-align:center;
}
.free-trial .marketing-btn {
      width: 100%; 
}
.marketing-btn {
  font-weight: 900;
  /*text-transform: uppercase;*/
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  display: inline-block;
  background: #027acc;
  padding: 4px 14px;
  border-radius: 4px;
  margin: 0;
  box-shadow: 3px 3px 3px 0 #666;
  text-align: center;
  transition: background 0.2s; 
  line-height: inherit;
  cursor: pointer; 
}
.marketing-btn:hover, .marketing-btn:focus {
    outline: none;
    background: #5997ce; 
	text-decoration: none;
}
.marketing-btn:active {
    transition: background 0s;
    background: #2c6495; 
	text-decoration: none;
}

.buttonStyle1 input[type=submit] {
  font-weight: 900;
  /*text-transform: uppercase;*/
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  display: inline-block;
  background: #0099FF;
  padding: 9px 18px;
  border-radius: 4px;
  margin: 0;
  box-shadow: 0 3px 0px 0 #21496d;
  text-align: center;
  transition: background 0.2s; 
  line-height: inherit;
  cursor: pointer; 
    border-width: 0px;
    border-style:none;
    border-image:none;
}
.buttonStyle1 input[type=submit]:hover, .buttonStyle1 input[type=submit]:focus {
    outline: none;
    background: #5997ce; 
	text-decoration: none;
}
.buttonStyle1 input[type=submit]:active {
    transition: background 0s;
    background: #2c6495; 
	text-decoration: none;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
    outline: none;
    border-color: #226492; 
}
input[type=text],
input[type=password],
input[type=email] {
  display: block;
  width: 100%;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #e3edf7;
  box-shadow: inset 0px 2px 0px 0px rgba(56, 126, 188, 0.04), 0px 5px 10px 0px rgba(56, 126, 188, 0);
  appearance: none;
  /*font-size: 120%;*/
  border-color: #226492; 
  padding: 0 12px;
  transition: box-shadow 0.3s;
  vertical-align: middle;
  /*line-height: 2.5; IE11 Problem */
}
/* search form */
.search input[type=text] {
	display: inline;
  width: 250px;
  height: 43px;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-shadow: inset 0px 2px 0px 0px rgba(56, 126, 188, 0.04), 0px 5px 10px 0px rgba(56, 126, 188, 0);
  appearance: none;
  font-size: 120%;
  padding: 5px 15px;
  transition: box-shadow 0.3s;
  vertical-align: middle;
  /*line-height: 2.5; IE11 Problem */
  margin-right: 15px;
}
.search input[type=text]:focus {
    outline: none;
    border-color: #015980; 
}

.top-banner{
    background-image: url(/images/top-banner-wave3.png);
	background-color: #005940;
    background-position: 72% 96%;
    background-repeat: no-repeat;
}
.top-banner-fincat-auto {
    background-image: url(/images/hero-auto.jpg);
    background-repeat: no-repeat;
    background-position: center center;
	background-size:cover;
	height: 424px;
}
.top-banner-fincat-mortgage {
    background-image: url(/images/hero-mortgage.jpg);
    background-repeat: no-repeat;
    background-position: center center;
	background-size:cover;
	height: 424px;
}
.top-banner-fincat-installment {
    background-image: url(/images/hero-installment-loan.jpg);
    background-repeat: no-repeat;
    background-position: center center;
	background-size:cover;
	height: 424px;
}
.top-banner-fincat-goods {
    background-image: url(/images/hero-goods.jpg);
    background-repeat: no-repeat;
    background-position: center center;
	background-size:cover;
	height: 424px;
}
.top-banner-fincat-boat {
    background-image: url(/images/hero-boat.jpg);
    background-repeat: no-repeat;
    background-position: center center;
	background-size:cover;
	height: 424px;
}
.top-banner-fincat-privacy {
    background-image: url(/images/hero-privacy2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
	background-size:cover;
	height: 424px;
}

.hero-image {
    color: #fff;
  }
.hero-image-title {
	font-family: inherit;
	color: inherit;
	padding-top: 15px;
    font-size: 3.9em;
    font-weight: 100;
    line-height: 1.3;
	display: block;
	margin: .5em 0;
}

h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
    /*text-transform: capitalize;*/
}

h2 {
    font-weight: bold;
}

p {
    font-size:16px;
}

.bg-purple-gradient {
background:#323175;
}

.bg-grey-gradient {
    background: #EEEEEE;
}

.bg-teal-gradient {
    background:#43b7bf;
}

.bg-blue-gradient {
    background: #dceffd;
}

.bg-idk-blue-gradient {
    color:#fff;
    background: #387ebc;
}

.bg-orange-gradient {
    background: #fd9730;
        color: #fff;
}
.bg-hero {
    background: #005940;
    color: #fff;
	margin-top:90px;
	padding-top:0px;
}
.bg-hero2 {
    background: #005940;
    color: #fff;
	margin-top:90px;
	padding-top:0px;
}
.myc-navbar-offset {
	margin-top:90px;
}
a.anchor {
    display: block;
    position: relative;
    top: -96px;
    visibility: hidden;
}
.bg-warm-grey-gradient {
    background:#F4F7F8;
}

.bg-cold-grey-gradient {
    background: #B6DBF0;
}

.dark-blue {
    color: #215378;
}

.dark-orange {
    color: #F78921;
}
.statistic-strip, .statistic-strip2 {
    padding: 15px 0;
    background: #EEEEEE;
}
.statistic-strip span, .statistic-strip2 span {
    font-size: 20px;
    font-weight: 100;
}
.band-intro-small h3 {
    margin: 40px 0 50px;
    text-align: center;
    line-height: 130%;
    font-size: 26px;
}

.panel-bullets h3 {
    font-weight: 700;
    font-size: 19px;
}
.hp-band-one h2 {
	font-size: 24px;
    margin-top: 10px;
    text-align: left;
    padding-bottom: 10px;
	margin-bottom: 0px;
}
.hp-band-one img {
    width: 100%;
    margin: 0 0 40px 0;
}
.hp-insights-header h2 {
	font-size: 30px;
}
.hp-insights-header h3 {
	font-size: 24px;
}
.insights h2 {
	font-weight: bold;
    margin-top: 0px;
	font-size: 24px;
    text-align: left;
	margin-bottom: 0px;
}
.insights h3 {
	font-weight: bold;
	font-size: 16px;
    margin-top: 10px;
    text-align: left;
	margin-bottom: 16px;
}
.hp-insights h3 {
	font-weight: bold;
    margin-top: 0px;
	font-size: 24px;
    text-align: left;
	margin-bottom: 0px;
}
.hp-insights h4 {
	font-weight: bold;
	font-size: 16px;
    margin-top: 10px;
    text-align: left;
	margin-bottom: 16px;
}
.hp-insights h4 a, .insights h3 a {
	text-decoration: underline;
}
.hp-weekly-watch h3 {
	font-weight: bold;
    margin-top: 0px;
	font-size: 16px;
    text-align: left;
	margin-bottom: 16px;
}
.hp-weekly-watch .date-header {
	font-style: italic;
	font-size: 18px;
    margin-top: 10px;
    text-align: left;
	margin-bottom: 16px;
}
.hp-weekly-watch .date-header a {
	text-decoration: underline;
}
.more-article {
	margin-left: 10px;
	font-size: 12px;
}
.more-article a {
	text-decoration: underline;
}
.hp-auto h2{
    border-bottom: 6px solid #FF0000;
}
.hp-mortgage h2{
    border-bottom:6px solid #57B900;
}
.hp-specialty h2{
    border-bottom: 6px solid #0099FF;
}
.hp-privacy h2{
    border-bottom: 6px solid #005940;
}
.hp-conference {
    background: #ecf3f8;
    background-image: url(/images/abstract.png);
}
.hp-conference h3 {
	margin-top: 2px;
}
.hp-conference h2 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 2px;
}
.hp-conference a, a:hover {
	text-decoration: underline;
}
.carousel-control {
    background: none !important;
    color: #0099FF;
    width: 0%;
    opacity: 0.9;
}
.carousel-control.right {
    left: auto;
    right: -60px;
}
.carousel-control.left {
    right: auto;
    left: -60px;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
    max-height: 500px;
    margin: 0 auto;
}
.carousel-bg{
    background-image:url('/images/abstract.png');
}
.automation-band img {
    max-height: 118px;
}

.hp-overview {
    padding: 15px 15px 0px 15px;
}
.hp-overview a {
	text-decoration: underline;
}
.hp-overview h2 {
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 15px;
	font-style: italic;
	font-weight: 300;
}
.hp-overview p {
    font-size: 18px;
}
.hp-overview h1:before {
    content: " ";
    display: inline-block;
    border-top: 1px solid #666;
    padding-bottom: 7px;
    width: 10%;
    margin-right: 12px;
}
.hp-overview h1:after {
    content: " ";
    display: inline-block;
    border-top: 1px solid #666;
    padding-bottom: 7px;
    width: 10%;
    margin-left: 12px;
}
.hp-insights-header {
    padding: 15px 15px 10px 15px;
}
.hp-insights-header h3 {
	margin-top: 5px;
	margin-bottom: 15px;
	font-style: italic;
}
.hp-insights-header h2:before {
    content: " ";
    display: inline-block;
    border-top: 1px solid #666;
    padding-bottom: 7px;
    width: 10%;
    margin-right: 12px;
}
.hp-insights-header h2:after {
    content: " ";
    display: inline-block;
    border-top: 1px solid #666;
    padding-bottom: 7px;
    width: 10%;
    margin-left: 12px;
}
.product-header {
    padding: 10px 15px;
}
.product-header a {
	text-decoration: underline;
}
.product-header h2 {
	margin-top: 5px;
	margin-bottom: 15px;
	font-style: italic;
}
.product-header h2 {
	font-size: 22px; 
	font-weight: 300;
}
.product-header p {
    font-size: 18px;
}
.product-header h1:before {
    content: " ";
    display: inline-block;
    border-top: 1px solid #666;
    padding-bottom: 7px;
    width: 10%;
    margin-right: 12px;
}
.product-header h1:after {
    content: " ";
    display: inline-block;
    border-top: 1px solid #666;
    padding-bottom: 7px;
    width: 10%;
    margin-left: 12px;
}
.product-sections {
    padding:0 15px 10px 15px;
}
.product-sections h2 {
	font-size:24px;
	color: #767676;
}
.product-sections h2:before {
    content: " ";
    display: inline-block;
    border-top: 1px solid #767676;
    padding-bottom: 7px;
    width: 7%;
    margin-right: 12px;
}
.product-sections h2:after {
    content: " ";
    display: inline-block;
    border-top: 1px solid #767676;
    padding-bottom: 7px;
    width: 7%;
    margin-left: 12px;
}
.product-desc-slc {
    background-image: url(/images/icon-slc-bk.png);
    background-position: center 50px;
    background-repeat: no-repeat;
}
.product-desc-slc a {
	text-decoration: underline;
}
.product-desc-lr {
    background-image: url(/images/icon-lr-bk.png);
    background-position: center 50px;
    background-repeat: no-repeat;
}
.product-desc-lr a {
	text-decoration: underline;
}
.product-categories a {
	color:#333;
}
.product-categories a:hover {
	text-decoration: underline;
}
.product-categories h3 {
	margin-top: -4px;
	font-style: italic;
	font-weight: bold;
}
.product-desc-pubs {
    background-image: url(/images/icon-pubs-bk.png);
    background-position: center 50px;
    background-repeat: no-repeat;
}
.product-desc-training {
    background-image: url(/images/icon-training-bk.png);
    background-position: center 50px;
    background-repeat: no-repeat;
}
.product-desc-training a {
	text-decoration: underline;
}

.insights {
    padding: 0 0 10px 0;
}
.public {
    padding:10px 15px;
}
.public h3 {
	margin-top: 0;
	font-style: italic;
	font-weight: bold;
}
.public h2 {
	font-size: 24px;
	margin-bottom: 15px;
	font-weight: bold;
}
.public h1:before {
    content: " ";
    display: inline-block;
    border-top: 1px solid #666;
    padding-bottom: 7px;
    width: 10%;
    margin-right: 12px;
}
.public h1:after {
    content: " ";
    display: inline-block;
    border-top: 1px solid #666;
    padding-bottom: 7px;
    width: 10%;
    margin-left: 12px;
}
.mycounselor {
    padding:20px 15px;
}
.mycounselor h3 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
}
.mycounselor h2 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: bold;
}
.mycounselor h1:before {
    content: " ";
    display: inline-block;
    border-top: 1px solid #666;
    padding-bottom: 7px;
    width: 10%;
    margin-right: 12px;
}
.mycounselor h1:after {
    content: " ";
    display: inline-block;
    border-top: 1px solid #666;
    padding-bottom: 7px;
    width: 10%;
    margin-left: 12px;
}
.staff h1:before {
    content: " ";
    display: inline-block;
    border-top: 1px solid #666;
    padding-bottom: 7px;
    width: 10%;
    margin-right: 12px;
}
.staff h1:after {
    content: " ";
    display: inline-block;
    border-top: 1px solid #666;
    padding-bottom: 7px;
    width: 10%;
    margin-left: 12px;
}
.staff h2 {
	margin-top: 10px;
	margin-bottom: 4px;
	font-weight: bold;
	font-style: normal;
	font-size: 18px;
}
.staff h3 {
	margin-top: 0;
	margin-bottom: 24px;
	font-size: 14px;
    font-weight: 500;
}
.user-forms h2 {
	font-size: 24px;
	font-weight: bold;
}
span.quote-name {
    font-size: 26px;
    font-weight: 100;
}
.carousel-inner {
    min-height: 500px;
}
.carousel-caption h3 {
    color: #F78921;
    text-shadow: 0 0 0;
    font-weight: 700;
}
.carousel-caption {
    position: initial;
}
.hero-swap-wrapper{
    display: inline;
    text-indent: 10px;
}
.hero-swap-wrapper span{
    position: absolute;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    color: #323175;
}

.hero-swap-wrapper  span{
    animation: rotateWordsFirst 10s linear infinite 0s;
}

.hero-swap-wrapper  span:nth-child(2) { 
    animation-delay: 2.5s; 
    color: #3FB5BF;
}
.hero-swap-wrapper  span:nth-child(3) { 
    animation-delay: 5s; 
    color: #f78921; 
}

.hero-swap-wrapper span:nth-child(4) {
    animation-delay: 7.5s;
    color:#7DB737;
}
.stage {
    font-weight: 700;
    display: inline-block;
    /*height: 60px;*/
}
.header-inside-subtitle {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.3;
    color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
}
.header-inside-subtitle-solo {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.3;
    color: #fff;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* WORDS SWAP */
[data-words]{
  vertical-align: top;
  position: static;
}
[data-words] > span{
  position: absolute;
  /*border-bottom: 1px solid;*/
  
}
[data-words] > span.word-color-0{
    color: #87bda3;
}
[data-words] > span.word-color-1{
    color: #87bda3;
}
[data-words] > span.word-color-2{
    color: #87bda3;
}
[data-words] > span.word-color-3{
    color: #87bda3 ;
}
[data-words] > span.word-color-4{
    color: #87bda3 ;
}
[data-words] > span.word-color-5{
    color: #87bda3 ;
}
[data-words] > span.word-color-6{
    color: #87bda3 ;
}
[data-words] > span.word-color-7{
    color: #87bda3 ;
}
[data-words] > span.word-color-8{
    color: #87bda3 ;
}
[data-words] > span.word-color-9{
    color: #87bda3 ;
}

/* support page */
.box-support {
margin: 0 0 20px 0;
padding: 10px 15px 15px 15px;
background-color: #dddddd;
}
.box-support h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
.box-support h4 {
	font-style:italic;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
}
.box-support p {
	margin: 0;
	font-style: normal;
	font-size: 16px;
}
.tel-email {
	font-size: 16px;
}
.centerLinks {
	font-size: 22px;
	text-align: center;
	margin-bottom: 20px;
}
/* insights */
.insightsDate {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	margin: .5em 0;
}
.insightsArticleListing {
	font-size: 16px;
	border-bottom: thin solid #0676c2;
	background-color: #ecf3f8;
	padding: 10px;
}
.insightsArticleListing2 {
	font-size: 16px;
	border-bottom: thin solid #0676c2;
	padding: 10px;
}
.insightsPriorYears {
	font-size: 18px;
	width: auto;
	text-align: center;
	padding: 0;
	clear: both;
}
.articleDate {
	margin-bottom: 10px;
}
.weeklyWatchTitle {
	font-weight: bold;
    margin-top: 0px;
	font-size: 24px;
    text-align: left;
	margin-bottom: 20px;
}
.insightsArticleTitle {
	font-weight: bold;
    margin-top: 0px;
	font-size: 24px;
    text-align: left;
	margin-bottom: 0px;
}
.insightsAuthor {
	font-weight: bold;
	font-size: 16px;
    margin-top: 10px;
    text-align: left;
	margin-bottom: 16px;
}
/* products */
.product-type-slc {
	background: url(/images/icon-slc-bk-sm.png) no-repeat;
    background-position: center 43px;
	text-align:center;
}
.product-type-slc h2 {
	font-size: 24px;
	margin-top: -4px;
	font-style: normal;
}
.product-type-slc p {
	padding: 30px 40px 36px 40px;
	font-size:20px;
}
.product-type-lr {
	background: url(/images/icon-lr-bk-sm.png) no-repeat;
    background-position: center 43px;
	text-align:center;
}
.product-type-lr h2 {
	font-size: 24px;
	margin-top: -4px;
	font-style:normal;
}
.product-type-lr p {
	padding: 30px 30px 36px 30px;
	font-size:20px;
}
.product-type-pubs {
	background: url(/images/icon-pubs-bk-sm.png) no-repeat;
    background-position: center 43px;
	text-align:center;
}
.product-type-pubs h2 {
	font-size: 24px;
	margin-top: -4px;
	font-style: normal;
}
.product-type-pubs p {
	padding: 30px 30px 36px 30px;
	font-size:20px;
}

.product-type {
	background-color: #ffffff;
	text-align:center;
}
.product-type h2 {
	font-size: 24px;
	font-style: normal;
	margin-top: -4px;
}
.product-slc-bullets {
	padding: 0px 10px 10px 40px;
}
.product-slc-bullets ul {
	padding: 0;
	margin: 0 0;
	list-style: none;
}
.product-slc-bullets li {
	background: url(/images/icon-check.gif) no-repeat;
	background-position: 0 0 20px 0;
	padding: 0 0 10px 24px;
	font-weight:bold;
}
.product-breadcrumbs {
	font-size: 14px;
}
.product-breadcrumbs-covid {
	font-size: 14px;
	padding: 8px 0px;
}
.product-breadcrumbs-covid a {
	text-decoration: underline;
}
.slcProductTitleRed {
	color:#ee0303;
	font-size:26px;
	font-weight:bold;
	margin: 0 0 16px 0;
}
.slcProductTitleBlue {
	color:#027acc;
	font-size:26px;
	font-weight:bold;
	margin: 0 0 16px 0;
}
.slcProductTitleGreen {
	color:#3e8632;
	font-size:26px;
	font-weight:bold;
	margin: 0 0 16px 0;
}
.accordionWrapper {
	width: 85%;
	margin: 0 auto;
}
.product-list {
	width: 85%;
	margin: 0 auto;
}
.list-menu {
  left: 0;
  width: 100%;
  padding: 0;
  list-style: none;
  font-size: 17px;
  text-align: left;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.list-menu > li.mortgage > a {
    display: block;
    padding: 4px 20px 4px 15px;
	margin-bottom: 1px;
    clear: both;
    font-weight: normal;
    color: #fff;
	background-color:#3e8632;
}
.list-menu > li.mortgage > a:hover, .dropdown-menu > li.mortgage > a:focus {
  text-decoration: none;
  color: #fff;
  font-weight:bold;
  background-color: #397a2e;
}
.list-menu > li.auto > a {
    display: block;
    padding: 4px 20px 4px 15px;
	margin-bottom: 1px;
    clear: both;
    font-weight: normal;
    color: #fff;
	background-color:#ee0303;
}
.list-menu > li.auto > a:hover, .dropdown-menu > li.auto > a:focus {
  text-decoration: none;
  color: #fff;
  font-weight:bold;
  background-color: #cf0404;
}
.list-menu > li.specialty > a {
    display: block;
    padding: 4px 20px 4px 15px;
	margin-bottom: 1px;
    clear: both;
    font-weight: normal;
    color: #fff;
	background-color:#027acc;
}
.list-menu > li.specialty > a:hover, .dropdown-menu > li.specialty > a:focus {
  text-decoration: none;
  color: #fff;
  font-weight:bold;
  background-color: #026cb5;
}

/* books */

.bookTitle {
	color:#444;
	font-size:24px;
	font-weight:bold;
	margin: 0 0 16px 0;
}
.bookSubtitle {
	font-size:20px;
	font-weight:bold;
	font-style:italic;
	margin: -16px 0 16px 0;
}
.bookAuthor{
	font-weight:bold;
	margin: 0 0 16px 0;
}
.itemColRow {
	padding: 6px 0 0 0;
	height: 18px;
}
.itemFieldRow {
	clear:both;
}
.itemFormCol1 {
	font-size: 13px;
	float: left;
	width: 80px;
	text-align: left;
}
.itemFormCol2 {
	font-size: 13px;
	float: left;
	width: 60px;
	text-align: left;
}
.itemFormField1 {
	font-size: 18px;
	font-weight: bold;
	float: left;
	width: 80px;
	padding-top: 4px;
	text-align: left;
}
.itemFormField2 {
	float: left;
	width:60px;
	padding-top: 4px;
	text-align: left;
}
.itemFormFieldButton {
	clear:both;
	text-align: left;
	padding: 10px 0;
}
.bookSpecs {
	font-size: 14px;
	padding-bottom: 4px;
}
.bookSpecsSmall {
	font-size: 11px;
	padding-top: 4px;
}
.bookPraiseQuote {
	font-weight: normal;
	font-style: italic;
	font-size: 13px;
	padding: 20px 0 12px 0;
}
.bookPraiseAuthor {
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	padding-bottom: 4px;
}
.bookPraiseAuthor2 {
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
}

/* web accessibility: override outline: 0 */
.nav.navbar-nav.navbar-center.hidden-sm.hidden-md .dropdown .dropdown-toggle:focus {
outline: medium auto; 
}
/* miscellaneous */
.printButton {
	margin: 24px 0 30px 0;
}
.fineprint {
	font-size: 12px;
}
.redType {
	color:#FF0000;
}
.redTypeBold {
	color:#FF0000;
	font-weight: bold;
}
.greenType {
	color: #090;
}
.greenTypeBold {
	color: #090;
	font-weight: bold;
}
.blueType {
	color: #0099FF;
}
.blueTypeBold {
	color: #0099FF;
	font-weight: bold;
}
.buffer-10 {
	padding: 5px 0;
	clear:both;
}
.spacerRow16 {
	padding: 0;
	clear:both;
}
.buffer-16 {
	padding: 8px 0;
	clear:both;
}
.buffer-20 {
	padding: 10px 0;
	clear:both;
}
.buffer-30 {
	padding: 15px 0;
	clear:both;
}
.buffer-40 {
	padding: 20px 0;
	clear:both;
}
.buffer-h1 {
	padding: 5px 0;
}
.buffer-flex {
	padding: 15px 0;
	clear: both;
	display: block;
}
.buffer-flex1 {
	padding: 30px 0;
	clear: both;
	display: block;
}
.buffer-flex2 {
	padding: 20px 0;
	clear: both;
	display: block;
}
.buffer-flex3 {
	padding: 30px 0;
	clear: both;
	display: block;
}
.buffer-pubs {
	padding: 15px 0;
	clear: both;
	display: block;
}
.buffer-product-icons {
	padding: 20px 0;
	display: block;
}
.buffer-cart {
	padding: 7px 14px;
}
.spot-offer {
	width: 360px;
	text-align:center;
}
.spot-offer img {
	margin: 0 auto;
}
#mca-cert {
	margin: 0 0 20px 0;
}
#mca-debanked {
	float:right; 
	margin: 0 0 20px 20px;
}
.btn-search {
	padding: 7px 16px;
	margin-bottom: 10px;
}
.search-help {
	margin-left: 8px;
}
.staff h2 {
	font-size: 18px;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* myc - forms - center - inline */
div.myc-form-center-inline {
	width: 100%;
	clear: both;
	text-align: center;
	padding: 1.2em 0;
}
div.myc-form-center-inline form {
	margin-top: 0;
}
div.myc-form-center-inline .controls-label {
	display: inline-block;
	text-align: right;
	vertical-align: middle;
}
div.myc-form-center-inline .controls-label label {
	font-weight: normal;
	margin-bottom: 0;
}
div.myc-form-center-inline .controls {
	display: inline-block;
	margin: 0 10px;
}
div.myc-form-center-inline .controls input {
	height: 30px;
	border: 1px solid #bbb;
	border-radius: 3px;
	color: #333;
	padding: 11px;
	margin: 0;
	padding-left: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: border 0.1s ease-out, box-shadow 0.2s ease-out;
	transition: border 0.1s ease-out, box-shadow 0.2s ease-out
}
div.myc-form-center-inline .controls select {
	background-color: #fff;
	border: 1px solid #bbb;
	height: 30px;
	border-radius: 4px;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	color: #333;
	padding: 0 0 0 5px;
	}
div.myc-form-center-inline .controls select:focus {
	border-color: rgba(82,168,236,0.8);
	outline: 0;
	outline: thin dotted \9;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
}
div.myc-form-center-inline .controls-submit {
	display: inline-block;
	vertical-align: top;
}

/* user forms - login */
div.user-forms *, .user-forms *:before, .user-forms *:after {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased
}
div.user-forms {
	padding: 0 15px;
}
.form-row-header {
	font-weight:bold;
	margin: 20px 0 10px 0;
}
.form-row-text {
	margin: 20px 0;
}
div#login-form-wrap {
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 360px;
	z-index: 10;
}
div#login-form-wrap .user-well {
	position: relative;
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0 0 0 7px rgba(185,185,185,0.2);
}
div#login-form-wrap .user-well h1 {
	color: #666;
	display: block;
	text-align: center;
	padding: 30px 35px 24px 35px;
	margin: 0;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: -0.018em;
}
div#user-form-wrap {
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 410px;
	z-index: 10;
}
div#user-form-wrap .user-well {
	position: relative;
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0 0 0 7px rgba(185,185,185,0.2);
}
div#user-form-wrap .user-well h1 {
	color: #666;
	display: block;
	text-align: center;
	padding: 30px 35px 24px 35px;
	margin: 0;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: -0.018em;
}
div.user-forms .submitting-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.85);
	text-align: center;
	padding: 162px 0 0 0;
	display: none;
}
div.user-forms .submitting-wrap span.submitting-message {
	font-size: 14px;
	font-style: italic;
}
div.user-forms form#general-form {
	display: block;
	padding: 0 35px;
	margin: 0 0 30px 0;
	width: 100%;
}
div.user-forms .control-group {
	display: block;
	width: 100%;
	margin: 0 0 11px 0;
}
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
	display: table;
	content: "";
	line-height: 0
}
div.user-forms .control-group label.control-label {
	display: block;
	width: 100%;
	float: none;
	padding: 0 0 4px 0;
	margin: 0;
	text-align: left;
}
div.user-forms label, div.user-forms input, div.user-forms button, div.user-forms select, div.user-forms textarea {
	font-weight: normal;
	line-height: 20px;
}
div.user-forms .control-group .controls {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	z-index: 2;
}
div.user-forms .control-group .controls .input-icon {
	display: block;
	position: absolute;
	top: 4px;
	bottom: 4px;
	left: 1px;
	width: 35px;
	text-align: center;
	z-index: 3;
}
div.user-forms .control-group .controls .input-icon:before {
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 1px;
	right: 0;
	background: -webkit-linear-gradient(top, rgba(221,221,221,0) 0%, #ddd 25%, #ddd 75%, rgba(221,221,221,0) 100%);
	background: linear-gradient(to bottom, rgba(221,221,221,0) 0%, #ddd 25%, #ddd 75%, rgba(221,221,221,0) 100%);
}
div.user-forms .control-group .controls .input-icon svg {
	display: inline-block;
	position: relative;
	fill: #727272;
	width: 14px;
	height: 14px;
	top: 4px;
}
div.user-forms .control-group .controls .input-icon svg:not(:root) {
	overflow: hidden;
}
div.user-forms .control-group .controls input:focus, div.user-forms select {
	border-color: #4990E2;
}
div.search-forms input[type="text"]:focus, div.user-forms textarea:focus, div.user-forms input[type="text"]:focus, div.user-forms input[type="password"]:focus, div.user-forms input[type="datetime"]:focus, div.user-forms input[type="datetime-local"]:focus, div.user-forms input[type="date"]:focus, div.user-forms input[type="month"]:focus, div.user-forms input[type="time"]:focus, div.user-forms input[type="week"]:focus, div.user-forms input[type="number"]:focus, div.user-forms input[type="email"]:focus, div.user-forms input[type="url"]:focus, div.user-forms input[type="search"]:focus, div.user-forms input[type="tel"]:focus, div.user-forms input[type="color"]:focus, div.user-forms select:focus {
	border-color: #4990E2;
	/*border-color: rgba(82,168,236,0.8);*/
	outline: 0;
	outline: thin dotted \9;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
}
div.user-forms .control-group .controls input {
	height: 36px;
	border: 1px solid #bbb;
	border-radius: 3px;
	width: 100%;
	color: #333;
	/* padding: 11px; IE11 Prob */
	margin: 0;
	padding-left: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: border 0.1s ease-out, box-shadow 0.2s ease-out;
	transition: border 0.1s ease-out, box-shadow 0.2s ease-out
}
div.user-forms .control-group .controls input.xtrapadding {
	padding-left: 47px;
}
div.user-forms .control-group:after {
	clear: both
}
div.user-forms select, div.user-forms input[type="text"], div.user-forms input[type="password"], div.user-forms input[type="datetime"], div.user-forms input[type="datetime-local"], div.user-forms input[type="date"], div.user-forms input[type="month"], div.user-forms input[type="time"], div.user-forms input[type="week"], div.user-forms input[type="number"], div.user-forms input[type="email"], div.user-forms input[type="url"], div.user-forms input[type="search"], div.user-forms input[type="tel"], div.user-forms input[type="color"] {
	display: inline-block;
	height: 28px;
	padding: 4px 6px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #555;
	border-radius: 4px;
	vertical-align: middle;
}
div.user-forms input[type="checkbox"] {
	width: 16px;
	height: 16px;
}
div.user-forms textarea.contact {
	border: 1px solid #bbb;
}
div.user-forms textarea:focus {
	border-color: #4990E2;
}
div.user-forms .user-form-button-wrap {
	display: block;
	width: 100%;
	padding: 14px 0 0 0;
}
div.user-forms .user-form-button-wrap button, div.user-forms .user-form-button-wrap input[type="submit"], div.user-forms .user-form-button-wrap a {
	display: inline-block;
	width: 100%;
	border: none;
	color: #fff;
	text-align: center;
	font-weight: 400;
	font-size: 17px;
	letter-spacing: .01em;
	/*background: #4990E2;*/
	background: #0099FF;	
	padding: 13px;
	border-radius: 6px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: background 0.2s ease-out;
	transition: background 0.2s ease-out;
}
div.user-forms .sign-up-call {
	display: block;
	width: 100%;
	margin: 10px 0 20px 0;
	padding: 0;
	text-align: center;
}
div.user-forms .sign-up-call a {
	padding: 12px;
	color: #0676c2;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
div.user-forms .loginFail {
	display: block;
	width: 100%;
	margin: 15px 0 10px 0;
	padding: 0;
	text-align: center;
}
div.user-forms select {
	background-color: #fff;
	border: 1px solid #bbb;
	height: 44px;
	border-radius: 4px;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	color: #333;
	width: 100%;	
}
div.user-forms textarea {
	padding: 10px;
	/*min-height: 200px;*/
	box-sizing: border-box;
	display: block;
	width: 100%;
	background-color: #fff;
	border: 1px solid #bbb;
	transition: border .25s;
	line-height: 1.3;
	border-radius: 4px;
	font-size: .9em;
}
/* insights search box */
div.search-forms {
	width: 100%;
	clear: both;
	text-align: center;
	padding: 1.2em 0;
}
div.search-forms form {
	margin-top: 0;
}
div.search-forms .controls-label {
	display: inline-block;
	text-align: right;
	vertical-align: middle;
}
div.search-forms .controls-label label {
	font-weight: normal;
	margin-bottom: 0;
}
div.search-forms .controls {
	display: inline-block;
	margin: 0 10px;
}
div.search-forms .controls input {
	display: inline-block;
	height: 36px;
	width: 430px;
	border: 1px solid #bbb;
	border-radius: 3px;
	/*width: 100%;*/
	color: #333;
	padding: 3px 12px;
	margin: 0 0 10px 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: border 0.1s ease-out, box-shadow 0.2s ease-out;
	transition: border 0.1s ease-out, box-shadow 0.2s ease-out
}
div.search-forms .controls-submit {
	display: inline-block;
	vertical-align: top;
}
div.search-forms .controls-submit input {
	line-height: 20px;
}

div.search-forms .controls-submit span {
	margin-left: 6px;
}

/* search forms */
div#user-form-wrap-search {
	display: block;
	position: relative;
	margin: 0 -15px;
	/*max-width: 410px;*/
	z-index: 10;
}
div#user-form-wrap-search2 {
	display: block;
	position: relative;
	margin: 0 -15px;
	width: 615px;
	z-index: 10;
}
div.user-forms .control-group-search {
	margin: 0 auto;
	padding: 15px 0;
}
div.user-forms .control-group-search label.control-label {
	float: left;
	display: inline;
	padding: 0 0 4px 0;
	margin: 0;
	text-align: left;
}
div.user-forms .control-group-search .controls {
	float: left;
	display: inline;
	position: relative;
	max-width: 420px;
	margin: 0 15px 0 0;
	z-index: 2;
}
div.user-forms .control-group-search .controls-search {
	float: left;
	display: inline;
	position: relative;
	margin: 0;
	z-index: 2;
}
div.user-forms .control-group-search .controls-search input[type="submit"] {
	float: left;
	margin: 0 10px 0 0;
}
div.user-forms .control-group-search .controls-search span {
	float: left;
	vertical-align: middle;
	margin-top: 14px;
}
div.user-forms .control-group-search .controls input:focus {
	border-color: #4990E2;
}
div.user-forms .control-group-search .controls input {
	height: 36px;
	border: 1px solid #bbb;
	border-radius: 3px;
	/*width: 100%;*/
	color: #333;
	padding: 3px 12px;
	margin: 0;
	/*padding-left: 20px;*/
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: border 0.1s ease-out, box-shadow 0.2s ease-out;
	transition: border 0.1s ease-out, box-shadow 0.2s ease-out
}
div.user-forms .control-group-search .controls input.contact {
	padding-left: 10px;
}
/* search results */
.searchWrapper {
	display: block;
	clear: both;
}
.searchResultsHeader {
	display: block;
	margin-bottom: 15px;
}
.searchResultsNo {
	float: left;
	width: 30px;
	text-align: left;
	padding-right: 10px;
}
.searchResultsData {
	float: left;
 	width: calc(100% - 30px);
	text-align: left;
	padding-bottom: 10px;
}
.searchPages {
	height: 50px;
	clear: both;
	padding: 15px 0 10px 0;
}
.searchNextN {
	float: left;
	width: auto;
	text-align: center;
	padding: 0 4px;
}
/* search help */
.searchHelpTH {
	background-color: #ecf3f8;
	font-weight: bold;
	color: #055cb4;
	padding: 4px 4px 4px 4px;
}
.searchHelpTRLabels {
	background-color: #ecf3f8;
	font-weight: bold;
}
.searchHelpCol1 {
	padding: 5px;
	font-style: italic;
	float: left;
}
.searchHelpCol2 {
	padding: 5px;
	float: left;
}
/* shopping cart */
.cartColRow {
	clear: both;
	line-height: 1.5;
	width: 100%;
}
.cartColPic {
	padding: 0;
	font-weight: bold;
	text-align: left;
}
.cartColDesc {
	padding: 0;
	font-weight: bold;
	text-align: left;
}
.cartColQty {
	font-weight: bold;
	text-align: right;
}
.cartColUpdate {
	padding: 0;
}
.cartColPrice {
	font-weight: bold;
	padding: 0 20px 0 0;
	text-align: right;
}
.cartItemRow {
	display: block;
	clear: both;
	padding: 15px 0 0 0;
	line-height: 1.5;
	width: 100%; 
}
.cartItemPic {
	padding: 5px 0 0 0;
}
.cartItemDesc {
	text-align: left;
}
.cartItemDescSmall {
	float: left;
	text-align: left;
	padding: 0;
}
.cartItemDescSmall .remove {
	float: left;
	font-size: 10px;
}
.cartItemDescSmall select {
	float: left;
}
.cartItemDescSmall input {
	float: left;
	margin: 0 6px;
}
.cartItemQty {
	text-align: right;
}
.cartItemUpdate {
	padding: 0;
}
.cartItemUpdate .remove {
	float: left;
	font-size: 10px;
}
.cartItemUpdate select {
	float: left;
}
.cartItemUpdate input {
	float: left;
	margin: 0 6px;
}
.cartItemPrice {
	padding: 0;
	text-align: right;
}
#cartSubtotalRow {
	clear: both;
	display: block;
	padding-top: 10px;
}
.subtotalLabelB {
	font-weight: bold;
	text-align: right;
}
.subtotalDataB {
	font-weight: bold;
	text-align: right;
	padding: 0;
}
.cartCheckout {
	text-align: right;
	padding: 15px 0 0 0;
	clear: both;
}
.cartTerms {
	font-size: 12px;
	text-align: right;
	padding: 15px 0 0 0;
	clear: both;
}
.cartLarge {
	display: block;
	width: 100%;
}
.cartSmall {
	display:none;
}
.checkoutWrapper {
	display: block;
	clear: both;
}
.checkoutDetailsBox {
	padding: 0;
}
.checkoutHeading {
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}
.checkoutDetails {
	text-align: left;
}
/* my counselor */
#messagesWrapper {
	width: auto;
	background-color: #ecf3f8;
	padding: 10px 20px;
	margin-top: 10px;
}
.messageRow {
	width: auto;
	clear: both;
}
.messageDate {
	text-align: right;
	padding: 5px 0;
}
.messageTitle {
	padding: 5px 10px 5px 0;
}
.messageNone {
	text-align: center;
	padding: 20px 0;
}
.messagesLogin {
	text-align: right;
}
.tipMessage {
	padding: 0 0 16px 0;
	clear: both;
	margin-bottom: 30px;
}
.tipContainer {
	width: 90%;
	margin: auto;
}
.tipMessageIcon {
	float: left;
}
.tipMessageIcon i {
	font-size: 30px;
	color: #0099ff;
    height: 30px;
	margin: 3px 10px 10px 0;
    vertical-align: middle;
}
.tipMessageText {
 	width: calc(100% - 40px);
	float: left;
}
.tipMessageText2 {
 	width: calc(100% - 40px);
	float: left;
	padding: 0 0 10px 0;
}
.myAlertsMessage {
	background-color: #efefef;
	text-align: center;
	padding: 10px;
}
.myAlertsLogo img {
	height: 40px;
	width: auto;
}
.myAlertsWrapper {
	margin-top: 20px;
}
.myAlertsRowWrapper {
	padding-left: 15px;
	padding-right: 15px;
}
.myAlertsRow1 {
	width: 100%;
	float: left;
	clear: both;
	background-color: #fff;
}
.myAlertsRow2 {
	width: 100%;
	float: left;
	clear: both;
	background-color: #efefef;
}
.myAlertDate1 {
	text-align: right;
	padding: 7px 15px 7px 0;
}
.myAlertDate2 {
	text-align: right;
	padding: 7px 15px 7px 0;
	background-color: #efefef;
}
.myAlertTitle1 {
	padding: 7px 15px;
}
.myAlertTitle2 {
	padding: 7px 15px;
	background-color: #efefef;
}
.mySLCUpdatesProductFF0000 {
	text-align: center;
	font-weight: bold;		
	padding: 10px;
	color: #fff;
	background-color: #FF0000;
}
.mySLCUpdatesProduct66CC00 {
	text-align: center;
	font-weight: bold;		
	padding: 10px;
	color: #fff;
	background-color: #57B900; /* change to 57B900 */
}
.mySLCUpdatesProduct0099FF {
	text-align: center;
	font-weight: bold;		
	padding: 10px;
	color: #fff;
	background-color: #0099FF;
}
.mySLCUpdatesProduct {
	padding-right: 0;
}
.mySLCUpdatesSince {
	padding-left: 0;
}
/* my products menu */
.my-products-menu {
  left: 0;
  /*min-width: 160px;*/
  padding: 0;
  margin-bottom: 15px;
  list-style: none;
  font-size: 16px;
  text-align: left;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.my-products-menu a {
	color: #fff;
	text-decoration: none;
}
.my-products-menu > li.mortgage > a {
    display: block;
    padding: 3px 15px;
	margin-bottom: 1px;
    clear: both;
    font-weight: normal;
    line-height: 1.7;
    color: #fff;
	background-color:#57B900;
    white-space: nowrap;
}
.my-products-menu > li.mortgage > a:hover, .dropdown-menu > li.mortgage > a:focus {
  text-decoration: none;
  color: #fff;
  font-weight:bold;
  background-color: #96cc55;
}
.my-products-menu > li.auto > a {
    display: block;
    padding: 3px 15px;
	margin-bottom: 1px;
    clear: both;
    font-weight: normal;
    line-height: 1.7;
    color: #fff;
	background-color:#ff0000;
    white-space: nowrap;
}
.my-products-menu > li.auto > a:hover, .dropdown-menu > li.auto > a:focus {
  text-decoration: none;
  color: #fff;
  font-weight:bold;
  background-color: #ea575e;
}
.my-products-menu > li.specialty > a {
    display: block;
    padding: 3px 15px;
	margin-bottom: 1px;
    clear: both;
    font-weight: normal;
    line-height: 1.7;
    color: #fff;
	background-color:#0099FF;
    white-space: nowrap;
}
.my-products-menu > li.specialty > a:hover, .dropdown-menu > li.specialty > a:focus {
  text-decoration: none;
  color: #fff;
  font-weight:bold;
  background-color: #49b5fe;
}
.my-products-menu > li.gray {
    display: block;
    padding: 3px 15px;
	margin-bottom: 1px;
    clear: both;
    font-weight: normal;
    line-height: 1.7;
    color: #fff;
	background-color:#CCCCCC;
    white-space: nowrap;
}
.product-name-lr {
	display: block;
	margin-bottom: 15px;
	padding-top: 0px;
}
.product-name-lr img {
	height: 34px;
	width: auto;
}
.product-name-pub {
	display: block;
	font-size: 20px;
	margin-bottom: 10px;
	padding-top: 2px;
}
.product-name-pub img {
	height: 34px;
	width: auto;
}
.product-name-pub a {
	text-decoration: none;
}
.product-name-pub a:hover {
	text-decoration: underline;
}
.my-products-lr {
	margin-left: 40px;
}
/* slc */
.slc-product-column {
	padding: 20px 30px 20px 0;
	border-right: 1px solid #666;
}
.slc-product-nav {
	margin: 0 0 20px 0;
	display: table;
	float: none;
	padding-left: 0px;
	-webkit-padding-start: 0px;
}
.slc-product-nav li {
	float: none;
	display: inline-block;
    padding: 3px 35px 3px 0;
    white-space: nowrap;
}
.navProductNameFF0000 {
	background-color: #ff0000;
	min-height: 18px;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;		
	padding: 4px;
}
.navProductName66CC00 {
	background-color: #57B900;
	min-height: 18px;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;		
	padding: 4px;
}
.navProductName0099FF {
	background-color: #0099FF;
	min-height: 18px;
	text-align: center;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;		
	padding: 4px;
}
.slcInstruction1 {
	float: left;
	font-size: 18px;
	width: 100%;
	clear: both;
	min-height: 24px;
	border-bottom: thin solid #0676c2;
	background-color: #ecf3f8;
	padding: 6px 0 4px 15px;
	margin: 0 8px 12px 0;
}
.slcInstruction2 {
	float: left;
	font-size: 18px;
	width: 100%;
	clear: both;
	min-height: 24px;
	border-bottom: thin solid #0676c2;
	background-color: #ecf3f8;
	padding: 6px 0 4px 15px;
	margin: 0 8px 0 0;
}
.slcInstruction3 {
	float: left;
	font-size: 18px;
	width: 100%;
	clear: both;
	min-height: 24px;
	border-bottom: thin solid #0676c2;
	background-color: #ecf3f8;
	padding: 6px 0 4px 15px;
	margin: 12px 8px 12px 0;
}
.statesCol {
	float: left;
	width: 25%;
}
.statesRow {
	clear: both;
	min-height: 22px;
}
.saveStates {
	margin-top: 20px;
}
.statesSmall {
	display: none;
}
.statesSmallSubmit {
	display: none;
}
.statesLargeSubmit {
	display: inline-block;
}
.catsSmall {
	display: none;
}
.slcLabelBold {
	float: left;
	width: 120px;
	/*font-family: Verdana, Geneva, sans-serif;*/
	font-weight: bold;		
	padding: 0 20px 10px 0;
}
.slcLabel {
	float: left;
	width: calc(100% - 120px);
	padding: 0 0px 10px 0;
}
.splitCol {
	float: left;
	width: 50%;
	padding-right: 20px;
}
.issuesRowHeading {
	height: 26px;
	font-size: 18px;
	font-weight: bold;
	clear: both;
	margin: 15px 0;
}
.issuesRow {
	clear: both;
	min-height: 22px;
	padding-left: 20px;
}
.formatHeader {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.formatHeader2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.mainTitleLeft {
	width: calc(100% - 200px);
	float: left;
	margin-top: -5px;
}
.mainTitleButtons {
	width: 200px;
	text-align: right;
	float: right;
}
.mainTitleButtons form {
	padding: 0;
	margin: 0;
}
.mainTitleLeft2 {
	width: calc(100% - 100px);
	float: left;
	margin-top: -5px;
}
.mainTitleButtons2 {
	width: 100px;
	text-align: right;
	float: right;
}
#excelButton {
	margin-right: 5px;
}
.buttonRow3 {
	margin: 0 0 20px 0;
	text-align: center;
	clear: both;
}
.slcAnswerPropRowP {
	clear: both;
	width: 100%;
	border-bottom: solid 1px #0676c2;
	color: #333;
	font-weight: bold;		
	padding: 8px 0;
}
.slcAnswerPropRow {
	clear: both;
	width: 100%;
	background-color: #efefef;
	color: #333;
	font-weight: bold;		
	padding: 8px 0 8px 10px;
}
.slcAnswerCATRowP {
	clear: both;
	width: 100%;
	border-bottom: solid 1px #0676c2;
	color: #333;
	font-weight: bold;		
	padding: 8px 0;
}
.slcAnswerCATRow {
	clear: both;
	width: 100%;
	background-color: #ecf3f8;
	color: #333;
	font-weight: bold;		
	padding: 8px 0 8px 10px;
}
.slcAnswerQRow {
	clear: both;
	width: 100%;
	background-color: #efefef;
	color: #333;
	font-weight: bold;		
	padding: 8px 10px;
	margin-bottom: 15px;
}
.slcAnswerQRowP {
	clear: both;
	width: 100%;
	border-bottom: solid 1px #0676c2;
	color: #333;
	font-weight: bold;		
	padding: 8px 0;
	margin-bottom: 15px;
}
.slcAnswerSTRow {
	clear: both;
	width: 100%;
	background-color: #c9ddf2;
	color: #333;
	font-weight: bold;		
	padding: 8px 0 8px 10px;
}
.slcAnswerSTRowP {
	clear: both;
	width: 100%;
	border-bottom: solid 1px #0676c2;
	color: #333;
	font-weight: bold;		
	padding: 8px 0;
}
.slcAnswerLeft {
	float: left;
	width: 120px;
	color: #084c8d;
}
.slcAnswerLeft p, .slcAnswerRight p {
	margin: 0 0 1em 0;
}
.slcAnswerRight {
	float: left;
	width: calc(100% - 120px);
}
.slcSelectionLabel {
	font-weight: bold;
}
.slcSelection {
	font-style: normal;
	font-weight: normal;
}
.slcAnswers {
	font-style: normal;
	font-weight: normal;
}
.lineSpacing {
	padding: 0 0 10px 0;
}
#mainContentPrint {
	margin: 0 auto;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
}
#printLogo {
	padding: 10px 0;
	float: left;
	margin-left: 0px;
	width: 100%;
}
/* cc */
.cc-form {
	clear: both;
	padding: 0;
}
.cc-form-wrap {
	display: block;
	position: relative;
	margin: 0;
	max-width: 300px;
	z-index: 10;
}
div.cc-form select {
	background-color: #fff;
	border: 1px solid #bbb;
	height: 34px;
	border-radius: 4px;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	color: #333;
	width: 100%;
	padding: 0;
	margin-bottom: 0;
}
div.cc-form .control-group1 {
	display: block;
	width: 100%;
	text-align: left;
	margin: 0 0 15px 0;
}
/* end cc form */
.slc-forms {
	clear: both;
	padding: 10px 0;
}
.slc-form-wrap {
	display: block;
	position: relative;
	margin: 0;
	max-width: 300px;
	z-index: 10;
}
div.slc-forms select {
	background-color: #fff;
	border: 1px solid #bbb;
	height: 34px;
	border-radius: 4px;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	color: #333;
	width: 100%;
}
div.slc-forms .control-group1 {
	display: block;
	width: 100%;
	text-align: left;
	margin: 15px 0;
}
.slcFormsHeaderRow {
	width: 100%;
	float: left;
	clear: both;
	background-color: #efefef;
}
.slcFormsCol1Header {
	float: left;
 	width: calc(100% - 250px);
	padding: 4px 0 4px 8px;
}
.slcFormsCol2Header {
	float: left;
	width: 150px;
	padding: 4px 8px;
}
.slcFormsCol3Header {
	float: left;
	width: 100px;
	padding: 4px 0;
}
.slcFormsCol1Data {
	float: left;
 	width: calc(100% - 250px);
	padding: 4px 0;
}
.slcFormsCol2Data {
	float: left;
	width: 150px;
	padding: 4px 8px;
}
.slcFormsCol3Data {
	float: left;
	width: 100px;
	text-align: center;
	padding: 4px 0;
}
.slcFormsCol3Data span {
	margin-right: 4px;
}
.formMySearchesCol1 {
	float: left;
	font-weight: bold;
	width: 70px;
	text-align: center;
}
.formMySearchesCol2 {
	float: left;
	font-weight: bold;
 	width: calc(100% - 380px);
	text-align: center;
}
.formMySearchesCol3 {
	float: left;
	font-weight: bold;
	width: 110px;
	text-align: center;
}
.formMySearchesCol4 {
	float: left;
	font-weight: bold;
	width: 200px;
	text-align: center;
}
.formMySearchesFieldRow {
	padding: 10px 0 15px 0; 
	clear: both;
}
.formMySearchesField1 {
	float: left;
	width: 70px;
	text-align: center;
}
.formMySearchesField2 {
	float: left;
 	width: calc(100% - 380px);
	text-align: left;
	padding-right: 10px;
}
.formMySearchesField3 {
	float: left;
	width: 110px;
	text-align: center;
}
.formMySearchesField4 {
	float: left;
	width: 200px;
	text-align: center;
}
.formMySearchesField4 span {
	font-size: 12px;	
}
.formMySearchesButtonRow {
	padding: 10px 0 30px 0;
	clear: both;
}
.runSearch {
	display: none;
}
.searchShareLabel {
	float: left;
	width: 180px;
	font-weight: bold;		
	padding: 0 20px 10px 0;
}
.searchShareLabel span {
	display: none;
}
.searchShareTitle {
	float: left;
	width: calc(100% - 180px);
	padding: 0 0px 10px 0;
}
.searchShareRow {
	float: left;
	padding: 10px 0;
}
.formMySearchesShareCol1 {
	float: left;
	width: 30px;
	text-align: left;
}
.formMySearchesShareCol2 {
	font-weight: bold;
	float: left;
	width: 230px;
	text-align: left;
}
.formMySearchesShareCol3 {
	font-weight: bold;
	float: left;
	width: 150px;
	text-align: left;
}
.formMySearchesShareCol4 {
	font-weight: bold;
	float: left;
	width: 150px;
	text-align: left;
}
.formMySearchesShareCol5 {
	font-weight: bold;
	float: left;
 	width: calc(100% - 560px);
	text-align: left;
}
.formMySearchesShareField1 {
	float: left;
	width: 30px;
	text-align: left;
}
.formMySearchesShareField2 {
	float: left;
	width: 230px;
	text-align: left;
	padding-right: 10px;
}
.formMySearchesShareField3 {
	float: left;
	width: 150px;
	text-align: left;
	padding-right: 10px;
}
.formMySearchesShareField4 {
	float: left;
	width: 150px;
	text-align: left;
	padding-right: 10px;
}
.formMySearchesShareField5 {
	float: left;
 	width: calc(100% - 560px);
	text-align: left;
}
.preemptionHeaders {
	float: left;
	width: 100%;
	background-color: #efefef;
	font-weight: bold;
	font-size: 18px;
	padding: 4px 8px;
	margin-bottom: 10px;
}
.preemptionData {
	float: left;
	width: auto;
	padding: 0 0 16px 0;
}
.questionsListHeading {
	clear: both;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	padding: 10px 0 12px 0;
}
.questionsListItem {
	clear: both;
	text-align: left;
	padding: 0 0 10px 40px;
}
.resourcesWrapper {
	float: left;
 	/*width: calc(100% - 40px);*/
	width: 100%;
	overflow: hidden;
	padding-left: 40px;
}
.resourcesStatesCol {
	float: left;
	width: 25%;
	padding-right: 10px;
}
.resourcesStatesRow {
	clear: both;
}
.resourceSubsection {
	clear: both;
	width: 100%;
	text-align: left;
	font-style: italic;
	padding: 6px 0 10px 0;
}
.resourceListItem {
	clear: both;
	width: 100%;
	text-align: left;
	padding: 0 0 10px 40px;
}
/* lrs */
.lrs-product-nav {
	line-height: 1.4;
	margin: 0 0 20px 0;
	display: table;
	float: none;
	padding-left: 0px;
	-webkit-padding-start: 0px;
}
.lrs-product-nav li {
	float: none;
	display: inline-block;
    padding: 3px 35px 3px 0;
    white-space: nowrap;
}
/*.lrs-product-nav a {
	text-decoration: none;
}
.lrs-product-nav a:hover {
	text-decoration: underline;
}*/
.lrs-product-column-cl {
	padding: 20px 40px 20px 0;
	border-right: 1px solid #666;
}
.lrs-product-column-hl {
	padding: 20px 40px 20px 0;
	border-right: 1px solid #666;
}
.lrs-product-column-sf {
	padding: 20px 40px 30px 0;
	border-right: 1px solid #666;
}
.lrs-product-column-plr {
	padding: 20px 40px 20px 0;
	border-right: 1px solid #666;
}
.lrs-product-column-bl {
	padding: 20px 40px 20px 0;
	border-right: 1px solid #666;
}
.lrsSessionChartHeading {
	clear: both;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	font-size: 18px;
}
.lrsSectionHeadingFirst {
	clear: both;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	font-size: 20px;
	margin: 20px 0 15px 0;
}
.lrsSectionHeading {
	clear: both;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	font-size: 20px;
	margin: 15px 0 15px 0;
}
.lrsSectionHeadingT {
	clear: both;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	font-size: 20px;
	margin: 15px 0 0 0;
}
.lrsSectionHeadingLeft {
	clear: both;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	font-size: 20px;
	margin: 15px 0 15px 0;
}
.lrsSubsectionHeading {
	font-weight: bold;
	font-style: normal;
	text-align: center;
	margin: 15px 0 15px 0;
	clear: both;
}
.lrsSubsectionHeadingBLState {
	font-weight: bold;
	font-style: normal;
	text-align: center;
	margin: 15px 0 0 0;
	clear: both;
}

.alertsPriorYears {
	font-size: 18px;
	width: auto;
	text-align: center;
	padding: 0 0 .5em 0;
	clear: both;
}
.lrsPriorBlock {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.lrsLegendCenter {
	text-align: center;
	font-size: 14px;
}
.lrsCasesSubtitle {
	padding: 4px 0;
}
.lrsCasesSortOptions {
	width: 100%;
	text-align: center;
	border-bottom: thin solid #0676c2;
	background-color: #ecf3f8;
	padding: 10px;
}
.lrsCasesSortItem {
	display: inline-block;
	margin: 0 15px;
}
.lrsCasesSecHeadRow {
	width: 100%;
	overflow: hidden;
	border-bottom: thin solid #0676c2;
	background-color: #ecf3f8;
	padding: 10px;
	margin-bottom: 10px;
}
.lrsCasesSecHeadingL {
	font-weight: bold;
	font-style: normal;
	font-size: 18px;
	float: left;
 	width: calc(100% - 70px);
}
.lrsCasesSecHeadingR {
	float: right;
	width: 70px;
}
.lrsSubTitleItal {
	font-style: italic;
	padding-top: 10px;
	clear: both;
}
.lrsCaseName {
	font-weight: bold;
	font-style: italic;
	padding-top: 10px;
	clear: both;
}
.lrsCaseCite {
	font-weight: normal;
	clear: both;
}
.editorStateHeading {
	width: 100%;
	font-weight: bold;
	clear: both;
	font-style: normal;
	font-size: 20px;
	padding: 10px 0 4px 0;
	margin-bottom: 8px;
	border-bottom: thin solid #0676c2;	
}
.editorsPrint {
	clear: both;
	padding: 20px 0 0 40px;
}
.editorTitle {
	font-weight: bold;
	font-style: normal;
	font-size: 18px;
	padding: 0 0 16px 0;
}
.editorDirectContact {
	font-style: italic;
	padding-bottom: 16px;
}
.lrsFedLegSubsection {
	text-align: center;
	margin: 15px 0;
	clear: both;
}
.lrsStateItemTitle {
	padding: 10px 0;
}
.lrsStateRow {
	padding-bottom: 10px;
}
.lrsCenterPar {
	text-align: center;
	margin-bottom: 15px;
}
.lrsCenterParT {
	text-align: center;
	margin: 15px 0;
}
.lrsSessionChart {
	font-size: 16px;
}
.lrsSessionColHeader1 {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}
.lrsSessionColHeader2 {
	padding: 5px;
	font-weight: bold;
	text-align: center;
}
.lrsSessionColHeader3 {
	padding: 5px;
	font-weight: bold;
	text-align: center;
}
.lrsSessionColHeader4 {
	padding: 5px;
	font-weight: bold;
	text-align: center;
}
.lrsSessionColData1 {
	padding: 5px;
	text-align: left;
}
.lrsSessionColData2 {
	padding: 5px;
	text-align: center;
}
.lrsSessionColData3 {
	padding: 5px;
	text-align: center;
}
.lrsSessionColData4 {
	padding: 5px;
	text-align: center;
}
.lrsStatesHeading {
	clear: both;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	font-size: 20px;
	margin: 20px 0 0 0;
}
.lrsStatesClickAll {
	font-size: 12px;
	text-align: center;
	clear: both;
}
.lrsStateSubsectionTitle {
	font-size: 16px;
	text-align: center;
	padding-top: 15px;
	clear: both;
}
.lrsStateSubsectionTitleBold {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	clear: both;
}
.lrsStateBillTitle {
	font-size: 16px;
	padding: 10px 0;
}
/* lrs track changes */
.lrsTrackChart {
	line-height: 1.3;
}
.lrsTrackCol1 {
	float: left;
	font-weight: bold;
	width: 100px;
	text-align: center;
}
.lrsTrackCol2 {
	float: left;
	font-weight: bold;
 	width: calc(100% - 650px);
	text-align: left;
}
.lrsTrackCol3 {
	float: left;
	font-weight: bold;
	width: 100px;
	text-align: left;
}
.lrsTrackCol4 {
	float: left;
	font-weight: bold;
	width: 150px;
	text-align: left;
}
.lrsTrackCol4 span {
	display: none;
}
.lrsTrackCol5 {
	float: left;
	font-weight: bold;
	width: 100px;
	text-align: center;
}
.lrsTrackCol6 {
	float: left;
	font-weight: bold;
	width: 200px;
	text-align: center;
}
.lrsTrackFieldRow {
	padding: 10px 0 15px 0; 
	clear: both;
}
.lrsTrackData1 {
	float: left;
	width: 100px;
	text-align: center;
}
.lrsTrackData2 {
	float: left;
 	width: calc(100% - 650px);
	text-align: left;
	padding-right: 10px;
}
.lrsTrackData2 > span.largeTrack {
	display: inline-block;
}
.lrsTrackData2 > span.smallTrack {
	display: none;
}
.lrsTrackData3 {
	float: left;
	width: 100px;
	text-align: left;
}
.lrsTrackData4 {
	float: left;
	width: 150px;
	text-align: left;
}
.lrsTrackData4 span {
	display: none;
}
.lrsTrackData5 {
	float: left;
	width: 100px;
	text-align: center;
}
.lrsTrackData6 {
	float: left;
	width: 200px;
	text-align: center;
}
.lrsTrackData6 span {
	font-size: 12px;	
}
.lrsTrackData7 {
	float: left;
 	width: calc(100% - 300px);
}
.lrsTrackData8 {
	float: left;
 	width: 200px;
	text-align: right;
}
.lrsTrackButtonRow {
	padding: 10px 0 30px 0;
	clear: both;
}
.lrsTrackBullets {
	margin-bottom: 10px;
}
.lrsTrackDataRow {
	clear: both;
}
.lrsSearchInputDate {
	width: 150px;
	display: inline-block;
}
.lrsSearchItemTitle {
	font-weight: bold;
	font-style: normal;
	font-size: 20px;
	text-align: center;
	padding: 10px 0 0 0;
}
.lrsSearchItemSubtitle {
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
	clear: both;
}
.lrsSearchItemSubtitleT {
	font-size: 16px;
	text-align: center;
	padding: 10px 0 0 0;
	clear: both;
}
.lrsListing {
	overflow: hidden;
	border-bottom: thin solid #0676c2;
	background-color: #ecf3f8;
	padding: 10px 10px 0 10px;
}
.lrsListing img {
	float: left;
	padding-right: 8px;
}
.lrsListing p, .lrsListing1 p, .lrsListing2 p {
	margin: 0 0 10px 0;
}
.lrsListing2 {
	overflow: hidden;
	border-bottom: thin solid #0676c2;
	padding: 10px 10px 0 10px;
}
.lrsListing2 img {
	float: left;
	padding-right: 8px;
}
.lrsListing1 {
	padding: 10px 10px 0 10px;
}
.lrsListing img, .lrsListing1 img, .lrsListing2 img {
	float: left;
	padding-right: 8px;
}
.lrsListing a.noColor, .lrsListing1 a.noColor, .lrsListing2 a.noColor {
	text-decoration: none;
	color: #333;
}
.lrsListing a.noColor:hover, .lrsListing1 a.noColor:hover, .lrsListing2 a.noColor:hover {
	text-decoration: underline;
	color: #ff0000;
}
/* spot delivery */
.newsletter-product-nav {
	line-height: 1.4;
	text-align: center;
	margin: 0 0 20px 0;
	/*display: table;*/
	float: none;
	padding-left: 0px;
	-webkit-padding-start: 0px;
}
.newsletter-product-nav li {
	float: none;
	display: inline-block;
    padding: 3px 16px 3px 16px;
    white-space: nowrap;
}
.newsletter-product-column {
	padding: 20px 0 0 0;
}
.newsletter-product-column img {
	display: block;
	margin: auto;
}
.spot-tagline {
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	margin: 0 0 10px 0;
}
.lnCatHeading {
	font-style: italic;
	font-size: 16px;
	padding-bottom: 4px;
}
.lnArticleTitle {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
}
.lnArticleAuthor {
	font-weight: bold;
	margin: 5px 0 16px 0;
}
.lnContentsFPBox {
	font-size: 15px;
	font-weight: normal;
	padding: 15px 20px 10px 20px;
	background-color: #ecf3f8;
	border: 1px solid #0676c2;
	margin-bottom: 20px;
}
.lnContentsFPBox p {
	font-size: 16px;
	margin-top: 6px;
	clear: both;
}
.lnContentsFPBoxTitle {
	font-size: 16px;
	font-weight: bold;
	color: #084c8d;
}
.lnContentsFPBoxIssueL {
	float: left;
	text-align: left;
	padding-bottom: 15px;
}
.lnContentsFPBoxIssueR {
	float: right;
	text-align: right;
	padding-bottom: 15px;
}
.lnContentsLarge {
	display: block;
}
.lnContentsSmall {
	display: none;
}
.lnArticleHeaderL {
	float: left;
	font-weight: bold;
	text-align: left;
	padding-bottom: 10px;
}
.lnArticleHeaderR {
	float: right;
	font-weight: bold;
	text-align: right;
	padding-bottom: 10px;
}
.lnArticleHeaderLL {
	font-size: 18px;
	float: left;
	font-weight: bold;
	text-align: left;
	padding-bottom: 20px;
}
.lnArticleHeaderRR {
	font-size: 18px;
	float: right;
	font-weight: bold;
	text-align: right;
	padding-bottom: 20px;
}
.lnArticleColL {
/*	padding: 0 10px 0 0;*/
}
.lnArticleColR {
/*	padding: 0 0 0 10px;*/
}
.lnRelatedBox {
	font-size: 14px;
	padding: 15px 20px 10px 20px;
	background-color: #ecf3f8;
	border: 1px solid #0676c2;
}
.lnRelatedBox p {
	margin-top: 6px;
	clear: both;
}
.lnRelatedBoxTitle {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.wwRelatedBox {
	font-size: 14px;
	padding: 10px 16px 0px 16px;
	background-color: #ecf3f8;
	border: 1px solid #0676c2;
	margin-bottom: 16px;
}
.wwRelatedBox p {
	margin-top: 6px;
	clear: both;
}
.wwRelatedBoxTitle {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.wwRelatedBoxWW {
	font-size: 14px;
	padding: 10px 16px 0px 16px;
	background-color: #ebe2f7;
	border: 1px solid #5f09d6;
	margin-bottom: 16px;
}
.wwRelatedBoxWW p {
	margin-top: 6px;
	clear: both;
}
.wwRelatedBoxTitleWW {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.wwRelatedBoxWW2 {
	font-size: 14px;
	padding: 10px 16px 0px 16px;
	background-color: #efefef;
	border: 1px solid #808080;
	margin-bottom: 16px;
}
.wwRelatedBoxWW2 p {
	margin-top: 6px;
	clear: both;
}
.wwRelatedBoxTitleWW2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.lnFooterNav {
	padding-top: 20px;
	clear: both;
}
/* my counselor customize */
.formCCRadio {
	float: left;
	width: 22px;
	text-align: left;
	background-color: inherit;
}
.formCCField1 {
	float: left;
	width: 38px;
	text-align: left;
}
.formCCField2 {
	float: left;
	width: 38px;
	text-align: left;
}
.formCCProperty {
	float: left;
 	width: calc(100% - 120px);
	padding: 0 0 16px 0;
}
.formCustomizeColRow {
	width: 100%;
	float: left;
	clear: both;
	background-color: #fff;
	padding: 0 5px 5px 5px;
}
.formCustomizeFieldRow2 {
	width: 100%;
	float: left;
	clear: both;
	background-color: #fff;
	padding: 5px;
}
.formCustomizeFieldRow1 {
	width: 100%;
	float: left;
	clear: both;
	background-color: #ecf3f8;
	padding: 5px;
}
.formCustomizeCol1 {
	float: left;
	font-weight: bold;
 	width: calc(100% - 650px);
	text-align: left;
}
.formCustomizeCol2 {
	float: left;
	font-weight: bold;
	width: 150px;
	text-align: left;
}
.formCustomizeCol3 {
	float: left;
	font-weight: bold;
	width: 250px;
	text-align: left;
}
.formCustomizeCol4 {
	float: left;
	font-weight: bold;
	width: 250px;
	text-align: left;
}
.formCustomizeField1 {
	float: left;
 	width: calc(100% - 650px);
	text-align: left;
}
.formCustomizeField2 {
	float: left;
	width: 150px;
	text-align: left;
}
.formCustomizeField3 {
	float: left;
	width: 250px;
	text-align: left;
}
.formCustomizeField4 {
	float: left;
	width: 250px;
	text-align: left;
}
.formCustomizeLastLogin {
	float: left;
	width: 90px;
	text-align: left;
}
.formCustomize90Days {
	float: left;
	width: 116px;
	text-align: left;
}
.formCustomizeRadio {
	float: left;
	width: 22px;
	text-align: left;
}
.formCustomizeYesNo {
	float: left;
	width: 38px;
	text-align: left;
}
.displayFrom {
	float: left;
}
.formCustomizeCol1a {
	float: left;
	font-weight: bold;
 	width: calc(100% - 650px);
	text-align: left;
}
.formCustomizeCol1b {
	float: left;
	font-weight: bold;
	width: 650px;
	text-align: left;
}
.formCustomizeField1a {
	float: left;
 	width: calc(100% - 650px);
	text-align: left;
}
.formCustomizeField1b {
	float: left;
	width: 650px;
	text-align: left;
}
.formCustomizeInput {
	float: left;
	width: 130px;
	text-align: left;
	margin-right: 10px;
}
.formCustomizeLabel {
	float: left;
	width: 100px;
	text-align: left;
}
.myCounselorChart input[type="text"] {
	height: 24px;
}
.myCounselorChart input[type="radio"] {
	margin: 0;
}
.formCustomizeEmailPrefs {
	float: left;
 	width: calc(100% - 250px);
	text-align: left;
}
.formCustomizeEmailPrefsCLCF {
	float: left;
 	width: calc(100% - 500px);
	text-align: left;
}
.formChangeLeft {
	float: left;
	margin-right: 15px;
 	width: 180px;
	text-align: right;
}
.formChangeRight {
	float: left;
 	width: calc(100% - 195px);
	text-align: left;
}
.formChangeInputWidth {
 	max-width: 280px;
}
.formUsersCompanyCol1 {
	font-weight: bold;
	float: left;
	width: 230px;
	text-align: left;
}
.formUsersCompanyCol2 {
	font-weight: bold;
	float: left;
	width: 150px;
	text-align: left;
}
.formUsersCompanyCol3 {
	font-weight: bold;
	float: left;
	width: 150px;
	text-align: left;
}
.formUsersCompanyCol4 {
	font-weight: bold;
	float: left;
 	width: calc(100% - 540px);
	text-align: left;
}
.formUsersCompanyField1 {
	float: left;
	width: 230px;
	text-align: left;
	padding-right: 10px;
}
.formUsersCompanyField2 {
	float: left;
	width: 150px;
	text-align: left;
	padding-right: 10px;
}
.formUsersCompanyField3 {
	float: left;
	width: 150px;
	text-align: left;
	padding-right: 10px;
}
.formUsersCompanyField4 {
	float: left;
 	width: calc(100% - 540px);
	text-align: left;
}
/* conference */
.conf-row-header {
    background-color: #ccc;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: left;
    padding: 8px 15px;
}
.conf-row-body-padding {
    background-color: #efefef;
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    padding: 8px 15px;
}
.conf-row-body {
    background-color: #efefef;
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
}
.conf-row-body-padding-only {
    padding: 8px 15px;
}
.conf-body-heading {
    font-size: 16px;
	font-weight: bold;
	margin: 8px 0 16px 0;
}
.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #e6e6e6;
	background-color: #ecf3f8;
    border-bottom: 0;
    font-size: 20px;
}
a.accordion-title {
	color: #333;
}
a.accordion-title, a.accordion-title:hover {
	text-decoration: none !important; 
}
.accordion-subtitle {
	font-size: 18px;
}
.accordion-title::before {
    margin-top: -1rem;
}
.accordion-intro {
	padding: 0 0 1.25rem 0;
}
.accordion-sub {
	margin-top: 12px;
}
/* media queries begin */
@media (min-width: 1200px) {
.tipMessageText2 {
	padding: 6px 0 10px 0;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.statistic-strip span {
    font-size: 18px;
}
.statistic-strip2 span {
    font-size: 18px;
}
.product-type h2 {
    font-size: 20px;
}
.my-products-menu {
    font-size: 14px;
}
.my-products-menu > li.mortgage > a, .my-products-menu > li.auto > a, .my-products-menu > li.specialty > a, .my-products-menu > li.gray {
    padding: 3px 10px;
}
.my-products-lr {
	margin-left: 15px;
}
.hero-image-title {
	font-size: 2.9em;
}
.top-banner-fincat-auto, .top-banner-fincat-mortgage, .top-banner-fincat-installment, .top-banner-fincat-goods, .top-banner-fincat-boat, .top-banner-fincat-privacy {
	height: 365px;
}
.header-inside-subtitle {
	font-size: 20px;
}
.header-inside-subtitle-solo {
	font-size: 20px;
}
.slc-product-column {
	padding: 20px 30px 20px 0;
}
.lrs-product-column-cl {
	padding: 25px 30px 45px 0;
}
.lrs-product-column-hl {
	padding: 25px 30px 25px 0;
}
.lrs-product-column-sf {
	padding: 25px 30px 30px 0;
}
.lrs-product-column-plr {
	padding: 25px 30px 45px 0;
}
.lrs-product-column-bl {
	padding: 25px 30px 45px 0;
}

}
@media(min-width: 992px){
.staff-md {
	display: none;
}
.staff-lg {
	display: block;
}
}
@media(max-width: 991px){
.myCounselorChart, .myCounselorChangeForm, .formMySearchesCol1, .formMySearchesCol2, .formMySearchesCol3, .formMySearchesCol4, .formMySearchesField1, .formMySearchesField2, .formMySearchesField3, .formMySearchesField4 {
	font-size: 14px;
}
.formMySearchesCol1 {
	width: 70px;
}
.formMySearchesCol2 {
 	width: calc(100% - 330px);
}
.formMySearchesCol3 {
	width: 100px;
}
.formMySearchesCol4 {
	width: 160px;
}
.formMySearchesField1 {
	width: 70px;
}
.formMySearchesField2 {
 	width: calc(100% - 330px);
	padding-right: 10px;
}
.formMySearchesField3 {
	width: 100px;
}
.formMySearchesField4 {
	width: 160px;
}
.formMySearchesShareCol1, .formMySearchesShareCol2, .formMySearchesShareCol3, .formMySearchesShareCol4, .formMySearchesShareCol5, .formMySearchesShareField1, .formMySearchesShareField2, .formMySearchesShareField3, .formMySearchesShareField4, .formMySearchesShareField5 {
	font-size: 14px;
}
.formMySearchesShareCol2 {
	width: 180px;
}
.formMySearchesShareCol3 {
	width: 150px;
}
.formMySearchesShareCol4 {
	width: 150px;
}
.formMySearchesShareCol5 {
 	width: calc(100% - 510px);
}
.formMySearchesShareField2 {
	width: 180px;
}
.formMySearchesShareField3 {
	width: 150px;
}
.formMySearchesShareField4 {
	width: 150px;
}
.formMySearchesShareField5 {
 	width: calc(100% - 510px);
}
.formUsersCompanyCol1 {
	width: 180px;
}
.formUsersCompanyCol2 {
	width: 150px;
}
.formUsersCompanyCol3 {
	width: 150px;
}
.formUsersCompanyCol4 {
 	width: calc(100% - 490px);
}
.formUsersCompanyField1 {
	width: 180px;
}
.formUsersCompanyField2 {
	width: 150px;
}
.formUsersCompanyField3 {
	width: 150px;
}
.formUsersCompanyField4 {
 	width: calc(100% - 490px);
}
.slc-name-FF0000 {
	color: #ff0000;
}
.slc-name-66CC00 {
	color: #57B900;
}
.slc-name-0099FF {
	color: #0099FF;
}
.slc-product-column {
	display: none;
}
.lrs-product-column-cl {
	display: none;
}
.lrs-product-column-hl {
	display: none;
}
.lrs-product-column-sf {
	display: none;
}
.lrs-product-column-plr {
	display: none;
}
.lrs-product-column-bl {
	display: none;
}
.staff-lg {
	display: none;
}
.hp-overview h1 {
	font-size: 24px;
}
.hp-overview h2 {
	font-size: 18px;
}
.hp-overview p {
    font-size: 16px;
}
.hp-insights-header h2 {
	font-size: 24px;
}
.hp-insights-header h3 {
	font-size: 18px;
}
.hp-conference h2 {
	font-size: 24px;
}
.hp-conference h3 {
	font-size: 18px;
}
.hp-insights h3 {
	font-size: 20px;
}
.insights h2 {
	font-size: 20px;
}
.product-header h1 {
	font-size: 24px;
}
.product-header h2 {
	font-size: 20px;
}
.product-header p {
    font-size: 16px;
}
.public h1 {
	font-size: 24px;
}
.public h2 {
	font-size: 20px;
}
.public h3 {
	font-size: 18px;
}
.mycounselor h1 {
	font-size: 24px;
}
.mycounselor h2 {
	font-size: 20px;
}
.mycounselor h3 {
	font-size: 18px;
}
.staff h1 {
	font-size: 24px;
}
.user-forms h2 {
	font-size: 20px;
}
.buffer-flex {
	padding: 5px 0;
}
.buffer-h1 {
	padding: 5px 0;
}
.tel-email {
	font-size: 14px;
}
.accordionWrapper {
	width: 310px;
}
.product-list {
	width: 310px;
}
.lrs-product-nav {
	text-align: center;
}
.slc-product-nav {
	text-align: center;
}
.lrsTrackChart {
	font-size: 14px;
}
.lrsTrackCol1 {
	width: 60px;
}
.lrsTrackCol2 {
 	width: calc(100% - 470px);
}
.lrsTrackCol3 {
	width: 80px;
}
.lrsTrackCol4 {
	width: 100px;
}
.lrsTrackCol5 {
	width: 80px;
}
.lrsTrackCol6 {
	width: 150px;
}
.lrsTrackData1 {
	width: 60px;
}
.lrsTrackData2 {
 	width: calc(100% - 470px);
}
.lrsTrackData3 {
	width: 80px;
}
.lrsTrackData4 {
	width: 100px;
}
.lrsTrackData5 {
	width: 80px;
}
.lrsTrackData6 {
	width: 150px;
}
.lrsTrackData6 span {
	font-size: 10px;	
}
.lrsTrackData7 {
 	width: calc(100% - 210px);
}
.lrsTrackData8 {
 	width: 150px;
}
.spot-tagline {
	font-size: 16px;
}
.lnContentsFPBox p {
	font-size: 14px;
}
.newsletter-product-nav {
	font-size: 14px;
	line-height: 1.3;
	margin: 0 0 20px 0;
}
.newsletter-product-nav li {
    padding: 3px 13px 3px 13px;
}

}
@media (min-width: 768px) and (max-width: 991px) {
.hp-overview h1:before {
    width: 7%;
}
.hp-overview h1:after {
    width: 7%;
}
.hp-band-one .container {
	padding-left: 10%;
	padding-right: 10%;
}
.product-desc-slc, .product-desc-lr, .product-desc-pubs {
    background-size: 275px 275px;
}
.staff-md {
	display: block;
}
.hero-image-title {
	font-size: 2.4em;
}
.header-inside-subtitle {
	font-size: 20px;
}
.header-inside-subtitle-solo {
	font-size: 20px;
}
.statistic-strip span {
	font-size: 20px;
}
.statistic-strip2 span {
	font-size: 20px;
}
.top-banner-fincat-auto, .top-banner-fincat-mortgage, .top-banner-fincat-installment, .top-banner-fincat-goods, .top-banner-fincat-boat, .top-banner-fincat-privacy {
	height: 289px;
}
.myAlertsLogo img {
	height: 32px;
}
.my-products-lr {
	margin-left: -30px;
}
.product-name-pub img {
	height: 28px;
}
.product-name-lr img {
	height: 30px;
}
.product-name-pub {
	font-size: 16px;
}
.my-products-menu {
    font-size: 14px;
	width: 80%;
}
.my-products-menu > li.mortgage > a, .my-products-menu > li.auto > a, .my-products-menu > li.specialty > a, .my-products-menu > li.gray {
    padding: 3px 15px;
}
.formCustomizeCol1 {
 	width: calc(100% - 550px);
}
.formCustomizeCol2 {
	width: 130px;
}
.formCustomizeCol3 {
	width: 200px;
}
.formCustomizeCol4 {
	width: 220px;
}
.formCustomizeField1 {
 	width: calc(100% - 550px);
}
.formCustomizeField2 {
	width: 130px;
}
.formCustomizeField3 {
	width: 200px;
}
.formCustomizeField4 {
	width: 220px;
}
.formCustomizeLastLogin {
	width: 80px;
}
.formCustomize90Days {
	width: 96px;
}
.formCustomizeCol1a {
 	width: calc(100% - 450px);
}
.formCustomizeCol1b {
	width: 450px;
}
.formCustomizeField1a {
 	width: calc(100% - 450px);
}
.formCustomizeField1b {
	width: 450px;
}
.formCustomizeInput {
	width: 120px;
}
.formCustomizeLabel {
	width: 100px;
}
.lrs-product-nav li {
    padding: 3px 20px 3px 0;
}
.slc-product-nav li {
    padding: 3px 20px 3px 0;
}

}
@media (min-width: 551px) and (max-width: 991px){
.hp-insights-header h2:before {
    width: 7%;
}
.hp-insights-header h2:after {
    width: 7%;
}
.product-header h1:before {
    width: 7%;
}
.product-header h1:after {
    width: 7%;
}
.product-sections h2:before {
    width: 7%;
}
.product-sections h2:after {
    width: 7%;
}
.public h1:before {
    width: 7%;
}
.public h1:after {
    width: 7%;
}
.mycounselor h1:before {
    width: 7%;
}
.mycounselor h1:after {
    width: 7%;
}
.staff h1:before {
    width: 7%;
}
.staff h1:after {
    width: 7%;
}
}
@media (min-width: 551px) and (max-width: 767px){
.bg-hero, .bg-hero2, .myc-navbar-offset {
	margin-top:51px;
}
.hp-band-one .container {
	padding-left: 20%;
	padding-right: 20%;
}
.statistic-strip span, .statistic-strip2 span {
	font-size: 18px;
}
}
/*changed 1199 to 1245 */
@media (min-width: 768px) and (max-width:1330px) {
.bg-hero, .bg-hero2, .myc-navbar-offset {
	margin-top:135px;
}
}
@media(min-width: 768px){
.staff-sm {
	display: none;
}
}
@media(max-width: 767px){
.hp-overview h1:before {
    display: none;
}
.hp-overview h1:after {
    display: none;
}
.formatHeader2 {
	margin: 12px 0 10px 0;
}
.statesRow {
	font-size: 14px;
}
.saveStates {
	font-size: 14px;
	margin-top: 20px;
}
.slcInstruction1, .slcInstruction2, .formatHeader {
	font-size: 16px;
}
.lrs-bullets, .lrs-product-nav, .slcLabelBold, .slcLabel, .issuesRow, .formatOptions, .slcAnswerSTRow, .slcAnswerCATRow, .slcAnswerQRow, .slcAnswerLeft, .slcAnswerRight, .slcAnswerLeft p, .slcAnswerRight p, .mycounselor p, .slcFormsCol2Data, .slcFormsCol1Data, .slcFormsCol1Header, .slcFormsCol2Header, .slcFormsCol3Header {
	font-size: 14px;
}
.issuesRowHeading {
	font-size: 16px;
	margin: 10px 0 5px 0;
}
.product-breadcrumbs {
	font-size: 12px;
}
.product-breadcrumbs-covid {
	font-size: 12px;
}	
.tipMessageIcon i {
	font-size: 24px;
    height: 24px;
	margin: 3px 8px 10px 0;
}
.tipMessageText2 {
	font-size: 12px;
}
.hp-band-one img {
    margin: 0 0 20px 0;
}
.pubs img {
    margin: 0 0 20px 0;
	display: inline;
}
.pubs {
	text-align:center;
}
.product-desc-slc, .product-desc-lr, .product-desc-pubs {
    background-size: 225px 225px;
}
.staff-md {
	display: none;
}
.staff-sm {
	display: block;
}
.messageDate {
	text-align: left;
	font-size: 12px;
	padding: 4px 0 0 0;
}
.messageTitle {
	padding: 0 10px 6px 0;
}
.myAlertDate1 {
	text-align: left;
	font-size: 12px;
	padding: 4px 0 0 15px;
}
.myAlertDate2 {
	text-align: left;
	font-size: 12px;
	padding: 4px 0 0 15px;
	background-color: #efefef;
}
.myAlertTitle1 {
	padding: 0 15px 6px 15px;
}
.myAlertTitle2 {
	padding: 0 15px 6px 15px;
	background-color: #efefef;
}
.myAlertsLogo img {
	height: 30px;
	margin-bottom: 10px;
}
.mySLCUpdatesProduct {
	padding-right: 15px;
}
.mySLCUpdatesSince {
	padding-left: 15px;
}
.btn-blue-hp {
	font-size: 14px;
	padding: 4px 10px;
}
.btn-red2, .btn-green, .btn-blue, .btn-grey {
	font-size: 14px;
	padding: 4px 10px;
}
.marketing-btn {
	font-size: 14px;
	padding: 8px 14px 7px 14px;
}
.btn-search {
	font-size: 14px;
	padding: 8px 14px 7px 14px;
}
.buffer-flex2 {
	padding: 10px 0;
}
.buffer-flex3 {
	padding: 20px 0;
}
.buffer-product-icons {
	padding: 10px 0;
}
.header-inside-subtitle {
	font-size: 18px;
}
.header-inside-subtitle-solo {
	font-size: 18px;
}
.top-banner-fincat-auto, .top-banner-fincat-mortgage, .top-banner-fincat-installment, .top-banner-fincat-goods, .top-banner-fincat-boat, .top-banner-fincat-privacy {
	height: 230px;
}
.buffer-pubs {
	padding: 0;
}
input[type=text],
input[type=password],
input[type=email],
textarea {
  display: block;
  width: 100%;
  height: 38px;
  font-size: 14px;
  padding: 5px 15px;
  line-height: 1.5;
  vertical-align: middle;
}
.search input[type=text] {
  height: 36px;
}
.searchHelpCol1, .searchHelpCol2 {
	float: none;
}
.cartSmall {
	display: block;
	width: 100%;
}
.cartLarge {
	display: none;
}
.my-products-menu {
    font-size: 14px;
	width: 280px;
}
.my-products-lr {
	margin-top: 15px;
	margin-left: 0px;
}
.product-name-pub img {
	height: 26px;
}
.product-name-lr img {
	height: 28px;
}
.product-name-pub {
	font-size: 16px;
}
.my-products-pubs {
	margin-top: 20px;
}
.formMySearchesShareCol2 {
	width: 180px;
}
.formMySearchesShareCol3 {
	width: 150px;
}
.formMySearchesShareCol4 {
	display: none;
}
.formMySearchesShareCol5 {
 	width: calc(100% - 360px);
}
.formMySearchesShareField2 {
	width: 180px;
}
.formMySearchesShareField3 {
	width: 150px;
}
.formMySearchesShareField4 {
	display: none;
}
.formMySearchesShareField5 {
 	width: calc(100% - 360px);
}
.formUsersCompanyCol1 {
	width: 180px;
}
.formUsersCompanyCol2 {
	width: 150px;
}
.formUsersCompanyCol3 {
	display: none;
}
.formUsersCompanyCol4 {
 	width: calc(100% - 340px);
}
.formUsersCompanyField1 {
	width: 180px;
}
.formUsersCompanyField2 {
	width: 150px;
}
.formUsersCompanyField3 {
	display: none;
}
.formUsersCompanyField4 {
 	width: calc(100% - 340px);
}
.lrsSessionChart {
	font-size: 14px;
}
.lrsSessionChartHeading {
	font-size: 16px;
}
.lrsSessionColHeader1 {
	padding: 0;
	text-align: center;
}
.lrsSessionColHeader2 {
	padding: 0;
}
.lrsSessionColHeader3 {
	padding: 0;
}
.lrsSessionColHeader4 {
	padding: 0 0 8px 0;
}
.lrsSessionColData1 {
	padding: 8px 0 0 0;
	text-align: center;
	font-weight: bold;
}
.lrsSessionColData2 {
	padding: 0;
}
.lrsSessionColData3 {
	padding: 0;
}
.lrsSessionColData4 {
	padding: 0 0 8px 0;
}
.newsletter-product-column {
	padding: 0;
}
.lnContentsLarge {
	display: none;
}
.lnContentsSmall {
	display: block;
}
.formCustomizeCol1 {
 	width: calc(100% - 360px);
}
.formCustomizeCol2 {
	width: 120px;
}
.formCustomizeCol3 {
	width: 120px;
}
.formCustomizeCol4 {
	width: 120px;
}
.formCustomizeField1 {
 	width: calc(100% - 360px);
}
.formCustomizeField2 {
	width: 120px;
}
.formCustomizeField3 {
	width: 120px;
}
.formCustomizeField4 {
	width: 120px;
}
.formCustomizeLastLogin {
	width: 80px;
}
.formCustomize90Days {
	width: 96px;
}
.formCustomizeRadio {
	width: 22px;
}
.formCustomizeYesNo {
	width: 38px;
}
.displayFrom {
	display: block;
}
.formCustomizeCol1a {
 	width: calc(100% - 360px);
}
.formCustomizeCol1b {
	width: 360px;
}
.formCustomizeField1a {
 	width: calc(100% - 360px);
}
.formCustomizeField1b {
	width: 360px;
}
.formCustomizeInput {
	width: 120px;
}
.formCustomizeLabel {
	width: 100px;
}
.formCustomizeNewLogin {
	float: left;
	width: 120px;
}
.formCustomizeNewLogin2 {
	float: left;
	width: 130px;
}
.lrs-product-nav li {
    padding: 3px 15px 3px 0;
}
.slc-product-nav {
	margin: 0 0 10px 0;
}
.slc-product-nav li {
	font-size: 14px;
    padding: 3px 15px 3px 0;
}

}
@media(max-width: 695px){
#mca-cert {
	float:none;
	display: block;
}
.lrsTrackCol1 {
	width: 60px;
}
.lrsTrackCol2 {
 	width: calc(100% - 240px);
}
.lrsTrackCol3 {
	display: none;
}
.lrsTrackCol4 {
	width: 100px;
}
.lrsTrackCol4 span {
	display: inline-block;
}
.lrsTrackCol5 {
	display: none;
}
.lrsTrackCol6 {
	width: 80px;
}
.lrsTrackData1 {
	width: 60px;
}
.lrsTrackData2 {
 	width: calc(100% - 240px);
}
.lrsTrackData2 > span.largeTrack {
	display: none;
}
.lrsTrackData2 > span.smallTrack {
	display: inline-block;
}
.lrsTrackData3 {
	display: none;
}
.lrsTrackData4 {
	width: 100px;
}
.lrsTrackData4 span {
	display: inline-block;
}
.lrsTrackData5 {
	display: none;
}
.lrsTrackData6 {
	width: 80px;
}
.lrsTrackData6 span {
	display: none;
}
.lrsTrackData7 {
 	width: calc(100% - 140px);
}
.lrsTrackData8 {
 	width: 80px;
}
.lrsTrackData8 span {
	display: none;
}
}
@media (min-width: 696px) and (max-width: 767px) {
.hero-image-title {
	font-size: 2.2em;
}
.header-inside-subtitle {
	font-size: 18px;
}
}
@media(max-width: 650px){
.statesLarge {
	display: none;
}
.statesSmall {
	display: block;
}
.statesLargeSubmit {
	display: none;
}
.statesSmallSubmit {
	display: inline-block;
}
.statesCol {
	width: 50%;
}
.resourcesStatesCol {
	width: 50%;
}
.free-trial {
	width: 80%;
}
.free-trial header {
	margin-left: 10px;
	margin-right: 10px;
}
.free-trial header h1 {
	text-align:center;
	font-size: 18px;
}
.free-trial .form-left {
	margin: 0 auto;
	float:none;
	width: 80%;
}
.free-trial .form-left .field-group {
	padding:0;
}
.free-trial .form-right .field-group {
	padding:0;
}
.free-trial .form-right {
	margin: 0 auto;
	margin-top: 10px;
	float:none;
	width: 110px;
}
.insightsSearchBox {
	width: 100%;
    margin: 0 auto;
	padding: 0 0 10px 0;
}
.insightsSearchBox .form-left {
	width: 100%;
	float: none;
	text-align: center;
}
.insightsSearchBox .form-right {
	width: 100%;
	float: none;
	text-align: center;
	padding-top: 10px;
}
.search-help {
	display: none;
}
.staff h2 {
	font-size: 16px;
}
.formMySearchesCol1 {
	width: 70px;
}
.formMySearchesCol2 {
 	width: calc(100% - 170px);
}
.formMySearchesCol3 {
	display: none;
}
.formMySearchesCol4 {
	width: 100px;
}
.formMySearchesField1 {
	width: 70px;
}
.formMySearchesField2 {
 	width: calc(100% - 170px);
	padding-right: 10px;
}
.formMySearchesField3 {
	display: none;
}
.formMySearchesField4 {
	width: 100px;
}
.runSearch {
	display: block;
}
.formMySearchesShareCol2 {
	width: 180px;
}
.formMySearchesShareCol3 {
	display: none;
}
.formMySearchesShareCol4 {
	display: none;
}
.formMySearchesShareCol5 {
 	width: calc(100% - 210px);
}
.formMySearchesShareField2 {
	width: 180px;
}
.formMySearchesShareField3 {
	display: none;
}
.formMySearchesShareField4 {
	display: none;
}
.formMySearchesShareField5 {
 	width: calc(100% - 210px);
}
.formUsersCompanyCol1 {
	width: 180px;
}
.formUsersCompanyCol2 {
	display: none;
}
.formUsersCompanyCol3 {
	display: none;
}
.formUsersCompanyCol4 {
 	width: calc(100% - 190px);
}
.formUsersCompanyField1 {
	width: 180px;
}
.formUsersCompanyField2 {
	display: none;
}
.formUsersCompanyField3 {
	display: none;
}
.formUsersCompanyField4 {
 	width: calc(100% - 190px);
}

}
@media(max-width: 550px){
.catsLarge {
	display: none;
}
.catsSmall {
	display: block;
}
.bg-hero {
	margin-top:51px;
}
.navbar-login-hide {
	margin-top: -50px;
	display: none !important;
}
.myc-navbar-offset {
	margin-top:50px;
}
.stage {
	display: block;
}
.statistic-strip span, .statistic-strip2 span {
	font-size: 18px;
}
.spot-offer {
	width: 330px;
}
.hp-band-one .container {
	padding-left: 15%;
	padding-right: 15%;
}
.hp-insights-header h2:before {
    display: none;
}
.hp-insights-header h2:after {
    display: none;
}
.product-header h1:before {
    display: none;
}
.product-header h1:after {
    display: none;
}
.product-sections h2:before {
    display: none;
}
.product-sections h2:after {
    display: none;
}
.public h1:before {
    display: none;
}
.public h1:after {
    display: none;
}
.mycounselor h1:before {
    display: none;
}
.mycounselor h1:after {
    display: none;
}
.staff h1:before {
    display: none;
}
.staff h1:after {
    display: none;
}
.searchShareLabel {
	float: left;
	width: 100%;
	padding: 0 0 10px 0;
}
.searchShareLabel span {
	display: block;
	font-weight: normal;
}
.searchShareTitle {
    display: none;
}
.formMySearchesShareCol2 {
 	width: calc(100% - 30px);
}
.formMySearchesShareCol3 {
	display: none;
}
.formMySearchesShareCol4 {
	display: none;
}
.formMySearchesShareCol5 {
	display: none;
}
.formMySearchesShareField2 {
 	width: calc(100% - 30px);
}
.formMySearchesShareField3 {
	display: none;
}
.formMySearchesShareField4 {
	display: none;
}
.formMySearchesShareField5 {
	display: none;
}
div.search-forms .controls input {
	width: 300px;
}
.formCustomizeCol1 {
 	width: 100%;
}
.formCustomizeCol2 {
 	width: 100%;
}
.formCustomizeCol3 {
 	width: 100%;
}
.formCustomizeCol4 {
 	width: 100%;
}
.formCustomizeField1 {
 	width: 100%;
}
.formCustomizeField2 {
 	width: 100%;
}
.formCustomizeField3 {
 	width: 100%;
}
.formCustomizeField4 {
 	width: 100%;
}
.displayFrom {
	display: block;
}
.formCustomizeCol1a {
 	width: 100%;
}
.formCustomizeCol1b {
 	width: 100%;
}
.formCustomizeField1a {
 	width: 100%;
}
.formCustomizeField1b {
 	width: 100%;
}
.formCustomizeNewLogin {
 	width: 100%;
}
.formCustomizeNewLogin2 {
 	width: 100%;
}
.formChangeLeft {
 	width: 100px;
}
.formChangeRight {
 	width: calc(100% - 115px);
}
.formChangeInputWidth {
 	max-width: 200px;
}

}
@media (min-width: 476px) and (max-width: 695px) {
.hero-image-title {
	font-size: 1.8em;
}
.header-inside-subtitle {
	font-size: 18px;
}
}
@media (min-width: 476px) and (max-width: 550px) {
.bg-hero2 {
	margin-top:107px;
}
}
@media(max-width: 475px){
#mca-debanked {
	display:none;
}
.hero-image-title {
	font-size: 1.5em;
}
.header-inside-subtitle {
	font-size: 15px;
}
div#user-form-wrap .user-well {
	margin-top: -15px;
	box-shadow:none;
}
.statistic-strip2 {
	display: none;
}
.bg-hero2 {
	margin-top:50px;
}
div#user-form-wrap .user-well h1 {
	padding: 0 35px 20px 35px;
}
.splitCol li {
	font-size: 14px;
}
.header-inside-subtitle-solo {
	font-size: 17px;
}
}
@media(max-width: 310px){
.my-products-menu {
    font-size: 14px;
	width: 100%;
}
}
@media print {
a[href]:after {
	content: none !important;
	}
}