body {
  color: #4D4D4D;
  font-family: "Roboto", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Slab", serif; }

h6 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #333; }

h5 {
  color: #789D4A;
  font-weight: 700;
  letter-spacing: 0.5px; }

h4 {
  color: #286140; }

.secondary-title {
  color: #C5831E; }

a, button {
  cursor: pointer; }

a.link-primary {
  color: #C5831E;
  border-bottom: 1px solid transparent; }
  a.link-primary:hover {
    color: #db9221;
    padding-bottom: 0.125rem;
    border-bottom: 1px solid #db9221;
    text-decoration: none; }

a.link-secondary {
  font-family: "Roboto Slab", serif;
  font-weight: 900;
  letter-spacing: 0.5px;
  color: #C5831E;
  border-bottom: 1px solid transparent; }
  a.link-secondary:hover {
    color: #db9221;
    padding-bottom: 0.125rem;
    border-bottom: 1px solid #db9221;
    text-decoration: none; }

section {
  padding: 2.5rem 0; }

img {
  width: 100%; }

.green-blue-gradient {
  background: #a9c47f;
  background: linear-gradient(90deg, #a9c47f 0%, #72bed3 100%);
  color: #000; }

.green-gradient {
  background: #789D4A;
  background: linear-gradient(0deg, #789D4A 70%, #62813E 100%);
  color: #000; }

.gray-radial-gradient {
  background: #eeeeee;
  background: radial-gradient(circle, #eeeeee 50%, #d8d8d8 100%); }

.table {
  margin-bottom: 0;
  border-bottom: 1px solid #ddd; }
  .table thead {
    background: #eee; }
    .table thead th {
      padding: 1rem;
      border-top: none;
      border-bottom: 2px solid #ddd;
      font-weight: 500; }
  .table tbody td {
    padding: 1rem;
    border-top: 1px solid #ddd;
    vertical-align: middle;
    text-align: left; }

#toTop {
  display: none;
  position: fixed;
  bottom: 2rem;
  right: 1.5rem;
  padding: 0.5rem 1rem;
  color: white;
  font-size: 1.25rem;
  z-index: 9999;
  cursor: pointer; }

.btn-orange {
  background-color: #C5831E;
  color: #fff;
  border: none;
  padding: 0.5rem 1rem; }
  .btn-orange:hover {
    color: #fff;
    background: #db9221; }

.btn-blue {
  background-color: #013B72;
  color: #fff;
  border: none;
  padding: 0.5rem 1rem; }
  .btn-blue:hover {
    background: #01488b;
    color: #fff; }

.btn-darkGreen {
  background-color: #286140;
  color: #fff;
  border: none;
  padding: 0.5rem 1rem; }
  .btn-darkGreen:hover {
    background: #2f734c;
    color: #fff; }

.btn-nav {
  padding: 1rem 1.25rem;
  border-radius: 0;
  font-weight: 500;
  text-transform: uppercase; }

.nav-reg {
  background-color: #5f5f5f;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid transparent;
  margin-right: 0.75rem; }
  .nav-reg:hover {
    color: #fff; }

.nav-log {
  background-color: #789D4A;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid transparent; }
  .nav-log:hover {
    color: #fff; }

.btn-arrow {
  display: flex;
  justify-content: center;
  align-items: center; }
  .btn-arrow span {
    flex-grow: 1; }
  .btn-arrow svg {
    margin-left: 1rem; }

.navbar.bg-dark {
  background: #4D4D4D; }

.navbar .navbar-toggler {
  border: none; }
  .navbar .navbar-toggler svg {
    display: none; }

.navbar .navbar-brand {
  position: relative; }
  .navbar .navbar-brand .main-brand {
    position: absolute;
    top: -1.5rem;
    padding: 2.5rem;
    width: 15.5rem;
    background: #fff;
    opacity: 1;
    visibility: visible;
    transform-origin: top;
    transition: opacity .7s ease-in-out; }
  .navbar .navbar-brand .secondary-brand {
    width: 12.5rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity .7s ease-in-out; }
  .navbar .navbar-brand.scroll .main-brand {
    opacity: 0;
    visibility: hidden; }
  .navbar .navbar-brand.scroll .secondary-brand {
    opacity: 1;
    visibility: visible; }

.navbar .nav-item .nav-link {
  padding: 0.75rem;
  font-weight: 500;
  text-transform: uppercase; }
  .navbar .nav-item .nav-link:hover {
    color: #fff; }

.navbar .nav-item.dropdown .nav-link:after {
  content: '\f107';
  display: inline;
  margin-left: .5rem;
  border: none;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  vertical-align: baseline; }
  @media (max-width: 991px) {
    .navbar .nav-item.dropdown .nav-link:after {
      display: none; } }

.navbar .nav-item .dropdown-menu {
  margin-top: -4px; }
  .navbar .nav-item .dropdown-menu:before {
    content: '\f0d8';
    position: absolute;
    top: -1.5rem;
    font-family: "Font Awesome 5 Pro";
    font-size: 1.75rem;
    font-weight: 900;
    color: #fff; }
    @media (max-width: 991px) {
      .navbar .nav-item .dropdown-menu:before {
        display: none; } }
  .navbar .nav-item .dropdown-menu.emp:before {
    right: 3.5rem; }
  .navbar .nav-item .dropdown-menu.sav:before {
    right: 7.9rem; }
  .navbar .nav-item .dropdown-menu.abo:before {
    right: 4.3rem; }
  .navbar .nav-item .dropdown-menu .dropdown-item {
    padding: .65rem 1.5rem;
    font-size: 0.875rem;
    text-transform: uppercase; }
    .navbar .nav-item .dropdown-menu .dropdown-item:hover {
      background-color: #e6e6e6; }

.secondary-page .navbar-brand .main-brand {
  display: none; }

.secondary-page .navbar-brand .secondary-brand {
  display: inline;
  width: 12.5rem;
  opacity: 1; }

.show-collapse .navbar-collapse {
  display: block;
  position: absolute;
  top: 0;
  right: -18.75rem;
  width: 18.75rem;
  height: 100vh;
  background: #404040;
  transition: all .6s;
  z-index: 1060; }
  .show-collapse .navbar-collapse .nav-link:after {
    display: none; }

.show-collapse .navbar-toggler {
  right: 0;
  border: none;
  border-radius: 1px;
  height: 3.125rem;
  background: #363a40;
  transition: all .6s;
  z-index: 1050; }

.show-collapse.open-menu {
  position: fixed;
  width: 100%; }
  .show-collapse.open-menu .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.1s;
    z-index: 1030; }
  .show-collapse.open-menu .navbar-toggler {
    position: absolute;
    right: 18.75rem;
    width: 3.125rem; }
    .show-collapse.open-menu .navbar-toggler .navbar-toggler-icon {
      display: none; }
    .show-collapse.open-menu .navbar-toggler svg {
      margin: 0 auto;
      display: block;
      font-size: 1.875rem; }
  .show-collapse.open-menu .navbar {
    position: relative;
    z-index: auto; }
  .show-collapse.open-menu .navbar-collapse {
    right: 0; }
    .show-collapse.open-menu .navbar-collapse a {
      margin: 0;
      display: block; }
    .show-collapse.open-menu .navbar-collapse .nav-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; }
      .show-collapse.open-menu .navbar-collapse .nav-item .show-submenu {
        display: block !important;
        padding: 1rem;
        border: none;
        background: transparent;
        color: rgba(255, 255, 255, 0.5); }
        .show-collapse.open-menu .navbar-collapse .nav-item .show-submenu:hover {
          background: #5a5a5a;
          color: #fff; }
      .show-collapse.open-menu .navbar-collapse .nav-item .dropdown-menu {
        display: block;
        padding: 0;
        border: none;
        border-radius: 0;
        max-height: 0;
        flex-grow: 1;
        background: #5a5a5a;
        overflow: hidden;
        visibility: hidden;
        transition: all 0.5s; }
        .show-collapse.open-menu .navbar-collapse .nav-item .dropdown-menu.show {
          max-height: 24rem;
          visibility: visible; }
        .show-collapse.open-menu .navbar-collapse .nav-item .dropdown-menu a {
          color: #fff; }
          .show-collapse.open-menu .navbar-collapse .nav-item .dropdown-menu a:hover, .show-collapse.open-menu .navbar-collapse .nav-item .dropdown-menu a:focus {
            color: #333; }
    .show-collapse.open-menu .navbar-collapse .nav-link {
      flex-basis: 85%; }
      .show-collapse.open-menu .navbar-collapse .nav-link:hover {
        background: #5a5a5a; }
    .show-collapse.open-menu .navbar-collapse .dropdown-toggle:after {
      display: none; }
  .show-collapse.open-menu header {
    margin-top: -4rem; }

header .hero {
  background-size: cover;
  background-position: center center;
  height: 43.75rem; }
  header .hero h1 {
    margin-top: 17.5rem;
    font-size: 3.5rem;
    color: #fff; }

header .hero-actions {
  margin-top: -18rem; }
  header .hero-actions h5 {
    font-weight: 700;
    color: #fff; }
  header .hero-actions p {
    color: #fff; }
  header .hero-actions .intro-video {
    margin-top: auto;
    margin-bottom: -1.5rem; }
  header .hero-actions .start-container {
    margin-top: 2rem;
    display: flex; }
    @media (max-width: 991px) {
      header .hero-actions .start-container {
        flex-direction: column; } }
    header .hero-actions .start-container .emp, header .hero-actions .start-container .sav {
      padding: 1.25rem;
      display: flex;
      flex: 1 1 0;
      flex-basis: 100%;
      flex-direction: column;
      justify-content: space-between; }
      header .hero-actions .start-container .emp h5, header .hero-actions .start-container .sav h5 {
        margin-bottom: 1rem;
        text-transform: uppercase;
        letter-spacing: 2px; }
      header .hero-actions .start-container .emp .btn-arrow, header .hero-actions .start-container .sav .btn-arrow {
        font-weight: 500; }
        header .hero-actions .start-container .emp .btn-arrow svg, header .hero-actions .start-container .sav .btn-arrow svg {
          color: #789D4A; }
    header .hero-actions .start-container .emp {
      background-color: #286140; }
      header .hero-actions .start-container .emp .btn-arrow:first-child {
        margin-bottom: 0.625rem;
        background: #1e482f;
        color: #fff; }
      header .hero-actions .start-container .emp .btn-arrow:nth-child(2) {
        background: #fff;
        color: #286140; }
    header .hero-actions .start-container .sav {
      background-color: #789D4A; }
      header .hero-actions .start-container .sav .btn-arrow:first-child {
        margin-bottom: 0.625rem;
        background: #587336;
        color: #fff; }
      header .hero-actions .start-container .sav .btn-arrow:nth-child(2) {
        background: #fff;
        color: #286140; }

header .join-container {
  position: relative;
  margin: 0; }
  header .join-container .join-box {
    position: absolute;
    top: -14rem;
    padding: 3.5rem;
    background: #fff;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175); }
    header .join-container .join-box h5 {
      margin-bottom: 1rem;
      color: #286140;
      text-transform: uppercase; }
    header .join-container .join-box p {
      color: #4D4D4D; }
    header .join-container .join-box .join-form {
      margin-top: 2rem;
      display: flex;
      flex-direction: column; }
      header .join-container .join-box .join-form .form-group {
        margin-bottom: 2rem;
        position: relative;
        display: flex;
        flex-direction: column; }
        header .join-container .join-box .join-form .form-group label {
          position: absolute;
          top: -0.25rem;
          left: 0.25rem;
          color: #818181;
          transition: all .5s;
          z-index: 1; }
        header .join-container .join-box .join-form .form-group input {
          position: relative;
          border: none;
          border-bottom: 1px solid #b6b6b6; }
          header .join-container .join-box .join-form .form-group input:focus {
            outline: none; }
        header .join-container .join-box .join-form .form-group input:focus + label {
          top: -1.25rem;
          font-size: 0.75rem;
          color: #C5831E; }
        header .join-container .join-box .join-form .form-group input:valid + label {
          top: -1.25rem;
          font-size: 0.75rem; }
        header .join-container .join-box .join-form .form-group:after {
          content: '.';
          margin: auto;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          width: 0%;
          height: 0.125rem;
          background: #C5831E;
          color: transparent;
          transition: all 0.5s; }
        header .join-container .join-box .join-form .form-group:focus-within:after {
          width: 100%; }
      header .join-container .join-box .join-form .join-actions {
        display: flex;
        align-items: center;
        margin-top: 1rem; }
        header .join-container .join-box .join-form .join-actions p {
          margin-bottom: 0;
          margin-right: 2rem;
          font-size: 0.875rem; }

@media (max-width: 991px) {
  .um .hero-actions {
    flex-direction: column-reverse; } }

@media (min-width: 577px) and (max-width: 991px) {
  .er-first {
    margin-top: 14rem; } }

@media (max-width: 576px) {
  .er-first {
    margin-top: 22rem; }
    .er-first .join-actions {
      flex-direction: column; }
      .er-first .join-actions p {
        margin-bottom: 1rem;
        align-items: normal; } }

@media (max-width: 991px) {
  .ee .join-container .join-box {
    top: -7rem; } }

@media (min-width: 577px) and (max-width: 991px) {
  .ee-first {
    margin-top: 7rem; } }

@media (max-width: 576px) {
  .ee-first {
    margin-top: 9rem; } }

.video-container {
  position: relative; }
  .video-container iframe {
    width: 100%;
    height: 330px; }
  .video-container .ytvideo {
    width: 100%;
    height: 19.75rem; }
  .video-container .fake-play {
    position: absolute;
    top: 0;
    height: 19.75rem;
    pointer-events: none; }
    @media (max-width: 1199px) {
      .video-container .fake-play {
        top: auto;
        bottom: -1.5rem; } }
  .video-container .play-video {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    background: rgba(255, 255, 255, 0.5);
    width: 100px;
    height: 100px;
    padding: 0;
    padding-left: 8px;
    border: none;
    border-radius: 50px; }
    .video-container .play-video svg {
      font-size: 50px;
      color: #fff; }

.secondary-header {
  background: #C5831E;
  color: #fff;
  margin-top: 4rem;
  padding: 5rem 0 10rem 0; }

.show-collapse.open-menu .secondary-header {
  padding-top: 9rem; }

.set-margin {
  margin-top: -8rem;
  background: #fff; }
  @media (min-width: 577px) {
    .set-margin .container {
      margin-left: 2rem; } }

footer {
  padding: 4rem 0;
  background: #4D4D4D;
  color: #fff; }
  footer .brand {
    max-width: 12.5rem; }
  footer .footer-link {
    padding: 0 0.125rem 0.25rem;
    border-bottom: 1px solid transparent;
    font-size: 0.875rem;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase; }
    footer .footer-link:not(:last-child) {
      margin-right: 3rem; }
    footer .footer-link:hover {
      border-bottom: 1px solid #fff;
      text-decoration: none; }
  footer .social-links svg {
    font-size: 2.5rem;
    color: #B6B6B6; }
  footer .social-links a:not(:last-child) {
    margin-right: 1.5rem; }
  footer .footer-contact {
    font-size: 0.875rem; }
    footer .footer-contact svg {
      margin-right: 1rem;
      font-size: 20px;
      color: #818181;
      vertical-align: middle; }
    footer .footer-contact .footer-link[href^="mailto"] {
      text-transform: lowercase; }
    footer .footer-contact .footer-link {
      font-weight: 500; }
  footer .disclaimer-text {
    font-size: 0.75rem; }
  footer .copyright {
    font-size: 14px;
    font-weight: 700;
    color: #B6B6B6;
    text-transform: uppercase; }

.faq-topics .tab-content .link-primary {
  margin-bottom: 1rem;
  border: none;
  border-bottom: 1px solid transparent;
  display: block;
  background: transparent;
  text-align: left; }
  .faq-topics .tab-content .link-primary:hover {
    padding-bottom: 0.125rem;
    border-bottom: 1px solid #db9221;
    color: #C5831E; }

.faq-topics .saver-faq:not(.inactive-content) {
  display: flex; }
  .faq-topics .saver-faq:not(.inactive-content) div {
    flex: 1 1 0; }

#questions .row {
  display: none; }

#questions .card {
  border: none;
  border-bottom: 1px solid #b3b3b3;
  border-radius: 0;
  max-width: 100%;
  flex: 0 0 100%;
  background-color: transparent;
  box-shadow: none; }
  #questions .card .card-header {
    margin-bottom: 0;
    padding: 1.25rem 0.9375rem;
    border: none;
    display: flex;
    justify-content: space-between;
    background-color: transparent;
    font-weight: 500;
    color: #4D4D4D;
    transition: 0.4s;
    cursor: pointer; }
    #questions .card .card-header:after {
      content: '\f0da';
      margin-left: 0.3125rem;
      margin-top: -0.3125rem;
      display: block;
      font-family: 'Font Awesome 5 Pro';
      font-size: 1.5rem;
      font-weight: 900; }
    #questions .card .card-header:hover {
      background-color: #dbe7cc;
      border-radius: 4px; }
    #questions .card .card-header .card-body {
      display: inline-block;
      flex-grow: 1; }
    #questions .card .card-header.active:after {
      content: "\f0d7";
      display: block; }
  #questions .card .card-body {
    padding: 0 2.5rem 0 0.9375rem;
    height: 0;
    background-color: transparent;
    overflow: hidden;
    transition: height 0.2s ease-out; }

.news-container {
  margin: 1.25rem;
  padding: 2.5rem;
  border: 4px solid #eee; }
  .news-container .news-date {
    margin-top: 2rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    text-align: right; }

.contact-container {
  display: flex; }
  @media (max-width: 576px) {
    .contact-container {
      flex-direction: column; } }
  .contact-container p {
    flex: 1 1 0;
    flex-basis: 100%; }
    .contact-container p .title {
      font-family: "Roboto", sans-serif;
      font-weight: 900;
      letter-spacing: .5px; }

.other-contact {
  margin-top: 2rem; }
  .other-contact p {
    margin-bottom: 0.5rem;
    font-size: 0.875rem; }

.field-team {
  margin: 2.5rem 0.9375rem;
  padding: 2.5rem;
  border: 4px solid #eee; }
  .field-team .img-container {
    position: relative; }
    .field-team .img-container img {
      max-width: 11rem;
      position: absolute;
      top: -6rem;
      right: 1rem; }
      @media (max-width: 767px) {
        .field-team .img-container img {
          right: -1rem; } }
      @media (max-width: 576px) {
        .field-team .img-container img {
          display: none; } }
  .field-team h4 {
    margin-bottom: 1rem;
    color: #789D4A; }
  .field-team p {
    margin-bottom: 0; }

.resources .resource-container {
  position: relative; }
  .resources .resource-container.active .vertical-tab {
    border-radius: 0;
    box-shadow: -4px 4px 0px #eee;
    color: #789D4A; }
    @media (max-width: 991px) {
      .resources .resource-container.active .vertical-tab {
        box-shadow: 0 4px 0px #ddd; } }
  .resources .resource-container .vertical-tab {
    margin-bottom: 1rem;
    padding: 0.625rem 1rem 0.25rem;
    width: 34%;
    background: transparent;
    box-shadow: 0px 4px 0px transparent;
    font-family: "Roboto Slab", serif;
    font-size: 1.25rem;
    text-align: left;
    white-space: normal;
    transition: all 0.5s; }
    .resources .resource-container .vertical-tab:hover {
      background-color: #f9f9f9;
      border-radius: 0; }
    @media (max-width: 991px) {
      .resources .resource-container .vertical-tab {
        margin-bottom: 0;
        width: 100%; } }
  .resources .resource-container .resource-links {
    padding: 2.5rem;
    display: none;
    position: absolute;
    left: 33%;
    width: 67%;
    background: #eee;
    z-index: 1; }
    @media (max-width: 991px) {
      .resources .resource-container .resource-links {
        position: initial;
        width: 100%; } }
    .resources .resource-container .resource-links h6 {
      margin-bottom: 0;
      margin-top: 1.5rem;
      color: #4D4D4D; }
    .resources .resource-container .resource-links p {
      margin-top: .5rem;
      margin-bottom: 0; }
      .resources .resource-container .resource-links p:not(:last-child) {
        margin-bottom: 2.5rem; }

.calculator .good-to-know {
  padding: 1.25rem;
  margin-bottom: 2rem; }
  .calculator .good-to-know h5 {
    color: #856404;
    font-weight: 500; }
  .calculator .good-to-know ul {
    padding-left: 1.25rem;
    line-height: 1.8;
    margin-bottom: 0; }

.calculator form,
.calculator .chart-container,
.calculator .outlook {
  border: 1px solid #eee;
  background: #fff;
  padding: 20px;
  border-radius: 1px;
  box-shadow: 0px 3px 5px 0px #cccccc; }

.calculator form .calc-row label {
  font-family: "Roboto Slab", serif; }

.calculator form .calc-row .subtitle {
  font-size: 14px;
  margin-top: -8px; }

.calculator form .calc-row .subtext {
  font-size: 14px;
  margin: 4px 0px 0 2px; }

.calculator form .calc-row:not(:last-child) {
  margin-bottom: 2rem; }

.calculator .outlook {
  margin-bottom: 2rem; }
  @media (max-width: 991px) {
    .calculator .outlook {
      margin-top: 2rem; } }
  .calculator .outlook .brand-primary-color {
    font-size: 1.25rem;
    font-weight: 500; }

.tab-container {
  position: relative;
  width: 100%;
  color: #000;
  overflow-x: hidden;
  z-index: 1; }
  .tab-container img {
    position: absolute;
    width: auto;
    height: 100%;
    z-index: -1; }
  .tab-container .tab-buttons {
    background: linear-gradient(90deg, rgba(234, 234, 234, 0.5) 0%, #f0f0f0 50%, #eaeaea 100%); }
    @media (max-width: 991px) {
      .tab-container .tab-buttons {
        background: rgba(234, 234, 234, 0.85); } }
    .tab-container .tab-buttons .button-container {
      background: #fff; }
      .tab-container .tab-buttons .button-container button {
        padding: 1rem 2rem;
        border: 1px solid transparent;
        border-bottom: none;
        border-radius: 0;
        max-width: 12rem;
        background: #f0f0f0;
        font-family: "Roboto Slab", serif;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        letter-spacing: 1px;
        text-transform: uppercase;
        white-space: normal; }
        .tab-container .tab-buttons .button-container button:hover {
          border: 1px solid #ddd;
          border-bottom: none; }
        @media (max-width: 767px) {
          .tab-container .tab-buttons .button-container button {
            padding: 1rem;
            max-width: 8.5rem; } }
      .tab-container .tab-buttons .button-container .inactive-tab {
        background: rgba(240, 240, 240, 0.5);
        color: #818181; }
  .tab-container .tab-content {
    background: linear-gradient(90deg, rgba(234, 234, 234, 0.5) 0%, #f0f0f0 50%, #eaeaea 100%); }
    @media (max-width: 991px) {
      .tab-container .tab-content {
        background: rgba(234, 234, 234, 0.85); } }
    .tab-container .tab-content h3 {
      padding-left: 2.5rem; }
    .tab-container .tab-content h4 {
      color: #000; }
    .tab-container .tab-content .option {
      padding: 5rem 6rem 6rem 2rem;
      min-height: 26.5rem; }
      @media (min-width: 577px) and (max-width: 991px) {
        .tab-container .tab-content .option {
          padding: 5rem 2rem 6rem 2rem; } }
      @media (max-width: 576px) {
        .tab-container .tab-content .option {
          padding: 5rem 1rem 3rem 1rem;
          min-height: 25rem; } }
      @media (min-width: 577px) and (max-width: 991px) {
        .tab-container .tab-content .option {
          min-height: 26rem; } }
      @media (min-width: 992px) and (max-width: 1200px) {
        .tab-container .tab-content .option {
          min-height: 29rem; } }
      .tab-container .tab-content .option svg {
        margin-right: 2.5rem;
        width: 3.125rem;
        font-size: 2.5rem;
        color: #397DA2; }
  .tab-container.contact-tabs .option {
    min-height: 33.5rem; }
    @media (max-width: 576px) {
      .tab-container.contact-tabs .option {
        min-height: 37.5rem; } }

.inactive-content {
  display: none; }

.tab-action {
  position: relative; }
  .tab-action .btn {
    position: absolute;
    top: -1.25rem;
    left: calc(50% - 25px);
    z-index: 1; }
    @media (max-width: 991px) {
      .tab-action .btn {
        left: calc(50% - 70px); } }

.step-links {
  padding-top: 0; }
  .step-links .green {
    padding: 5rem 0 10rem;
    background: linear-gradient(0deg, #789D4A 70%, #62813E 100%);
    color: #fff; }
    @media (max-width: 991px) {
      .step-links .green {
        padding-bottom: 24rem; } }
    .step-links .green h4 {
      margin-bottom: 1rem;
      color: #fff; }
  @media (max-width: 991px) {
    .step-links .step-container {
      margin-top: -22rem; } }
  .step-links .step-container .step {
    margin: 0 0.9375rem;
    margin-top: -8rem;
    padding: 2.5rem 2.5rem 1.25rem;
    position: relative;
    max-width: 16rem;
    flex-basis: 0;
    flex-grow: 1;
    background: #b6ce98;
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    color: #fff;
    text-align: center;
    transition: all 0.5s;
    cursor: pointer; }
    .step-links .step-container .step svg {
      margin-bottom: 2rem;
      align-items: center;
      font-size: 3.5rem;
      color: #789D4A; }
    .step-links .step-container .step:hover {
      box-shadow: 0 0.5rem 1rem rgba(39, 97, 64, 0.7); }
    @media (max-width: 991px) {
      .step-links .step-container .step {
        margin: 1rem 0.9375rem 0;
        padding: 1.25rem;
        display: flex;
        align-items: center;
        max-width: 100%; }
        .step-links .step-container .step svg {
          font-size: 2.5rem;
          margin-right: 2rem;
          margin-bottom: 0; } }
    .step-links .step-container .step.active {
      background: #286140; }
      @media (min-width: 992px) {
        .step-links .step-container .step.active:after {
          content: '';
          border-left: 17px solid transparent;
          border-right: 17px solid transparent;
          border-top: 18px solid #286140;
          position: absolute;
          bottom: -1.125rem;
          left: calc(50% - 17px);
          width: 0; }
        .step-links .step-container .step.active svg {
          color: #b6ce98; } }
  .step-links .step-content {
    color: #286140;
    margin: 4rem auto 1rem; }
  .step-links .step-action {
    border: 2px solid #eee;
    border-top: none;
    position: relative;
    height: 2.5rem; }
    .step-links .step-action .btn-darkGreen {
      position: absolute;
      top: 1.25rem; }

.timeline {
  margin-top: 2rem;
  padding: 3rem;
  border: 4px solid #eee; }
  @media (max-width: 576px) {
    .timeline {
      padding: 1.5rem; } }
  .timeline .employees {
    margin-right: 2rem;
    font-weight: 700;
    color: #818181; }
    .timeline .employees span {
      font-size: 1.5rem;
      font-weight: 700;
      color: #000;
      line-height: 1.5rem; }
  .timeline .timeline-bar {
    padding-right: 1rem;
    height: 2.5rem;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #397DA2;
    font-weight: 700; }
    .timeline .timeline-bar:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      border-bottom: 40px solid transparent;
      border-left: 20px solid #fff;
      width: 0; }
      @media (max-width: 575px) {
        .timeline .timeline-bar:before {
          border: none; } }
    .timeline .timeline-bar span {
      color: #013B72;
      margin-left: 0.375rem; }
    .timeline .timeline-bar.bar-1 {
      width: 25%;
      max-width: 15.75rem; }
      @media (max-width: 767px) {
        .timeline .timeline-bar.bar-1 {
          width: 40%; } }
      @media (max-width: 576px) {
        .timeline .timeline-bar.bar-1 {
          width: 100%; } }
    .timeline .timeline-bar.bar-2 {
      width: 45%;
      max-width: 29.75rem; }
      @media (max-width: 767px) {
        .timeline .timeline-bar.bar-2 {
          width: 52%; } }
      @media (max-width: 576px) {
        .timeline .timeline-bar.bar-2 {
          width: 100%; } }
    .timeline .timeline-bar.bar-3 {
      width: 67%;
      max-width: 45.25rem; }
      @media (max-width: 767px) {
        .timeline .timeline-bar.bar-3 {
          width: 63%; } }
      @media (max-width: 576px) {
        .timeline .timeline-bar.bar-3 {
          width: 100%; } }
    .timeline .timeline-bar.bar-4 {
      width: 100%;
      max-width: 100%; }

.magi {
  margin: 1.25rem;
  padding: 0;
  background-color: #fff; }
  .magi h5 {
    margin-bottom: 1.25rem;
    font-weight: 500;
    color: #286140; }

.contrib-limits {
  margin-top: 5rem;
  color: #fff; }
  .contrib-limits h4 {
    color: #fff; }
  .contrib-limits .btn-toggle {
    padding: 0;
    border-radius: 0;
    width: 50%;
    min-height: 2.5rem;
    font-weight: 500;
    color: #286140; }
    .contrib-limits .btn-toggle.active {
      color: #fff; }
  .contrib-limits .toggle-group {
    margin-bottom: 2rem;
    padding: 1px;
    border-radius: 3px;
    max-height: 0.625rem;
    min-height: 2.625rem;
    display: block;
    background: #fff; }
    @media (min-width: 992px) {
      .contrib-limits .toggle-group {
        margin-right: 2.5rem; } }
    .contrib-limits .toggle-group button:nth-child(2) {
      margin-left: -0.25rem; }
    .contrib-limits .toggle-group .slider {
      border-radius: 3px;
      display: block;
      position: relative;
      top: -2.3125rem;
      left: 0.1875rem;
      width: calc(50% - 6px);
      height: 2.125rem;
      background: #286140;
      transition: all 0.5s; }
    .contrib-limits .toggle-group .active {
      position: relative;
      background: transparent;
      z-index: 10; }
  .contrib-limits .file-group {
    display: none; }
  @media (min-width: 992px) {
    .contrib-limits .salary-group {
      margin-right: 2.5rem; } }
  .contrib-limits .salary-group .form-control {
    margin-bottom: 1rem; }
  .contrib-limits .salary-group .ui-widget.ui-widget-content {
    border: none;
    border-radius: 0.0625rem;
    height: 0.625rem;
    background: #fff;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3); }
  .contrib-limits .salary-group .ui-widget-content .ui-state-default {
    border: 0.0625rem solid #286140;
    background: #286140;
    font-weight: normal;
    color: #286140;
    border-radius: 1rem; }
  .contrib-limits label {
    font-family: "Roboto Slab", serif;
    font-size: 0.875rem;
    color: #fff; }
  .contrib-limits .limit-result {
    margin-top: 3.25rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #c2d7a9;
    color: #4D4D4D; }
    @media (max-width: 991px) {
      .contrib-limits .limit-result {
        margin-top: 5rem; } }
    .contrib-limits .limit-result .result-text {
      display: flex;
      font-family: "Roboto Slab", serif;
      font-weight: 700;
      font-size: 18px;
      letter-spacing: .5px; }
      .contrib-limits .limit-result .result-text svg {
        margin: -6.5rem 2rem 0 2rem;
        font-size: 9.375rem;
        color: #276140; }
      @media (max-width: 767px) {
        .contrib-limits .limit-result .result-text {
          flex-direction: column-reverse; }
          .contrib-limits .limit-result .result-text svg {
            margin-bottom: 2rem;
            align-self: flex-end; } }
    .contrib-limits .limit-result .legal {
      font-size: 0.875rem; }

.calc-callout {
  overflow: hidden; }
  .calc-callout .row {
    height: 0;
    min-height: 25rem; }
  .calc-callout .img-container {
    position: relative; }
    .calc-callout .img-container img {
      position: absolute;
      top: -13rem;
      width: 50rem; }
    @media (max-width: 991px) {
      .calc-callout .img-container {
        display: none; } }
  .calc-callout h4 {
    margin-bottom: 2rem;
    color: #013B72; }

.role-callout {
  margin: 4rem 0;
  padding-bottom: 5rem; }
  .role-callout .large-icon {
    position: relative;
    top: -11rem;
    color: #013B72; }
    @media (max-width: 991px) {
      .role-callout .large-icon {
        top: -9rem; } }
    @media (max-width: 576px) {
      .role-callout .large-icon {
        top: -8rem; } }
    .role-callout .large-icon svg {
      position: absolute;
      font-size: 17rem; }
      @media (max-width: 991px) {
        .role-callout .large-icon svg {
          right: 0;
          font-size: 10rem; } }
      @media (max-width: 576px) {
        .role-callout .large-icon svg {
          right: 2rem;
          font-size: 8rem; } }
  .role-callout h4, .role-callout h5 {
    color: #fff; }
  .role-callout .step-row .step-number {
    margin: 0 auto 1rem;
    border: 1px solid #397DA2;
    border-radius: 50px;
    width: 5rem;
    height: 5rem;
    font-family: "Roboto Slab", serif;
    font-size: 3.125rem;
    font-weight: 300;
    color: #fff;
    text-align: center; }
  @media (max-width: 991px) {
    .role-callout .step-row .step-content {
      margin-left: 2rem;
      flex: 1 1 0; } }

.img-callout {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  margin: 0; }
  .img-callout .img-content {
    padding: 4rem;
    background: rgba(234, 234, 234, 0.85);
    background: linear-gradient(270deg, rgba(234, 234, 234, 0) 0%, #eaeaea 100%); }
    @media (max-width: 991px) {
      .img-callout .img-content {
        background: rgba(234, 234, 234, 0.85); } }

.why-save {
  overflow: hidden; }
  .why-save .row {
    min-height: 25rem; }
  .why-save h4 {
    margin-bottom: 2rem;
    font-weight: 500;
    color: #013B72;
    letter-spacing: normal; }
  .why-save .img-container {
    position: relative; }
    .why-save .img-container img {
      width: 43.75rem;
      position: absolute;
      left: -15rem; }
      @media (max-width: 991px) {
        .why-save .img-container img {
          top: 6rem;
          left: -10rem;
          width: 31.25rem; } }
      @media (max-width: 768px) {
        .why-save .img-container img {
          position: static;
          width: 100%; } }

.testimonals .carousel-indicators {
  bottom: -3rem; }
  .testimonals .carousel-indicators li {
    margin: 0.3rem;
    border-radius: 1rem;
    height: 1rem;
    width: 1rem;
    background-color: rgba(39, 97, 64, 0.7); }
    .testimonals .carousel-indicators li.active {
      background-color: #fff; }

.testimonals .testimonal-container {
  position: relative; }
  .testimonals .testimonal-container:not(:first-child) {
    padding-left: 0; }
  .testimonals .testimonal-container:not(:last-child) {
    padding-right: 0; }
  .testimonals .testimonal-container:nth-child(n+4) {
    display: none; }
  .testimonals .testimonal-container iframe {
    width: 100%;
    height: 12.75rem; }
    @media (max-width: 991px) {
      .testimonals .testimonal-container iframe {
        height: 19rem; } }
  .testimonals .testimonal-container .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 12.75rem;
    background: #286140;
    opacity: 0.5;
    transition: opactiy 0.5s;
    pointer-events: none; }
    @media (max-width: 991px) {
      .testimonals .testimonal-container .overlay {
        height: 19rem; } }

.testimonals .playing .overlay {
  opacity: 0; }

.quotes {
  margin-top: -10rem;
  background: #789D4A; }
  .quotes .quote-container {
    margin-top: 15rem;
    padding-bottom: 4rem; }
    .quotes .quote-container h3, .quotes .quote-container h5, .quotes .quote-container p {
      color: #fff; }
    .quotes .quote-container h3 {
      margin-bottom: 3rem; }
    .quotes .quote-container h5 {
      margin-bottom: 0; }
    .quotes .quote-container:nth-child(n+2) {
      display: none; }
  .quotes .legal {
    font-size: 0.875rem;
    color: #fff;
    opacity: .7; }

.inline-testimonals {
  padding: 2.5rem; }
  .inline-testimonals h4 {
    margin-bottom: 4rem;
    color: #4D4D4D; }
  .inline-testimonals p {
    margin-bottom: 0;
    font-weight: 700;
    font-family: "Roboto Slab", serif;
    text-align: right;
    line-height: 1.2; }
    .inline-testimonals p span {
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      font-size: 0.875rem; }

.list-number {
  margin-right: 1.5rem;
  font-family: "Roboto Slab", serif;
  font-size: 40px;
  font-weight: 700;
  color: #C5831E; }

.footnotes {
  border-top: 4px solid #dee2e6; }
  .footnotes ol {
    padding-left: 0;
    font-size: 0.875rem;
    color: #818181; }

/*payrol providers*/
.file-formats table th:first-child, .file-formats table td:first-child {
  width: 50%; }

.file-formats table th:not(:first-child), .file-formats table td:not(:first-child) {
  text-align: center; }

.file-formats table td {
  padding: .75rem; }

.file-formats table td:not(:first-child) svg {
  color: #C5831E;
  font-size: 1.75rem; }

/*program details*/
.costs {
  margin: 3rem 0.9375rem;
  padding: 3.75rem 2.5rem;
  border: 4px solid #eee;
  display: flex;
  align-items: center; }
  @media (max-width: 991px) {
    .costs {
      display: block; }
      .costs h6 {
        margin: 0.625rem 0; } }
  .costs .expression {
    display: flex;
    flex: 1 1 0;
    flex-basis: 100%;
    align-items: center; }
    @media (max-width: 991px) {
      .costs .expression:first-child {
        margin-left: 3.25rem; }
      .costs .expression:last-child {
        margin-left: 2.5rem;
        margin-top: 0.625rem;
        padding-top: 0.625rem;
        padding-left: 0.75rem;
        border-top: 2px solid #C5831E; } }
    .costs .expression svg {
      margin: 0 2rem;
      font-size: 1.75rem;
      color: #C5831E; }
      @media (max-width: 991px) {
        .costs .expression svg {
          margin-left: 0; } }

/*withdrawls*/
.distrib-requirements h5 {
  font-weight: 500;
  color: #4D4D4D; }

.distrib-requirements .list-number {
  font-size: 3.125rem; }
