﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,300,300italic,600,600italic,800);

html,
body,
.page {
  height: 100%;
  /* needed for proper layout */
}

body {
  height: 100%;
  margin: 0;
}

nav.local {
  padding-bottom: 8px;
  background-color: #fcfcfc;
}
@media screen and (min-width: 640px) {
  nav.local {
    min-width: auto;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    padding-left: 1px;
    padding-right: 1px;
  }
}

.icon-drilldown {
  fill: #1b75bc;
  margin-left: 8px;
  vertical-align: middle;
  vertical-align: top;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: -8px;
}
@media screen and (min-width: 640px) {
  .icon-drilldown {
    display: none;
    margin-right: 0;
  }
}

nav.local > ul {
  margin: 0;
  padding: 0;
}
nav.local > ul .divider {
  display: none;
}
@media screen and (min-width: 640px) {
  nav.local > ul .divider {
    display: block;
    border-bottom: solid #c0c9c9 1px;
    margin: 8px 0;
  }
}
nav.local > ul > li {
  list-style: none;
  font-size: 17px;
  border-bottom: solid #c0c9c9 1px;
}
@media screen and (min-width: 640px) {
  nav.local > ul > li {
    font-size: 16px;
    border: none;
  }
}
nav.local > ul > li.title {
  color: #686868;
  padding: 16px 16px 8px 16px;
  font-size: 20px;
  line-height: 1em;
}
@media screen and (max-width: 640px) {
  nav.local > ul > li.title {
    display: none;
  }
}
nav.local > ul > li .right {
  float: right;
}
nav.local > ul > li .badge {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  color: #353535;
  background-color: #d9dfdf;
  display: inline-block;
  margin-top: 1px;
  padding: .125em .5em;
  border-radius: 1em;
}
@media screen and (min-width: 640px) {
  nav.local > ul > li .badge {
    font-size: 14px;
  }
}
nav.local > ul > li a {
  color: #1b75bc;
  text-decoration: none;
  display: block;
  padding: 12px 16px;
}
@media screen and (min-width: 640px) {
  nav.local > ul > li a {
    padding: 8px 16px;
  }
}
@media screen and (min-width: 640px) {
  nav.local > ul > li a.active {
    color: white;
    background-color: #1b75bc;
  }
  nav.local > ul > li a.active .badge {
    background-color: white;
    color: #1b75bc;
  }
}
nav.local > ul > li a:hover:not(.active) {
  text-decoration: underline;
  background-color: #d9edf9;
}

.nav-mobile > .inner .mobile-menu ul {
  list-style: none;
  margin: 0 !important;
}
.nav-mobile > .inner .mobile-menu ul li {
  margin: 0 !important;
  color: white;
  font-size: 18px;
}

.content-wrapper {
  display: none;
}

.page-body {
  flex: 1 1 auto;
  position: relative;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 640px) {
  .page-body {
    padding-top: 16px;
  }
}

@media screen and (min-width: 640px) {
  .page-body {
    padding-left: 16px;
    padding-right: 16px;
  }

  .page-layout {
    display: table;
    max-width: 960px;
    margin: 0 auto;
  }
  .page-layout .nav-wrapper {
    display: table-cell;
    vertical-align: top;
    min-width: 220px;
    max-width: 208px;
  }
  .page-layout .content-wrapper {
    display: table-cell;
    vertical-align: top;
    padding-left: 16px;
  }
}
body[logged-in="true"] .only-logged-in {
  display: inline-block;
}
body[logged-in="true"] .not-logged-in {
  display: none;
}

body[logged-in="false"] .only-logged-in {
  display: none;
}

.nav-mobile {
  color: white;
  height: 48px;
  transition: all .5s;
  background-color: #0C5E98;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.nav-mobile a:focus .btn-icon,
.nav-mobile a:focus .logo {
  background-color: rgba(0, 0, 0, 0.3);
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
}
.nav-mobile .btn-icon {
  display: inline-block;
  cursor: pointer;
  transition: .2s background-color;
}
.nav-mobile .btn-icon:hover, .nav-mobile .btn-icon:focus {
  background-color: rgba(0, 0, 0, 0.3);
}
.nav-mobile .btn-icon svg {
  vertical-align: middle;
  display: inline-block;
  fill: #fff;
  width: 48px;
  height: 48px;
}
.nav-mobile .btn-icon .label {
  padding: 12px;
}
@media screen and (max-width: 480px) {
  .nav-mobile .btn-icon .label {
    display: none;
  }
}
.nav-mobile .btn-icon .label-before {
  margin-right: -20px;
}
.nav-mobile .btn-icon .label-after {
  margin-left: -20px;
}
.nav-mobile ul {
  padding: 0;
}
.nav-mobile a, .nav-mobile a:visited {
  text-decoration: none;
  color: inherit;
}
.nav-mobile > .inner {
  display: flex;
  flex-direction: column;
}
.nav-mobile > .inner > .header {
  height: 48px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.nav-mobile > .inner > .header > .slot-1 {
  position: fixed;
}
.nav-mobile > .inner > .header > .slot-2 {
  text-align: center;
}
.nav-mobile > .inner > .header > .slot-3 {
  position: fixed;
  right: 0;
  top: 0;
}
.nav-mobile > .inner .mobile-menu {
  display: none;
  height: 100vh;
  cursor: auto;
  -webkit-user-select: none;
  user-select: none;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  font-size: 17px;
  line-height: 1.25em;
}
.nav-mobile > .inner .mobile-menu > .sections {
  margin: 0;
  padding-bottom: 144px;
}
.nav-mobile > .inner .mobile-menu > .sections > .section {
  padding-top: 8px;
  padding-bottom: 8px;
}
.nav-mobile > .inner .mobile-menu > .sections > .section:not(:first-of-type) {
  border-top: solid 1px rgba(0, 0, 0, 0.2);
}
.nav-mobile > .inner .mobile-menu > .sections > .section .title {
  padding-left: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 600;
  margin: 0;
  font-size: 18px;
  line-height: 1em;
  text-transform: uppercase;
  opacity: .35;
  color: white !important;
  margin-bottom: 8px !important;
  font-family: Montserrat, Arial, Helvetica, sans-serif !important;
}
.nav-mobile > .inner .mobile-menu > .sections > .section > .links > li {
  -webkit-user-select: none;
  user-select: none;
}
.nav-mobile > .inner .mobile-menu > .sections > .section > .links > li a {
  transition: .125s background-color;
  user-select: none;
  display: block;
  padding: 8px;
  padding-left: 16px;
  color: white;
}
.nav-mobile > .inner .mobile-menu > .sections > .section > .links > li a:hover, .nav-mobile > .inner .mobile-menu > .sections > .section > .links > li a:focus {
  background-color: #00A0FC;
}
.nav-mobile a:focus .logo-my-fico,
.nav-mobile a:hover .logo-my-fico {
  background-color: rgba(0, 0, 0, 0.3);
}
.nav-mobile .logo-my-fico {
  padding: 0 4px;
  fill: #fff;
  height: 48px;
  width: 120px;
}
.nav-mobile.modal-is-open {
  height: 100%;
  height: 100vh;
  bottom: 0;
  background-color: #414A52;
}

.nav-mobile sup {
    font-size:.5em;
    height: 0;
    line-height: 1;
    vertical-align: baseline !important;
    _vertical-align: bottom;
    position: relative;
    top: -1.35em;
}

.nav-mobile p.product-desc {
    font-size: 14px;
    line-height:24px;
    opacity: 0.8;
    margin-bottom: 0;
}
 
.nav-mobile p.product-name {
    margin-bottom: 0;
    font-size:18px;
    line-height:24px;
}

header#global-header-mobile #global-header-mbBranding #global-header-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 #global-header-mbBranding #global-header-mbNavBlue .nav-mobile > .inner .mobile-menu > .sections { margin: 0; padding-bottom: 144px; }
header#global-header-mobile #global-header-mbBranding #global-header-mbNavBlue .nav-mobile > .inner .mobile-menu > .sections > .section { padding-top: 0; padding-bottom: 0; }
header#global-header-mobile #global-header-mbBranding #global-header-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 #global-header-mbBranding #global-header-mbNavBlue .nav-mobile > .inner .mobile-menu > .sections > .section.nav-resources ul > li ul.nav-resources-section li a:focus,
    header#global-header-mobile #global-header-mbBranding #global-header-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 #global-header-mbBranding #global-header-mbNavBlue .nav-mobile > .inner .mobile-menu > .sections > .section .title { padding-left: 16px; font-weight: 600!important; margin: 0; font-size: 14px!important; text-transform: uppercase; background-color: #00609C; color: white; line-height: 1em!important; margin-bottom: 0!important;}
header#global-header-mobile #global-header-mbBranding #global-header-mbNavBlue .nav-mobile > .inner .mobile-menu > .sections > .section .title.first { margin-top: 24px; }
header#global-header-mobile #global-header-mbBranding #global-header-mbNavBlue .nav-mobile > .inner .mobile-menu > .sections > .section > .links > li { -webkit-user-select: none; user-select: none; }
header#global-header-mobile #global-header-mbBranding #global-header-mbNavBlue .nav-mobile > .inner .mobile-menu > .sections > .section > .links > li.secondary { padding: 0; display: block; }
header#global-header-mobile #global-header-mbBranding #global-header-mbNavBlue .nav-mobile > .inner .mobile-menu > .sections > .section > .links > li p {margin: 0!important; font-size: 16px!important; color:inherit; }
header#global-header-mobile #global-header-mbBranding #global-header-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 #global-header-mbBranding #global-header-mbNavBlue .nav-mobile > .inner .mobile-menu > .sections > .section > .links > li a:hover { color: inherit;  }
header#global-header-mobile #global-header-mbBranding #global-header-mbNavBlue .nav-mobile > .inner .mobile-menu > .sections > .section > .links > li a:hover, 
    header#global-header-mobile #global-header-mbBranding #global-header-mbNavBlue .nav-mobile > .inner .mobile-menu > .sections > .section > .links > li a:focus { color: white; background-color: #00A0FC; }
header#global-header-mobile #global-header-mbBranding #global-header-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 #global-header-mbBranding #global-header-mbNavBlue .nav-mobile > .inner .mobile-menu > .sections > .section > .links > li .open svg { transform: rotate(180deg); }
header#global-header-mobile #global-header-mbBranding #global-header-mbNavBlue .nav-mobile .logo-my-fico { padding: 0 4px; fill: #fff; height: 48px; width: 120px; }
.nav-mobile p.product-desc { font-size: 14px; line-height: 24px; opacity: 0.8; margin-bottom: 0; }
.nav-mobile p.p.links > li { margin-bottom: 0; font-size: 100%; line-height: 24px; }
.nav-mobile p.product-name > span { display: block; color: #5E7283; font-size: 14px!important; }


.svg-mobile-nav-menu-icon .line {
  stroke-width: 2;
  transition: all .2s;
  stroke: white;
}
.svg-mobile-nav-menu-icon .line2 {
  transform: scale(0, 1) translate(12px, 0);
}
[aria-checked=false] .svg-mobile-nav-menu-icon .line1 {
  transform: translate(-5px, 4px) rotate(-45deg);
}
[aria-checked=false] .svg-mobile-nav-menu-icon .line2 {
  transform: scale(1, 1);
}
[aria-checked=false] .svg-mobile-nav-menu-icon .line3 {
  transform: translate(12px, 4px) rotate(45deg);
}

.util-noscroll {
  overflow: hidden;
}
.util-noscroll #mbBranding {
  overflow: inherit !important;
}

.util-noscroll
body {
  padding: 12px;
  padding-top: 48px;
}

h2 {
  font-weight: 500;
}
