/* NAV BAR START */
.visible-xs {
        display:none!important;
    }
@media(max-width: 991px) {
    .visible-xs {
        display:block!important;
    }
}
	
.navbar-nav .apply__link--container {
  right: -10px;
}
@media (min-width: 450px) {
  .navbar-nav .apply__link--container {
    right: auto;
  }
}

.subnav {
  min-height: 65px;
}
.subnav__wrapper {
  background-color: transparent;
  transition: background-color 300ms ease;
}

.subnav--wide {
  position: relative;
  margin: auto;
  border-bottom: 1px solid #ededed;
}
@media (min-width: 992px) {
  .subnav--wide {
    max-width: 940px;
  }
}

.subnav--wide__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 5em;
  margin: 0 50px;
  font-family: "Meta Web Medium", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 992px) {
  .subnav--wide__links {
    max-width: 840px;
    margin: 0;
  }
}

.subnav--wide__link {
  position: relative;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 80px;
}
.subnav--wide__link .subnav--wide__link--toggle {
  position: relative;
  height: 50px;
  background: none;
  border: 0;
  padding: 0;
  z-index: 2;
}
.subnav--wide__link .subnav--wide__link--toggle .chevron {
  transition: 0.25s -webkit-transform ease;
  transition: 0.25s transform ease;
}
.subnav--wide__link .subnav--wide__link--toggle[aria-expanded="true"] .chevron {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.subnav--wide__link .subnav--wide__link--toggle:focus {
  outline: 1px solid #4d90fe;
  outline-offset: 1px;
}
@media (min-width: 992px) {
  .subnav--wide__link .subnav--wide__link--toggle {
    height: 42px;
  }
}
.subnav--wide__link a {
  color: #293033;
}
.subnav--wide__link .chevron {
  position: absolute;
  bottom: 1px;
  left: calc(50% - 0.5em);
  width: 10px;
  height: 7px;
  fill: #ff6000;
  stroke: none;
  color: #ff6000;
}
@media (min-width: 992px) {
  .subnav--wide__link {
    max-width: none;
  }
}

.subnav--wide__link .subnav--wide__link--toggle[aria-expanded="false"] ~ .subnav--wide__dropdown {
  display: none;
}

.subnav--wide__dropdown {
  position: absolute;
  top: 0;
  left: -10px;
  right: -10px;
  margin: auto;
  padding: 10px;
  padding-top: 65px;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-top: 0;
  z-index: 1;
}
.subnav--wide__dropdown a {
  color: #2477ab;
}

.subnav--wide__dropdown__item {
  padding: 10px 0;
}

.subnav--wide__link--apply-now {
  display: none;
}

.subnav__narrow-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.subnav__narrow-wrapper .select {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: none;
}
.subnav__narrow-wrapper .apply__link {
  display: none;
  height: 100%;
  padding: 8px 15px;
  margin-top: 0;
  white-space: nowrap;
}
.subnav__narrow-wrapper .backTop {
  display: none;
}

.subnav--sticky .subnav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  background-color: white;
  border-bottom: 1px solid #dbdbdb;
}
.subnav--sticky .subnav--wide,
.subnav--sticky .select {
  border-bottom: none;
}
.subnav--sticky .subnav__narrow-wrapper {
  height: 65px;
  padding: 0 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.subnav--sticky .subnav__narrow-wrapper .select {
  display: none;
}
.subnav--sticky .subnav__narrow-wrapper .backTop {
  display: block;
}
.subnav--sticky .subnav--wide__links {
  max-width: 930px;
  margin-left: 15px;
  margin-right: 15px;
}
.subnav--sticky .subnav--wide__link--apply-now {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}
.subnav--sticky .apply__link {
  display: inline-block;
  margin-top: 0;
}
@media (min-width: 992px) {
  .subnav--sticky .apply__link--container .apply__dropdown {
    top: 38px;
  }
}
/* NAV BAR END */
@media (max-width: 990px) {
.table-row--position-fixed,.compare__faux-header.is-sticky {
    position: fixed;
    top: 65px !important;
}
}
a.link--backTop {
    color: #2477AB;
}
.subnav--sticky .subnav--wide__link {
    max-width: 120px;
}


.icon {
    height: 1em;
    width: 1em;
    fill: currentColor;
    stroke: currentColor;
}
a.link--backTop {
    color: #2477AB;
}
.link--backTop {
    font-size: 16px;
    font-family: "Meta Web Normal", Arial, sans-serif;
}
.link--backTop__arrow {
    display: inline-block;
    height: 11px;
    margin-left: 6px;
}


.apply__link--container {
    position: relative;
    display: inline-block;
}

.subnav__narrow-wrapper .apply__link {
    display: none;
    height: 100%;
    padding: 8px 15px;
    margin-top: 0;
    white-space: nowrap;
}

.subnav--sticky .apply__link {
    display: inline-block;
    margin-top: 0;
}