body {
	padding: 0;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1 { font-size: 40px;}
h2 { font-size: 35px;}
h3 { font-size: 30px;}
h4 { font-size: 25px;}
h5 { font-size: 15px;}
h6 { font-size: 10px;}

a {
	text-decoration: none;
	cursor: pointer;
	
}

p {
	font: 400 18px/1.5 'Roboto', sans-serif;
	color: #333333;
	margin: 10px 0;
}

::selection {
	background: #e27d23;
	color: #fff;
}

ol li {
	list-style-position: inside;
	margin-block-start: 1em;
	margin-block-end: 1em;
}

.skip-link {
	background: #073f5f;
	color: #fff;
	font-weight: 700;
	/*left: 50%;*/
	padding: 4px;
	position: absolute;
	transform: translateY(-100%);
}

.skip-link:focus { transform: translateY(0%);}

a[target=_blank]:after {
	content: "(opens in a new tab)";
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.accessibility-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
  }

.sub-text {
	font-size: 11px !important;
	color: #a2a2a2 !important;
}

/*start here*/
div#lender-list {
    text-align: left;
}
.col33 {
    width: 33%;
    box-sizing: content-box;
}

.center-item {
	text-align: center;
	display: flex;
	justify-content: center;
}

.gallery {
    width: 100%;
    padding: auto;
    margin: 10px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: middle;
    align-self: center;
    border: 1px solid #ccc;
    width: 150px;
    height: 90px;
	padding: auto;
	margin: 10px auto;
}

.dispg {
    margin: 0 auto 16px;
    text-align: center;
}
/* end */ 

.gallery a {
    display: block;
    text-align: center;
}

.gallery img {
	width: 100%;
    height: auto;
    max-width: 150;
    display: inline-block;
    max-height: 90px;
    padding: 5px;
    box-sizing: border-box;
}

.dispg a { color: #085ea5;}

.page-content {
	background-color: #ffffff;
	font-family: 'Roboto', Arial, san-serif;
	word-spacing: normal;
	position: relative;
    padding-top: 30px;
    margin: auto;	
}

.header-space {
	margin-top: 80px;
}

.error-disp {
	width:60%;
	text-align:center;
	margin: auto;
	max-width: 1100px;
    padding-top: 120px;
    padding-bottom: 60px	
}

.center-content {
	width: 80%;
	margin: auto;
}

.center-content .nopl {
	padding-left: 0;
	padding-top: 0;
}

.main-content {
	width: 100%;
	/*float:left;*/
	margin: 20px auto 0;
	padding-top:10px;
}

.mainhdr {
	font: 700 35px/1.5 'Montserrat', sans-serif;
	color: #333333;
	text-transform: uppercase;
	text-align: center;
	padding: 0 5px;
	margin-top:-5px;
}

.pagehdr {
	color: #073f5f !important;
	text-align: center;
	text-transform: uppercase;
	font: 700 30px/1.5 'Montserrat', sans-serif;
	text-align: center;
	text-transform: uppercase;
	padding: 20px 5px 0;
}

.sechdr {
	color: #073f5f !important;
	text-align: center;
	text-transform: uppercase;
	font: 700 25px/1.5 'Montserrat', sans-serif;
	text-align: center;
	text-transform: uppercase;
	padding: 0 5px;
}

.m-heading {
	color: #073F5F;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 30px;
}

.abthdr {
	font: 800 60px/1.5 'Montserrat', sans-serif;
    color: #085ea5;
    text-transform: uppercase;
    text-align: center;
    padding: 0 5px;
    margin: 30px auto;
}

.icimg {
	width: 30%;
	float:left;
	padding: auto;
	margin: 10px auto;
}

.icimg img {
	height: auto;
	border: none;
	text-align: right;	
}

.icap {
	width:65%;
	float:left;
	text-align:left;
	margin: 20px auto 80px;
}

.icap a { color: #636363;}

.ibtn {
	height: 54px;
    line-height: 54px;
    padding: 0 28px;
    background-color: #636363;
    cursor:pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom:20px;
	max-width: 320px;
}

.ibtn.nowrap {
	white-space: nowrap;
}

.ibtn a {
	font:700 14px/1 'Montserrat';
    text-transform:uppercase;
	color:white;
}

.infoimg {
    border: 1px solid #ccc; padding:3px; background:#ebebeb;
}
	
	

/* FOLLOWING ARE FOR HOME PAGE CAROUSEL */

.mySlides { display: none }

.myslides img {
	vertical-align: middle;
	height: auto;
}


/* Slide show container */

.slideshow-container {
	position: relative;
	margin: auto;
	width: 100%;
	height: 640px;
}


/* Next & previous buttons */

.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 55%;
	width: auto;
	padding: 16px;
	margin: -22px 10px 0;
	color: white;
	/*font-weight: 500;*/
	font-size: 30px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	background: #333;
}

.prev {left: 20px;}
.next {right: 20px;}


/* Position the "next button" to the right */

.next {
	right: 15px;
	border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */

.prev:hover, 
.next:hover {background-color: rgba(0, 0, 0, 0.8);}


/* Caption text */

.captext {
	position: absolute;
	margin-left: 70px;
	font-family: Arial;
	color: #fff;
	text-align: left;
    width: 90%;	
	top: 40%;	
}

.slider-caption {
	font: 800 48px/1.5 'Montserrat', sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 2px 3px #000;
	margin-bottom: 30px;
	margin-left: 30px;
	font-size: 60px;
	padding: 0 5px;
}

/* The dots/bullets/indicators */

.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbbbbb03;
	border-radius: 50%;
	display: inline-block;
	color: #fff;
	transition: background-color 0.6s ease;
}

/*.active, .dot:hover { background-color: #717171;}*/

.dot-container {text-align: center; }


/* Fading animation */

.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

@-webkit-keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}

@keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}

.rowpad {
	padding: 5px auto;
	margin: auto;
	width: 80%;
}

.para {
	font-size: 18px;
	line-height: 1.5;
	color: #333333;
	word-spacing: normal;
	text-align: left;
	text-transform: none;
}

.secviob {
	background-color: #f9faff;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	padding-top: 70px;
	padding-bottom: 50px;
	text-align: left;
}

.secwhitb {
	background-color: #ffffff;
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: left;
}

.ahdr{
	font: 700 20px/1.5 'Montserrat', sans-serif;
	font-weight: 400;
	color: #3f3f3f;
}

.responsive {	
	width: 15%;
	height: auto;
	padding: 0 6px;
	float: left;
	vertical-align: middle;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

.homeBImg img {
	height: auto;
    width: -webkit-fill-available;
}

.homeFont{
	font-size: .75rem;
}

#goTop{
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 24px;
  border: none;
  outline: none;
  background-color: #33333fb5;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  transition: transform .5s;
  width: 50px;
  height: 55px;
}

.col20 {
	width: 20%;
	float: left;
	margin: auto;
	text-align: center;
}
.col25 {width: 25%; float: left; }
.col30 {width: 30%; float: left; }
.col33 {width: 33.3333%; float: left; margin: auto auto 10px;}
.col40 {width: 40%; float: left;}
.col45 {width: 45%; float: left; margin: auto;}
.eqcol {width: 50%; float: left; margin: auto;}
.col55 {width: 55%; float: left; margin: auto;}
.col60 {width: 60%; float: left;}
.col70 {width: 70%; float: left;}
.col75 {width: 75%; margin: auto; max-width: 1100px;}

.lcol {float: left;}
.rcol {float: right;}

.pad0 {
	padding: 0;
}
.mt0 {margin-top:0;}

.rcol40 { width: 40%; float: right;}

.clearfix::after{
	content: "";
	clear: both;
	display: block;
	visibility: hidden;
}

.edu-icons {margin: 10px 20px 30px 10px;}

.pov-icons img { margin: 0 20px; padding: 10px;}
.pov-icons li {list-style: none;}

.mythimg {
	vertical-align: top;
	float: left;
	padding-top:5px;
}
/*margin: auto 60px auto 15px;*/
/*padding-top: 10px;*/

.mythlabel {
	font: 400 15px/1.5 'Roboto', sans-serif;
	margin-left:50px;
	text-align: left;
	padding-left: 15px;
	display: block;
}

.mythlabel:hover,
.mythlabel:active {color: #fff !important ; font-weight: bolder;}

.mng {float: left;}

.mng img, .mng p {
	display: block;
	margin-bottom: 10px;
	margin-top: 5px;
}

.mng:after {
	content: none;
	clear: both;
	display: table;
	visibility: hidden;
}


/*ul >li {padding: 10px;}*/

/*style for big blue block text */

.boldb {
	font: 800 50px/1.5 'Montserrat', sans-serif;
	color: #085ea5;
	text-transform: none;
}

.w20 {width: 20%;}
.w25 {width: 25%;}
.w30 {width: 30%;}
.w40 {width: 40%;}
.w50 {width: 50%;}
.w60 {width: 60%;}
.w70 {width: 70%;}
.w75 {width: 75%;}
.w80 {width: 80%;}

.f-main {font: 400 18px/1.5 'Roboto', sans-serif;}
.fs-l {font-size: 60px;}
.fs50 {font-size: 50px;}
.fs35 {font-size: 35px !important;}
.fs25 {font-size: 25px;}
.fs32 {font-size: 32px;}
.fs18 {font-size: 18px;}
.fs16{font-size:16px !important;}
.fw8 {font-weight: 800;}
.ffR {font-family: 'Roboto', san-serif;}
.fwB {font-weight: bold;}
.fsS {font-size: smaller;}

.tcap {text-transform: uppercase;}
.ttn {text-transform: none;}

.tblue {color: #085ea5;}
.tdblue {color: #073f5f;}
.txlkblue {color: #005ea5;}
.twhite {color: #fff;}
.tgray {color: #a2a2a2;}
.tblack {color: #333;}

.ta-c {text-align: center;}
.ta-l {text-align: left;}
.ta-r {text-align: right;}

.bg-rblue {background-color: #0766a6;}
.bg-light {background-color: #fefeff;}
.bgd-e2f {background-color: #e2f1f8;}
.bg-slate {background-color: #333;}
.bg-white {background-color: #fff;}
.bg-gray {background-color: #efefef;}
.bg-lgray {background-color: #f4f4f4;}
.bg-v {background-color: #fbfcff;}

.bg-grad {background: -webkit-linear-gradient(top, rgba(249, 252, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);}

.mg-10-auto {margin: 10px auto;}
.mg-20-auto {margin: 20px auto;}
.mg-20-auto-0 {margin: 20px auto 0;}
.mg-30-auto {margin: 30px auto;}
.mg-auto-40 {margin: auto 40px;}
.mg-top-0 {margin-top: 0px;}
.mg-40-top {margin-top: 40px;}
.mg-top-10 {margin-top: 10px;}
.mg-top-20 {margin-top: 20px;}
.mg-5-auto {margin: 5px auto;}
.mg-5-20 {margin: 5px 20px;}
.mg-bt-0 {margin-bottom: 0px;}
.mg-bt-10 {margin-bottom: 10px;}
.mg-bt-30 {margin-bottom: 30px;}
.mg-init {margin: initial !important;}
.mg-ve5 {margin-top: -5px;}


.pad-10 {padding: 10px;}
.pad-l5 {padding-left: 5px;}
.pad-r5 {padding-right: 5px;}
.pad-l15 {padding-left: 15px;}
.pad-r15 {padding-right: 15px;}
.pad-0-10 {padding: 0 10px;}
.pad-0-20 {padding: 0 20px;}
.pad-l20 {padding-left: 20px;}
.pad-25-0 {padding: 25px 0;}
.pad-t20 {padding-top: 20px;}
.pad-t5 {padding-top: 5px;}
.pad-t10 {padding-top: 10px;}
.pad-b10 {padding-bottom: 10px;}
.pad-b20 {padding-bottom: 20px;}
.pad-5-10 {padding: 5px 10px;}
.pad-none{padding: 0 !important;}

.txtal {text-align: left;}
.nostyleul {
	list-style: none;
    margin: 0;
    padding: 0;
}

.btb {
	border-top: #ccc solid 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(204, 204, 204);
	border-bottom: #ccc solid 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(204, 204, 204);
}

.bb {border-bottom: #bbb solid 1px;}
.bt {border-top: #fff solid 1px;}
.bbl {border-bottom: #ccc solid 1px;}

.bd {border: #2a2a2a solid 1px;}

/* for home page */

.img-container {
	position: relative;
	text-align: center;
	color: #fff;
}

.img-container img,
.mySlides img {
	width: 100%;
	height: auto;
}

.img100, .abtimg {
	width: 100%;
	height: auto;
}

.img-caption {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -150%);
	text-transform: uppercase;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 22px;
	text-decoration: none;
}

.img-caption a:hover,
.img-caption2 a:hover {
	text-decoration: underline;
}

.img-caption2 {
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #333333;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin: 10px auto;
}

.circle-orange {
	display: inline-block;
	border-width: 10px;
	border-style: double;
	border-color: #f4f4f4;
	border-radius: 50px;
	background: #e57b0b;
	padding: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
}

.fscore {
	color: #fff;
	text-align: center;
	font-weight: bolder;
	margin: 4px;
}

.fscore-caption {
	font: 700 16px/1.5 'Montserrat', sans-serif;
	color: #333333;
	text-transform: uppercase;
	text-align: center;
	padding: 0;
}

.link-list-ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.link-list-ul:after {
	content: "";
	display: table;
	clear: both;
}

.link-list-ul li {
	float: left;
	padding-right: 6px;
}

.link-list-ul li a { 
	color: #005eab;
	text-decoration: underline;
}


/* SUB FOOTER 1 */

.sub-footer {
	background-color: #02284c;
	padding: 20px 30px;
	padding-bottom: 30px;
	text-align: center;
	vertical-align: baseline;
}

.sub-title {
	line-height: 1.5;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	margin: auto;
	padding: 20px;
}

.sub-btn {
	display: inline-block;
	border: #fff solid 1px;
	width: 200px;
	height: 50px;
	line-height: 48px;
	margin-top: 30px;
	background: #e27d23;
	color: #fff;
	font: 400 18px/1 Montserrat, san-serif; 
}

.sub-footer2 {
	background-color: #e57b0b;
	padding: 20px;
	text-align: center;
}

.sub-btn2 {
	background-color: #fff;
	font: 700 17px/1 Montserrat, san-serif;
	padding: 0 40px;
	display: inline-block;
	color: black;
	border: none;
	line-height: 48px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	text-transform: uppercase;
	transition: color .15s ease-out, background-color .15s ease-out, border-color .15s ease-out;
}

.sub-footer3 .useful {
    font-size: 16px;
}

.sub-footer3 .useful li { 
    padding-right: 6px;
	float: left;
}

.sub-footer3 .useful li a {
	color: #005eab;
	text-decoration: underline;
 }

/* FOOTER */

.footer {
	padding-top: 40px;
	padding-bottom: 40px;
	background: #333 !important;
	width: 100%;
	margin: auto;
}

.footer-content {
	width: 80%;
	margin: auto;
}

footer a { color: #e27d23;}
footer p {
	font: 400 14px/1.5 'Roboto', sans-serif;
	margin: 10px auto;
	padding: 10px auto 20px;
	color: white !important;
	text-align: left;
}

.foothdr {
	font: bold 22px/30px 'Montserrat', Arial, sans-serif !important;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	margin: 10px 0;
	color: white;
}

.about-rbn {
	background-color: #f3f6ff;
	/*border-top: 1px solid #d8dedc;*/
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}

.about-bg {
	background-color: #f3f6ff;
	padding-bottom: 50px;
	text-align: center;
}

.about-block {
	background: #0766a6;
	color: #fff;
	font-size: 60px;
	font-weight: 800;
	padding: 0 20px;
}

.about-cap {
	/*word-spacing: 3px;*/
	font-size: 25px;
	margin: 20px auto;
}

.nogap {
	margin-top: -30px;
}

.aboutrbn {
	position: relative;
	top: -1px;
	height: 69px;
	background: url(/ficoscore/images/2015/08/about-us-banner.jpeg) no-repeat center top;
}

/* Clear floats after the columns */

.row:after {
	content: "";
	display: table;
	clear: both;
}

#edulist ul li {
	padding: 10px 0;
	list-style: none;
	border-bottom: #bbb solid 1px;
}

#edulist ul li a { 
	color: #085ea5;
	font-size:16px
}

#eduscore ul {
	list-style: none;
	padding: 10px 0;
}

#edufact .displayOn {display: block;}

.educhart {
	width: fit-content;
	align-content: center;
	margin: auto;
}

#ScoreEducation {
	text-align: left;
	text-transform: none;
	padding: 0 40px;
}


/* education page myth hover color change*/

.btn {
	background-color: #efefef;
	border: none;
	padding: 20px 32px;
	text-align: left;
	font-size: 16px;
	margin:10px auto;
	transition: 0.2s;
	cursor: pointer;
	width: 80%;
}

.btn:hover,
.btn:focus,
.btn.active {
	background: url('/ficoscore/images/2015/08/banner-arrow-blue.jpeg') no-repeat left;
	background-color: rgb(0,0,0,0);
	background-clip: border-box;
	background-position-x:0%;
	background-position-y:50%;
	color:#fff;
}

.btn.active p { color: white; font-weight:bolder;}

.factTtl {
	color: #444;
	border-bottom: #ccc solid 1px;
	margin-bottom:0;
	font: 700 30px/1.5 'Montserrat',san-serif;
}




/** open access changes **/
.link-list-ul.videos li { 
	padding: 0 32px 16px 0;

}

.link-list-ul.videos li a {
	font-family: Roboto;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 28px;
}

.link-list-ul.videos li a .thumbnail {
	max-width: 240px;
}

.link-list-ul.videos li a .title { 
	padding: 8px 0;
	max-width: 220px;
}

.f30 {font-size:30px;}
.bg-oa {
	/*background-size: 30%;*/
	background-image: url('/ficoscore/images/oa/graphics_hero_openaccess@2x.png');
	background-repeat: no-repeat;
	/*background-size: cover;*/
	background-size: 40%;
    background-position: right;
}

.oa-art-pos {    position: relative;
    padding: 70px 0;
    margin: auto;
    overflow: hidden;}
.oa-art { width: 44%; float:left; padding-bottom: 40px;}
.oa-art .ta-l {width: 100%;}
.oa-art-right {float: right;padding:0;}
.oa-art-left {    padding-right: 20px;
    padding-left: 10%; }
.img100-oa {
	height: 50%;
	object-fit: cover;
    opacity: 1;
	position: absolute;
    height: 100%;
    width: 70%;
    top: 0;
}
.img100-oa-b {display: none;}

.open-access-page a {
	text-decoration: underline;
}

.open-access-page .divider {
	margin: 30px 0;
}

.open-access-page .para-content .link-source img {
	width: 100%;
}

.open-access-page .faq-section {
	margin-bottom: 48px;
}

.open-access-page .oa-list-link ul {
	margin: 0;padding: 0;
}

.open-access-page #edulist.oa-list-link ul li {
	/* padding: 0; */
}

.open-access-page .sec-title {
font-family: Montserrat;
font-size: 30px;
font-weight: bold;
letter-spacing: 0;
line-height: 37px;
}

.open-access-page .section-space {
	padding: 70px 0;
}


/* Following used in FAQ */

.link {
	color: #005ea5;
	cursor: pointer;
	font-size: 15px;
}


/* [THE ENTIRE TAB] */

.shbutton {
	border: none;
    background: unset;
    width:100%;
}

.shbutton:hover,
.shbutton:focus { 
	border:none;
	background:unset; 
	outline: solid #BEDCFB;
    width: 100%;
}

.noborder {
	outline: none !Important;	
}

.tab {
	position: relative;
	margin: 5px 20px 15px;
	background-color: #f8f7f5;
	border: 1px solid #f6f6f5;
	border-color: #d2d3d5;		
}


/* [THE LABEL] */

.tab input { display: none;}
.tab:focus { border-top: 2px solid #d2d3d5;}

.tab label {
	display: block;
	font:700 16px/1.5 'Montserrat', sans-serif;
	color: #333;
	padding: 10px 15px;
	cursor: pointer;
	text-align: left;
}

.tab label::before {
	content: '\002B';
    align-content: center;
    color: #005fa3 !important;
    float: left;
    right: 10px;
    display: block;
    transition: all 0.35s;
    position: relative;
    font-size: 1.5em;
    font-weight: 400;
    top: -2px;
    padding-left: 5px;
}

.tab input[type=checkbox]:checked+label::before {
	transform: unset;
	transform-origin: center;
	transition: 0.5s;
	content: "\2212";
	color: #005fa3 !important;
}


/* [THE CONTENTS] */

.tab-content {
	overflow: hidden;
	/* CSS animation will not work with auto height */
	/* This is why we use max-height */
	transition: max-height 0.4s;
	max-height: 0;
	border-color: #d2d3d5;
}

.tab-content p {
	margin: 20px 0;
	font: 400 14px/1.5 'Roboto', sans-serif;
	color: #333333;
	padding: 10px;
	/*    margin: 10px 0; */
}

.tab input:checked~.tab-content {

	max-height: fit-content;
	max-height: -moz-fit-content;
	border-top: 1px solid #d2d3d5;
}

.tab-ul {
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	word-break: keep-all;
}

#chart-score {
	margin: 10px;
	border: #ced9db solid 1px;
}

#chart-score table, #chart table {
	table-layout: fixed;
 	width: 100%;  
	border-collapse: collapse;
}

@-moz-document url-prefix() {
	#chart { 
		margin: auto;
		width: inherit;
	}	
}
#chart {
	align-content: center;
    margin: auto;
    width: inherit;
}

#chart .trow >th,
#chart .trow >td {
	display: table-cell;
	padding: 8px;
	width: 33%;
	text-align: left;
	vertical-align: top;
}

#chart .trow > td {
	color: #000;
	background: #f3f3f4;
	font-size:12px;
}

@media only screen and (max-width: 768px) {
	#chart .trow > td { font-size: 11px; padding: 5px;}
}


.sub-row {
	font-weight:bold;
	background-color: #ffffff !important;
}

#chart-score .borderB {
	border-bottom: #ced9db solid 1px;
}

#chart-score .borderLRB {
	border-left: #ced9db solid 1px;
	border-right: #ced9db solid 1px;
	border-bottom: #ced9db solid 1px;
}
#chart-score .captionA,
#chart-score .captionB,
#chart-score .captionC,
#chart-score .tcellA,
#chart-score .tcellB,
#chart-score .tcellC {
	display: table-cell;
	padding: 10px;
}

#chart-score .captionA,
#chart-score .captionB,
#chart-score .captionC {
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}
#chart-score .captionA {
	width: 20%;
	background: #166ec8;
}
#chart-score .captionB {
	width: 20%;
	background: #174d7c;
}

#chart-score .captionC {
	width: 60%;
	background: #25781e;
}

#chart-score .tcellA,
#chart-score .tcellB,
#chart-score .tcellC {
	text-align: left;
	vertical-align: middle;
	color: #000;
}
#chart-score .tcellA {
	width: 20%;
	background-color: #e0f1fb;
}
#chart-score .tcellB {
	width: 20%;
	background-color: #dbeaf1
}

#chart-score .tcellC {
	width: 60%;
	background: #dbe7e3;
}

#chart-score .tcellC>ul {
	padding-inline-start: 10px;
	margin: 10px auto 0;
	list-style-position: inside;
}

#chart-score .tcell>ul>li {
	font: 600 14px/1.5 'Roboto', sans-serif;
	color: #333333;
}

#scorechart #chart .trow >th,
#scorechart #chart .trow >td {font: 400 16px/1.5 'Roboto', sans-serif !important; }


.trow {
	display: table;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

.tcell {
	display: table-cell;
	padding: 10px 10px;
	width: 33%;
	text-align: left;
	vertical-align: top;
	color: #000;
	background: #f3f3f4;
}

.caption {
	background: #bae3f8;
	text-align: center;
	font-weight: bold;
	color: #226bb6;
	font-size: 24px;
	padding: 10px;
}

.tcell-mb {
	border-left: #fff solid 1px;
	border-right: #fff solid 1px;
}

.trowhdr {
	background: #fff;
	font-weight: bold;
	padding-left: 10px;
}

.faqimg {
	/*width:20%;*/
	margin: 5px 10px;
	float: left;
}


/* Contents */

.content {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}

.content-txt {
	width: 400px;
	height: 150px;
	float: left;
	position: relative;
	top: 300px;
	-webkit-animation: content-s 7.5s infinite;
	-moz-animation: content-s 7.5s infinite;
	animation: content-s 7.5s infinite;
}

.content-txt h2 {
	font-family: Arial;
	text-transform: uppercase;
	font-size: 24px;
	color: #fff;
	text-align: left;
	margin-left: 30px;
	padding-bottom: 10px;
}

.content-txt p {
	font-family: arial;
	font-weight: normal;
	font-size: 14px;
	font-style: italic;
	color: #fff;
	text-align: left;
	margin-left: 30px;
}


/* Switch */

.switch {
	width: 120px;
	height: 10px;
	position: absolute;
	bottom: 50px;
	z-index: 99;
	left: 30px;
}

.switch>ul { list-style: none;}

.switch>ul>li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #333;
	float: left;
	margin-right: 5px;
	cursor: pointer;
}

.switch ul {overflow: hidden;}

.on {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #f39c12;
	position: relative;
	-webkit-animation: on 30s infinite;
	-moz-animation: on 30s infinite;
	animation: on 30s infinite;
}


/* RESPONSIVE */

@media screen and (max-width:610px) { 
	#lender-list .col33, #counsel-list .col33, #partner-list .col33, #lender-list-sort .col33, #partner-list-sort .col33  {
		width: 50%;
		margin: 10px auto;
		margin-bottom: initial;
	}
}

@media screen and (max-width:390px) { 
	#lender-list .col33, #counsel-list .col33, #partner-list .col33, #lender-list-sort .col33, #partner-list-sort .col33  {
		width: 100%;
		margin: 10px auto;
		margin-bottom: initial;
	}
}

@media screen and (min-width:761px) and (max-width:1024px ){ 
	#lender-list .col33,
	#counsel-list .col33, 
	#partner-list .col33, 
	#lender-list-sort .col33,
	#partner-list-sort .col33  {
		width: 50%;
		margin: 10px auto;
		margin-bottom: initial;
	}
}

@media only screen and (max-width: 760px) {

	.open-access-page {padding:0;    margin: 0;}
	.open-access-page .main-content {padding: 0; margin: 0;}
	.open-access-page .section-space {
		padding: 30px 0;
	}
	.oa-art-pos {padding: 0;}
	.oa-art {width: 90%;}
	.oa-art-left {padding-left: 5%}
	.img100-oa {display: none}
	.img100-oa-b {display: block;}
}

@media only screen and (max-width: 600px) {
	.prev, .next {display:none;}
	.slideshow-container {bottom:0; height:auto;}
	ol {padding: 0px;}
	.center-content, .error-disp {
		width: 90%;
		margin: auto;
	}
	.col25,
	.col30,
	.eqcol,
	.col20,
	.col40,
	.col45,
	.col55,
	.col60,
	.col70,
	.col75,
	.rowpad,
	.icimg,
	.icap,
	.main-content {
		width: 100%;
		margin: 10px auto;
		margin-bottom: initial;
	}
	.col30, .icimg, .col25 { text-align:center;}
	.icimg {margin-top: 40px;}
	.img-caption { font-size: 8px; font-weight: 700; transform: translate(-50%, -100%);}
	.tab label { font-size: 12px;}
	.imgsize {width: 100%;}
	.para { width: 100%;}
	.factTtl {
		font-size:14px; 
		font-weight:bolder;
	}
	.mainhdr {font: 600 30px/1.5 'Montserrat', sans-serif;}
	.center-content .lcol .pad-0-10 {padding:0px;}
	.dot {background-color:#bbbbbb42;}
	.dot.active {background-color:#bbbbbb8f;}
	#fact1 p,
	#fact2 p,
	#fact3 p,
	#fact4 p,
	#fact5 p {font-size:14px;}
	.bspan {font-size: .75rem;}
	.btn {
		padding: 0 0 5px 0;
		/*margin-left: 5px;*/
		width: 100%;
		height: fit-content;
		height: -moz-fit-content;
	}
	.captext {margin: auto 10px; width:100%; top:30%}
	.captext .sub-btn {
		margin: 5px;
		width: 100px;
    	height: 30px;
    	font-size:12px;
    }
	.slider-caption {
		font-size: 16px;
		padding: 0 5px;
		line-height: 25px;
		margin:auto;
	}
	.trow {
		display: table;
		width: 100%;
		text-align: left;
	}
	.abtimg {
		max-width: 60%;
    	margin: 20px auto;
    	padding: 5px;
    }
	
	#main {margin:initial;}
		
	#chart-score.tcellA, 
	#chart-score.tcellB, 
	#chart-score.tcellC, 
	#chart-score.captionA, 
	#chart-score.captionB, 
	#chart-score.captionC {
		font-size: 12px; 
	}

	#chart-score .tcellB, #chart-score .captionB {width:25%;}
	
	#chart-score .tcellC {
		width:55%;
		font-weight: normal;
	}
	#chart-score .captionC { width:55%;}
	.caption {
		font-size:16px;
		line-height:normal;
	}

	.w80, .w70 {width:100%; margin:10px auto;}
	
	.pagehdr { 
		font: 700 28px/1.5 'Montserrat', sans-serif; 
		color: #073f5f !important;
	    padding: 0 5px;
	}
	#ameno {display:none;}
	
	#edulist ul {padding: 0px;}
	
	#ScoreEducation	{padding: 20px 0 0;}
	
	.rcol{ width:100%; float:left;}
	
	.faqimg { margin: 10px 20px; }
	
	#videoSrc iframe {width:100%;}
	
	.mythimg { vertical-align:unset; float:left; padding-top:5px}	
	
	.mythlabel {
		font: 400 13px/1.5 'Roboto', sans-serif;
		margin: none;
		text-align: left;
		padding: 10px;
	}
	#ewscore .rcol {width:100%;}
	@-moz-document url-prefix(){
		#chart { margin: -20px;}
	}
}
	
	/* On smaller screens, decrease text size */	

@media only screen and (max-width: 300px) {
	.text {font-size: 11px}
	.prev, .next {display:none;}
	.slideshow-container {height: auto; bottom:0;}
}


/* Animation */

@-webkit-keyframes slide {
	0%,100% { margin-left: 0%;}
	21% {margin-left: 0%;}
	25% {margin-left: -100%;}
	46% {margin-left: -100%;}
	50% {margin-left: -200%;}
	71% {margin-left: -200%;}
	75% {margin-left: -300%;}
	96% {margin-left: -300%;}
}

@-moz-keyframes slide {
	0%,100% {margin-left: 0%;}
	21% {margin-left: 0%;}
	25% {margin-left: -100%;}
	46% {margin-left: -100%;}
	50% {margin-left: -200%;}
	71% {margin-left: -200%;}
	75% {margin-left: -300%;}
	96% {margin-left: -300%;}
}

@keyframes slide {
	0%,100% {margin-left: 0%;}
	21% {margin-left: 0%;}
	25% {margin-left: -100%;}
	46% {margin-left: -100%;}
	50% {margin-left: -200%;}
	71% {margin-left: -200%;}
	75% {margin-left: -300%;}
	96% {margin-left: -300%;}
}

@-webkit-keyframes content-s {
	0% {left: -420px;}
	10% {left: 0px;}
	30% {left: 0px;}
	40% {left: 0px;}
	50% {left: 0px;}
	60% {left: 0px;}
	70% {left: 0;}
	80% {left: -420px;}
	90% {left: -420px;}
	100% {left: -420px;}
}

@-moz-keyframes content-s {
	0% {left: -420px;}
	10% {left: 0px;}
	30% {left: 0px;}
	40% {left: 0px;}
	50% {left: 0px;}
	60% {left: 0px;}
	70% {left: 0;}
	80% {left: -420px;}
	90% {left: -420px;}
	100% {left: -420px;}
}

@keyframes content-s {
	0% {left: -420px;}
	10% {left: 20px;}
	15% {left: 0px;}
	30% {left: 0px;}
	40% {left: 0px;}
	50% {left: 0px;}
	60% {left: 0px;}
	70% {left: 0;}
	80% {left: -420px;}
	90% {left: -420px;}
	100% {left: -420px;}
}

@-webkit-keyframes on {
	0%,100% {margin-left: 0%;}
	21% {margin-left: 0%;}
	25% {margin-left: 15px;}
	46% {margin-left: 15px;}
	50% {margin-left: 30px;}
	71% {margin-left: 30px;}
	75% {margin-left: 45px;}
	96% {margin-left: 45px;}
}

@-moz-keyframes on {
	0%,100% {margin-left: 0%;}
	21% {margin-left: 0%;}
	25% {margin-left: 15px;}
	46% {margin-left: 15px;}
	50% {margin-left: 30px;}
	71% {margin-left: 30px;}
	75% {margin-left: 45px;}
	96% {margin-left: 45px;}
}

@keyframes on {
	0%,100% {margin-left: 0%;}
	21% {margin-left: 0%;}
	25% {margin-left: 15px;}
	46% {margin-left: 15px;}
	50% {margin-left: 30px;}
	71% {margin-left: 30px;}
	75% {margin-left: 45px;}
	96% {margin-left: 45px;}
}


/** ADA: tippy style **/
figure {
	position: relative;
	width: 100%;
	margin: 0;
	line-height: 0.1em;
  }
  figure .white-high {
	  background-color: white;
	  border-radius: 50%;
  }
  figure img {
	width: 50%;
  }
  figure img.full-size {
	  width: 100%;
  }
  figure a {
	  text-decoration: underline;
  }
  figure h2.smaller, figure h2.tooltip-header {     
	font-size: 0.75rem;
	opacity: 0.75;
	}
	figure h3 {
		font-size: 16px;
		font-weight: 700;
	}
  .actions {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: right;
	padding: 0.5rem;
  }
  .actions[data-alignment="top-right"] {
	top: 0;
	right: 0;
  }
  .actions[data-alignment="bottom-right"] {
	bottom: 0;
	right: 0;
	text-align: right;
  }
  .actions[data-alignment="top-left"] {
	top: 0;
	text-align: left;
  }
  .actions[data-alignment="bottom-left"] {
	text-align: left;
	bottom: 0;
  }
  figure .icon {
	width: 1rem;
  }
  .button-icon {
	border-radius: 50%;
	margin-left: -0.25rem;
	padding: 0.25rem;
	background-color: transparent;
	line-height: 0.1em;
	border: none;
	color: #00609c;
  }
  [data-background="dark"] .button-icon {
	color: white !important;
  }
  .button-icon svg {
	width: 1.5rem;
	height: 1.5rem;
  }
  .tippy-box {
	border: 1px transparent;
  }
  .tippy-box[data-placement^="top"] > .tippy-arrow:after {
	border-top-color: inherit;
	border-width: 8px 8px 0;
	bottom: -8px;
	left: 0;
  }
  .tippy-box[data-placement^="bottom"] > .tippy-arrow:after {
	border-bottom-color: inherit;
	border-width: 0 8px 8px;
	top: -8px;
	left: 0;
  }
  .tippy-box[data-placement^="left"] > .tippy-arrow:after {
	border-left-color: inherit;
	border-width: 8px 0 8px 8px;
	right: -8px;
	top: 0;
  }
  .tippy-box[data-placement^="right"] > .tippy-arrow:after {
	border-width: 8px 8px 8px 0;
	left: -8px;
	top: 0;
	border-right-color: inherit;
  }
  .tippy-box[data-placement^="top"] > .tippy-svg-arrow > svg:first-child:not(:last-child) {
	top: 17px;
  }
  .tippy-box[data-placement^="bottom"] > .tippy-svg-arrow > svg:first-child:not(:last-child) {
	bottom: 17px;
  }
  .tippy-box[data-placement^="left"] > .tippy-svg-arrow > svg:first-child:not(:last-child) {
	left: 12px;
  }
  .tippy-box[data-placement^="right"] > .tippy-svg-arrow > svg:first-child:not(:last-child) {
	right: 12px;
  }
  .tippy-arrow {
	border-color: inherit;
  }
  .tippy-arrow:after {
	content: "";
	z-index: -1;
	position: absolute;
	border-color: transparent;
	border-style: solid;
  }
  .tippy-box[data-theme~="light"] {
	background-color: white;
	color: currentcolor;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
	border-radius: 0.75rem;
  }
  .tippy-box[data-theme~="light"] .tippy-arrow {
	color: white;
  }
  .tippy-box[data-theme~="light"] .tippy-content {
	padding: 1rem;
	text-align: left;
  }
  .tippy-box[data-theme~="light"] .tippy-content .tooltip-header {
	font-size: 0.75rem;
	opacity: 0.75;
  }
  .tippy-box[data-theme~="light"] .tippy-content > :first-child {
	margin-top: 0;
  }
  .tippy-box[data-theme~="light"] .tippy-content > :last-child {
	margin-bottom: 0;
  }
/** END ADA: tippy style **/



/* credit education page */
.credit-education-wrapper .header {position:initial;max-width: 1100px;}
.credit-education-wrapper .page-content {padding-top:0;}
.credit-education-wrapper .main-content {margin-top:0; padding-top:0;}
.credit-education-wrapper .menu, .credit-education-wrapper .menu-icon {display: none;}
.credit-education-wrapper .logo {cursor: default;}
.credit-education-wrapper .pagehdr, .credit-education-wrapper .sechdr  { text-align: left; padding-left: 0;}
.credit-education-wrapper .ta-l {padding-left: 0;}
.credit-education-wrapper .section-wrapper {padding-top: 70px;}
.credit-education-wrapper .row4 .no-bullets {
	padding-left: 0;
	list-style: none;
}
.credit-education-wrapper .row4 .no-bullets li {
	padding: 12px 0;
}

.credit-education-wrapper ul.reg {
	padding-left: 20px;
}
.credit-education-wrapper ul.reg li {
	padding: 12px 0;
}

.credit-education-wrapper ul.reg ::marker {
	color: #333;
}

.credit-education-wrapper #edulist {
	width: 100%;
}

.credit-education-wrapper #edulist li a {
	text-decoration: underline;
} 

.credit-education-wrapper #cevideo .videos {
	padding-bottom: 20px;
}

.credit-education-wrapper .two-col {
	display: flex;
	gap: 40px;
	margin-bottom: 20px;
	padding-right: 30px;
}

.credit-education-wrapper .two-col .text {
	flex: 70%;
}

.credit-education-wrapper .two-col .image {
	flex: 30%;
	margin-top: 24px;
}
.credit-education-wrapper .oa-art {
	padding-bottom: 0;
}


.credit-education-wrapper .pdf-wrapper {
padding: 0 20px 0 20px;
}

.credit-education-wrapper .pdf-wrapper.first {
padding-left: 0;
}

.credit-education-wrapper .pdf-wrapper svg {
height: 40px;
width: 40px;
position: relative;
top: 14px;
}

.credit-education-wrapper .pdf-wrapper .link {
text-decoration: underline;
}


.credit-education-wrapper #creditgalaxy .thumbnail {
width: 25%;
}

.credit-education-wrapper .section-wrapper {padding: 70px 0;}
.credit-education-wrapper .divider {margin: 30px 0;}
.credit-education-wrapper #topq a {text-decoration: underline;}
.credit-education-wrapper .bg-slate {display: none;}

@media only screen and (max-width: 768px) {

	.credit-education-wrapper  .two-col {
		display: block;
	}

	.credit-education-wrapper  .two-col:after {
		clear:both;
		display: table;
		content: "";
	}
	.credit-education-wrapper  .center-content {
		width: 90%;
	}

	.credit-education-wrapper img {
		width: 75%;
		margin-top: 0;
	}
	.credit-education-wrapper .page-content {
		padding-top: 0;
	}
	.credit-education-wrapper h1.pagehdr {
		margin-top: 0;
	}
	.credit-education-wrapper .section-wrapper {padding: 30px 0;}
}



/* expand and collapse */
.js-collapsible {display: none;}
.js-row {
	display: flex;
	justify-content: space-between;
}
.js-collapsible-toggle:active {
 background-color: #eef8ff !important;
}
.js-collapsible-toggle.expand {
 border-radius: 5px;
 line-height: 0.01em;
 border: none;
 background-color: transparent;
 padding: 0.25rem;
}
.icon-view-details svg {
 width: 1rem;
 height: 1rem;
 fill: #005fa3;
}
[aria-expanded="true"] .icon-view-details svg  {
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
}
.collapsible-icon {
 transition: all 0.15s ease-in-out;
 position: absolute;
 right: 6px;
 padding: 10px;
 top: 0px;
}
.expanded > svg.collapsible-icon {
 transform: rotate(-180deg);
 -webkit-transform: rotate(-180deg);
 -ms-transform: rotate(-180deg);
}

/*  faqs fico scores page  */

.faq-container .header {position:initial; max-width: 1100px;}
.faq-container .page-content {padding-top:0;}
.faq-container .logo {
    cursor: default;
}

.faq-container .section-wrapper {
    padding: 70px 0;
}

.faq-container .menu, .faq-container .menu-icon {
    display: none;
}

.faq-container .pagehdr {
text-align: left;
padding-left: 0;
margin-top: 0;
padding-top: 0;
}

.faq-container .first-section {
margin-bottom: 40px;
position: relative;
}

.faq-container .first-section .gloss-link {
    position: absolute;
    right: 20px;
    top: 30px;
    text-decoration: underline;
}

.faq-container .second-section, .faq-container .fourth-section, .faq-container .sixth-section {
background-color: #F9FAFF;
}


.faq-container .sechdr {
text-align: left;
margin: 0 0 1em;
padding-left: 0;
}

.faq-container .sechdr-3 {
    font-size: 18px;
    color: #073F5F;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
}

.faq-container .accord-breaker {
	margin-top: 1em;
}

.faq-container .pdf-wrapper {
padding: 0 40px 0 20px;
}

.faq-container .pdf-wrapper svg {
height: 40px;
width: 40px;
position: relative;
top: 14px;
}

.faq-container .pdf-wrapper .link {
text-decoration: underline;
}

.faq-container .img-wrapper {
    padding: 12px 0 30px;
    border-bottom: 1px solid #DCDCDD;
}

.faq-container .bg-slate {
    display: none;
}

/* faq accordian style */
.acc-main {
border-bottom: 1px solid #DCDCDD;
}


.acc-wrapper {
cursor: pointer;
}

.acc-wrapper .title {
color: #073F5F;
font-family: Montserrat;
font-weight: bold;
letter-spacing: 0;
line-height: 28px;
font-size: 18px;
}

.acc-content {
margin: 0px 0px 30px;
padding-right: 20px;
}

.acc-content .two-col {
    display: flex;
    gap: 40px;
    margin-bottom: 20px;
    padding-right: 30px;
}

.acc-content .text {
    flex: 70%;
}

.acc-content .image {
    flex: 30%;
    padding-top: 16px;
}

.acc-content a {
    text-decoration: underline;
}

.acc-content .section-title {
    margin: 16px 0;
    font-weight: bold;
}

.acc-content ul {
    padding-left: 20px; 
}
.acc-content ul li {
    padding: 12px 0; 
    font: 400 18px/1.5 'Roboto', sans-serif;
}
.acc-content ul ::marker {
	color: #333;
}


@media only screen and (max-width: 768px) {
    .acc-content .two-col {display: block;}
    .faq-container .section-wrapper {
        padding: 30px 0;
    }
    .faq-container .page-content {
        padding-top: 0;
    }
    .faq-container .first-section .gloss-link {
        position: relative;
        right: initial;
        top: 20px;
    }
}


/** Open Access Program - where to get fico score  */
.where-to-get-fs-page .gallery {border: none;}
.where-to-get-fs-page .dispg {display: none;}


/** Open Access CA Credit Education **/
.ca-ce-wrapper .footer .bg-slate {
	display: block;
}

.mw-330{
	max-width: 330px;
}

.pb-20{
	padding-bottom: 20px;
}

.mb-0{
	margin-bottom: 0px;
}