/* Minification failed. Returning unminified contents.
(1899,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1900,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1901,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a.mat-raised-button, a.mat-button, a.mat-raised-button:hover, a.mat-button:hover {
  text-decoration: none;
}

.bg-red {
  background-color: #e1251b;
}

.text-red {
  color: #e1251b;
}

.bg-blue {
  background-color: #3cb4e5;
}

.text-blue {
  color: #3cb4e5;
}

.bg-green {
  background-color: #c2d500;
}

.text-green {
  color: #c2d500;
}

.bg-yellow {
  background-color: #f6dfa4;
}

.text-yellow {
  color: #f6dfa4;
}

.bg-light-grey {
  background-color: #d9d8d6;
}

.text-light-grey {
  color: #d9d8d6;
}

.bg-grey {
  background-color: #76777a;
}

.text-grey {
  color: #76777a;
}

.bg-dark-grey {
  background-color: #323233;
}

.text-dark-grey {
  color: #323233;
}

.bg-dark-red {
  background-color: #9d1a13;
}

.text-dark-red {
  color: #9d1a13;
}

.bg-dark-blue {
  background-color: #136b8f;
}

.text-dark-blue {
  color: #136b8f;
}

.bg-dark-green {
  background-color: #7c8900;
}

.text-dark-green {
  color: #7c8900;
}

.bg-dark-yellow {
  background-color: #e8ae19;
}

.text-dark-yellow {
  color: #e8ae19;
}

.bg-black {
  background-color: #231f20;
}

.text-black {
  color: #231f20;
}

.bg-white {
  background-color: white;
}

.text-white {
  color: white;
}

.material-icons {
  /* Support for IE */
  font-feature-settings: "liga";
}

a {
  cursor: pointer;
  color: #9d1a13;
  text-decoration: none;
}

p a,
a.underline {
  transition: color 0.2s ease;
  position: relative;
}

p a::before,
a.underline::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #e1251b;
  visibility: hidden;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.2s ease;
}

p a:hover, p a:active,
a.underline:hover,
a.underline:active {
  color: #e1251b;
  outline: none;
}

p a:hover::before, p a:active::before,
a.underline:hover::before,
a.underline:active::before {
  visibility: visible;
  transform: scaleX(1);
}

.text-bar {
  position: relative;
}

.text-bar::after {
  display: block;
  position: absolute;
  content: "";
  background-color: #e1251b;
  top: 0;
  bottom: 0;
  left: -34px;
  width: 10px;
}

.text-bar--inline {
  position: relative;
  margin-left: 34px;
  margin-right: 34px;
}

.text-bar--inline::after {
  display: block;
  position: absolute;
  content: "";
  background-color: #e1251b;
  top: 0;
  bottom: 0;
  left: -34px;
  width: 10px;
}

.text-bar--offset {
  margin-left: 34px;
  margin-right: 34px;
}

.text-bar--red {
  position: relative;
}

.text-bar--red::after {
  display: block;
  position: absolute;
  content: "";
  background-color: #e1251b;
  top: 0;
  bottom: 0;
  left: -34px;
  width: 10px;
}

.text-bar--blue {
  position: relative;
}

.text-bar--blue::after {
  display: block;
  position: absolute;
  content: "";
  background-color: #3cb4e5;
  top: 0;
  bottom: 0;
  left: -34px;
  width: 10px;
}

.text-bar--green {
  position: relative;
}

.text-bar--green::after {
  display: block;
  position: absolute;
  content: "";
  background-color: #c2d500;
  top: 0;
  bottom: 0;
  left: -34px;
  width: 10px;
}

.text-bar--yellow {
  position: relative;
}

.text-bar--yellow::after {
  display: block;
  position: absolute;
  content: "";
  background-color: #f6dfa4;
  top: 0;
  bottom: 0;
  left: -34px;
  width: 10px;
}

.text-bar--light-grey {
  position: relative;
}

.text-bar--light-grey::after {
  display: block;
  position: absolute;
  content: "";
  background-color: #d9d8d6;
  top: 0;
  bottom: 0;
  left: -34px;
  width: 10px;
}

.text-bar--grey {
  position: relative;
}

.text-bar--grey::after {
  display: block;
  position: absolute;
  content: "";
  background-color: #76777a;
  top: 0;
  bottom: 0;
  left: -34px;
  width: 10px;
}

.text-bar--dark-grey {
  position: relative;
}

.text-bar--dark-grey::after {
  display: block;
  position: absolute;
  content: "";
  background-color: #323233;
  top: 0;
  bottom: 0;
  left: -34px;
  width: 10px;
}

.text-bar--dark-red {
  position: relative;
}

.text-bar--dark-red::after {
  display: block;
  position: absolute;
  content: "";
  background-color: #9d1a13;
  top: 0;
  bottom: 0;
  left: -34px;
  width: 10px;
}

.text-bar--dark-blue {
  position: relative;
}

.text-bar--dark-blue::after {
  display: block;
  position: absolute;
  content: "";
  background-color: #136b8f;
  top: 0;
  bottom: 0;
  left: -34px;
  width: 10px;
}

.text-bar--dark-green {
  position: relative;
}

.text-bar--dark-green::after {
  display: block;
  position: absolute;
  content: "";
  background-color: #7c8900;
  top: 0;
  bottom: 0;
  left: -34px;
  width: 10px;
}

.text-bar--dark-yellow {
  position: relative;
}

.text-bar--dark-yellow::after {
  display: block;
  position: absolute;
  content: "";
  background-color: #e8ae19;
  top: 0;
  bottom: 0;
  left: -34px;
  width: 10px;
}

.text-bar--black {
  position: relative;
}

.text-bar--black::after {
  display: block;
  position: absolute;
  content: "";
  background-color: #231f20;
  top: 0;
  bottom: 0;
  left: -34px;
  width: 10px;
}

.text-bar--white {
  position: relative;
}

.text-bar--white::after {
  display: block;
  position: absolute;
  content: "";
  background-color: white;
  top: 0;
  bottom: 0;
  left: -34px;
  width: 10px;
}

h1,
.infb-headline,
.h1 {
  font-family: 'Roboto', 'Open Sans', 'Segoe UI', 'Helvetica', sans-serif;
  font-weight: bold;
  font-size: 50px;
  line-height: 59px;
  color: #231f20;
}

@media only screen and (max-width : 768px) {
  h1,
.infb-headline,
.h1 {
    font-size: 42px;
    line-height: 48px;
  }
}

@media only screen and (max-width : 480px) {
  h1,
.infb-headline,
.h1 {
    font-size: 36px;
    line-height: 42px;
  }
}

h2,
.infb-title,
.h2 {
  font-family: 'Roboto', 'Open Sans', 'Segoe UI', 'Helvetica', sans-serif;
  font-weight: bold;
  font-size: 48px;
  line-height: 158%;
  color: #323233;
}

@media only screen and (max-width : 768px) {
  h2,
.infb-title,
.h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width : 480px) {
  h2,
.infb-title,
.h2 {
    font-size: 32px;
  }
}

h3,
.infb-subheading-2,
.h3 {
  font-family: 'Roboto', 'Open Sans', 'Segoe UI', 'Helvetica', sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 120%;
  color: #323233;
}

@media only screen and (max-width : 768px) {
  h3,
.infb-subheading-2,
.h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width : 480px) {
  h3,
.infb-subheading-2,
.h3 {
    font-size: 22px;
  }
}

h4,
.infb-subheading-1,
.h4 {
  font-family: 'Roboto', 'Open Sans', 'Segoe UI', 'Helvetica', sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  color: #231f20;
}

@media only screen and (max-width : 768px) {
  h4,
.infb-subheading-1,
.h4 {
    font-size: 26px;
    line-height: 30px;
  }
}

@media only screen and (max-width : 480px) {
  h4,
.infb-subheading-1,
.h4 {
    font-size: 22px;
    line-height: 26px;
  }
}

.infb-caption,
.caption {
  font-family: 'Roboto', 'Open Sans', 'Segoe UI', 'Helvetica', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 158%;
  color: #76777a;
}

p,
body,
.infb-body {
  font-family: 'Roboto', 'Open Sans', 'Segoe UI', 'Helvetica', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 158%;
}

b,
.infb-bold {
  font-family: 'Roboto', 'Open Sans', 'Segoe UI', 'Helvetica', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 158%;
}

.text-red {
  color: #e1251b;
}

.text-blue {
  color: #3cb4e5;
}

.text-green {
  color: #c2d500;
}

.text-yellow {
  color: #f6dfa4;
}

.text-light-grey {
  color: #d9d8d6;
}

.text-grey {
  color: #76777a;
}

.text-dark-grey {
  color: #323233;
}

.text-dark-red {
  color: #9d1a13;
}

.text-dark-blue {
  color: #136b8f;
}

.text-dark-green {
  color: #7c8900;
}

.text-dark-yellow {
  color: #e8ae19;
}

.text-black {
  color: #231f20;
}

.text-white {
  color: white;
}

.img-slice {
  width: 100%;
  object-fit: cover;
  object-position: center;
  max-height: 320px;
}

.icon-offset-circle {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  padding-bottom: 12.8px;
}

.icon-offset-circle::after {
  content: "";
  width: 76.8px;
  height: 76.8px;
  border-radius: 50%;
  position: absolute;
  background-color: white;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) translateY(3.2px);
  display: block;
  z-index: -1;
}

.icon-offset-circle > img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  object-position: center;
}

a.button {
  text-decoration: none !important;
}

a.button:hover {
  text-decoration: none !important;
}

.button {
  font-weight: 500;
  transition: all .1s ease;
  padding: 10px 20px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 22px;
  margin: 4px;
  user-select: none;
  color: white;
  background-color: #e1251b;
}

.button:hover {
  text-decoration: none !important;
}

.button:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  transition: all 0.05s ease;
}

.button:focus {
  outline: none;
}

.button:hover, .button:focus {
  background-color: #e94e46;
  color: white;
}

.button:active {
  background-color: #b31e16;
  color: white;
}

.button--outlined {
  border: 2px solid #e1251b;
  color: #e1251b;
  background-color: transparent;
}

.button--outlined:hover {
  background-color: rgba(225, 37, 27, 0.05);
  border-color: #e94e46;
  color: #e1251b;
}

.button--outlined:active {
  background-color: rgba(225, 37, 27, 0.15);
  border-color: #b31e16;
  color: #e1251b;
  box-shadow: inset 0 3px 5px rgba(225, 37, 27, 0.15);
}

.button--small {
  padding: 5px 10px;
  font-size: 14px;
}

@media only screen and (max-width : 480px) {
  .button--wide {
    flex-grow: 1;
    width: 100%;
  }
}

.button--red {
  color: white;
  background-color: #e1251b;
}

.button--red:hover, .button--red:focus {
  background-color: #e94e46;
  color: white;
}

.button--red:active {
  background-color: #b31e16;
  color: white;
}

.button--outlined.button--red {
  border: 2px solid #e1251b;
  color: #e1251b;
  background-color: transparent;
}

.button--outlined.button--red:hover {
  background-color: rgba(225, 37, 27, 0.05);
  border-color: #e94e46;
  color: #e1251b;
}

.button--outlined.button--red:active {
  background-color: rgba(225, 37, 27, 0.15);
  border-color: #b31e16;
  color: #e1251b;
  box-shadow: inset 0 3px 5px rgba(225, 37, 27, 0.15);
}

.button--blue {
  color: #231f20;
  background-color: #3cb4e5;
}

.button--blue:hover, .button--blue:focus {
  background-color: #69c5eb;
  color: #231f20;
}

.button--blue:active {
  background-color: #1c9dd2;
  color: #231f20;
}

.button--outlined.button--blue {
  border: 2px solid #3cb4e5;
  color: #115f80;
  background-color: transparent;
}

.button--outlined.button--blue:hover {
  background-color: rgba(60, 180, 229, 0.05);
  border-color: #69c5eb;
  color: #115f80;
}

.button--outlined.button--blue:active {
  background-color: rgba(60, 180, 229, 0.15);
  border-color: #1c9dd2;
  color: #115f80;
  box-shadow: inset 0 3px 5px rgba(60, 180, 229, 0.15);
}

.button--green {
  color: white;
  background-color: #c2d500;
}

.button--green:hover, .button--green:focus {
  background-color: #e9ff09;
  color: white;
}

.button--green:active {
  background-color: #94a200;
  color: white;
}

.button--outlined.button--green {
  border: 2px solid #c2d500;
  color: #c2d500;
  background-color: transparent;
}

.button--outlined.button--green:hover {
  background-color: rgba(194, 213, 0, 0.05);
  border-color: #e9ff09;
  color: #c2d500;
}

.button--outlined.button--green:active {
  background-color: rgba(194, 213, 0, 0.15);
  border-color: #94a200;
  color: #c2d500;
  box-shadow: inset 0 3px 5px rgba(194, 213, 0, 0.15);
}

.button--yellow {
  color: #231f20;
  background-color: #f6dfa4;
}

.button--yellow:hover, .button--yellow:focus {
  background-color: #fbefd2;
  color: #231f20;
}

.button--yellow:active {
  background-color: #f1cf76;
  color: #231f20;
}

.button--outlined.button--yellow {
  border: 2px solid #f6dfa4;
  color: #bb8b12;
  background-color: transparent;
}

.button--outlined.button--yellow:hover {
  background-color: rgba(246, 223, 164, 0.05);
  border-color: #fbefd2;
  color: #bb8b12;
}

.button--outlined.button--yellow:active {
  background-color: rgba(246, 223, 164, 0.15);
  border-color: #f1cf76;
  color: #bb8b12;
  box-shadow: inset 0 3px 5px rgba(246, 223, 164, 0.15);
}

.button--light-grey {
  color: #231f20;
  background-color: #d9d8d6;
}

.button--light-grey:hover, .button--light-grey:focus {
  background-color: #f2f1f0;
  color: #231f20;
}

.button--light-grey:active {
  background-color: #c0bfbc;
  color: #231f20;
}

.button--outlined.button--light-grey {
  border: 2px solid #d9d8d6;
  color: #706d68;
  background-color: transparent;
}

.button--outlined.button--light-grey:hover {
  background-color: rgba(217, 216, 214, 0.05);
  border-color: #f2f1f0;
  color: #706d68;
}

.button--outlined.button--light-grey:active {
  background-color: rgba(217, 216, 214, 0.15);
  border-color: #c0bfbc;
  color: #706d68;
  box-shadow: inset 0 3px 5px rgba(217, 216, 214, 0.15);
}

.button--grey {
  color: white;
  background-color: #76777a;
}

.button--grey:hover, .button--grey:focus {
  background-color: #909193;
  color: white;
}

.button--grey:active {
  background-color: #5d5e60;
  color: white;
}

.button--outlined.button--grey {
  border: 2px solid #76777a;
  color: #76777a;
  background-color: transparent;
}

.button--outlined.button--grey:hover {
  background-color: rgba(118, 119, 122, 0.05);
  border-color: #909193;
  color: #76777a;
}

.button--outlined.button--grey:active {
  background-color: rgba(118, 119, 122, 0.15);
  border-color: #5d5e60;
  color: #76777a;
  box-shadow: inset 0 3px 5px rgba(118, 119, 122, 0.15);
}

.button--dark-grey {
  color: white;
  background-color: #323233;
}

.button--dark-grey:hover, .button--dark-grey:focus {
  background-color: #4b4b4d;
  color: white;
}

.button--dark-grey:active {
  background-color: #191919;
  color: white;
}

.button--outlined.button--dark-grey {
  border: 2px solid #323233;
  color: #323233;
  background-color: transparent;
}

.button--outlined.button--dark-grey:hover {
  background-color: rgba(50, 50, 51, 0.05);
  border-color: #4b4b4d;
  color: #323233;
}

.button--outlined.button--dark-grey:active {
  background-color: rgba(50, 50, 51, 0.15);
  border-color: #191919;
  color: #323233;
  box-shadow: inset 0 3px 5px rgba(50, 50, 51, 0.15);
}

.button--dark-red {
  color: white;
  background-color: #9d1a13;
}

.button--dark-red:hover, .button--dark-red:focus {
  background-color: #ca2118;
  color: white;
}

.button--dark-red:active {
  background-color: #6f120d;
  color: white;
}

.button--outlined.button--dark-red {
  border: 2px solid #9d1a13;
  color: #9d1a13;
  background-color: transparent;
}

.button--outlined.button--dark-red:hover {
  background-color: rgba(157, 26, 19, 0.05);
  border-color: #ca2118;
  color: #9d1a13;
}

.button--outlined.button--dark-red:active {
  background-color: rgba(157, 26, 19, 0.15);
  border-color: #6f120d;
  color: #9d1a13;
  box-shadow: inset 0 3px 5px rgba(157, 26, 19, 0.15);
}

.button--dark-blue {
  color: white;
  background-color: #136b8f;
}

.button--dark-blue:hover, .button--dark-blue:focus {
  background-color: #198cbc;
  color: white;
}

.button--dark-blue:active {
  background-color: #0d4962;
  color: white;
}

.button--outlined.button--dark-blue {
  border: 2px solid #136b8f;
  color: #136b8f;
  background-color: transparent;
}

.button--outlined.button--dark-blue:hover {
  background-color: rgba(19, 107, 143, 0.05);
  border-color: #198cbc;
  color: #136b8f;
}

.button--outlined.button--dark-blue:active {
  background-color: rgba(19, 107, 143, 0.15);
  border-color: #0d4962;
  color: #136b8f;
  box-shadow: inset 0 3px 5px rgba(19, 107, 143, 0.15);
}

.button--dark-green {
  color: white;
  background-color: #7c8900;
}

.button--dark-green:hover, .button--dark-green:focus {
  background-color: #abbc00;
  color: white;
}

.button--dark-green:active {
  background-color: #4e5600;
  color: white;
}

.button--outlined.button--dark-green {
  border: 2px solid #7c8900;
  color: #7c8900;
  background-color: transparent;
}

.button--outlined.button--dark-green:hover {
  background-color: rgba(124, 137, 0, 0.05);
  border-color: #abbc00;
  color: #7c8900;
}

.button--outlined.button--dark-green:active {
  background-color: rgba(124, 137, 0, 0.15);
  border-color: #4e5600;
  color: #7c8900;
  box-shadow: inset 0 3px 5px rgba(124, 137, 0, 0.15);
}

.button--dark-yellow {
  color: #231f20;
  background-color: #e8ae19;
}

.button--dark-yellow:hover, .button--dark-yellow:focus {
  background-color: #edbe47;
  color: #231f20;
}

.button--dark-yellow:active {
  background-color: #bb8c13;
  color: #231f20;
}

.button--outlined.button--dark-yellow {
  border: 2px solid #e8ae19;
  color: #75570c;
  background-color: transparent;
}

.button--outlined.button--dark-yellow:hover {
  background-color: rgba(232, 174, 25, 0.05);
  border-color: #edbe47;
  color: #75570c;
}

.button--outlined.button--dark-yellow:active {
  background-color: rgba(232, 174, 25, 0.15);
  border-color: #bb8c13;
  color: #75570c;
  box-shadow: inset 0 3px 5px rgba(232, 174, 25, 0.15);
}

.button--black {
  color: white;
  background-color: #231f20;
}

.button--black:hover, .button--black:focus {
  background-color: #3e3739;
  color: white;
}

.button--black:active {
  background-color: #080707;
  color: white;
}

.button--outlined.button--black {
  border: 2px solid #231f20;
  color: #231f20;
  background-color: transparent;
}

.button--outlined.button--black:hover {
  background-color: rgba(35, 31, 32, 0.05);
  border-color: #3e3739;
  color: #231f20;
}

.button--outlined.button--black:active {
  background-color: rgba(35, 31, 32, 0.15);
  border-color: #080707;
  color: #231f20;
  box-shadow: inset 0 3px 5px rgba(35, 31, 32, 0.15);
}

.button--white {
  color: #231f20;
  background-color: white;
}

.button--white:hover, .button--white:focus {
  background-color: white;
  color: #231f20;
}

.button--white:active {
  background-color: #e6e6e6;
  color: #231f20;
}

.button--outlined.button--white {
  border: 2px solid white;
  color: gray;
  background-color: transparent;
}

.button--outlined.button--white:hover {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: white;
  color: gray;
}

.button--outlined.button--white:active {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: #e6e6e6;
  color: gray;
  box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.15);
}

.mdc-top-app-bar {
  background: #fff;
}

.mdc-top-app-bar__row {
  height: 80px;
}

.mdc-menu-surface--open {
  transform: translate(0px, -10px);
}

.hc-navbar {
  border-bottom: 5px solid #7b7d7c;
  padding: 6px 0;
}

.f-ifb-logo {
  width: 210px;
  margin-right: 24px !important;
  margin-top: 2px;
  max-height: 80px;
}

.nav-item-wrapper {
  position: relative;
}

.nav-item-wrapper .mdc-button {
  padding: 40px 0 36px 0;
  border-radius: 0px;
}

.nav-item-wrapper .mdc-button:hover {
  text-decoration: none;
}

.nav-item-wrapper .mdc-button:hover::before {
  opacity: 0;
}

.nav-item-wrapper .mdc-button span {
  text-transform: capitalize;
}

.nav-item-wrapper .button-animation-linear {
  height: 80px;
}

.nav-item-wrapper .button-animation-linear::before {
  content: '';
  display: block;
  width: 0;
  height: 4px;
  background: #e1251b;
  transition: width .3s;
}

.nav-item-wrapper .button-animation-linear:hover::before {
  width: 100%;
}

.f-search {
  min-width: 320px;
}

.login-button {
  background: #eee !important;
  border-top: 4px solid #e1251b !important;
  padding: 38px 10px !important;
}

.mdc-list li a {
  text-decoration: none;
}

.icon-placeholder {
  min-width: 20px;
}

.ui-widget {
  padding-left: 0;
  margin-top: 25px;
  background: #fff;
  z-index: 9999;
  width: 320px !important;
  margin-left: -15px;
  box-shadow: 0px 0px 4px 1px #FAFAFA;
  border-radius: 4px;
}

.ui-menu .ui-menu-item {
  border-bottom: 1px solid #FAFAFA;
  list-style: none;
}

.ui-menu .ui-state-active:hover {
  background: #d9d8d6;
  color: #e1251b;
  cursor: pointer;
}

.ui-menu .ui-menu-item-wrapper {
  padding: 5px 10px;
  font-size: 14px;
}

.ui-helper-hidden-accessible div {
  display: none;
}

/*This will be removed once the new header will be refactored*/
@media (max-width: 60em) {
  .navbar-brand {
    width: 200px !important;
    margin-left: 16px !important;
    background-size: contain !important;
    background-position: left center !important;
  }
  .mdc-drawer-app-content a {
    color: #000 !important;
    text-decoration: none;
    margin-top: 28px !important;
    margin-right: 20px !important;
  }
  .f-search {
    min-width: auto;
    margin: 0 20px 10px 20px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .nav-item-wrapper a .material-icons {
    margin-top: 5px;
  }
}

/*ipad landscape view fix*/
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  .hc-hide-tablet {
    display: none !important;
  }
  .hc-show-tablet {
    display: inherit !important;
  }
  .hc-show-tablet header a {
    color: #000 !important;
    margin-top: 28px !important;
    margin-right: 20px !important;
    text-decoration: none !important;
  }
  .f-search {
    min-width: auto !important;
    margin: 0 20px 10px 20px;
  }
}

label.collapsible {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

label.collapsible > * {
  width: 100%;
}

label.collapsible:focus {
  outline: 0;
}

label.collapsible:focus > .collapsible__header, label.collapsible > .collapsible__header:hover {
  color: #9d1a13 !important;
}

label.collapsible > .collapsible__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: color .2s ease, border-bottom .6s ease;
  padding: 20px 8px 20px 8px;
  border-radius: 8px 8px 0 0;
  border-bottom: solid 1px rgba(35, 31, 32, 0.2);
  max-width: 800px;
  font-family: 'Roboto', 'Open Sans', 'Segoe UI', 'Helvetica', sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

@media only screen and (max-width : 768px) {
  label.collapsible > .collapsible__header {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width : 480px) {
  label.collapsible > .collapsible__header {
    font-size: 1.2rem;
  }
}

label.collapsible > .collapsible__header:active {
  background-color: #FAFAFA;
}

label.collapsible > input[type="checkbox"], label.collapsible > input[type="radio"] {
  display: none;
}

label.collapsible > input[type="checkbox"] ~ .collapsible__content, label.collapsible > input[type="radio"] ~ .collapsible__content {
  height: 0;
  overflow: hidden;
  transition: transform .3s ease;
  transform: scaleY(0);
  transform-origin: top center;
  padding: 8px;
  box-sizing: border-box;
}

label.collapsible > input[type="checkbox"]:checked ~ .collapsible__content, label.collapsible > input[type="radio"]:checked ~ .collapsible__content {
  height: auto;
  transform: scaleY(1);
}

label.collapsible > input[type="checkbox"] ~ .collapsible__header > .collapsible__icon, label.collapsible > input[type="radio"] ~ .collapsible__header > .collapsible__icon {
  transition: transform .3s ease;
  transform: rotate(0);
  user-select: none;
  color: #e1251b;
}

label.collapsible > input[type="checkbox"]:checked ~ .collapsible__header, label.collapsible > input[type="radio"]:checked ~ .collapsible__header {
  color: #e1251b;
  border-bottom: solid 1px transparent;
}

label.collapsible > input[type="checkbox"]:checked ~ .collapsible__header > .collapsible__icon, label.collapsible > input[type="radio"]:checked ~ .collapsible__header > .collapsible__icon {
  transform: rotate(-180deg);
}

label.collapsible > .collapsible__content {
  background-color: #FAFAFA;
}

label.collapsible > .collapsible__content .collapsible__content__inner {
  padding-top: 40px;
  padding-bottom: 40px;
}

ul {
  list-style-type: disc;
  margin-left: 12px;
}

.subnav-card {
  background-color: white;
  box-shadow: 0 1rem 3rem 0 rgba(44, 4, 4, 0.2);
  border-radius: 1.5rem;
  padding: 50px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  text-decoration: none !important;
  color: inherit !important;
  transform: scale(1);
  transition: transform .5s ease;
}

.subnav-card > .subnav-card__title, .subnav-card > .subnav-card__summary {
  transition: color .3s ease;
}

.subnav-card > .subnav-card__title {
  margin: 0;
  font-size: 2.2rem;
  margin-bottom: 24px;
  line-height: 1;
}

.subnav-card > .subnav-card__summary {
  color: #323233;
}

.subnav-card > .subnav-card__spacer {
  flex-grow: 1;
  min-height: 16px;
}

.subnav-card > .subnav-card__action {
  color: #e1251b;
  display: flex;
  flex-direction: row;
  font-weight: bold;
  transition: color .3s ease, opacity .2s ease;
}

.subnav-card > .subnav-card__action .subnav-action__icon {
  margin-left: 4px;
  transition: transform 0.2s ease;
}

.subnav-card > .subnav-card__action:hover {
  opacity: 0.8;
}

.subnav-card > .subnav-card__action:hover .subnav-action__icon {
  transform: translateX(8px);
}

.subnav-card > .subnav-card__bar {
  display: block;
  position: absolute;
  background-image: linear-gradient(to bottom, #e1251b, #e1251b);
  min-height: 4px;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  transition: all .3s ease;
}

.subnav-card > *:not(.subnav-card__bar) {
  z-index: 2;
}

.subnav-card:hover, .subnav-card:focus {
  transform: scale(1.01);
  outline: 0;
}

.subnav-card:hover > .subnav-card__title, .subnav-card:hover > .subnav-card__summary, .subnav-card:hover > .subnav-card__action, .subnav-card:focus > .subnav-card__title, .subnav-card:focus > .subnav-card__summary, .subnav-card:focus > .subnav-card__action {
  color: white;
}

.subnav-card:hover > .subnav-card__bar, .subnav-card:focus > .subnav-card__bar {
  background-image: linear-gradient(to bottom, #e1251b, #c12017);
  height: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .subnav-card:hover, .subnav-card:focus {
    transform: scale(1);
  }
}

.hc-info-table table, .hc-table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-top: 0.1rem solid #d5d5d5;
}

.hc-info-table table header, .hc-table table header {
  font-weight: bolder;
  color: black;
}

@media (min-width: 768px) {
  .hc-info-table header, .hc-table header {
    display: none !important;
  }
  .hc-info-table td, .hc-table td {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 1rem;
    border-left: 0.1rem solid #d5d5d5;
  }
  .hc-info-table td:first-of-type, .hc-table td:first-of-type {
    border-left: none;
  }
}

@media only screen and (max-width : 768px) {
  .hc-info-table header, .hc-table header {
    display: none !important;
  }
  .hc-info-table table > tbody td:not(:first-child), .hc-table table > tbody td:not(:first-child) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hc-info-table table > tbody td, .hc-table table > tbody td {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .hc-info-table table td, .hc-table table td {
    vertical-align: top;
  }
  .hc-info-table *, .hc-info-table *::before, .hc-info-table *::after, .hc-table *, .hc-table *::before, .hc-table *::after {
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .hc-info-table table, .hc-info-table thead, .hc-info-table tbody, .hc-info-table th, .hc-info-table td, .hc-info-table tr, .hc-table table, .hc-table thead, .hc-table tbody, .hc-table th, .hc-table td, .hc-table tr {
    display: block;
    border: none;
  }
  .hc-info-table thead tr, .hc-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .hc-info-table tr, .hc-table tr {
    border-top: 0.1rem solid #d5d5d5;
  }
  .hc-info-table .loaded > td:first-of-type, .hc-table .loaded > td:first-of-type {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .hc-info-table td:first-of-type {
    text-align: right;
  }
}

@media only screen and (max-width : 768px) {
  .hc-info-table table > tbody td:not(:first-child) {
    display: -ms-flexbox;
    display: flex;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

@media only screen and (max-width : 768px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .hc-info-table td {
    border: none;
    position: relative;
    padding-left: 50%;
  }
  .hc-info-table td:before {
    position: absolute;
    top: 6px;
    left: 15px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  .hc-info-table td:nth-of-type(2):before {
    content: "Medicare pays";
    text-transform: uppercase;
    line-height: 3rem;
    color: #806868;
  }
  .hc-info-table td:nth-of-type(3):before {
    content: "Plan A pays";
    text-transform: uppercase;
    line-height: 3rem;
    color: #806868;
  }
  .hc-info-table td:nth-of-type(4):before {
    content: "You pay";
    text-transform: uppercase;
    line-height: 3rem;
    color: #806868;
  }
}

@media only screen and (max-width : 768px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .hc-table tr {
    border-top: none;
  }
  .hc-table td {
    border-top: 0.1rem solid #d5d5d5;
  }
}

.hc-tooltip {
  position: relative;
  display: inline-block;
}

.hc-tooltip .hc-tooltip-top {
  visibility: hidden;
  max-width: 44rem;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 16px 12px;
  position: absolute;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -3.2rem;
}

.hc-tooltip .hc-tooltip-top::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border-width: 15px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.hc-tooltip:hover .hc-tooltip-top {
  visibility: visible;
}

.hc-tooltip .hc-tooltip-bottom {
  visibility: hidden;
  width: 44rem;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 16px 12px;
  position: absolute;
  font-size: 1.6rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  z-index: 1;
  left: 50%;
  margin-left: -22rem;
}

.hc-tooltip .hc-tooltip-bottom::after {
  content: "";
  position: absolute;
  top: -15%;
  left: 50%;
  margin-left: -15px;
  border-width: 15px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.hc-tooltip:hover .hc-tooltip-bottom {
  visibility: visible;
}

.img-block img {
  border-radius: 20px;
  width: 100%;
}

.text-block {
  padding-left: 32px;
}

@media only screen and (max-width : 480px) {
  .text-block {
    order: 2;
    padding-left: 0px;
  }
}

.text-block h2 {
  font-family: 'Roboto', 'Open Sans', 'Segoe UI', 'Helvetica', sans-serif;
  font-weight: bold;
  font-size: 48px;
  line-height: 158%;
  color: #323233;
  margin-bottom: 24px;
  line-height: normal;
  overflow-wrap: break-word;
}

@media only screen and (max-width : 768px) {
  .text-block h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width : 480px) {
  .text-block h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width : 480px) {
  .text-block h2 {
    margin-bottom: 12px;
  }
}

.text-block a {
  color: #e1251b;
  font-weight: 500;
  text-decoration: none;
}

.footer {
  background: #6d6d6d !important;
  color: #fff !important;
  padding: 60px 0;
}

.footer h3 {
  font-size: 28px;
  margin-bottom: 16px;
  margin-top: 0px;
  color: #fff !important;
  font-weight: 500;
}

.footer p {
  font-size: 16px;
  line-height: 24px;
}

.footer ul {
  padding-left: 0px;
  margin: 0px;
}

.footer ul li {
  list-style: none;
  margin-bottom: 20px;
}

.footer ul li:hover {
  text-decoration: none !important;
}

.footer ul li a, .footer ul li span {
  color: #fff;
  display: flex;
  align-items: center;
  line-height: 24px;
  text-decoration: none;
}

.footer ul li a:hover {
  text-decoration: underline !important;
}

.footer .f-b-right {
  border-right: 1px solid #808080;
}

.footer-copyrights {
  background: #5d5d5d;
  color: #fff;
}

.footer-copyrights a {
  color: #fff;
}

@media (max-width: 60em) {
  .footer h3 {
    text-align: left;
  }
  .footer p {
    font-size: 16px;
    line-height: 24px;
  }
  .footer ul li {
    line-height: unset;
    margin-bottom: 8px;
  }
  .footer .f-p-l-24px {
    padding-left: 0px !important;
  }
  .footer .f-b-right {
    border: 0px !important;
  }
  .footer .social-ico {
    padding-bottom: 0 !important;
    padding-left: 8px;
  }
}

.social-ico {
  margin-top: 16px;
}

.social-ico a {
  text-decoration: none;
}

.social-ico .social-icon-button {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #e1251b;
  display: inline-block;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  padding: 5px;
  background: #fff;
}

.social-ico .social-icon-button img {
  width: 16px;
}

.social-ico .social-icon-button:hover {
  border-color: #fff;
  transition: width .3s;
}

:root {
  --mdc-theme-primary: #222223 !important;
  --mdc-theme-secondary: #e1251b !important;
  --mdc-theme-background: white !important;
}

.mdc-button {
  font-size: 14px;
}

.mdc-icon-button {
  text-decoration: none !important;
}

.mdc-list-item__text {
  font-size: 16px;
}

.mdc-list--non-interactive {
  padding: 0;
}

.mdc-text-field--focused .mdc-text-field__input:required ~ .mdc-floating-label::after,
.mdc-text-field--focused .mdc-text-field__input:required ~ .mdc-notched-outline .mdc-floating-label::after {
  color: #222223;
}

.mdc-select.mdc-select--focused:not(.mdc-select--disabled) .mdc-floating-label,
.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: #222223;
}

.mdc-text-field__input {
  font-size: 16px !important;
  font-weight: 500;
}

.mdc-select.mdc-select--outlined .mdc-select__native-control {
  background: transparent !important;
}

.mdc-drawer .mdc-list-item {
  font-size: 16px;
}

.mdc-drawer .mdc-list-item--activated {
  color: #222223;
}

.mdc-card__text {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mdc-button {
  text-transform: initial;
  letter-spacing: initial;
}

.glide--infb-carousel .glide__slides {
  margin-left: 0;
}

.glide--infb-carousel .glide__slide {
  position: relative;
  min-height: 400px;
  height: auto;
  overflow: hidden;
}

.glide--infb-carousel .glide__slide .slide__content {
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
  opacity: 0.6;
  transform: translateX(5px);
  transition: opacity .2s ease, transform 1.2s ease-out;
  margin-top: 28px;
  margin-bottom: 28px;
  margin-left: 16px;
  margin-right: 16px;
}

@media only screen and (max-width : 480px) {
  .glide--infb-carousel .glide__slide .slide__content {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.glide--infb-carousel .glide__slide .slide__content .slide__content__contained {
  max-width: 50%;
}

@media only screen and (max-width : 768px) {
  .glide--infb-carousel .glide__slide .slide__content .slide__content__contained {
    max-width: 100%;
  }
}

@media only screen and (max-width : 480px) {
  .glide--infb-carousel .glide__slide .slide__content {
    padding-bottom: 48px;
  }
}

.glide--infb-carousel .glide__slide .slide__background__container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}

@media only screen and (max-width : 480px) {
  .glide--infb-carousel .glide__slide .slide__background__container {
    position: relative;
    height: 140px;
  }
}

.glide--infb-carousel .glide__slide .slide__background__container .slide__background {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: transform 10s ease;
  transform: scale(1);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .glide--infb-carousel .glide__slide .slide__background__container .slide__background {
    transform: none;
    transition: none;
  }
}

.glide--infb-carousel .glide__slide .slide__background__container::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
}

@media only screen and (max-width : 768px) {
  .glide--infb-carousel .glide__slide .slide__background__container::after {
    background-image: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.4) 100%);
  }
}

@media only screen and (max-width : 480px) {
  .glide--infb-carousel .glide__slide .slide__background__container::after {
    background-image: none;
  }
}

.glide--infb-carousel .glide__slide.glide__slide--active .slide__content {
  opacity: 1;
  transform: translateX(0);
}

.glide--infb-carousel .glide__slide.glide__slide--active .slide__background__container .slide__background {
  transform: scale(1.05);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .glide--infb-carousel .glide__slide.glide__slide--active .slide__background__container .slide__background {
    transform: none;
  }
}

.glide--infb-carousel .glide__bullets .glide__bullet:not(.glide__bullet--active) {
  background-color: #323233;
}

.glide--infb-carousel .glide__bullets .glide__bullet.glide__bullet--active {
  background-color: #FAFAFA;
}

@media only screen and (max-width : 480px) {
  .glide--infb-carousel .glide__bullets .glide__bullet.glide__bullet--active {
    background-color: #e1251b;
  }
}

.testimonial {
  display: flex;
  flex-direction: column;
}

.testimonial > .testimonial__icon {
  font-size: 4rem;
  fill: #e1251b;
  max-width: 32px;
  margin-bottom: 16px;
  margin-top: 24px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .testimonial > .testimonial__icon {
    height: 24px;
  }
}

.testimonial > .testimonial__quote {
  color: #323233;
  font-weight: 300;
}

.testimonial > .testimonial__spacer {
  flex-grow: 1;
}

.testimonial > .testimonial__source {
  display: flex;
  flex-direction: row;
  margin-top: 16px;
}

.testimonial > .testimonial__source > .source__avatar {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  object-position: center;
  object-fit: cover;
  margin-right: 12px;
  flex-wrap: wrap;
  box-shadow: 0 0.2rem 3rem 0 rgba(0, 0, 0, 0.1);
}

.testimonial > .testimonial__source > .source__description {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testimonial > .testimonial__source > .source__description > .description__name {
  font-weight: 500;
  font-size: 1.2rem;
  color: #231f20;
}

.testimonial > .testimonial__source > .source__description > .description__subtext {
  font-weight: 400;
  color: #76777a;
  font-size: 0.9rem;
}

.sfPageEditor .mdc-dialog.popup-from-event,
.sfPageEditor .mdc-dialog.mdc-dialog--auto-open {
  display: initial;
  position: relative;
}

.sfPageEditor .mdc-dialog.popup-from-event > .mdc-dialog__container,
.sfPageEditor .mdc-dialog.mdc-dialog--auto-open > .mdc-dialog__container {
  opacity: 1;
  transform: none;
}

.sfPageEditor .mdc-dialog.popup-from-event > .mdc-dialog__scrim,
.sfPageEditor .mdc-dialog.mdc-dialog--auto-open > .mdc-dialog__scrim {
  display: none;
}

.mdc-dialog.popup-from-event > .mdc-dialog__container > .mdc-dialog__surface,
.mdc-dialog.mdc-dialog--auto-open > .mdc-dialog__container > .mdc-dialog__surface {
  position: relative;
}

.mdc-dialog.popup-from-event > .mdc-dialog__container > .mdc-dialog__surface > .mdc-dialog__close,
.mdc-dialog.mdc-dialog--auto-open > .mdc-dialog__container > .mdc-dialog__surface > .mdc-dialog__close {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
}

.search-results-number {
  font-weight: 500;
  font-size: 1.2rem;
}

.sf-search-results .search-result-title {
  font-weight: 500;
  font-size: 1.2rem;
  color: #231f20;
}

.sf-search-results .search-result-url {
  color: #231f20;
}

.sf-search-results .search-result-description .sfHighlight {
  font-weight: bold;
}

.sf-search-results a {
  text-decoration: none;
}

.sf-search-results a:hover {
  text-decoration: underline;
}

.pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
}

.pagination .page-item {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  margin: 0.3rem;
  background-color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  color: #e1251b;
}

.pagination .page-item:hover {
  transform: scale(1.1) translateY(-1px);
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}

.pagination .page-item.active {
  background-color: #e1251b;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}

.pagination .page-item.active > a {
  color: white;
}

.stepper {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 72px;
  padding: 0 24px;
}

.stepper > .stepper__step {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.stepper > .stepper__step > .step__indicator {
  width: 24px;
  height: 24px;
  color: white;
  background-color: #76777a;
  border-radius: 50%;
  text-align: center;
  position: relative;
}

.stepper > .stepper__step > .step__indicator > .indicator__text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.stepper > .stepper__step > .step__description {
  margin-left: 12px;
  color: #76777a;
}

.stepper > .stepper__step.stepper__step--passed > .step__indicator, .stepper > .stepper__step.active > .step__indicator, .stepper > .stepper__step.past > .step__indicator {
  background-color: #e1251b;
}

.stepper > .stepper__step.stepper__step--passed > .step__description, .stepper > .stepper__step.active > .step__description, .stepper > .stepper__step.past > .step__description {
  color: #231f20;
}

.stepper > .stepper__step.stepper__step--active > .step__description, .stepper > .stepper__step.active > .step__description {
  font-weight: bold;
}

.stepper > .stepper__interval {
  flex-grow: 1;
  height: 1px;
  background-color: #bbb;
  margin-left: 12px;
  margin-right: 12px;
}

body {
  color: #222223;
}

p,
li {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}

.hc-container,
.infb-container {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.hc-container.hc-container--padded, .hc-container.infb-container--padded,
.infb-container.hc-container--padded,
.infb-container.infb-container--padded {
  padding: 24px 8px;
}

.hc-container.hc-container--narrow, .hc-container.infb-container--narrow,
.infb-container.hc-container--narrow,
.infb-container.infb-container--narrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 8px;
}

.hc-container.hc-container--narrow > .hc-container__inner, .hc-container.hc-container--narrow > .infb-container__inner, .hc-container.infb-container--narrow > .hc-container__inner, .hc-container.infb-container--narrow > .infb-container__inner,
.infb-container.hc-container--narrow > .hc-container__inner,
.infb-container.hc-container--narrow > .infb-container__inner,
.infb-container.infb-container--narrow > .hc-container__inner,
.infb-container.infb-container--narrow > .infb-container__inner {
  width: 100%;
  max-width: 800px;
}

.content-wrapper {
  margin: 0px;
  padding-top: 80px;
}

.hc-background-block {
  height: 38.8rem;
  background-color: #FAFAFA;
  margin-top: 50px !important;
}

.hc-spacer {
  margin-top: 60px;
}

.hc-small-spacer {
  margin-top: 24px;
}

.hc-full-height {
  min-height: 100vh;
}

@media (min-width: 840px) {
  .hc-xxl-margin-bottom {
    margin-bottom: 100px;
  }
}

@media (max-width: 60em) {
  .span-block {
    display: inline-block;
  }
  div.hc-spacer {
    margin-top: 10px;
  }
  .hc-container {
    width: 100%;
    margin: 0 auto;
  }
  .footer-list {
    padding-bottom: 30px !important;
  }
  .mdc-list--non-interactive {
    padding-left: 0px;
  }
  .mdc-list--non-interactive .mdc-list-item__text {
    white-space: unset;
    font-size: 14px;
    padding-left: 5px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mdc-button:not(:disabled) {
    color: #222223;
  }
  .mdc-button::before, .mdc-button::after {
    background-color: #ccc !important;
  }
  .mdc-notched-outline--notched .mdc-notched-outline__leading,
.mdc-notched-outline--notched .mdc-notched-outline__notch,
.mdc-notched-outline--notched .mdc-notched-outline__trailing {
    border-color: #222223 !important;
  }
  .mdc-chip__text {
    color: #222223;
  }
  .mdc-chip-set--choice
.mdc-chip.mdc-chip--selected::before,
.mdc-chip-set--choice .mdc-chip.mdc-chip--selected::after {
    background: #e7c1be;
  }
}

body {
  overflow-anchor: none;
}

.list-unstyled {
  list-style: none;
}

.button::before {
  content: none;
}

ul:not([class]),
ul[class=""],
ol:not([class]),
ol[class=""],
ul.item-list,
ol.item-list {
  margin-left: 1em;
}
