a.showOnFocus {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  white-space: nowrap;
}

/* a:active used to take into account a:focus bug in earlier versions of Internet Explorer. */
a.showOnFocus:focus, a.showOnFocus:active {
  overflow: visible;
  height: auto;
  width: auto;
  clip: auto;
  color: white !important;
}

#global-header {
  position: fixed;
  width: 100%;
  z-index: 5;
}
#global-header a {
  color: #82B1CE;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
#global-header ul {
  padding: 0;
  margin: 0;
}
#global-header #global-util-bar {
  background-color: #00609C;
  height: 30px;
}
#global-header #global-util-bar > div {
  max-width: 1140px;
  min-width: 960px;
  margin: 0 auto;
}
#global-header #global-util-bar ul {
  border: none;
  position: relative;
  right: 0;
  font-size: 13px;
  line-height: 24px;
  float: right;
  list-style: none;
  margin: 0;
}
#global-header #global-util-bar ul li {
  display: block;
  float: left;
  margin: 0;
  padding: 0 10px;
}
#global-header #global-util-bar ul li a, #global-header #global-util-bar ul li > span {
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  padding-left: 16px;
  text-transform: capitalize;
  text-decoration: none;
}
#global-header #global-util-bar ul li:last-child {
  padding-right: 0;
}
#global-header #global-util-bar .header-member ul {
  float: left;
}
#global-header #global-util-bar .header-member ul li:first-child {
  padding-left: 0;
}
#global-header #global-util-bar .header-member ul li:first-child a, #global-header #global-util-bar .header-member ul li:first-child > span {
  padding-left: 0;
}
#global-header #global-menu {
  border-bottom: 1px solid #DDDDDD;
  background-color: #fff;
  font-family: 'Ubuntu', arial, sans-serif;
  width: 100%;
  height: 81px;
}
#global-header #global-menu:after {
  content: "";
  display: block;
  clear: both;
}
#global-header #global-menu > ul {
  width: 1140px;
  margin: 0 auto;
}
#global-header #global-menu > ul li.myf-logo {
  width: 280px;
  float: left;
}
#global-header #global-menu > ul li.myf-logo a svg {
  width: 200px;
  height: 76px;
  padding-top: 6px;
}
#global-header #global-menu > ul li.item-prepare {
  width: 190px;
}
#global-header #global-menu > ul li.item-help span > a {
  color: #333;
}
#global-header #global-menu > ul li.item-help span > a:hover {
  color: #eb7906;
}
#global-header #global-menu > ul li.nav-item:before {
  padding: 0 1em;
  content: '|';
  position: relative;
  top: 30px;
  color: #ccc;
}
#global-header #global-menu li {
  float: left;
  background: none;
  display: inline;
  position: relative;
  z-index: 1;
  margin: 0;
  top: -1px;
}
#global-header #global-menu li.myf-logo img {
  max-height: 72px;
  height: 50px;
  margin-top: 20px;
}
#global-header #global-menu > ul li > span {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  line-height: 80px;
  display: block;
  padding: 0 10px;
  float: left;
  /* border: 1px solid #fff; */
}
#global-header #global-menu > ul li > span > a {
  color: #333;
  text-decoration: none;
  display: block;
}
#global-header #global-menu > ul li > span > a.active {
  font-weight: bold;
}
#global-header #global-menu > ul li > span > svg {
  width: 22px;
  height: 22px;
  position: relative;
  top: 6px;
  fill: #eb7906;
}
#global-header #global-menu > ul li.divider {
  color: #ccc;
  position: relative;
  top: 25px;
  padding: 0 20px;
  float: left;
  background: none;
  display: inline;
  position: relative;
  z-index: 1;
  margin: 0;
}
#global-header #global-menu > ul li.divider:hover {
  border: none;
}
#global-header #global-menu > ul li.myf-logo:hover {
  border: none;
}
#global-header #global-menu > ul li.nav-item.first-item {
  margin-left: 68px;
}
#global-header #global-menu > ul li.nav-item.first-item span {
  padding-left: 0;
}
#global-header #global-menu > ul li.nav-item.last-item:before {
  content: '';
}
#global-header #global-menu > ul li.nav-item.last-item span {
  padding-right: 0;
}
#global-header #global-menu > ul li > ul {
  display: none;
  position: absolute;
  top: 81px;
  left: 0px;
  background: #fff;
  text-align: left;
  z-index: 2;
  padding: 12px 0 17px 0;
  box-shadow: 0px 1px 5px #aaa;
  border-radius: 0 0 3px 3px;
  width: 465px;
}
#global-header #global-menu > ul li > ul li {
  padding: 0;
  background: none;
  float: left;
  position: relative;
  display: inline;
  margin: 0;
  width: 100%;
  text-indent: 20px;
}
#global-header #global-menu > ul li > ul li a:hover {
  color: gray;
}
#global-header #global-menu > ul li:hover > span {
  color: #eb7906;
}
#global-header #global-menu > ul li:hover > span:hover {
  border-bottom: 3px solid #eb7906;
}
#global-header #global-menu > ul li:hover > span > svg {
  display: none;
}
#global-header #global-menu > ul li:hover > span > a {
  color: #eb7906;
}
#global-header #global-menu > ul li {
  box-sizing: content-box;
}
#global-header #global-menu > ul li:hover > span > span {
  visibility: hidden;
}
#global-header #global-menu > ul li.nav-list:hover > span {
  /* border-color: #d7d7d7;border-bottom: none; */
  border-radius: 3px 3px 0 0;
  position: relative;
  box-shadow: 0px 1px 5px #aaa;
}
#global-header #global-menu > ul li.nav-list:hover > span:after {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  z-index: 5;
  background-color: #fff;
}
#global-header #global-menu > ul li.nav-list:hover > ul {
  display: block;
  /* 	-webkit-transition-delay: 0s, 0s;
  	-moz-transition-delay: 0s, 0s;
  	-o-transition-delay: 0s, 0s;
  	transition-delay: 0s, 0s; */
}
#global-header .divider {
  display: block;
  height: 25px;
}
#global-header #global-menu .product-label {
  font-size: 12px;
  text-transform: uppercase;
  color: #005f87;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
}
#global-header #global-menu .product-name a {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  width: 100%;
  display: block;
  color: #00609C;
  font-weight: 300;
  padding: 0 20px 0 2px;
  font-size: 16px;
  line-height: 30px;
}

/* OLD NAVIGATION BAR AND MENU*/
#utilnav {
  display: none;
  font: 12px/1.5 Helvetica, Arial, sans-serif;
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
  background-color: #313131;
  height: 31px;
  position: fixed;
  z-index: 1000;
}

#utils {
  padding-top: 2px;
  width: 960px;
  margin: 0 auto;
}
#utils ul {
  border: none;
  position: relative;
  right: 0;
  font-size: 14px;
  line-height: 24px;
  float: right;
  list-style: none;
  margin: 0;
  font-weight: 500;
  color: #444;
  padding-bottom: 0;
  padding-top: 0;
}
#utils ul li {
  display: block;
  float: left;
  margin: 0;
  padding: 0 10px;
}
#utils ul li a {
  color: #fff;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding-left: 16px;
}

#branding {
  display: none;
}

#branding div#logos-nav {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  padding-top: 6px;
}

#branding div#logo {
  width: 300px;
  float: left;
}

#branding div#logo img {
  display: block;
  float: left;
  margin: 20px 25px 0 0;
}

#branding div#logo img#logo-partner {
  margin: 0px 0 0 0;
}

/** UTILITY NAV **/
#utilnav a:link, #utilnav a:visited, #utilnav a:hover, #utilnav a:active, #utilnav a:focus {
  /*color: #fff;*/
}

#utils {
  width: 960px;
  margin: 0 auto;
}

#utilnav ul {
  float: right;
  list-style: none;
  /*font-weight:bold; color:#fff; */
  margin: 0;
  border-left: 1px solid #04465c;
}

#utilnav ul li {
  display: block;
  float: left;
  margin: 0;
  padding: 0 10px;
}

#utilnav ul li#welcome {
  font-weight: normal;
  border: none;
}

#utilnav ul li#login a {
  padding-left: 16px;
}

#utilnav ul li#account a {
  padding-left: 16px;
}

#utilnav ul li#fibasket a#lnkCart {
  /*background: transparent url(/images/framework/utilnav_icocart.png) left 1px no-repeat;*/
  padding-left: 24px;
}

#utilnav ul li#fibasket a#ctl00_ctrlHeader_linkCartNonLogIn {
  /*background: transparent url(/images/framework/utilnav_icocart.png) left 1px no-repeat;*/
  padding-left: 24px;
}

#utilnav ul li#fibasket a#ctl00_ctrlHeader_linkCartLogIn {
  /*background: transparent url(/images/framework/utilnav_icocart.png) left 1px no-repeat;*/
  padding-left: 24px;
}

#utilnav ul li#fibasket span {
  border-left: 1px solid #DBDBDB;
  padding-left: .75em;
  margin-left: .75em;
}

#utilnav ul li#support a {
  /*background: transparent url(/images/framework/utilnav_icosupport.png) left top no-repeat; */
  padding-left: 18px;
}

#utilnav ul li a:hover {
  text-decoration: underline !important;
}

#utilnav #utils ul li#lang form {
  margin: 0;
  padding: 0;
}

#utilnav #utils ul li#lang .language {
  /*background: transparent url(/images/framework/utilnav_icolang.png) left 1px no-repeat;*/
  color: #fff;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  border: 0;
  padding: 0 0 1px 20px;
  /*padding:1px 0 0 10px;*/
  margin: 0;
  cursor: pointer;
  height: 18px;
  display: inline-block;
}

#utilnav #utils ul li#lang .language::-moz-focus-inner {
  padding: 0;
  border: 0;
}

#utilnav #utils ul li#lang .language:hover {
  text-decoration: underline;
}

#utilnav #searchbox {
  float: right;
  width: 150px;
  margin: 3px 0;
  padding-left: 5px;
}

#utilnav #searchbox input {
  color: #aaa;
  display: block;
  float: right;
}

#utilnav #searchbox input#p_search_text {
  /* height:16px; width:100px;*/
}

#utilnav #searchbox form, #branding #utilnav ul li#search fieldset {
  display: inline;
}

#utilnav #utils p#welcome {
  float: left;
  color: #fff;
  margin: 0;
  padding: 0;
}

/** PRIME NAV **/
#branding a:link, #branding a:visited, #branding a:hover, #branding a:active, #branding a:focus {
  color: #fff;
}

#branding #primenav {
  float: right;
  width: 100%;
  margin: 21px auto 7px auto;
  clear: both;
  text-align: center;
  font-size: 120%;
}

#branding #primenav ul {
  /*width:100%;*/
  margin: 0;
  list-style: none;
  font-weight: bold;
  color: #fff;
}

#branding #primenav ul li {
  display: inline;
  margin: 0;
  padding: 10px 5px 11px 0;
  background: transparent url(/images/framework/primenav_tabright.png) right top no-repeat;
}

#branding #primenav ul li a {
  padding: 10px 10px 10px 15px;
  /* background: transparent url(/images/framework/primenav_tableft.png) left top no-repeat; */
}

#branding #primenav a:hover, #branding #primenav a:active, #branding #primenav a:focus {
  text-decoration: none;
}

#branding #primenav ul li.current, #branding #primenav ul li.pnHomeOn {
  background: transparent url(/images/framework/primenav_tabright_current.png) right top no-repeat;
}

#branding #primenav ul li.current a {
  /* background: transparent url(/images/framework/primenav_tableft_current.png) left top no-repeat; */
  background-color: #fff;
  background-image: none;
}

#branding #primenav ul li.current a:link, #branding #primenav ul li.current a:visited, #branding #primenav ul li.current a:hover, #branding #primenav ul li.current a:active, #branding #primenav ul li.current a:focus {
  color: #333;
}

#branding #primenav ul li.pnHomeOff a {
  padding-right: 40px;
  background: transparent url(/images/framework/primenav_tabhome.png) left top no-repeat;
}

#branding #primenav ul li.pnHomeOn a {
  padding-right: 40px;
  background: transparent url(/images/framework/primenav_tabhome_current.png) left top no-repeat;
}

#branding #nonav {
  width: 100%;
  clear: both;
  height: 15px;
}

/** PRIME NAV - DROPDOWN **/
#branding #primenav ul li > ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 75px;
  left: 5px;
  -webkit-transition-property: opacity, visibility;
  -moz-transition-property: opacity, visibility;
  -o-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: .2s, 0s;
  -moz-transition-duration: .2s, 0s;
  -o-transition-duration: .2s, 0s;
  transition-duration: .2s, 0s;
  -webkit-transition-delay: 0s, .2s;
  -moz-transition-delay: 0s, .2s;
  -o-transition-delay: 0s, .2s;
  transition-delay: 0s, .2s;
  background: #fff;
  text-align: left;
  z-index: 2;
  padding: 18px 0 17px 0;
  border: 1px solid #d7d7d7;
  border-top: none;
}

#branding #primenav ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

#branding #primenav ul li > ul li {
  width: 450px;
  padding: 0;
  background: none;
  transition: background 0.15s;
  -webkit-transition: background 0.15s;
}

#branding #primenav ul li > ul li a {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600 !important;
}

#branding #primenav ul li > ul li.header {
  color: #686868;
  text-transform: uppercase;
  font-size: 12px;
  font-family: Montserrat;
  padding: 7px 0px 7px 30px;
  width: 70%;
}

#branding #primenav ul li > ul li.divider {
  height: 0px;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #fff;
  margin: 17px 0;
}

#branding #primenav ul li > ul li#compareAllProducts a {
  font-family: Montserrat, Arial, Helvetica, sans-serif !important;
}

#branding #primenav ul li > ul li:hover {
  background: none;
}

#branding #primenav ul li > ul li.item a {
  background: none;
  color: #eb7906 !important;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 6px 30px 8px 30px;
  position: relative;
  left: 0;
  transition: left 0.15s;
  -webkit-transition: left 0.15s;
}

#branding #primenav ul li > ul li.item a:hover {
  left: 3px;
  border-bottom: none;
}

#branding #primenav ul li > ul li.item a .arrow {
  color: #686868;
  padding: 0 8px 0 1px;
  font-size: 10px;
  font-weight: 400;
  position: relative;
  top: -1px;
}

#branding #primenav ul li > ul li.item a:hover > .arrow {
  transition: color 0.15s;
  -webkit-transition: color 0.15s;
  color: #fd5200;
}

#branding #primenav ul li > ul li.item:hover {
  background: #ea7f42;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ea7f42 0%, #ea7f42 1%, #fffbf8 1%, #ffffff 11%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ea7f42), color-stop(1%, #ea7f42), color-stop(1%, #fffbf8), color-stop(11%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ea7f42 0%, #ea7f42 1%, #fffbf8 1%, #ffffff 11%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ea7f42 0%, #ea7f42 1%, #fffbf8 1%, #ffffff 11%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ea7f42 0%, #ea7f42 1%, #fffbf8 1%, #ffffff 11%);
  /* IE10+ */
  background: linear-gradient(to right, #ea7f42 0%, #ea7f42 1%, #fffbf8 1%, #ffffff 11%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */
}

/** IE6 & IE7 HACKS **/
#branding #primenav {
  *margin-top: 10px;
}

#branding #primenav ul li {
  *padding: 0px;
  *margin: 2px;
}

#branding #primenav ul li a {
  *padding: 10px 10px 12px 15px;
  *margin: 0;
  *line-height: 40px;
  *cursor: pointer;
}

#branding #primenav ul li.pnHomeOff a,
#branding #primenav ul li.pnHomeOn a {
  *padding-right: 40px;
}

#cccenternav {
  *margin-bottom: 15px;
}

#cccatpopcards #cccatinner p#ccmorebut {
  *margin-left: 10px;
}

/** New Header Override **/
#utilnav #searchbox {
  display: none;
  float: right;
  margin: 3px 0;
  padding-left: 5px;
  position: relative;
  top: 47px;
  width: 150px;
}

#container {
  background: #f7f7f7;
}

#branding {
  float: left;
  width: 100%;
  text-align: center;
  top: 31px;
  height: 80px !important;
  border-bottom: 1px solid #DDDDDD;
  background-color: #fff;
  font-family: 'Ubuntu', arial, sans-serif;
  position: fixed;
  z-index: 1000;
}

#branding div#logo {
  margin-top: 0px;
  width: 170px;
}

#branding #primenav {
  clear: none;
  width: 678px;
  margin: 6px 0 0 0;
  font-size: 100%;
}

#branding div#logos-nav {
  padding-top: 0;
}

#branding div#logo img {
  margin: 22px 0 0;
  width: 145px;
  height: 44px;
}

#branding #primenav > ul {
  height: 72px;
  float: right;
}

#branding div#logos-nav {
  height: 71px;
  /*border-bottom: 1px solid #d4d4d4;*/
}

#branding #primenav > ul > li {
  height: 72px;
}

#primenav {
  height: 72px;
}

#utilnav {
  background-color: #00609C;
  height: 31px;
  position: fixed;
  z-index: 1000;
}

#branding #primenav > ul li a {
  display: block;
  padding: 14px 10px 4px 20px;
}

#branding #primenav > ul li a {
  color: #000000;
  background-color: #fff;
  background-image: none;
}

#branding #primenav > ul li {
  box-sizing: content-box;
  background: none;
  display: inline;
  padding: 0 0 0 5px;
  *padding: 0;
  float: left;
  position: relative;
}

.otherProds {
  float: right;
  font-size: 16px;
  margin: 15px 20px 10px;
}

.otherProds a {
  color: #313537 !important;
}

.otherProds a:hover {
  background: none !important;
}

#branding #primenav > ul li.current a {
  /* background: url("/images/chrome/cSpan.png") no-repeat scroll left top transparent; */
  background-color: #fff;
  background-image: none;
}

#branding #primenav > ul li.current {
  background: url("/images/chrome/cA.png") no-repeat scroll right top transparent;
}

#branding #primenav > ul li:hover > a {
  border-bottom: 3px solid #eb7906;
}

#branding #primenav > ul li#loner {
  line-height: 71px;
  padding: 0;
}

#searchbox {
  padding: 0 0 0 30px;
}

#branding #primenav > ul li#loner:hover, #branding #primenav ul li#loner:hover a {
  background: none !important;
}

#searchbox input#p_search_text {
  background: none;
  border: medium none;
  font-size: 100%;
  height: 22px;
  line-height: 1;
  padding: 0 5px 0 0;
  width: 82px;
}

#searchDiv {
  background: url(/images/chrome/searchBar.png) no-repeat;
  display: block;
  width: 87px;
  height: 24px;
  float: right;
}

.mblock {
  display: block;
  height: 54px;
  font-size: 12px;
  font-weight: 500;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  line-height: 18px;
  text-align: left;
  letter-spacing: 0.02em;
}

.mBold {
  font-size: 15px;
  color: #eb7906;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: 0.035em;
}

.mprod {
  width: 108px;
}

.mgoal {
  width: 75px;
}

.mscores {
  width: 80px;
}

.msavings {
  width: 123px;
}

.mcommunity {
  width: 110px;
}

/**topbar icon change **/
#utilnav ul li#fibasket a#lnkCart {
  background: url("/images/chrome/ncart.png") no-repeat scroll left 1px transparent;
}

#utilnav ul li#fibasket a#ctl00_ctrlHeader_linkCartNonLogIn {
  background: url("/images/chrome/ncart.png") no-repeat scroll left 1px transparent;
}

#utilnav ul li#fibasket a#ctl00_ctrlHeader_linkCartLogIn {
  background: url("/images/chrome/ncart.png") no-repeat scroll left 1px transparent;
}

#utilnav ul li#support a {
  /* background:url("/images/chrome/support-mark.png") no-repeat scroll left 1px transparent */
}

#utilnav #utils ul li#lang .language {
  /* background:url("/images/chrome/globe.png") no-repeat scroll left 1px transparent; */
  background-image: none;
  background-color: transparent;
  margin-top: 2px;
}

#utilnav a:link, #utilnav a:visited, #utilnav a:hover, #utilnav a:active, #utilnav a:focus, #utilnav #utils ul li#lang .language {
  color: #fff;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

#utils {
  padding-top: 2px;
}

#utils ul {
  border: none;
  position: relative;
  right: 0;
  font-size: 14px;
  line-height: 24px;
}

#utils ul li#lang {
  border-right: none;
  padding-right: 0;
}

#utils #login {
  border-left: none;
}

#utilnav #utils p#welcome {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 24px;
  margin-top: 1px;
  padding: 0 10px 0 0;
}

#loggedUser {
  float: left !important;
  right: 0 !important;
}

.borderNoneLeft {
  border-left: none !important;
}

.loggedLogout {
  border-right: none !important;
}

#user-name {
  text-transform: capitalize;
}

header#global-header-mobile #mbBranding {
  left: 0;
  margin: 0 1em 3em 0;
  position: fixed;
  top: 0;
  width: 100% !important;
  z-index: 9999;
  overflow: hidden !important;
  background-color: #fff;
  width: auto;
  margin: 0;
  /*background:url('/images/mobile/mcChrome/1x1-dcdcdc.png') repeat-x center bottom;*/
  margin-bottom: 30px;
  background-color: #005D9A;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
header#global-header-mobile #mbBranding #mbNavBlue .nav-mobile {
  color: white;
  height: 48px;
  transition: all .5s;
  background-color: #f7f7f7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
}
header#global-header-mobile #mbBranding #mbNavBlue .nav-mobile a:focus .btn-icon, header#global-header-mobile #mbBranding #mbNavBlue .nav-mobile a:focus .logo {
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
}
header#global-header-mobile #mbBranding #mbNavBlue .nav-mobile .btn-icon {
  display: inline-block;
  cursor: pointer;
  transition: 0.2s #f7f7f7;
}
header#global-header-mobile #mbBranding #mbNavBlue .nav-mobile .btn-icon svg {
  vertical-align: middle;
  display: inline-block;
  fill: #fff;
  width: 48px;
  height: 48px;
}
header#global-header-mobile #mbBranding #mbNavBlue .nav-mobile .btn-icon .label {
  padding: 12px;
}
header#global-header-mobile #mbBranding #mbNavBlue .nav-mobile .btn-icon .label-before {
  margin-right: -20px;
}
header#global-header-mobile #mbBranding #mbNavBlue .nav-mobile .btn-icon .label-after {
  margin-left: -20px;
}
header#global-header-mobile #mbBranding #mbNavBlue .nav-mobile ul {
  padding: 0;
}
header#global-header-mobile #mbBranding #mbNavBlue .nav-mobile a {
  text-decoration: none;
  color: inherit;
}
header#global-header-mobile #mbBranding #mbNavBlue .nav-mobile a:visited {
  text-decoration: none;
  color: inherit;
}
header#global-header-mobile #mbBranding #mbNavBlue .nav-mobile a:focus .logo-my-fico, header#global-header-mobile #mbBranding #mbNavBlue .nav-mobile a:hover .logo-my-fico {
  background-color: rgba(0, 0, 0, 0.3);
}
header#global-header-mobile #mbBranding #mbNavBlue .nav-mobile > .inner {
  display: flex;
  background-color: #f7f7f7;
  flex-direction: column;
}
header#global-header-mobile #mbBranding #mbNavBlue .nav-mobile > .inner > .header {
  height: 48px;
  background-color: #0C5E98;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
header#global-header-mobile #mbBranding #mbNavBlue .nav-mobile > .inner > .header > .slot-1 {
  position: fixed;
}
header#global-header-mobile #mbBranding #mbNavBlue .nav-mobile > .inner > .header > .slot-2 {
  text-align: center;
}
header#global-header-mobile #mbBranding #mbNavBlue .nav-mobile > .inner > .header > .slot-3 {
  position: fixed;
  right: 0;
  top: 0;
}
header#global-header-mobile #mbBranding #mbNavBlue .nav-mobile > .inner .mobile-menu {
  display: none;
  height: 100vh;
  cursor: auto;
  background-color: #f7f7f7;
  -webkit-user-select: none;
  user-select: none;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  font-size: 17px;
  line-height: 1.25em;
}
header#global-header-mobile #mbBranding #mbNavBlue .nav-mobile > .inner .mobile-menu > .sections {
  margin: 0;
  padding-bottom: 144px;
}
header#global-header-mobile #mbBranding #mbNavBlue .nav-mobile > .inner .mobile-menu > .sections > .section {
  padding-top: 0;
  padding-bottom: 0;
}
header#global-header-mobile #mbBranding #mbNavBlue .nav-mobile > .inner .mobile-menu > .sections > .section.nav-resources ul > li ul.nav-resources-section li a {
  padding: 16px 0 16px 24px;
  background-color: white;
  font-size: 16px;
}
header#global-header-mobile #mbBranding #mbNavBlue .nav-mobile > .inner .mobile-menu > .sections > .section.nav-resources ul > li ul.nav-resources-section li a:hover {
  color: #e4e4e4;
}
header#global-header-mobile #mbBranding #mbNavBlue .nav-mobile > .inner .mobile-menu > .sections > .section.nav-resources ul > li ul.nav-resources-section li a:focus {
  color: #5E7283;
}
header#global-header-mobile #mbBranding #mbNavBlue .nav-mobile > .inner .mobile-menu > .sections > .section .title {
  padding-left: 16px;
  font-weight: bold;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #00609C;
  color: white;
}
header#global-header-mobile #mbBranding #mbNavBlue .nav-mobile > .inner .mobile-menu > .sections > .section .title.first {
  margin-top: 24px;
}
header#global-header-mobile #mbBranding #mbNavBlue .nav-mobile > .inner .mobile-menu > .sections > .section > .links > li {
  -webkit-user-select: none;
  user-select: none;
}
header#global-header-mobile #mbBranding #mbNavBlue .nav-mobile > .inner .mobile-menu > .sections > .section > .links > li.secondary {
  padding: 0;
  display: block;
}
header#global-header-mobile #mbBranding #mbNavBlue .nav-mobile > .inner .mobile-menu > .sections > .section > .links > li a {
  user-select: none;
  display: block;
  padding: 16px 0 16px 16px;
  font-size: 16px;
  color: #005D9A;
  border-bottom: 1px solid #ddd;
}
header#global-header-mobile #mbBranding #mbNavBlue .nav-mobile > .inner .mobile-menu > .sections > .section > .links > li a:hover, header#global-header-mobile #mbBranding #mbNavBlue .nav-mobile > .inner .mobile-menu > .sections > .section > .links > li a:focus {
  color: white;
  background-color: #00A0FC;
}
header#global-header-mobile #mbBranding #mbNavBlue .nav-mobile > .inner .mobile-menu > .sections > .section > .links > li svg {
  width: 20px;
  height: 20px;
  float: right;
  right: 20px;
  fill: #005D9A;
  position: relative;
}
header#global-header-mobile #mbBranding #mbNavBlue .nav-mobile > .inner .mobile-menu > .sections > .section > .links > li .open svg {
  transform: rotate(180deg);
}
header#global-header-mobile #mbBranding #mbNavBlue .nav-mobile .logo-my-fico {
  padding: 0 4px;
  fill: #fff;
  height: 48px;
  width: 120px;
}
header#global-header-mobile #mbBranding #mbNavBlue .nav-mobile.modal-is-open {
  height: 100%;
  height: 100vh;
  bottom: 0;
}
header#global-header-mobile #mbBranding #mbNavBlue .nav-mobile.modal-is-open .inner > .header > .slot-1 {
  background-color: #f7f7f7;
}
header#global-header-mobile #mbBranding #mbNavBlue .nav-mobile.modal-is-open .inner > .header > .slot-1 .svg-mobile-nav-menu-icon .line {
  stroke: #005D9A;
}
header#global-header-mobile #mbBranding #mbNavBlue .nav-mobile sup {
  font-size: .5em;
  height: 0;
  line-height: 1;
  vertical-align: baseline !important;
  _vertical-align: bottom;
  position: relative;
  top: -1.35em;
}
header#global-header-mobile #mbBranding #mbNavBlue .nav-mobile p.product-desc {
  font-size: 14px;
  line-height: 24px;
  opacity: 0.8;
  margin-bottom: 0;
}
header#global-header-mobile #mbBranding #mbNavBlue .nav-mobile p.product-name {
  margin-bottom: 0;
  font-size: 100%;
  line-height: 24px;
}
header#global-header-mobile #mbBranding #mbNavBlue .nav-mobile p.product-name > span {
  display: block;
  color: #5E7283;
  font-size: 14px;
}
header#global-header-mobile #mbBranding #mbNavBlue .svg-mobile-nav-menu-icon .line {
  stroke-width: 2;
  transition: all .2s;
  stroke: white;
}
header#global-header-mobile #mbBranding #mbNavBlue .svg-mobile-nav-menu-icon .line2 {
  transform: scale(0, 1) translate(12px, 0);
}
header#global-header-mobile #mbBranding #mbNavBlue [aria-checked=false] .svg-mobile-nav-menu-icon .line1 {
  transform: translate(-5px, 4px) rotate(-45deg);
}
header#global-header-mobile #mbBranding #mbNavBlue [aria-checked=false] .svg-mobile-nav-menu-icon .line2 {
  transform: scale(1, 1);
}
header#global-header-mobile #mbBranding #mbNavBlue [aria-checked=false] .svg-mobile-nav-menu-icon .line3 {
  transform: translate(12px, 4px) rotate(45deg);
}

@media screen and (min-width: 1140px) {
  header#global-header-mobile, .body_wrapper_mobile, #global-menu {
    display: none;
  }

  nav#global-menu {
    display: block;
  }
}
@media screen and (min-width: 767px) and (max-width: 1139px) {
  header#global-header, .body_wrapper_mobile {
    display: none;
  }
}
@media screen and (min-width: 0) and (max-width: 766px) {
  header#global-header, .body_wrapper, #global-menu {
    display: none;
  }

  header#global-header-mobile {
    display: block;
  }
}
footer .desktop_footer {
  font-size: 12px;
  line-height: 15px;
  color: #333;
  border-top: 1px solid #d4d4d4;
}
footer .desktop_footer .siteinfo {
  width: 960px;
  margin: 20px auto;
  clear: both;
  text-align: left;
  padding: 20px 0;
}
footer .desktop_footer .siteinfo_b {
  border-top: 1px solid #d4d4d4;
  font-family: 'Ubuntu',arial,sans-serif;
}
footer .desktop_footer #middle_footer {
  border-top: 1px solid #d4d4d4;
  padding-top: 25px;
  padding-bottom: 25px;
}
footer .desktop_footer #middle_footer ul li a {
  background: none;
  padding: 0;
}
footer .desktop_footer #middle_footer a:link, footer .desktop_footer #middle_footer a:visited, footer .desktop_footer #middle_footer a:hover, footer .desktop_footer #middle_footer a:active, footer .desktop_footer #middle_footer a:focus {
  color: #000000;
  text-decoration: underline;
}
footer .desktop_footer #middle_footer ul li.topic {
  font-size: 120%;
  text-transform: uppercase;
  margin-bottom: .6em;
}
footer .desktop_footer #middle_footer .poplinks {
  text-align: center;
  line-height: 30px;
}
footer .desktop_footer #middle_footer .poplinks header {
  font-family: 'Ubuntu',arial,sans-serif;
  font-size: 120%;
  font-weight: 800;
  color: #4E4E4E;
}
footer .desktop_footer #middle_footer .poplinks span {
  padding: 0 15px;
}
footer .desktop_footer #siteinfo_3, footer .desktop_footer #middle_footer {
  background: #f7f7f7;
}
footer .desktop_footer .trusted_3up_b {
  width: 300px;
  float: left;
}
footer .desktop_footer .trusted_3up_b img {
  width: 249px;
  height: 71px;
  margin-top: 10px;
}
footer .desktop_footer .ft_4up_size {
  width: 249px;
  float: left;
  margin-top: 9px;
  background: url(//www.myfico.com/images/lp/footer/icon-exclusive-trust-M.png) no-repeat scroll center top transparent;
  margin-right: 51px;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  margin-bottom: 7px;
  margin-left: 27px;
}
footer .desktop_footer .ft_4up_size p {
  margin: 70px 0px 10px;
  width: 250px;
  position: relative;
  top: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  padding: 0;
  color: #444;
}
footer .desktop_footer .ftr_seal_verisign {
  float: left;
  position: relative;
  top: -10px;
  height: 60px;
  margin: 48px 25px 0 0;
}
footer .desktop_footer .ftr_seal_bbb {
  margin: 50px 0 0;
  float: left;
}
footer .desktop_footer .ft_4up_size span {
  position: relative;
  top: 1px;
}
footer .desktop_footer #hSocialmedia {
  display: block;
  padding-top: 16px;
  color: #4E4E4E;
}
footer .desktop_footer #hSocialmedia span {
  display: block;
  float: left;
  font-family: 'Ubuntu',arial,sans-serif;
  font-size: 120%;
  font-weight: 800;
  line-height: 32px;
  margin-right: 25px;
}
footer .desktop_footer #hSocialmedia #newsletterSignUp {
  float: right;
  width: 505px;
  text-align: right;
}
footer .desktop_footer #hSocialmedia #newsletterSignUp a.blue {
  background-color: #00609c;
  text-decoration: none;
}
footer .desktop_footer #hSocialmedia #newsletterSignUp a.blue:hover {
  background-color: #346993;
  text-decoration: none;
}
footer .desktop_footer #hSocialmedia #newsletterSignUp span {
  margin-right: 19px;
  text-align: right;
  width: 290px;
  position: relative;
}
footer .desktop_footer #hSocialmedia #newsletterSignUp span img {
  float: none;
  left: 6px;
  position: relative;
  top: 3px;
}
footer .desktop_footer #hSocialmedia #newsletterSignUp span #newsletter-box {
  background: url(//www.myfico.com/images/chrome/newshelp.png) no-repeat;
  font-size: 75%;
  font-weight: normal;
  display: none;
  height: 120px;
  line-height: 14px;
  padding: 12px 20px;
  position: absolute;
  text-align: left;
  width: 250px;
  top: -90px;
  right: -145px;
  transition: 3s all;
}
footer .desktop_footer #hSocialmedia #newsletterSignUp #newsLHelp {
  position: relative;
  display: inline-block;
}
footer .desktop_footer #hSocialmedia #newsletterSignUp #newsLHelp:hover #newsletter-box {
  display: block;
}
footer .desktop_footer #hSocialmedia #newsletterSignUp #newsletterDiv {
  display: block;
  background: url(//www.myfico.com/images/chrome/newsetter_input.png) no-repeat;
  width: 220px;
  height: 25px;
  float: right;
  margin-top: 4px;
}
footer .desktop_footer #hSocialmedia #newsletterSignUp #subBtn {
  float: right;
  margin-top: 4px;
}
footer .desktop_footer #hSocialmedia #newsletterSignUp #newsletterDiv input {
  border: none;
  background: none;
  width: 200px;
  height: 25px;
  padding: 0 10px;
  display: block;
  font-size: 100%;
}
footer .desktop_footer #sitemap {
  text-align: center;
}
footer .desktop_footer #sitemap a {
  color: #1566D1;
  text-decoration: none;
  line-height: 30px;
}
footer .desktop_footer #sitemap .poplinks {
  text-align: center;
}
footer .desktop_footer #sitemap .poplinks .poplinks_column {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  text-align: center;
}
footer .desktop_footer #sitemap .poplinks .poplinks_column_content {
  display: inline-block;
  text-align: left;
}
footer .desktop_footer #sitemap .poplinks_column {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  text-align: center;
}
footer .desktop_footer #sitemap .poplinks_column header {
  font-family: 'Ubuntu',arial,sans-serif;
  font-size: 120%;
  font-weight: 800;
  color: #4E4E4E;
}
footer .desktop_footer #sitemap .poplinks_column .poplinks_column_content {
  display: inline-block;
  text-align: left;
}
footer .desktop_footer #siteinfo_1_3up {
  margin: 0 auto;
  width: 960px;
}
footer .desktop_footer #bottom_footer {
  font-weight: normal;
  border-top: 2px solid #d3d3d3;
  background: #ededed;
  padding-bottom: 30px;
  color: #777;
  font-size: 12px;
  line-height: 16px;
}
footer .desktop_footer #bottom_footer .siteinfo {
  margin-top: 10px;
  color: #777;
}
footer .desktop_footer #bottom_footer a {
  padding: 0 5px;
  color: #000000;
  text-decoration: underline;
}

/*footer bbb logo*/
/*BBB*/
a#bbblink {
  display: block;
  position: relative;
  text-align: center;
  color: #005A78;
  text-decoration: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
a#bbblink img {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
  max-width: 200%;
}
a#bbblink.cshzbal, a#bbblink.cshzbul {
  width: 293px;
  height: 61px;
}
a#bbblink.cuvtbas, a#bbblink.cuvtbus {
  width: 63px;
  height: 134px;
}
a#bbblink.cuvtbam, a#bbblink.cuvtbum {
  width: 69px;
  height: 145px;
}
a#bbblink.cuvtbal, a#bbblink.cuvtbul {
  width: 81px;
  height: 171px;
}
a#bbblink.cuhzbas, a#bbblink.cuhzbus {
  width: 96px;
  height: 50px;
}
a#bbblink.cuhzbam, a#bbblink.cuhzbum {
  width: 137px;
  height: 70px;
}
a#bbblink.cuhzbal, a#bbblink.cuhzbul {
  width: 160px;
  height: 82px;
}
a#bbblink.ruvtbas, a#bbblink.ruvtbus {
  width: 40px;
  height: 75px;
}
a#bbblink.csvtbas, a#bbblink.csvtbus {
  width: 153px;
  height: 100px;
}
a#bbblink.csvtbam, a#bbblink.csvtbum {
  width: 158px;
  height: 110px;
}
a#bbblink.csvtbal, a#bbblink.csvtbul {
  width: 187px;
  height: 130px;
}
a#bbblink.cshzbas, a#bbblink.cshzbus {
  width: 200px;
  height: 42px;
}
a#bbblink.cshzbam, a#bbblink.cshzbum {
  width: 250px;
  height: 52px;
}
a#bbblink.ruhzbam, a#bbblink.ruhzbum {
  width: 150px;
  height: 69px;
}
a#bbblink.sevtbam, a#bbblink.rbvtbam, a#bbblink.sevtbum, a#bbblink.rbvtbum {
  width: 60px;
  height: 98px;
}
a#bbblink.sevtbam:hover img, a#bbblink.rbvtbam:hover img, a#bbblink.ruvtbam:hover img, a#bbblink.sevtbum:hover img, a#bbblink.rbvtbum:hover img, a#bbblink.ruvtbum:hover img {
  margin-left: -60px;
}
a#bbblink.ruvtbam, a#bbblink.ruvtbum {
  width: 60px;
  height: 110px;
}
a#bbblink.sehzbas, a#bbblink.rbhzbas, a#bbblink.sehzbus, a#bbblink.rbhzbus {
  width: 100px;
  height: 38px;
}
a#bbblink.sehzbas:hover img, a#bbblink.rbhzbas:hover img, a#bbblink.ruhzbas:hover img, a#bbblink.sehzbus:hover img, a#bbblink.rbhzbus:hover img, a#bbblink.ruhzbus:hover img {
  margin-left: -100px;
}
a#bbblink.ruhzbas, a#bbblink.ruhzbus {
  width: 100px;
  height: 48px;
}
a#bbblink.sevtbas, a#bbblink.rbvtbas, a#bbblink.sevtbus, a#bbblink.rbvtbus {
  width: 40px;
  height: 65px;
}
a#bbblink.sevtbas:hover img, a#bbblink.rbvtbas:hover img, a#bbblink.ruvtbas:hover img, a#bbblink.sevtbus:hover img, a#bbblink.rbvtbus:hover img, a#bbblink.ruvtbus:hover img {
  margin-left: -40px;
}
a#bbblink.sehzbal, a#bbblink.rbhzbal, a#bbblink.sehzbul, a#bbblink.rbhzbul {
  width: 200px;
  height: 76px;
}
a#bbblink.sehzbal:hover img, a#bbblink.rbhzbal:hover img, a#bbblink.ruhzbal:hover img, a#bbblink.sehzbul:hover img, a#bbblink.rbhzbul:hover img, a#bbblink.ruhzbul:hover img {
  margin-left: -200px;
}
a#bbblink.ruhzbal, a#bbblink.ruhzbul {
  width: 200px;
  height: 90px;
}
a#bbblink.sevtbal, a#bbblink.rbvtbal, a#bbblink.sevtbul, a#bbblink.rbvtbul {
  width: 80px;
  height: 132px;
}
a#bbblink.sevtbal:hover img, a#bbblink.rbvtbal:hover img, a#bbblink.ruvtbal:hover img, a#bbblink.sevtbul:hover img, a#bbblink.rbvtbul:hover img, a#bbblink.ruvtbul:hover img {
  margin-left: -80px;
}
a#bbblink.ruvtbal, a#bbblink.ruvtbul {
  width: 80px;
  height: 144px;
}
a#bbblink.sehzbam, a#bbblink.rbhzbam, a#bbblink.sehzbum, a#bbblink.rbhzbum {
  width: 150px;
  height: 57px;
}
a#bbblink.sehzbam:hover img, a#bbblink.rbhzbam:hover img, a#bbblink.ruhzbam:hover img, a#bbblink.sehzbum:hover img, a#bbblink.rbhzbum:hover img, a#bbblink.ruhzbum:hover img {
  margin-left: -150px;
}

.mobile_footer #mob_bottom_nav ul {
  float: left;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px solid #C7C7C7;
}
.mobile_footer #mob_bottom_nav li {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #c7c7c7;
}
.mobile_footer #mob_bottom_nav li a {
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 1em 0;
  color: #1566D1;
}
.mobile_footer #mob_bottom_nav a:link, .mobile_footer #mob_bottom_nav a:visited, .mobile_footer #mob_bottom_nav a:hover, .mobile_footer #mob_bottom_nav a:active, .mobile_footer #mob_bottom_nav a:focus {
  color: #1566D1;
}
.mobile_footer #mob_bottom_nav a:hover, .mobile_footer #mob_bottom_nav a:active {
  text-decoration: none;
}
.mobile_footer #mob_bottom_copy {
  font-size: 12px;
  color: #333;
  padding-top: 20px;
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 4.5em;
  background: #f7f7f7;
}
.mobile_footer #mob_bottom_copy a:link, .mobile_footer #mob_bottom_copy a:visited, .mobile_footer #mob_bottom_copy a:hover, .mobile_footer #mob_bottom_copy a:active, .mobile_footer #mob_bottom_copy a:focus {
  color: #1566D1;
  text-decoration: underline;
}
.mobile_footer #mob_bottom_copy .mobfootlinks a {
  font-size: 14px;
  padding: 0 5px;
  font-weight: 600;
}
.mobile_footer #mob_bottom_copy p.mobfootlinks {
  font-weight: bold;
  font-size: 90%;
  margin: 1em 0;
  text-align: center;
}
.mobile_footer #mob_bottom_copy p.mobfootcopy {
  text-align: center;
}
.mobile_footer #mob_bottom_copy p.mobfootcopy .noPad {
  text-decoration: none;
}
.mobile_footer #mob_bottom_copy .info {
  margin: 10px;
}

@media only screen and (min-width: 1140px) {
  footer .mobile_footer {
    display: none;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1139px) {
  footer .desktop_footer {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 766px) {
  footer .desktop_footer {
    display: none;
  }

  footer .mobile_footer {
    display: block;
  }
}
nav.sidenav .body ul .current > a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}

* {
  box-sizing: border-box;
}

#myf_credit_edu_main {
  padding-top: 120px;
}

@media screen and (max-width: 1139px) {
  #myf_credit_edu_main {
    padding-top: 56px;
  }
}
/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 20%;
  padding: 10px;
}

.column-mid {
  width: 60%;
  float: left;
}

/* Clear floats after the columns */
.row {
  max-width: 1140px;
  margin: 0 auto;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

ul.flswitch {
  list-style: none;
  text-align: center;
  width: auto;
  display: inline-block;
}
ul.flswitch li {
  float: left;
}
ul.flswitch li a {
  color: #1566D1 !important;
  text-decoration: none !important;
  margin: 0 15px;
  font-size: 12px;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  -webkit-font-smoothing: antialiased;
}
ul.flswitch li a:hover {
  text-decoration: underline !important;
}

#ccDisclosure {
  margin-top: 0 !important;
  border-top: 1px solid #ccc;
  padding-top: 15px;
  margin-top: 0 !important;
  border-top: #ccc solid 1px;
  padding-top: 15px;
}
#ccDisclosure p > a {
  font: bold 15px/1.5 Helvetica, Arial, sans-serif;
  color: #006EC6;
  text-align: right;
  display: block;
  padding-right: 10px;
}

.ccomAd {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  border-radius: 6px;
}
.ccomAd .ag_recommend_top {
  background-color: #f7f7f7;
  display: block;
  padding: 10px 10px 0 10px;
  border-bottom: 1px solid #ccc;
  border-radius: 6px 6px 0 0;
}
.ccomAd .ag_recommend_body {
  background-color: white;
  text-align: center;
}
.ccomAd .ag_recommend_bot {
  background-color: white;
  padding-bottom: 16px;
  border-radius: 6px;
}
.ccomAd .ag_recommend_top h4 {
  font-size: 16px;
  font-weight: normal;
  line-height: 34px;
  margin: 0;
  position: relative;
}
.ccomAd .ag_recommend_top h4 span {
  font: italic 12px/1 'ubuntu', Helvetica, arial, Sans-Serif;
  position: absolute;
  right: 15px;
  bottom: 3px;
}
.ccomAd .card_img {
  padding: 15px 0 10px;
}
.ccomAd .card_blurb {
  padding: 0 25px 15px;
  margin: 0;
  text-align: left;
}
.ccomAd .card_title {
  padding: 0 40px 10px;
  font-size: 14px;
  line-height: 18px;
  color: #333;
  font-weight: bold;
}
.ccomAd .card_apply a {
  text-align: left;
}

.editorRate {
  text-align: left;
}

.ccomAd .card_apply .card_seemore {
  clear: both;
  display: inline-block;
  margin: 15px 0 0 0;
  font: 12px/1.5 Helvetica, Arial, sans-serif;
  color: #006ec6;
  text-decoration: underline;
}

#siteinfo_1 {
  border-top: 1px solid #d4d4d4;
  font-family: 'Ubuntu',arial,sans-serif;
  background: #f7f7f7;
}
#siteinfo_1 #adDisclosure {
  text-align: left;
  font: 12px/1.5 Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin: 0 auto;
  max-width: 960px;
  padding: 20px 10px 10px;
}

@media screen and (max-width: 640px) {
  .ccomAd {
    margin-bottom: 0;
    border-radius: initial;
    border: none;
    border-top: 1px solid #ccc;
  }
}
.btn {
  background: url(//www.myfico.com/images/cta-arrow.png) no-repeat;
  background-color: #fc962f;
  color: #ffffff !important;
  border: 0;
  display: inline-block;
  font-family: 'Open Sans', Arial, sans-serif;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: background-color 0.5s;
  /* For Safari 3.1 to 6.0 */
  transition: background-color 0.5s;
}
.btn.clean {
  background: none;
  background-color: #fc962f;
}
.btn:hover {
  background-color: #eb7906;
  text-decoration: none;
}
.btn.smallBtn {
  padding: 8px 14px 8px 26px;
  font-size: 12px;
  font-weight: 500;
  background-size: 15px 15px;
  background-position: 8px 8px;
}
.btn.mediumBtn {
  padding: 11px 22px 12px 45px;
  font-size: 14px;
  font-weight: 400;
  background-position: 14px 10px;
}
.btn.largeBtn {
  padding: 13px 18px 15px 60px;
  font-size: 20px;
  font-weight: 600;
  background-position: 19px 9px;
  background-image: url(//www.myfico.com/images/cta-arrow-lg.png);
  background-repeat: no-repeat;
  letter-spacing: -0.015em;
}

.button {
  background-color: #fc962f;
  color: #ffffff !important;
  border: 0;
  display: inline-block;
  font-family: 'Open Sans', Arial, sans-serif;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: background-color 0.5s;
  /* For Safari 3.1 to 6.0 */
  transition: background-color 0.5s;
}
.button:hover {
  background-color: #eb7906;
  text-decoration: none;
}
.button.smallBtn {
  padding: 5px 10px 8px;
  font-size: 12px;
  font-weight: 400;
}
.button.mediumBtn {
  padding: 7px 14px 11px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.button.largeBtn {
  padding: 10px 15px 13px;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
}
.button.grayBtn {
  background-color: #ebebeb;
  color: #005D9A !important;
  padding: 12px;
}
.button.purchase {
  background: #ff7027;
  font-size: 14px;
  padding: .5em 12px;
  text-decoration: none;
  background: -moz-linear-gradient(center top, #FDC8AD 0%, #FD5B09 87%, #FD5B09 100%);
  background: -o-linear-gradient(center top, #FDC8AD 0%, #FD5B09 87%, #FD5B09 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #FDC8AD), color-stop(0.87, #FD5B09), color-stop(1, #FD5B09));
  border: 1px solid #EB994A;
  border-bottom: 1px solid #FD5B09;
  border-right: 1px solid #F47C2C;
  border-left: 1px solid #F47C2C;
  -moz-box-shadow: inset 0 1px 0 0 #fcc8c8;
  -webkit-box-shadow: inset 0 1px 0 0 #fcc8c8;
  box-shadow: inset 0 1px 0 0 #fcc8c8;
  color: #fff;
  text-shadow: 0 0 1px #440a05;
  -pie-background: linear-gradient(center top, #FDC8AD 0%, #FD5B09 87%, #FD5B09 100%);
}
.button.purchase:hover {
  background: #ff5600;
  background: -moz-linear-gradient(center top, #fd8d55 0%, #ce4f0f 87%, #ce4f0f 100%);
  background: -o-linear-gradient(center top, #fd8d55 0%, #ce4f0f 87%, #ce4f0f 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #fd8d55), color-stop(0.87, #ce4f0f), color-stop(1, #ce4f0f));
  cursor: pointer;
  -pie-background: linear-gradient(center top, #fd8d55 0%, #ce4f0f 87%, #ce4f0f 100%);
}

/*popup*/
.link-list.videos .dialog_wrap, .video_popup .dialog_wrap {
  background-color: white;
}
.link-list.videos .g_popup_overlay, .video_popup .g_popup_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10065;
  overflow: auto;
}
.link-list.videos .g_popup_overlay_dim, .video_popup .g_popup_overlay_dim {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: .3;
  -moz-opacity: .3;
  filter: alpha(opacity=30);
  z-index: 100;
}
.link-list.videos .g_dialog_box, .video_popup .g_dialog_box {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 800px;
  margin-left: -400px;
  margin-bottom: 10%;
  border: 1px solid #b2b2b7;
  background: url("/static/images/icons/screen-background-pattern.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  z-index: 200;
}
.link-list.videos .g_dialog_box.dialog_box_spinner, .video_popup .g_dialog_box.dialog_box_spinner {
  background: #ffffff;
}
.link-list.videos .g_dialog_box .dialog_title, .video_popup .g_dialog_box .dialog_title {
  padding: 10px;
  min-height: 40px;
  max-height: 44px;
  /*keep text to one line*/
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #b2b2b7;
  text-transform: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-image: none;
  background-color: #f8f8fd;
  margin-bottom: 0;
}
.link-list.videos .g_dialog_box .dialog_title .mobi_head_cta_left, .link-list.videos .g_dialog_box .dialog_title .mobi_head_cta_right, .video_popup .g_dialog_box .dialog_title .mobi_head_cta_left, .video_popup .g_dialog_box .dialog_title .mobi_head_cta_right {
  display: none;
}
.link-list.videos .g_dialog_box .dialog_title .popup_xclose, .video_popup .g_dialog_box .dialog_title .popup_xclose {
  background: url("/static/images/icons/icon-sprite.png") no-repeat 0 -119px;
  z-index: 10001;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  color: #000000;
  display: block;
  margin: 0 auto;
  position: absolute;
  right: -13px;
  top: -10px;
  text-align: center;
}
.link-list.videos .g_dialog_box .embed-container, .video_popup .g_dialog_box .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.link-list.videos .g_dialog_box .embed-container iframe, .video_popup .g_dialog_box .embed-container iframe {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 826px) {
  .link-list.videos .g_dialog_box, .video_popup .g_dialog_box {
    width: 100%;
    top: 0;
    min-height: 100%;
    height: 100%;
    left: 0;
    margin-left: 0;
    margin-bottom: 0;
    overflow-y: auto;
    border: none;
  }
  .link-list.videos .g_dialog_box > *:nth-child(2), .video_popup .g_dialog_box > *:nth-child(2) {
    margin-top: 40px;
  }
  .link-list.videos .g_dialog_box .dialog_title, .video_popup .g_dialog_box .dialog_title {
    border-radius: 0px;
  }
  .link-list.videos .g_dialog_box .dialog_title .popup_xclose, .video_popup .g_dialog_box .dialog_title .popup_xclose {
    display: none;
  }
  .link-list.videos .g_dialog_box .dialog_title .mobi_head_cta_left, .video_popup .g_dialog_box .dialog_title .mobi_head_cta_left {
    display: inline-block;
    float: left;
    margin-right: 5px;
    min-width: 40px;
    text-align: left;
  }
  .link-list.videos .g_dialog_box .dialog_title .mobi_head_cta_right, .video_popup .g_dialog_box .dialog_title .mobi_head_cta_right {
    display: inline-block;
    float: right;
    margin-left: 5px;
    min-width: 40px;
    text-align: right;
  }

  .g_tabbed_list_category .category_title:before {
    margin-right: 8px;
  }
}
article h1 {
  font-size: 250%;
  margin-bottom: 1rem;
  font-weight: 300;
}

article .header + h1 {
  font-size: 212.5%;
}

article h2 {
  font-size: 150%;
  margin-bottom: 0.5rem;
}

article h3, .icon-header h3, .icon-header h2 {
  font-size: 137.5%;
  margin-bottom: 0.5rem;
}

blockquote, .collection .collection-index, .faq .collection .collection-view .group .entries li, .collection .collection-view .group h2, article .lead, .link-list.videos li a {
  font-size: 112.5%;
}

p, .widget-inline .text, .link-list:not(.videos) .text {
  font-size: 100%;
  line-height: 1.375em;
}

section, article {
  transition: all .125s;
  border-top: 1px solid #d6d6d6;
  background-color: #fff;
  padding: 1.25rem 0.75rem;
}
@media screen and (min-width: 1139px) {
  section, article {
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    padding: 1.5rem 1.5rem 1rem 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.sidenav .dropdown-wrapper, .sidenav .header {
  display: flex;
}

.main-nav-wrapper, .sidenav-wrapper, .sidenav .header {
  flex-shrink: 0;
}

.sidenav .header {
  flex-grow: 0;
}

.page, .main-nav-wrapper > *, .page-footer > * {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  background: #F7F7F7;
  font-family: "Roboto", sans-serif;
  color: #484c55;
}

@media screen and (min-width: 1139px) {
  .page {
    display: flex;
    padding-right: .25rem;
  }
}

.main-nav-wrapper {
  display: none;
  padding: 1rem 0.25rem;
  border-bottom: 1px solid #ddd;
  background-color: white;
  min-height: 24px;
}
.main-nav-wrapper .control-toggle-app-nav {
  margin-right: 1rem;
}
.main-nav-wrapper .logo {
  vertical-align: top;
  max-height: 36px;
}

@media screen and (min-width: 1139px) {
  .page-content {
    margin-top: .5rem;
  }
}
@media screen and (min-width: 960px) {
  .page-content {
    display: flex;
  }
}

.page-content-secondary {
  flex-shrink: 0;
}
@media screen and (min-width: 960px) {
  .page-content-secondary {
    margin-left: 1.5rem;
    width: 300px;
  }
}

.page-footer {
  padding: 1rem .25rem;
  background-color: #1B75BC;
  color: white;
  border-top: 1px solid #ddd;
}

label {
  cursor: pointer;
}

.control-checkbox {
  position: absolute;
  left: -9999px;
}

.sidenav-wrapper {
  width: 248px;
  transition: margin-left .25s;
  margin-right: 0.25rem;
}
@media screen and (max-width: 1138px) {
  .sidenav-wrapper {
    display: none;
  }
  .sidenav-wrapper.visible {
    display: initial;
    float: none;
    background-color: rgba(0, 0, 0, 0.85);
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    padding-right: 3rem;
    margin-left: 0;
    z-index: 99999;
  }
  .sidenav-wrapper.visible .sidenav {
    display: flex;
    flex-direction: column;
    background-color: white;
    height: 100%;
  }
  .sidenav-wrapper.visible .sidenav .header {
    padding-left: .25rem;
    padding-right: .25rem;
  }
  .sidenav-wrapper.visible .sidenav .body {
    padding-bottom: 1rem;
  }
  .sidenav-wrapper.visible .sidenav .current {
    box-shadow: -4px 0 #1B75BC;
  }
}
@media screen and (min-width: 1139px) {
  .sidenav-wrapper {
    margin-top: .5rem;
  }
}

.sidenav > .body {
  padding: .25rem;
  overflow-y: auto;
}
.sidenav .dropdown-wrapper {
  align-items: center;
  justify-content: space-between;
}
.sidenav a {
  transition: .125s all;
  color: #5E7283;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
}
.sidenav a:hover {
  text-decoration: none;
  background-color: #d3ebf9;
  color: #1e242a;
}
.sidenav ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.sidenav .pad {
  padding: .5rem;
  padding: .375rem .625rem;
}
.sidenav .icon {
  font-size: .125em;
  color: inherit;
  line-height: .05em;
  vertical-align: middle;
}
.sidenav .icon svg {
  font-size: .25em;
  width: 24px;
  height: 24px;
}
.sidenav .icon.icon-button {
  padding: .5rem;
}
.sidenav .hide-children ul {
  display: none;
}
.sidenav .top-level {
  font-size: 21px;
  font-weight: 500;
}
.sidenav .second-level {
  font-size: 18px;
  font-weight: 400;
}
.sidenav .current {
  box-shadow: inset 4px 0 #1B75BC;
  color: black;
}
.sidenav .header {
  line-height: 1em;
  padding-top: .5rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid #D8D8D8;
  align-items: center;
  justify-content: space-between;
}
.sidenav .header .back-button {
  background: none;
  color: inherit;
  border: none;
  padding: .125rem 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  transition: .125s all;
  border-radius: 4px;
}
.sidenav .header .back-button:hover {
  background-color: #d3ebf9;
  color: #1e242a;
}
.sidenav .header .back-button:focus {
  outline: auto 2px Highlight;
  outline: auto 5px -webkit-focus-ring-color;
}
.sidenav .header .left {
  font-size: 21px;
}
.sidenav .header .left .text {
  vertical-align: middle;
  margin-left: .5rem;
}
.sidenav .header .left .icon {
  display: inline-block;
}
@media screen and (min-width: 1139px) {
  .sidenav .header {
    display: none;
  }
}
@media screen and (min-width: 1139px) {
  .sidenav .products {
    display: none;
  }
}
.sidenav .product-list a {
  display: block;
}
.sidenav .product-list .icon {
  padding: 0;
  padding-right: .5rem;
}
.sidenav .product-list .icon svg {
  width: 36px;
  height: 36px;
}
.sidenav .product-list .name {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #495865;
  line-height: 1.25em;
  margin-bottom: .25rem;
}
.sidenav .product-list .description {
  font-size: 16px;
  line-height: 1.25em;
  margin-bottom: -.5em;
}
.sidenav .product-list > li div {
  display: table;
  vertical-align: top;
}
.sidenav .product-list > li div > * {
  display: table-cell;
}

.icon-dropdown svg {
  transform: rotate(180deg);
}
.hide-children .icon-dropdown svg {
  transform: rotate(0deg);
}

table {
  width: 100%;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  border-collapse: collapse;
}
table * {
  vertical-align: top;
}
table thead {
  font-size: 1.2em;
  font-weight: 500;
}
table tbody td {
  border-top: 1px solid #DDDDDD;
}
table td {
  padding: 0.625rem 0.25rem;
}
table .section-header {
  color: #1B75BC;
}

.heading-glossary {
  margin-bottom: 0;
  padding-top: 1.125rem;
  border-top: 1px solid #DDDDDD;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  margin-bottom: .5rem;
  font-weight: 400;
  color: #1B75BC;
  line-height: 1.0625em;
}
h1 abbr, h2 abbr, h3 abbr, h4 abbr, h5 abbr, h6 abbr {
  text-decoration: none;
}

p {
  margin: 0;
  margin-bottom: 1em;
}

a {
  color: #5E7283;
}
a:hover {
  text-decoration: underline;
}

sup {
  vertical-align: sup;
  font-size: .5em;
}

sub {
  vertical-align: baseline;
  position: relative;
  top: 0.4em;
}

.uppercase {
  text-transform: uppercase;
}

blockquote {
  font-style: italic;
  border-left: 5px solid #DFE2E5;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1rem;
}

.footnote {
  color: #5E7283;
  border-radius: 3px;
  text-decoration: none;
  padding-left: .125rem;
  padding-right: .125rem;
}
.footnote:hover {
  background-color: #d3ebf9;
  color: #39454F;
}
.footnote:focus {
  color: #39454F;
}
.footnote:before {
  content: "[";
  padding-right: .125rem;
}
.footnote:after {
  content: "]";
  padding-left: .125rem;
}

.reversefootnote {
  color: #4EAFE5;
  border-radius: 3px;
  padding-left: .325rem;
  padding-right: .325rem;
  padding-bottom: .25rem;
  text-decoration: none;
}
.reversefootnote:hover {
  background-color: #d3ebf9;
  color: #39454F;
}
.reversefootnote:focus {
  color: #39454F;
}

.footnotes ol {
  margin-top: 0;
  padding: 1.125rem;
  margin-bottom: 0;
}
.footnotes ol li:last-of-type {
  margin-bottom: -1.5rem;
}

.float {
  padding: 0 10%;
  margin-bottom: 0.5rem;
  width: 100%;
}
@media screen and (min-width: 415px) {
  .float {
    right: 0;
    float: right;
    margin-bottom: 0.25rem;
    padding: 0;
    padding-left: 1rem;
    max-width: 235px;
  }
  .float.left {
    float: left;
    padding-left: 0;
    padding-right: 1rem;
  }
}

.collection .collection-index {
  margin-top: -.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding-bottom: .5rem;
  overflow-x: auto;
  overflow-x: touch;
  white-space: nowrap;
}
@media screen and (min-width: 1139px) {
  .collection .collection-index {
    overflow-x: initial;
    white-space: normal;
  }
}
.collection .collection-index li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.collection .collection-index a {
  text-decoration: none;
  text-align: center;
  transition: background-color .125s;
  color: #5E7283;
  padding: .125rem .5rem;
  border-radius: 3px;
}
.collection .collection-index a:hover, .collection .collection-index a:focus {
  background-color: #d3ebf9;
  color: #39454F;
}
.collection .collection-view {
  border-top: solid 1px #CFD6D6;
  padding: 0;
  margin: 0;
  list-style: none;
  max-height: 70vh;
  overflow-y: auto;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-bottom: -1.25rem;
  margin-top: -1rem;
}
@media screen and (min-width: 415px) {
  .collection .collection-view {
    margin-bottom: -1rem;
  }
}
.collection .collection-view ul, .collection .collection-view li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.faq .collection .collection-view .group .entries {
  padding-bottom: .5em;
}
.faq .collection .collection-view .group .entries li {
  padding-bottom: .75em;
}
.faq .collection .collection-view .group .entries li a {
  text-decoration: none;
}
.faq .collection .collection-view .group .entries li a:hover {
  text-decoration: underline;
}
.faq .collection .collection-view .group .entries li + li {
  padding-top: .75em;
  border-top: solid 1px #CFD6D6;
}
.collection .collection-view .group h2 {
  padding: .325rem 1.5rem;
  margin-bottom: 1.25rem;
  background-color: #1B75BC;
  color: white;
}
.collection .collection-view .group h2 a {
  display: block;
  color: white;
  text-decoration: none;
}
.collection .collection-view .group h3 {
  margin-bottom: .25rem;
}
.collection .collection-view .group h3 a {
  text-decoration: none;
  color: inherit;
}
.collection .collection-view .group h3 a:hover {
  text-decoration: underline;
}
.collection .collection-view .group > ul {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

i {
  color: #1B75BC;
  padding: 6px;
  display: inline-block;
  line-height: .5em;
}
i svg {
  line-height: .5em;
  display: inline-block;
  height: 24px;
  width: 24px;
}

label {
  border-radius: 4px;
  display: inline-block;
}
label:hover {
  background: #d3ebf9;
}

.for-keyboard-navigation .control-checkbox:focus + label, .for-keyboard-navigation .control-radio:focus + label {
  outline: auto 2px Highlight;
  outline: auto 5px -webkit-focus-ring-color;
}

.svgs {
  display: none;
}

.hide {
  display: none;
}

section {
  position: relative;
}

article {
  position: relative;
  background-color: #fff;
}
article img {
  display: block;
  width: 100%;
  margin-right: -1.5rem;
  margin-bottom: 0.75rem;
}
article .header + h1 {
  font-weight: 400;
}
article .header {
  border-bottom: 1px solid #DDDDDD;
  padding: 0.75rem 1.5rem;
  margin: -1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1139px) {
  article .header {
    display: none;
  }
}
article .header .nav {
  border-radius: 3px;
  text-decoration: none;
  padding: .5em .5em .25em .25em;
  margin-left: -.25em;
}
article .header .nav:hover {
  background-color: #d3ebf9;
  color: #39454F;
}
article .header .nav .text {
  vertical-align: bottom;
  font-size: 20px;
}
article .header .nav .icon {
  vertical-align: bottom;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 0.75rem;
}
article .header .nav .icon svg {
  line-height: .5em;
  width: 24px;
  height: 24px;
}
article ul {
  padding-left: 1.125rem;
  line-height: 1.375em;
  margin-bottom: 1rem;
}
article ul:not(.link-list) li + li {
  margin-top: 1em;
}

.more-link-wrapper {
  padding-top: 1.5rem;
  margin-left: -.25em;
}
.more-link-wrapper a {
  padding: .25em .5em;
  border-radius: 4px;
}
.more-link-wrapper a:hover {
  color: #39454F;
  background-color: #d3ebf9;
}
@media screen and (min-width: 481px) {
  .more-link-wrapper {
    padding-top: 0.75rem;
    margin-left: 0;
    margin-right: -.25em;
  }
  .page-content-primary .more-link-wrapper {
    margin-top: 1.5rem;
    padding-top: 0;
    position: absolute;
    top: 0;
    right: 1.5rem;
  }
}

.widget-inline {
  padding: 0.5rem 1rem;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  border: 2px solid #1B75BC;
}
@media screen and (min-width: 1139px) {
  .widget-inline {
    box-shadow: none;
    margin-right: -2.25rem;
    margin-left: 1rem;
    margin-bottom: 0.5rem;
    width: 270px;
    float: right;
  }
}
.widget-inline.marketing {
  border-color: #FC962F;
}
.widget-inline.marketing .legend {
  color: #484c55;
}
.widget-inline a {
  margin-bottom: -0.25rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  line-height: 1em;
  display: inline-block;
  padding: 0.325rem 0.5rem;
  transition: .125s all;
}
.widget-inline a:hover {
  color: #39454F;
  border-radius: 4px;
  background-color: #d3ebf9;
}
.widget-inline .icon {
  display: table-cell;
  color: #5E7283;
  color: inherit;
  width: 24px;
}
.widget-inline .icon svg {
  margin-top: -.25em;
  vertical-align: top;
  width: 24px;
  height: 24px;
}
.widget-inline .text {
  display: table-cell;
  padding-left: 0.5rem;
}
.widget-inline .legend {
  padding-bottom: 0.5rem;
  color: #1B75BC;
  font-style: italic;
}
@media screen and (min-width: 1139px) {
  .widget-inline .legend {
    padding-top: 0.25rem;
  }
}
.widget-inline > * {
  display: block;
}

.link-list {
  list-style: none;
}
.link-list:not(.videos) {
  padding-left: 0;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: 0;
}
.link-list:not(.videos) > li {
  line-height: 0;
}
.link-list:not(.videos) li + li {
  margin-top: 0.5rem;
}
.link-list:not(.videos) a {
  line-height: 1em;
  display: inline-block;
  padding: 0.325rem 0.5rem;
  transition: .125s all;
}
.link-list:not(.videos) a:hover {
  color: #39454F;
  border-radius: 4px;
  background-color: #d3ebf9;
}
.link-list:not(.videos) .bullet {
  display: table-cell;
  color: inherit;
  width: 8px;
}
.link-list:not(.videos) .bullet svg {
  vertical-align: top;
  width: 8px;
  height: 16px;
}
.link-list:not(.videos) .text {
  display: table-cell;
  padding-left: 0.5rem;
}
@media screen and (min-width: 481px) {
  .link-list:not(.videos) {
    padding-left: 0;
    vertical-align: top;
    position: relative;
  }
  .page-content-primary .link-list:not(.videos) {
    column-count: 2;
  }
  .link-list:not(.videos) li {
    vertical-align: top;
  }
}
.link-list.counter-bullet a {
  text-decoration: none;
}
.link-list.counter-bullet a:hover {
  color: #39454F;
}
.link-list.counter-bullet a:hover .value {
  background-color: #39454F;
}
.link-list.counter-bullet .value {
  text-decoration: none;
  background-color: #5E7283;
  color: white;
  display: inline-block;
  min-width: 2.75em;
  padding: .325em .325em .25em .325em;
  border-radius: 3px;
}
.link-list.counter-bullet .counter {
  text-align: center;
  display: table-cell;
}
.link-list.icon-bullet {
  padding-left: 0;
  list-style: none;
}
.link-list.icon-bullet a {
  text-decoration: none;
}
.link-list.icon-bullet a:hover {
  color: #39454F;
}
.link-list.icon-bullet .icon {
  display: table-cell;
  color: #5E7283;
  color: inherit;
  width: 24px;
}
.link-list.icon-bullet .icon svg {
  margin-top: -.25em;
  vertical-align: top;
  width: 24px;
  height: 24px;
}
.link-list.videos {
  padding-top: 2px;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  margin-right: -1.5rem;
  margin-bottom: 0.75rem;
  margin-top: 0;
  margin-left: -1.5rem;
  overflow: auto;
  overflow: touch;
  white-space: nowrap;
}
.link-list.videos:last-child {
  margin-bottom: -1rem;
}
@media screen and (min-width: 1139px) {
  .link-list.videos {
    white-space: normal;
  }
}
.link-list.videos li {
  vertical-align: top;
  display: inline-block;
  width: 12rem;
}
.link-list.videos li a {
  transition: background-color .25s;
  border-radius: 4px;
  display: inline-block;
  white-space: initial;
}
.link-list.videos li a:hover {
  color: #39454F;
  background-color: #d3ebf9;
}
.link-list.videos li a:hover .thumbnail {
  box-shadow: 0 0 0 1px #8192A1, 0 10px 12px -6px rgba(0, 0, 0, 0.35);
}
.link-list.videos li a > div {
  padding: 0.75rem;
}
.link-list.videos li a .thumbnail {
  margin-bottom: 0.5rem;
  transition: all .25s;
  box-shadow: 0 0 0 1px #CFD6D6;
}
@media screen and (min-width: 1139px) {
  .link-list.videos li {
    width: 33.33%;
  }
}
.link-list.videos .thumbnail {
  width: 100%;
}

.icon-header h2 + .link-list {
  padding-top: 1rem;
  border-top: 1px solid #DDDDDD;
}
.icon-header h3 + .link-list {
  margin-top: 1rem;
}
.icon-header h3 {
  border-top: 1px solid #DDDDDD;
  padding-top: 1rem;
  margin-bottom: 0;
}
.icon-header .link-list + h3 {
  margin-top: 1rem;
}
@media screen and (min-width: 321px) {
  .icon-header h2 {
    font-size: 150%;
  }
}
@media screen and (min-width: 1139px) {
  .icon-header h2 {
    font-size: 187.5%;
  }
}
.icon-header h2 > * {
  display: table-cell;
}
.icon-header h2 a {
  color: #1B75BC;
  text-decoration: none;
}
.icon-header h2 .icon svg {
  vertical-align: middle;
  width: 3rem;
  height: 3rem;
}
@media screen and (min-width: 1139px) {
  .icon-header h2 .icon svg {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.icon-header h2 .text {
  padding-left: 0.75rem;
}
@media screen and (min-width: 1139px) {
  .icon-header h2 .text {
    padding-left: 1rem;
  }
}

.test-nav {
  padding: .5rem .75rem;
}
@media screen and (min-width: 1139px) {
  .test-nav {
    display: none;
  }
}

.page-wrapper .page-content {
  flex: 1 1 auto;
}
.page-wrapper .page-content-primary {
  flex: 1;
}
.page-wrapper .sidenav-wrapper .sidenav #sidenav-credit-education-menu .ce-main {
  display: none;
}

.credit-galaxy {
  background: url("/static/images/sidebar/banner-score-galaxy-credit-education.jpg") no-repeat 0 0 transparent;
  background-size: 100% auto;
  padding-bottom: 0 !important;
}
.credit-galaxy .info {
  width: 100% !important;
  color: white;
  padding: 0 10px 10px !important;
  text-align: center;
  margin-top: 140px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .credit-galaxy .info {
    margin-top: 175px;
  }
}
.credit-galaxy .info > span {
  display: block;
}
.credit-galaxy .info > small {
  display: block;
  display: block;
  padding: 0 2px;
  font-size: 12px;
  margin-top: 20px;
}
.credit-galaxy .info > small a {
  display: block;
  margin-top: 12px;
  margin-bottom: 10px;
}
.credit-galaxy .info a {
  color: #006EC6;
  text-decoration: none;
}

@media screen and (max-width: 1139px) {
  .page-wrapper, .page {
    overflow-y: initial;
    -webkit-overflow-scrolling: initial;
  }
}
@media screen and (max-width: 640px) {
  .page-wrapper .sidenav-wrapper .sidenav #sidenav-credit-education-menu .ce-main {
    display: block;
  }
}
.page-content #faq_section .collection #collection-view li.group > a.anchor, .page-content #glossary_section .collection #collection-view li.group > a.anchor {
  display: block;
  position: relative;
  top: -125px;
  visibility: hidden;
}
.page-content article .header.mob-header-wrap .nav .text {
  text-transform: capitalize;
}
.page-content .mc_wrap_container .mc_navheader {
  font-size: 24px;
  font-weight: 300;
  margin: 0 -12px 18px -11px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  position: relative;
  z-index: 3;
}
.page-content .mc_wrap_container .mc_container.clearbox {
  border: 1px solid #c9c9ce;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 20px;
}
.page-content .mc_wrap_container .mc_container.clearbox h6 {
  font-size: 18px;
  margin-bottom: 5px;
  color: #000;
}
.page-content .mc_wrap_container .mc_container.clearbox p {
  margin: 15px 0;
  padding: 0;
  font-weight: 400;
  color: #000;
  font-size: 13px;
}
.page-content .page-content-secondary .also-custom-body {
  border: 1px solid #c9c9ce;
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-color: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-content .page-content-secondary .also-custom-body .also-custom-context .logo-title {
  text-align: center;
}
.page-content .page-content-secondary .also-custom-body .also-custom-context .logo-title svg {
  height: 100px;
}
.page-content .page-content-secondary .also-custom-body .also-custom-context .content-wrapper {
  position: relative;
}
.page-content .page-content-secondary .also-custom-body .also-custom-context .content-wrapper .info {
  padding: 0 20px;
  width: 60%;
}
.page-content .page-content-secondary .also-custom-body .also-custom-context .content-wrapper .info > a {
  background-image: none;
  padding: 10px 20px;
  margin-top: 20px;
  text-decoration: none;
}
.page-content .page-content-secondary .also-custom-body .also-custom-context .content-wrapper .logo-score svg {
  position: absolute;
  right: -65px;
  width: 200px;
  height: 215px;
  bottom: -20px;
}

@media all and (min-width: 767px) and (max-width: 959px) {
  .page-content .page-content-secondary .also-custom-body .also-custom-context .content-wrapper .info {
    width: 80%;
    line-height: 20px;
  }
  .page-content .page-content-secondary .also-custom-body .also-custom-context .content-wrapper .info > a {
    display: block;
    text-align: center;
  }
}
@media all and (max-width: 640px) {
  .page-content .page-content-secondary .also-custom-body {
    margin-bottom: 0;
  }
  .page-content #faq_section .collection #collection-view li.group > a.anchor, .page-content #glossary_section .collection #collection-view li.group > a.anchor {
    top: -70px;
  }
}
@media all and (min-width: 380px) and (max-width: 766px) {
  .page-content .page-content-secondary .also-custom-body .also-custom-context .content-wrapper .info {
    width: 80%;
    line-height: 20px;
  }
  .page-content .page-content-secondary .also-custom-body .also-custom-context .content-wrapper .info > a {
    display: block;
    text-align: center;
  }
  .page-content .page-content-secondary .also-custom-body .also-custom-context .content-wrapper .logo-score svg {
    width: 175px;
    height: 185px;
  }
}

/*# sourceMappingURL=myf_credit_edu.css.map */
