.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; }

.showOnFocus:focus, .showOnFocus:active {
  position: relative;
  clip: auto; }

a.skipLink:focus {
  position: fixed;
  top: .5rem;
  left: .5rem;
  padding: .325rem .635rem;
  text-decoration: underline;
  line-height: normal;
  color: #FFFFFF;
  background-color: #505859;
  border-radius: 3px;
  z-index: 1;
  /* z-index since it must display on top of elements later in the DOM */ }

#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: 235px; }
      #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; } }

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; } }

.global-footer .icon-view-details svg {
  width: 1.5rem;
  height: 1.5rem; }

.global-footer .logo-fico, .global-footer .app-badge, .global-footer .social-badge > * svg {
  line-height: .1em; }

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.global-footer .link-group .link-group-list a {
  display: inline-block;
  background: transparent;
  border: none;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  padding: 0 .25rem;
  -webkit-border-radius: 0.125rem;
  -moz-border-radius: 0.125rem;
  border-radius: 0.125rem;
  color: inherit; }

.global-footer .flex-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.global-footer .flex-space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.global-footer .max-width {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem; }
  @media screen and (min-width: 768px) {
    .global-footer .max-width {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  .global-footer .max-width.max-width-narrow {
    max-width: 50rem; }

.global-footer abbr {
  text-decoration: none; }

.global-footer .legal-disclosures {
  margin-top: 1.5rem;
  text-align: left;
  font-weight: 300; }
  @media screen and (min-width: 768px) {
    .global-footer .legal-disclosures {
      margin-top: 2rem;
      text-align: center; } }
  .global-footer .legal-disclosures p {
    margin: 0; }
  .global-footer .legal-disclosures p + p {
    margin-top: 1rem; }

[aria-expanded="true"] .global-footer .icon-view-details svg {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg); }

.global-footer .js-collapsible {
  display: none; }

.global-footer .js-collapsible-toggle:active {
  background-color: #EEF8FF !important; }

.global-footer .js-collapsible-toggle.expand {
  -webkit-border-radius: 0.125rem;
  -moz-border-radius: 0.125rem;
  border-radius: 0.125rem;
  line-height: .01em;
  border: none;
  background-color: transparent;
  padding: .25rem; }

[aria-expanded="true"] .global-footer .icon-view-details svg {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg); }

.global-footer .collapsible-icon {
  transition: all .15s ease-in-out;
  position: absolute;
  right: 6px;
  padding: 10px;
  top: 0px; }

.global-footer .expanded > svg.collapsible-icon {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg); }

.global-footer {
  -webkit-font-smoothing: antialiased;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .global-footer button, .global-footer .button, .global-footer input[type=submit] {
    display: inline-block;
    width: auto;
    border: none;
    font-size: 1rem;
    font-family: inherit;
    cursor: pointer;
    padding: 0;
    margin: 0; }
  .global-footer a, .global-footer a:visited {
    color: inherit; }
  .global-footer .link-group .link-group-title {
    color: white; }
  .global-footer .link-group-list {
    font-size: 1rem;
    color: white; }
  .global-footer .legal-disclosures p {
    font-size: .75rem;
    line-height: 1.5em;
    color: white; }
  .global-footer .legal-disclosures a {
    text-decoration: underline; }
  .global-footer .second-group {
    text-align: left; }
  .global-footer .js-collapsible {
    text-align: left; }
  .global-footer .first-section .second-group > * + * {
    padding-top: 2rem;
    clear: both; }
  @media screen and (max-width: 900px) {
    .global-footer .first-section .second-group {
      padding-top: 1rem; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .global-footer {
      padding-top: 4rem;
      padding-bottom: 4rem; }
      .global-footer #global-footer-apps, .global-footer #global-footer-social-media {
        text-align: center; } }
  .global-footer .js-row {
    cursor: pointer;
    padding: .25rem;
    margin: 0 -.25rem;
    margin-bottom: 1rem; }
    @media screen and (min-width: 768px) {
      .global-footer .js-row {
        cursor: initial;
        background-color: initial; } }
    .global-footer .js-row .icon-view-details {
      color: white;
      margin-top: -.5rem; }
  @media screen and (min-width: 768px) {
    .global-footer .js-collapsible-toggle {
      display: none; } }
  .global-footer .js-collapsible:not(#footer-link-group-credit-education) {
    display: none; }
    @media screen and (min-width: 768px) {
      .global-footer .js-collapsible:not(#footer-link-group-credit-education) {
        display: block !important; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .global-footer #footer-link-group-credit-education {
      display: none; }
    .global-footer #global-footer-credit-education .js-collapsible-toggle {
      display: initial; } }
  @media screen and (min-width: 1025px) {
    .global-footer #footer-link-group-credit-education {
      display: block !important; } }
  .global-footer .social-list li {
    display: inline-block;
    margin-right: 16px; }
  .global-footer .social-badge .social-icon {
    padding: 0;
    line-height: 1px;
    display: inline-block; }
    .global-footer .social-badge .social-icon + span {
      position: relative;
      top: -2px; }
  .global-footer .social-badge > * {
    display: inline-block;
    vertical-align: middle; }
  @media screen and (max-width: 1024px) {
    .global-footer .app-store-list li {
      width: auto;
      float: left;
      margin-right: 20px;
      margin-bottom: 0 !important; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .global-footer .app-store-list li {
      float: none;
      display: inline-block;
      margin: 0 10px; } }
  .global-footer .app-badge {
    padding: 0.25em 0;
    display: inline-block; }
    .global-footer .app-badge.app-store-badge svg {
      width: 120px;
      height: 40px; }
    .global-footer .app-badge.google-play-badge svg {
      width: 135px;
      height: 40px; }
  .global-footer .legal-disclosures, .global-footer button {
    margin-top: 0;
    font-size: 0.75rem;
    text-align: center; }
  .global-footer button {
    background-color: transparent;
    color: #fff;
    font-weight: 300;
    text-decoration: underline; }
  .global-footer .logo-fico {
    color: white;
    margin-bottom: 1rem; }
    .global-footer .logo-fico svg {
      width: 97px;
      height: 36px; }
  .global-footer.dark-theme {
    color: white;
    background-color: #323232; }
  .global-footer .global-footer-section {
    display: table;
    width: 100%; }
    .global-footer .global-footer-section + .global-footer-section {
      margin-top: 2rem;
      padding-top: 2rem;
      border-top: 1px solid rgba(255, 255, 255, 0.33); }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .global-footer .global-footer-section.first-section {
        display: block; } }
    .global-footer .global-footer-section.first-section .first-group {
      display: table;
      width: 100%; }
      .global-footer .global-footer-section.first-section .first-group .link-group {
        display: table-cell;
        width: 33%; }
        @media screen and (max-width: 767px) {
          .global-footer .global-footer-section.first-section .first-group .link-group {
            display: block;
            width: 100%; } }
    .global-footer .global-footer-section.first-section .second-group {
      display: table-cell;
      width: 25%;
      box-sizing: border-box;
      vertical-align: top; }
      @media screen and (max-width: 767px) {
        .global-footer .global-footer-section.first-section .second-group {
          display: block;
          width: 100%; } }
  .global-footer .link-group .js-row .link-group-title {
    margin-bottom: 0; }
  .global-footer .link-group .link-group-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
    padding: 0;
    margin-bottom: 1rem; }
  .global-footer .link-group .link-group-list {
    margin-top: 1rem;
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
    margin-bottom: 1rem; }
    .global-footer .link-group .link-group-list a {
      text-decoration: none;
      margin-left: -.25rem;
      margin-top: 2px; }
      .global-footer .link-group .link-group-list a:hover {
        text-decoration: underline; }
    .global-footer .link-group .link-group-list > * {
      line-height: 1.5rem;
      margin-bottom: 1rem; }
  .global-footer .credit-edu {
    margin-top: 0 !important; }
    @media screen and (max-width: 1024px) {
      .global-footer .credit-edu #global-footer-credit-education > div.flex-middle {
        margin-bottom: 0 !important; } }
  @media screen and (min-width: 680px) {
    .global-footer #global-footer-credit-education ul {
      column-count: 3;
      column-gap: 16px; } }
  @media screen and (min-width: 900px) {
    .global-footer #global-footer-credit-education ul {
      column-count: 4;
      column-gap: 16px; } }
.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("/credit-education-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; }

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

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

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

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

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

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

.page-footer > *, .main-nav-wrapper > *, .page {
  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: 1025px) {
  .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: 1025px) {
  .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: 1024px) {
    .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: 1025px) {
    .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: 1025px) {
    .sidenav .header {
      display: none; } }
@media screen and (min-width: 1025px) {
  .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;
  margin: 20px 0; }
  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: 1025px) {
    .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: 1025px) {
      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: 1025px) {
    .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: 1025px) {
      .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; }
      @media screen and (max-width: 481px) {
        .link-list:not(.videos) .bullet {
          vertical-align: middle; } }
      .link-list:not(.videos) .bullet svg {
        vertical-align: top;
        width: 8px;
        height: 22px; }
    .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: 1025px) {
      .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.65rem; }
        .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: 1025px) {
        .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: 1025px) {
  .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: 1025px) {
    .icon-header h2 .icon svg {
      width: 4.5rem;
      height: 4.5rem; } }
.icon-header h2 .text {
  padding-left: 0.75rem; }
  @media screen and (min-width: 1025px) {
    .icon-header h2 .text {
      padding-left: 1rem; } }
.test-nav {
  padding: .5rem .75rem; }
  @media screen and (min-width: 1025px) {
    .test-nav {
      display: none; } }
#myf_credit_edu_main {
  padding-top: 80px; }

.page-wrapper {
  background-color: #f7f7f7; }
  .page-wrapper .page-content {
    flex: 1 1 auto; }
  .page-wrapper .page-content-primary {
    flex: 1; }
    .page-wrapper .page-content-primary p {
      padding-top: 12px; }
  .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; }
  #myf-navigation .nav-bar ul:not(.util-menu-mobile) li.active > a {
    border: none; } }

@media screen and (min-width: 1025px) and (max-width: 1139px) {
  .page-wrapper, .page {
    padding-top: 0.5em; } }

@media screen and (max-width: 640px) {
  .page-wrapper .sidenav-wrapper .sidenav #sidenav-credit-education-menu .ce-main {
    display: block; } }

@media screen and (min-width: 1025px) {
  .page-content .page-content-primary #credit-education-videos ul li {
    width: 32.88%; } }

.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 article .header.mob-header-wrap {
  margin: -1.5em 0 1em -1em; }

.page-content article h1 {
  font-weight: 400; }

.page-content article h2, .page-content article h3 {
  margin-top: 12px;
  font-weight: 400; }

.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 {
  position: sticky;
  top: 90px;
  width: 300px;
  border-top: 1px solid #f7f7f7;
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 0px;
  box-shadow: 0px 5px 5px 5px #f7f7f7;
  background-color: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1; }
  .page-content .page-content-secondary .also-custom-body .also-custom-context {
    border: 1px solid #c9c9ce;
    padding-bottom: 20px; }
    .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 .titleScore {
      font-weight: 500;
      padding: 12px 12px 0;
      font-size: 28px;
      line-height: 32px;
      text-align: center;
      margin-bottom: 20px; }
      .page-content .page-content-secondary .also-custom-body .also-custom-context .titleScore span {
        display: block; }
        @media (max-width: 959px) {
          .page-content .page-content-secondary .also-custom-body .also-custom-context .titleScore span {
            display: inline; } }
    .page-content .page-content-secondary .also-custom-body .also-custom-context .contentTitle {
      width: 100%;
      text-align: center;
      margin-top: 8px; }
    .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; }
    .page-content .page-content-secondary .also-custom-body .also-custom-context .content-wrapper2 .paraCon {
      padding: 0 16px;
      line-height: 26px;
      margin: -20px 0 0;
      text-align: center; }
    .page-content .page-content-secondary .also-custom-body .also-custom-context .content-wrapper2 .scoreCon {
      background-color: #E5EFF5;
      width: 100%;
      margin: 0 auto;
      text-align: center; }
    .page-content .page-content-secondary .also-custom-body .also-custom-context .content-wrapper2 .scoreInner {
      padding: 8px 0 0; }
      .page-content .page-content-secondary .also-custom-body .also-custom-context .content-wrapper2 .scoreInner svg {
        margin-right: 60px;
        height: 27px; }
    .page-content .page-content-secondary .also-custom-body .also-custom-context .content-wrapper2 .imgSpan {
      display: block;
      color: #00609C;
      font-weight: bold;
      font-size: 38px; }
    .page-content .page-content-secondary .also-custom-body .also-custom-context .content-wrapper2 .btnEFF {
      background-image: none;
      padding: 10px 20px;
      text-decoration: none;
      margin: 16px auto 0;
      text-align: center;
      display: block;
      width: 60%;
      background-color: #00609C; }
      .page-content .page-content-secondary .also-custom-body .also-custom-context .content-wrapper2 .btnEFF:hover {
        background-color: #004773 !important; }

body #myf-navigation.minimize #myf-secondary:not(.loggeduser) .util-bar {
  display: block; }

.util-menu-mobile .collapsible-icon {
  right: 15px;
  padding: 0; }

.global-footer .icon-view-details svg {
  fill: white; }

@media all and (min-width: 767px) and (max-width: 1139px) {
  #myf_credit_edu_main {
    padding-top: 56px; }
  .page-content .page-content-secondary .also-custom-body {
    top: 80px; }
  #myf-navigation #myf-primary {
    display: none; } }

@media all and (max-width: 959px) {
  .page-content .page-content-secondary .also-custom-body {
    position: static;
    width: auto;
    border-top: none; } }

@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; }
  #myf-navigation #myf-primary {
    display: none; } }

@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; }
  #myf_credit_edu_main {
    padding-top: 56px; }
  #myf-navigation #myf-primary {
    display: none; } }

@media all and (min-width: 380px) and (max-width: 766px) {
  #myf_credit_edu_main {
    padding-top: 56px; }
  .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; }
  #myf-navigation #myf-primary {
    display: none; } }

@media screen and (max-width: 414px) {
  .link-list.blog-art {
    white-space: inherit; } }

@media screen and (max-width: 414px) {
  .link-list.blog-art li {
    width: 100%; } }

.link-list.blog-art li div > div {
  padding: .75rem; }
  @media screen and (max-width: 414px) {
    .link-list.blog-art li div > div {
      display: flex; } }
  .link-list.blog-art li div > div div.thumbnail {
    margin-bottom: .5rem;
    transition: all .25s;
    box-shadow: 0 0 0 1px #CFD6D6;
    width: 180px;
    height: 104px;
    margin: 0;
    flex-shrink: 0;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #DDDDDD;
    background-color: #DDDDDD; }
    @media screen and (max-width: 414px) {
      .link-list.blog-art li div > div div.thumbnail {
        width: 150px;
        height: 150px; } }
.link-list.blog-art li div .title {
  padding: 7px 0 0; }
  .link-list.blog-art li div .title a {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    color: #484C55;
    text-decoration: none; }
    .link-list.blog-art li div .title a:hover {
      text-decoration: underline;
      background-color: inherit;
      color: #39454F; }
  .link-list.blog-art li div .title:hover {
    color: #39454F; }
  @media screen and (max-width: 414px) {
    .link-list.blog-art li div .title {
      padding-left: 20px; } }
@media screen and (max-width: 414px) {
  #blog-articles .more-link-wrapper {
    margin-top: 0.5rem;
    padding-top: 0;
    position: absolute;
    top: 0;
    right: 1.5rem; } }

.page-content-primary .main_content a.topic-tag {
  position: relative;
  top: -17px;
  border-radius: 0 0 3px 3px;
  background-color: #F0F2F4;
  color: #5E7283;
  font-family: Roboto;
  font-size: 16px;
  letter-spacing: 0;
  text-decoration: none;
  line-height: 22px;
  padding: 8px 12px;
  cursor: pointer; }
  .page-content-primary .main_content a.topic-tag:hover {
    background-color: #D3EBF9; }
  @media screen and (max-width: 1025px) {
    .page-content-primary .main_content a.topic-tag {
      top: -9px; } }
.page-content-primary .main_content p.art-date-info {
  padding-top: 0;
  padding-bottom: 12px;
  color: #595959;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px; }

.page-content-primary .main_content .art-img-block {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 260px; }

.author-wrapper {
  display: flex;
  align-items: center;
  padding: 24px 0 0;
  margin-top: 24px;
  border-top: 1px solid #ddd; }
  @media screen and (min-width: 414px) and (max-width: 1025px) {
    .author-wrapper {
      padding: 12px; } }
  @media screen and (max-width: 414px) {
    .author-wrapper {
      display: block;
      padding: 12px 0 0;
      margin-top: 12px; } }
  .author-wrapper .img {
    margin-right: 24px; }
    @media screen and (max-width: 414px) {
      .author-wrapper .img {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin: 0 0 16px 0px; } }
    .author-wrapper .img > img {
      margin-bottom: 0;
      border-radius: 50%;
      height: 80px;
      width: 80px;
      margin-right: 0; }
    .author-wrapper .img > p.author {
      padding-top: 8px;
      color: #484C55;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 18px;
      text-align: center; }
      @media screen and (max-width: 414px) {
        .author-wrapper .img > p.author {
          padding: 0 0 0 12px; } }
  .author-wrapper .text {
    color: #595959;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px; }
    @media screen and (max-width: 414px) {
      .author-wrapper .text {
        padding-left: 0; } }
    .author-wrapper .text > p {
      padding-top: 0; }

.page-wrapper .page-content-primary .feature-article {
  box-sizing: border-box;
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  background-color: #FFFFFF;
  cursor: pointer; }
  @media screen and (min-width: 414px) and (max-width: 1025px) {
    .page-wrapper .page-content-primary .feature-article {
      border-radius: initial; } }
  .page-wrapper .page-content-primary .feature-article h2.headline-title {
    color: #1B75BC;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0;
    font-weight: 400; }
  .page-wrapper .page-content-primary .feature-article div {
    text-decoration: none; }
    .page-wrapper .page-content-primary .feature-article div > div.image {
      margin: 18px 0 15px;
      width: 100%;
      height: 260px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
    .page-wrapper .page-content-primary .feature-article div h3.para-title {
      color: #484C55;
      font-size: 26px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 30px;
      margin-bottom: 0;
      padding-top: 0; }
      .page-wrapper .page-content-primary .feature-article div h3.para-title a {
        text-decoration: none; }
    .page-wrapper .page-content-primary .feature-article div .para {
      color: #595959;
      font-size: 16px;
      letter-spacing: 0;
      line-height: 22px; }

h2.large-art {
  color: #1B75BC;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 40px;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: 400; }
  @media screen and (min-width: 414px) and (max-width: 1025px) {
    h2.large-art {
      padding-top: 1.5rem;
      padding-left: 0.75rem; } }
  @media screen and (max-width: 414px) {
    h2.large-art {
      margin: 20px 0 20px 10px; } }
section.art-wrapper {
  padding: 0;
  margin: 0;
  border: none;
  background-color: inherit; }
  section.art-wrapper article {
    padding: 0; }
    section.art-wrapper article > .art-item {
      padding: 1.5rem;
      display: block;
      text-decoration: none;
      cursor: pointer; }
      @media screen and (min-width: 414px) and (max-width: 1025px) {
        section.art-wrapper article > .art-item {
          padding: 0.75rem; } }
      @media screen and (max-width: 414px) {
        section.art-wrapper article > .art-item {
          padding: 12px; } }
      section.art-wrapper article > .art-item .art-block {
        display: flex; }
        @media screen and (max-width: 414px) {
          section.art-wrapper article > .art-item .art-block {
            display: block; } }
        section.art-wrapper article > .art-item .art-block div.image {
          width: 200px;
          height: 200px;
          margin: 0;
          flex-shrink: 0;
          background-position: center;
          background-size: cover;
          background-repeat: no-repeat;
          border: 1px solid #DDDDDD;
          background-color: #DDDDDD; }
          @media screen and (max-width: 414px) {
            section.art-wrapper article > .art-item .art-block div.image {
              width: 100%;
              height: 175px;
              margin-bottom: 0.5rem; } }
        section.art-wrapper article > .art-item .art-block .info-block {
          padding-left: 20px; }
          @media screen and (max-width: 414px) {
            section.art-wrapper article > .art-item .art-block .info-block {
              padding-left: 0; } }
          section.art-wrapper article > .art-item .art-block .info-block .date {
            color: #595959;
            font-size: 16px;
            letter-spacing: 0;
            line-height: 22px;
            padding-top: 0; }
          section.art-wrapper article > .art-item .art-block .info-block .title {
            color: #484C55;
            font-size: 26px;
            letter-spacing: 0;
            line-height: 30px;
            padding-top: 8px;
            margin: 0;
            font-weight: 400; }
            section.art-wrapper article > .art-item .art-block .info-block .title a {
              text-decoration: none; }
            @media screen and (max-width: 414px) {
              section.art-wrapper article > .art-item .art-block .info-block .title {
                font-weight: 500; } }
          section.art-wrapper article > .art-item .art-block .info-block .teaser {
            color: #595959;
            font-size: 16px;
            letter-spacing: 0;
            line-height: 22px; }

button.loadmore {
  width: 100%;
  padding: 20px;
  color: #5E7283;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 20px;
  background-color: inherit;
  border-radius: 4px; }
  @media screen and (max-width: 1025px) {
    button.loadmore {
      margin-top: 20px; } }
  button.loadmore svg {
    height: 20px;
    width: 20px;
    stroke: #5E7283;
    transform: rotate(-135deg);
    position: relative;
    top: 6px;
    left: 10px; }
  button.loadmore:hover {
    background-color: #D3EBF9;
    font-weight: 500;
    color: #39454F; }
    button.loadmore:hover svg {
      stroke: #39454F; }

/*# sourceMappingURL=../../../../../../target/education/myf_credit_edu.css.map */@import url("//fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,700i,900,900i&amp;lang=en");
.section .section-title, .q-and-a .question > .title {
  margin: 0;
  line-height: 1.25em; }

.q-and-a .question > .title {
  font-size: 1.25rem; }
  @media screen and (min-width: 920px) {
    .q-and-a .question > .title {
      font-size: 1.5rem; } }
.section .section-title {
  font-size: 2rem; }
  @media screen and (min-width: 920px) {
    .section .section-title {
      font-size: 3rem; } }
h1, h2, h3, h4, h5 {
  margin-top: 0;
  font-weight: 500;
  line-height: 1.25em; }

p {
  line-height: 1.5em;
  margin: 0; }

sup, sub {
  padding-left: .125em;
  font-size: .75em;
  vertical-align: baseline;
  position: relative; }
  sup a, sub a {
    font-size: inherit;
    text-decoration: none;
    padding-left: 0.25em;
    padding-right: 0.25em;
    margin-left: -0.25em;
    margin-right: -0.25em;
    color: inherit; }
    sup a:focus, sub a:focus {
      -webkit-border-radius: 0.125rem;
      -ms-border-radius: 0.125rem;
      border-radius: 0.125rem;
      background-clip: padding-box; }

sup {
  top: -0.2rem; }

*:focus {
  outline: none; }

.ui-radio, .icon.icon-xl, .icon.icon-l, button.help,
.button.help,
input.help[type=submit], .tile-features > .icon {
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box; }

.tab-list .tab-active:before, .sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

html {
  scroll-behavior: smooth; }
  @media screen and (prefers-reduced-motion: reduce) {
    html {
      scroll-behavior: auto; } }
.tile-product .title {
  text-transform: uppercase; }

.no-wrap {
  white-space: nowrap; }

.hide {
  display: none; }

.hide-force {
  display: none !important; }

#svg-lib, .svg-lib {
  height: 0;
  width: 0;
  position: absolute;
  visibility: hidden; }

.global-footer .logo-fico, .global-footer .app-badge, .global-footer .social-badge > * svg {
  line-height: .1em; }

.tile-features > ul > li, .tile-product, .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.tile-product, .flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center; }

.tile-product, .flex-space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.checklist > li .icon-bullet, .flex-static {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0; }

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.max-width {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem; }
  @media screen and (min-width: 768px) {
    .max-width {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  .max-width.max-width-narrow {
    max-width: 50rem; }

@media screen and (max-width: 767px) {
  .layout-columns > * + * {
    margin-top: 1.5rem; } }

@media screen and (min-width: 768px) {
  .layout-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -0.75rem; }
    .layout-columns.by-2 > * {
      -webkit-flex-basis: 50%;
      -moz-flex-basis: 50%;
      -ms-flex-basis: 50%;
      flex-basis: 50%; }
    .layout-columns > * {
      box-sizing: border-box;
      padding: 0.75rem;
      -webkit-flex-basis: 33.33333%;
      -moz-flex-basis: 33.33333%;
      -ms-flex-basis: 33.33333%;
      flex-basis: 33.33333%; } }

@media screen and (min-width: 540px) {
  .layout-columns.flex-wrap > * + * {
    margin-top: 0; } }

@media screen and (min-width: 540px) {
  .layout-columns.flex-wrap > * {
    box-sizing: border-box;
    padding: 0.75rem;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%; } }

@media screen and (min-width: 920px) {
  .layout-columns.flex-wrap > * {
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-basis: 33.33333%;
    flex-basis: 33.33333%; } }

@media all and (-ms-high-contrast: none) and (min-width: 920px), screen and (-ms-high-contrast: active) and (min-width: 920px) {
  .layout-columns.flex-wrap > * {
    -webkit-flex-basis: 31.25%;
    -moz-flex-basis: 31.25%;
    -ms-flex-basis: 31.25%;
    flex-basis: 31.25%; } }

@media screen and (min-width: 540px) {
  .layout-columns.flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -0.75rem; } }

.layout-columns.single-col {
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  border-radius: 0.5rem;
  background-clip: padding-box;
  background-color: white;
  margin-bottom: 1rem; }

.pad {
  padding: 1rem; }

.tile-features {
  -webkit-box-shadow: inset 0 0 0 1px #ccc;
  -moz-box-shadow: inset 0 0 0 1px #ccc;
  box-shadow: inset 0 0 0 1px #ccc; }

.tile-features, .tile-product {
  -webkit-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  border-radius: 0.5rem;
  background-clip: padding-box; }

.tile-features, .tile-product {
  text-align: center;
  height: 100%;
  background-color: white;
  box-sizing: border-box; }

.tile-features, .tile-product {
  padding: 1.5rem; }
  @media screen and (min-width: 768px) {
    .tile-features, .tile-product {
      padding: 2rem; } }
.tile-features > .icon {
  background-color: #C3D62E;
  margin-bottom: .75rem; }

.tile-features > .title {
  font-weight: 400;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  text-align: center; }

@media screen and (min-width: 1025px) {
  .hide-large {
    display: none !important; } }

@media screen and (min-width: 1025px) {
  .show-large {
    display: block !important; } }

@media screen and (min-width: 768px) {
  .hide-medium-up {
    display: none !important; } }

@media screen and (max-width: 1024px) {
  .hide-medium-down {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .show-medium-up {
    display: block !important; } }

@media screen and (max-width: 1024px) {
  .show-medium-down {
    display: block !important; } }

@media screen and (max-width: 767px) {
  .hide-small {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .show-small {
    display: block !important; } }

.tile-product {
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15); }
  .tile-product .cta {
    display: block;
    margin-top: 1.5rem; }
    .tile-product .cta input[type=submit] {
      width: 100%; }
  .tile-product .price {
    font-weight: 400;
    margin-top: 1rem; }
    .tile-product .price .large {
      display: inline-block;
      font-size: 2.5rem;
      vertical-align: text-top;
      margin-top: -.25em; }
    .tile-product .price sup {
      top: -.75em;
      font-size: .625em;
      margin-left: .125rem; }
  .tile-product.highlighted {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    @media screen and (max-width: 767px) {
      .tile-product.highlighted {
        margin-top: 2.5rem; } }
  .tile-product.single-tile-col {
    box-shadow: none;
    padding: 1em 1.5em; }
  .tile-product .highlighted-bar {
    margin-bottom: .75rem;
    content: "";
    display: block;
    background-color: #9F5FAA;
    height: 1rem;
    margin-bottom: 2rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem; }
    @media screen and (min-width: 768px) {
      .tile-product .highlighted-bar {
        margin-left: -2rem;
        margin-right: -2rem;
        margin-top: -3rem; } }
    @media screen and (max-width: 767px) {
      .tile-product .highlighted-bar {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        margin-top: -2.5rem; } }
  .tile-product .title {
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: .75rem; }
  .tile-product p {
    margin: 0; }
    .tile-product p + p {
      margin-top: 1rem; }
  .tile-product > .bottom {
    margin-top: 1rem; }

/** terms of use and privacy policy **/
#policy_terms .article h1 {
  font-size: 32px; }

#policy_terms .article h2 {
  font-size: 22px; }

#policy_terms .article h3 {
  font-size: 18px;
  font-weight: 600; }

#policy_terms .article h4 {
  font-size: 16px; }

#policy_terms .article p, #policy_terms .article ol, #policy_terms .article ul {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px; }

#policy_terms .article ul li, #policy_terms .article ol li {
  margin-bottom: 16px; }

#policy_terms .article input, #policy_terms .article textarea {
  color: #000;
  font-size: 14px; }

#policy_terms .article input {
  font-weight: 300;
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: border .12s ease-in-out; }

#policy_terms .article input:focus {
  border: 1px solid #0c5e98; }

#policy_terms .article input[disabled] {
  background-color: #ddd; }

#policy_terms .article .inline li > * {
  display: inline; }

#policy_terms .article .inline li > h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600; }

@media (max-width: 1023px) {
  #policy_terms .article #myf-content h1 {
    font-size: 32px;
    line-height: 40px !important; }
  #policy_terms .article #myf-content h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500; }
  #policy_terms .article #myf-content h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px; }
  #policy_terms .article #myf-content.article p {
    font-size: 16px;
    line-height: 24px; } }

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@-moz-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@-o-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

.skipLink {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  white-space: nowrap; }
  .skipLink:focus {
    position: fixed;
    top: .5rem;
    left: .5rem;
    padding: .325rem .635rem;
    text-decoration: underline;
    line-height: normal;
    color: #fff;
    background-color: #505859;
    border-radius: 3px;
    z-index: 1;
    overflow: visible;
    height: auto;
    width: auto;
    clip: auto; }

.body_wrapper div[role=main] {
  margin-top: 80px; }
  @media screen and (max-width: 1024px) {
    .body_wrapper div[role=main] {
      margin-top: 52px; } }
  @media screen and (max-width: 767px) {
    .body_wrapper div[role=main] {
      margin-top: 100px; } }
.body_wrapper.warning-banner div[role=main] {
  margin-top: 0; }

#banner-c19 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.25px;
  text-align: center;
  padding: 24px;
  border-top: 1px solid #CCCCCC;
  background: #F5F6F7;
  border-bottom: 1px solid #CCCCCC;
  margin-top: 80px; }
  @media screen and (max-width: 1024px) {
    #banner-c19 {
      margin-top: 52px; } }
  @media screen and (max-width: 767px) {
    #banner-c19 {
      margin-top: 100px; } }
  #banner-c19 a {
    color: #1B75BC;
    text-decoration: none; }
    #banner-c19 a:hover {
      text-decoration: underline; }
  @media screen and (max-width: 767px) {
    #banner-c19 {
      font-size: 18px;
      line-height: 24px;
      letter-spacing: 0;
      padding: 16px; } }
#myf-navigation {
  text-align: center;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #fff;
  overflow: hidden; }
  #myf-navigation .open-btn {
    display: block; }
  #myf-navigation .close-btn {
    display: none; }
  @media screen and (max-width: 1024px) {
    #myf-navigation {
      overflow: initial; } }
  #myf-navigation #myf-primary ul {
    float: left; }
  @media screen and (max-width: 767px) {
    #myf-navigation #myf-primary {
      position: absolute;
      width: 100%;
      top: 52px;
      height: 48px;
      background-color: #fff;
      padding-left: 4px; } }
  @media screen and (max-width: 767px) {
    #myf-navigation.scrolldown #myf-primary {
      transition: all 1s ease-in-out;
      display: none; } }
  @media screen and (max-width: 1024px) {
    #myf-navigation.expanded #myf-primary li {
      display: none; }
    #myf-navigation.expanded .open-btn {
      display: none; }
    #myf-navigation.expanded .close-btn {
      display: block; } }
  #myf-navigation #myf-secondary {
    display: none; }
    #myf-navigation #myf-secondary.guestuser, #myf-navigation #myf-secondary.loggeduser {
      display: block; }
    #myf-navigation #myf-secondary ul {
      transition: all .25s fadeOut;
      position: absolute;
      right: 0; }
    #myf-navigation #myf-secondary .util-bar {
      display: block; }
    #myf-navigation #myf-secondary .start-bar {
      display: none; }
  #myf-navigation #myf-secondary-mobile .util-btn {
    background-color: transparent;
    position: absolute;
    right: 2px;
    top: 2px;
    padding: 12px 14px 10px;
    z-index: 2; }
    #myf-navigation #myf-secondary-mobile .util-btn svg {
      width: 24px;
      height: 24px; }
  @media screen and (min-width: 1025px) {
    #myf-navigation.shadow {
      -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2); } }
  @media screen and (max-width: 1024px) {
    #myf-navigation.shadow .myf-navigation {
      -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2); }
    #myf-navigation.bottom-shadow .util-menu-cta {
      -webkit-box-shadow: 0 -3px 7px 0 rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 -3px 7px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 -3px 7px 0 rgba(0, 0, 0, 0.2); } }
  @media screen and (max-width: 767px) {
    #myf-navigation.shadow #myf-primary {
      -webkit-box-shadow: 0 8px 7px -5px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 8px 7px -5px rgba(0, 0, 0, 0.2);
      box-shadow: 0 8px 7px -5px rgba(0, 0, 0, 0.2); } }
#myfico-support #myf-navigation #myf-primary {
  position: static;
  display: block !important;
  box-shadow: 0 0 0 0 #fff;
  padding: 0; }

@media screen and (max-width: 1024px) {
  #myfico-support .body_wrapper div[role=main] {
    margin-top: 52px; } }

#myfico-support #operation-hr {
  background-color: #EFEFF4;
  max-width: 480px;
  box-sizing: border-box;
  width: 100%;
  margin: 32px auto 70px;
  text-align: center;
  padding: 48px 16px; }
  #myfico-support #operation-hr h2 {
    letter-spacing: 0.25px;
    font-size: 20px;
    line-height: 28px; }
  #myfico-support #operation-hr span {
    display: inline-block; }

#myfico-support #icon-hours {
  width: 24px;
  height: 24px;
  position: relative;
  top: 5px;
  margin-right: 5px; }

.shadow-bar {
  display: none;
  height: 52px;
  width: 100%;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
  background-color: transparent;
  position: fixed;
  top: 0;
  z-index: 1;
  left: 0; }
  .top-shadow .shadow-bar {
    display: block; }

#myfico-support .util-bar {
  display: block !important; }

#util-menu-mobile {
  position: fixed;
  top: 52px;
  left: 0;
  height: calc(100% - 52px);
  overflow: auto;
  width: 100%;
  margin: 0;
  background-color: #fff;
  box-sizing: border-box; }
  #util-menu-mobile .util-btn {
    position: fixed !important;
    background-color: #fff !important; }

#myf-navigation.minimize #myf-secondary:not(.loggeduser) .util-bar {
  display: none; }

#myf-navigation.minimize #myf-secondary:not(.loggeduser) .start-bar {
  display: none; }

.primary-ksp #myf-navigation.minimize #myf-secondary:not(.loggeduser) .util-bar {
  display: none; }

.primary-ksp #myf-navigation.minimize #myf-secondary:not(.loggeduser) .start-bar {
  display: block;
  margin-right: 16px; }

.myf-navigation {
  height: 80px;
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box; }
  @media screen and (max-width: 1024px) {
    .myf-navigation {
      height: 52px; } }
.breadcrumb {
  height: 56px;
  background-color: #F5F6F7; }
  .breadcrumb svg {
    display: inline-block;
    height: 24px;
    width: 12px;
    margin: 15px 8px;
    float: left; }
  .breadcrumb ol.myf-navigation {
    list-style: none;
    font-family: Roboto, helvetica, sans-serif;
    color: #00609C;
    padding: 0 0 0 16px; }
  .breadcrumb ol li {
    display: inline;
    font-size: 14px;
    line-height: 16px;
    height: 56px;
    line-height: 56px; }
  .breadcrumb ol li a {
    color: #0275d8;
    text-decoration: none; }
  .breadcrumb ol li a:hover {
    color: #01447e;
    text-decoration: underline; }

.myf-logo {
  padding: 15px 0;
  margin-right: 17px; }
  @media screen and (max-width: 1024px) {
    .myf-logo {
      padding: 0; } }
  .myf-logo:hover {
    border: none !important; }
  .myf-logo a {
    display: block;
    padding: 5px 16px 0;
    line-height: 100%;
    margin: 0; }
    .myf-logo a svg {
      width: 158px;
      height: 50px; }
      @media screen and (max-width: 1024px) {
        .myf-logo a svg {
          height: 32px;
          width: 100px;
          margin-top: 7px; } }
.nav-bar {
  flex: 0 0 auto; }
  .nav-bar > ul:not(.util-menu-mobile) {
    margin: 18px 0 8px;
    padding: 0; }
    @media screen and (max-width: 1024px) {
      .nav-bar > ul:not(.util-menu-mobile) {
        margin: 4px 0; } }
  .nav-bar ul li:hover:not(.off) {
    background-color: #eef8ff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .nav-bar ul:not(.util-menu-mobile) li {
    list-style: none;
    float: left; }
    .nav-bar ul:not(.util-menu-mobile) li.active > a {
      padding: 12px 12px 8px;
      border-bottom: 4px solid #00609C; }
  .nav-bar ul.util-menu-mobile li.active {
    border-left: 4px solid #00609C; }
  .nav-bar a {
    box-sizing: border-box; }
  .nav-bar a:not([class*="btn"]) {
    display: inline-block;
    padding: 12px;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #000; }
  .nav-bar #log-btn {
    margin-right: 16px; }
  .nav-bar ul:not(.util-menu-mobile) .btn-secondary {
    margin-left: 12px;
    margin-right: 12px; }
  .nav-bar .divider span {
    display: block;
    margin: 14px 16px;
    border-bottom: 1px solid #ccc;
    height: 0; }
  .nav-bar .util-menu-mobile {
    list-style: none;
    padding: 0;
    margin: 10px 0; }
    .nav-bar .util-menu-mobile li {
      text-align: left; }
    .nav-bar .util-menu-mobile a {
      width: 100%;
      box-sizing: border-box;
      text-align: left;
      font-size: 20px;
      line-height: 24px;
      padding: 10px 16px;
      position: relative; }
      .nav-bar .util-menu-mobile a:hover {
        outline: 0;
        box-shadow: none; }
    .nav-bar .util-menu-mobile li.active a {
      padding-left: 12px; }
    .nav-bar .util-menu-mobile .btn-secondary {
      margin: 0; }
  .nav-bar .util-menu-cta {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 0 16px;
    box-sizing: border-box; }
    .nav-bar .util-menu-cta a {
      display: block;
      margin: 16px auto;
      max-width: 460px; }
  .nav-bar.guestuser .util-menu-cta, .nav-bar.loggeduser .util-menu-cta {
    display: block; }
  .nav-bar.guestuser .util-menu-mobile {
    padding-bottom: 150px; }
  .nav-bar.loggeduser .util-menu-mobile {
    padding-bottom: 80px; }

#myfico-support #myf-primary a:not([class*="btn"]) {
  font-size: 24px; }
  @media screen and (max-width: 1024px) {
    #myfico-support #myf-primary a:not([class*="btn"]) {
      font-size: 16px; } }
#myfico-support .myf-logo {
  margin-right: 8px; }
  @media screen and (max-width: 1024px) {
    #myfico-support .myf-logo {
      margin-right: 0; } }
#myfico-support .section-title {
  margin-bottom: 32px; }

#myfico-support .main.section {
  background: url("/shared/static/images/support/email-us-bg.svg") right bottom no-repeat; }

.email-us-wrap {
  max-width: 480px;
  width: 100%;
  margin: 0 auto 70px;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 24px 24px 12px;
  text-align: center;
  box-sizing: border-box; }
  .email-us-wrap a {
    max-width: 170px;
    width: 100%;
    display: block;
    margin: 0 auto 16px; }

.vdivider {
  border: 1px solid #ccc;
  width: 0px;
  box-sizing: border-box;
  margin: 12px 12px 12px 0; }
  @media screen and (max-width: 1024px) {
    .vdivider {
      border-right: none;
      margin: 8px 0 8px 0 !important; } }
#edu-menu {
  background-color: #F5F6F7;
  padding: 0; }
  #edu-menu a {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 16px 10px 48px; }
  #edu-menu li {
    width: 100%;
    float: none;
    box-sizing: border-box; }
    #edu-menu li:hover {
      border-bottom: none; }
    #edu-menu li.active a {
      padding-left: 44px; }
    #edu-menu li:first-child {
      padding-top: 16px; }
    #edu-menu li:last-child {
      padding-bottom: 16px; }
  #edu-menu li.sub-list a {
    padding-left: 80px; }
  #edu-menu li.sub-list.active a {
    padding-left: 76px; }

/* TODO: remove after A/B test */
/* temporary for why fico */
#myf-navigation a.js-why-nav {
  display: none; }

#global-footer .first-section a.js-why-nav {
  display: none; }

.section.last-call.js-wf {
  display: none; }

.global-footer {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .global-footer .first-section .second-group > * + * {
    padding-top: 2rem;
    clear: both; }
  @media screen and (max-width: 900px) {
    .global-footer .first-section .second-group {
      padding-top: 1rem; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .global-footer {
      padding-top: 4rem;
      padding-bottom: 4rem; }
      .global-footer #global-footer-apps, .global-footer #global-footer-social-media {
        text-align: center; } }
  .global-footer .js-row {
    cursor: pointer;
    padding: .25rem;
    margin: 0 -.25rem;
    margin-bottom: 1rem; }
    @media screen and (min-width: 768px) {
      .global-footer .js-row {
        cursor: initial;
        background-color: initial; } }
    .global-footer .js-row .icon-view-details {
      color: white;
      margin-top: -.5rem; }
  @media screen and (min-width: 768px) {
    .global-footer .js-collapsible-toggle {
      display: none; } }
  .global-footer .js-collapsible:not(#footer-link-group-credit-education) {
    display: none; }
    @media screen and (min-width: 768px) {
      .global-footer .js-collapsible:not(#footer-link-group-credit-education) {
        display: block !important; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .global-footer #footer-link-group-credit-education {
      display: none; }
    .global-footer #global-footer-credit-education .js-collapsible-toggle {
      display: initial; } }
  @media screen and (min-width: 1025px) {
    .global-footer #footer-link-group-credit-education {
      display: block !important; } }
  .global-footer .social-list li {
    display: inline-block;
    margin-right: 16px; }
  .global-footer .social-badge .social-icon {
    padding: 0;
    line-height: 1px;
    display: inline-block; }
    .global-footer .social-badge .social-icon + span {
      position: relative;
      top: -2px; }
  .global-footer .social-badge > * {
    display: inline-block;
    vertical-align: middle; }
  @media screen and (max-width: 1024px) {
    .global-footer .app-store-list li {
      width: auto;
      float: left;
      margin-right: 20px;
      margin-bottom: 0 !important; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .global-footer .app-store-list li {
      float: none;
      display: inline-block;
      margin: 0 10px; } }
  .global-footer .app-badge {
    padding: 0.25em 0;
    display: inline-block; }
    .global-footer .app-badge.app-store-badge svg {
      width: 120px;
      height: 40px; }
    .global-footer .app-badge.google-play-badge svg {
      width: 135px;
      height: 40px; }
  .global-footer .legal-disclosures, .global-footer button {
    margin-top: 0;
    font-size: 0.75rem;
    text-align: center; }
  .global-footer button {
    background-color: transparent;
    color: #fff;
    font-weight: 300;
    text-decoration: underline; }
  .global-footer .logo-fico {
    color: white;
    margin-bottom: 1rem; }
    .global-footer .logo-fico svg {
      width: 97px;
      height: 36px; }
  .global-footer.dark-theme {
    color: white;
    background-color: #323232; }
  .global-footer .global-footer-section {
    display: table;
    width: 100%; }
    .global-footer .global-footer-section + .global-footer-section {
      margin-top: 2rem;
      padding-top: 2rem;
      border-top: 1px solid rgba(255, 255, 255, 0.33); }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .global-footer .global-footer-section.first-section {
        display: block; } }
    .global-footer .global-footer-section.first-section .first-group {
      display: table;
      width: 100%; }
      .global-footer .global-footer-section.first-section .first-group .link-group {
        display: table-cell;
        width: 33%; }
        @media screen and (max-width: 767px) {
          .global-footer .global-footer-section.first-section .first-group .link-group {
            display: block;
            width: 100%; } }
    .global-footer .global-footer-section.first-section .second-group {
      display: table-cell;
      width: 25%;
      box-sizing: border-box;
      vertical-align: top; }
      @media screen and (max-width: 767px) {
        .global-footer .global-footer-section.first-section .second-group {
          display: block;
          width: 100%; } }
  .global-footer .link-group .js-row .link-group-title {
    margin-bottom: 0; }
  .global-footer .link-group .link-group-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
    padding: 0;
    margin-bottom: 1rem; }
  .global-footer .link-group .link-group-list {
    margin-top: 1rem;
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
    margin-bottom: 1rem; }
    .global-footer .link-group .link-group-list a {
      text-decoration: none;
      margin-left: -.25rem;
      margin-top: 2px; }
      .global-footer .link-group .link-group-list a:hover {
        text-decoration: underline; }
    .global-footer .link-group .link-group-list > * {
      line-height: 1.5rem;
      margin-bottom: 1rem; }
    .global-footer .link-group .link-group-list.app-store-list a {
      line-height: 1px; }
  .global-footer .credit-edu {
    margin-top: 0 !important; }
    @media screen and (max-width: 1024px) {
      .global-footer .credit-edu #global-footer-credit-education > div.flex-middle {
        margin-bottom: 0 !important; } }
  @media screen and (min-width: 680px) {
    .global-footer #global-footer-credit-education ul {
      column-count: 3;
      column-gap: 16px; } }
  @media screen and (min-width: 900px) {
    .global-footer #global-footer-credit-education ul {
      column-count: 4;
      column-gap: 16px; } }
button:focus,
.button:focus,
input[type=submit]:focus, *:focus {
  -webkit-box-shadow: 0 0 0 3px #BEDCFB;
  -moz-box-shadow: 0 0 0 3px #BEDCFB;
  box-shadow: 0 0 0 3px #BEDCFB; }

@media screen and (max-width: 1024px) {
  html.modal #myf-content {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; } }

a {
  color: inherit; }

.nww {
  white-space: nowrap; }

.offbg {
  background-color: #F5F6F7; }

abbr {
  text-decoration: none; }

body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  background: #fff;
  color: #000;
  -webkit-font-smoothing: antialiased; }

blockquote {
  margin: 0;
  text-align: left; }
  blockquote .author {
    text-align: right; }

dl {
  margin-top: 0;
  margin-bottom: 0; }
  dl > dd {
    margin-left: 0; }

@media screen and (min-width: 768px) {
  .section .section-header {
    padding-bottom: 2rem; } }

@media screen and (max-width: 767px) {
  .section.hero .section-header {
    margin-bottom: 32px; } }

.section .section-title {
  font-weight: 600;
  text-align: center;
  margin-bottom: 1rem; }

.section .section-lead {
  font-weight: 400;
  text-align: center;
  font-size: 1.25rem;
  margin: 0;
  margin-bottom: 1.5rem;
  padding: 0; }

.section.last-call {
  text-align: center;
  background-position: 25% center;
  background-size: cover; }
  .section.last-call .section-header {
    padding-bottom: 1rem; }
  .section.last-call .section-lead {
    margin-top: 0 !important;
    margin-bottom: 0; }
  .section.last-call .section-title {
    margin-bottom: 0; }

.legal-disclosures {
  margin-top: 1.5rem;
  text-align: left;
  font-weight: 300; }
  @media screen and (min-width: 768px) {
    .legal-disclosures {
      margin-top: 2rem;
      text-align: center; } }
  .legal-disclosures p {
    margin: 0; }
  .legal-disclosures p + p {
    margin-top: 1rem; }

.checklist {
  padding: 0;
  margin: 0;
  margin-top: .5rem;
  margin-bottom: 2rem; }
  .checklist > li {
    text-align: left;
    padding: .5rem 0;
    border-bottom: 1px solid #ccc; }
    .checklist > li .icon-bullet {
      margin-left: .1875rem;
      margin-right: .75rem; }

div[role=main] .section {
  padding: 4rem 0; }
  @media screen and (max-width: 767px) {
    div[role=main] .section {
      padding: 3rem 0; } }
.tile-product {
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15); }
  .tile-product [class*='btn-'] {
    display: block;
    margin-top: 1.5rem; }
    @media screen and (min-width: 460px) and (max-width: 768px) {
      .tile-product [class*='btn-'] {
        display: inline-block; } }
    .tile-product [class*='btn-'] input[type=submit] {
      width: 100%; }
  .tile-product .price {
    font-weight: 400;
    margin-top: 1rem; }
    .tile-product .price .large {
      display: inline-block;
      font-size: 2.5rem;
      vertical-align: text-top;
      margin-top: -.25em; }
    .tile-product .price sup {
      top: -.75em;
      font-size: .625em;
      margin-left: .125rem; }
  .tile-product.highlighted {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    @media screen and (max-width: 767px) {
      .tile-product.highlighted {
        margin-top: 2.5rem; } }
  .tile-product .highlighted-bar {
    margin-bottom: .75rem;
    content: "";
    display: block;
    background-color: #9F5FAA;
    height: 1rem;
    margin-bottom: 2rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem; }
    @media screen and (min-width: 768px) {
      .tile-product .highlighted-bar {
        margin-left: -2rem;
        margin-right: -2rem;
        margin-top: -3rem; } }
    @media screen and (max-width: 767px) {
      .tile-product .highlighted-bar {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        margin-top: -2.5rem; } }
  .tile-product .title {
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: .75rem; }
  .tile-product .legal-disclosures {
    margin-top: 1.5rem;
    font-size: 0.75rem;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .tile-product .legal-disclosures.mobile-only {
        display: none; } }
  .tile-product p {
    margin: 0; }
    .tile-product p + p {
      margin-top: 1rem; }
  .tile-product > .bottom {
    margin-top: 1rem; }

.tile-features > .icon {
  background-color: #C3D62E; }

.tile-features > ul {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0; }
  .tile-features > ul > li {
    border-bottom: 1px solid #ccc;
    padding-top: .75rem;
    padding-bottom: .75rem;
    align-items: center;
    justify-content: space-between; }

.q-and-a {
  font-size: 1rem; }
  .q-and-a .answer + .question {
    border-top: 1px solid #ccc; }
  .q-and-a .question {
    padding: 1.25rem .75rem; }
    .q-and-a .question:hover {
      cursor: pointer;
      background-color: #eef8ff; }
  @media screen and (max-width: 767px) {
    .q-and-a .max-width-narrow {
      padding-left: 0;
      padding-right: 0; } }
  .q-and-a .answer {
    background-color: #F5F6F7;
    padding: .75rem 1rem; }

button,
.button,
input[type=submit] {
  display: inline-block;
  width: auto;
  border: none;
  font-size: 1rem;
  font-family: inherit;
  cursor: pointer;
  padding: 0;
  margin: 0; }
  button > *,
  .button > *,
  input[type=submit] > * {
    pointer-events: none; }
  button.link,
  .button.link,
  input.link[type=submit] {
    text-decoration: underline;
    display: inline-block;
    background: transparent;
    border: none;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    -webkit-border-radius: 0.125rem;
    -ms-border-radius: 0.125rem;
    border-radius: 0.125rem;
    background-clip: padding-box; }
  button.help,
  .button.help,
  input.help[type=submit] {
    background: none;
    padding: 0;
    color: #00609C;
    border: none; }
    button.help svg,
    .button.help svg,
    input.help[type=submit] svg {
      line-height: .1em;
      transition: all .125s;
      font-weight: 500;
      fill: #fff;
      font-size: 19px;
      width: 1.5rem;
      height: 1.5rem;
      vertical-align: middle; }

.btn-secondary, .btn-primary {
  font-weight: 500;
  text-decoration: none;
  padding: 0.75rem 1rem;
  display: inline-block;
  -webkit-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  border-radius: 0.25rem;
  background-clip: padding-box; }

.btn-primary {
  color: #fff;
  background-color: #00609C; }
  .btn-primary:hover {
    background-color: #005388; }
  .btn-primary:active {
    background-color: #004773; }

.btn-secondary {
  color: #00609C;
  background-color: white;
  -webkit-box-shadow: inset 0 0 0 1px #00609C;
  -moz-box-shadow: inset 0 0 0 1px #00609C;
  box-shadow: inset 0 0 0 1px #00609C; }
  .btn-secondary:focus {
    -webkit-box-shadow: inset 0 0 0 1px #00609C, 0 0 0 3px #BEDCFB;
    -moz-box-shadow: inset 0 0 0 1px #00609C, 0 0 0 3px #BEDCFB;
    box-shadow: inset 0 0 0 1px #00609C, 0 0 0 3px #BEDCFB; }
  .btn-secondary:hover {
    background-color: whitesmoke; }
  .btn-secondary:active {
    background-color: #ebebeb; }

.icon-view-details svg, .icon.icon-s {
  width: 1.5rem;
  height: 1.5rem; }

.icon.icon-m {
  width: 2rem;
  height: 2rem; }

.icon.icon-l {
  width: 4rem;
  height: 4rem;
  padding: 1rem;
  color: white; }

.icon.icon-xl, .tile-features > .icon {
  width: 6rem;
  height: 6rem;
  padding: 1rem;
  color: white; }

.icon {
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden; }
  .icon.icon-xs-s {
    width: 0.75rem;
    height: 1.5rem; }
  .icon.icon-3s-s {
    width: 4.5rem;
    height: 1.5rem; }
  .icon svg {
    width: 100%;
    height: 100%; }

/* needed for old browsers */
dialog {
  display: block; }

/* removes scroll when modal is opened */
.no-scroll {
  overflow: hidden; }

/* overlay covers everything */
.myf-modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #000;
  opacity: .55;
  z-index: 666;
  /* satan inside */
  cursor: pointer; }

/* modal */
.myf-modal {
  position: fixed;
  left: 50%;
  margin-left: -415px;
  width: 90%;
  max-width: 830px;
  top: 8%;
  max-height: 80%;
  right: auto;
  border: 0;
  background: #fff;
  z-index: 667;
  padding: 0;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-sizing: border-box;
  transition: all .2s; }
  .myf-modal #js-modal-content {
    margin-top: 63px; }
  .myf-modal #js-modal-content > *:not(h1) {
    padding: 22px 16px 32px;
    box-sizing: border-box; }
  .myf-modal.full #js-modal-content > *:not(h1) {
    padding: 0; }
  @media screen and (max-width: 920px) {
    .myf-modal {
      transition: all 0s;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
      .myf-modal .myf-modal_wrapper {
        -webkit-overflow-scrolling: touch;
        overflow: auto;
        height: 100%;
        width: 100%; } }
#modal-title {
  font-weight: 400;
  margin: 0;
  padding: 16px;
  font-size: 1.5rem;
  border-bottom: 1px solid #ccc;
  position: fixed;
  left: 50%;
  margin-left: -415px;
  width: 90%;
  max-width: 830px;
  top: 8%;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 52px;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    #modal-title {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; } }
.myf-modal-iframe {
  width: 100%;
  height: 70vh;
  max-height: 1150px; }

.myf-modal-image {
  width: 100%;
  height: auto; }

.myf-modal-close {
  position: fixed;
  top: calc( 8% + 10px);
  right: calc(50% - 399px);
  z-index: 2;
  padding: 0.6rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1); }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .myf-modal-close {
      /* IE10+ CSS styles go here */
      height: 50px; } }
  @supports (-ms-accelerator: true) {
    .myf-modal-close {
      /* IE Edge 12+ CSS styles go here */
      height: 50px; } }
  .myf-modal-close svg {
    width: 24px;
    fill: #fff;
    pointer-events: none;
    vertical-align: top; }

.myf-modal-close:focus,
.myf-modal-close:hover,
.myf-modal-close:active {
  background: rgba(0, 0, 0, 0.6); }

.myf-modal-overlay[data-background-click="disabled"] {
  cursor: auto; }

/* media-queries for tablets/mobile */
@media screen and (max-width: 920px) {
  .myf-modal {
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    max-width: 100% !important;
    max-height: 100% !important; }
    .myf-modal #modal-title {
      top: 0;
      width: 100vw;
      left: 0;
      margin: 0;
      max-width: 100%;
      border-radius: 0;
      padding: 10px 52px 10px 16px;
      max-height: 52px;
      font-size: 18px;
      height: 52px;
      line-height: 32px; }
    .myf-modal #js-modal-content {
      margin-top: 52px; }
    .myf-modal .myf-modal-close {
      right: 10px;
      top: 10px;
      padding: 0.2rem; }
    .myf-modal .myf-modal-iframe {
      height: calc( 100vh - 52px); } }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(12px); }
  20% {
    opacity: 0.5;
    transform: translateY(9px); }
  40% {
    opacity: 0.8;
    transform: translateY(6px); }
  60% {
    opacity: 1;
    transform: translateY(3px); }
  100% {
    transform: translateY(0px); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(12px); }
  20% {
    opacity: 0.5;
    transform: translateY(9px); }
  40% {
    opacity: 0.8;
    transform: translateY(6px); }
  60% {
    opacity: 1;
    transform: translateY(3px); }
  100% {
    transform: translateY(0px); } }

.myf-po {
  position: absolute;
  max-width: 400px;
  width: 400px;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #323232;
  padding: 24px;
  -webkit-animation-duration: .25s;
  animation-duration: .25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  z-index: 1; }
  .myf-po button {
    color: #fff; }
  .myf-po > i.tip-arrow {
    display: block;
    padding: 0;
    box-sizing: border-box;
    width: 0px;
    height: 0px;
    position: absolute; }
  .myf-po[x-placement="bottom"] > i.tip-arrow {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #2f2f2f;
    top: -12px; }
  .myf-po[x-placement="top"] > i.tip-arrow {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #2f2f2f;
    bottom: -12px; }
  .myf-po.display {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp; }
  @media screen and (max-width: 540px) {
    .myf-po {
      width: calc( 100vw - 16px);
      max-width: calc( 100vw - 16px); }
      .myf-po > i.tip-arrow {
        left: auto;
        right: 24px; } }
.tab-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  font-weight: 400; }
  .tab-list + * {
    padding-top: 1rem; }
    @media screen and (min-width: 768px) {
      .tab-list + * {
        padding-top: 2rem; } }
  .tab-list .tab-active {
    cursor: default;
    -webkit-box-shadow: inset 0 -4px #00609C;
    -moz-box-shadow: inset 0 -4px #00609C;
    box-shadow: inset 0 -4px #00609C; }
    .tab-list .tab-active:before {
      content: "Current tab: "; }
  .tab-list > * {
    display: inline-block; }
    .tab-list > * a,
    .tab-list > * .a {
      color: inherit;
      margin: 0;
      font-weight: inherit;
      padding: 1rem 0.75rem;
      font-size: 1rem;
      line-height: inherit;
      text-align: center;
      text-decoration: none;
      display: block;
      transition: box-shadow 0.125s, background-color 0.125s; }
      .tab-list > * a:hover:not(.tab-active),
      .tab-list > * .a:hover:not(.tab-active) {
        background-color: #eef8ff; }
      .tab-list > * a:focus,
      .tab-list > * .a:focus {
        outline: none;
        -webkit-box-shadow: inset 0 0 0 3px #BEDCFB;
        -moz-box-shadow: inset 0 0 0 3px #BEDCFB;
        box-shadow: inset 0 0 0 3px #BEDCFB; }
        .tab-list > * a.tab-active:focus,
        .tab-list > * .a.tab-active:focus {
          -webkit-box-shadow: 0 -4px #00609C inset, 0 -7px #BEDCFB inset, 0 0 0 3px #BEDCFB inset;
          -moz-box-shadow: 0 -4px #00609C inset, 0 -7px #BEDCFB inset, 0 0 0 3px #BEDCFB inset;
          box-shadow: 0 -4px #00609C inset, 0 -7px #BEDCFB inset, 0 0 0 3px #BEDCFB inset; }
      .tab-list > * a:active,
      .tab-list > * .a:active {
        background-color: #EEF8FF; }

.section > .tab-list {
  margin-top: -1rem; }
  @media screen and (min-width: 768px) {
    .section > .tab-list {
      margin-top: -1.5rem; } }
.tab-group > .tab-active:before {
  display: block;
  content: "";
  height: 50px;
  margin: -50px 0 0; }

.tab-group > *:focus {
  outline: none; }

.tab-group > *:not(.tab-active) {
  display: none; }

.ui-radio-group-stacked {
  margin-bottom: 2rem;
  text-align: left; }
  .ui-radio-group-stacked > * {
    padding: .5rem 0;
    border-bottom: 1px solid #ccc; }
    .ui-radio-group-stacked > * label {
      padding-left: .5rem; }

.ui-radio-item {
  cursor: pointer; }
  .ui-radio-item:hover {
    background-color: #eef8ff; }

.ui-radio {
  box-sizing: border-box;
  border: 1px solid #00609C;
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  height: 1rem;
  margin: 2px;
  margin-right: .75rem;
  margin-left: 0;
  background-color: white; }

input[type=radio] {
  height: 1rem;
  width: 1rem; }

input[type=radio]:checked + label .ui-radio {
  -webkit-box-shadow: inset 0 0 0 3px white;
  -moz-box-shadow: inset 0 0 0 3px white;
  box-shadow: inset 0 0 0 3px white;
  background-color: #00609C; }

input[type=radio]:focus + label .ui-radio {
  -webkit-box-shadow: inset 0 0 0 3px white, 0 0 0 3px #BEDCFB;
  -moz-box-shadow: inset 0 0 0 3px white, 0 0 0 3px #BEDCFB;
  box-shadow: inset 0 0 0 3px white, 0 0 0 3px #BEDCFB; }

.js-collapsible {
  display: none; }

.js-collapsible-toggle:active {
  background-color: #EEF8FF !important; }

.js-collapsible-toggle.expand {
  -webkit-border-radius: 0.125rem;
  -ms-border-radius: 0.125rem;
  border-radius: 0.125rem;
  background-clip: padding-box;
  line-height: .01em;
  border: none;
  background-color: transparent;
  padding: .25rem; }

[aria-expanded="true"] .icon-view-details svg {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg); }

.collapsible-icon {
  transition: all .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); }

.global-footer .link-group .link-group-list a {
  display: inline-block;
  background: transparent;
  border: none;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  padding: 0 .25rem;
  -webkit-border-radius: 0.125rem;
  -ms-border-radius: 0.125rem;
  border-radius: 0.125rem;
  background-clip: padding-box;
  color: inherit; }

/*# sourceMappingURL=../../../../../../target/shared/myf_template_style.css.map */