/* GLOBAL STYLES */
body {
	line-height:1;
  	font-size: 12px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
	overflow-y: visible;
}
.grid_3, .grid_4, .grid_7 {
margin-bottom:60px;
}
.grid_6 {margin-bottom:30px;}
.grid_3 {
margin-top:20px;
}
.grid_4 {margin-top:72px;}
.ts-footnote-2 p { padding-bottom:10px; font-size: 12px;
line-height: 16px;
color: #999;
margin-bottom: 5px;}
hr { padding: 10px 0 5px 0;}
.grid_7 ul li, .grid_6 ul li {
display: list-item;
list-style: outside;
margin-left: 20px;
padding-bottom: 10px;
	}
a:link {
margin:0;
padding:0;
border-bottom: 0px solid #fff;
vertical-align:baseline;
background:transparent;
text-decoration: none;
}
a.pdf:after {
  content: "PDF";
  color: #fff;
  font-family: RobotoCondensedRegular, 'Arial Narrow', Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1px .5em 1px .5em;
  margin: auto -0.5em auto 0.5em;
}
a.excel:after {
  content: "EXCEL";
  color: #fff;
  font-family: RobotoCondensedRegular, 'Arial Narrow', Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1px .5em 1px .5em;
  margin: auto -0.5em auto 0.5em;
}
a.word:after {
  content: "DOC";
  color: #fff;
  font-family: RobotoCondensedRegular, 'Arial Narrow', Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1px .5em 1px .5em;
  margin: auto -0.5em auto 0.5em;
}
a._external:after {
  content: "OFFSITE";
  color: #fff;
  font-family: RobotoCondensedRegular, 'Arial Narrow', Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1px .5em 1px .5em;
  margin: auto -0.5em auto 0.5em;
}
a.pdf_external:after {
  content: "OFFSITE PDF";
  color: #fff;
  font-family: RobotoCondensedRegular, 'Arial Narrow', Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1px .5em 1px .5em;
  margin: auto -0.5em auto 0.5em;
}
a.ppt:after {
  content: "PPT";
  color: #fff;
  font-family: RobotoCondensedRegular, 'Arial Narrow', Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1px .5em 1px .5em;
  margin: auto -0.5em auto 0.5em;
}
a.txt:after {
  content: "TXT";
  color: #fff;
  font-family: RobotoCondensedRegular, 'Arial Narrow', Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1px .5em 1px .5em;
  margin: auto -0.5em auto 0.5em;
}
/* EMAIL ALERT STYLES */
#email-alert {
margin-top: 15px;
float:left;
width:95%;
padding-bottom:8px;
	}
.grid_4 #email-alert { padding-bottom:10px;}
.grid_4 #email {
    border: 0;
    padding: 2px 10px;
    width: 200px;
}
.grid_3 .email-alert-textbox {
    float: left;
    background: #fff;
    height: 22px;
    border: 0px;
    width: 148px;
}
.grid_3 .email-alert-textbox input {border: 0px;
    padding: 2px 4px;}
.email-alert-button_panel {
float: left;	
	}
.email-alert-textbox {
float: left;
background: #fff;
height:23px;	
	}
.form_button a  { color:#FFF !important;}
.form_button {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #004884), color-stop(1, #004884) );
	background:-moz-linear-gradient( center top, #004884 5%, #004884 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#004884', endColorstr='#004884');
	background-color:#004884;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border: 0px;
	display:inline-block;
	color:#ffffff;
	text-transform:uppercase;
	font-family: 'RobotoCondensedRegular', sans-serif;
	font-size:13px;
	font-weight:normal;
	font-style:normal;
	/*height:18px;
	width:100px;*/
	text-decoration:none;
	text-align:center;
	cursor: pointer;
	padding:2px 10px 2px 10px;
	margin-top:0px;
	line-height: none;
}
.button_right_rail { width:220px;}
.form_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(1, #004884), color-stop(1, #004884) );
	background:-moz-linear-gradient( center top, #004884 100%, #004884 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#004884', endColorstr='#004884');
	background-color:#004884;
}.form_button:active {
	position:relative;
	top:1px;
}
.email-alert-box {
padding: 5px 8px;	
margin-bottom: 20px;
background-color: #efefef;
width:auto;
display:block;
	}
.email-alert-title {
font-family:'RobotoCondensedRegular', sans-serif;
color: #000000;
font-size:14px;
line-height:18px;
display:block;
padding: 0 0 8px 0;	
	}
.grid_12 .accordionButton {
display:block;
_float: none;  /* Float works in all browsers but IE6 */
background: none;
border-bottom: 5px solid #EFEFEF;
cursor: pointer;
font-family: 'RobotoCondensedBold', sans-serif;
font-size:20px;
padding:5px 0 6px 22px;
background-image: url(/~/media/Project/SmallBizCreditTenant/FedSmallBusinessSite/FedSmallBusiness/images/svg/plus.svg);
/* background coordinates */
background-position: 0px 7px;
background-repeat: no-repeat;
color:#000;
letter-spacing:.04em;
	}
/*.accordionButton::before {
-webkit-border-radius: 999px;
-moz-border-radius: 999px;
border-radius: 999px;
behavior: url(PIE.htc);
width: 3px;
height: 3px;
padding: 0px 4px;
content: attr(data-content) '+';
background: #004884;
border: 0px solid #004884;
color: #fff;
text-align: center;
-webkit-transition: background 0.2s linear;
-moz-transition: background 0.2s linear;
-ms-transition: background 0.2s linear;
-o-transition: background 0.2s linear;
transition: background 0.2s linear;
transition: color 0.2s linear;
font: 16px Arial, sans-serif;
margin-right: 10px;
	}*/
.grid_12 .accordionButton:first-child, div.accordionButton:only-child {
	border-top: 5px solid #EFEFEF;
	margin-top:10px;
	}
	
.grid_12 .accordionContent {	
	font-family: 'RobotoCondensedRegular', sans-serif;
	display:block;
	_float: none; /* Float works in all browsers but IE6 */
	background: none;
	padding-left: 18px;
	padding-bottom:46px;
	border-bottom: 0px solid #EFEFEF;
	font-size:12px;
	line-height:14px;
	}

.grid_12 .accordionContent div, .grid_12 .accordionContent a { margin-bottom:2px; }
.grid_12 .on {
  background-image: url(/~/media/Project/SmallBizCreditTenant/FedSmallBusinessSite/FedSmallBusiness/images/svg/minus.svg);
  /* background coordinates */
  background-position: 0px 7px;
  background-repeat: no-repeat;
  border-bottom: 5px solid #EFEFEF !important;
	}
.grid_3 .accordionContent a, .grid_4 .accordionContent a { color:#004884; font-size:14px; line-height: 20px;}
.accordionContent a:hover { border-bottom:1px solid #004884;}
/*.accordionContent a:hover { border-bottom:0px solid #41A8DF;}*/
.grid_12 .accordionContent a { color:#42515a; border-bottom:0px solid #41A8DF; }

/* STYLES FOR SMALL BUSINESS WEBSITE 3/5/2018 */

.accordionButton {
	display:block;
	_float: none;  /* Float works in all browsers but IE6 */
	background: none;
	border-bottom: .05em solid #000;
	cursor: pointer;
	font-family: 'RobotoCondensedRegular', sans-serif;
	font-size:16px;
	padding:6px 0 6px 20px;
	background-image: url(/~/media/Project/SmallBizCreditTenant/FedSmallBusinessSite/FedSmallBusiness/images/svg/plus.svg);
	/* background coordinates */
	background-position: 0px 7px;
	background-repeat: no-repeat;
	color:#000;
	letter-spacing:.04em;
	}
.accordion-spacer { margin-top:32px;}
.accordionButton:first-child, div.accordionButton:only-child {
	border-top: 0px solid #000;
	margin-top:10px;
	}

.accordionContent {	
	font-family: 'RobotoCondensedRegular', sans-serif;
	display:block;
	_float: none; /* Float works in all browsers but IE6 */
	background: none;
	padding-left: 18px;
	padding-bottom:10px;
	border-bottom: .05em solid #000;
	font-size:14px;
	line-height:20px;
	}

.accordionContent div, .accordionContent a { margin-bottom:6px; }
.on {
  background-image: url(/~/media/Project/SmallBizCreditTenant/FedSmallBusinessSite/FedSmallBusiness/images/svg/minus.svg);
  /* background coordinates */
  background-position: 0px 7px;
  background-repeat: no-repeat;
  border-bottom: 0px !important;
	}
.accordionContent a { color:#42515a; font-size:12px; line-height: 16px;}



/* FOOTER FOR HOMEPAGE OF SMALL BUSINESS */
div#footer { background:#000 !important; height:129px !important;}
div#footer-hp {
  height: auto;
  background: #EFEFEF;
  margin-left: -1000px;
  padding-left: 1000px;
  margin-right: -1000px;
  padding-right: 1000px;
  margin-bottom:-60px;
  padding-bottom:40px;
}
footer-hp div {
  height: 100%;
}
div#footer-hp {
  margin-top: 60px;
}
div#footer-hp ul {
  margin-top: 20px;
}
div#footer-hp li {
  display: block;
  width: 100%;
  float: left;
  padding: 0px 0px 6px 18px;
}
div#footer-hp .footer-hp-head, div#footer-hp .footer-hp-head a { font-family:RobotoCondensedRegular; font-size:20px; color:#42515A; padding-top:16px; padding-bottom:0px; text-align:center;}
div#footer-hp .footer-hp-text { font-family:RobotoCondensedRegular; font-size:15px; line-height:20px; color:#42515A; padding:16px 20px 20px 40px;}
div#footer-hp .footer-hp-text a { font-family:RobotoCondensedRegular; font-size:15px; line-height:20px; color:#42515A; }
div#footer-hp .footer-hp-text a:hover { border-bottom: 1px solid #42515A;}
div#footer-hp li a {
  color: #42515A;
  margin-bottom: 6px;
  text-decoration: none;
  /* spec: Footer  */
  font-family: RobotoCondensedRegular, 'Arial Narrow', Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
}
div#footer-hp li a:hover {
  color: #42515A;
}
.footer-hp-header-img img {
width: 90px;
height: auto;
text-align: center;
margin: 8% 36% 0;}

.ts-sb-col-headers { float:right; display:block;}
.ts-sb-col-headers ul li { display: block; float: left; padding:0 0 0 41px; font-family:RobotoCondensedBold, Arial; color:#000; text-transform:uppercase; font-size:14px;}
.ts-sb-col-content { display:block; height:auto;}
.ts-sb-col-content div { width: auto; height: auto; float: right; display:block; padding:0px 35px 0 40px;}
.ts-sb-table-report tr td { padding:12px 12px 12px 0; text-align: left; color:#42515A; font-size:14px; line-height:16px;
vertical-align: middle;}
/*.ts-sb-table-report tr td a { color: #42515A; font-size: 14px; line-height: 16px;}*/
.ts-sb-table-report tr td:first-child { vertical-align: top !important; padding-top:16px; }
.ts-sb-table-report tr {border-bottom:1px solid #000;}
.ts-sb-table-report tr:last-child {/*border-bottom:0px solid #efefef;*/}
.ts-sb-table-head a {color:#000 !important; font-size:18px; line-height:24px;}
.ts-sb-table-report-head, .ts-sb-table-report-head a { color:#000; font-size:18px;}
.ts-sb-table-report-date { color:#000; font-size:18px; font-family:RobotoCondensedLight;}
.ts-sb-table-report-category { color:#42515A; font-size:12px;}
.ts-sb-table-report-month { color:#000; font-size:20px; text-transform:uppercase; font-family:RobotoCondensedBold;}

/* ANALYSIS TABLE STYLES */
.ts-sb-table-analysis tbody { border-top:5px solid #EFEFEF !important;}
.ts-sb-table-analysis tr td { padding:26px 32px 28px 0; text-align: left; color:#5a5a5a; font-size:18px; line-height:26px;
vertical-align: top; font-family:RobotoCondensedRegular;}
.ts-sb-table-analysis tr td:first-child img { vertical-align:top;  }
.ts-sb-table-analysis tr {border-bottom:1px solid #000;}
.ts-sb-table-analysis tr:last-child {border-bottom:0px solid #efefef !important;}
.ts-sb-table-analysis tr:first-child {border-top:0px solid #efefef !important;}
.ts-sb-table-analysis-head { margin-top:0px;}
.ts-sb-table-analysis-head a {color:#000 !important; font-size:24px; line-height:20px; font-family:RobotoCondensedBold;}
.ts-sb-table-subhead {color:#686868 !important; font-size:16px; padding-top:8px; line-height:20px; font-family:RobotoCondensedRegular;}
.ts-sb-table-analysis-head, .ts-sb-table-analysis-head a { color:#000;}
.ts-sb-table-analysis-date { padding: 10px 0 15px 0; line-height:10px; color:#42515A; font-size:13px; font-family:RobotoCondensedRegular; text-transform:uppercase; }
.ts-sb-table-analysis-category { color:#5a5a5a; font-size:12px;}
.ts-sb-table-analysis-month { color:#000; font-size:20px; text-transform:uppercase; font-family:RobotoCondensedBold;}
/* END ANALYSIS TABLE STYLES */

/* Tooltip text */
.tooltip {     position: relative; display: inline-block;}
.tooltip .tooltiptext {
visibility: hidden;
width: auto;
background-color: black;
color: #fff;
text-align: center;
padding: 2px 7px;
border-radius: 0px;
position: absolute;
left: 0px;
z-index: 1;
text-transform: uppercase;
font-size: 10px;
}
.tooltip .tooltiptextdoc {
    visibility: hidden;
    width: auto;
    background-color: #146E9E;
    color: #fff;
    text-align: center;
    padding: 2px 7px;
    border-radius: 0px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
	left:8px;
    z-index: 1;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext, .tooltip:hover .tooltiptextdoc {
    visibility: visible;
}


/* Styles Using RobotoCondensedBold */
.ts-header, .ts-page-title, .ts-page-head-a, .ts-article-title, .ts-article-subhead, .ts-contact-info-headline, .ts-last-reviewed-headline, .ts-pull-quote, .ts-intro-text, .ts-subnavigation, .ts-related, .ts-research-bio-contact, .ts-accordion-subhead, .ts-data-table, .ts-callout-box-head, .ts-subnavigation-head-a, .ts-subnavigation-head-b, .ts-data-table-head, .pageMission, .ts-featured-carousel-name, .ts-page-head-b, .ts-accordion-head, .ts-related, .ts-email-sign-up, .ts-data-table-black, .repFormHead, .blueBoldButton, .ts-article-text-subhead { 
	font-family: 'RobotoCondensedBold', sans-serif; font-weight:normal; letter-spacing: 0.02em; 
	}
.ts-header { font-size:14px; line-height:16px; color: #000000;}
.ts-page-title { font-size:36px; line-height:36px; color: #000; margin-bottom:20px; margin-left:0px; text-transform:uppercase; margin-top:72px;}
.ts-page-head-a { font-size:28px; line-height:30px; color: #000000; border-bottom: 4px solid #DDDBD7; padding: 0 0 4px 0; margin: 10px 0 10px 0;}
.ts-page-head-a a:link, .ts-page-head-a a:visited { color:#000000;}
.ts-article-title { font-size:36px; line-height:43px; color: #000; margin-bottom: 0px;}
.ts-article-subhead { font-size: 18px;
line-height: 22px;
color: #000;
margin: 10px 0;
font-style: normal;}
.ts-article-subhead a { font-size: 18px;
line-height: 22px;
color: #000;
margin: 10px 0;
font-style: normal;}
.ts-article-text-subhead { font-size:24px; line-height:34px; color:#000;}
.ts-article-text-subhead a { color:#004884;}
.ts-article-text-testimonial {font-size:16px; line-height:26px; color:#42515A; font-style:italic; font-family: Georgia, "Times New Roman", Times, serif;}
.ts-article-text-subhead:nth-child(n+2) { padding-top:20px;}
.grid_4 .ts-article-subhead { margin:0 0 10px 0 !important;}
.ts-contact-info-headline, .ts-last-reviewed-headline { font-size:12px; line-height:14px; color: #42515A;}
.ts-pull-quote, .ts-intro-text, .ts-intro-text p, .pageMission { font-size:16px; line-height:22px; color: #42515A;}
.ts-intro-text, .pageMission { margin:10px 0 10px 0;}
/*.pageMission { font-family: Georgia, "Times New Roman", Times, serif; font-size:16px; padding:0px 0 10px 0; color:#000000; display:block; line-height:22px;}*/
.ts-subnavigation { font-size:12px; line-height:14px; color: #FFFFFF;}
.optional-text-module { font-size:12px; line-height:14px; color: #000000;} 
.ts-research-bio-contact, .ts-accordion-subhead { font-size:14px; line-height:16px; color: #000000;}
.ts-data-table { font-size:14px; line-height:16px; color: #42515A;}
.ts-data-table-black { font-size:12px; line-height:14px; color: #000000; margin-top:5px;}
.ts-callout-box-head { font-size:16px; line-height:20px; color: #000000; margin: 0 0 6px 0;}
.ts-subnavigation-head-a { font-size:12px; line-height:14px; text-transform:uppercase; color: #FFFFFF; border-bottom: 2px solid #99A5C0; padding: 0 0 7px 0;}
.ts-subnavigation-head-b {font-size:12px; line-height:14px; text-transform:uppercase; color: #FFFFFF;}
.selected { color: #B3BDD6 !important;}
.ts-data-table-head { font-size:12px; line-height:14px; text-transform:uppercase; color: #42515A;}
.ts-featured-carousel-name { font-size:14px; line-height:16px; text-transform:uppercase; color: #000000;}
.ts-page-head-b { font-size:18px; line-height:20px; text-transform:uppercase; color: #000000; border-bottom: 4px solid #DDDBD7; padding: 0 0 4px 0; margin: 10px 0 0px 0; }
.ts-page-head-b a:link, .ts-page-head-b a:visited { color:#000000;}
.ts-accordion-head { font-size:12px; line-height:14px; text-transform:uppercase; color: #000000; border-bottom: 1px solid #DDDBD7; border-top: 1px solid #DDDBD7; padding: 7px 0 7px 0;}
.ts-related { font-size:14px; line-height:20px; margin-bottom:5px; text-transform:uppercase; color: #000000; border-bottom: 2px solid #DDDBD7; padding: 0 0 1px 0;}
.ts-email-sign-up { font-size:12px; line-height:14px; text-transform:uppercase; color: #000000;}
.blueBoldButton {  
    border: 0 none;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    margin-top: 0;
    padding: 2px 5px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    margin:6px 0px;
    text-transform: uppercase;}
.blueBoldButton a {
    color: #3688B4 !important;
}
#sb_universal_nav { margin-left:10px; }
#sb_universal {
    background-color: #000;
    padding: 0 0 0 1em;
    height: 44px;
    margin-left: -1000px;
    padding-left: 1000px;
    margin-right: -1000px;
    padding-right: 1000px;
}
div#logo {
    margin-top: 10px !important;
}
#sb_header { display: block;
top: 0;
left: 0;
z-index: 999;
width: 960px;
margin: 20px 0;
}
#sb_header ul li { padding: 0 22px 0 0;
margin: 0;
display: block;
float: left;
font-family: 'RobotoRegular', sans-serif;
font-size: 22px;
color: #42515A;}
#sb_header ul li a:link, #sb_header ul li a:visited { color: #42515A; padding-left: 0; margin-left: 5px; margin-right: 46px; font-family: RobotoRegular, sans-serif;}
#sb_header ul li a.active { color:#333;}
#sb_header ul li a:hover { color:#333;}
#sb_header ul {
    display: block;
    margin-left: 4px;
}
body > div.container_12 > header {
    height: auto; }
div#header-border {
height: 5px !important;
min-height: 1%;
zoom: 1;
margin-left: -1000px;
margin-right: -1000px;
position: relative;
z-index: -1 !important;
border-bottom: 5px solid #efefef;
margin-bottom: 0px;
margin-top:60px;
background: none !important;	
	}
div#footer { padding-bottom: 0px;}
#footer-hp .grid_4 { margin-top:20px; margin-bottom:0px !important;}
.spotlight { margin-bottom:30px !important;}
.firstcharacter {
color: #000;
float: left;
font-size: 70px;
line-height: 1px;
padding-top: 0px;
padding-right: 2px;
padding-left: 0px;
width: auto;
height: 27px;
}
/* FEATURE IMAGE FOR ARTICLE PAGE */
.sb-feature-image { display:block; float:left; width:620px; height:auto; }
.sb-feature-image img { width:100%;}	
.sb-feature-image-text {display: block;
float: left;
width: 240px;
padding: 40px 20px 20px 20px;
color: #42515A;
font-family: RobotoCondensedRegular, sans-serif;
font-size: 22px;
line-height: 30px;}

.float_right { margin-left: 320px; width: 292px; float: right; padding-top:8px;}
.right-links ul li { padding:0 0 5px 0 !important; width:33%;}
.logo_container { width:350px; margin-left:10px;}
.logo_container img { max-width:85%;}
/* styles using RobotoCondensedRegular */
.ts-footer, .ts-dropdown-caption, .ts-about-redesign, .ts-featured-panel, .ts-story-text, .ts-accordion-content, .ts-contact-info, .ts-research-bio-contact, .ts-last-reviewed, .ts-contacts-module, .ts-table, .ts-callout-box, .ts-tabs, .ts-button, .ts-table-filter, .ts-strap, .detailEventHead, .optional-text-module, .ts-section-identifier, .pressTitle, .ts-date, .catItalic, .ts-story-text-table, .ts-story-text p, .ts-story-text-table p, .ts-search-results, .ts-search-results p, .ts-story-text-table-hover, .ts-story-text-hover, .ts-footnote-1, .frb-story-text, .ts-AP-table-description-text, .ts-subtitle, .ts-2col-text-box, .ts-rightCol-link, .ts-header-info, .ts-header-info-underline { font-family: 'RobotoCondensedRegular', sans-serif; font-weight:normal; letter-spacing:0.02em;  }
.ts-rightCol-link, .ts-rightCol-link a { font-size: 12px; line-height: 14px; color: #3688B4 !important }
.ts-footer { font-size:12px; line-height:14px; color: #FFFFFF;}
.ts-header-info { font-size:14px; line-height:14px; color: #c9c9c9; padding-top:13px;}
.ts-header-info-underline {font-size:14px; line-height:14px; color: #c9c9c9; padding-top:13px; text-transform: uppercase; border-bottom: 1px solid #CCC; padding-bottom: 3px;}
.ts-header-info a {color: #c9c9c9; font-family: RobotoCondensedBold, sans-serif; font-size: 14px; margin-left:7px;}
.ts-header-info a:hover { border-bottom:1px solid #c9c9c9;}
.ts-footer .selected { color: #B3BDD6;}
.ts-dropdown-caption { font-size:12px; line-height:14px; color: #FFFFFF;}
.ts-featured-panel { font-size:14px; line-height:16px; color: #000000;}
.ts-story-text, .ts-story-text p, .ts-story-text-table-hover, .ts-story-text-hover a { font-size:14px; line-height:16px; color: #42515A; margin-top:5px !important; margin-bottom:10px; }
.ts-story { font-size:14px; line-height:16px; color: #42515A; }
.ts-story-text-table-italic { font-family: 'RobotoCondensedItalic', sans-serif; font-size:10px; line-height:14px; color: #42515A;}
.ts-story-text-italic { font-family: 'RobotoCondensedItalic', sans-serif; font-size:12px; line-height:14px; color: #42515A; padding-top:3px;}
.ts-story-text-table, .ts-story-text-table p {font-size:12px; line-height:14px; color: #42515A; padding:0 8px 0 0px; }
.ts-story-text-table a { color:#3688B4;}
.ts-story-text-hover a:hover { border-bottom:1px solid #41A8DF; font-family: 'RobotoCondensedRegular', sans-serif; font-weight:normal; font-size:14px; line-height:16px; color: #42515A; margin-top:5px !important; margin-bottom:10px;}
.ts-story-text a { color:#42515A;}
.ts-accordion-content, .ts-accordion-content a { font-size:12px; line-height:16px; color: #42515A; margin-bottom:5px;}
.ts-footnote-1 { font-size:12px; line-height:16px; color: #999; margin-bottom:5px;}
.ts-footnote-2 { font-size:12px; line-height:16px; color: #999; margin-bottom:5px;}
.ts-accordion-content a:hover, a.category:hover { border-bottom:1px solid #41A8DF; }
.ts-contact-info, .ts-research-bio-contact, .ts-2col-text-box { font-size:14px; line-height:16px; color: #42515A; margin: 10px 0;}
.ts-search-results, .ts-search-results p {  font-size:14px; line-height:16px; color: #42515A;}
.ts-last-reviewed { font-size:12px; line-height:14px; color: #42515A;}
.ts-contact-info a:link, .ts-contact-info a:visited, .ts-2col-text-box a:link, .ts-2col-text-box a:visited, .ts-last-reviewed a:link, .ts-last-reviewed a:visited, .ts-research-bio-contact a:link, .ts-research-bio-contact a:visited, .ts-search-results a { color: #3688B4;}
.ts-contacts-module { font-size:10px; line-height:12px; color: #42515A;}
.ts-table { font-size:14px; line-height:16px; color: #42515A;}
.ts-callout-box { font-size:14px; line-height:16px; color: #42515A;}
.ts-strap, .detailEventHead { font-size:12px; text-transform:uppercase; line-height:14px; color: #000000; border-bottom: 1px solid #DDDBD7; padding: 0px 0 3px 0; margin: 10px 0 10px 0;}
.ts-strap a { color: #000000;}
.ts-tabs { font-size:10px; line-height:12px; color: #000000;}
.ts-tabs .selected { color: #FFFFFF; }
.ts-button { font-size:12px; line-height:16px; color: #FFFFFF;}
.ts-table-filter { font-size:10px; line-height:12px; color:#000000;}
.ts-section-identifier, .pressTitle { text-transform:uppercase; font-size:14px; line-height:16px; color: #000000; padding-bottom:0px; }
.catItalic, .ts-date { color:#42515A; text-transform:uppercase; font-size:10px; line-height:16px; }
.ts-about-redesign {
    border-bottom: 1px solid #DDDBD7;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 14px;
    margin-left: 743px;
    margin-top: -143px;
    padding: 0 0 3px;
    text-transform: uppercase;
}
ul.ts-unorderedlist li {
	list-style-type: disc;
	list-style:outside;
	padding-left: 1em; 
	}
.ts-unorderedlist li ul {
	padding-left: 1em;
	margin-top: 1em;
	margin-bottom: 0em !important;
	}
.ts-about-redesign a { color: #3688B4; }

/* styles using Roboto Condensed Light */
.ts-story-headline { font-family: 'RobotoCondensedLight', sans-serif; font-weight:normal; letter-spacing:0.02em;  }

/* styles using Roboto Condensed Light */
.ts-article-text, .ts-article-text p, .ts-photo-caption, .ts-data-table-subsection, .featured-panel-static-text, .ts-footnote-2, .ts-published-date { font-family: 'RobotoCondensedRegular', sans-serif; font-weight:normal; letter-spacing:0.02em;  }
.ts-article-text, .ts-article-text p { font-size:18px; line-height:30px; color:#42515A; padding: 6px 0; display:block; }
.ts-article-text a { color: #004884 !important; font-weight:600;}
.ts-story-headline a:link, .ts-story-headline a:visited { font-size:15px; line-height:18px; color:#000000;}
.ts-story-headline a:hover { border-bottom: 1px solid #41A8DF;}
.ts-story-headline { margin-top: 5px; margin-bottom: 0px;}
.ts-photo-caption { font-size:12px; line-height:16px; color:#42515A; font-style:italic;}
.ts-data-table-subsection { font-size:12px; color:#42515A; font-style:italic;}
.ts-published-date { font-size:12px; color:#42515A; line-height:16px; text-transform:uppercase;}
.ts-table-champagne tbody tr td, .ts-table-champagne tfoot tr td { padding:8px !important;}
.ts-table-champagne tbody tr { border-bottom: 1px solid #DDDBD7 !important;}
.featured-panel-static {  background-color: #dddbd7;
  height: 320px;
  clear: both; margin-bottom:20px;}
.featured-panel-static-text { font-size:20px; line-height:28px;color:#000000; display:block; float:left; margin-left:26px; width: 260px; margin-top:10px;}
.optional-text-module-4col p { color:#42515A;}

.mm-col li.nav-level-2,
.mm-col li.nav-level-1, 
ul.megamenu li.mm-item,
ul.megamenu li.clear-fix, 
ul.featured-headlines li { list-style: none outside none !important; }  
ul.featured-headlines li { padding:0; margin:0; } 
/* TABBED TABLE STYLE */
.tabbed-table-legacy {
	width: 100%;
	border: 0;
	}

/* DATA TABLES NYFED */
.nyfed-table
{
	/*word-break:break-all;*/
	font-size: 12px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border: 0px solid #BAB8B6;
	margin-bottom: 8px;
}
.nyfed-table th
{
	padding: 5px 5px 5px 5px;
	font-weight: normal;
	font-size: 10px;
	color: #42515A;
	text-align:left !important;
}
.nyfed-table th h3 { font-size:14px; color:#000000; text-transform:capitalize; font-weight: normal;}
.nyfed-table thead tr:first-child, .nyfed-table tfoot
{ 
	background: #F5F2ED;
	font-family: 'RobotoCondensedBold', sans-serif !important;
	font-weight:normal; letter-spacing: 0.02em;
	color: #42515A;
	text-transform:uppercase;
	border-bottom: 4px solid #DDDBD7;
}
.nyfed-table thead, .nyfed-table thead tr td
{ 
	background: #F5F2ED;
	font-family: 'RobotoCondensedBold', sans-serif !important;
	font-weight:normal; letter-spacing: 0.02em;
	color: #42515A;
	text-transform:uppercase;
	border-bottom: 1px solid #DDDBD7;
}

.nyfed-table tfoot
{ 
	background: #F5F2ED;
	font-family: 'RobotoCondensedBold', sans-serif !important;
	font-weight:normal; letter-spacing: 0.02em;
	color: #42515A;
	text-transform:uppercase;
	border-top: 4px solid #DDDBD7;
}

.nyfed-table tbody
{
	background: #F5F2ED;
	font-family: 'RobotoCondensedRegular', sans-serif !important;
	font-weight:normal; letter-spacing: 0.02em;
}
.nyfed-table tbody tr td
{
	font-family: 'RobotoCondensedRegular', sans-serif !important;
	font-weight:normal; 
	letter-spacing: 0.02em;
}
.nyfed-table td, .nyfed-table-2 td
{
	padding: 6px;
	color: #42515A;
	border-top: 1px solid #DDDBD7;
}
.nyfed-table tbody tr:hover td
{
	color: #000000;
	background: #DDDBD7;
}

.ag-table tr td { padding-right:10px;}

.email-alert-box,
.frb-accordion-wrapper,
.frb-autopub-4col { display:block; margin-bottom:10px;}

.frb-accordion-wrapper,
.frb-autopub-4col { width:100%; float:left;}

.grid_3 .email-alert-box { float: left;}

.frb-category-wrapper { width:100%; margin-bottom:10px; }
.frb-story-text, .frb-story-text p, .frb-story-text-table-hover, .frb-story-text-hover a { font-size:14px; line-height:16px; color: #42515A; margin-top:5px !important; margin-bottom:0px; }

.frb-feature-content-wrapper {}

/*Created for AP Table description text*/
.ts-AP-table-description-text, .ts-AP-table-description-text a { font-size:12px; line-height:18px; color: #42515A; margin-bottom:5px;}

/* needed for some pages */
.secondaryTitle {
    color: #001f33 !important;
    font-family: "RobotoCondensedRegular",sans-serif !important;
    font-size: 14px !important;
    font-weight: normal !important;
    letter-spacing: 0.02em !important;
    line-height: 16px !important;
    padding-bottom: 0 !important;
    text-transform: uppercase !important;
}
sub.smoke, sup.smoke { color:#42515A;}
/* DATA TABLE #2 NYFED */
.nyfed-table-2
{
	
	font-size: 12px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border: 0px solid #BAB8B6;
	margin-bottom: 8px;
}
.nyfed-table-2 th
{
	padding: 5px 5px 5px 5px;
	font-weight: normal;
	font-size: 10px;
	color: #42515A;
	text-align:left !important;
}
.nyfed-table-2 th h3 { font-size:14px; color:#000000; text-transform:capitalize; font-weight: normal;}
.nyfed-table-2 thead tr:first-child, .nyfed-table-2 tfoot
{ 
	background: #F5F2ED;
	font-family: 'RobotoCondensedBold', sans-serif !important;
	font-weight:normal; letter-spacing: 0.02em;
	color: #42515A;
	text-transform:uppercase;
	border-bottom: 4px solid #DDDBD7;
}
.nyfed-table-2 thead, .nyfed-table-2 thead tr td
{ 
	background: #F5F2ED;
	font-family: 'RobotoCondensedBold', sans-serif !important;
	font-weight:normal; letter-spacing: 0.02em;
	color: #42515A;
	text-transform:uppercase;
	border-bottom: 1px solid #DDDBD7;
}

.nyfed-table-2 tfoot
{ 
	background: #F5F2ED;
	font-family: 'RobotoCondensedBold', sans-serif !important;
	font-weight:normal; letter-spacing: 0.02em;
	color: #42515A;
	text-transform:uppercase;
	border-top: 4px solid #DDDBD7;
}

.nyfed-table-2 tbody
{
	background: #F5F2ED;
	font-family: 'RobotoCondensedRegular', sans-serif !important;
	font-weight:normal; letter-spacing: 0.02em;
}
.nyfed-table-2 tbody tr td
{
	font-family: 'RobotoCondensedBold', sans-serif !important;
	font-weight:normal; 
	letter-spacing: 0.02em;
}
/* TEXT WITH MEDIA COMPONENT (SITECOREv1.0) */
.ts-text-with-media-img { max-width:100%; height:auto; padding:0 0 6px 0;}
.ts-text-with-media-link img { border:0px;}
.ts-text-with-media-image { display:block;}
.ts-text-with-media-image img { width:100%;}
.ts-text-with-media-image p { display:block; font-size:12px; line-height:16px; color:#42515A; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; padding-top: 0px;
padding-bottom: 5px;}
/* SUBTITLE COMPONENT (SITECOREv1.0) */
.ts-subtitle {font-size:16px; line-height:18px; color: #000000; margin: 10px 0;}
#sC-component-heading-and-text { padding-top: 10px;}

/* TWO-COLUMN COMPONENT (SITECOREv1.0) */
.ts-2col div { width: 200px; margin-top:5px;
display: inline-block; vertical-align:top;
padding: 0 25px 0 0; }
.accordionContent .ts-2col div { width: 200px; margin-top:0px;
display: inline-block;
padding: 0 19px 0 0;}
.ts-2col { width: 100%; height:auto; display:block;
height: auto;
padding: 0%; margin: 10px 0;}
.ts-2col div p { text-align:left;}

/* KEY DATA POINTS COMPONENT (SITECOREv1.0) */
#sC-component-key-data-pt { display:block; float:left; margin: 10px 0; width:100%;}
.ts-key-data-pt-title { 
	font-size: 16px;
	font-family:'RobotoCondensedBold', sans-serif;
	line-height: 18px;
	color: #000000;
	margin: 10px 0;
}
.ts-key-data-pt-panel { margin: 10px 0 20px 0;}
.ts-key-data-pt-name {
	font-size: 14px;
	font-family:'RobotoCondensedBold', sans-serif;
	line-height: 16px;
	text-transform: uppercase;
	color: #000000;
	}
.ts-key-data-pt-left {
	float: left;
	width: 120px;
	margin-bottom: 10px;
	font-family:'RobotoCondensedRegular', sans-serif;
	}
.ts-key-data-pt-right {
	float: left;
	width: 160px;
	margin-bottom: 10px;
	font-family:'RobotoCondensedRegular', sans-serif;
	}
.ts-key-data-pt-value-1 { 
	color: rgb(171, 119, 0);
	font-size: 28px;
	line-height: 40px;
	font-family:'RobotoCondensedRegular', sans-serif;
}
.ts-key-data-pt-value-2 {
	color: rgb(104, 116, 123);
	font-size: 28px;
	line-height: 40px;
	font-family:'RobotoCondensedRegular', sans-serif;
	}
.ts-key-data-pt-location-1 { 
	text-transform: uppercase;
	font-size: 10px;
	line-height: 16px;
	color: rgb(171, 119, 0);
	font-family:'RobotoCondensedRegular', sans-serif;
}
.ts-key-data-pt-location-2 {
	color: #42515A;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 16px;
	font-family:'RobotoCondensedRegular', sans-serif;	
	}
.ts-footnote-1 a { color:#3688B4;}

/* RIGHT COLUMN DESCRIPTION COMPONENT (SITECOREv1.0) */
.ts-right-col-description {
	font-family: 'RobotoCondensedRegular', sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 15px;
	}
.ts-right-col-description a { color:#3688B4;}
#sc-right-col-description { display:block; margin:10px 0;}

/* RIGHT COLUMN IMAGE COMPONENT (SITECOREv1.0) */
.ts-right-col-img-description {
	font-family: 'RobotoCondensedRegular', sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 15px;
	display:block;
	/*float:left;*/
	margin: 10px 0 10px 0;
	}
.ts-right-col-img-description a { color:#3688B4;}
.ts-right-column-image { width:100%;}
.ts-right-column-image-spacing { padding:5px 0 ; max-width:100%;}
.ts-right-col-img-title {
	font-family: 'RobotoCondensedRegular', sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 15px;
	display:block;
	float:left;
	margin: 0 0 0px 0;
	}
/* RIGHT COLUMN BLOCK QUOTE COMPONENT (SITECOREv1.0) */	
.ts-pull-quote-speaker, .ts-pull-quote-details {
    color: #999;
    font-size: 12px;
    line-height: 16px;
    font-family: "RobotoCondensedRegular",sans-serif;
    font-weight: normal;
    letter-spacing: 0.02em;
	text-align:right;
	}
.ts-pull-quote-speaker { margin: 10px 0 0 0;}
.ts-pull-quote-details { margin: 0 0 20px 0;}	
.ts-pull-quote-speaker a, .ts-pull-quote-details a { color:#3688B4;}
/* LINK LIST COMPONENT (SITECOREv1.0) */

/* CHAMPAGNE BOX STYLES */
.ts-champagne-text { font-family:'RobotoCondensedRegular', sans-serif; font-size:12px; line-height:14px; color:#42515A;}
.ts-champagne-text a { color:#3688B4;}
.champagne-box { display:block; float:left; padding:5px 8px; margin-bottom:10px; background: #efefef;}
.champagne-box p { margin:0; padding:0 0 10px 0;}
.champagne-box .ts-header { padding-bottom: 10px;}
p.ts-champagne-content a { color:#42515A;}
p.ts-champagne-content a:hover { border-bottom:1px solid #41A8DF;}
.ts-champagne-header { font-size: 18px;
line-height: 22px;
color: #000;
 font-family: 'RobotoCondensedBold', sans-serif; font-weight:normal; letter-spacing:0.02em;  }
.ts-champagne-content { font-size: 14px;
line-height: 17px;
color: #3f3f3f;
 font-family: 'RobotoCondensedRegular', sans-serif; font-weight:normal; letter-spacing:0.02em; font-style:normal;  }
.ts-champagne-content a:link { color:#42515A; border-bottom:0px solid #000;padding-bottom:0px; line-height:18px;  }
.ts-champagne-content a:hover { color:#42515A; border-bottom:1px solid #42515A !important; padding-bottom:0px; }
/* END CHAMPAGNE BOX STYLES */	
/* SITECORE TABLE STYLES */
/*Table class*/
.nyfed-RT {
                font-size: 12px;
                width: 100%;
                text-align: left;
                border-collapse: collapse;
                border: 0px solid #BAB8B6;
                margin-bottom: 8px;
				background: #F5F2ED; 
				overflow:hidden;     
                }
  
/*Table Header classes*/
.nyfed-RT tr.nyfed-TableHeaderRow {
                padding: 5px 5px 5px 5px;
                font-weight: normal;
                color: #42515A;
                text-align:left !important;
                background: #F5F2ED;
                font-family: 'RobotoCondensedBold', sans-serif !important;
                font-weight:normal; letter-spacing: 0.02em;
                color: #42515A;
                text-transform:uppercase;
                border-bottom: 4px solid #DDDBD7;
                }
.nyfed-RT td.nyfed-TableHeaderFirstCol { 
                background: #F5F2ED;
                font-family: 'RobotoCondensedBold', sans-serif !important;
                font-weight:normal; 
				letter-spacing: 0.02em;
                color: #42515A;
                text-transform:uppercase;
                border-bottom: 1px solid #DDDBD7;
                padding: 6px;
                color: #42515A;
                border-top: 1px solid #DDDBD7;
}
.nyfed-RT td.nyfed-TableHeaderLastCol {
                padding: 6px;
                color: #42515A;
                border-top: 1px solid #DDDBD7;
                padding: 6px;
                color: #42515A;
                border-top: 1px solid #DDDBD7;
}
.nyfed-RT td.nyfed-TableHeaderOddCol {
                padding: 6px;
                color: #42515A;
                border-top: 1px solid #DDDBD7;
                padding: 6px;
                color: #42515A;
                border-top: 1px solid #DDDBD7;
}
.nyfed-RT td.nyfed-TableHeaderEvenCol {
                padding: 6px;
                color: #42515A;
                border-top: 1px solid #DDDBD7;
                padding: 6px;
                color: #42515A;
                border-top: 1px solid #DDDBD7;
}
  
/*Table Body classes*/
.nyfed-RT tr.nyfed-TableOddRow {
                font-family: 'RobotoCondensedRegular', sans-serif !important;
                font-weight:normal; 
                letter-spacing: 0.02em; 
                }
.nyfed-RT tr.nyfed-TableEvenRow {
                font-family: 'RobotoCondensedRegular', sans-serif !important;
                font-weight:normal; 
                letter-spacing: 0.02em; 
                }
.nyfed-RT td.nyfed-TableFirstCol {
                font-family: 'RobotoCondensedRegular', sans-serif !important;
                font-weight:normal; 
                letter-spacing: 0.02em;
				padding: 6px;
                color: #42515A;
                border-top: 1px solid #DDDBD7;
                padding: 6px;
                color: #42515A;
                border-top: 1px solid #DDDBD7;
}
.nyfed-RT td.nyfed-TableLastCol {
                font-family: 'RobotoCondensedRegular', sans-serif !important;
                font-weight:normal; 
                letter-spacing: 0.02em; 
				padding: 6px;
                color: #42515A;
                border-top: 1px solid #DDDBD7;
                padding: 6px;
                color: #42515A;
                border-top: 1px solid #DDDBD7;
                }
.nyfed-RT td.nyfed-TableOddCol {
                font-family: 'RobotoCondensedRegular', sans-serif !important;
                font-weight:normal; 
                letter-spacing: 0.02em; 
				padding: 6px;
                color: #42515A;
                border-top: 1px solid #DDDBD7;
                padding: 6px;
                color: #42515A;
                border-top: 1px solid #DDDBD7;
                }
.nyfed-RT td.nyfed-TableEvenCol {
                font-family: 'RobotoCondensedRegular', sans-serif !important;
                font-weight:normal; 
                letter-spacing: 0.02em; 
				padding: 6px;
                color: #42515A;
                border-top: 1px solid #DDDBD7;
                padding: 6px;
                color: #42515A;
                border-top: 1px solid #DDDBD7;
                }
  
/*Table Footer classes*/
.nyfed-RT tr.nyfed-TableFooterRow { 
                background: #F5F2ED;
                font-family: 'RobotoCondensedBold', sans-serif !important;
                font-weight:normal; letter-spacing: 0.02em;
                color: #42515A;
                text-transform:uppercase;
                border-bottom: 4px solid #DDDBD7;
				border-top: 4px solid #DDDBD7;
}
.nyfed-RT td.nyfed-TableFooterFirstCol {
                padding: 6px;
                color: #42515A;
                border-top: 1px solid #DDDBD7;
}
.nyfed-RT td.nyfed-TableFooterLastCol {
                padding: 6px;
                color: #42515A;
                border-top: 1px solid #DDDBD7;
}
.nyfed-RT td.nyfed-TableFooterOddCol {
                padding: 6px;
                color: #42515A;
                border-top: 1px solid #DDDBD7;
}
.nyfed-RT td.nyfed-TableFooterEvenCol {
                padding: 6px;
                color: #42515A;
                border-top: 1px solid #DDDBD7;
}
.nyfed-RT tbody tr.nyfed-TableEvenRow:hover td, .nyfed-RT tbody tr.nyfed-TableOddRow:hover td
{
	color: #000000;
	background: #DDDBD7;
}
/* END SITECORE TABLE STYLES */	
/* APPENDED SITECORE ACCORDION STYLE */
.wysiwyg ul li {
	padding-bottom: 10px;
	line-height: 18px;
	margin-left: 15px;
	color: #42515A;
}
.wysiwyg ul li a {
	color:#3688B4 !important;
	}

div#header-border {
    z-index: -1 !important;
}
ul.spotlight h3 a {
    font-family: RobotoCondensedBold, Helvetica, Arial, sans-serif !important;
    font-weight: normal !important;
    font-size: 18px !important;
    line-height: 24px !important;
    color: #000 !important;
    text-decoration: none;
}
ul.spotlight li { margin-bottom:10px;}
ul.spotlight h3 {
    width: 300px;
    padding-top: 4px;
    padding-bottom: 5px;
}
.bx-viewport { width: 100% !Important; position: relative; height: auto !Important;}
ul.spotlight { width:120% !Important;}
.spotlight-controls { display:none !Important;}
.bx-wrapper .bx-viewport { margin-bottom: 20px; overflow:visible !important;}
div.spotlight { margin-left:0 !Important; margin-right:0 !Important;}
ul.spotlight li p { padding-bottom:20px;}
.sb-download-files-disclaimer { display:block; float:right; height:auto;}
.sb-download-files-disclaimer img { display:block; float:right;}
.sb-download-files-disclaimer p { font-family:RobotoCondensedRegular, sans-serif; color:#000; font-size:12px; line-height:14px; text-align:right;}
.sb-download-files-disclaimer span { font-family:RobotoCondensedLight, sans-serif; color:#000; font-size:9px; line-height:12px; text-align:right; }
.ts-footnote-2 p a {color: #999;}
.spotlight_image { margin-bottom:8px;}
div.spotlight { margin-top:20px !important;}
ul.spotlight li p { font-size:16px !important; line-height:20px !important;}
div#footer-hp .footer-testimonial-source {
    font-family: RobotoCondensedLight, san-serif;
    font-size: 15px;
    line-height: 20px;
    color: #42515A;
    padding: 0px 20px 20px 40px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
.form_button { line-height: 18px;}
}
.ts-sb-input-search input {    
	padding: 6px 8px;
    width: 350px;
    font-family: RobotoCondensedRegular;
    font-size: 18px;
}
.ts-sb-photo-caption { 
font-family: RobotoCondensedLight;
font-size: 14px;
color: #42515A;
padding: 8px 0 0 0;
line-height: 16px;}
