@font-face {
  font-family: "Graphik";
  src: local("Graphik"), url("clientlib-graphik-fonts-init/resources/fonts/Graphik-Regular.woff2") format("woff2"), url("clientlib-graphik-fonts-init/resources/fonts/Graphik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: Regular;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: local("Graphik"), url("clientlib-graphik-fonts-init/resources/fonts/Graphik-Medium.woff2") format("woff2"), url("clientlib-graphik-fonts-init/resources/fonts/Graphik-Medium.woff") format("woff");
  font-weight: 500;
  font-style: medium;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: local("Graphik"), url("clientlib-graphik-fonts-init/resources/fonts/Graphik-Semibold.woff2") format("woff2"), url("clientlib-graphik-fonts-init/resources/fonts/Graphik-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: Semi Bold;
  font-display: swap;
}
@font-face {
  font-family: "Graphik-Bold";
  src: local("Graphik"), url("clientlib-graphik-fonts-init/resources/fonts/Graphik-Bold.woff2") format("woff2"), url("clientlib-graphik-fonts-init/resources/fonts/Graphik-Bold.woff") format("woff");
  font-weight: 700;
  font-style: Bold;
  font-display: swap;
}
@font-face {
  font-family: "FreightDispCmp Pro";
  src: local("Freight Semibold"), url("../../../etc.clientlibs/sprucemoney/clientlibs/clientlib-spruce-fonts-init/resources/fonts/FreightDisplayCompressed-SemiBold.woff2") format("woff2"), url("../../../etc.clientlibs/sprucemoney/clientlibs/clientlib-spruce-fonts-init/resources/fonts/FreightDisplayCompressed-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/*@font-size-h6: 1.8rem;
@font-size-h6-small: 1.8rem;*/
.font-regular,
.text-huge,
.text-jumbo-2,
.text-large-2,
.text-small-2,
.freight-semibold,
.text-medium-regular,
.text-medium-regular-p > p,
.text-x-small-p > p {
  font-weight: 400;
}
.font-medium,
h5,
.text-x-small,
h6,
.text-little,
.text-little-p > p,
.eyebrow-label,
.product-label {
  font-weight: 500;
}
.font-bold,
h1,
h2,
h3,
h4,
.text-bold {
  font-weight: 600;
}
h1,
h2,
h3,
h4,
.text-bold {
  line-height: 1;
}
h1,
h2,
h3,
h4 {
  margin: 0 0 20px;
}
h1,
.text-jumbo {
  font-size: 4.4rem;
}
.text-jumbo {
  line-height: 48px;
  font-family: "Graphik-Bold";
  letter-spacing: -1.04px;
}
h2,
.text-large {
  font-size: 3.2rem;
}
.text-large {
  line-height: 36px;
  font-family: "Graphik-Bold";
  letter-spacing: -0.46px;
}
h3,
.text-medium {
  font-size: 2.4rem;
}
.text-medium {
  line-height: 28px;
  font-family: "Graphik-Bold";
  letter-spacing: -0.34px;
}
h4,
.text-small {
  font-size: 1.8rem;
}
.text-small {
  line-height: 24px;
  font-family: "Graphik-Bold";
  letter-spacing: -0.1px;
}
h5,
.text-x-small {
  font-size: 1.9rem;
}
h6,
.text-little {
  font-size: 1.4rem;
}
h3.text-little,
h4.text-little,
h3.text-small,
h4.text-small {
  line-height: 1.2;
}
h3.text-little sup,
h4.text-little sup,
h3.text-small sup,
h4.text-small sup {
  font-size: 65%;
}
p {
  margin: 0 0 20px;
}
p:not(.text-jumbo):not(.text-large):not(.text-medium):not(.text-small):not(.text-x-small):not(.text-little):not(.hrb-button__text),
li {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  p:not(.text-jumbo):not(.text-large):not(.text-medium):not(.text-small):not(.text-x-small):not(.text-little):not(.hrb-button__text),
  li {
    font-size: 1.8rem;
  }
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-underline {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .text-center-sm {
    text-align: center !important;
  }
  .text-left-sm {
    text-align: left !important;
  }
  .text-right-sm {
    text-align: right !important;
  }
}
.text-huge,
.text-jumbo-2,
.text-large-2,
.text-small-2,
.freight-semibold {
  font-family: "FreightDispCmp Pro";
  font-weight: 600;
}
.text-huge,
.text-huge-p > p {
  font-size: 66px !important;
}
.text-jumbo-2,
.text-jumbo-2-p > p {
  font-size: 44px !important;
}
.text-large-2,
.text-large-2-p > p {
  font-size: 36px !important;
}
.text-medium-regular,
.text-medium-regular-p > p {
  font-size: 24px !important;
  line-height: 1.2;
  letter-spacing: -0.3px;
}
.text-small-2,
.text-small-2-p > p {
  font-size: 18px !important;
}
.text-jumbo-p > p {
  font-size: 4.4rem !important;
}
.text-large-p > p {
  font-size: 3.2rem !important;
}
.text-medium-p > p {
  font-size: 2.4rem !important;
}
.text-small-p > p {
  font-size: 1.8rem !important;
}
.text-x-small-p > p {
  font-size: 1.9rem !important;
}
.text-little-p > p {
  font-size: 1.4rem !important;
  font-size: 19px !important;
}
.eyebrow-label,
.product-label {
  font-size: 14px !important;
  line-height: 18px;
}
.eyebrow-label {
  margin-top: 10px;
  letter-spacing: 1px;
}
.product-label {
  letter-spacing: -0.25px;
}
@media screen and (min-width: 768px) {
  .text-huge,
  .text-huge-p > p {
    font-size: 96px !important;
  }
  .text-jumbo-2,
  .text-jumbo-2-p > p {
    font-size: 64px !important;
  }
  .text-large-2,
  .text-large-2-p > p {
    font-size: 44px !important;
  }
  .text-medium-regular,
  .text-medium-regular-p > p {
    font-size: 32px !important;
    line-height: 1;
  }
  .text-small-2,
  .text-small-2-p > p {
    font-size: 24px !important;
  }
  h1,
  .text-jumbo {
    font-size: 5.6rem;
  }
  .text-jumbo {
    line-height: 60px;
    font-family: "Graphik-Bold";
    letter-spacing: -0.8px;
  }
  .text-jumbo-p > p {
    font-size: 5.6rem !important;
  }
  h2,
  .text-large {
    font-size: 4rem;
  }
  .text-large {
    line-height: 44px;
    font-family: "Graphik-Bold";
    letter-spacing: -0.57px;
  }
  .text-large-p > p {
    font-size: 4rem !important;
  }
  h3,
  .text-medium {
    font-size: 3.2rem;
  }
  .text-medium {
    line-height: 36px;
    font-family: "Graphik-Bold";
    letter-spacing: -0.46px;
  }
  .text-medium-p > p {
    font-size: 3.2rem !important;
  }
  h4,
  .text-small {
    font-size: 2.4rem;
  }
  .text-small {
    line-height: 28px;
    font-family: "Graphik-Bold";
    letter-spacing: -0.34px;
  }
  .text-small-p > p {
    font-size: 2.4rem !important;
  }
  h5,
  .text-x-small {
    font-size: 1.9rem;
  }
  .text-x-small-p > p {
    font-size: 1.9rem !important;
  }
  h6,
  .text-little {
    font-size: 1.8rem;
  }
}


/*@font-size-h6: 1.8rem;
@font-size-h6-small: 1.8rem;*/

/*@font-size-h6: 1.8rem;
@font-size-h6-small: 1.8rem;*/
body {
  font: 400 1.5em/1.2 "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
  color: #003512;
  min-width: 320px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
}
body.prevent-scroll {
  overflow: hidden;
}
@media (max-width: 991px) {
  body.prevent-scroll {
    /* Added for mobile background scroll issue */
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
img {
  max-width: 100%;
  height: auto;
  flex: 0 0 auto;
}
figure,
figcaption,
.full-width,
.cmp-column--image {
  width: 100%;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template,
[hidden] {
  display: none;
}

.tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #276702 transparent;
}
:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
/*release-dec-20*/
section.page-disclaimer {
  background-color: #ffffff;
  color: #003512;
}
[class*=green-theme] .testimonial-btn:hover,
.green-dark-theme .testimonial-btn:hover,
[class*=green-theme] .testimonial-btn:focus,
.green-dark-theme .testimonial-btn:focus {
  background-color: #ffffff;
}
[class*=green-theme] .testimonial-pagination > li,
.green-dark-theme .testimonial-pagination > li {
  border-color: #ffffff;
}
[class*=green-theme] .testimonial-pagination > li.active,
.green-dark-theme .testimonial-pagination > li.active {
  background-color: #ffffff;
}
.hrb-cmp-form-state.cmp-form-text input:focus,
.hrb-cmp-form-state.cmp-form-text textarea:focus,
.hrb-cmp-form-state.cmp-form-options select:focus {
  border: 1px solid #005d1f;
}
@media only screen and (max-width: 991px) {
  #main-nav:not(.mobile-nav-open) li.login-li.signUp {
    display: none !important;
  }
  nav.main-nav.mobile-nav-open .nav-secondary-links {
    align-items: flex-start !important;
  }
  nav.main-nav.mobile-nav-open .signIn a > .icon-svg,
  nav.main-nav.mobile-nav-open .signUp a > .icon-svg {
    display: flex !important;
  }
}
@media screen and (min-width: 992px) {
  header.site-header #main-nav .nav-secondary-links > li.login-li.signUp > a {
    border: 2px solid #005d1f;
    background-color: transparent !important;
    color: #005d1f;
  }
  header.site-header #main-nav .nav-secondary-links > li.login-li.signUp > a span.btn-label {
    color: #005d1f !important;
  }
  header.site-header #main-nav .nav-secondary-links > li.login-li.signUp > a svg.icon {
    fill: #005d1f !important;
  }
  header.site-header #main-nav .nav-secondary-links > li.login-li.signUp > a:hover:not(.disabled),
  header.site-header #main-nav .nav-secondary-links > li.login-li.signUp > a:focus:not(.disabled) {
    background-color: #262626 !important;
    border: 2px solid transparent !important;
    text-decoration: none;
  }
  header.site-header #main-nav .nav-secondary-links > li.login-li.signUp > a:hover:not(.disabled),
  header.site-header #main-nav .nav-secondary-links > li.login-li.signUp > a:focus:not(.disabled),
  header.site-header #main-nav .nav-secondary-links > li.login-li.signUp > a:hover:not(.disabled) span.btn-label,
  header.site-header #main-nav .nav-secondary-links > li.login-li.signUp > a:focus:not(.disabled) span.btn-label {
    color: #ffffff !important;
  }
  header.site-header #main-nav .nav-secondary-links > li.login-li.signUp > a:hover:not(.disabled) svg.icon,
  header.site-header #main-nav .nav-secondary-links > li.login-li.signUp > a:focus:not(.disabled) svg.icon {
    fill: #ffffff !important;
  }
}
section.alert-banner.blue-theme .icon-btn .icon-caret-black,
.green-light-theme .icon-btn .icon-caret-black,
.blue-light-theme .icon-btn .icon-caret-black,
.yellow-theme .icon-btn .icon-caret-black {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-down%22%20fill%3D%22%23262626%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.3%209.3C7.7%208.9%208.2%208.9%208.6%209.2L8.7%209.3%2012%2012.6%2015.3%209.3C15.7%208.9%2016.2%208.9%2016.6%209.2L16.7%209.3C17.1%209.7%2017.1%2010.2%2016.8%2010.6L16.7%2010.7%2012.7%2014.7C12.3%2015.1%2011.8%2015.1%2011.4%2014.8L11.3%2014.7%207.3%2010.7C6.9%2010.3%206.9%209.7%207.3%209.3Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
}
section.alert-banner.blue-theme .icon-btn .icon-caret-black.up,
.green-light-theme .icon-btn .icon-caret-black.up,
.blue-light-theme .icon-btn .icon-caret-black.up,
.yellow-theme .icon-btn .icon-caret-black.up {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-up%22%20fill%3D%22%23262626%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11.3%209.3C11.7%208.9%2012.2%208.9%2012.6%209.2L12.7%209.3%2016.7%2013.3C17.1%2013.7%2017.1%2014.3%2016.7%2014.7%2016.3%2015.1%2015.8%2015.1%2015.4%2014.8L15.3%2014.7%2012%2011.4%208.7%2014.7C8.3%2015.1%207.8%2015.1%207.4%2014.8L7.3%2014.7C6.9%2014.3%206.9%2013.8%207.2%2013.4L7.3%2013.3%2011.3%209.3Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E") !important;
}
section.alert-banner.white-theme .icon-btn .icon-caret-black,
.grey-theme .icon-btn .icon-caret-black,
.spruce-eggshell-theme .icon-btn .icon-caret-black,
.grey-light-theme .icon-btn .icon-caret-black,
.spruce-neon-theme .icon-btn .icon-caret-black,
.ba-neon-blue .icon-btn .icon-caret-black,
.hrb-neon-green .icon-btn .icon-caret-black,
.spruce-shark-gray .icon-btn .icon-caret-black {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-down%22%20fill%3D%22%23003512%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.3%209.3C7.7%208.9%208.2%208.9%208.6%209.2L8.7%209.3%2012%2012.6%2015.3%209.3C15.7%208.9%2016.2%208.9%2016.6%209.2L16.7%209.3C17.1%209.7%2017.1%2010.2%2016.8%2010.6L16.7%2010.7%2012.7%2014.7C12.3%2015.1%2011.8%2015.1%2011.4%2014.8L11.3%2014.7%207.3%2010.7C6.9%2010.3%206.9%209.7%207.3%209.3Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
}
section.alert-banner.white-theme .icon-btn .icon-caret-black:hover,
.grey-theme .icon-btn .icon-caret-black:hover,
.spruce-eggshell-theme .icon-btn .icon-caret-black:hover,
.grey-light-theme .icon-btn .icon-caret-black:hover,
.spruce-neon-theme .icon-btn .icon-caret-black:hover,
.ba-neon-blue .icon-btn .icon-caret-black:hover,
.hrb-neon-green .icon-btn .icon-caret-black:hover,
.spruce-shark-gray .icon-btn .icon-caret-black:hover,
section.alert-banner.white-theme .icon-btn .icon-caret-black:focus,
.grey-theme .icon-btn .icon-caret-black:focus,
.spruce-eggshell-theme .icon-btn .icon-caret-black:focus,
.grey-light-theme .icon-btn .icon-caret-black:focus,
.spruce-neon-theme .icon-btn .icon-caret-black:focus,
.ba-neon-blue .icon-btn .icon-caret-black:focus,
.hrb-neon-green .icon-btn .icon-caret-black:focus,
.spruce-shark-gray .icon-btn .icon-caret-black:focus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-down%22%20fill%3D%22%23005d1f%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.3%209.3C7.7%208.9%208.2%208.9%208.6%209.2L8.7%209.3%2012%2012.6%2015.3%209.3C15.7%208.9%2016.2%208.9%2016.6%209.2L16.7%209.3C17.1%209.7%2017.1%2010.2%2016.8%2010.6L16.7%2010.7%2012.7%2014.7C12.3%2015.1%2011.8%2015.1%2011.4%2014.8L11.3%2014.7%207.3%2010.7C6.9%2010.3%206.9%209.7%207.3%209.3Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
section.alert-banner.white-theme .icon-btn .icon-caret-black.up,
.grey-theme .icon-btn .icon-caret-black.up,
.spruce-eggshell-theme .icon-btn .icon-caret-black.up,
.grey-light-theme .icon-btn .icon-caret-black.up,
.spruce-neon-theme .icon-btn .icon-caret-black.up,
.ba-neon-blue .icon-btn .icon-caret-black.up,
.hrb-neon-green .icon-btn .icon-caret-black.up,
.spruce-shark-gray .icon-btn .icon-caret-black.up {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-up%22%20fill%3D%22%23003512%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11.3%209.3C11.7%208.9%2012.2%208.9%2012.6%209.2L12.7%209.3%2016.7%2013.3C17.1%2013.7%2017.1%2014.3%2016.7%2014.7%2016.3%2015.1%2015.8%2015.1%2015.4%2014.8L15.3%2014.7%2012%2011.4%208.7%2014.7C8.3%2015.1%207.8%2015.1%207.4%2014.8L7.3%2014.7C6.9%2014.3%206.9%2013.8%207.2%2013.4L7.3%2013.3%2011.3%209.3Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E") !important;
}
section.alert-banner.ba-blue-light-theme .icon-btn .icon-caret-black,
.ba-wave-blue-theme .icon-btn .icon-caret-black {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-down%22%20fill%3D%22%23262626%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.3%209.3C7.7%208.9%208.2%208.9%208.6%209.2L8.7%209.3%2012%2012.6%2015.3%209.3C15.7%208.9%2016.2%208.9%2016.6%209.2L16.7%209.3C17.1%209.7%2017.1%2010.2%2016.8%2010.6L16.7%2010.7%2012.7%2014.7C12.3%2015.1%2011.8%2015.1%2011.4%2014.8L11.3%2014.7%207.3%2010.7C6.9%2010.3%206.9%209.7%207.3%209.3Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
}
section.alert-banner.ba-blue-light-theme .icon-btn .icon-caret-black:hover,
.ba-wave-blue-theme .icon-btn .icon-caret-black:hover,
section.alert-banner.ba-blue-light-theme .icon-btn .icon-caret-black:focus,
.ba-wave-blue-theme .icon-btn .icon-caret-black:focus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-down%22%20fill%3D%22%23262626%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.3%209.3C7.7%208.9%208.2%208.9%208.6%209.2L8.7%209.3%2012%2012.6%2015.3%209.3C15.7%208.9%2016.2%208.9%2016.6%209.2L16.7%209.3C17.1%209.7%2017.1%2010.2%2016.8%2010.6L16.7%2010.7%2012.7%2014.7C12.3%2015.1%2011.8%2015.1%2011.4%2014.8L11.3%2014.7%207.3%2010.7C6.9%2010.3%206.9%209.7%207.3%209.3Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
section.alert-banner.ba-blue-light-theme .icon-btn .icon-caret-black.up,
.ba-wave-blue-theme .icon-btn .icon-caret-black.up {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-up%22%20fill%3D%22%23262626%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11.3%209.3C11.7%208.9%2012.2%208.9%2012.6%209.2L12.7%209.3%2016.7%2013.3C17.1%2013.7%2017.1%2014.3%2016.7%2014.7%2016.3%2015.1%2015.8%2015.1%2015.4%2014.8L15.3%2014.7%2012%2011.4%208.7%2014.7C8.3%2015.1%207.8%2015.1%207.4%2014.8L7.3%2014.7C6.9%2014.3%206.9%2013.8%207.2%2013.4L7.3%2013.3%2011.3%209.3Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E") !important;
}
.ext_color-primary-black,
[class*=-theme] .yellow-theme a:not(.btn):not(.text-underline):not(.right-arrow),
[class*=-theme] .blue-theme a:not(.btn):not(.text-underline):not(.right-arrow),
[class*=-theme] .yellow-theme a:not(.btn):not(.text-underline):not(.right-arrow):focus,
[class*=-theme] .blue-theme a:not(.btn):not(.text-underline):not(.right-arrow):focus,
.yellow-theme a:not(.btn):not(.text-underline):not(.right-arrow),
.blue-theme a:not(.btn):not(.text-underline):not(.right-arrow),
.yellow-theme a:not(.btn):not(.text-underline):not(.right-arrow):focus,
.blue-theme a:not(.btn):not(.text-underline):not(.right-arrow):focus,
[class*=-theme] .yellow-theme .price,
[class*=-theme] .blue-theme .price,
[class*=-theme] .green-light-theme .price,
[class*=-theme] .blue-light-theme .price,
[class*=-theme] .ba-blue-light-theme .price,
[class*=-theme] .ba-wave-blue-theme .price,
[class*=-theme] .yellow-theme .product-price del,
[class*=-theme] .blue-theme .product-price del,
[class*=-theme] .green-light-theme .product-price del,
[class*=-theme] .blue-light-theme .product-price del,
[class*=-theme] .ba-blue-light-theme .product-price del,
[class*=-theme] .ba-wave-blue-theme .product-price del,
[class*=-theme] .yellow-theme .pricingtext .product-price,
[class*=-theme] .blue-theme .pricingtext .product-price,
[class*=-theme] .green-light-theme .pricingtext .product-price,
[class*=-theme] .blue-light-theme .pricingtext .product-price,
[class*=-theme] .ba-blue-light-theme .pricingtext .product-price,
[class*=-theme] .ba-wave-blue-theme .pricingtext .product-price,
[class*=-theme] .yellow-theme span.product-modal-price,
[class*=-theme] .blue-theme span.product-modal-price,
[class*=-theme] .green-light-theme span.product-modal-price,
[class*=-theme] .blue-light-theme span.product-modal-price,
[class*=-theme] .ba-blue-light-theme span.product-modal-price,
[class*=-theme] .ba-wave-blue-theme span.product-modal-price,
.yellow-theme .price,
.blue-theme .price,
.green-light-theme .price,
.blue-light-theme .price,
.ba-blue-light-theme .price,
.ba-wave-blue-theme .price,
.yellow-theme .product-price del,
.blue-theme .product-price del,
.green-light-theme .product-price del,
.blue-light-theme .product-price del,
.ba-blue-light-theme .product-price del,
.ba-wave-blue-theme .product-price del,
.yellow-theme .pricingtext .product-price,
.blue-theme .pricingtext .product-price,
.green-light-theme .pricingtext .product-price,
.blue-light-theme .pricingtext .product-price,
.ba-blue-light-theme .pricingtext .product-price,
.ba-wave-blue-theme .pricingtext .product-price,
.yellow-theme span.product-modal-price,
.blue-theme span.product-modal-price,
.green-light-theme span.product-modal-price,
.blue-light-theme span.product-modal-price,
.ba-blue-light-theme span.product-modal-price,
.ba-wave-blue-theme span.product-modal-price {
  color: #262626;
}
.ext_color-spruce-forest,
[class*=-theme] .white-theme .product-price del,
[class*=-theme] .spruce-eggshell-theme .product-price del,
[class*=-theme] .grey-theme .product-price del,
[class*=-theme] .grey-light-theme .product-price del,
[class*=-theme] .spruce-neon-theme .product-price del,
[class*=-theme] .ba-neon-blue .product-price del,
[class*=-theme] .hrb-neon-green .product-price del,
[class*=-theme] .spruce-shark-gray .product-price del,
[class*=-theme] .white-theme .pricingtext .product-price,
[class*=-theme] .spruce-eggshell-theme .pricingtext .product-price,
[class*=-theme] .grey-theme .pricingtext .product-price,
[class*=-theme] .grey-light-theme .pricingtext .product-price,
[class*=-theme] .spruce-neon-theme .pricingtext .product-price,
[class*=-theme] .ba-neon-blue .pricingtext .product-price,
[class*=-theme] .hrb-neon-green .pricingtext .product-price,
[class*=-theme] .spruce-shark-gray .pricingtext .product-price,
.white-theme .product-price del,
.spruce-eggshell-theme .product-price del,
.grey-theme .product-price del,
.grey-light-theme .product-price del,
.spruce-neon-theme .product-price del,
.ba-neon-blue .product-price del,
.hrb-neon-green .product-price del,
.spruce-shark-gray .product-price del,
.white-theme .pricingtext .product-price,
.spruce-eggshell-theme .pricingtext .product-price,
.grey-theme .pricingtext .product-price,
.grey-light-theme .pricingtext .product-price,
.spruce-neon-theme .pricingtext .product-price,
.ba-neon-blue .pricingtext .product-price,
.hrb-neon-green .pricingtext .product-price,
.spruce-shark-gray .pricingtext .product-price {
  color: #003512;
}
.ext_color-eggshell,
[class*=-theme] .black-theme .price,
[class*=-theme] .green-dark-theme .price,
[class*=-theme] .spruce-forest-theme .price,
[class*=-theme] .green-theme-medium .price,
[class*=-theme] .green-theme .price,
[class*=-theme] .ba-charcoal-gray-theme .price,
[class*=-theme] .ba-emerald-green-theme .price,
[class*=-theme] .black-theme .product-price del,
[class*=-theme] .green-dark-theme .product-price del,
[class*=-theme] .spruce-forest-theme .product-price del,
[class*=-theme] .green-theme-medium .product-price del,
[class*=-theme] .green-theme .product-price del,
[class*=-theme] .ba-charcoal-gray-theme .product-price del,
[class*=-theme] .ba-emerald-green-theme .product-price del,
[class*=-theme] .black-theme .pricingtext .product-price,
[class*=-theme] .green-dark-theme .pricingtext .product-price,
[class*=-theme] .spruce-forest-theme .pricingtext .product-price,
[class*=-theme] .green-theme-medium .pricingtext .product-price,
[class*=-theme] .green-theme .pricingtext .product-price,
[class*=-theme] .ba-charcoal-gray-theme .pricingtext .product-price,
[class*=-theme] .ba-emerald-green-theme .pricingtext .product-price,
[class*=-theme] .black-theme span.product-modal-price,
[class*=-theme] .green-dark-theme span.product-modal-price,
[class*=-theme] .spruce-forest-theme span.product-modal-price,
[class*=-theme] .green-theme-medium span.product-modal-price,
[class*=-theme] .green-theme span.product-modal-price,
[class*=-theme] .ba-charcoal-gray-theme span.product-modal-price,
[class*=-theme] .ba-emerald-green-theme span.product-modal-price,
.black-theme .price,
.green-dark-theme .price,
.spruce-forest-theme .price,
.green-theme-medium .price,
.green-theme .price,
.ba-charcoal-gray-theme .price,
.ba-emerald-green-theme .price,
.black-theme .product-price del,
.green-dark-theme .product-price del,
.spruce-forest-theme .product-price del,
.green-theme-medium .product-price del,
.green-theme .product-price del,
.ba-charcoal-gray-theme .product-price del,
.ba-emerald-green-theme .product-price del,
.black-theme .pricingtext .product-price,
.green-dark-theme .pricingtext .product-price,
.spruce-forest-theme .pricingtext .product-price,
.green-theme-medium .pricingtext .product-price,
.green-theme .pricingtext .product-price,
.ba-charcoal-gray-theme .pricingtext .product-price,
.ba-emerald-green-theme .pricingtext .product-price,
.black-theme span.product-modal-price,
.green-dark-theme span.product-modal-price,
.spruce-forest-theme span.product-modal-price,
.green-theme-medium span.product-modal-price,
.green-theme span.product-modal-price,
.ba-charcoal-gray-theme span.product-modal-price,
.ba-emerald-green-theme span.product-modal-price {
  color: #f6f4e9;
}
[class*=-theme] .yellow-theme a:not(.btn):not(.text-underline):not(.right-arrow),
[class*=-theme] .blue-theme a:not(.btn):not(.text-underline):not(.right-arrow),
[class*=-theme] .green-light-theme .ba-blue-light-theme a:not(.btn):not(.text-underline):not(.right-arrow),
[class*=-theme] .ba-wave-blue-theme a:not(.btn):not(.text-underline):not(.right-arrow) {
  color: #262626 !important;
}
[class*=-theme] .white-theme .price,
[class*=-theme] .spruce-eggshell-theme .price,
[class*=-theme] .grey-theme .price,
[class*=-theme] .grey-light-theme .price,
[class*=-theme] .spruce-neon-theme .price,
[class*=-theme] .ba-neon-blue .price,
[class*=-theme] .hrb-neon-green .price,
[class*=-theme] .spruce-shark-gray .price,
[class*=-theme] .white-theme span.product-modal-price,
[class*=-theme] .spruce-eggshell-theme span.product-modal-price,
[class*=-theme] .grey-theme span.product-modal-price,
[class*=-theme] .grey-light-theme span.product-modal-price,
[class*=-theme] .spruce-neon-theme span.product-modal-price,
[class*=-theme] .ba-neon-blue span.product-modal-price,
[class*=-theme] .hrb-neon-green span.product-modal-price,
[class*=-theme] .spruce-shark-gray span.product-modal-price {
  color: #005d1f;
}
.white-theme .price,
.spruce-eggshell-theme .price,
.grey-theme .price,
.grey-light-theme .price,
.spruce-neon-theme .price,
.ba-neon-blue .price,
.hrb-neon-green .price,
.spruce-shark-gray .price,
.white-theme span.product-modal-price,
.spruce-eggshell-theme span.product-modal-price,
.grey-theme span.product-modal-price,
.grey-light-theme span.product-modal-price,
.spruce-neon-theme span.product-modal-price,
.ba-neon-blue span.product-modal-price,
.hrb-neon-green span.product-modal-price,
.spruce-shark-gray span.product-modal-price {
  color: #005d1f;
}
.spruce-dark-blue .price,
.spruce-dark-blue .product-price del,
.spruce-dark-blue .pricingtext .product-price,
.spruce-dark-blue span.product-modal-price {
  color: #ffffff;
}
[class*=-theme] .spruce-dark-blue .price,
[class*=-theme] .spruce-dark-blue .product-price del,
[class*=-theme] .spruce-dark-blue .pricingtext .product-price,
[class*=-theme] .spruce-dark-blue span.product-modal-price {
  color: #ffffff;
}
[class*=-theme].hrb-color--blue {
  color: #3bc0f8;
}
[class*=-theme].color-neon-blue {
  color: #00e9e9;
}
[class*=-theme].text-color-neon-green {
  color: #00e95c;
}
[class*=-theme].hrb-color--dark-blue {
  color: #0060c6;
}
[class*=-theme].color-dark-green,
[class*=-theme].hrb-color--medium-dark-green,
[class*=-theme].hrb-color--ba-emerald-green {
  color: #005d1f;
}

main[role="main"] {
  transition: margin 400ms ease-in-out;
  padding-top: 64px;
}
body section {
  position: relative;
}
.container {
  width: 100%;
  max-width: 100%;
  min-width: 320px;
  margin: 0 auto;
}
.column-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-height: 100%;
  /*
  @media @large {
    .column {
      flex-grow: 1;
      flex-shrink: 1;
      flex-basis: 0%;
    }
    .column-double {
      flex-grow: 2;
      flex-shrink: 1;
      flex-basis: 0%;
    }
  }
*/
  /* END: Five Column Varient */
}
@media screen and (min-width: 992px) {
  .column-container.nowrap-lg {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 992px) {
  .column-container.full-height .column[class*="-theme"],
  .column-container.full-height .column-double[class*="-theme"] {
    height: 100%;
  }
}
.column-container.valign-center {
  align-items: center;
}
.column-container > [class*=column] {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  position: relative;
}
.column-container > [class*=column] > * {
  max-width: 100%;
}
.column-container > [class*=column].hide-small {
  display: none;
}
@media screen and (min-width: 768px) {
  .column-container > [class*=column].hide-small {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .column-container > [class*=column].hide-medium {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .column-container > [class*=column].hide-medium {
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  .column-container > [class*=column].hide-large {
    display: none;
  }
}
.column-container > [class*=column].align-left {
  align-items: flex-start;
}
.column-container > [class*=column].align-right {
  align-items: flex-end;
}
.column-container > [class*=column].align-center {
  align-items: center;
}
.column-container > [class*=column].justify-around {
  justify-content: space-around;
}
.column-container > [class*=column].justify-between {
  justify-content: space-between;
}
.column-container > [class*=column].justify-start {
  justify-content: flex-start;
}
.column-container > [class*=column].justify-end {
  justify-content: flex-end;
}
.column-container > [class*=column].justify-center {
  justify-content: center;
}
.column-container > [class*=column].order-1 {
  order: 0;
}
.column-container > [class*=column]:nth-child(1),
.column-container > [class*=column].order-2 {
  order: 1;
}
.column-container > [class*=column]:nth-child(2),
.column-container > [class*=column].order-3 {
  order: 2;
}
.column-container > [class*=column]:nth-child(3),
.column-container > [class*=column].order-4 {
  order: 3;
}
.column-container > [class*=column]:nth-child(4),
.column-container > [class*=column].order-5 {
  order: 4;
}
.column-container > [class*=column]:nth-child(5),
.column-container > [class*=column].order-6 {
  order: 5;
}
.column-container > [class*=column]:nth-child(6),
.column-container > [class*=column].order-7 {
  order: 6;
}
.column-container > [class*=column]:nth-child(7),
.column-container > [class*=column].order-8 {
  order: 7;
}
.column-container > [class*=column]:nth-child(8),
.column-container > [class*=column].order-9 {
  order: 8;
}
.column-container > [class*=column]:nth-child(9) {
  order: 9;
}
.column-container > [class*=column] .bg-full-bleed {
  position: absolute;
  max-width: 50%;
}
.column-container > [class*=column] img .bottom {
  vertical-align: bottom;
}
.column-container > [class*=column] .text-center .text-center[class*=heading_max_width_] {
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.column-container:not([class*="card-container"])[class*=sm-][class*=column-reverse] {
  flex-wrap: wrap-reverse;
}
.column-container:not([class*="card-container"]).xlg-2-column .col-2 {
  flex-basis: 100%;
  width: 100%;
}
/*
@{cc}[class*=sm-][class*=-column] .column,
@{cc}[class*=md-][class*=-column] .column {
  height: auto;
}
*/
.column-container:not([class*="card-container"])[class*=sm-][class*=-column] .column {
  flex-grow: 1;
  flex-shrink: 0;
}
.column-container:not([class*="card-container"]).sm-2-column .column {
  flex-basis: 50%;
}
.column-container:not([class*="card-container"]).sm-3-column .column {
  flex-basis: 33.33%;
}
.column-container:not([class*="card-container"]).sm-4-column .column {
  flex-basis: 25%;
}
.column-container:not([class*="card-container"]).sm-5-column .column {
  flex-basis: 20%;
}
.column-container[class*="card-container"] {
  justify-content: space-between;
}
.column-container[class*="card-container"],
.column-container[class*="container-width-"] {
  margin: auto;
}
.column-container.container-width-90-percent,
.column-container[class*="card-container"] {
  width: 90%;
}
.column-container.container-width-600 {
  max-width: 600px;
}
.column-container.container-width-800 {
  max-width: 800px;
}
.column-container.card-container-660 {
  max-width: 660px;
}
.column-container.card-container-881,
.column-container.container-width-881 {
  max-width: 881px;
}
.column-container.card-container,
.column-container.container-width-1000 {
  max-width: 1000px;
}
.column-container.card-container-1080,
.column-container.container-width-1080 {
  max-width: 1080px;
}
.column-container.card-container2,
.column-container.container-width-1200 {
  max-width: 1200px;
}
.column-container.card-container3,
.column-container.container-width-1320 {
  max-width: 1320px;
}
.column-container.card-container-1400,
.column-container.container-width-1400 {
  max-width: 1400px;
}
.column-container.card-container-1560,
.column-container.container-width-1560 {
  max-width: 1560px;
}
.column-container[class*="card-container"] .column {
  flex-direction: row;
  height: auto;
  flex-grow: inherit;
  flex-shrink: inherit;
  flex-basis: inherit;
  margin: 15px 0;
}
.column-container.card-container-660 .column:last-child {
  padding-right: 0px;
}
[class*="card-container"] > .column {
  width: 100%;
}
@media (max-width: 768px) {
  [class*="card-container"].sm-2-column > .column {
    width: 49%;
  }
}
@media screen and (min-width: 992px) {
  [class*="card-container"].sm-2-column > .column.col-4 {
    width: 24%;
  }
}
@media screen and (min-width: 768px) {
  [class*="card-container"] > .column.col-4,
  [class*="card-container"] > .column.col-5 {
    width: 49%;
  }
}
@media screen and (min-width: 992px) {
  [class*="card-container"] > .column.col-2 {
    width: 49%;
  }
  [class*="card-container"]:not(.card-container-881) > .column.col-3 {
    width: 32%;
  }
}
@media screen and (min-width: 1200px) {
  [class*="card-container"] > .column.col-3 {
    width: 32%;
  }
  [class*="card-container"] > .column.col-4 {
    width: 24%;
  }
  [class*="card-container"] > .column.col-5 {
    width: 19%;
  }
}
.content-wrap {
  padding: 60px 25px;
}
.bg-full-bleed {
  display: inherit;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
  z-index: 0;
}
.bg-full-bleed.left {
  left: 0;
}
.bg-full-bleed.right {
  right: 0;
}
.content-two-column .column.image-bleed-50-50 .image-container img,
.two-column-control .column.image-bleed-50-50 .image-container img,
.content-two-column .column.image-bleed-50-50 .image-container,
.two-column-control .column.image-bleed-50-50 .image-container {
  width: 100%;
}
.column-control .content-wrap.text-center p,
.teaser .content-wrap.text-center p,
.content-two-column .content-wrap.text-center p,
.column-control .content-wrap.text-center .text-jumbo,
.teaser .content-wrap.text-center .text-jumbo,
.content-two-column .content-wrap.text-center .text-jumbo,
.column-control .content-wrap.text-center .text-large,
.teaser .content-wrap.text-center .text-large,
.content-two-column .content-wrap.text-center .text-large,
.column-control .content-wrap.text-center .text-medium,
.teaser .content-wrap.text-center .text-medium,
.content-two-column .content-wrap.text-center .text-medium,
.column-control .content-wrap.text-center .text-small,
.teaser .content-wrap.text-center .text-small,
.content-two-column .content-wrap.text-center .text-small,
.column-control .content-wrap.text-center > div,
.teaser .content-wrap.text-center > div,
.content-two-column .content-wrap.text-center > div {
  margin-left: auto;
  margin-right: auto;
}
.column-control .content-wrap.text-right p,
.teaser .content-wrap.text-right p,
.content-two-column .content-wrap.text-right p,
.column-control .content-wrap.text-right .text-jumbo,
.teaser .content-wrap.text-right .text-jumbo,
.content-two-column .content-wrap.text-right .text-jumbo,
.column-control .content-wrap.text-right .text-large,
.teaser .content-wrap.text-right .text-large,
.content-two-column .content-wrap.text-right .text-large,
.column-control .content-wrap.text-right .text-medium,
.teaser .content-wrap.text-right .text-medium,
.content-two-column .content-wrap.text-right .text-medium,
.column-control .content-wrap.text-right .text-small,
.teaser .content-wrap.text-right .text-small,
.content-two-column .content-wrap.text-right .text-small,
.column-control .content-wrap.text-right > div,
.teaser .content-wrap.text-right > div,
.content-two-column .content-wrap.text-right > div {
  margin-left: auto;
  margin-right: 0px;
}
.cq-dd-image {
  font-size: 0;
}
.xf-content-height {
  margin: 0px !important;
  min-height: auto !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .column.align-center .column-control {
    width: 100%;
  }
}
/* For IE10+ fix*/
@media only screen and (max-width: 991px) {
  .two-column-control .column,
  .two-column-control .column-double {
    height: auto !important;
  }
  .IE-height .column {
    height: auto !important;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-50-50.hero-bleed .column {
    height: auto !important;
  }
}
/* For IE10+ */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .two-column-control .image-container,
  .two-column-control .cq-dd-image,
  .two-column-control .s7dm-dynamic-media,
  .hero-50-50.hero-bleed .column .image-container,
  .hero_50_50 .column .image-container {
    min-height: 50vh;
  }
  .two-column-control .column,
  .two-column-control .column-double,
  .hero-50-50.hero-bleed .column {
    height: auto;
  }
  body.ab-included section .IE-height.column-container.full-height:not(.image-bleed-50-50-outer) [class*="-theme"].column {
    height: auto;
  }
  .align-left .two-column-control {
    min-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  main[role="main"] {
    padding-top: 64px;
  }
  .column-container:not([class*="card-container"]).sm-column-reverse {
    flex-wrap: wrap;
  }
  .column-container:not([class*="card-container"]).md-column-reverse {
    flex-wrap: wrap-reverse;
  }
  .column-container:not([class*="card-container"])[class*=lg-][class*=-column] .column {
    height: auto;
  }
  .column-container:not([class*="card-container"])[class*=sm-][class*=-column] .column {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
  }
  .column-container:not([class*="card-container"])[class*=md-][class*=-column] .column,
  .column-container:not([class*="card-container"])[class*=lg-][class*=-column] .column {
    flex-grow: 1;
    flex-shrink: 0;
  }
  .column-container:not([class*="card-container"]).md-2-column .column,
  .column-container:not([class*="card-container"]).lg-2-column .column {
    flex-basis: 50%;
  }
  .column-container:not([class*="card-container"]).md-3-column .column,
  .column-container:not([class*="card-container"]).lg-3-column .column {
    flex-basis: 33.33%;
  }
  .column-container:not([class*="card-container"]).md-4-column .column,
  .column-container:not([class*="card-container"]).lg-4-column .column {
    flex-basis: 25%;
  }
  .column-container:not([class*="card-container"]).md-5-column .column,
  .column-container:not([class*="card-container"]).lg-5-column .column {
    flex-basis: 20%;
  }
  .content-wrap {
    padding: 60px 40px;
  }
  section .column.align-center .content-wrap,
  section .column-double.align-center .content-wrap {
    padding: 0 60px 0 60px;
  }
}
@media screen and (min-width: 992px) {
  main[role="main"] {
    padding-top: 64px;
  }
  body section .column-container.full-height,
  body.ab-included section .column-container.full-height {
    transition: min-height 500ms ease-in-out;
  }
  body section .column-container.full-height {
    min-height: calc(100vh - 104px);
  }
  body.brandnav-included section .column-container.full-height {
    min-height: calc(100vh - 144px);
  }
  body.ab-included section .column-container.full-height {
    min-height: calc(100vh - 164px);
  }
  .column-container:not([class*="card-container"]).md-column-reverse,
  .column-container:not([class*="card-container"]).sm-md-column-reverse {
    flex-wrap: wrap;
  }
  .column-container:not([class*="card-container"]) .column,
  .column-container:not([class*="card-container"])[class*=md-][class*=-column] .column {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
  }
  .column-container:not([class*="card-container"]) .column-double {
    flex-grow: 2;
    flex-shrink: 1;
    flex-basis: 0%;
  }
  .bg-full-bleed {
    position: absolute;
  }
  .content-two-column .column.image-bleed-50-50,
  .two-column-control .column.image-bleed-50-50 {
    height: 100%;
  }
  .content-two-column .column.image-bleed-50-50 .image-container,
  .two-column-control .column.image-bleed-50-50 .image-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .content-two-column .column.image-bleed-50-50 .image-container img,
  .two-column-control .column.image-bleed-50-50 .image-container img {
    width: auto;
    position: absolute;
    max-width: none;
    transform: translate(-50%, -10%);
    left: 50%;
    top: 10%;
    height: calc(200%);
  }
  .content-two-column .column-container.full-height .column.image-bleed-50-50 .image-container img,
  .two-column-control .column-container.full-height .column.image-bleed-50-50 .image-container img {
    min-height: 700px;
  }
}
@media screen and (min-width: 1200px) {
  .column-container:not([class*="card-container"]).xlg-2-column .col-2 {
    width: 50%;
    flex-basis: 0%;
  }
  .content-wrap.content-left,
  section .column:not(.align-center):first-child .content-wrap,
  section .column-double:not(.align-center):first-child .content-wrap {
    padding-left: 120px;
    padding-right: 60px;
  }
  .content-wrap.content-right,
  section .column-double:not(.align-center):last-child .content-wrap {
    padding-left: 60px;
    padding-right: 120px;
  }
  section .column:not(.align-center):last-child .content-wrap {
    padding-left: 60px;
    padding-right: 120px;
  }
  section .column:not(.align-center).col-1 .introDefaultvariant.content-wrap {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media screen and (min-width: 1445px) {
  .content-two-column .column-container.full-height .column.image-bleed-50-50 .image-container img,
  .two-column-control .column-container.full-height .column.image-bleed-50-50 .image-container img {
    min-height: auto;
  }
  .content-two-column .column.image-bleed-50-50 .image-container img,
  .two-column-control .column.image-bleed-50-50 .image-container img {
    height: auto;
  }
}
[class*="flex"] {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.flex-start {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex-center {
  -webkit-align-items: center;
  align-items: center;
}
.flex-stretch {
  -webkit-align-items: stretch;
  align-items: stretch;
}
.flex-end {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex-column {
  flex-direction: column;
}
.flex-row-r {
  flex-direction: row-reverse;
}
.flex-column-r {
  flex-direction: column-reverse;
}
.jc-start {
  justify-content: flex-start;
}
.jc-center {
  justify-content: center;
}
.jc-space-between {
  justify-content: space-between;
}
.jc-end {
  justify-content: flex-end;
}
.wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .flex-row-sm {
    flex-direction: row;
  }
  .flex-row-r-sm {
    flex-direction: row-reverse;
  }
  .flex-column-sm {
    flex-direction: column;
  }
  .flex-center-sm {
    -webkit-align-items: center;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .flex-row-md {
    flex-direction: row;
  }
  .flex-row-r-md {
    flex-direction: row-reverse;
  }
  .flex-column-md {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .flex-row-lg {
    flex-direction: row;
  }
}

.ext_color-ui-green,
a.right-arrow-green,
a.green,
a.underline-green,
a span.green,
a span.underline-green {
  color: #005d1f;
}
.ext_color-white,
a.white,
a.underline-white,
a span.white,
a span.underline-white {
  color: #ffffff;
}
.ext_ui-green-right-arrow:after,
a.right-arrow-green:after,
a.green.right-arrow:after,
a.green.right-arrow-green:after,
a span.rte-right-arrow-green:after,
a span.green.rte-right-arrow-green:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%23005D1F%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}
.ext_text-decoration-none,
a,
a.right-arrow:hover,
a.right-arrow-green:hover,
a.white:hover,
a.white:focus,
a.green:hover,
a.green:focus,
a.underline-green:hover,
a.underline-black:hover,
a.underline-grey:hover,
a.underline-white:hover,
a span.rte-right-arrow:hover,
a span.rte-right-arrow-green:hover,
a span.white:hover,
a span.white:focus,
a span.green:hover,
a span.green:focus,
a span.underline-green:hover,
a span.underline-black:hover,
a span.underline-grey:hover,
a span.underline-white:hover {
  text-decoration: none;
}
.ext_text-decoration-underline,
a.underline-green,
a.underline-black,
a.underline-grey,
a.underline-white,
a span.underline-green,
a span.underline-black,
a span.underline-grey,
a span.underline-white {
  text-decoration: underline;
}
.ext_bg-center-no-repeat,
a.right-arrow:after,
a.right-arrow-green:after,
a span.rte-right-arrow:after,
a span.rte-right-arrow-green:after {
  background-position: center;
  background-repeat: no-repeat;
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
main {
  overflow: hidden;
}
main > section:not(.savings-interest-calc-section) {
  border-bottom: 1px solid #e8eef1;
}
img {
  border: 0;
}
.img-rounded {
  border-radius: 16px;
}
.img-fb-rounded {
  border-radius: 16px 16px 0 0;
}
.img-fb {
  width: 100%;
}
.image-container {
  font-size: 0;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.icon-svg.green,
.icon-circle.green {
  background-color: #005d1f;
}
.icon-svg.yellow,
.icon-circle.yellow {
  background-color: #f5cc02;
}
.icon-svg.grey,
.icon-circle.grey {
  background-color: #f1f5f7;
}
.icon-circle {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hrb-body-support-copy a {
  display: inline;
}
@media screen and (max-width: 576px) {
  [class*="body_max_width_"] > p > a {
    display: inline;
  }
}
a {
  color: #003512;
  cursor: pointer;
  display: inline-block;
}
a:focus .icon-fill {
  fill: #005d1f;
}
a:focus .icon-stroke {
  stroke: #005d1f;
}
a.right-arrow,
a.right-arrow-green {
  font-size: 1.8rem;
  font-weight: 500;
}
a.right-arrow:after,
a.right-arrow-green:after {
  content: "";
  margin-right: -26px;
  padding-right: 26px;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
}
a.right-arrow:hover:after,
a.right-arrow-green:hover:after,
a.right-arrow:focus:after,
a.right-arrow-green:focus:after {
  transform: translateX(5px);
  transition: transform 150ms ease-in-out;
}
a.right-arrow:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%23003512%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}
a.white.right-arrow:after,
a.white.right-arrow-green:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%23ffffff%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}
a.underline-black {
  color: #262626;
}
a.underline-grey {
  color: #6e6e6e;
}
a span.rte-right-arrow,
a span.rte-right-arrow-green {
  font-size: 1.8rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}
a span.rte-right-arrow:after,
a span.rte-right-arrow-green:after {
  content: "";
  margin-right: -26px;
  padding-right: 26px;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
}
a span.rte-right-arrow:hover:after,
a span.rte-right-arrow:focus:after {
  transform: translateX(5px);
  transition: transform 150ms ease-in-out;
}
a span.rte-right-arrow:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%23003512%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}
a span.rte-right-arrow-green {
  color: #005d1f !important;
}
a span.rte-right-arrow-green:hover:after,
a span.rte-right-arrow-green:focus:after {
  transform: translateX(5px);
  transition: transform 150ms ease-in-out;
}
a span.white.rte-right-arrow-green:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%23ffffff%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}
a span.underline-black {
  color: #262626;
}
a span.underline-grey {
  color: #6e6e6e;
}
.btn {
  border-radius: 80px;
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 35px;
  font-size: 1.9rem;
  position: relative;
  transition: background-color 200ms ease, color 200ms ease;
  font-weight: 600;
  justify-content: center;
  letter-spacing: -0.3px;
  text-align: center;
  line-height: 22px;
  background-color: #005d1f;
  color: #ffffff;
  border: 2px solid transparent;
  box-sizing: border-box;
}
.btn .icon-svg > svg {
  fill: #ffffff;
}
.btn:hover:not(.disabled),
.btn:focus:not(.disabled) {
  background-color: #262626;
  color: #ffffff;
  border: 2px solid transparent;
  text-decoration: none;
}
.btn:hover:not(.disabled) .icon-svg > svg,
.btn:focus:not(.disabled) .icon-svg > svg {
  fill: #ffffff;
}
@media screen and (min-width: 768px) {
  .btn {
    height: 80px;
    width: auto;
    font-size: 1.9rem;
  }
}
.btn.btn-medium {
  height: 60px;
  padding: 0 20px;
  font-size: 1.9rem;
  white-space: nowrap;
}
.btn.btn-little {
  font-size: 1.9rem;
  height: 48px;
  padding: 0 20px;
  white-space: nowrap;
  letter-spacing: -0.09px;
}
.btn.btn-small {
  height: 48px;
  padding: 0 20px;
  font-size: 1.2rem;
  white-space: nowrap;
  letter-spacing: -0.09px;
}
@media screen and (min-width: 768px) {
  .btn.btn-short {
    min-width: 225px;
  }
}
@media screen and (min-width: 768px) {
  .btn.btn-wide {
    min-width: 260px;
  }
}
@media screen and (min-width: 768px) {
  .btn.btn-x-wide {
    min-width: 325px;
  }
}
@media screen and (min-width: 768px) {
  .btn.btn-xx-wide {
    min-width: 520px;
  }
}
@media screen and (min-width: 768px) {
  .btn.btn-full-wide {
    width: 100%;
  }
}
.btn:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #0095ff;
}
.btn:disabled,
.btn.disabled {
  pointer-events: none;
  background-color: #d6dae0;
  color: #262626;
  border: none;
}
.nowrap,
sup {
  white-space: nowrap;
}
.btn-image,
.btn-image img {
  height: 60px;
  font-size: 1.9rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .btn-image,
  .btn-image img {
    width: auto;
    font-size: 1.9rem;
  }
}
.btn-image.btn-medium,
.btn-image img.btn-medium,
.btn-image.btn-medium img,
.btn-image img.btn-medium img {
  height: 60px;
  font-size: 1.9rem;
}
.btn-image.btn-small,
.btn-image img.btn-small,
.btn-image.btn-small img,
.btn-image img.btn-small img {
  height: 48px;
  font-size: 1.2rem;
}
.btn-image img {
  width: auto !important;
}
.icon-btn {
  border: 0;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}
.icon-btn .icon-svg {
  display: flex;
}
.icon-btn .icon-svg .icon {
  fill: #262626;
}
.icon-btn .btn-label {
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: 10px;
}
@media screen and (min-width: 992px) {
  .icon-btn .btn-label {
    font-size: 1.8rem;
  }
}
.icon-btn.white {
  color: #ffffff;
  font-weight: 500;
}
.icon-btn.white .icon-svg .icon {
  fill: #ffffff;
}
.icon-btn:hover:not(.disabled),
.icon-btn:focus:not(.disabled) {
  text-decoration: none;
}
.icon-btn:hover:not(.disabled) .icon-svg.white,
.icon-btn:focus:not(.disabled) .icon-svg.white {
  fill: #ffffff;
}
.icon-btn:hover:not(.disabled).white,
.icon-btn:focus:not(.disabled).white {
  color: #e8eef1;
}
.icon-btn .icon-caret {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-down%22%20fill%3D%22%23ffffff%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.3%209.3C7.7%208.9%208.2%208.9%208.6%209.2L8.7%209.3%2012%2012.6%2015.3%209.3C15.7%208.9%2016.2%208.9%2016.6%209.2L16.7%209.3C17.1%209.7%2017.1%2010.2%2016.8%2010.6L16.7%2010.7%2012.7%2014.7C12.3%2015.1%2011.8%2015.1%2011.4%2014.8L11.3%2014.7%207.3%2010.7C6.9%2010.3%206.9%209.7%207.3%209.3Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
}
.icon-btn .icon-caret.up {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-up%22%20fill%3D%22%23ffffff%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11.3%209.3C11.7%208.9%2012.2%208.9%2012.6%209.2L12.7%209.3%2016.7%2013.3C17.1%2013.7%2017.1%2014.3%2016.7%2014.7%2016.3%2015.1%2015.8%2015.1%2015.4%2014.8L15.3%2014.7%2012%2011.4%208.7%2014.7C8.3%2015.1%207.8%2015.1%207.4%2014.8L7.3%2014.7C6.9%2014.3%206.9%2013.8%207.2%2013.4L7.3%2013.3%2011.3%209.3Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}
.btn-container {
  margin: 40px 0 20px;
}
.btn-container .btn,
.btn-container .btn-image,
.btn-container .text-underline,
.btn-container a:not(.btn):not(.btn-image) {
  margin: 0 20px 20px 0;
}
@media screen and (min-width: 768px) {
  .btn-container .btn-image {
    margin: 20px 15px 20px 0;
  }
}
.btn-container .btn-image:last-of-type,
.btn-container .right-arrow:not(.btn):not(.btn-image):last-of-type,
.btn-container .text-underline:last-of-type,
.btn-container a:not(.btn):not(.btn-image):last-of-type {
  margin-right: 0;
}
.btn-container .right-arrow:not(.btn):not(.btn-image) {
  margin-right: 40px;
}
.btn-container .text-underline,
.btn-container a:not(.btn):not(.btn-image) {
  font-size: 1.8rem;
  font-weight: 500;
}
/*For ios 10 fix*/
@media screen and (max-width: 767px) {
  .iOS-10 button.btn,
  .iOS-10 input[type="submit"].btn {
    display: block !important;
  }
}
.js-disclaimer-link {
  padding: 2px;
  background: transparent;
  border: 2px solid transparent;
  border-radius: 3px;
  line-height: 1;
  outline: 0;
  cursor: pointer;
  color: #003512;
  margin-left: -0.2em;
}
.js-disclaimer-link:hover {
  text-decoration: underline;
}
.js-disclaimer-link:focus {
  border-color: #003512;
}
#disclaimer-return-btn {
  display: inline-block;
  padding: 0;
  outline: 0;
  border: 0;
  margin-right: 10px;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #fff;
  cursor: pointer;
  background: transparent;
}
h1 sup,
h2 sup,
.text-jumbo sup,
.text-large sup {
  font-size: 50%;
}
.btn--white {
  background-color: #ffffff;
  color: #262626;
  border: 2px solid transparent;
  box-sizing: border-box;
}
.btn--white .icon-svg > svg {
  fill: #262626;
}
.btn--white:hover:not(.disabled),
.btn--white:focus:not(.disabled) {
  background-color: #e8eef1;
  color: #262626;
  border: 2px solid transparent;
  text-decoration: none;
}
.btn--white:hover:not(.disabled) .icon-svg > svg,
.btn--white:focus:not(.disabled) .icon-svg > svg {
  fill: #262626;
}
.btn--ui-green,
.btn--medium-dark-green {
  background-color: #005d1f;
  color: #ffffff;
  border: 2px solid transparent;
  box-sizing: border-box;
}
.btn--ui-green .icon-svg > svg,
.btn--medium-dark-green .icon-svg > svg {
  fill: #ffffff;
}
.btn--ui-green:hover:not(.disabled),
.btn--medium-dark-green:hover:not(.disabled),
.btn--ui-green:focus:not(.disabled),
.btn--medium-dark-green:focus:not(.disabled) {
  background-color: #003512;
  color: #ffffff;
  border: 2px solid transparent;
  text-decoration: none;
}
.btn--ui-green:hover:not(.disabled) .icon-svg > svg,
.btn--medium-dark-green:hover:not(.disabled) .icon-svg > svg,
.btn--ui-green:focus:not(.disabled) .icon-svg > svg,
.btn--medium-dark-green:focus:not(.disabled) .icon-svg > svg {
  fill: #ffffff;
}
.btn--dark-green {
  background-color: #005d1f;
}
.btn--medium-light-green {
  background-color: #89d49f;
}
.btn--transparent {
  background-color: transparent;
  color: #262626;
}
.btn--transparent .icon-svg > svg {
  fill: #262626;
}
.btn--transparent-white {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  box-sizing: border-box;
}
.btn--transparent-white .icon-svg > svg {
  fill: #ffffff;
}
.btn--transparent-white:hover:not(.disabled),
.btn--transparent-white:focus:not(.disabled) {
  background-color: #e8eef1;
  color: #262626;
  border: 2px solid transparent;
  text-decoration: none;
}
.btn--transparent-white:hover:not(.disabled) .icon-svg > svg,
.btn--transparent-white:focus:not(.disabled) .icon-svg > svg {
  fill: #262626;
}
.btn--transparent-white:disabled,
.btn--transparent-white.disabled {
  border: 2px solid #d6dae0;
  background: transparent;
  color: #d6dae0;
}
.btn--transparent-black {
  background-color: transparent;
  color: #262626;
  border: 2px solid #262626;
  box-sizing: border-box;
}
.btn--transparent-black .icon-svg > svg {
  fill: #262626;
}
.btn--transparent-black:hover:not(.disabled),
.btn--transparent-black:focus:not(.disabled) {
  background-color: #262626;
  color: #ffffff;
  border: 2px solid transparent;
  text-decoration: none;
}
.btn--transparent-black:hover:not(.disabled) .icon-svg > svg,
.btn--transparent-black:focus:not(.disabled) .icon-svg > svg {
  fill: #ffffff;
}
.btn--transparent-black:disabled,
.btn--transparent-black.disabled {
  border: 2px solid #6e6e6e;
  background: transparent;
  color: #6e6e6e;
}
.btn--transparent-eggshell {
  background-color: transparent;
  color: #f6f4e9;
  border: 2px solid #f6f4e9;
  box-sizing: border-box;
}
.btn--transparent-eggshell .icon-svg > svg {
  fill: #f6f4e9;
}
.btn--transparent-eggshell:hover:not(.disabled),
.btn--transparent-eggshell:focus:not(.disabled) {
  background-color: #335d41;
  color: #f6f4e9;
  border: 2px solid transparent;
  text-decoration: none;
}
.btn--transparent-eggshell:hover:not(.disabled) .icon-svg > svg,
.btn--transparent-eggshell:focus:not(.disabled) .icon-svg > svg {
  fill: #f6f4e9;
}
.btn--transparent-eggshell:hover:not(.disabled),
.btn--transparent-eggshell:focus:not(.disabled) {
  border: 2px solid #f6f4e9;
}
.btn--transparent-eggshell:disabled,
.btn--transparent-eggshell.disabled {
  border: 2px solid #d6dae0;
  background: transparent;
  color: #d6dae0;
}
.btn--light-grey-1 {
  background-color: #f1f5f7;
  color: #262626;
}
.btn--light-grey-1 .icon-svg > svg {
  fill: #262626;
}
.btn--light-grey-2 {
  background-color: #e8eef1;
  color: #262626;
}
.btn--light-grey-2 .icon-svg > svg {
  fill: #262626;
}
.btn--medium-dark-yellow {
  background-color: #e9ab00;
}
.btn--medium-light-yellow {
  background-color: #fae580;
}
.btn--medium-dark-blue {
  background-color: #0095ff;
}
.btn--medium-light-blue {
  background-color: #9ddffb;
  color: #262626;
}
.btn--medium-light-blue .icon-svg > svg {
  fill: #262626;
}
.btn--wave-blue {
  background-color: #1f65a6;
  color: #262626;
  border: 2px solid transparent;
  box-sizing: border-box;
}
.btn--wave-blue .icon-svg > svg {
  fill: #262626;
}
.btn--wave-blue:hover:not(.disabled),
.btn--wave-blue:focus:not(.disabled) {
  background-color: #262626;
  color: #ffffff;
  border: 2px solid transparent;
  text-decoration: none;
}
.btn--wave-blue:hover:not(.disabled) .icon-svg > svg,
.btn--wave-blue:focus:not(.disabled) .icon-svg > svg {
  fill: #ffffff;
}
.btn--hrb--neon {
  background-color: #00e95c;
  color: #262626;
  border: 2px solid transparent;
  box-sizing: border-box;
}
.btn--hrb--neon .icon-svg > svg {
  fill: #262626;
}
.btn--hrb--neon:hover:not(.disabled),
.btn--hrb--neon:focus:not(.disabled) {
  background-color: #00ba4a;
  color: #262626;
  border: 2px solid transparent;
  text-decoration: none;
}
.btn--hrb--neon:hover:not(.disabled) .icon-svg > svg,
.btn--hrb--neon:focus:not(.disabled) .icon-svg > svg {
  fill: #262626;
}
.btn--ba--neon {
  background-color: #00e9e9;
  color: #262626;
  border: 2px solid transparent;
  box-sizing: border-box;
}
.btn--ba--neon .icon-svg > svg {
  fill: #262626;
}
.btn--ba--neon:hover:not(.disabled),
.btn--ba--neon:focus:not(.disabled) {
  background-color: #00baba;
  color: #262626;
  border: 2px solid transparent;
  text-decoration: none;
}
.btn--ba--neon:hover:not(.disabled) .icon-svg > svg,
.btn--ba--neon:focus:not(.disabled) .icon-svg > svg {
  fill: #262626;
}
.btn--transparent--hrb--neon {
  background-color: transparent;
  color: #00e95c;
  border: 2px solid #00e95c;
  box-sizing: border-box;
}
.btn--transparent--hrb--neon .icon-svg > svg {
  fill: #00e95c;
}
.btn--transparent--hrb--neon:hover:not(.disabled),
.btn--transparent--hrb--neon:focus:not(.disabled) {
  background-color: #00ba4a;
  color: #262626;
  border: 2px solid transparent;
  text-decoration: none;
}
.btn--transparent--hrb--neon:hover:not(.disabled) .icon-svg > svg,
.btn--transparent--hrb--neon:focus:not(.disabled) .icon-svg > svg {
  fill: #262626;
}
.btn--transparent--hrb--neon:disabled,
.btn--transparent--hrb--neon.disabled {
  border: 2px solid #d6dae0;
  background: transparent;
  color: #d6dae0;
}
.btn--transparent--ba--neon {
  background-color: transparent;
  color: #00e9e9;
  border: 2px solid #00e9e9;
  box-sizing: border-box;
}
.btn--transparent--ba--neon .icon-svg > svg {
  fill: #00e9e9;
}
.btn--transparent--ba--neon:hover:not(.disabled),
.btn--transparent--ba--neon:focus:not(.disabled) {
  background-color: #00baba;
  color: #262626;
  border: 2px solid transparent;
  text-decoration: none;
}
.btn--transparent--ba--neon:hover:not(.disabled) .icon-svg > svg,
.btn--transparent--ba--neon:focus:not(.disabled) .icon-svg > svg {
  fill: #262626;
}
.btn--transparent--ba--neon:disabled,
.btn--transparent--ba--neon.disabled {
  border: 2px solid #d6dae0;
  background: transparent;
  color: #d6dae0;
}
.btn--transparent--spruce--neon {
  background-color: transparent;
  color: #d2fa52;
  border: 2px solid #d2fa52;
  box-sizing: border-box;
}
.btn--transparent--spruce--neon .icon-svg > svg {
  fill: #d2fa52;
}
.btn--transparent--spruce--neon:hover:not(.disabled),
.btn--transparent--spruce--neon:focus:not(.disabled) {
  background-color: #a8c842;
  color: #262626;
  border: 2px solid transparent;
  text-decoration: none;
}
.btn--transparent--spruce--neon:hover:not(.disabled) .icon-svg > svg,
.btn--transparent--spruce--neon:focus:not(.disabled) .icon-svg > svg {
  fill: #262626;
}
.btn--transparent--spruce--neon:disabled,
.btn--transparent--spruce--neon.disabled {
  border: 2px solid #d6dae0;
  background: transparent;
  color: #d6dae0;
}
.btn--transparent--global--green {
  background-color: transparent;
  color: #005d1f;
  border: 2px solid #005d1f;
  box-sizing: border-box;
}
.btn--transparent--global--green .icon-svg > svg {
  fill: #005d1f;
}
.btn--transparent--global--green:hover:not(.disabled),
.btn--transparent--global--green:focus:not(.disabled) {
  background-color: #003512;
  color: #ffffff;
  border: 2px solid transparent;
  text-decoration: none;
}
.btn--transparent--global--green:hover:not(.disabled) .icon-svg > svg,
.btn--transparent--global--green:focus:not(.disabled) .icon-svg > svg {
  fill: #ffffff;
}
.btn--transparent--global--green:disabled,
.btn--transparent--global--green.disabled {
  border: 2px solid #6e6e6e;
  background: transparent;
  color: #6e6e6e;
}
.btn-green--forest {
  background-color: #003512;
  color: #ffffff;
  border: 2px solid transparent;
  box-sizing: border-box;
}
.btn-green--forest .icon-svg > svg {
  fill: #ffffff;
}
.btn-green--forest:hover:not(.disabled),
.btn-green--forest:focus:not(.disabled) {
  background-color: #335d41;
  color: #ffffff;
  border: 2px solid transparent;
  text-decoration: none;
}
.btn-green--forest:hover:not(.disabled) .icon-svg > svg,
.btn-green--forest:focus:not(.disabled) .icon-svg > svg {
  fill: #ffffff;
}
.btn-green--neon {
  background-color: #d2fa52;
  color: #262626;
  border: 2px solid transparent;
  box-sizing: border-box;
}
.btn-green--neon .icon-svg > svg {
  fill: #262626;
}
.btn-green--neon:hover:not(.disabled),
.btn-green--neon:focus:not(.disabled) {
  background-color: #a8c842;
  color: #262626;
  border: 2px solid transparent;
  text-decoration: none;
}
.btn-green--neon:hover:not(.disabled) .icon-svg > svg,
.btn-green--neon:focus:not(.disabled) .icon-svg > svg {
  fill: #262626;
}
.btn--emerald-green {
  background-color: #005d1f;
  color: #ffffff;
  border: 2px solid transparent;
  box-sizing: border-box;
}
.btn--emerald-green .icon-svg > svg {
  fill: #ffffff;
}
.btn--emerald-green:hover:not(.disabled),
.btn--emerald-green:focus:not(.disabled) {
  background-color: #003512;
  color: #ffffff;
  border: 2px solid transparent;
  text-decoration: none;
}
.btn--emerald-green:hover:not(.disabled) .icon-svg > svg,
.btn--emerald-green:focus:not(.disabled) .icon-svg > svg {
  fill: #ffffff;
}
.btn--white-emerald-green {
  background-color: #ffffff;
  color: #005d1f;
}
.btn--white-emerald-green .icon-svg > svg {
  fill: #005d1f;
}
.btn--expat-blue {
  background-color: #3bc0f8;
  color: #262626;
}
.btn--expat-blue .icon-svg > svg {
  fill: #262626;
}
button {
  cursor: pointer;
}
sup span.spacer {
  width: 0;
  display: inline-flex;
}
.btn-click-loader {
  width: 40px;
  height: 40px;
  border: 5px solid #ffffff;
  border-bottom-color: #005d1f;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
label {
  display: block;
  margin: 10px 0;
}
input,
textarea,
select {
  border: 0;
  border-bottom: 2px solid #262626;
  outline: none;
  width: 100%;
  background-color: transparent;
  font-weight: 500;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d6dae0;
  opacity: 1;
  /* Firefox */
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d6dae0;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #d6dae0;
}
.form-group {
  display: flex;
  align-items: center;
  margin: 20px 0;
  position: relative;
}
.hrb-input-group {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}
.hrb-input-group .hrb-input {
  height: 80px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  background-color: #f1f5f7;
  border-radius: 16px;
  border: 2px solid transparent;
  padding: 40px 20px 20px;
  transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.hrb-input-group .hrb-input::placeholder {
  color: #6e6e6e;
}
.hrb-input-group .hrb-input:-ms-input-placeholder {
  color: #6e6e6e;
}
.hrb-input-group .hrb-input::-ms-input-placeholder {
  color: #6e6e6e;
}
.hrb-input-group .hrb-input:hover {
  border-color: #d6dae0;
}
.hrb-input-group .hrb-input.is-dirty ~ label,
.hrb-input-group .hrb-input:focus ~ label {
  top: 12px;
  transform: scale(0.75);
}
.hrb-input-group .hrb-input:focus {
  border-color: #005d1f;
}
.hrb-input-group .hrb-input.has-error {
  background-color: #fef8fb;
  border-color: #dc1f00;
}
.hrb-input-group .hrb-input.has-error ~ label,
.hrb-input-group .hrb-input.has-error.is-dirty ~ label {
  color: #dc1f00;
}
.hrb-input-group select.hrb-input {
  padding-top: 20px;
}
.hrb-input-group .icon-link {
  position: absolute;
  right: 20px;
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.hrb-input-group .icon-link:hover,
.hrb-input-group .icon-link:focus {
  opacity: 0.65;
}
.hrb-input-group .icon-link:focus {
  outline: -webkit-focus-ring-color auto 1px;
}
.hrb-input-group .icon-link:active {
  transform: scale(1.12);
}
.hrb-input-group label {
  position: absolute;
  top: 24px;
  left: 22px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  transform-origin: left;
  cursor: text;
  pointer-events: none;
}
.hrb-custom-input,
.form-input-custom {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.hrb-custom-input input[type="checkbox"],
.form-input-custom input[type="checkbox"],
.hrb-custom-input input[type="radio"],
.form-input-custom input[type="radio"] {
  opacity: 0;
}
.hrb-custom-input input[type="checkbox"]:hover + label:before,
.form-input-custom input[type="checkbox"]:hover + label:before,
.hrb-custom-input input[type="radio"]:hover + label:before,
.form-input-custom input[type="radio"]:hover + label:before {
  background-color: #e8eef1;
  border-color: #e8eef1;
}
.hrb-custom-input input[type="checkbox"] + label:after,
.form-input-custom input[type="checkbox"] + label:after,
.hrb-custom-input input[type="radio"] + label:after,
.form-input-custom input[type="radio"] + label:after {
  opacity: 0;
}
.hrb-custom-input input[type="checkbox"] + label:focus:before,
.form-input-custom input[type="checkbox"] + label:focus:before,
.hrb-custom-input input[type="radio"] + label:focus:before,
.form-input-custom input[type="radio"] + label:focus:before {
  background-color: #e8eef1;
  outline: 3px solid #888;
}
.hrb-custom-input input[type="checkbox"]:focus + label:before,
.form-input-custom input[type="checkbox"]:focus + label:before,
.hrb-custom-input input[type="radio"]:focus + label:before,
.form-input-custom input[type="radio"]:focus + label:before {
  background-color: #e8eef1;
  outline: 3px solid #888;
}
.hrb-custom-input input[type="checkbox"]:checked + label:after,
.form-input-custom input[type="checkbox"]:checked + label:after,
.hrb-custom-input input[type="radio"]:checked + label:after,
.form-input-custom input[type="radio"]:checked + label:after {
  opacity: 1;
}
.hrb-custom-input input[type="checkbox"]:checked + label:before,
.form-input-custom input[type="checkbox"]:checked + label:before,
.hrb-custom-input input[type="radio"]:checked + label:before,
.form-input-custom input[type="radio"]:checked + label:before {
  border-color: #262626;
}
.hrb-custom-input input[type="checkbox"]:checked:hover + label:before,
.form-input-custom input[type="checkbox"]:checked:hover + label:before,
.hrb-custom-input input[type="radio"]:checked:hover + label:before,
.form-input-custom input[type="radio"]:checked:hover + label:before {
  background-color: #e8eef1;
  border-color: #e8eef1;
}
.hrb-custom-input label,
.form-input-custom label {
  position: relative;
  display: inline-block;
  padding-left: 34px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  cursor: pointer;
}
.hrb-custom-input label:before,
.form-input-custom label:before,
.hrb-custom-input label:after,
.form-input-custom label:after {
  content: "";
  position: absolute;
  display: inline-block;
}
.hrb-custom-input label:before,
.form-input-custom label:before {
  width: 24px;
  height: 24px;
  top: 2px;
  left: 0;
  background-color: #ffffff;
  border: 2px solid #262626;
  transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.hrb-custom-input label:after,
.form-input-custom label:after {
  transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.hrb-custom-input label:focus,
.form-input-custom label:focus {
  outline: 0;
}
.hrb-custom-input input[type="checkbox"] + label:before,
.form-input-custom input[type="checkbox"] + label:before {
  border-radius: 5px;
}
.hrb-custom-input input[type="checkbox"] + label:after,
.form-input-custom input[type="checkbox"] + label:after {
  top: 9px;
  left: 6px;
  width: 12px;
  height: 6px;
  border-left: 2px solid #262626;
  border-bottom: 2px solid #262626;
  transform: rotate(-45deg);
  transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.hrb-custom-input input[type="radio"] + label:before,
.form-input-custom input[type="radio"] + label:before {
  border-radius: 50%;
}
.hrb-custom-input input[type="radio"] + label:after,
.form-input-custom input[type="radio"] + label:after {
  width: 14px;
  height: 14px;
  top: 7px;
  left: 5px;
  background-color: #262626;
  border-radius: 50%;
  transition: all 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.custom-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.custom-form .full-width {
  position: relative;
  width: 100%;
}
.custom-form .btn-container {
  text-align: center;
}
.form-input-textbox {
  position: relative;
  width: 100%;
  margin: 10px 0 10px 0;
}
@media screen and (min-width: 576px) {
  .form-input-textbox {
    width: 49%;
  }
}
.form-input-textbox.valid input {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='none'%3E%3Cpath d='M16.3 8.3C16.7 7.9 17.3 7.9 17.7 8.3 18.1 8.7 18.1 9.2 17.8 9.6L17.7 9.7 11.7 15.7C11.3 16.1 10.8 16.1 10.4 15.8L10.3 15.7 7.3 12.7C6.9 12.3 6.9 11.7 7.3 11.3 7.7 10.9 8.2 10.9 8.6 11.2L8.7 11.3 11 13.6 16.3 8.3Z' fill='%23262626'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 95%;
}
.form-input-textbox input,
.form-input-textbox textarea {
  font-size: 18px;
  border: none;
  border-radius: 16px;
  background: #f1f5f7;
  height: 80px;
  padding: 20px 45px 12px 16px;
  text-overflow: ellipsis;
}
.form-input-textbox input:focus ~ label,
.form-input-textbox textarea:focus ~ label,
.form-input-textbox input.hasValue ~ label,
.form-input-textbox textarea.hasValue ~ label {
  top: 18px;
  font-size: 12px;
  transition: 0.15s ease-out all;
}
.form-input-textbox select {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  border-radius: 16px;
  height: 80px;
  padding: 20px 45px 20px 16px;
  outline: 0;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.1px;
  font-weight: 400;
  text-overflow: ellipsis;
  color: #6e6e6e;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: #f1f5f7;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.18875 0.657983C1.67087 0.175854 2.45256 0.175854 2.93469 0.657983L6.99999 4.72328L11.0653 0.657983C11.5474 0.175854 12.3291 0.175854 12.8112 0.657983C13.2934 1.14011 13.2934 1.9218 12.8112 2.40393L7.87296 7.3422C7.39083 7.82433 6.60915 7.82433 6.12702 7.3422L1.18875 2.40393C0.706616 1.9218 0.706616 1.14011 1.18875 0.657983Z' fill='%23262626'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 95%;
}
.form-input-textbox label {
  position: absolute;
  top: 30px;
  pointer-events: none;
  transition: 0.2s ease all;
  font-size: 18px;
  color: #6e6e6e;
  margin: 0;
  padding-left: 18px;
}
.form-input-textbox.error input,
.form-input-textbox.error select {
  background-color: #fef8fb;
  border: 2px solid #dc1f00;
}
.form-input-textbox.error label {
  font-size: 18px;
  color: #dc1f00;
}
.form-input-textbox.error .hide {
  display: inline-block;
  color: #dc1f00;
  display: flex;
  font-size: 14px;
  letter-spacing: -0.22px;
  font-weight: 500;
  margin-top: 10px;
}
.form-input-custom {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  cursor: pointer;
  margin: 5px;
}
.form-input-custom h6 {
  width: 100%;
  margin: 0;
  font-weight: bold;
}
.cmp-form-options {
  border: none;
}
.cmp-form-options legend {
  font-weight: bold;
}
.cmp-form-options .cmp-form-options__field-label {
  margin-right: 20px;
}
.cmp-form-options .cmp-form-options__label {
  padding-left: 6px;
  margin: 0 0 10px 0;
}
.cmp-form-options.form-input-custom {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  cursor: pointer;
  margin: 10px 0 10px 0;
  padding: 0 0 0 15px;
}
@media screen and (max-width: 760px) {
  .cmp-form-options.form-input-custom {
    padding-left: 32px;
    padding-right: 25px;
  }
}
.cmp-form-options__field.dropdowns {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  border-radius: 16px;
  height: 80px;
  padding: 20px 45px 20px 16px;
  outline: 0;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.1px;
  font-weight: 400;
  text-overflow: ellipsis;
  color: #6e6e6e;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: #f1f5f7;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.18875 0.657983C1.67087 0.175854 2.45256 0.175854 2.93469 0.657983L6.99999 4.72328L11.0653 0.657983C11.5474 0.175854 12.3291 0.175854 12.8112 0.657983C13.2934 1.14011 13.2934 1.9218 12.8112 2.40393L7.87296 7.3422C7.39083 7.82433 6.60915 7.82433 6.12702 7.3422L1.18875 2.40393C0.706616 1.9218 0.706616 1.14011 1.18875 0.657983Z' fill='%23262626'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 95%;
}
.form-input-textbox textarea {
  font-size: 18px;
  border: none;
  border-radius: 16px;
  background: #f1f5f7;
  height: 100%;
  padding: 35px 45px 12px 16px;
  text-overflow: ellipsis;
}
.form-input-textbox textarea:focus ~ label,
.form-input-textbox textarea.hasValue ~ label {
  top: 18px;
  font-size: 12px;
  transition: 0.15s ease-out all;
}
.form-label {
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
}
@media screen and (max-width: 576px) {
  .form-label {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.cmp-form-button {
  width: 250px;
  height: 60px;
  margin-left: 30px;
  margin-right: 30px;
}
@media screen and (min-width: 991px) {
  .cmp-form-button {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .cmp-form-button {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.g-recaptcha {
  padding-bottom: 15%;
}
.list-unstyled {
  list-style: none;
}
.reader {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: block;
}
.reader:not(.url-deeplink-class) {
  position: absolute;
}
#ada-nav-skip {
  width: 0;
  height: 0;
  overflow: hidden;
}
.skip-links {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
.skip-links:active,
.skip-links:focus {
  left: 110px;
  top: 10px;
  width: auto;
  height: auto;
  overflow: auto;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  z-index: 10000;
  min-width: 130px;
  text-align: center;
  color: #15a4aa;
}
body.brandnav-included.ab-included .skip-links:active,
body.brandnav-included.ab-included .skip-links:focus {
  top: 120px;
}
body.brandnav-included .skip-links:active,
body.brandnav-included .skip-links:focus {
  top: 50px;
}
body.ab-included .skip-links:active,
body.ab-included .skip-links:focus {
  top: 80px;
}
a:not(.btn) .text-underline:hover,
.btn-container .text-underline:hover {
  text-decoration: none;
}
a:not(.btn).color-primary-black:focus {
  color: #262626;
}
a:not(.btn).color-primary-black.right-arrow:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%23262626%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}
.strikepricing-down-color del {
  color: #7D007D !important;
}
.category-card_container-v2 .card-v2 .card-head ul > li .p-l-20 {
  font-size: 1.6rem;
}
.rating-stars .bv_stars_component_container svg {
  cursor: pointer !important;
}
.ctaIconRight {
  padding-left: 10px;
  display: flex;
}
.ctaIconRight svg {
  width: 20px;
  height: 20px;
}
.ctaIconLeft {
  padding-right: 10px;
  display: flex;
}
.ctaIconLeft svg {
  width: 20px;
  height: 20px;
}
.ctaHoverIcon {
  display: none;
}
.cta-picker:focus .ctaHoverIcon,
.cta-picker:hover .ctaHoverIcon {
  display: flex;
}
.cta-picker:focus .ctaNoHoverIcon,
.cta-picker:hover .ctaNoHoverIcon {
  display: none;
}
.cmp-container {
  display: contents;
  width: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1023px) {
  #atm-locator-container .atm-locator-body {
    height: 627px;
  }
}
@media screen and (max-width: 991px) {
  #atm-locator-container .tool-body .column-container {
    height: inherit;
  }
}
.btn-container.stackButtons.removeLastPadding div:last-of-type a {
  margin-bottom: 0px;
}

.nav-secondary-links button:not(:disabled) {
  color: #262626;
}
.white-theme {
  background-color: #ffffff;
  color: #003512;
  /* PR-update*/
}
.white-text-theme {
  color: #ffffff;
}
.black-theme {
  background-color: #262626;
  color: #f6f4e9;
  /* PR-update*/
}
.grey-theme {
  background-color: #f1f5f7;
  color: #003512;
  /* PR-update*/
}
.grey-light-theme {
  background-color: #e8eef1;
  color: #003512;
  /* PR-update*/
}
.green-theme {
  background-color: #005d1f;
  color: #f6f4e9;
  /* PR-update*/
}
.green-theme p:not(.text-jumbo):not(.text-large):not(.text-medium):not(.text-small):not(.text-x-small):not(.text-little),
.green-theme li {
  font-size: 1.9rem;
}
.green-light-theme {
  background-color: #d0eed8;
  color: #262626;
}
.green-dark-theme {
  background-color: #005d1f;
  color: #f6f4e9;
  /* PR-update*/
}
.green-dark-theme p:not(.text-jumbo):not(.text-large):not(.text-medium):not(.text-small):not(.text-x-small):not(.text-little),
.green-dark-theme li {
  font-size: 1.9rem;
}
.green-theme-medium {
  background-color: #005d1f;
  color: #f6f4e9;
  /* PR-update*/
}
.green-theme-medium p:not(.text-jumbo):not(.text-large):not(.text-medium):not(.text-small):not(.text-x-small):not(.text-little),
.green-theme-medium li {
  font-size: 1.9rem;
}
.yellow-theme {
  background-color: #f5cc02;
  color: #262626;
  /* PR-update*/
}
.blue-theme {
  background-color: #3bc0f8;
  color: #262626;
  /* PR-update*/
}
.blue-light-theme {
  background-color: #d7f2fd;
  color: #262626;
  /* PR-update*/
}
.hrb-neon-green {
  background-color: #00e95c;
  color: #003512;
  /* PR-update*/
}
.hrb-neon-link {
  color: #00e95c;
}
.ba-neon-link {
  color: #00e9e9;
}
.text-color-neon-green {
  color: #00e95c;
}
.color-red {
  background-color: #dc1f00;
  color: #ffffff;
}
.color-light-red {
  background-color: #fef8fb;
  color: #dc1f00;
}
.blue-theme,
.yellow-theme,
.green-light-theme,
.blue-light-theme,
.color-primary-black,
[class*=theme] .yellow-theme a:not(.btn),
.blue-theme a:not(.btn),
.green-light-theme a:not(.btn),
.blue-light-theme a:not(.btn),
.yellow-theme a:not(.btn):hover,
.blue-theme a:not(.btn):hover,
.green-light-theme a:not(.btn):hover,
.blue-light-theme a:not(.btn):hover,
.yellow-theme a:not(.btn):focus,
.blue-theme a:not(.btn):focus,
.green-light-theme a:not(.btn):focus,
.blue-light-theme a:not(.btn):focus,
.hrb-color--black,
a:not(.btn).hrb-color--black,
[class*=-blue-theme],
.ba-white-theme,
.ba-yellow-theme,
.ba-green-light-theme,
.ba-blue-light-theme,
.spruce-dark-blue,
[class*=ba-][class*=blue-][class*=theme] a:not(.btn):focus,
.ba-green-light-theme a:not(.btn):focus,
.ba-yellow-theme a:not(.btn):focus,
.spruce-dark-blue a:not(.btn):focus,
.yellow-theme a:not(.btn),
.blue-theme a:not(.btn),
.green-light-theme a:not(.btn),
.ba-blue-light-theme a:not(.btn),
.ba-wave-blue-theme a:not(.btn),
[class*=ba-][class*=-theme] .ba-white-theme a:not(.btn).right-arrow,
[class*=ba-][class*=-theme] .ba-grey-theme a:not(.btn).right-arrow,
[class*=ba-][class*=-theme] .ba-grey-light-theme a:not(.btn).right-arrow,
.white-theme .yellow-theme a[class*=color]:not(.btn),
.grey-theme .yellow-theme a[class*=color]:not(.btn),
.grey-light-theme .yellow-theme a[class*=color]:not(.btn),
.white-theme .green-light-theme a[class*=color]:not(.btn),
.grey-theme .green-light-theme a[class*=color]:not(.btn),
.grey-light-theme .green-light-theme a[class*=color]:not(.btn),
.white-theme [class*=blue-][class*=theme] a[class*=color]:not(.btn),
.grey-theme [class*=blue-][class*=theme] a[class*=color]:not(.btn),
.grey-light-theme [class*=blue-][class*=theme] a[class*=color]:not(.btn),
.white-theme .yellow-theme a:not(.btn).white,
.grey-theme .yellow-theme a:not(.btn).white,
.grey-light-theme .yellow-theme a:not(.btn).white,
.white-theme .green-light-theme a:not(.btn).white,
.grey-theme .green-light-theme a:not(.btn).white,
.grey-light-theme .green-light-theme a:not(.btn).white,
.white-theme [class*=blue-][class*=theme] a:not(.btn).white,
.grey-theme [class*=blue-][class*=theme] a:not(.btn).white,
.grey-light-theme [class*=blue-][class*=theme] a:not(.btn).white,
.white-theme .yellow-theme a[class*=color]:not(.btn):hover,
.grey-theme .yellow-theme a[class*=color]:not(.btn):hover,
.grey-light-theme .yellow-theme a[class*=color]:not(.btn):hover,
.white-theme .green-light-theme a[class*=color]:not(.btn):hover,
.grey-theme .green-light-theme a[class*=color]:not(.btn):hover,
.grey-light-theme .green-light-theme a[class*=color]:not(.btn):hover,
.white-theme [class*=blue-][class*=theme] a[class*=color]:not(.btn):hover,
.grey-theme [class*=blue-][class*=theme] a[class*=color]:not(.btn):hover,
.grey-light-theme [class*=blue-][class*=theme] a[class*=color]:not(.btn):hover,
.white-theme .yellow-theme a:not(.btn).white:hover,
.grey-theme .yellow-theme a:not(.btn).white:hover,
.grey-light-theme .yellow-theme a:not(.btn).white:hover,
.white-theme .green-light-theme a:not(.btn).white:hover,
.grey-theme .green-light-theme a:not(.btn).white:hover,
.grey-light-theme .green-light-theme a:not(.btn).white:hover,
.white-theme [class*=blue-][class*=theme] a:not(.btn).white:hover,
.grey-theme [class*=blue-][class*=theme] a:not(.btn).white:hover,
.grey-light-theme [class*=blue-][class*=theme] a:not(.btn).white:hover,
.white-theme .yellow-theme a[class*=color]:not(.btn):focus,
.grey-theme .yellow-theme a[class*=color]:not(.btn):focus,
.grey-light-theme .yellow-theme a[class*=color]:not(.btn):focus,
.white-theme .green-light-theme a[class*=color]:not(.btn):focus,
.grey-theme .green-light-theme a[class*=color]:not(.btn):focus,
.grey-light-theme .green-light-theme a[class*=color]:not(.btn):focus,
.white-theme [class*=blue-][class*=theme] a[class*=color]:not(.btn):focus,
.grey-theme [class*=blue-][class*=theme] a[class*=color]:not(.btn):focus,
.grey-light-theme [class*=blue-][class*=theme] a[class*=color]:not(.btn):focus,
.white-theme .yellow-theme a:not(.btn).white:focus,
.grey-theme .yellow-theme a:not(.btn).white:focus,
.grey-light-theme .yellow-theme a:not(.btn).white:focus,
.white-theme .green-light-theme a:not(.btn).white:focus,
.grey-theme .green-light-theme a:not(.btn).white:focus,
.grey-light-theme .green-light-theme a:not(.btn).white:focus,
.white-theme [class*=blue-][class*=theme] a:not(.btn).white:focus,
.grey-theme [class*=blue-][class*=theme] a:not(.btn).white:focus,
.grey-light-theme [class*=blue-][class*=theme] a:not(.btn).white:focus,
[class*=ba-][class*=-theme] .testimonial-btn:hover,
[class*=-gray-theme] .testimonial-btn:hover,
[class*=-green-theme] .testimonial-btn:hover,
.spruce-dark-blue .testimonial-btn:hover,
.black-theme .testimonial-btn:hover,
.green-theme-medium .testimonial-btn:hover,
.green-theme .testimonial-btn:hover,
.green-dark-theme .testimonial-btn:hover,
.spruce-forest-theme .testimonial-btn:hover,
[class*=ba-][class*=-theme] .testimonial-btn:focus,
[class*=-gray-theme] .testimonial-btn:focus,
[class*=-green-theme] .testimonial-btn:focus,
.spruce-dark-blue .testimonial-btn:focus,
.black-theme .testimonial-btn:focus,
.green-theme-medium .testimonial-btn:focus,
.green-theme .testimonial-btn:focus,
.green-dark-theme .testimonial-btn:focus,
.spruce-forest-theme .testimonial-btn:focus,
[class*=ba-][class*=-theme] .testimonial-pagination > li.active,
[class*=-gray-theme] .testimonial-pagination > li.active,
[class*=-green-theme] .testimonial-pagination > li.active,
.spruce-dark-blue .testimonial-pagination > li.active,
.black-theme .testimonial-pagination > li.active,
.green-theme-medium .testimonial-pagination > li.active,
.green-theme .testimonial-pagination > li.active,
.green-dark-theme .testimonial-pagination > li.active,
.spruce-forest-theme .testimonial-pagination > li.active {
  color: #262626;
}
.icon-fill-black,
[class*=theme] .yellow-theme a:not(.btn) .icon-fill,
.blue-theme a:not(.btn) .icon-fill,
.green-light-theme a:not(.btn) .icon-fill,
.blue-light-theme a:not(.btn) .icon-fill,
.yellow-theme a:not(.btn):hover .icon-fill,
.blue-theme a:not(.btn):hover .icon-fill,
.green-light-theme a:not(.btn):hover .icon-fill,
.blue-light-theme a:not(.btn):hover .icon-fill,
.yellow-theme a:not(.btn):focus .icon-fill,
.blue-theme a:not(.btn):focus .icon-fill,
.green-light-theme a:not(.btn):focus .icon-fill,
.blue-light-theme a:not(.btn):focus .icon-fill,
[class*=-theme] .yellow-theme a:not(.btn) .icon-fill,
[class*=-theme] .blue-theme a:not(.btn) .icon-fill,
[class*=-theme] .green-light-theme a:not(.btn) .icon-fill,
.yellow-theme a:not(.btn) .icon-fill,
.blue-theme a:not(.btn) .icon-fill,
.green-light-theme a:not(.btn) .icon-fill,
.ba-white-theme a:not(.btn) .icon-fill,
.ba-grey-theme a:not(.btn) .icon-fill,
.ba-grey-light-theme a:not(.btn) .icon-fill,
.ba-yellow-theme a:not(.btn) .icon-fill,
.ba-blue-theme a:not(.btn) .icon-fill,
.ba-green-light-theme a:not(.btn) .icon-fill,
.ba-blue-light-theme a:not(.btn) .icon-fill,
.ba-wave-blue-theme a:not(.btn) .icon-fill,
[class*=ba-][class*=-theme] .testimonial-btn:hover svg > path,
[class*=-gray-theme] .testimonial-btn:hover svg > path,
[class*=-green-theme] .testimonial-btn:hover svg > path,
.spruce-dark-blue .testimonial-btn:hover svg > path,
.black-theme .testimonial-btn:hover svg > path,
.green-theme-medium .testimonial-btn:hover svg > path,
.green-theme .testimonial-btn:hover svg > path,
.green-dark-theme .testimonial-btn:hover svg > path,
.spruce-forest-theme .testimonial-btn:hover svg > path,
[class*=ba-][class*=-theme] .testimonial-btn:focus svg > path,
[class*=-gray-theme] .testimonial-btn:focus svg > path,
[class*=-green-theme] .testimonial-btn:focus svg > path,
.spruce-dark-blue .testimonial-btn:focus svg > path,
.black-theme .testimonial-btn:focus svg > path,
.green-theme-medium .testimonial-btn:focus svg > path,
.green-theme .testimonial-btn:focus svg > path,
.green-dark-theme .testimonial-btn:focus svg > path,
.spruce-forest-theme .testimonial-btn:focus svg > path,
[class*=ba-][class*=blue-][class*=theme] a:not(.btn):focus .icon-fill,
.ba-green-light-theme a:not(.btn):focus .icon-fill,
.ba-yellow-theme a:not(.btn):focus .icon-fill,
.spruce-dark-blue a:not(.btn):focus .icon-fill,
.yellow-theme a:not(.btn) .icon-fill,
.blue-theme a:not(.btn) .icon-fill,
.green-light-theme a:not(.btn) .icon-fill,
.ba-blue-light-theme a:not(.btn) .icon-fill,
.ba-wave-blue-theme a:not(.btn) .icon-fill {
  fill: #262626;
}
.icon-stroke-black,
[class*=theme] .yellow-theme a:not(.btn) .icon-stroke,
.blue-theme a:not(.btn) .icon-stroke,
.green-light-theme a:not(.btn) .icon-stroke,
.blue-light-theme a:not(.btn) .icon-stroke,
.yellow-theme a:not(.btn):hover .icon-stroke,
.blue-theme a:not(.btn):hover .icon-stroke,
.green-light-theme a:not(.btn):hover .icon-stroke,
.blue-light-theme a:not(.btn):hover .icon-stroke,
.yellow-theme a:not(.btn):focus .icon-stroke,
.blue-theme a:not(.btn):focus .icon-stroke,
.green-light-theme a:not(.btn):focus .icon-stroke,
.blue-light-theme a:not(.btn):focus .icon-stroke,
[class*=-theme] .yellow-theme a:not(.btn) .icon-stroke,
[class*=-theme] .blue-theme a:not(.btn) .icon-stroke,
[class*=-theme] .green-light-theme a:not(.btn) .icon-stroke,
.yellow-theme a:not(.btn) .icon-stroke,
.blue-theme a:not(.btn) .icon-stroke,
.green-light-theme a:not(.btn) .icon-stroke,
.ba-white-theme a:not(.btn) .icon-stroke,
.ba-grey-theme a:not(.btn) .icon-stroke,
.ba-grey-light-theme a:not(.btn) .icon-stroke,
.ba-yellow-theme a:not(.btn) .icon-stroke,
.ba-blue-theme a:not(.btn) .icon-stroke,
.ba-green-light-theme a:not(.btn) .icon-stroke,
.ba-blue-light-theme a:not(.btn) .icon-stroke,
.ba-wave-blue-theme a:not(.btn) .icon-stroke,
[class*=ba-][class*=blue-][class*=theme] a:not(.btn):focus .icon-stroke,
.ba-green-light-theme a:not(.btn):focus .icon-stroke,
.ba-yellow-theme a:not(.btn):focus .icon-stroke,
.spruce-dark-blue a:not(.btn):focus .icon-stroke,
.yellow-theme a:not(.btn) .icon-stroke,
.blue-theme a:not(.btn) .icon-stroke,
.green-light-theme a:not(.btn) .icon-stroke,
.ba-blue-light-theme a:not(.btn) .icon-stroke,
.ba-wave-blue-theme a:not(.btn) .icon-stroke {
  stroke: #262626;
}
.color-ui-green,
.color-medium-dark-green,
.hrb-color--ui-green,
a:not(.btn).hrb-color--ui-green,
.hrb-color--medium-dark-green,
a:not(.btn).hrb-color--medium-dark-green,
a.hrb-color--black:not(.btn):focus {
  color: #005d1f;
}
.icon-fill-medium-dark-green,
[class*=theme] .white-theme a:not(.btn) .icon-fill,
[class*=theme] .grey-theme a:not(.btn) .icon-fill,
[class*=theme] .grey-light-theme a:not(.btn) .icon-fill,
[class*=theme] .spruce-eggshell-theme a:not(.btn) .icon-fill,
[class*=theme] .spruce-neon-theme a:not(.btn) .icon-fill,
[class*=theme] .ba-neon-blue a:not(.btn) .icon-fill,
[class*=theme] .hrb-neon-green a:not(.btn) .icon-fill,
[class*=theme] .spruce-shark-gray a:not(.btn) .icon-fill {
  fill: #005d1f;
}
.icon-stroke-medium-dark-green,
[class*=theme] .white-theme a:not(.btn) .icon-stroke,
[class*=theme] .grey-theme a:not(.btn) .icon-stroke,
[class*=theme] .grey-light-theme a:not(.btn) .icon-stroke,
[class*=theme] .spruce-eggshell-theme a:not(.btn) .icon-stroke,
[class*=theme] .spruce-neon-theme a:not(.btn) .icon-stroke,
[class*=theme] .ba-neon-blue a:not(.btn) .icon-stroke,
[class*=theme] .hrb-neon-green a:not(.btn) .icon-stroke,
[class*=theme] .spruce-shark-gray a:not(.btn) .icon-stroke,
.hrb-color--ui-green .icon-stroke,
a:not(.btn).hrb-color--ui-green .icon-stroke,
.hrb-color--medium-dark-green .icon-stroke,
a:not(.btn).hrb-color--medium-dark-green .icon-stroke {
  stroke: #005d1f;
}
.color-dark-green,
.color-dark-green.right-arrow:hover,
.color-dark-green.right-arrow:focus {
  color: #005d1f;
}
.color-white,
.black-theme a:not(.btn),
[class*=green-theme] a:not(.btn),
.green-dark-theme a:not(.btn),
.black-theme a:not(.btn):hover,
[class*=green-theme] a:not(.btn):hover,
.green-dark-theme a:not(.btn):hover,
.black-theme a:not(.btn):focus,
[class*=green-theme] a:not(.btn):focus,
.green-dark-theme a:not(.btn):focus,
.hrb-color--white,
a:not(.btn).hrb-color--white,
.color-light-red a:not(.btn):hover,
.color-light-red a:not(.btn):focus,
.color-red a:not(.btn):hover,
.color-red a:not(.btn):focus,
.hrb-color--white,
[class*=-gray-theme],
[class*=-green-theme],
.ba-black-theme a:not(.btn),
.ba-green-theme a:not(.btn),
.ba-green-dark-theme a:not(.btn),
.ba-charcoal-gray-theme a:not(.btn),
.ba-black-theme a:not(.btn):focus,
.ba-green-theme a:not(.btn):focus,
.ba-green-dark-theme a:not(.btn):focus,
.ba-charcoal-gray-theme a:not(.btn):focus,
.spruce-dark-blue,
.spruce-dark-blue a:not(.btn),
.spruce-dark-blue a:not(.btn):hover,
.spruce-dark-blue a:not(.btn):focus,
.white-theme .black-theme a[class*=color]:not(.btn),
.grey-theme .black-theme a[class*=color]:not(.btn),
.grey-light-theme .black-theme a[class*=color]:not(.btn),
.white-theme .spruce-dark-blue a[class*=color]:not(.btn),
.grey-theme .spruce-dark-blue a[class*=color]:not(.btn),
.grey-light-theme .spruce-dark-blue a[class*=color]:not(.btn),
.white-theme .ba-charcoal-gray-theme a[class*=color]:not(.btn),
.grey-theme .ba-charcoal-gray-theme a[class*=color]:not(.btn),
.grey-light-theme .ba-charcoal-gray-theme a[class*=color]:not(.btn),
.white-theme .black-theme a:not(.btn).white,
.grey-theme .black-theme a:not(.btn).white,
.grey-light-theme .black-theme a:not(.btn).white,
.white-theme .spruce-dark-blue a:not(.btn).white,
.grey-theme .spruce-dark-blue a:not(.btn).white,
.grey-light-theme .spruce-dark-blue a:not(.btn).white,
.white-theme .ba-charcoal-gray-theme a:not(.btn).white,
.grey-theme .ba-charcoal-gray-theme a:not(.btn).white,
.grey-light-theme .ba-charcoal-gray-theme a:not(.btn).white,
.white-theme .black-theme a[class*=color]:not(.btn):hover,
.grey-theme .black-theme a[class*=color]:not(.btn):hover,
.grey-light-theme .black-theme a[class*=color]:not(.btn):hover,
.white-theme .spruce-dark-blue a[class*=color]:not(.btn):hover,
.grey-theme .spruce-dark-blue a[class*=color]:not(.btn):hover,
.grey-light-theme .spruce-dark-blue a[class*=color]:not(.btn):hover,
.white-theme .ba-charcoal-gray-theme a[class*=color]:not(.btn):hover,
.grey-theme .ba-charcoal-gray-theme a[class*=color]:not(.btn):hover,
.grey-light-theme .ba-charcoal-gray-theme a[class*=color]:not(.btn):hover,
.white-theme .black-theme a:not(.btn).white:hover,
.grey-theme .black-theme a:not(.btn).white:hover,
.grey-light-theme .black-theme a:not(.btn).white:hover,
.white-theme .spruce-dark-blue a:not(.btn).white:hover,
.grey-theme .spruce-dark-blue a:not(.btn).white:hover,
.grey-light-theme .spruce-dark-blue a:not(.btn).white:hover,
.white-theme .ba-charcoal-gray-theme a:not(.btn).white:hover,
.grey-theme .ba-charcoal-gray-theme a:not(.btn).white:hover,
.grey-light-theme .ba-charcoal-gray-theme a:not(.btn).white:hover,
.white-theme .black-theme a[class*=color]:not(.btn):focus,
.grey-theme .black-theme a[class*=color]:not(.btn):focus,
.grey-light-theme .black-theme a[class*=color]:not(.btn):focus,
.white-theme .spruce-dark-blue a[class*=color]:not(.btn):focus,
.grey-theme .spruce-dark-blue a[class*=color]:not(.btn):focus,
.grey-light-theme .spruce-dark-blue a[class*=color]:not(.btn):focus,
.white-theme .ba-charcoal-gray-theme a[class*=color]:not(.btn):focus,
.grey-theme .ba-charcoal-gray-theme a[class*=color]:not(.btn):focus,
.grey-light-theme .ba-charcoal-gray-theme a[class*=color]:not(.btn):focus,
.white-theme .black-theme a:not(.btn).white:focus,
.grey-theme .black-theme a:not(.btn).white:focus,
.grey-light-theme .black-theme a:not(.btn).white:focus,
.white-theme .spruce-dark-blue a:not(.btn).white:focus,
.grey-theme .spruce-dark-blue a:not(.btn).white:focus,
.grey-light-theme .spruce-dark-blue a:not(.btn).white:focus,
.white-theme .ba-charcoal-gray-theme a:not(.btn).white:focus,
.grey-theme .ba-charcoal-gray-theme a:not(.btn).white:focus,
.grey-light-theme .ba-charcoal-gray-theme a:not(.btn).white:focus {
  color: #ffffff;
}
.color-global-sand {
  color: #f6f4e9;
}
.icon-fill-white,
.black-theme .icon-fill,
[class*=green-theme] .icon-fill,
.green-dark-theme .icon-fill,
.black-theme a:not(.btn) .icon-fill,
[class*=green-theme] a:not(.btn) .icon-fill,
.green-dark-theme a:not(.btn) .icon-fill,
.black-theme a:not(.btn):hover .icon-fill,
[class*=green-theme] a:not(.btn):hover .icon-fill,
.green-dark-theme a:not(.btn):hover .icon-fill,
.black-theme a:not(.btn):focus .icon-fill,
[class*=green-theme] a:not(.btn):focus .icon-fill,
.green-dark-theme a:not(.btn):focus .icon-fill,
.color-red a:not(.btn) .icon-fill,
.ba-black-theme .icon-fill,
.ba-green-theme .icon-fill,
.ba-green-dark-theme .icon-fill,
.ba-charcoal-gray-theme .icon-fill,
.ba-black-theme a:not(.btn) .icon-fill,
.ba-green-theme a:not(.btn) .icon-fill,
.ba-green-dark-theme a:not(.btn) .icon-fill,
.ba-charcoal-gray-theme a:not(.btn) .icon-fill,
.ba-black-theme a:not(.btn):focus .icon-fill,
.ba-green-theme a:not(.btn):focus .icon-fill,
.ba-green-dark-theme a:not(.btn):focus .icon-fill,
.ba-charcoal-gray-theme a:not(.btn):focus .icon-fill,
[class*=ba-][class*=-theme] .testimonial-btn svg > path,
[class*=-gray-theme] .testimonial-btn svg > path,
[class*=-green-theme] .testimonial-btn svg > path,
.spruce-dark-blue .testimonial-btn svg > path,
.black-theme .testimonial-btn svg > path,
.green-theme-medium .testimonial-btn svg > path,
.green-theme .testimonial-btn svg > path,
.green-dark-theme .testimonial-btn svg > path,
.spruce-forest-theme .testimonial-btn svg > path,
.spruce-dark-blue .icon-fill,
.spruce-dark-blue a:not(.btn) .icon-fill,
.spruce-dark-blue a:not(.btn):hover .icon-fill,
.spruce-dark-blue a:not(.btn):focus .icon-fill {
  fill: #ffffff;
}
.icon-stroke-white,
.black-theme .icon-stroke,
[class*=green-theme] .icon-stroke,
.green-dark-theme .icon-stroke,
.black-theme a:not(.btn) .icon-stroke,
[class*=green-theme] a:not(.btn) .icon-stroke,
.green-dark-theme a:not(.btn) .icon-stroke,
.black-theme a:not(.btn):hover .icon-stroke,
[class*=green-theme] a:not(.btn):hover .icon-stroke,
.green-dark-theme a:not(.btn):hover .icon-stroke,
.black-theme a:not(.btn):focus .icon-stroke,
[class*=green-theme] a:not(.btn):focus .icon-stroke,
.green-dark-theme a:not(.btn):focus .icon-stroke,
.color-red a:not(.btn) .icon-stroke,
.ba-black-theme .icon-stroke,
.ba-green-theme .icon-stroke,
.ba-green-dark-theme .icon-stroke,
.ba-charcoal-gray-theme .icon-stroke,
.ba-black-theme a:not(.btn) .icon-stroke,
.ba-green-theme a:not(.btn) .icon-stroke,
.ba-green-dark-theme a:not(.btn) .icon-stroke,
.ba-charcoal-gray-theme a:not(.btn) .icon-stroke,
.ba-black-theme a:not(.btn):focus .icon-stroke,
.ba-green-theme a:not(.btn):focus .icon-stroke,
.ba-green-dark-theme a:not(.btn):focus .icon-stroke,
.ba-charcoal-gray-theme a:not(.btn):focus .icon-stroke,
.spruce-dark-blue .icon-stroke,
.spruce-dark-blue a:not(.btn) .icon-stroke,
.spruce-dark-blue a:not(.btn):hover .icon-stroke,
.spruce-dark-blue a:not(.btn):focus .icon-stroke {
  stroke: #ffffff;
}
.icon-fill-red,
.color-light-red a:not(.btn) .icon-fill {
  fill: #dc1f00;
}
.icon-stroke-red,
.color-light-red a:not(.btn) .icon-stroke {
  stroke: #dc1f00;
}
.icon-fill-spruce-green,
[class*=-theme] .white-theme a:not(.btn) .icon-fill,
[class*=-theme] .spruce-eggshell-theme a:not(.btn) .icon-fill,
[class*=-theme] .grey-theme a:not(.btn) .icon-fill,
[class*=-theme] .grey-light-theme a:not(.btn) .icon-fill,
[class*=-theme] .spruce-neon-theme a:not(.btn) .icon-fill,
[class*=-theme] .ba-neon-blue a:not(.btn) .icon-fill,
[class*=-theme] .hrb-neon-green a:not(.btn) .icon-fill,
[class*=-theme] .spruce-shark-gray a:not(.btn) .icon-fill,
.white-theme a:not(.btn) .icon-fill,
.spruce-eggshell-theme a:not(.btn) .icon-fill,
.grey-theme a:not(.btn) .icon-fill,
.grey-light-theme a:not(.btn) .icon-fill,
.spruce-neon-theme a:not(.btn) .icon-fill,
.ba-neon-blue a:not(.btn) .icon-fill,
.hrb-neon-green a:not(.btn) .icon-fill,
.spruce-shark-gray a:not(.btn) .icon-fill {
  fill: #003512;
}
.icon-stroke-spruce-green,
[class*=-theme] .white-theme a:not(.btn) .icon-stroke,
[class*=-theme] .spruce-eggshell-theme a:not(.btn) .icon-stroke,
[class*=-theme] .grey-theme a:not(.btn) .icon-stroke,
[class*=-theme] .grey-light-theme a:not(.btn) .icon-stroke,
[class*=-theme] .spruce-neon-theme a:not(.btn) .icon-stroke,
[class*=-theme] .ba-neon-blue a:not(.btn) .icon-stroke,
[class*=-theme] .hrb-neon-green a:not(.btn) .icon-stroke,
[class*=-theme] .spruce-shark-gray a:not(.btn) .icon-stroke,
.white-theme a:not(.btn) .icon-stroke,
.spruce-eggshell-theme a:not(.btn) .icon-stroke,
.grey-theme a:not(.btn) .icon-stroke,
.grey-light-theme a:not(.btn) .icon-stroke,
.spruce-neon-theme a:not(.btn) .icon-stroke,
.ba-neon-blue a:not(.btn) .icon-stroke,
.hrb-neon-green a:not(.btn) .icon-stroke,
.spruce-shark-gray a:not(.btn) .icon-stroke {
  stroke: #003512;
}
.icon-fill-spruce-eggshell,
.black-theme a:not(.btn) .icon-fill,
.green-dark-theme a:not(.btn) .icon-fill,
.spruce-forest-theme a:not(.btn) .icon-fill,
.green-theme-medium a:not(.btn) .icon-fill,
.green-theme a:not(.btn) .icon-fill,
.ba-charcoal-gray-theme a:not(.btn) .icon-fill,
.ba-emerald-green-theme a:not(.btn) .icon-fill,
[class*=-theme] .black-theme a:not(.btn) .icon-fill,
[class*=-theme] .green-dark-theme a:not(.btn) .icon-fill,
[class*=-theme] .spruce-forest-theme a:not(.btn) .icon-fill,
[class*=-theme] .green-theme-medium a:not(.btn) .icon-fill,
[class*=-theme] .green-theme a:not(.btn) .icon-fill,
[class*=-theme] .ba-charcoal-gray-theme a:not(.btn) .icon-fill,
[class*=-theme] .ba-emerald-green-theme a:not(.btn) .icon-fill,
.black-theme a:not(.btn) .icon-fill,
.green-dark-theme a:not(.btn) .icon-fill,
.spruce-forest-theme a:not(.btn) .icon-fill,
.green-theme-medium a:not(.btn) .icon-fill,
.green-theme a:not(.btn) .icon-fill,
.ba-charcoal-gray-theme a:not(.btn) .icon-fill,
.ba-emerald-green-theme a:not(.btn) .icon-fill {
  fill: #f6f4e9;
}
.icon-stroke-spruce-eggshell,
.black-theme a:not(.btn) .icon-stroke,
.green-dark-theme a:not(.btn) .icon-stroke,
.spruce-forest-theme a:not(.btn) .icon-stroke,
.green-theme-medium a:not(.btn) .icon-stroke,
.green-theme a:not(.btn) .icon-stroke,
.ba-charcoal-gray-theme a:not(.btn) .icon-stroke,
.ba-emerald-green-theme a:not(.btn) .icon-stroke,
[class*=-theme] .black-theme a:not(.btn) .icon-stroke,
[class*=-theme] .green-dark-theme a:not(.btn) .icon-stroke,
[class*=-theme] .spruce-forest-theme a:not(.btn) .icon-stroke,
[class*=-theme] .green-theme-medium a:not(.btn) .icon-stroke,
[class*=-theme] .green-theme a:not(.btn) .icon-stroke,
[class*=-theme] .ba-charcoal-gray-theme a:not(.btn) .icon-stroke,
[class*=-theme] .ba-emerald-green-theme a:not(.btn) .icon-stroke,
.black-theme a:not(.btn) .icon-stroke,
.green-dark-theme a:not(.btn) .icon-stroke,
.spruce-forest-theme a:not(.btn) .icon-stroke,
.green-theme-medium a:not(.btn) .icon-stroke,
.green-theme a:not(.btn) .icon-stroke,
.ba-charcoal-gray-theme a:not(.btn) .icon-stroke,
.ba-emerald-green-theme a:not(.btn) .icon-stroke {
  stroke: #f6f4e9;
}
.ext_white-right-arrow:after,
.ba-black-theme a:not(.btn).right-arrow:after,
.ba-green-theme a:not(.btn).right-arrow:after,
.ba-green-dark-theme a:not(.btn).right-arrow:after,
.ba-charcoal-gray-theme a:not(.btn).right-arrow:after,
.ba-black-theme a:not(.btn):focus.right-arrow:after,
.ba-green-theme a:not(.btn):focus.right-arrow:after,
.ba-green-dark-theme a:not(.btn):focus.right-arrow:after,
.ba-charcoal-gray-theme a:not(.btn):focus.right-arrow:after,
.spruce-dark-blue a:not(.btn).right-arrow:after,
.spruce-dark-blue a:not(.btn):hover.right-arrow:after,
.spruce-dark-blue a:not(.btn):focus.right-arrow:after,
[class*=-theme] a:not(.btn) span.rte-right-arrow.white:after,
[class*=-theme] a:not(.btn) span.rte-right-arrow.white:hover:after,
[class*=-theme] a:not(.btn) span.rte-right-arrow.white:focus:after,
a:not(.btn) span.rte-right-arrow.white:after,
a:not(.btn) span.rte-right-arrow.white:hover:after,
a:not(.btn) span.rte-right-arrow.white:focus:after,
.white-theme .black-theme a:not(.btn).right-arrow:after,
.grey-theme .black-theme a:not(.btn).right-arrow:after,
.grey-light-theme .black-theme a:not(.btn).right-arrow:after,
.white-theme .spruce-dark-blue a:not(.btn).right-arrow:after,
.grey-theme .spruce-dark-blue a:not(.btn).right-arrow:after,
.grey-light-theme .spruce-dark-blue a:not(.btn).right-arrow:after,
.white-theme .ba-charcoal-gray-theme a:not(.btn).right-arrow:after,
.grey-theme .ba-charcoal-gray-theme a:not(.btn).right-arrow:after,
.grey-light-theme .ba-charcoal-gray-theme a:not(.btn).right-arrow:after,
.black-theme a:not(.btn).right-arrow.spruce-color--green-neon:after,
.green-dark-theme a:not(.btn).right-arrow.spruce-color--green-neon:after,
.green-theme-medium a:not(.btn).right-arrow.spruce-color--green-neon:after,
.spruce-dark-blue a:not(.btn).right-arrow.spruce-color--green-neon:after,
.spruce-forest-theme a:not(.btn).right-arrow.spruce-color--green-neon:after,
.ba-emerald-green-theme a:not(.btn).right-arrow.spruce-color--green-neon:after,
.ba-charcoal-gray-theme a:not(.btn).right-arrow.spruce-color--green-neon:after,
.black-theme a:not(.btn).right-arrow.spruce-color--green-neon:hover:after,
.green-dark-theme a:not(.btn).right-arrow.spruce-color--green-neon:hover:after,
.green-theme-medium a:not(.btn).right-arrow.spruce-color--green-neon:hover:after,
.spruce-dark-blue a:not(.btn).right-arrow.spruce-color--green-neon:hover:after,
.spruce-forest-theme a:not(.btn).right-arrow.spruce-color--green-neon:hover:after,
.ba-emerald-green-theme a:not(.btn).right-arrow.spruce-color--green-neon:hover:after,
.ba-charcoal-gray-theme a:not(.btn).right-arrow.spruce-color--green-neon:hover:after,
.black-theme a:not(.btn).right-arrow.spruce-color--green-neon:focus:after,
.green-dark-theme a:not(.btn).right-arrow.spruce-color--green-neon:focus:after,
.green-theme-medium a:not(.btn).right-arrow.spruce-color--green-neon:focus:after,
.spruce-dark-blue a:not(.btn).right-arrow.spruce-color--green-neon:focus:after,
.spruce-forest-theme a:not(.btn).right-arrow.spruce-color--green-neon:focus:after,
.ba-emerald-green-theme a:not(.btn).right-arrow.spruce-color--green-neon:focus:after,
.ba-charcoal-gray-theme a:not(.btn).right-arrow.spruce-color--green-neon:focus:after,
.blue-theme .black-theme a:not(.btn).right-arrow:after,
.green-light-theme .black-theme a:not(.btn).right-arrow:after,
.ba-blue-light-theme .black-theme a:not(.btn).right-arrow:after,
.ba-wave-blue-theme .black-theme a:not(.btn).right-arrow:after,
.blue-theme .spruce-dark-blue a:not(.btn).right-arrow:after,
.green-light-theme .spruce-dark-blue a:not(.btn).right-arrow:after,
.ba-blue-light-theme .spruce-dark-blue a:not(.btn).right-arrow:after,
.ba-wave-blue-theme .spruce-dark-blue a:not(.btn).right-arrow:after,
.blue-theme .ba-charcoal-gray-theme a:not(.btn).right-arrow:after,
.green-light-theme .ba-charcoal-gray-theme a:not(.btn).right-arrow:after,
.ba-blue-light-theme .ba-charcoal-gray-theme a:not(.btn).right-arrow:after,
.ba-wave-blue-theme .ba-charcoal-gray-theme a:not(.btn).right-arrow:after,
.blue-theme [class*=green-][class*=theme] a:not(.btn).right-arrow:after,
.green-light-theme [class*=green-][class*=theme] a:not(.btn).right-arrow:after,
.ba-blue-light-theme [class*=green-][class*=theme] a:not(.btn).right-arrow:after,
.ba-wave-blue-theme [class*=green-][class*=theme] a:not(.btn).right-arrow:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%23ffffff%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}
.ext_black-right-arrow:after,
[class*=theme] .yellow-theme a:not(.btn).right-arrow:after,
.blue-theme a:not(.btn).right-arrow:after,
.green-light-theme a:not(.btn).right-arrow:after,
.blue-light-theme a:not(.btn).right-arrow:after,
.yellow-theme a:not(.btn).right-arrow:after,
.blue-theme a:not(.btn).right-arrow:after,
.green-light-theme a:not(.btn).right-arrow:after,
.ba-blue-light-theme a:not(.btn).right-arrow:after,
.ba-wave-blue-theme a:not(.btn).right-arrow:after,
.ba-blue-light-theme a:not(.btn).right-arrow:hover:after,
.ba-wave-blue-theme a:not(.btn).right-arrow:hover:after,
.ba-blue-light-theme a:not(.btn).right-arrow:focus:after,
.ba-wave-blue-theme a:not(.btn).right-arrow:focus:after,
[class*=-theme] a:not(.btn) span.rte-right-arrow.hrb-color--black:after,
[class*=-theme] a:not(.btn) span.rte-right-arrow.hrb-color--black:hover:after,
[class*=-theme] a:not(.btn) span.rte-right-arrow.hrb-color--black:focus:after,
a:not(.btn) span.rte-right-arrow.hrb-color--black:after,
a:not(.btn) span.rte-right-arrow.hrb-color--black:hover:after,
a:not(.btn) span.rte-right-arrow.hrb-color--black:focus:after,
.white-theme .yellow-theme a:not(.btn).right-arrow:after,
.grey-theme .yellow-theme a:not(.btn).right-arrow:after,
.grey-light-theme .yellow-theme a:not(.btn).right-arrow:after,
.white-theme .green-light-theme a:not(.btn).right-arrow:after,
.grey-theme .green-light-theme a:not(.btn).right-arrow:after,
.grey-light-theme .green-light-theme a:not(.btn).right-arrow:after,
.white-theme [class*=blue-][class*=theme] a:not(.btn).right-arrow:after,
.grey-theme [class*=blue-][class*=theme] a:not(.btn).right-arrow:after,
.grey-light-theme [class*=blue-][class*=theme] a:not(.btn).right-arrow:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%23262626%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}
.ext_medium-dark-green-right-arrow:after,
.hrb-color--medium-dark-green[class*=right-arrow]:after,
a:not(.btn).hrb-color--medium-dark-green[class*=right-arrow]:after,
a:not(.btn).hrb-color--ui-green:after,
a:not(.btn).hrb-color--ui-green:focus:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%23005D1F%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}
.ext_dark-green-right-arrow:after,
.color-dark-green[class*=right-arrow]:after,
.color-dark-green[class*=right-arrow]:hover:after,
.color-dark-green[class*=right-arrow]:focus:after,
[class*=-theme] a:not(.btn) span.rte-right-arrow.color-dark-green:after,
[class*=-theme] a:not(.btn) span.rte-right-arrow.color-dark-green:hover:after,
[class*=-theme] a:not(.btn) span.rte-right-arrow.color-dark-green:focus:after,
a:not(.btn) span.rte-right-arrow.color-dark-green:after,
a:not(.btn) span.rte-right-arrow.color-dark-green:hover:after,
a:not(.btn) span.rte-right-arrow.color-dark-green:focus:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%23005d1f%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}
.ext_global-dark-green-right-arrow:after,
[class*=theme] .white-theme a:not(.btn).right-arrow:after,
[class*=theme] .grey-theme a:not(.btn).right-arrow:after,
[class*=theme] .grey-light-theme a:not(.btn).right-arrow:after,
[class*=theme] .spruce-eggshell-theme a:not(.btn).right-arrow:after,
[class*=theme] .spruce-neon-theme a:not(.btn).right-arrow:after,
[class*=theme] .ba-neon-blue a:not(.btn).right-arrow:after,
[class*=theme] .hrb-neon-green a:not(.btn).right-arrow:after,
[class*=theme] .spruce-shark-gray a:not(.btn).right-arrow:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%23003512%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}
.ext_eggshell-right-arrow:after,
.black-theme a:not(.btn).right-arrow:after,
.green-dark-theme a:not(.btn).right-arrow:after,
.spruce-forest-theme a:not(.btn).right-arrow:after,
.green-theme-medium a:not(.btn).right-arrow:after,
.green-theme a:not(.btn).right-arrow:after,
.ba-charcoal-gray-theme a:not(.btn).right-arrow:after,
.ba-emerald-green-theme a:not(.btn).right-arrow:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%23F6F4E9%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}
.white-theme .js-disclaimer-link,
.spruce-eggshell-theme .js-disclaimer-link,
.grey-theme .js-disclaimer-link,
.grey-light-theme .js-disclaimer-link,
.spruce-neon-theme .js-disclaimer-link,
.ba-neon-blue .js-disclaimer-link,
.hrb-neon-green .js-disclaimer-link,
.spruce-shark-gray .js-disclaimer-link {
  color: #003512;
}
.white-theme .js-disclaimer-link:focus,
.spruce-eggshell-theme .js-disclaimer-link:focus,
.grey-theme .js-disclaimer-link:focus,
.grey-light-theme .js-disclaimer-link:focus,
.spruce-neon-theme .js-disclaimer-link:focus,
.ba-neon-blue .js-disclaimer-link:focus,
.hrb-neon-green .js-disclaimer-link:focus,
.spruce-shark-gray .js-disclaimer-link:focus {
  border-color: #003512;
}
.black-theme .js-disclaimer-link,
.green-dark-theme .js-disclaimer-link,
.spruce-forest-theme .js-disclaimer-link,
.green-theme-medium .js-disclaimer-link,
.green-theme .js-disclaimer-link,
.ba-charcoal-gray-theme .js-disclaimer-link,
.ba-emerald-green-theme .js-disclaimer-link {
  color: #f6f4e9;
}
.black-theme .js-disclaimer-link:focus,
.green-dark-theme .js-disclaimer-link:focus,
.spruce-forest-theme .js-disclaimer-link:focus,
.green-theme-medium .js-disclaimer-link:focus,
.green-theme .js-disclaimer-link:focus,
.ba-charcoal-gray-theme .js-disclaimer-link:focus,
.ba-emerald-green-theme .js-disclaimer-link:focus {
  border-color: #f6f4e9;
}
.blue-theme .js-disclaimer-link,
.blue-light-theme .js-disclaimer-link,
.green-light-theme .js-disclaimer-link,
.yellow-theme .js-disclaimer-link,
.ba-wave-blue-theme .js-disclaimer-link,
.ba-blue-light-theme .js-disclaimer-link {
  color: #262626;
}
.blue-theme .js-disclaimer-link:focus,
.blue-light-theme .js-disclaimer-link:focus,
.green-light-theme .js-disclaimer-link:focus,
.yellow-theme .js-disclaimer-link:focus,
.ba-wave-blue-theme .js-disclaimer-link:focus,
.ba-blue-light-theme .js-disclaimer-link:focus {
  border-color: #262626;
}
.spruce-dark-blue .js-disclaimer-link {
  color: #ffffff;
}
.spruce-dark-blue .js-disclaimer-link:focus {
  border-color: #ffffff;
}
[class*=-theme] .white-theme .js-disclaimer-link,
[class*=-theme] .spruce-eggshell-theme .js-disclaimer-link,
[class*=-theme] .grey-theme .js-disclaimer-link,
[class*=-theme] .grey-light-theme .js-disclaimer-link,
[class*=-theme] .spruce-neon-theme .js-disclaimer-link,
[class*=-theme] .ba-neon-blue .js-disclaimer-link,
[class*=-theme] .hrb-neon-green .js-disclaimer-link,
[class*=-theme] .spruce-shark-gray .js-disclaimer-link {
  color: #003512;
}
[class*=-theme] .white-theme .js-disclaimer-link:focus,
[class*=-theme] .spruce-eggshell-theme .js-disclaimer-link:focus,
[class*=-theme] .grey-theme .js-disclaimer-link:focus,
[class*=-theme] .grey-light-theme .js-disclaimer-link:focus,
[class*=-theme] .spruce-neon-theme .js-disclaimer-link:focus,
[class*=-theme] .ba-neon-blue .js-disclaimer-link:focus,
[class*=-theme] .hrb-neon-green .js-disclaimer-link:focus,
[class*=-theme] .spruce-shark-gray .js-disclaimer-link:focus {
  border-color: #003512;
}
[class*=-theme] .black-theme .js-disclaimer-link,
[class*=-theme] .green-dark-theme .js-disclaimer-link,
[class*=-theme] .spruce-forest-theme .js-disclaimer-link,
[class*=-theme] .green-theme-medium .js-disclaimer-link,
[class*=-theme] .green-theme .js-disclaimer-link,
[class*=-theme] .ba-charcoal-gray-theme .js-disclaimer-link,
[class*=-theme] .ba-emerald-green-theme .js-disclaimer-link {
  color: #f6f4e9;
}
[class*=-theme] .black-theme .js-disclaimer-link:focus,
[class*=-theme] .green-dark-theme .js-disclaimer-link:focus,
[class*=-theme] .spruce-forest-theme .js-disclaimer-link:focus,
[class*=-theme] .green-theme-medium .js-disclaimer-link:focus,
[class*=-theme] .green-theme .js-disclaimer-link:focus,
[class*=-theme] .ba-charcoal-gray-theme .js-disclaimer-link:focus,
[class*=-theme] .ba-emerald-green-theme .js-disclaimer-link:focus {
  border-color: #f6f4e9;
}
[class*=-theme] .blue-theme .js-disclaimer-link,
[class*=-theme] .blue-light-theme .js-disclaimer-link,
[class*=-theme] .green-light-theme .js-disclaimer-link,
[class*=-theme] .yellow-theme .js-disclaimer-link,
[class*=-theme] .ba-wave-blue-theme .js-disclaimer-link,
[class*=-theme] .ba-blue-light-theme .js-disclaimer-link {
  color: #262626;
}
[class*=-theme] .blue-theme .js-disclaimer-link:focus,
[class*=-theme] .blue-light-theme .js-disclaimer-link:focus,
[class*=-theme] .green-light-theme .js-disclaimer-link:focus,
[class*=-theme] .yellow-theme .js-disclaimer-link:focus,
[class*=-theme] .ba-wave-blue-theme .js-disclaimer-link:focus,
[class*=-theme] .ba-blue-light-theme .js-disclaimer-link:focus {
  border-color: #262626;
}
[class*=-theme] .spruce-dark-blue .js-disclaimer-link {
  color: #ffffff;
}
[class*=-theme] .spruce-dark-blue .js-disclaimer-link:focus {
  border-color: #ffffff;
}
.hrb-color--dark-grey,
a:not(.btn).hrb-color--dark-grey {
  color: #6e6e6e;
}
.hrb-color--global-dark-green,
a:not(.btn).hrb-color--global-dark-green {
  color: #003512;
}
.hrb-color--blue,
a:not(.btn).hrb-color--blue {
  color: #3bc0f8;
}
.hrb-color--blue .icon-stroke,
a:not(.btn).hrb-color--blue .icon-stroke {
  stroke: #3bc0f8;
}
.hrb-color--blue[class*=right-arrow]:after,
a:not(.btn).hrb-color--blue[class*=right-arrow]:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%233bc0f8%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}
.hrb-color--dark-blue,
a:not(.btn).hrb-color--dark-blue {
  color: #0060c6;
}
.hrb-color--dark-blue .icon-stroke,
a:not(.btn).hrb-color--dark-blue .icon-stroke {
  stroke: #0060c6;
}
.hrb-color--dark-blue[class*=right-arrow]:after,
a:not(.btn).hrb-color--dark-blue[class*=right-arrow]:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%230060c6%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}
.color-dark-green .icon-stroke {
  stroke: #005d1f;
}
.hrb-grey-bg {
  background-color: #e8eef1;
}
.hrb-grey-light-bg {
  background-color: #f1f5f7;
}
.color-light-red a:not(.btn) {
  color: #dc1f00 !important;
}
.color-light-red a:not(.btn):hover .icon-stroke,
.color-light-red a:not(.btn):focus .icon-stroke {
  stroke: #dc1f00;
}
.color-red a:not(.btn) {
  color: #ffffff !important;
}
.color-red a:not(.btn):hover .icon-stroke,
.color-red a:not(.btn):focus .icon-stroke {
  stroke: #ffffff;
}
[class*=-theme] .white-theme a:not(.btn),
[class*=-theme] .spruce-eggshell-theme a:not(.btn),
[class*=-theme] .grey-theme a:not(.btn),
[class*=-theme] .grey-light-theme a:not(.btn),
[class*=-theme] .spruce-neon-theme a:not(.btn),
[class*=-theme] .ba-neon-blue a:not(.btn),
[class*=-theme] .hrb-neon-green a:not(.btn),
[class*=-theme] .spruce-shark-gray a:not(.btn) {
  color: #003512;
}
[class*=-theme] .white-theme a:not(.btn):hover,
[class*=-theme] .spruce-eggshell-theme a:not(.btn):hover,
[class*=-theme] .grey-theme a:not(.btn):hover,
[class*=-theme] .grey-light-theme a:not(.btn):hover,
[class*=-theme] .spruce-neon-theme a:not(.btn):hover,
[class*=-theme] .ba-neon-blue a:not(.btn):hover,
[class*=-theme] .hrb-neon-green a:not(.btn):hover,
[class*=-theme] .spruce-shark-gray a:not(.btn):hover,
[class*=-theme] .white-theme a:not(.btn):focus,
[class*=-theme] .spruce-eggshell-theme a:not(.btn):focus,
[class*=-theme] .grey-theme a:not(.btn):focus,
[class*=-theme] .grey-light-theme a:not(.btn):focus,
[class*=-theme] .spruce-neon-theme a:not(.btn):focus,
[class*=-theme] .ba-neon-blue a:not(.btn):focus,
[class*=-theme] .hrb-neon-green a:not(.btn):focus,
[class*=-theme] .spruce-shark-gray a:not(.btn):focus {
  color: #003512;
}
[class*=-theme] .white-theme a:not(.btn):hover .icon-stroke,
[class*=-theme] .spruce-eggshell-theme a:not(.btn):hover .icon-stroke,
[class*=-theme] .grey-theme a:not(.btn):hover .icon-stroke,
[class*=-theme] .grey-light-theme a:not(.btn):hover .icon-stroke,
[class*=-theme] .spruce-neon-theme a:not(.btn):hover .icon-stroke,
[class*=-theme] .ba-neon-blue a:not(.btn):hover .icon-stroke,
[class*=-theme] .hrb-neon-green a:not(.btn):hover .icon-stroke,
[class*=-theme] .spruce-shark-gray a:not(.btn):hover .icon-stroke,
[class*=-theme] .white-theme a:not(.btn):focus .icon-stroke,
[class*=-theme] .spruce-eggshell-theme a:not(.btn):focus .icon-stroke,
[class*=-theme] .grey-theme a:not(.btn):focus .icon-stroke,
[class*=-theme] .grey-light-theme a:not(.btn):focus .icon-stroke,
[class*=-theme] .spruce-neon-theme a:not(.btn):focus .icon-stroke,
[class*=-theme] .ba-neon-blue a:not(.btn):focus .icon-stroke,
[class*=-theme] .hrb-neon-green a:not(.btn):focus .icon-stroke,
[class*=-theme] .spruce-shark-gray a:not(.btn):focus .icon-stroke {
  stroke: #003512;
}
.white-theme a:not(.btn),
.spruce-eggshell-theme a:not(.btn),
.grey-theme a:not(.btn),
.grey-light-theme a:not(.btn),
.spruce-neon-theme a:not(.btn),
.ba-neon-blue a:not(.btn),
.hrb-neon-green a:not(.btn),
.spruce-shark-gray a:not(.btn) {
  color: #003512;
}
.white-theme a:not(.btn):hover,
.spruce-eggshell-theme a:not(.btn):hover,
.grey-theme a:not(.btn):hover,
.grey-light-theme a:not(.btn):hover,
.spruce-neon-theme a:not(.btn):hover,
.ba-neon-blue a:not(.btn):hover,
.hrb-neon-green a:not(.btn):hover,
.spruce-shark-gray a:not(.btn):hover,
.white-theme a:not(.btn):focus,
.spruce-eggshell-theme a:not(.btn):focus,
.grey-theme a:not(.btn):focus,
.grey-light-theme a:not(.btn):focus,
.spruce-neon-theme a:not(.btn):focus,
.ba-neon-blue a:not(.btn):focus,
.hrb-neon-green a:not(.btn):focus,
.spruce-shark-gray a:not(.btn):focus {
  color: #003512;
}
.white-theme a:not(.btn):hover .icon-stroke,
.spruce-eggshell-theme a:not(.btn):hover .icon-stroke,
.grey-theme a:not(.btn):hover .icon-stroke,
.grey-light-theme a:not(.btn):hover .icon-stroke,
.spruce-neon-theme a:not(.btn):hover .icon-stroke,
.ba-neon-blue a:not(.btn):hover .icon-stroke,
.hrb-neon-green a:not(.btn):hover .icon-stroke,
.spruce-shark-gray a:not(.btn):hover .icon-stroke,
.white-theme a:not(.btn):focus .icon-stroke,
.spruce-eggshell-theme a:not(.btn):focus .icon-stroke,
.grey-theme a:not(.btn):focus .icon-stroke,
.grey-light-theme a:not(.btn):focus .icon-stroke,
.spruce-neon-theme a:not(.btn):focus .icon-stroke,
.ba-neon-blue a:not(.btn):focus .icon-stroke,
.hrb-neon-green a:not(.btn):focus .icon-stroke,
.spruce-shark-gray a:not(.btn):focus .icon-stroke {
  stroke: #003512;
}
[class*=-theme] .black-theme a:not(.btn),
[class*=-theme] .green-dark-theme a:not(.btn),
[class*=-theme] .spruce-forest-theme a:not(.btn),
[class*=-theme] .green-theme-medium a:not(.btn),
[class*=-theme] .green-theme a:not(.btn),
[class*=-theme] .ba-charcoal-gray-theme a:not(.btn),
[class*=-theme] .ba-emerald-green-theme a:not(.btn) {
  color: #f6f4e9;
}
[class*=-theme] .black-theme a:not(.btn):hover,
[class*=-theme] .green-dark-theme a:not(.btn):hover,
[class*=-theme] .spruce-forest-theme a:not(.btn):hover,
[class*=-theme] .green-theme-medium a:not(.btn):hover,
[class*=-theme] .green-theme a:not(.btn):hover,
[class*=-theme] .ba-charcoal-gray-theme a:not(.btn):hover,
[class*=-theme] .ba-emerald-green-theme a:not(.btn):hover,
[class*=-theme] .black-theme a:not(.btn):focus,
[class*=-theme] .green-dark-theme a:not(.btn):focus,
[class*=-theme] .spruce-forest-theme a:not(.btn):focus,
[class*=-theme] .green-theme-medium a:not(.btn):focus,
[class*=-theme] .green-theme a:not(.btn):focus,
[class*=-theme] .ba-charcoal-gray-theme a:not(.btn):focus,
[class*=-theme] .ba-emerald-green-theme a:not(.btn):focus {
  color: #f6f4e9;
}
[class*=-theme] .black-theme a:not(.btn):hover .icon-stroke,
[class*=-theme] .green-dark-theme a:not(.btn):hover .icon-stroke,
[class*=-theme] .spruce-forest-theme a:not(.btn):hover .icon-stroke,
[class*=-theme] .green-theme-medium a:not(.btn):hover .icon-stroke,
[class*=-theme] .green-theme a:not(.btn):hover .icon-stroke,
[class*=-theme] .ba-charcoal-gray-theme a:not(.btn):hover .icon-stroke,
[class*=-theme] .ba-emerald-green-theme a:not(.btn):hover .icon-stroke,
[class*=-theme] .black-theme a:not(.btn):focus .icon-stroke,
[class*=-theme] .green-dark-theme a:not(.btn):focus .icon-stroke,
[class*=-theme] .spruce-forest-theme a:not(.btn):focus .icon-stroke,
[class*=-theme] .green-theme-medium a:not(.btn):focus .icon-stroke,
[class*=-theme] .green-theme a:not(.btn):focus .icon-stroke,
[class*=-theme] .ba-charcoal-gray-theme a:not(.btn):focus .icon-stroke,
[class*=-theme] .ba-emerald-green-theme a:not(.btn):focus .icon-stroke {
  stroke: #f6f4e9;
}
.black-theme a:not(.btn),
.green-dark-theme a:not(.btn),
.spruce-forest-theme a:not(.btn),
.green-theme-medium a:not(.btn),
.green-theme a:not(.btn),
.ba-charcoal-gray-theme a:not(.btn),
.ba-emerald-green-theme a:not(.btn) {
  color: #f6f4e9;
}
.black-theme a:not(.btn):hover,
.green-dark-theme a:not(.btn):hover,
.spruce-forest-theme a:not(.btn):hover,
.green-theme-medium a:not(.btn):hover,
.green-theme a:not(.btn):hover,
.ba-charcoal-gray-theme a:not(.btn):hover,
.ba-emerald-green-theme a:not(.btn):hover,
.black-theme a:not(.btn):focus,
.green-dark-theme a:not(.btn):focus,
.spruce-forest-theme a:not(.btn):focus,
.green-theme-medium a:not(.btn):focus,
.green-theme a:not(.btn):focus,
.ba-charcoal-gray-theme a:not(.btn):focus,
.ba-emerald-green-theme a:not(.btn):focus {
  color: #f6f4e9;
}
.black-theme a:not(.btn):hover .icon-stroke,
.green-dark-theme a:not(.btn):hover .icon-stroke,
.spruce-forest-theme a:not(.btn):hover .icon-stroke,
.green-theme-medium a:not(.btn):hover .icon-stroke,
.green-theme a:not(.btn):hover .icon-stroke,
.ba-charcoal-gray-theme a:not(.btn):hover .icon-stroke,
.ba-emerald-green-theme a:not(.btn):hover .icon-stroke,
.black-theme a:not(.btn):focus .icon-stroke,
.green-dark-theme a:not(.btn):focus .icon-stroke,
.spruce-forest-theme a:not(.btn):focus .icon-stroke,
.green-theme-medium a:not(.btn):focus .icon-stroke,
.green-theme a:not(.btn):focus .icon-stroke,
.ba-charcoal-gray-theme a:not(.btn):focus .icon-stroke,
.ba-emerald-green-theme a:not(.btn):focus .icon-stroke {
  stroke: #f6f4e9;
}
[class*=-theme] .yellow-theme a:not(.btn),
[class*=-theme] .blue-theme a:not(.btn),
[class*=-theme] .green-light-theme a:not(.btn) {
  color: #262626;
}
[class*=-theme] .yellow-theme a:not(.btn):hover,
[class*=-theme] .blue-theme a:not(.btn):hover,
[class*=-theme] .green-light-theme a:not(.btn):hover,
[class*=-theme] .yellow-theme a:not(.btn):focus,
[class*=-theme] .blue-theme a:not(.btn):focus,
[class*=-theme] .green-light-theme a:not(.btn):focus {
  color: #262626;
}
[class*=-theme] .yellow-theme a:not(.btn):hover .icon-stroke,
[class*=-theme] .blue-theme a:not(.btn):hover .icon-stroke,
[class*=-theme] .green-light-theme a:not(.btn):hover .icon-stroke,
[class*=-theme] .yellow-theme a:not(.btn):focus .icon-stroke,
[class*=-theme] .blue-theme a:not(.btn):focus .icon-stroke,
[class*=-theme] .green-light-theme a:not(.btn):focus .icon-stroke {
  stroke: #262626;
}
.yellow-theme a:not(.btn),
.blue-theme a:not(.btn),
.green-light-theme a:not(.btn) {
  color: #262626;
}
.yellow-theme a:not(.btn):hover,
.blue-theme a:not(.btn):hover,
.green-light-theme a:not(.btn):hover,
.yellow-theme a:not(.btn):focus,
.blue-theme a:not(.btn):focus,
.green-light-theme a:not(.btn):focus {
  color: #262626;
}
.yellow-theme a:not(.btn):hover .icon-stroke,
.blue-theme a:not(.btn):hover .icon-stroke,
.green-light-theme a:not(.btn):hover .icon-stroke,
.yellow-theme a:not(.btn):focus .icon-stroke,
.blue-theme a:not(.btn):focus .icon-stroke,
.green-light-theme a:not(.btn):focus .icon-stroke {
  stroke: #262626;
}
.ba-white-theme,
[class*=ba-][class*=-theme] .testimonial-btn:hover,
[class*=-gray-theme] .testimonial-btn:hover,
[class*=-green-theme] .testimonial-btn:hover,
.spruce-dark-blue .testimonial-btn:hover,
.black-theme .testimonial-btn:hover,
.green-theme-medium .testimonial-btn:hover,
.green-theme .testimonial-btn:hover,
.green-dark-theme .testimonial-btn:hover,
.spruce-forest-theme .testimonial-btn:hover,
[class*=ba-][class*=-theme] .testimonial-btn:focus,
[class*=-gray-theme] .testimonial-btn:focus,
[class*=-green-theme] .testimonial-btn:focus,
.spruce-dark-blue .testimonial-btn:focus,
.black-theme .testimonial-btn:focus,
.green-theme-medium .testimonial-btn:focus,
.green-theme .testimonial-btn:focus,
.green-dark-theme .testimonial-btn:focus,
.spruce-forest-theme .testimonial-btn:focus,
[class*=ba-][class*=-theme] .testimonial-pagination > li.active,
[class*=-gray-theme] .testimonial-pagination > li.active,
[class*=-green-theme] .testimonial-pagination > li.active,
.spruce-dark-blue .testimonial-pagination > li.active,
.black-theme .testimonial-pagination > li.active,
.green-theme-medium .testimonial-pagination > li.active,
.green-theme .testimonial-pagination > li.active,
.green-dark-theme .testimonial-pagination > li.active,
.spruce-forest-theme .testimonial-pagination > li.active {
  background-color: #ffffff;
  color: #003512;
  /* PR-update*/
}
.ba-black-theme {
  background-color: #000000;
  color: #f6f4e9;
  /* PR-update*/
}
.ba-grey-theme {
  background-color: #f1f5f7;
  color: #003512;
  /* PR-update*/
}
.ba-grey-light-theme {
  background-color: #e8eef1;
  color: #003512;
  /* PR-update*/
}
.ba-yellow-theme {
  background-color: #f5cc02;
  color: #262626;
}
.ba-green-dark-theme {
  background-color: #005d1f;
  color: #f6f4e9;
  /* PR-update*/
}
.ba-green-dark-theme p:not(.text-jumbo):not(.text-large):not(.text-medium):not(.text-small):not(.text-x-small):not(.text-little),
.ba-green-dark-theme li {
  font-size: 1.9rem;
}
.ba-green-theme {
  background-color: #005d1f;
  color: #f6f4e9;
  /* PR-update*/
}
.ba-green-theme p:not(.text-jumbo):not(.text-large):not(.text-medium):not(.text-small):not(.text-x-small):not(.text-little),
.ba-green-theme li {
  font-size: 1.9rem;
}
.ba-goblin-green-theme {
  background-color: #3b8149;
}
.ba-emerald-green-theme {
  background-color: #005d1f;
  color: #f6f4e9;
  /* PR-update*/
}
.ba-emerald-green-theme p:not(.text-jumbo):not(.text-large):not(.text-medium):not(.text-small):not(.text-x-small):not(.text-little),
.ba-emerald-green-theme li {
  font-size: 1.9rem;
}
.color-emerald-green,
.hrb-color--ba-emerald-green,
a.hrb-color--ba-emerald-green,
.hrb-color--ba-emerald-green a:not(.btn) {
  color: #005d1f;
}
.ba-blue-light-theme {
  background-color: #d7f2fd;
  color: #262626;
}
.ba-blue-theme {
  background-color: #3bc0f8;
}
.ba-sky-blue-theme {
  background-color: #97c6e8;
}
.ba-wave-blue-theme {
  background-color: #1f65a6;
  color: #262626;
  /*PR-UPDATE*/
}
.ba-steel-blue-theme {
  background-color: #346ca6;
  color: #ffffff;
}
.ba-charcoal-gray-theme {
  background-color: #005d1f;
  color: #f6f4e9;
  /* PR-update*/
}
.ba-charcoal-gray-theme p:not(.text-jumbo):not(.text-large):not(.text-medium):not(.text-small):not(.text-x-small):not(.text-little),
.ba-charcoal-gray-theme li {
  font-size: 1.9rem;
}
.ba-bright-gray-theme {
  background-color: #57585a;
}
.ba-neon-blue {
  background-color: #00e9e9;
  color: #003512;
  /*PR UPDATE*/
}
.color-neon-blue {
  color: #00e9e9;
}
.ext_black-right-arrow:after,
[class*=theme] .yellow-theme a:not(.btn).right-arrow:after,
.blue-theme a:not(.btn).right-arrow:after,
.green-light-theme a:not(.btn).right-arrow:after,
.blue-light-theme a:not(.btn).right-arrow:after,
.yellow-theme a:not(.btn).right-arrow:after,
.blue-theme a:not(.btn).right-arrow:after,
.green-light-theme a:not(.btn).right-arrow:after,
.ba-blue-light-theme a:not(.btn).right-arrow:after,
.ba-wave-blue-theme a:not(.btn).right-arrow:after,
.ba-blue-light-theme a:not(.btn).right-arrow:hover:after,
.ba-wave-blue-theme a:not(.btn).right-arrow:hover:after,
.ba-blue-light-theme a:not(.btn).right-arrow:focus:after,
.ba-wave-blue-theme a:not(.btn).right-arrow:focus:after,
[class*=-theme] a:not(.btn) span.rte-right-arrow.hrb-color--black:after,
[class*=-theme] a:not(.btn) span.rte-right-arrow.hrb-color--black:hover:after,
[class*=-theme] a:not(.btn) span.rte-right-arrow.hrb-color--black:focus:after,
a:not(.btn) span.rte-right-arrow.hrb-color--black:after,
a:not(.btn) span.rte-right-arrow.hrb-color--black:hover:after,
a:not(.btn) span.rte-right-arrow.hrb-color--black:focus:after,
.white-theme .yellow-theme a:not(.btn).right-arrow:after,
.grey-theme .yellow-theme a:not(.btn).right-arrow:after,
.grey-light-theme .yellow-theme a:not(.btn).right-arrow:after,
.white-theme .green-light-theme a:not(.btn).right-arrow:after,
.grey-theme .green-light-theme a:not(.btn).right-arrow:after,
.grey-light-theme .green-light-theme a:not(.btn).right-arrow:after,
.white-theme [class*=blue-][class*=theme] a:not(.btn).right-arrow:after,
.grey-theme [class*=blue-][class*=theme] a:not(.btn).right-arrow:after,
.grey-light-theme [class*=blue-][class*=theme] a:not(.btn).right-arrow:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%23262626%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}
.ext_medium-dark-green-right-arrow:after,
.hrb-color--medium-dark-green[class*=right-arrow]:after,
a:not(.btn).hrb-color--medium-dark-green[class*=right-arrow]:after,
a:not(.btn).hrb-color--ui-green:after,
a:not(.btn).hrb-color--ui-green:focus:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%23005D1F%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}
.ext_global-dark-green-right-arrow:after,
[class*=theme] .white-theme a:not(.btn).right-arrow:after,
[class*=theme] .grey-theme a:not(.btn).right-arrow:after,
[class*=theme] .grey-light-theme a:not(.btn).right-arrow:after,
[class*=theme] .spruce-eggshell-theme a:not(.btn).right-arrow:after,
[class*=theme] .spruce-neon-theme a:not(.btn).right-arrow:after,
[class*=theme] .ba-neon-blue a:not(.btn).right-arrow:after,
[class*=theme] .hrb-neon-green a:not(.btn).right-arrow:after,
[class*=theme] .spruce-shark-gray a:not(.btn).right-arrow:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%23003512%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}
.color--blue {
  color: #3bc0f8;
}
.color--dark-blue {
  color: #0060c6;
}
[class*=ba-][class*=-theme] .testimonial-pagination > li,
[class*=-gray-theme] .testimonial-pagination > li,
[class*=-green-theme] .testimonial-pagination > li,
.spruce-dark-blue .testimonial-pagination > li,
.black-theme .testimonial-pagination > li,
.green-theme-medium .testimonial-pagination > li,
.green-theme .testimonial-pagination > li,
.green-dark-theme .testimonial-pagination > li,
.spruce-forest-theme .testimonial-pagination > li {
  border-color: #ffffff;
}
.hrb-color--ba-emerald-green .icon-stroke,
a.hrb-color--ba-emerald-green .icon-stroke,
.hrb-color--ba-emerald-green a:not(.btn) .icon-stroke {
  stroke: #005d1f;
}
.hrb-color--ba-emerald-green[class*=right-arrow]:after,
a.hrb-color--ba-emerald-green[class*=right-arrow]:after,
.hrb-color--ba-emerald-green a:not(.btn)[class*=right-arrow]:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%23005D1F%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}
/*.ba-blue-light-theme,
[class*=-blue-theme] {
  .js-disclaimer-link:extend(.color-primary-black) {
    //color: @primary-black;
  }
}
[class*=-green-theme],
[class*=-gray-theme],
.ba-green-light-theme,
.ba-green-dark-theme,
.ba-black-theme {
  .js-disclaimer-link:extend(.color-white) {
  //color: @white;
  }
}

//theme inside theme managed for green and blue
//.green-theme,
//.green-light-theme,
//.ba-green-theme,
//.ba-green-light-theme,
//.ba-green-dark-theme,
//.ba-emerald-green-theme,
//.ba-goblin-green-theme,
//.ba-charcoal-gray-theme,
//.ba-bright-gray-theme,
//.ba-black-theme {

[class*=ba-][class*=-theme] {
  
  //.ba-grey-theme,
  //.ba-grey-light-theme,
  [class*=ba-grey-][class*=-theme],
  .ba-white-theme,
  .ba-yellow-theme,
  .white-theme,
  .grey-theme,
  .grey-light-theme {
    .js-disclaimer-link:extend(.color-emerald-green) {
      //color: @emerald-green;
    }
  }
  .ba-blue-light-theme,
  [class*=-blue-theme] {
    .js-disclaimer-link:extend(.color-primary-black) {
      //color: @primary-black;
    }
  }

  //.ba-green-light-theme,
  //.ba-green-dark-theme,
  [class*=-green-theme],
  [class*=-gray-theme],
  [class*=ba-green-][class*=-theme],
  .ba-black-theme {
    .js-disclaimer-link:extend(.color-white) {
      //color: @white;
    }
  }
}
*/
.ba-white-theme a:not(.btn):focus .icon-fill,
[class*=ba-grey-][class*=-theme] a:not(.btn):focus .icon-fill {
  fill: #005d1f;
}
.ba-white-theme a:not(.btn):focus .icon-stroke,
[class*=ba-grey-][class*=-theme] a:not(.btn):focus .icon-stroke {
  stroke: #005d1f;
}
.ba-white-theme a:not(.btn):focus.right-arrow:after,
[class*=ba-grey-][class*=-theme] a:not(.btn):focus.right-arrow:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%23003512%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}
.ba-grey-bg {
  background-color: #f3f6f8;
}
.ba-grey-light-bg {
  background-color: #f1f5f7;
}
.ba-blue-light-theme a:not(.btn).text-underline.hrb-color--white,
.ba-wave-blue-theme a:not(.btn).text-underline.hrb-color--white,
.ba-blue-light-theme a:not(.btn).text-underline.hrb-color--dark-grey,
.ba-wave-blue-theme a:not(.btn).text-underline.hrb-color--dark-grey,
.ba-blue-light-theme a:not(.btn).text-underline.hrb-color--medium-dark-green,
.ba-wave-blue-theme a:not(.btn).text-underline.hrb-color--medium-dark-green {
  color: #262626;
}
.ba-blue-light-theme a:not(.btn).hrb-color--ui-green,
.ba-wave-blue-theme a:not(.btn).hrb-color--ui-green {
  color: #262626;
}
.color-bg-forest-green {
  background-color: #003512;
}
.bg-forest-green {
  background: #003512;
}
.color-bg-neon-green {
  background-color: #d2fa52;
}
.color-bg-eggshell {
  background-color: #f6f4e9;
}
.color-bg-white {
  background-color: #ffffff;
}
.color-forest-green,
[class*=spruce-][class*=theme] .white-theme .js-disclaimer-link:not(.x),
.white-theme,
.spruce-eggshell-theme,
.grey-theme,
.grey-light-theme,
.spruce-neon-theme,
.ba-neon-blue,
.hrb-neon-green,
.spruce-shark-gray,
.spruce-color--green-forest,
.white-theme a:not(.btn).right-arrow.spruce-color--green-forest,
.grey-theme a:not(.btn).right-arrow.spruce-color--green-forest,
.grey-light-theme a:not(.btn).right-arrow.spruce-color--green-forest {
  color: #003512;
}
.fill-forest-green,
.white-theme .icon-fill,
.spruce-eggshell-theme .icon-fill,
.grey-theme .icon-fill,
.grey-light-theme .icon-fill,
.spruce-neon-theme .icon-fill,
.ba-neon-blue .icon-fill,
.hrb-neon-green .icon-fill,
.spruce-shark-gray .icon-fill,
.white-theme a:not(.btn) .icon-fill,
.spruce-eggshell-theme a:not(.btn) .icon-fill,
.grey-theme a:not(.btn) .icon-fill,
.grey-light-theme a:not(.btn) .icon-fill,
.spruce-neon-theme a:not(.btn) .icon-fill,
.ba-neon-blue a:not(.btn) .icon-fill,
.hrb-neon-green a:not(.btn) .icon-fill,
.spruce-shark-gray a:not(.btn) .icon-fill,
.white-theme a:not(.btn):hover .icon-fill,
.spruce-eggshell-theme a:not(.btn):hover .icon-fill,
.grey-theme a:not(.btn):hover .icon-fill,
.grey-light-theme a:not(.btn):hover .icon-fill,
.spruce-neon-theme a:not(.btn):hover .icon-fill,
.ba-neon-blue a:not(.btn):hover .icon-fill,
.hrb-neon-green a:not(.btn):hover .icon-fill,
.spruce-shark-gray a:not(.btn):hover .icon-fill,
.white-theme a:not(.btn):focus .icon-fill,
.spruce-eggshell-theme a:not(.btn):focus .icon-fill,
.grey-theme a:not(.btn):focus .icon-fill,
.grey-light-theme a:not(.btn):focus .icon-fill,
.spruce-neon-theme a:not(.btn):focus .icon-fill,
.ba-neon-blue a:not(.btn):focus .icon-fill,
.hrb-neon-green a:not(.btn):focus .icon-fill,
.spruce-shark-gray a:not(.btn):focus .icon-fill {
  fill: #003512;
}
.color-forest-green-2 {
  color: #335d41;
}
.color-neon-green,
.spruce-color--green-neon {
  color: #d2fa52;
}
.stroke-neon-green {
  stroke: #d2fa52;
}
.color-neon-green-2,
a:not(.btn).spruce-color--green-neon:focus,
[class*=-theme] a:not(.btn) span.rte-right-arrow.spruce-color--green-neon:hover:after,
[class*=-theme] a:not(.btn) span.rte-right-arrow.spruce-color--green-neon:focus:after,
a:not(.btn) span.rte-right-arrow.spruce-color--green-neon:hover:after,
a:not(.btn) span.rte-right-arrow.spruce-color--green-neon:focus:after {
  color: #e5fb9f;
}
.stroke-neon-green-2,
a:not(.btn).spruce-color--green-neon:hover .icon-stroke,
a:not(.btn).spruce-color--green-neon:focus .icon-stroke {
  stroke: #e5fb9f;
}
.color-eggshell,
a:not(.btn).spruce-color--eggshell,
a:not(.btn).spruce-color--eggshell:hover,
a:not(.btn).spruce-color--eggshell:focus,
.black-theme,
.green-dark-theme,
.spruce-forest-theme,
.green-theme-medium,
.green-theme,
.ba-charcoal-gray-theme,
.ba-emerald-green-theme,
.spruce-color--eggshell {
  color: #f6f4e9;
}
.fill-eggshell,
.black-theme .icon-fill,
.green-dark-theme .icon-fill,
.spruce-forest-theme .icon-fill,
.green-theme-medium .icon-fill,
.green-theme .icon-fill,
.ba-charcoal-gray-theme .icon-fill,
.ba-emerald-green-theme .icon-fill,
.black-theme a:not(.btn) .icon-fill,
.green-dark-theme a:not(.btn) .icon-fill,
.spruce-forest-theme a:not(.btn) .icon-fill,
.green-theme-medium a:not(.btn) .icon-fill,
.green-theme a:not(.btn) .icon-fill,
.ba-charcoal-gray-theme a:not(.btn) .icon-fill,
.ba-emerald-green-theme a:not(.btn) .icon-fill,
.black-theme a:not(.btn):hover .icon-fill,
.green-dark-theme a:not(.btn):hover .icon-fill,
.spruce-forest-theme a:not(.btn):hover .icon-fill,
.green-theme-medium a:not(.btn):hover .icon-fill,
.green-theme a:not(.btn):hover .icon-fill,
.ba-charcoal-gray-theme a:not(.btn):hover .icon-fill,
.ba-emerald-green-theme a:not(.btn):hover .icon-fill,
.black-theme a:not(.btn):focus .icon-fill,
.green-dark-theme a:not(.btn):focus .icon-fill,
.spruce-forest-theme a:not(.btn):focus .icon-fill,
.green-theme-medium a:not(.btn):focus .icon-fill,
.green-theme a:not(.btn):focus .icon-fill,
.ba-charcoal-gray-theme a:not(.btn):focus .icon-fill,
.ba-emerald-green-theme a:not(.btn):focus .icon-fill {
  fill: #f6f4e9;
}
.ext_forest-green-right-arrow:after,
.spruce-color--green-forest[class*=right-arrow]:after,
.white-theme a:not(.btn).right-arrow.spruce-color--green-neon:after,
.grey-theme a:not(.btn).right-arrow.spruce-color--green-neon:after,
.grey-light-theme a:not(.btn).right-arrow.spruce-color--green-neon:after,
.white-theme a:not(.btn).right-arrow.spruce-color--green-neon:hover:after,
.grey-theme a:not(.btn).right-arrow.spruce-color--green-neon:hover:after,
.grey-light-theme a:not(.btn).right-arrow.spruce-color--green-neon:hover:after,
.white-theme a:not(.btn).right-arrow.spruce-color--green-neon:focus:after,
.grey-theme a:not(.btn).right-arrow.spruce-color--green-neon:focus:after,
.grey-light-theme a:not(.btn).right-arrow.spruce-color--green-neon:focus:after,
.spruce-eggshell-theme a:not(.btn).right-arrow.spruce-color--green-neon:after,
.spruce-neon-theme a:not(.btn).right-arrow.spruce-color--green-neon:after,
.ba-neon-blue a:not(.btn).right-arrow.spruce-color--green-neon:after,
.hrb-neon-green a:not(.btn).right-arrow.spruce-color--green-neon:after,
.yellow-theme a:not(.btn).right-arrow.spruce-color--green-neon:after,
.blue-theme a:not(.btn).right-arrow.spruce-color--green-neon:after,
.green-light-theme a:not(.btn).right-arrow.spruce-color--green-neon:after,
.ba-blue-light-theme a:not(.btn).right-arrow.spruce-color--green-neon:after,
.ba-wave-blue-theme a:not(.btn).right-arrow.spruce-color--green-neon:after,
.spruce-shark-gray a:not(.btn).right-arrow.spruce-color--green-neon:after,
.spruce-eggshell-theme a:not(.btn).right-arrow.spruce-color--green-neon:hover:after,
.spruce-neon-theme a:not(.btn).right-arrow.spruce-color--green-neon:hover:after,
.ba-neon-blue a:not(.btn).right-arrow.spruce-color--green-neon:hover:after,
.hrb-neon-green a:not(.btn).right-arrow.spruce-color--green-neon:hover:after,
.yellow-theme a:not(.btn).right-arrow.spruce-color--green-neon:hover:after,
.blue-theme a:not(.btn).right-arrow.spruce-color--green-neon:hover:after,
.green-light-theme a:not(.btn).right-arrow.spruce-color--green-neon:hover:after,
.ba-blue-light-theme a:not(.btn).right-arrow.spruce-color--green-neon:hover:after,
.ba-wave-blue-theme a:not(.btn).right-arrow.spruce-color--green-neon:hover:after,
.spruce-shark-gray a:not(.btn).right-arrow.spruce-color--green-neon:hover:after,
.spruce-eggshell-theme a:not(.btn).right-arrow.spruce-color--green-neon:focus:after,
.spruce-neon-theme a:not(.btn).right-arrow.spruce-color--green-neon:focus:after,
.ba-neon-blue a:not(.btn).right-arrow.spruce-color--green-neon:focus:after,
.hrb-neon-green a:not(.btn).right-arrow.spruce-color--green-neon:focus:after,
.yellow-theme a:not(.btn).right-arrow.spruce-color--green-neon:focus:after,
.blue-theme a:not(.btn).right-arrow.spruce-color--green-neon:focus:after,
.green-light-theme a:not(.btn).right-arrow.spruce-color--green-neon:focus:after,
.ba-blue-light-theme a:not(.btn).right-arrow.spruce-color--green-neon:focus:after,
.ba-wave-blue-theme a:not(.btn).right-arrow.spruce-color--green-neon:focus:after,
.spruce-shark-gray a:not(.btn).right-arrow.spruce-color--green-neon:focus:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%23003512%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}
.ext_neon-green-right-arrow:after,
a:not(.btn).spruce-color--green-neon[class*=right-arrow]:after,
a:not(.btn) .spruce-color--green-neon[class*=right-arrow]:after,
.spruce-color--green-neon[class*=right-arrow]:after,
[class*=-theme] a:not(.btn) span.rte-right-arrow.spruce-color--green-neon:after,
a:not(.btn) span.rte-right-arrow.spruce-color--green-neon:after,
.blue-theme .spruce-forest-theme a:not(.btn).right-arrow:after,
.green-light-theme .spruce-forest-theme a:not(.btn).right-arrow:after,
.ba-blue-light-theme .spruce-forest-theme a:not(.btn).right-arrow:after,
.ba-wave-blue-theme .spruce-forest-theme a:not(.btn).right-arrow:after,
.btn-container a:not(.btn).right-arrow.spruce-color--green-neon[class*=right-arrow]:after,
.btn-container a:not(.btn).text-underline.spruce-color--green-neon[class*=right-arrow]:after,
a:not(.btn).right-arrow.spruce-color--green-neon[class*=right-arrow]:after,
a:not(.btn).text-underline.spruce-color--green-neon[class*=right-arrow]:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%23D2FA52%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}
.ext_neon-green-2-right-arrow:after,
.spruce-color--green-neon[class*=right-arrow]:focus:after,
[class*=-theme] a:not(.btn) span.rte-right-arrow.spruce-color--green-neon:hover:after,
[class*=-theme] a:not(.btn) span.rte-right-arrow.spruce-color--green-neon:focus:after,
a:not(.btn) span.rte-right-arrow.spruce-color--green-neon:hover:after,
a:not(.btn) span.rte-right-arrow.spruce-color--green-neon:focus:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%23E5FB9F%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}
.ext_spruce-ehh-shell-right-arrow:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%23F6F4E9%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}
a:not(.btn).spruce-color--green-forest:focus .icon-stroke {
  stroke: #335d41;
}
a:not(.btn) .spruce-color--eggshell[class*=right-arrow]:after,
a:not(.btn).spruce-color--eggshell[class*=right-arrow]:after,
a:not(.btn).spruce-color--eggshell[class*=right-arrow]:hover:after,
a:not(.btn).spruce-color--eggshell[class*=right-arrow]:focus:after,
a:not(.btn):hover .spruce-color--eggshell[class*=right-arrow]:after,
a:not(.btn):focus .spruce-color--eggshell[class*=right-arrow]:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%23F6F4E9%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E") !important;
}
.spruce-forest-theme {
  background-color: #003512;
  color: #f6f4e9;
}
.spruce-neon-theme {
  background-color: #d2fa52;
  color: #003512;
  /*PR UPDATE*/
}
.spruce-eggshell-theme {
  background-color: #f6f4e9;
  color: #003512;
  /*PR UPDATE*/
}
.spruce-shark-gray {
  background-color: #adb9a6;
  color: #003512;
  /*PR UPDATE*/
}
.spruce-dark-blue {
  background-color: #0060c6;
}
/*.spruce-forest-theme {
  .js-disclaimer-link:not(.x):extend(.color-eggshell) {      ///////removing for 4391140///
	&:focus{
           // border-color: @eggshell ;    //removing for 4391371
        }
	}
}*/
/*.spruce-forest-theme {      

  .icon-fill {
    fill: @neon-green;
  }
  .icon-stroke {
    &:extend(.stroke-neon-green);
  }

  @{alnk} {
    &:extend(.color-neon-green);

    .icon-fill {
      fill: @neon-green;
    }
    .icon-stroke {
      &:extend(.stroke-neon-green);
    }

    &.right-arrow:after {
      &:extend(.ext_neon-green-right-arrow:after);
    }

    &:hover,
    &:focus {
      //color: @neon-green-2;
      &:extend(.color-neon-green-2);

      .icon-fill {
        fill: @neon-green-2;
      }
      .icon-stroke {
        &:extend(.stroke-neon-green-2);
      }

      &.right-arrow:after {
        &:extend(.ext_neon-green-2-right-arrow:after);
      }
    }
  }

}*/
.spruce-color--electric-blue {
  color: #3bc0f8;
}
.spruce-color--dark-blue {
  color: #0060c6;
}
.spruce-color--eggshell .icon-stroke {
  stroke: #f6f4e9;
}
.spruce-color--brick {
  color: #fd552b;
}
.spruce-color--brick .icon-stroke {
  stroke: #fd552b;
}
.spruce-color--brick[class*=right-arrow]:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%23C15C1B%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}
.spruce-color--red-flame {
  color: #c15c1b;
}
.spruce-color--red-flame .icon-stroke {
  stroke: #c15c1b;
}
.spruce-color--red-flame[class*=right-arrow]:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%23FD552B%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}
.hrb-icon-link--check.forest-green {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23003512;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3E1%3C/title%3E%3Cg%3E%3Cpolygon class='cls-1' points='12.98 17.73 8.73 13.49 7.32 14.9 12.98 20.56 22.68 10.85 21.27 9.44 12.98 17.73'/%3E%3C/g%3E%3C/svg%3E");
}
.hrb-icon-link--check.neon-green {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23D2FA52;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3E1%3C/title%3E%3Cg%3E%3Cpolygon class='cls-1' points='12.98 17.73 8.73 13.49 7.32 14.9 12.98 20.56 22.68 10.85 21.27 9.44 12.98 17.73'/%3E%3C/g%3E%3C/svg%3E");
}
.spruce-dark-blue a:not(.btn).text-underline.hrb-color--dark-grey {
  color: #FFFFFF;
}
/*-- 3213492 - Enhancement --*/
.color-medium-dark-blue {
  color: #0095ff;
}
[class*=-theme] a:not(.btn) span.rte-right-arrow {
  /* spruce-green-neon */
  /*color-dark-green*/
  /*hrb-color--black*/
  /*white*/
  /*GLOBAL SAND*/
}
[class*=-theme] a:not(.btn) span.rte-right-arrow.color-global-sand:after,
[class*=-theme] a:not(.btn) span.rte-right-arrow.color-global-sand:hover:after,
[class*=-theme] a:not(.btn) span.rte-right-arrow.color-global-sand:focus:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%23F6F4E9%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}
a:not(.btn) span.rte-right-arrow {
  /* spruce-green-neon */
  /*color-dark-green*/
  /*hrb-color--black*/
  /*white*/
  /*GLOBAL SAND*/
}
a:not(.btn) span.rte-right-arrow.color-global-sand:after,
a:not(.btn) span.rte-right-arrow.color-global-sand:hover:after,
a:not(.btn) span.rte-right-arrow.color-global-sand:focus:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%23F6F4E9%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}
.green-theme #play svg path,
.black-theme #play svg path,
.green-theme #pause svg path,
.black-theme #pause svg path,
.green-theme #mute svg path,
.black-theme #mute svg path,
.green-theme #unmute svg path,
.black-theme #unmute svg path {
  fill: #ffffff !important;
}
.green-theme #play:hover svg path,
.black-theme #play:hover svg path,
.green-theme #pause:hover svg path,
.black-theme #pause:hover svg path,
.green-theme #mute:hover svg path,
.black-theme #mute:hover svg path,
.green-theme #unmute:hover svg path,
.black-theme #unmute:hover svg path {
  fill: #262626 !important;
}
.green-theme .lSSlideOuter .lSPager.lSpg > li > a,
.black-theme .lSSlideOuter .lSPager.lSpg > li > a {
  border-color: #ffffff !important;
}
.green-theme .lSSlideOuter .lSPager.lSpg > li.active > a,
.black-theme .lSSlideOuter .lSPager.lSpg > li.active > a {
  background-color: #ffffff !important;
}
a.right-arrow-green {
  color: #005d1f !important;
}
.blue-theme .black-theme a[class*=color]:not(.btn),
.green-light-theme .black-theme a[class*=color]:not(.btn),
.ba-blue-light-theme .black-theme a[class*=color]:not(.btn),
.ba-wave-blue-theme .black-theme a[class*=color]:not(.btn),
.blue-theme .spruce-dark-blue a[class*=color]:not(.btn),
.green-light-theme .spruce-dark-blue a[class*=color]:not(.btn),
.ba-blue-light-theme .spruce-dark-blue a[class*=color]:not(.btn),
.ba-wave-blue-theme .spruce-dark-blue a[class*=color]:not(.btn),
.blue-theme .ba-charcoal-gray-theme a[class*=color]:not(.btn),
.green-light-theme .ba-charcoal-gray-theme a[class*=color]:not(.btn),
.ba-blue-light-theme .ba-charcoal-gray-theme a[class*=color]:not(.btn),
.ba-wave-blue-theme .ba-charcoal-gray-theme a[class*=color]:not(.btn),
.blue-theme [class*=green-][class*=theme] a[class*=color]:not(.btn),
.green-light-theme [class*=green-][class*=theme] a[class*=color]:not(.btn),
.ba-blue-light-theme [class*=green-][class*=theme] a[class*=color]:not(.btn),
.ba-wave-blue-theme [class*=green-][class*=theme] a[class*=color]:not(.btn),
.blue-theme .black-theme a:not(.btn).white,
.green-light-theme .black-theme a:not(.btn).white,
.ba-blue-light-theme .black-theme a:not(.btn).white,
.ba-wave-blue-theme .black-theme a:not(.btn).white,
.blue-theme .spruce-dark-blue a:not(.btn).white,
.green-light-theme .spruce-dark-blue a:not(.btn).white,
.ba-blue-light-theme .spruce-dark-blue a:not(.btn).white,
.ba-wave-blue-theme .spruce-dark-blue a:not(.btn).white,
.blue-theme .ba-charcoal-gray-theme a:not(.btn).white,
.green-light-theme .ba-charcoal-gray-theme a:not(.btn).white,
.ba-blue-light-theme .ba-charcoal-gray-theme a:not(.btn).white,
.ba-wave-blue-theme .ba-charcoal-gray-theme a:not(.btn).white,
.blue-theme [class*=green-][class*=theme] a:not(.btn).white,
.green-light-theme [class*=green-][class*=theme] a:not(.btn).white,
.ba-blue-light-theme [class*=green-][class*=theme] a:not(.btn).white,
.ba-wave-blue-theme [class*=green-][class*=theme] a:not(.btn).white {
  color: #ffffff !important;
}
.blue-theme .black-theme a[class*=color]:not(.btn):hover,
.green-light-theme .black-theme a[class*=color]:not(.btn):hover,
.ba-blue-light-theme .black-theme a[class*=color]:not(.btn):hover,
.ba-wave-blue-theme .black-theme a[class*=color]:not(.btn):hover,
.blue-theme .spruce-dark-blue a[class*=color]:not(.btn):hover,
.green-light-theme .spruce-dark-blue a[class*=color]:not(.btn):hover,
.ba-blue-light-theme .spruce-dark-blue a[class*=color]:not(.btn):hover,
.ba-wave-blue-theme .spruce-dark-blue a[class*=color]:not(.btn):hover,
.blue-theme .ba-charcoal-gray-theme a[class*=color]:not(.btn):hover,
.green-light-theme .ba-charcoal-gray-theme a[class*=color]:not(.btn):hover,
.ba-blue-light-theme .ba-charcoal-gray-theme a[class*=color]:not(.btn):hover,
.ba-wave-blue-theme .ba-charcoal-gray-theme a[class*=color]:not(.btn):hover,
.blue-theme [class*=green-][class*=theme] a[class*=color]:not(.btn):hover,
.green-light-theme [class*=green-][class*=theme] a[class*=color]:not(.btn):hover,
.ba-blue-light-theme [class*=green-][class*=theme] a[class*=color]:not(.btn):hover,
.ba-wave-blue-theme [class*=green-][class*=theme] a[class*=color]:not(.btn):hover,
.blue-theme .black-theme a:not(.btn).white:hover,
.green-light-theme .black-theme a:not(.btn).white:hover,
.ba-blue-light-theme .black-theme a:not(.btn).white:hover,
.ba-wave-blue-theme .black-theme a:not(.btn).white:hover,
.blue-theme .spruce-dark-blue a:not(.btn).white:hover,
.green-light-theme .spruce-dark-blue a:not(.btn).white:hover,
.ba-blue-light-theme .spruce-dark-blue a:not(.btn).white:hover,
.ba-wave-blue-theme .spruce-dark-blue a:not(.btn).white:hover,
.blue-theme .ba-charcoal-gray-theme a:not(.btn).white:hover,
.green-light-theme .ba-charcoal-gray-theme a:not(.btn).white:hover,
.ba-blue-light-theme .ba-charcoal-gray-theme a:not(.btn).white:hover,
.ba-wave-blue-theme .ba-charcoal-gray-theme a:not(.btn).white:hover,
.blue-theme [class*=green-][class*=theme] a:not(.btn).white:hover,
.green-light-theme [class*=green-][class*=theme] a:not(.btn).white:hover,
.ba-blue-light-theme [class*=green-][class*=theme] a:not(.btn).white:hover,
.ba-wave-blue-theme [class*=green-][class*=theme] a:not(.btn).white:hover,
.blue-theme .black-theme a[class*=color]:not(.btn):focus,
.green-light-theme .black-theme a[class*=color]:not(.btn):focus,
.ba-blue-light-theme .black-theme a[class*=color]:not(.btn):focus,
.ba-wave-blue-theme .black-theme a[class*=color]:not(.btn):focus,
.blue-theme .spruce-dark-blue a[class*=color]:not(.btn):focus,
.green-light-theme .spruce-dark-blue a[class*=color]:not(.btn):focus,
.ba-blue-light-theme .spruce-dark-blue a[class*=color]:not(.btn):focus,
.ba-wave-blue-theme .spruce-dark-blue a[class*=color]:not(.btn):focus,
.blue-theme .ba-charcoal-gray-theme a[class*=color]:not(.btn):focus,
.green-light-theme .ba-charcoal-gray-theme a[class*=color]:not(.btn):focus,
.ba-blue-light-theme .ba-charcoal-gray-theme a[class*=color]:not(.btn):focus,
.ba-wave-blue-theme .ba-charcoal-gray-theme a[class*=color]:not(.btn):focus,
.blue-theme [class*=green-][class*=theme] a[class*=color]:not(.btn):focus,
.green-light-theme [class*=green-][class*=theme] a[class*=color]:not(.btn):focus,
.ba-blue-light-theme [class*=green-][class*=theme] a[class*=color]:not(.btn):focus,
.ba-wave-blue-theme [class*=green-][class*=theme] a[class*=color]:not(.btn):focus,
.blue-theme .black-theme a:not(.btn).white:focus,
.green-light-theme .black-theme a:not(.btn).white:focus,
.ba-blue-light-theme .black-theme a:not(.btn).white:focus,
.ba-wave-blue-theme .black-theme a:not(.btn).white:focus,
.blue-theme .spruce-dark-blue a:not(.btn).white:focus,
.green-light-theme .spruce-dark-blue a:not(.btn).white:focus,
.ba-blue-light-theme .spruce-dark-blue a:not(.btn).white:focus,
.ba-wave-blue-theme .spruce-dark-blue a:not(.btn).white:focus,
.blue-theme .ba-charcoal-gray-theme a:not(.btn).white:focus,
.green-light-theme .ba-charcoal-gray-theme a:not(.btn).white:focus,
.ba-blue-light-theme .ba-charcoal-gray-theme a:not(.btn).white:focus,
.ba-wave-blue-theme .ba-charcoal-gray-theme a:not(.btn).white:focus,
.blue-theme [class*=green-][class*=theme] a:not(.btn).white:focus,
.green-light-theme [class*=green-][class*=theme] a:not(.btn).white:focus,
.ba-blue-light-theme [class*=green-][class*=theme] a:not(.btn).white:focus,
.ba-wave-blue-theme [class*=green-][class*=theme] a:not(.btn).white:focus {
  color: #ffffff !important;
}
.blue-theme .spruce-forest-theme a[class*=color]:not(.btn),
.green-light-theme .spruce-forest-theme a[class*=color]:not(.btn),
.ba-blue-light-theme .spruce-forest-theme a[class*=color]:not(.btn),
.ba-wave-blue-theme .spruce-forest-theme a[class*=color]:not(.btn),
.blue-theme .spruce-forest-theme a:not(.btn).white,
.green-light-theme .spruce-forest-theme a:not(.btn).white,
.ba-blue-light-theme .spruce-forest-theme a:not(.btn).white,
.ba-wave-blue-theme .spruce-forest-theme a:not(.btn).white {
  color: #d2fa52 !important;
}
.blue-theme .spruce-forest-theme a[class*=color]:not(.btn):hover,
.green-light-theme .spruce-forest-theme a[class*=color]:not(.btn):hover,
.ba-blue-light-theme .spruce-forest-theme a[class*=color]:not(.btn):hover,
.ba-wave-blue-theme .spruce-forest-theme a[class*=color]:not(.btn):hover,
.blue-theme .spruce-forest-theme a:not(.btn).white:hover,
.green-light-theme .spruce-forest-theme a:not(.btn).white:hover,
.ba-blue-light-theme .spruce-forest-theme a:not(.btn).white:hover,
.ba-wave-blue-theme .spruce-forest-theme a:not(.btn).white:hover,
.blue-theme .spruce-forest-theme a[class*=color]:not(.btn):focus,
.green-light-theme .spruce-forest-theme a[class*=color]:not(.btn):focus,
.ba-blue-light-theme .spruce-forest-theme a[class*=color]:not(.btn):focus,
.ba-wave-blue-theme .spruce-forest-theme a[class*=color]:not(.btn):focus,
.blue-theme .spruce-forest-theme a:not(.btn).white:focus,
.green-light-theme .spruce-forest-theme a:not(.btn).white:focus,
.ba-blue-light-theme .spruce-forest-theme a:not(.btn).white:focus,
.ba-wave-blue-theme .spruce-forest-theme a:not(.btn).white:focus {
  color: #e5fb9f !important;
}
[class*=-theme] [class*=green-theme] p:not(.text-jumbo):not(.text-large):not(.text-medium):not(.text-small):not(.text-x-small):not(.text-little),
[class*=-theme] [class*=green-theme] li {
  font-size: 1.9rem;
}
.green-theme [class*=-theme]:not(.green-theme) p:not(.text-jumbo):not(.text-large):not(.text-medium):not(.text-small):not(.text-x-small):not(.text-little),
.green-theme [class*=-theme]:not(.green-theme) li {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .white-theme p:not(.text-jumbo):not(.text-large):not(.text-medium):not(.text-small):not(.text-x-small):not(.text-little),
  .black-theme p:not(.text-jumbo):not(.text-large):not(.text-medium):not(.text-small):not(.text-x-small):not(.text-little),
  .grey-theme p:not(.text-jumbo):not(.text-large):not(.text-medium):not(.text-small):not(.text-x-small):not(.text-little),
  .grey-light-theme p:not(.text-jumbo):not(.text-large):not(.text-medium):not(.text-small):not(.text-x-small):not(.text-little),
  .green-light-theme p:not(.text-jumbo):not(.text-large):not(.text-medium):not(.text-small):not(.text-x-small):not(.text-little),
  .green-theme [class*=-theme]:not(.green-theme) p:not(.text-jumbo):not(.text-large):not(.text-medium):not(.text-small):not(.text-x-small):not(.text-little),
  .ba-black-theme p:not(.text-jumbo):not(.text-large):not(.text-medium):not(.text-small):not(.text-x-small):not(.text-little),
  .ba-grey-theme p:not(.text-jumbo):not(.text-large):not(.text-medium):not(.text-small):not(.text-x-small):not(.text-little),
  .ba-grey-light-theme p:not(.text-jumbo):not(.text-large):not(.text-medium):not(.text-small):not(.text-x-small):not(.text-little),
  .ba-yellow-theme p:not(.text-jumbo):not(.text-large):not(.text-medium):not(.text-small):not(.text-x-small):not(.text-little),
  .ba-blue-light-theme p:not(.text-jumbo):not(.text-large):not(.text-medium):not(.text-small):not(.text-x-small):not(.text-little),
  .ba-steel-blue-theme p:not(.text-jumbo):not(.text-large):not(.text-medium):not(.text-small):not(.text-x-small):not(.text-little),
  .spruce-forest-theme p:not(.text-jumbo):not(.text-large):not(.text-medium):not(.text-small):not(.text-x-small):not(.text-little),
  .white-theme li,
  .black-theme li,
  .grey-theme li,
  .grey-light-theme li,
  .green-light-theme li,
  .green-theme [class*=-theme]:not(.green-theme) li,
  .ba-black-theme li,
  .ba-grey-theme li,
  .ba-grey-light-theme li,
  .ba-yellow-theme li,
  .ba-blue-light-theme li,
  .ba-steel-blue-theme li,
  .spruce-forest-theme li {
    font-size: 1.8rem;
  }
}
.ba-green-dark-theme:not(.site-footer):not(.disclaimer-section) p:not(.text-jumbo):not(.text-large):not(.text-medium):not(.text-small):not(.text-x-small):not(.text-little):not(.product--state-price),
.green-dark-theme:not(.site-footer):not(.disclaimer-section) p:not(.text-jumbo):not(.text-large):not(.text-medium):not(.text-small):not(.text-x-small):not(.text-little):not(.product--state-price),
.green-theme-medium:not(.site-footer):not(.disclaimer-section) p:not(.text-jumbo):not(.text-large):not(.text-medium):not(.text-small):not(.text-x-small):not(.text-little):not(.product--state-price),
.ba-charcoal-gray-theme:not(.site-footer):not(.disclaimer-section) p:not(.text-jumbo):not(.text-large):not(.text-medium):not(.text-small):not(.text-x-small):not(.text-little):not(.product--state-price),
.ba-emerald-green-theme:not(.site-footer):not(.disclaimer-section) p:not(.text-jumbo):not(.text-large):not(.text-medium):not(.text-small):not(.text-x-small):not(.text-little):not(.product--state-price),
.ba-green-theme:not(.site-footer):not(.disclaimer-section) p:not(.text-jumbo):not(.text-large):not(.text-medium):not(.text-small):not(.text-x-small):not(.text-little):not(.product--state-price),
.green-theme:not(.site-footer):not(.disclaimer-section) p:not(.text-jumbo):not(.text-large):not(.text-medium):not(.text-small):not(.text-x-small):not(.text-little):not(.product--state-price),
.ba-green-dark-theme:not(.site-footer):not(.disclaimer-section) li,
.green-dark-theme:not(.site-footer):not(.disclaimer-section) li,
.green-theme-medium:not(.site-footer):not(.disclaimer-section) li,
.ba-charcoal-gray-theme:not(.site-footer):not(.disclaimer-section) li,
.ba-emerald-green-theme:not(.site-footer):not(.disclaimer-section) li,
.ba-green-theme:not(.site-footer):not(.disclaimer-section) li,
.green-theme:not(.site-footer):not(.disclaimer-section) li {
  font-size: 1.9rem !important;
}
/* SEPT 14 */
html[style*=hidden] section.alert-banner,
body.modal-open section.alert-banner {
  z-index: 9;
}
.black-theme [data-bv-show=inline_rating] .bv_main_container .bv_text,
.spruce-dark-blue [data-bv-show=inline_rating] .bv_main_container .bv_text,
.spruce-forest-theme [data-bv-show=inline_rating] .bv_main_container .bv_text,
.ba-wave-blue-theme [data-bv-show=inline_rating] .bv_main_container .bv_text,
.ba-charcoal-gray-theme [data-bv-show=inline_rating] .bv_main_container .bv_text,
[class*=green][class*=-theme] [data-bv-show=inline_rating] .bv_main_container .bv_text {
  color: #fff !important;
}
.text-accent {
  position: relative;
  z-index: 0;
}
.text-accent:after {
  content: "";
  width: 100%;
  height: 12px;
  position: absolute;
  bottom: 4px;
  left: 0;
  z-index: -1;
}
.text-accent.spruce-neon:after {
  background-color: #d2fa52;
}
.text-accent.ba-neon:after {
  background-color: #00e9e9;
}
.text-accent.hrb-neon:after {
  background-color: #00e95c;
}
.text-jumbo-2 .text-accent:after {
  height: 12px;
  bottom: 8px;
}
.text-huge .text-accent:after {
  height: 14px;
  bottom: 14px;
}
.text-large .text-accent:after {
  height: 12px;
  bottom: 1px;
}
.text-large-2 .text-accent:after {
  height: 12px;
  bottom: 6px;
}
.text-medium .text-accent:after,
.text-medium-regular .text-accent:after {
  height: 10px;
  bottom: 1px;
}
.text-small-2 .text-accent:after {
  height: 8px;
  bottom: 2px;
}
.text-small .text-accent:after,
.text-x-small .text-accent:after,
.text-little .text-accent:after {
  height: 8px;
  bottom: 0px;
}
@media (min-width: 768px) {
  .text-jumbo-2 .text-accent:after {
    height: 14px;
    bottom: 14px;
  }
  .text-huge .text-accent:after {
    height: 18px;
    bottom: 20px;
  }
  .text-large-2 .text-accent:after {
    height: 12px;
    bottom: 8px;
  }
  .text-medium .text-accent:after,
  .text-medium-regular .text-accent:after {
    height: 10px;
    bottom: 1px;
  }
  .text-small-2 .text-accent:after {
    height: 12px;
    bottom: 2px;
  }
  .text-small .text-accent:after,
  .text-x-small .text-accent:after,
  .text-little .text-accent:after {
    height: 8px;
    bottom: 0px;
  }
}
a:not(.btn).color-global-sand {
  color: #f6f4e9;
}
a:not(.btn).color-global-sand:hover,
a:not(.btn).color-global-sand:focus {
  color: #f6f4e9;
}
a:not(.btn).color-global-sand[class*=right-arrow]:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%23F6F4E9%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E") !important;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-container a:not(.btn).right-arrow.white:focus,
.btn-container a:not(.btn).text-underline.white:focus,
.btn-container a:not(.btn).right-arrow.color-primary-black:focus,
.btn-container a:not(.btn).text-underline.color-primary-black:focus,
.btn-container a:not(.btn).right-arrow.color-global-sand:focus,
.btn-container a:not(.btn).text-underline.color-global-sand:focus,
.btn-container a:not(.btn).right-arrow.hrb-neon-link:focus,
.btn-container a:not(.btn).text-underline.hrb-neon-link:focus,
.btn-container a:not(.btn).right-arrow.ba-neon-link:focus,
.btn-container a:not(.btn).text-underline.ba-neon-link:focus,
.btn-container a:not(.btn).right-arrow.color-dark-green:focus,
.btn-container a:not(.btn).text-underline.color-dark-green:focus,
.btn-container a:not(.btn).right-arrow.spruce-color--green-forest:focus,
.btn-container a:not(.btn).text-underline.spruce-color--green-forest:focus,
.btn-container a:not(.btn).right-arrow.spruce-color--green-neon:focus,
.btn-container a:not(.btn).text-underline.spruce-color--green-neon:focus,
.btn-container a:not(.btn).right-arrow.hrb-color--white:focus,
.btn-container a:not(.btn).text-underline.hrb-color--white:focus,
.btn-container a:not(.btn).right-arrow.hrb-color--dark-grey:focus,
.btn-container a:not(.btn).text-underline.hrb-color--dark-grey:focus,
.btn-container a:not(.btn).right-arrow.color-dark-green:focus,
.btn-container a:not(.btn).text-underline.color-dark-green:focus,
.btn-container a:not(.btn).right-arrow.hrb-color--ui-green:focus,
.btn-container a:not(.btn).text-underline.hrb-color--ui-green:focus,
.btn-container a:not(.btn).right-arrow.hrb-color--medium-dark-green:focus,
.btn-container a:not(.btn).text-underline.hrb-color--medium-dark-green:focus,
.btn-container a:not(.btn).right-arrow.hrb-color--ba-emerald-green:focus,
.btn-container a:not(.btn).text-underline.hrb-color--ba-emerald-green:focus {
  outline: #0095FF solid 2px;
  border-radius: 8px;
}
.btn-container a:not(.btn).right-arrow.white:focus:after,
.btn-container a:not(.btn).text-underline.white:focus:after,
.btn-container a:not(.btn).right-arrow.color-primary-black:focus:after,
.btn-container a:not(.btn).text-underline.color-primary-black:focus:after,
.btn-container a:not(.btn).right-arrow.color-global-sand:focus:after,
.btn-container a:not(.btn).text-underline.color-global-sand:focus:after,
.btn-container a:not(.btn).right-arrow.hrb-neon-link:focus:after,
.btn-container a:not(.btn).text-underline.hrb-neon-link:focus:after,
.btn-container a:not(.btn).right-arrow.ba-neon-link:focus:after,
.btn-container a:not(.btn).text-underline.ba-neon-link:focus:after,
.btn-container a:not(.btn).right-arrow.color-dark-green:focus:after,
.btn-container a:not(.btn).text-underline.color-dark-green:focus:after,
.btn-container a:not(.btn).right-arrow.spruce-color--green-forest:focus:after,
.btn-container a:not(.btn).text-underline.spruce-color--green-forest:focus:after,
.btn-container a:not(.btn).right-arrow.spruce-color--green-neon:focus:after,
.btn-container a:not(.btn).text-underline.spruce-color--green-neon:focus:after,
.btn-container a:not(.btn).right-arrow.hrb-color--white:focus:after,
.btn-container a:not(.btn).text-underline.hrb-color--white:focus:after,
.btn-container a:not(.btn).right-arrow.hrb-color--dark-grey:focus:after,
.btn-container a:not(.btn).text-underline.hrb-color--dark-grey:focus:after,
.btn-container a:not(.btn).right-arrow.color-dark-green:focus:after,
.btn-container a:not(.btn).text-underline.color-dark-green:focus:after,
.btn-container a:not(.btn).right-arrow.hrb-color--ui-green:focus:after,
.btn-container a:not(.btn).text-underline.hrb-color--ui-green:focus:after,
.btn-container a:not(.btn).right-arrow.hrb-color--medium-dark-green:focus:after,
.btn-container a:not(.btn).text-underline.hrb-color--medium-dark-green:focus:after,
.btn-container a:not(.btn).right-arrow.hrb-color--ba-emerald-green:focus:after,
.btn-container a:not(.btn).text-underline.hrb-color--ba-emerald-green:focus:after {
  content: none;
}
a:not(.btn).right-arrow.white:focus,
a:not(.btn).text-underline.white:focus,
a:not(.btn).right-arrow.color-primary-black:focus,
a:not(.btn).text-underline.color-primary-black:focus,
a:not(.btn).right-arrow.color-global-sand:focus,
a:not(.btn).text-underline.color-global-sand:focus,
a:not(.btn).right-arrow.hrb-neon-link:focus,
a:not(.btn).text-underline.hrb-neon-link:focus,
a:not(.btn).right-arrow.ba-neon-link:focus,
a:not(.btn).text-underline.ba-neon-link:focus,
a:not(.btn).right-arrow.color-dark-green:focus,
a:not(.btn).text-underline.color-dark-green:focus,
a:not(.btn).right-arrow.spruce-color--green-forest:focus,
a:not(.btn).text-underline.spruce-color--green-forest:focus,
a:not(.btn).right-arrow.spruce-color--green-neon:focus,
a:not(.btn).text-underline.spruce-color--green-neon:focus,
a:not(.btn).right-arrow.hrb-color--white:focus,
a:not(.btn).text-underline.hrb-color--white:focus,
a:not(.btn).right-arrow.hrb-color--dark-grey:focus,
a:not(.btn).text-underline.hrb-color--dark-grey:focus,
a:not(.btn).right-arrow.color-dark-green:focus,
a:not(.btn).text-underline.color-dark-green:focus,
a:not(.btn).right-arrow.hrb-color--ui-green:focus,
a:not(.btn).text-underline.hrb-color--ui-green:focus,
a:not(.btn).right-arrow.hrb-color--medium-dark-green:focus,
a:not(.btn).text-underline.hrb-color--medium-dark-green:focus,
a:not(.btn).right-arrow.hrb-color--ba-emerald-green:focus,
a:not(.btn).text-underline.hrb-color--ba-emerald-green:focus {
  outline: #0095FF solid 2px;
  border-radius: 8px;
}
a:not(.btn).right-arrow.white:focus:after,
a:not(.btn).text-underline.white:focus:after,
a:not(.btn).right-arrow.color-primary-black:focus:after,
a:not(.btn).text-underline.color-primary-black:focus:after,
a:not(.btn).right-arrow.color-global-sand:focus:after,
a:not(.btn).text-underline.color-global-sand:focus:after,
a:not(.btn).right-arrow.hrb-neon-link:focus:after,
a:not(.btn).text-underline.hrb-neon-link:focus:after,
a:not(.btn).right-arrow.ba-neon-link:focus:after,
a:not(.btn).text-underline.ba-neon-link:focus:after,
a:not(.btn).right-arrow.color-dark-green:focus:after,
a:not(.btn).text-underline.color-dark-green:focus:after,
a:not(.btn).right-arrow.spruce-color--green-forest:focus:after,
a:not(.btn).text-underline.spruce-color--green-forest:focus:after,
a:not(.btn).right-arrow.spruce-color--green-neon:focus:after,
a:not(.btn).text-underline.spruce-color--green-neon:focus:after,
a:not(.btn).right-arrow.hrb-color--white:focus:after,
a:not(.btn).text-underline.hrb-color--white:focus:after,
a:not(.btn).right-arrow.hrb-color--dark-grey:focus:after,
a:not(.btn).text-underline.hrb-color--dark-grey:focus:after,
a:not(.btn).right-arrow.color-dark-green:focus:after,
a:not(.btn).text-underline.color-dark-green:focus:after,
a:not(.btn).right-arrow.hrb-color--ui-green:focus:after,
a:not(.btn).text-underline.hrb-color--ui-green:focus:after,
a:not(.btn).right-arrow.hrb-color--medium-dark-green:focus:after,
a:not(.btn).text-underline.hrb-color--medium-dark-green:focus:after,
a:not(.btn).right-arrow.hrb-color--ba-emerald-green:focus:after,
a:not(.btn).text-underline.hrb-color--ba-emerald-green:focus:after {
  content: none;
}
.btn-container a:not(.btn).right-arrow.link-disabled,
.btn-container a:not(.btn).text-underline.link-disabled {
  color: #9fa4aa;
}
.btn-container a:not(.btn).right-arrow.link-disabled:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%239fa4aa%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}
.btn-container a:not(.btn).right-arrow.hrb-neon-link,
.btn-container a:not(.btn).text-underline.hrb-neon-link {
  color: #00e95c;
}
.btn-container a:not(.btn).right-arrow.hrb-neon-link:hover,
.btn-container a:not(.btn).text-underline.hrb-neon-link:hover {
  color: #00ba4a;
}
.btn-container a:not(.btn).right-arrow.ba-neon-link,
.btn-container a:not(.btn).text-underline.ba-neon-link {
  color: #00e9e9;
}
.btn-container a:not(.btn).right-arrow.ba-neon-link:hover,
.btn-container a:not(.btn).text-underline.ba-neon-link:hover {
  color: #00baba;
}
.btn-container a:not(.btn).right-arrow.spruce-color--green-neon,
.btn-container a:not(.btn).text-underline.spruce-color--green-neon {
  color: #D2FA52;
}
.btn-container a:not(.btn).right-arrow.spruce-color--green-neon:hover,
.btn-container a:not(.btn).text-underline.spruce-color--green-neon:hover {
  color: #a8c842;
}
a:not(.btn).right-arrow.hrb-neon-link,
a:not(.btn).text-underline.hrb-neon-link {
  color: #00e95c;
}
a:not(.btn).right-arrow.hrb-neon-link:hover,
a:not(.btn).text-underline.hrb-neon-link:hover {
  color: #00ba4a;
}
a:not(.btn).right-arrow.ba-neon-link,
a:not(.btn).text-underline.ba-neon-link {
  color: #00e9e9;
}
a:not(.btn).right-arrow.ba-neon-link:hover,
a:not(.btn).text-underline.ba-neon-link:hover {
  color: #00baba;
}
a:not(.btn).right-arrow.spruce-color--green-neon,
a:not(.btn).text-underline.spruce-color--green-neon {
  color: #D2FA52;
}
a:not(.btn).right-arrow.spruce-color--green-neon:hover,
a:not(.btn).text-underline.spruce-color--green-neon:hover {
  color: #a8c842;
}
.ext_hrb-neon-green-right-arrow:after,
.btn-container a:not(.btn).right-arrow.hrb-neon-link[class*=right-arrow]:after,
.btn-container a:not(.btn).text-underline.hrb-neon-link[class*=right-arrow]:after,
a:not(.btn).right-arrow.hrb-neon-link[class*=right-arrow]:after,
a:not(.btn).text-underline.hrb-neon-link[class*=right-arrow]:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%2300E95C%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}
.ext_hrb-dark-neon-green-right-arrow:after,
.btn-container a:not(.btn).right-arrow.hrb-neon-link:hover[class*=right-arrow]:after,
.btn-container a:not(.btn).text-underline.hrb-neon-link:hover[class*=right-arrow]:after,
a:not(.btn).right-arrow.hrb-neon-link:hover[class*=right-arrow]:after,
a:not(.btn).text-underline.hrb-neon-link:hover[class*=right-arrow]:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%2300BA4A%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}
.ext_ba-neon-right-arrow:after,
.btn-container a:not(.btn).right-arrow.ba-neon-link[class*=right-arrow]:after,
.btn-container a:not(.btn).text-underline.ba-neon-link[class*=right-arrow]:after,
a:not(.btn).right-arrow.ba-neon-link[class*=right-arrow]:after,
a:not(.btn).text-underline.ba-neon-link[class*=right-arrow]:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%2300E9E9%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}
.ext_ba-dark-neon-right-arrow:after,
.btn-container a:not(.btn).right-arrow.ba-neon-link:hover[class*=right-arrow]:after,
.btn-container a:not(.btn).text-underline.ba-neon-link:hover[class*=right-arrow]:after,
a:not(.btn).right-arrow.ba-neon-link:hover[class*=right-arrow]:after,
a:not(.btn).text-underline.ba-neon-link:hover[class*=right-arrow]:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%2300BABA%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}
.ext_spruce-dark-neon-right-arrow:after,
.btn-container a:not(.btn).right-arrow.spruce-color--green-neon:hover[class*=right-arrow]:after,
.btn-container a:not(.btn).text-underline.spruce-color--green-neon:hover[class*=right-arrow]:after,
a:not(.btn).right-arrow.spruce-color--green-neon:hover[class*=right-arrow]:after,
a:not(.btn).text-underline.spruce-color--green-neon:hover[class*=right-arrow]:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%23A8C842%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}
#review-form-selector #reviews-submit {
  color: #ffffff !important;
}
[class*=-theme] .color-dark-green {
  color: #005d1f !important;
}

:root {
  --atomic-ring-primary: transparent;
  --atomic-neutral: #ebebeb;
  --atomic-neutral-dark: #262626;
  --atomic-on-background: #262626;
  --hrb-muted: #636363;
  --hrb-spacing: 45px;
  --hrb-background: #ccc;
}
.border-0,
atomic-search-box::part(wrapper),
atomic-search-box::part(input),
atomic-pager::part(active-page-button),
atomic-pager::part(next-button),
atomic-pager::part(previous-button) {
  border: 0;
}
/* search results */
.promo-banner {
  padding: 0 2.5rem;
}
.promo-banner-container {
  border-radius: 16px;
  padding: 40px;
}
.promo-banner-container p {
  margin: 0;
}
.promo-banner-container .promo-link {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.2;
}
.coveo-search__summary,
atomic-search-box::part(suggestions) {
  font-size: 1.8rem;
}
.coveo-search__results,
atomic-result-list::part(outline)::before {
  margin: 5rem 0;
}
.coveo-search__footer,
.coveo-search__summary {
  display: flex;
  align-items: center;
}
.coveo-search__results {
  padding: 0 2.5rem;
}
.coveo-search__wrapper {
  max-width: 760px;
}
.coveo-search__hero {
  padding: 4rem 2.5rem 0;
}
.coveo-search__summary {
  padding: 3rem 2.5rem 0;
  justify-content: space-between;
}
.coveo-search__footer {
  justify-content: center;
  margin: 0 0 8rem 0;
}
atomic-search-box::part(wrapper),
atomic-pager::part(page-buttons),
atomic-pager::part(buttons) {
  align-items: center;
}
atomic-did-you-mean:not(.atomic-hidden) {
  color: var(--hrb-muted);
}
atomic-query-summary::part(container) {
  color: var(--hrb-muted) !important;
}
atomic-no-results::part(icon),
atomic-search-box::part(clear-button) {
  display: none;
}
atomic-pager::part(page-button),
atomic-search-box::part(submit-button) {
  border-radius: 50%;
  height: 48px;
  width: 48px;
}
atomic-search-box::part(input)::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d6dae0;
  opacity: 1;
  /* Firefox */
}
atomic-search-box::part(input),
atomic-search-box::part(suggestions) {
  outline: none;
  font-weight: 500;
}
atomic-search-box::part(input) {
  border-bottom: 2px solid #262626;
  background-color: transparent;
  font-size: 4.4rem;
  padding: 10px 50px 10px 0;
}
atomic-search-box::part(submit-icon) {
  height: 1.4rem;
  width: 1.4rem;
  vertical-align: middle;
}
atomic-search-box::part(submit-button) {
  background-color: #f1f5f7;
  margin-left: -44px;
}
atomic-search-box::part(submit-button):focus,
atomic-search-box::part(submit-button):hover {
  border: 2px solid #262626;
}
atomic-search-box::part(suggestions) {
  background-color: #fff;
  box-shadow: none;
  margin-top: 1rem;
}
atomic-search-box::part(suggestion) {
  border-bottom: 1px solid #9fa4aa;
  padding: 4rem 0;
  font-size: 2rem;
}
atomic-pager::part(page-button) {
  margin: 0 0.5rem;
  font-weight: 500;
}
atomic-pager::part(active-page-button) {
  background-color: #d0eed8;
}
atomic-pager::part(page-buttons),
atomic-pager::part(buttons) {
  height: auto !important;
}
atomic-pager::part(next-button),
atomic-pager::part(previous-button) {
  margin: 0 2rem;
}
@media screen and (min-width: 992px) {
  .promo-banner {
    padding: 0;
  }
  .promo-banner-container .promo-link {
    font-size: 4rem;
  }
  .coveo-search__hero {
    padding: 6rem 0 0;
  }
  .coveo-search__summary {
    padding: 4rem 0 0;
  }
  .coveo-search__results {
    border-top: 1px solid #ebebeb;
    padding: 5rem 2.5rem;
  }
  atomic-search-box::part(input) {
    font-size: 5.6rem;
  }
}

@media screen and (min-width: 576px) {
  .custom-select {
    width: 486px;
  }
}
@media screen and (max-width: 576px) {
  .custom-select {
    width: 324px;
  }
}
/*.custom-select {
           width: 324px;
             @media @small{
                width: 486px;

              }
            }*/
.custom-select-drop + .custom-select .custom-select__option--value {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid transparent;
  width: 100%;
  border-radius: 16px;
  height: 80px;
  padding: 20px 45px 20px 16px;
  outline: 0;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.1px;
  font-weight: 400;
  text-overflow: ellipsis;
  color: #003512;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: #f1f5f7;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-down%22%20fill%3D%22%23262626%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.3%209.3C7.7%208.9%208.2%208.9%208.6%209.2L8.7%209.3%2012%2012.6%2015.3%209.3C15.7%208.9%2016.2%208.9%2016.6%209.2L16.7%209.3C17.1%209.7%2017.1%2010.2%2016.8%2010.6L16.7%2010.7%2012.7%2014.7C12.3%2015.1%2011.8%2015.1%2011.4%2014.8L11.3%2014.7%207.3%2010.7C6.9%2010.3%206.9%209.7%207.3%209.3Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 95%;
}
.custom-select__dropdown .custom-select__option {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 8px 20px;
  line-height: 37px;
  cursor: pointer;
  color: #003512;
}
.custom-select__dropdown .custom-select__option:first-child:hover {
  background: #F1F5F7 !important;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
.custom-select__dropdown .custom-select__option:last-child:hover {
  background: #F1F5F7 !important;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
.custom-select__dropdown .custom-select__option:hover {
  background: #F1F5F7 !important;
}
.custom-select__option--value:focus {
  border: 2px solid #005D1F !important;
}
/*.custom-select__option--selected {
      background: #F1F5F7 !important;
    }*/
.custom-select__dropdown {
  position: absolute;
  padding: 0;
  width: 100%;
  top: 80px;
  list-style: none;
  transition: all 150ms ease;
  z-index: 1;
  background: #fff;
  margin: 0px;
  border-radius: 16px;
  box-shadow: 0px 10px 20px 0px #88919d4d;
}
@media screen and (min-width: 576px) {
  .custom-select--active .custom-select__dropdown {
    max-height: 50vh;
    overflow: overlay;
  }
}
@media screen and (max-width: 576px) {
  .custom-select--active .custom-select__dropdown {
    max-height: 50vh;
    overflow: overlay;
  }
}
.custom-select-drop + .custom-select {
  position: relative;
}
.grey-theme .custom-select-drop + .custom-select .custom-select__option--value,
.grey-light-theme .custom-select-drop + .custom-select .custom-select__option--value {
  background: #fff !important;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-down%22%20fill%3D%22%23003512%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.3%209.3C7.7%208.9%208.2%208.9%208.6%209.2L8.7%209.3%2012%2012.6%2015.3%209.3C15.7%208.9%2016.2%208.9%2016.6%209.2L16.7%209.3C17.1%209.7%2017.1%2010.2%2016.8%2010.6L16.7%2010.7%2012.7%2014.7C12.3%2015.1%2011.8%2015.1%2011.4%2014.8L11.3%2014.7%207.3%2010.7C6.9%2010.3%206.9%209.7%207.3%209.3Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: 95% !important;
}

@media screen and (min-width: 992px) {
  body.ab-included .main-nav-container {
    margin-top: 60px;
  }
}
.main-nav-container {
  margin: 0;
  transition: margin 300ms ease-in-out;
}
header.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  background-color: #ffffff;
  transition: 0.5s;
}
header.site-header .container {
  display: block;
}
header.site-header .column-container {
  justify-content: space-between;
  height: 64px;
  padding: 8px 25px;
}
@media screen and (min-width: 992px) {
  header.site-header .column-container {
    height: 64px;
    padding: 8px 40px;
  }
}
@media only screen and (max-width: 991.5px) {
  header.site-header .column-container .homepage-mobile-sign svg path {
    stroke: #262626;
  }
}
nav.main-nav {
  /* START : Mobile Navigation nav.mobile-nav-open */
  /* END : Mobile Navigation nav.mobile-nav-open */
  /* START: Desktop only submenu slidein */
  /* END: Desktop submenu slidein */
  /* Submenu HIDE / show Hover */
}
nav.main-nav:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  height: 64px;
  width: 100%;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  nav.main-nav:after {
    height: 64px;
  }
}
@media screen and (min-width: 992px) {
  nav.main-nav:after {
    content: none;
  }
}
nav.main-nav .navbar-logo {
  margin: 0;
  line-height: 0;
  z-index: 999;
  height: 40px;
  display: block;
  position: relative;
}
nav.main-nav.mobile-nav-open .navbar-logo {
  top: 25px;
}
nav.main-nav.mobile-nav-open.sub-menu-open .navbar-logo {
  display: none;
}
nav.main-nav.mobile-nav-open .expat-nav-wrapper .nav-right,
nav.main-nav.mobile-nav-open .expat-landing-nav-wrapper .nav-right {
  width: 100%;
  left: 0;
}
nav.main-nav.mobile-nav-open .expat-nav-wrapper .nav-wrapper,
nav.main-nav.mobile-nav-open .expat-landing-nav-wrapper .nav-wrapper {
  width: 100%;
  padding: 0 25px;
}
nav.main-nav.mobile-nav-open .expat-nav-wrapper .expat-signIn-modalBtn,
nav.main-nav.mobile-nav-open .expat-landing-nav-wrapper .expat-signIn-modalBtn {
  display: none !important;
}
nav.main-nav.mobile-nav-open .expat-nav-wrapper .expat-signIn-sm,
nav.main-nav.mobile-nav-open .expat-landing-nav-wrapper .expat-signIn-sm {
  width: 100%;
  display: flex;
  flex-direction: column;
}
nav.main-nav.mobile-nav-open .expat-landing-nav-wrapper {
  align-items: unset;
}
nav.main-nav.mobile-nav-open .expat-landing-nav-wrapper .nav-right {
  bottom: unset;
  margin: 90px 0;
}
nav.main-nav.mobile-nav-open .expat-landing-nav-wrapper .nav-right .nav-secondary-links > li {
  animation-delay: 0ms !important;
}
nav.main-nav:not(.mobile-nav-open) .nav-left {
  display: flex;
  align-items: center;
  min-width: 50%;
}
nav.main-nav .expat-nav-left {
  display: flex;
  min-width: 50%;
}
nav.main-nav .expat-nav-left svg {
  padding-bottom: 15px;
}
nav.main-nav .nav-right {
  display: flex;
  align-items: center;
}
nav.main-nav .nav-primary-links {
  display: none;
  list-style-type: none;
  margin: 0 20px;
  padding: 0;
}
@media screen and (min-width: 992px) {
  nav.main-nav .nav-primary-links {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9;
  }
  nav.main-nav .nav-primary-links > li {
    padding: 0 20px;
  }
}
nav.main-nav .remove-margin {
  margin: 0 !important;
}
nav.main-nav .nav-secondary-links {
  align-items: center;
  list-style-type: none;
  margin: 0 50px 0 0;
  padding: 0;
}
nav.main-nav .nav-secondary-links > li {
  display: none;
}
@media screen and (min-width: 992px) {
  nav.main-nav .nav-secondary-links > li:not(.hide) {
    display: block;
  }
}
nav.main-nav .nav-secondary-links > li.login-li {
  display: flex;
}
nav.main-nav .nav-secondary-links > li.login-li a {
  z-index: 999;
  background: transparent;
  padding: 0 10px;
  min-width: auto;
  height: auto;
  border: 0;
}
nav.main-nav .nav-secondary-links > li.login-li a .icon-svg > svg {
  margin: 0;
  fill: none;
}
nav.main-nav .nav-secondary-links > li.login-li a .btn-label {
  display: none;
  color: #ffffff;
  font-size: 1.4rem;
}
@media screen and (min-width: 992px) {
  nav.main-nav .nav-secondary-links > li.login-li a .btn-label {
    display: block;
    margin-left: 5px;
  }
}
@media screen and (min-width: 992px) {
  nav.main-nav .nav-secondary-links > li.login-li a {
    padding: 0 20px;
    background-color: #005d1f;
    z-index: 0;
    height: 48px;
  }
}
@media screen and (min-width: 992px) {
  nav.main-nav .nav-secondary-links > li.login-li a:hover,
  nav.main-nav .nav-secondary-links > li.login-li a:focus {
    background: #003512;
  }
}
@media screen and (min-width: 992px) {
  nav.main-nav .nav-secondary-links > li.login-li a:hover .btn-label,
  nav.main-nav .nav-secondary-links > li.login-li a:focus .btn-label {
    color: #ffffff;
  }
}
nav.main-nav .nav-secondary-links > li.login-li a .icon-svg {
  display: flex;
}
nav.main-nav .nav-secondary-links > li.login-li .login-link.is-active {
  background-color: #262626;
}
nav.main-nav .nav-secondary-links > li.login-li .login-link.is-active .icon-svg .icon {
  fill: #ffffff;
}
nav.main-nav .nav-secondary-links > li.login-li .login-link.is-active .btn-label {
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  nav.main-nav .nav-secondary-links {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
  }
  nav.main-nav .nav-secondary-links > li {
    margin: 0 20px;
  }
}
nav.main-nav .mobile-nav-hamburger {
  z-index: 999;
  position: absolute;
  bottom: 15px;
  right: 25px;
}
nav.main-nav .mobile-nav-hamburger.close {
  position: fixed;
  top: 45px;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  nav.main-nav .mobile-nav-hamburger {
    right: 40px;
  }
}
nav.main-nav .mobile-nav-hamburger .icon-burger {
  display: flex;
}
nav.main-nav .mobile-nav-hamburger .icon-burger .line-icon-section {
  width: 32px;
  height: 32px;
  position: relative;
  padding: 5px 6px;
}
nav.main-nav .mobile-nav-hamburger .icon-burger .line-icon-section .line-icon {
  position: absolute;
  width: 20px;
  height: 2px;
  background: #003512;
  transition: transform 300ms ease-in-out;
}
nav.main-nav .mobile-nav-hamburger .icon-burger .line-icon-section .line-icon:first-child {
  top: 8px;
}
nav.main-nav .mobile-nav-hamburger .icon-burger .line-icon-section .line-icon:nth-child(2) {
  top: 14px;
}
nav.main-nav .mobile-nav-hamburger .icon-burger .line-icon-section .line-icon:last-child {
  top: 20px;
}
nav.main-nav .mobile-nav-hamburger .icon-close {
  display: none;
}
nav.main-nav .mobile-nav-hamburger.close .icon-burger .line-icon-section .line-icon:first-child {
  top: 15px;
  transform: rotate(45deg);
}
nav.main-nav .mobile-nav-hamburger.close .icon-burger .line-icon-section .line-icon:nth-child(2) {
  top: 15px;
  transform: rotate(-45deg);
}
nav.main-nav .mobile-nav-hamburger.close .icon-burger .line-icon-section .line-icon:last-child {
  opacity: 0;
}
nav.main-nav .mobile-nav-hamburger.close .icon-close {
  display: none;
}
nav.main-nav .sub-menu-back {
  display: none;
}
nav.main-nav.mobile-nav-open {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  overflow-y: auto;
  z-index: 9999;
}
nav.main-nav.mobile-nav-open .nav-wrapper.column-container {
  flex-direction: column;
  flex-wrap: initial;
}
@media only screen and (orientation: landscape) and (max-width: 767px) {
  nav.main-nav.mobile-nav-open .nav-wrapper.column-container {
    display: block;
  }
}
nav.main-nav.mobile-nav-open .nav-primary-links {
  display: block;
  margin: 90px 0;
  padding: 0;
  position: relative;
  z-index: 99;
}
nav.main-nav.mobile-nav-open .nav-primary-links > li {
  animation-name: fadeInSlide;
  animation-duration: 300ms;
  animation-fill-mode: backwards;
  animation-timing-function: ease-in-out;
}
nav.main-nav.mobile-nav-open .nav-primary-links > li:first-child {
  animation-delay: 150ms;
}
nav.main-nav.mobile-nav-open .nav-primary-links > li:nth-child(2) {
  animation-delay: 250ms;
}
nav.main-nav.mobile-nav-open .nav-primary-links > li:nth-child(3) {
  animation-delay: 350ms;
}
nav.main-nav.mobile-nav-open .nav-primary-links > li:nth-child(4) {
  animation-delay: 450ms;
}
nav.main-nav.mobile-nav-open .nav-primary-links > li:nth-child(5) {
  animation-delay: 550ms;
}
@media screen and (min-height: 550px) {
  nav.main-nav.mobile-nav-open .nav-right {
    position: fixed;
    bottom: 25px;
    z-index: 0;
  }
  nav.main-nav.mobile-nav-open .nav-primary-links {
    position: fixed;
    z-index: 0;
  }
  nav.main-nav.mobile-nav-open.sub-menu-open .nav-right {
    z-index: -1;
  }
  nav.main-nav.mobile-nav-open.sub-menu-open .nav-primary-links {
    position: relative;
    z-index: auto;
  }
}
nav.main-nav.mobile-nav-open .nav-primary-links a.primary {
  font-size: 3.2rem;
}
nav.main-nav.mobile-nav-open .nav-primary-links > li.sub-menu-open a.primary {
  position: fixed;
  z-index: 9999;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  color: #003512 !important;
}
nav.main-nav.mobile-nav-open a > .icon-svg {
  display: none;
}
nav.main-nav.mobile-nav-open .nav-secondary-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
nav.main-nav.mobile-nav-open .nav-secondary-links > li {
  padding: 25px 0 0 0px;
  margin: 0;
  display: block;
  animation-name: fadeInSlide;
  animation-duration: 300ms;
  animation-fill-mode: backwards;
  animation-timing-function: ease-in-out;
}
nav.main-nav.mobile-nav-open .nav-secondary-links > li:first-child {
  animation-delay: 480ms;
}
nav.main-nav.mobile-nav-open .nav-secondary-links > li:nth-child(2) {
  animation-delay: 490ms;
}
nav.main-nav.mobile-nav-open .nav-secondary-links > li:nth-child(3) {
  animation-delay: 500ms;
}
nav.main-nav.mobile-nav-open .nav-secondary-links > li:nth-child(4) {
  animation-delay: 510ms;
}
nav.main-nav.mobile-nav-open .nav-secondary-links > li button,
nav.main-nav.mobile-nav-open .nav-secondary-links > li a {
  font-weight: 500;
  font-size: 1.8rem;
  padding: 0;
}
nav.main-nav.mobile-nav-open .nav-secondary-links > li button .btn-label,
nav.main-nav.mobile-nav-open .nav-secondary-links > li a .btn-label {
  display: block;
  margin-left: 8px;
}
@media screen and (min-width: 992px) {
  nav.main-nav.mobile-nav-open .nav-secondary-links > li button,
  nav.main-nav.mobile-nav-open .nav-secondary-links > li a {
    font-size: 1.4rem;
  }
}
nav.main-nav.mobile-nav-open .login-link {
  background-color: transparent;
  padding: 0;
  height: auto;
}
nav.main-nav.mobile-nav-open .login-link:hover,
nav.main-nav.mobile-nav-open .login-link:focus {
  background-color: transparent;
  color: #262626;
}
nav.main-nav.mobile-nav-open.sub-menu-open .sub-menu-back {
  display: block;
  position: fixed;
  top: 25px;
  left: 25px;
  z-index: 9999;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 768px) {
  nav.main-nav.mobile-nav-open.sub-menu-open .sub-menu-back {
    left: 40px;
  }
}
nav.main-nav.mobile-nav-open.sub-menu-open .nav-secondary-links li.login-li a {
  z-index: 0;
}
@media screen and (min-width: 992px) {
  nav.main-nav .sub-menu-container {
    position: fixed;
    background-color: #ffffff;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
  }
}
@media screen and (min-width: 992px) {
  nav.main-nav.sub-menu-open .sub-menu-container {
    z-index: 9;
    height: 100%;
    width: 60%;
    animation-name: slideIn;
    animation-duration: 300ms;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
  }
}
@media screen and (min-width: 1200px) {
  nav.main-nav.sub-menu-open .sub-menu-container {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  nav.main-nav.sub-menu-close .sub-menu-container {
    z-index: 9;
    height: 100%;
    width: 60%;
    animation-name: slideOut;
    animation-duration: 300ms;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
  }
}
@media screen and (min-width: 1200px) {
  nav.main-nav.sub-menu-close .sub-menu-container {
    width: 50%;
  }
}
nav.main-nav .sub-items-container {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 120px 25px 0;
  background-color: #ffffff;
  z-index: 999;
  /* transform: translateX(-20%); transition: transform 300ms ease-in-out, opacity 300ms ease-in-out; */
}
@media screen and (min-width: 768px) {
  nav.main-nav .sub-items-container {
    padding: 120px 40px 0;
  }
}
@media screen and (min-width: 992px) {
  nav.main-nav .sub-items-container {
    z-index: 9;
    width: 60%;
    height: calc(100vh - 104px);
    top: auto;
    margin-top: 42px;
    padding: 30px 60px 60px 120px;
    overflow: auto;
    background-color: transparent;
  }
}
@media screen and (min-width: 1200px) {
  nav.main-nav .sub-items-container {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  nav.main-nav.sub-menu-open .nav-hover-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    z-index: 5;
    animation-name: fadeIn;
    animation-duration: 300ms;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
  }
}
@media screen and (min-width: 992px) {
  nav.main-nav.sub-menu-close .nav-hover-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    z-index: 5;
    animation-name: fadeOut;
    animation-duration: 300ms;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
  }
}
@media screen and (min-width: 992px) {
  nav.main-nav .nav-primary-links > li {
    position: relative;
  }
  nav.main-nav .nav-primary-links > li.sub-menu-open a.primary:before {
    content: "";
    z-index: 99;
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: -12px;
    background-color: #005d1f;
    border-radius: 2px;
  }
}
nav.main-nav .nav-primary-links a.primary {
  position: relative;
  text-decoration: none;
  font-size: 1.4rem;
  margin-bottom: 20px;
  /*line-height: 2;*/
  font-weight: 600;
  z-index: 99;
  color: #003512;
}
@media screen and (min-width: 992px) {
  nav.main-nav .nav-primary-links a.primary {
    margin-bottom: 0;
  }
}
nav.main-nav .nav-primary-links a.primary:hover,
nav.main-nav .nav-primary-links a.primary:focus {
  color: #005d1f;
}
nav.main-nav .nav-primary-links li .sub-items-container {
  display: none;
}
nav.main-nav .nav-primary-links li .sub-items-container li {
  opacity: 0;
}
nav.main-nav .nav-primary-links li.sub-menu-open .sub-items-container {
  display: block;
  overflow-y: auto;
}
nav.main-nav .nav-primary-links li.sub-menu-open .sub-items-container li {
  animation-name: slideInLeft;
  animation-duration: 500ms;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}
@media screen and (min-width: 992px) {
  nav.main-nav .nav-primary-links li.sub-menu-open .sub-items-container li {
    animation-name: animateIn;
    animation-duration: 300ms;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
  }
  nav.main-nav .nav-primary-links li.sub-menu-open .sub-items-container li:nth-child( 0) {
    animation-delay: 0ms;
  }
  nav.main-nav .nav-primary-links li.sub-menu-open .sub-items-container li:nth-child( 1) {
    animation-delay: 120ms;
  }
  nav.main-nav .nav-primary-links li.sub-menu-open .sub-items-container li:nth-child( 2) {
    animation-delay: 240ms;
  }
  nav.main-nav .nav-primary-links li.sub-menu-open .sub-items-container li:nth-child( 3) {
    animation-delay: 360ms;
  }
  nav.main-nav .nav-primary-links li.sub-menu-open .sub-items-container li:nth-child( 4) {
    animation-delay: 480ms;
  }
  nav.main-nav .nav-primary-links li.sub-menu-open .sub-items-container li:nth-child( 5) {
    animation-delay: 600ms;
  }
  nav.main-nav .nav-primary-links li.sub-menu-open .sub-items-container li:nth-child( 6) {
    animation-delay: 720ms;
  }
  nav.main-nav .nav-primary-links li.sub-menu-open .sub-items-container li:nth-child( 7) {
    animation-delay: 840ms;
  }
  nav.main-nav .nav-primary-links li.sub-menu-open .sub-items-container li:nth-child( 8) {
    animation-delay: 960ms;
  }
  nav.main-nav .nav-primary-links li.sub-menu-open .sub-items-container li:nth-child( 9) {
    animation-delay: 1080ms;
  }
  nav.main-nav .nav-primary-links li.sub-menu-open .sub-items-container li:nth-child( 10) {
    animation-delay: 1200ms;
  }
  nav.main-nav .nav-primary-links li.sub-menu-open .sub-items-container li:nth-child( 11) {
    animation-delay: 1320ms;
  }
}
nav.main-nav .nav-primary-links li.sub-menu-open .sub-items-container:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  height: 90px;
  width: 100%;
  z-index: 9;
}
@media screen and (min-width: 992px) {
  nav.main-nav .nav-primary-links li.sub-menu-open .sub-items-container:before {
    content: none;
  }
}
nav.main-nav .nav-sub-items {
  list-style-type: none;
  margin: 20px 0 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  /* For animation ease */
}
nav.main-nav .nav-sub-items li {
  border-top: 1px solid rgba(38, 38, 38, 0.1);
}
nav.main-nav .nav-sub-items li.menu-item-detailed {
  padding: 20px 0;
  min-height: 80px;
}
@media screen and (min-width: 992px) {
  nav.main-nav .nav-sub-items li {
    border-width: 0;
  }
}
nav.main-nav .nav-sub-items li .right-arrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 992px) {
  nav.main-nav .nav-sub-items li .right-arrow {
    justify-content: flex-start;
  }
}
nav.main-nav .nav-sub-items li.menu-item {
  padding: 40px 0;
}
nav.main-nav .nav-sub-items li.menu-item.additional-link {
  margin: 40px 0 80px;
  border-width: 0;
}
nav.main-nav .nav-sub-items li.menu-item.additional-link a {
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: underline;
}
@media screen and (min-width: 992px) {
  nav.main-nav .nav-sub-items li.menu-item {
    padding: 30px 0 0;
  }
  nav.main-nav .nav-sub-items li.menu-item a.right-arrow {
    font-size: 2.4rem;
  }
}
nav.main-nav .nav-sub-items li:first-of-type {
  padding-top: 0;
  border-width: 0;
}
nav.main-nav .nav-sub-items a {
  font-weight: 600;
  font-size: 1.8rem;
  width: 100%;
  color: #003512;
}
nav.main-nav .nav-sub-items a .nav-item-label {
  margin-bottom: 8px;
  font-size: 1.8rem;
}
nav.main-nav .nav-sub-items a .nav-item-label.right-arrow:after {
  content: "";
  margin-left: 10px;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%23003512%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  transition: margin-left 150ms ease-in-out;
}
@media screen and (min-width: 992px) {
  nav.main-nav .nav-sub-items a .nav-item-label {
    font-size: 2.4rem;
  }
}
nav.main-nav .nav-sub-items a .nav-item-description {
  display: block;
  font-size: 1.6rem;
  color: #003512;
  font-weight: normal;
  max-width: 460px;
  padding-left: 110px;
}
@media screen and (min-width: 992px) {
  nav.main-nav .nav-sub-items a .nav-item-description {
    font-size: 1.8rem;
  }
}
nav.main-nav .nav-sub-items a .p-l-0 {
  padding-left: 0px !important;
}
nav.main-nav .nav-sub-items a:hover {
  color: #005d1f;
}
nav.main-nav .nav-sub-items a:hover .nav-item-label.right-arrow:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%23005D1F%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  margin-left: 15px;
}
nav.main-nav .nav-sub-items a:hover .nav-item-description {
  color: #003512;
}
nav.main-nav .nav-sub-items a:focus {
  color: #005d1f;
}
nav.main-nav .nav-secondary-links li {
  margin: 0 0 0 15px;
}
@media screen and (min-width: 992px) {
  nav.main-nav .nav-secondary-links li {
    margin: 0 0 0 10px;
  }
}
@media screen and (min-width: 1200px) {
  nav.main-nav .nav-secondary-links li {
    margin: 0 0 0 30px;
  }
}
nav.main-nav .nav-secondary-links li:last-child {
  margin-right: 0;
}
nav.main-nav .nav-secondary-links li.scroll-show {
  display: none;
}
nav.main-nav .nav-secondary-links .icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  nav.main-nav .nav-secondary-links .icon-btn.find-office,
  nav.main-nav .nav-secondary-links .icon-btn.site-search {
    width: 48px;
    height: 48px;
    border-radius: 50%;
  }
}
@media screen and (min-width: 1200px) {
  nav.main-nav .nav-secondary-links .icon-btn.find-office,
  nav.main-nav .nav-secondary-links .icon-btn.site-search {
    width: auto;
    height: auto;
    border-radius: 0;
  }
  nav.main-nav .nav-secondary-links .icon-btn.find-office:hover .btn-label,
  nav.main-nav .nav-secondary-links .icon-btn.site-search:hover .btn-label,
  nav.main-nav .nav-secondary-links .icon-btn.find-office:focus .btn-label,
  nav.main-nav .nav-secondary-links .icon-btn.site-search:focus .btn-label {
    color: #005d1f;
  }
  nav.main-nav .nav-secondary-links .icon-btn.find-office:hover .icon-svg svg path,
  nav.main-nav .nav-secondary-links .icon-btn.site-search:hover .icon-svg svg path,
  nav.main-nav .nav-secondary-links .icon-btn.find-office:focus .icon-svg svg path,
  nav.main-nav .nav-secondary-links .icon-btn.site-search:focus .icon-svg svg path {
    fill: #005d1f;
  }
}
nav.main-nav .nav-secondary-links .icon-btn.find-office:hover,
nav.main-nav .nav-secondary-links .icon-btn.site-search:hover,
nav.main-nav .nav-secondary-links .icon-btn.find-office:focus,
nav.main-nav .nav-secondary-links .icon-btn.site-search:focus {
  border: 0;
}
@media screen and (min-width: 992px) {
  nav.main-nav .nav-secondary-links .icon-btn.find-office:hover,
  nav.main-nav .nav-secondary-links .icon-btn.site-search:hover,
  nav.main-nav .nav-secondary-links .icon-btn.find-office:focus,
  nav.main-nav .nav-secondary-links .icon-btn.site-search:focus {
    border: 2px solid #262626;
  }
}
@media screen and (min-width: 1200px) {
  nav.main-nav .nav-secondary-links .icon-btn.find-office:hover,
  nav.main-nav .nav-secondary-links .icon-btn.site-search:hover,
  nav.main-nav .nav-secondary-links .icon-btn.find-office:focus,
  nav.main-nav .nav-secondary-links .icon-btn.site-search:focus {
    border: none;
  }
}
@media screen and (min-width: 992px) {
  nav.main-nav .nav-secondary-links .icon-btn.find-office:focus,
  nav.main-nav .nav-secondary-links .icon-btn.site-search:focus {
    border-color: transparent;
  }
}
nav.main-nav.secondary-menu-open {
  position: fixed;
  top: 0;
  width: 100%;
}
nav.main-nav.secondary-menu-open .nav-secondary-links > li a.login-link {
  z-index: 9;
}
nav.main-nav .nav-item-image {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  float: left;
  margin-right: 30px;
  overflow: hidden;
}
nav.main-nav .nav-item-image img {
  max-width: 100%;
  height: auto;
}
nav.main-nav .nav-item-image.green {
  background-color: #005d1f;
}
nav.main-nav .nav-item-image.blue {
  background-color: #3bc0f8;
}
nav.main-nav .nav-item-image.grey {
  background-color: #9fa4aa;
}
nav.main-nav .nav-item-image.yellow {
  background-color: #f5cc02;
}
nav.main-nav .key-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  z-index: -1;
}
nav.main-nav .key-only:active,
nav.main-nav .key-only:focus {
  position: relative;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20%20id%3D%22chevron-down%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.3%209.3C7.7%208.9%208.2%208.9%208.6%209.2L8.7%209.3%2012%2012.6%2015.3%209.3C15.7%208.9%2016.2%208.9%2016.6%209.2L16.7%209.3C17.1%209.7%2017.1%2010.2%2016.8%2010.6L16.7%2010.7%2012.7%2014.7C12.3%2015.1%2011.8%2015.1%2011.4%2014.8L11.3%2014.7%207.3%2010.7C6.9%2010.3%206.9%209.7%207.3%209.3Z%22%20%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-size: 16px;
  z-index: 999;
}
@media screen and (min-width: 992px) {
  nav.main-nav .sub-items-container:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    height: 104px;
    width: 60%;
    z-index: 9;
  }
}
@media screen and (min-width: 1200px) {
  nav.main-nav .sub-items-container:after {
    width: 50%;
  }
}
#site-search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 9999;
}
#site-search .modal-header {
  background-color: #ffffff;
  height: 90px;
  padding: 20px 25px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #site-search .modal-header {
    height: 120px;
    padding: 35px 40px;
  }
}
@media screen and (min-width: 992px) {
  #site-search .modal-header {
    height: 104px;
    padding: 20px 40px;
  }
}
#site-search > .container {
  display: flex;
  overflow-y: auto;
  padding: 25px;
  width: 100%;
  height: 100%;
}
#site-search .column-container {
  height: auto;
}
@media screen and (min-width: 992px) {
  #site-search .column-container {
    padding: 0;
  }
}
#site-search .btn-close {
  position: fixed;
  top: 25px;
  right: 25px;
  z-index: 9;
}
@media screen and (min-width: 992px) {
  #site-search .btn-close {
    top: 35px;
    right: 50px;
  }
}
#site-search .btn-close .icon-close {
  width: 32px;
  height: 32px;
}
#site-search .site-search .content-wrap {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
#site-search .nav-input {
  padding: 10px 50px 10px 0;
  font-size: 4.4rem;
  background-image: none;
}
@media screen and (min-width: 768px) {
  #site-search .nav-input {
    font-size: 5.6rem;
  }
}
@media screen and (min-width: 992px) {
  #site-search .nav-input {
    font-size: 4.4rem;
  }
}
@media screen and (min-width: 1200px) {
  #site-search .nav-input {
    font-size: 5.6rem;
  }
}
#site-search .btn-search {
  margin-left: -44px;
  width: 44px;
  height: 48px;
}
#site-search .btn-search .icon-svg {
  margin: 0px auto;
}
#site-search .btn-search.icon-circle.grey:hover {
  background-color: #005d1f;
}
#site-search .btn-search.icon-circle.grey:hover svg {
  fill: #ffffff;
}
#site-search .quick-links h2 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #005d1f;
  margin-bottom: 20px;
}
#site-search .quick-links ul.links-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#site-search .quick-links ul.links-list li {
  padding: 0;
  margin: 0 0 15px;
}
#site-search .faqs-links ul.faq-list {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
#site-search .faqs-links ul.faq-list li {
  padding: 30px 0;
  margin: 0;
  border-bottom: 1px solid #9fa4aa;
}
#site-search .faqs-links ul.faq-list li a.question {
  font-size: 1.8rem;
  font-weight: 500;
  display: block;
  padding-right: 20px;
  position: relative;
}
#site-search .faqs-links ul.faq-list li a.question:after {
  content: " ";
  width: 16px;
  height: 10px;
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20%20id%3D%22chevron-down%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.3%209.3C7.7%208.9%208.2%208.9%208.6%209.2L8.7%209.3%2012%2012.6%2015.3%209.3C15.7%208.9%2016.2%208.9%2016.6%209.2L16.7%209.3C17.1%209.7%2017.1%2010.2%2016.8%2010.6L16.7%2010.7%2012.7%2014.7C12.3%2015.1%2011.8%2015.1%2011.4%2014.8L11.3%2014.7%207.3%2010.7C6.9%2010.3%206.9%209.7%207.3%209.3Z%22%20%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-size: 16px;
  background-size: 25px;
  background-position: center;
  transform: rotate(0deg);
  transition: transform 0.5s;
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 99;
}
#site-search .faqs-links ul.faq-list li a.question.open:after {
  transform: rotate(180deg);
}
#site-search .faqs-links ul.faq-list li .faq-answer {
  display: none;
  margin-top: 30px;
  font-size: 1.8rem;
  color: #6e6e6e;
  line-height: 1.5;
}
#site-search #searchInput::placeholder {
  color: #d6dae0;
}
#site-search #searchInput:-ms-input-placeholder {
  color: #d6dae0;
}
#site-search #searchInput::-ms-input-placeholder {
  color: #d6dae0;
}
#site-search #searchInput:not(.input_dirty) + .icon-btn {
  background: transparent;
  pointer-events: none;
}
@media screen and (min-width: 992px) {
  .ab-included nav.main-nav .sub-items-container {
    height: calc(100vh - 164px);
  }
}
@media screen and (min-width: 992px) {
  .ab-included nav.main-nav .sub-items-container:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    height: 164px;
    width: 60%;
    z-index: 9;
  }
}
@media screen and (min-width: 1200px) {
  .ab-included nav.main-nav .sub-items-container:after {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  /* Commeneted the below code to fix the focusing issue for search button for the ADA defect 3024398
	.mobile-nav-open .site-search, .mobile-nav-open .btn-close , .takeover-screen .btn-close {
	  outline: none;
	} */
  .IE-header .main-nav:not(.mobile-nav-open) .nav-right {
    width: 100%;
    justify-content: flex-end;
    align-items: stretch;
  }
}
.ui-autocomplete {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  position: fixed !important;
  z-index: 9999 !important;
  background-color: #ffffff;
  overflow-y: auto;
  height: 100vh;
}
.ui-autocomplete li {
  padding: 30px 0;
  margin: 0;
}
.ui-autocomplete li:not(:last-child) {
  border-bottom: 1px solid #9fa4aa;
}
.ui-autocomplete li a {
  font-size: 1.8rem;
  font-weight: 500;
}
.ui-autocomplete li a b {
  color: #005d1f;
}
@media screen and (min-width: 992px) {
  nav.main-nav.sub-menu-open .sub-items-container:after {
    animation-name: bgAnimateIn;
    animation-duration: 300ms;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    animation-delay: 0.35s;
  }
}
@keyframes bgAnimateIn {
  0% {
    background: transparent;
  }
  100% {
    background: #ffffff;
  }
}
@keyframes animateIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@keyframes slideOut {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%);
    width: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fadeInSlide {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}
.need-help-footer .focus-item.icon-btn:focus-within:not(.disabled).white {
  outline: 1px solid #fff;
}
.nav-right .focus-item.icon-btn:focus-within:not(.disabled) {
  outline: 2px solid #222;
}
::-ms-reveal {
  display: none;
}
body {
  overflow: auto;
  position: unset;
}
html.ciamOpen {
  font-size: 100%;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.ciamOpen .hrb-input__label {
  margin: 0;
}
html.ciamOpen .alert-banner {
  opacity: 0;
  visibility: hidden;
}
.modalPopover {
  position: fixed;
  width: 100vw;
  height: 100%;
  background: #fff;
  z-index: 99999;
  overflow: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0px;
  min-width: 320px;
}
.header-section {
  justify-content: flex-end;
  padding: 20px;
  display: none;
}
#clambtnclose {
  outline: none;
  border: none;
  background: transparent;
}
.ciam-popup,
.modalPopover.overlay .header-section {
  display: none;
}
.ciam-popup.modalPopover {
  display: block;
}
.modalPopover .header-section {
  display: flex;
}
.modalPopover.overlay:after {
  background: #d8d8d8;
  position: fixed;
  height: 100%;
  z-index: 9999999;
  content: " ";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.5;
}
ciam-signin-app .hrb-text--body-copy-support,
ciam-signin-app .hrb-text--body-copy-support li,
ciam-signin-app .footnote,
ciam-signin-app .hrb-text--body-copy-support p {
  font-size: 14px !important;
  font-weight: 400;
}
ciam-signin-app .hrb-modal__content ul li,
ciam-signin-app app-error-banner span,
ciam-signin-app .separator {
  font-size: 16px;
}
ciam-signin-app hrb-text p,
ciam-signin-app .hrb-input__error {
  font-size: 16px !important;
}
ciam-signin-app .country-dropdown .iti__country-list {
  max-height: 160px;
}
ciam-signin-app .country-dropdown .iti__country {
  font-size: 16px;
}
ciam-signin-app .hrb-modal-header-title--header-empty-title .hrb-modal__header-title {
  height: 20px;
}
ciam-signin-app .hrb-flex-container {
  display: block !important;
}
.modalPopover.overlay:before {
  content: '';
  box-sizing: border-box;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  z-index: 999999;
  border: 3px solid #ccc;
  border-top-color: #005D1F;
  animation: spinner .6s linear infinite;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
section.coveo-search {
  height: 100%;
}
@media (min-width: 768px) {
  div.coveo-search__wrapper ::placeholder {
    color: #5A5A5A;
    font-size: 30px;
  }
  div.coveo-search__wrapper input[type="text"] {
    padding-right: 100px;
    height: 80px;
  }
  div.coveo-search__wrapper .active {
    border-radius: 100px;
    background: #D0EED8;
  }
  div.coveo-search__wrapper .title {
    color: var(--color-palette-product-ui-primary-black, #262626);
    font-size: 24px;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Graphik;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.1px;
  }
  div.coveo-search__wrapper .description {
    font-size: 18px;
    color: #262626;
    letter-spacing: -0.22px;
    margin: 0;
    font-weight: 400;
    word-break: break-word;
  }
  div.coveo-search__wrapper .arrow {
    display: none;
  }
  div.coveo-search__wrapper .pagination a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  div.coveo-search__wrapper ::placeholder {
    color: #5A5A5A;
    font-size: 20px;
  }
  div.coveo-search__wrapper input[type="text"] {
    padding: 20px 100px 20px 20px;
    height: 60px;
  }
  div.coveo-search__wrapper .active {
    border-radius: 100px;
    border: solid 1px black;
    background: none;
  }
  div.coveo-search__wrapper .title {
    color: var(--color-palette-product-ui-primary-black, #005d1f);
    font-size: 18px;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Graphik;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.1px;
  }
  div.coveo-search__wrapper .description {
    font-size: 14px;
    color: #262626;
    letter-spacing: -0.22px;
    margin: 0;
    font-weight: 400;
    word-break: break-word;
  }
  div.coveo-search__wrapper .wrapper {
    margin: 20px;
    padding: 20px;
    border-radius: 16px;
    background: #FFFF;
    height: auto;
  }
  div.coveo-search__wrapper .coveo-search__results,
  div.coveo-search__wrapper .pagination-container {
    background: #f1f5f7;
    margin: 0;
  }
  div.coveo-search__wrapper .coveo-search hr {
    display: none;
  }
  div.coveo-search__wrapper .pagination a {
    font-size: 16px;
  }
}
div.coveo-search__bar .form-input-textbox {
  width: 100%;
}
@media (min-width: 992px) {
  div.coveo-search__bar .form-input-textbox {
    width: 760px;
  }
}
.coveo-search__wrapper.noresults {
  text-align: center;
}
.coveo-search__wrapper input.nosubmit:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f1f5f7 inset;
}
.coveo-search__wrapper.search-section {
  padding: 25px;
}
.coveo-search__wrapper {
  max-width: 760px !important;
  width: 100%;
  text-align: left;
}
.coveo-search__wrapper > p.resultspan {
  padding-top: 12px;
  color: #6E6E6E;
  font-size: 14px !important;
  line-height: 20px !important;
}
.coveo-search__wrapper.coveo-search__bar {
  position: relative;
}
.coveo-search__wrapper .clear-search {
  position: absolute;
  right: 0;
  top: 0;
  padding: 25px 10px;
}
@media (max-width: 767px) {
  .coveo-search__wrapper .clear-search {
    padding: 15px 10px;
  }
}
.coveo-search__wrapper button.search {
  border: none;
  background: none;
  position: absolute;
  padding: 10px 15px;
  right: 50px;
  border-right: 1px solid #B2BEB5;
  height: 40px;
  top: 20px;
}
@media (max-width: 767px) {
  .coveo-search__wrapper button.search {
    top: 10px;
  }
}
.coveo-search__wrapper button.close-button {
  border: solid black;
  border-radius: 50px;
  display: flex;
  width: 30px;
  height: 30px;
  padding: 5px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #262626;
}
.coveo-search__wrapper.coveo-search > hr {
  height: 1px;
  background-color: #E8EEF1;
  border: none;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
}
.coveo-search__wrapper.coveo-search__results {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
  margin: 0;
  padding-top: 0px;
}
.coveo-search__results.hide {
  display: none !important;
}
.coveo-search__results input[type="text"] {
  background-color: #f1f5f7;
  color: #262626;
  font-family: Graphik;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.1px;
  border: none;
}
.coveo-search__results input.nosubmit {
  padding: 10px 10px 10px 20px;
  border-radius: 16px;
  position: relative;
}
.coveo-search__results.pagination {
  display: inline-block;
}
.coveo-search__results.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  transition: background-color 0.3s;
  font-weight: 400;
}
.coveo-search__results a:hover .title {
  text-decoration: underline;
}
.overlay_suggestions {
  background: #f1f5f7;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
ul#overlay-suggestions-list {
  padding: 0px;
  list-style-type: none;
}
.dropdown-item {
  font-weight: 500;
  padding: 20px 0px 20px 0px;
  cursor: pointer;
}
.dropdown-items {
  padding-left: 15px;
}
.dropdown-item:hover {
  background: #e9eaea;
}
#overlay-suggestions-list .selected {
  background: #e9eaea;
}
.signin-dropdown {
  padding: 28px;
  width: 436px;
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 16px;
  overflow: auto;
}
.signin-dropdown::-webkit-scrollbar {
  width: 5px;
}
.signin-dropdown::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.signin-dropdown::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 6px;
}
.signin-wrapper {
  right: 0;
  background: white;
  border: 1px solid #f1f5f7;
  overflow: hidden;
  position: absolute;
  border-radius: 16px;
  top: 75px;
  z-index: 99999;
  animation: 1s ease 0s 1 normal none running fadeIn;
}
.signin-wrapper .hrb-text--large {
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  padding-bottom: 32px;
}
.signin-text {
  padding-bottom: 32px;
}
.signin-textbox {
  width: 100%;
}
.signin-button-container {
  padding-top: 16px;
}
button.signin-button {
  height: 60px;
  width: 100%;
  border-radius: 30px;
  cursor: pointer;
  color: white;
  background-color: #005d1f;
  border: 2px solid #005d1f;
}
.signin-button:hover:not(.signin-button--disabled) {
  background-color: #005d1f;
  border: 2px solid #005d1f;
  color: white;
}
.signinbtn-text {
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
}
.separator {
  margin-top: 32px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 16px;
  font-family: "Times New Roman";
}
.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 2px solid #e0e0e0;
}
.separator:not(:empty)::before {
  margin-right: .25em;
}
.separator:not(:empty)::after {
  margin-left: .25em;
}
.ciam-container {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 992px) {
  .signin-dropdown {
    top: 90px;
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    position: fixed;
    overflow: auto;
    border-radius: 0px;
    padding-bottom: 120px;
  }
  .fixed-position {
    position: fixed;
  }
}
@media only screen and (max-width: 992px) and (max-height: 794px) {
  .signin-dropdown {
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    position: fixed;
  }
  .fixed-position {
    position: fixed;
  }
  .signin-wrapper {
    top: 50%;
  }
}
.nav-secondary-links button.signin-button:not(:disabled) {
  color: white;
}
.nav-secondary-links button.signin-button:not(:disabled):focus {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #0095ff;
}
.nav-secondary-links .icon-btn .icon-svg .icon {
  fill: #003512;
}
@media screen and (min-width: 992px) {
  .nav-secondary-links .icon-btn .btn-label {
    font-size: 1.6rem;
    color: #003512;
  }
}
.prevent-scroll nav.main-nav .nav-secondary-links > li.login-li a {
  z-index: 0;
}
button.signinbtn-disabled {
  pointer-events: none;
  background-color: #d6dae0;
  color: #262626 !important;
  border: none;
}
button.signinbtn-disabled:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #0095ff;
}
.search-overlay-front {
  display: none;
}
@media only screen and (max-width: 992px) and (orientation: landscape) {
  .signin-dropdown {
    top: 95px;
    max-height: calc(80%);
  }
}
@media only screen and (max-width: 992px) and (orientation: landscape) {
  body.ab-included .signin-dropdown {
    top: 200px;
    max-height: calc(55%);
  }
}
@media only screen and (max-width: 992px) and (orientation: landscape) {
  body.brandnav-included .signin-dropdown {
    max-height: calc(80%);
  }
}
@media only screen and (max-width: 992px) and (orientation: landscape) {
  body.ab-included.brandnav-included .signin-dropdown {
    top: 180px;
    max-height: calc(60%);
  }
}
@media only screen and (max-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .signin-dropdown {
    top: 80px;
  }
}
@media only screen and (max-device-width: 812px) and (max-device-height: 375px) and (-webkit-device-pixel-ratio: 3) {
  .signin-dropdown {
    top: 85px;
  }
}
nav.main-nav.mobile-nav-open .nav-secondary-links > li button .icon-svg,
nav.main-nav.mobile-nav-open .nav-secondary-links > li a .icon-svg {
  min-width: 25px;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
nav.main-nav .nav-sub-items li.menu-item a.right-arrow:hover:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%23005D1F%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}
app-ffa-password#ffa-password.maBoxOutline [class*=t-sp-],
app-ffa-password#ffa-password.maBoxOutline [class*=b-sp-] {
  display: block !important;
}
#ffa-password .maBoxOutline [class*=t-sp-],
#ffa-password .maBoxOutline [class*=b-sp-] {
  display: block !important;
}
#resend-oob-modal-content > div {
  font-size: 16px !important;
}
@media screen and (max-width: 991px) {
  ciam-signin-app p.gua_error,
  ciam-signin-app .gua_termsError,
  ciam-signin-app #userNameAjaxError {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 992px) {
  ciam-signin-app p.gua_error,
  ciam-signin-app .gua_termsError,
  ciam-signin-app #userNameAjaxError {
    font-size: 16px !important;
  }
}
ciam-signin-app app-ca-mobile-update hrb-text p,
ciam-signin-app app-ca-email-update hrb-text p,
ciam-signin-app hrb-button p.hrb-button__text {
  margin: 0 !important;
}
@media screen and (min-width: 1200px) {
  body.coveo-back nav.main-nav .sub-menu-container {
    display: none;
  }
  body.coveo-back nav.main-nav.sub-menu-open .sub-menu-container {
    display: block !important;
  }
}
.find-atms .btn-label {
  font-size: 14px !important;
  font-weight: 600;
  margin-left: 5px;
}
.find-atms-mob {
  display: none !important;
}
.mobile-nav-open .nav-secondary-links .find-atms-large {
  display: none !important;
}
.mobile-nav-open .nav-secondary-links .find-atms-mob {
  display: block !important;
}
@media screen and (max-width: 767.5px) {
  .mobile-nav-open .nav-secondary-links .find-atms-mob {
    width: 100%;
  }
}
.mobile-nav-open .nav-secondary-links .find-atms-mob a {
  min-width: 200px;
  background-color: #d2FA52;
  width: 100%;
  color: #003512;
  font-size: 1.4rem;
}
.mobile-nav-open .nav-secondary-links .find-atms-border {
  display: block;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 30px;
  width: 130% ;
  margin-bottom: 5px;
  margin-left: -25px;
}
.coveo-search .search-error {
  color: red;
}
@media (min-width: 678px) and (max-width: 992px) {
  .close-button {
    position: static !important;
  }
}
@media screen and (max-width: 550px) {
  body nav.main-nav.mobile-nav-open .nav-primary-links {
    margin: 60px 0 40px 0px;
  }
}
@media screen and (min-width: 992px) {
  .main-nav-container.container > .nav-wrapper > .nav-right span.btn-label {
    display: block;
    margin-left: 5px;
  }
}
.main-nav-container.container > .nav-wrapper > .nav-left {
  margin-top: 4px;
}

[data-sign-in-modal] {
  position: fixed;
  right: 40px;
  background-color: #ffffff;
  max-width: 440px;
  width: 100%;
  border-radius: 20px;
  margin-top: 12px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  text-align: center;
  transition: opacity 0.5s ease-in-out;
  overflow: auto;
  pointer-events: none;
  z-index: 10000;
}
[data-sign-in-modal].is-shown {
  opacity: 1;
  pointer-events: all;
}
[data-sign-in-modal] p {
  font-size: 40px;
  line-height: 40px;
  padding: 40px 40px 28px;
  margin: 0;
  text-align: left;
}
[data-sign-in-modal] .modal-inner {
  padding: 0 40px 40px;
}
[data-sign-in-modal] [data-error-username],
[data-sign-in-modal] [data-error-password] {
  display: none;
  align-items: center;
  font-size: 13px;
  line-height: 20px;
  color: #dc1f00;
  margin-top: -8px;
  margin-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  text-align: left;
}
[data-sign-in-modal] [data-error-username].is-shown,
[data-sign-in-modal] [data-error-password].is-shown {
  display: flex;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
[data-sign-in-modal] [data-error-username] svg,
[data-sign-in-modal] [data-error-password] svg {
  margin-top: -2px;
  margin-right: 8px;
}
[data-sign-in-modal] form {
  margin-bottom: 20px;
}
[data-sign-in-modal] label {
  display: flex;
  margin: 0;
}
[data-sign-in-modal] .btn {
  width: 100%;
  cursor: pointer;
  text-align: center;
}
[data-sign-in-modal] [data-sign-in-submit-btn]:disabled,
[data-sign-in-modal] [data-sign-in-submit-btn][disabled] {
  opacity: 0.65;
  cursor: default;
}
[data-sign-in-modal] [data-sign-in-submit-btn]:disabled:hover,
[data-sign-in-modal] [data-sign-in-submit-btn][disabled]:hover {
  background-color: #005d1f;
}
[data-sign-in-modal] .green-link {
  margin: 32px 0 20px;
}
[data-sign-in-modal] .header-link:hover,
[data-sign-in-modal] .header-link:focus {
  text-decoration: underline;
}
@media (max-width: 991px) {
  [data-sign-in-modal] {
    display: none;
  }
}
#signinmodal-window .hrb-custom-input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
[data-sign-in-modal].expat-signIn p {
  padding: 35px 25px 0;
  font-size: 32px;
}
[data-sign-in-modal].expat-signIn .modal-inner {
  padding: 0 25px;
}
.sign-block {
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 20px;
}
.name-block {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}
.btn-mobile {
  width: 206px;
  height: 60px;
}
.btn-mobile-sign {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.12px;
  padding-left: 10px;
}
@media screen and (min-width: 992px) {
  .mobile-only {
    display: none;
  }
}
@media (max-width: 992px) {
  .mobile-nav-open .nav-right .hide-in-mobile-view {
    display: none;
  }
}
.mobile-only {
  padding-bottom: 106px;
}
.mobile-only .btn {
  padding: 0;
  height: 60px;
}
.btn-mobile-svg {
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .mob-new-signin {
    display: flex !important;
  }
}
@media screen and (min-width: 768px) {
  .btn-mobile.mobile-only .btn {
    width: 100% !important;
  }
}

section.alert-banner {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  display: none;
  transition: top 400ms cubic-bezier(0.4, 0, 0.2, 1);
  /* &.black {
    background-color: @true-black;
    color: @white;
    .js-disclaimer-link{
    color: @white;
    }
  }
*/
}
@media screen and (min-width: 1165px) {
  section.alert-banner {
    height: 50px;
  }
}
section.alert-banner .container {
  padding: 15px 70px 15px 25px;
  /* Watch for close button overlap */
}
@media screen and (min-width: 992px) {
  section.alert-banner .container {
    padding: 10px 70px 12px 40px;
    min-height: 50px;
  }
}
section.alert-banner .content-wrap {
  display: flex;
  padding: 0;
  align-items: center;
}
section.alert-banner .content-wrap .alert-icon {
  margin-right: 15px;
  align-self: flex-start;
  width: 24px;
  max-width: 24px;
  min-width: 24px;
  height: 24px;
}
@media screen and (max-width: 576px) {
  section.alert-banner .content-wrap .alert-icon {
    display: none;
  }
}
section.alert-banner .content-wrap .alert-icon svg {
  width: 24px;
  height: 24px;
}
section.alert-banner .content-wrap.align-center {
  justify-content: center;
}
section.alert-banner .content-wrap .alert-image {
  margin-right: 15px;
  align-self: flex-start;
  width: 40px;
  max-width: 40px;
  min-width: 40px;
  height: 40px;
}
section.alert-banner p {
  margin: 0;
  display: inline-block;
  padding: 6px 0;
  font-size: 1.6rem;
}
@media screen and (min-width: 992px) {
  section.alert-banner p {
    font-size: 1.8rem;
  }
}
section.alert-banner p a.accordion-title {
  position: relative;
  /* &, &.open {
        color: @white;
      }*/
}
section.alert-banner p .down-arrow {
  position: absolute;
}
section.alert-banner p .down-arrow svg {
  fill: #ffffff;
}
section.alert-banner .learn-more {
  min-width: 130px;
  text-align: left;
  margin-top: 10px;
  font-size: 1.6rem;
  display: block;
}
@media screen and (min-width: 992px) {
  section.alert-banner .learn-more {
    margin-left: 10px;
    margin-top: 0;
    display: inline-block;
    font-size: 1.8rem;
  }
}
section.alert-banner .alert-close {
  position: absolute;
  right: 20px;
  /*.icon-fill {
      fill: @white;
    }*/
}
@media screen and (min-width: 992px) {
  section.alert-banner .alert-close {
    top: 10px;
  }
}
@media screen and (min-width: 756px) and (max-width: 998px) {
  section.alert-banner .alert-close {
    top: 15px;
  }
}
section.alert-banner h2 {
  margin: 0;
  line-height: 1.5;
  padding: 0;
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (min-width: 992px) {
  section.alert-banner h2 {
    font-size: 1.8rem;
  }
}
section.alert-banner h2 a {
  color: #ffffff;
  position: relative;
}
section.alert-banner h2 .down-arrow {
  position: absolute;
}
section.alert-banner h2 .down-arrow svg {
  fill: #ffffff;
}
section.alert-banner .accordion-content {
  display: none;
  margin-top: 15px;
}
section.alert-banner .accordion-content:before {
  content: "";
  position: absolute;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
  height: 1px;
  width: 100%;
}
section.alert-banner .accordion-content p {
  margin-top: 20px;
}
section.alert-banner .accordion-content .learn-more {
  margin-left: 0;
  display: block;
  margin-top: 10px;
  font-size: 1.6rem;
}
@media screen and (min-width: 992px) {
  section.alert-banner .accordion-content .learn-more {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  section.alert-banner .accordion-content {
    max-width: 850px;
  }
}

section.hero .container {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  section.hero .container .column-container h1 {
    /* max-width: 60%; */
  }
}
section.hero .container .column-container.hero-50-50 .column,
section.hero .container .column-container.hero-70-30 .column,
section.hero .container .column-container.hero-30-70 .column,
section.hero .container .column-container.hero-50-50 .column-double,
section.hero .container .column-container.hero-70-30 .column-double,
section.hero .container .column-container.hero-30-70 .column-double {
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  section.hero .container .column-container.hero-50-50 .column,
  section.hero .container .column-container.hero-70-30 .column,
  section.hero .container .column-container.hero-30-70 .column,
  section.hero .container .column-container.hero-50-50 .column-double,
  section.hero .container .column-container.hero-70-30 .column-double,
  section.hero .container .column-container.hero-30-70 .column-double {
    padding-top: 40px;
  }
}
@media screen and (min-width: 992px) {
  section.hero .container .column-container.hero-50-50 .column,
  section.hero .container .column-container.hero-70-30 .column,
  section.hero .container .column-container.hero-30-70 .column,
  section.hero .container .column-container.hero-50-50 .column-double,
  section.hero .container .column-container.hero-70-30 .column-double,
  section.hero .container .column-container.hero-30-70 .column-double {
    padding-top: 80px;
  }
}
section.hero .container .column-container.hero-50-50 .column.justify-around,
section.hero .container .column-container.hero-70-30 .column.justify-around,
section.hero .container .column-container.hero-30-70 .column.justify-around,
section.hero .container .column-container.hero-50-50 .column-double.justify-around,
section.hero .container .column-container.hero-70-30 .column-double.justify-around,
section.hero .container .column-container.hero-30-70 .column-double.justify-around {
  justify-content: space-around;
  padding-top: 0;
}
section.hero .container .column-container.hero-50-50 .column.justify-between,
section.hero .container .column-container.hero-70-30 .column.justify-between,
section.hero .container .column-container.hero-30-70 .column.justify-between,
section.hero .container .column-container.hero-50-50 .column-double.justify-between,
section.hero .container .column-container.hero-70-30 .column-double.justify-between,
section.hero .container .column-container.hero-30-70 .column-double.justify-between {
  justify-content: space-between;
  padding-top: 0;
}
section.hero .container .column-container.hero-50-50 .column.justify-end,
section.hero .container .column-container.hero-70-30 .column.justify-end,
section.hero .container .column-container.hero-30-70 .column.justify-end,
section.hero .container .column-container.hero-50-50 .column-double.justify-end,
section.hero .container .column-container.hero-70-30 .column-double.justify-end,
section.hero .container .column-container.hero-30-70 .column-double.justify-end {
  justify-content: flex-end;
  padding-top: 0;
}
section.hero .container .column-container.hero-50-50 .column.justify-center,
section.hero .container .column-container.hero-70-30 .column.justify-center,
section.hero .container .column-container.hero-30-70 .column.justify-center,
section.hero .container .column-container.hero-50-50 .column-double.justify-center,
section.hero .container .column-container.hero-70-30 .column-double.justify-center,
section.hero .container .column-container.hero-30-70 .column-double.justify-center {
  justify-content: center;
  padding-top: 0;
}
section.hero .container .column-container.hero-50-50 .column.sm-md-reverse,
section.hero .container .column-container.hero-70-30 .column.sm-md-reverse,
section.hero .container .column-container.hero-30-70 .column.sm-md-reverse,
section.hero .container .column-container.hero-50-50 .column-double.sm-md-reverse,
section.hero .container .column-container.hero-70-30 .column-double.sm-md-reverse,
section.hero .container .column-container.hero-30-70 .column-double.sm-md-reverse {
  flex-direction: column-reverse;
}
@media screen and (min-width: 992px) {
  section.hero .container .column-container.hero-50-50 .column.sm-md-reverse,
  section.hero .container .column-container.hero-70-30 .column.sm-md-reverse,
  section.hero .container .column-container.hero-30-70 .column.sm-md-reverse,
  section.hero .container .column-container.hero-50-50 .column-double.sm-md-reverse,
  section.hero .container .column-container.hero-70-30 .column-double.sm-md-reverse,
  section.hero .container .column-container.hero-30-70 .column-double.sm-md-reverse {
    flex-direction: column;
  }
}
section.hero .container .column-container.hero-50-50 .with-bg-image .bg-70-image,
section.hero .container .column-container.hero-70-30 .with-bg-image .bg-70-image,
section.hero .container .column-container.hero-30-70 .with-bg-image .bg-70-image {
  font-size: 0;
  padding-bottom: 0;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  section.hero .container .column-container.hero-50-50 .with-bg-image,
  section.hero .container .column-container.hero-70-30 .with-bg-image,
  section.hero .container .column-container.hero-30-70 .with-bg-image {
    height: 100%;
  }
  section.hero .container .column-container.hero-50-50 .with-bg-image .content-wrap,
  section.hero .container .column-container.hero-70-30 .with-bg-image .content-wrap,
  section.hero .container .column-container.hero-30-70 .with-bg-image .content-wrap {
    max-width: 57%;
  }
  section.hero .container .column-container.hero-50-50 .with-bg-image .bg-70-image,
  section.hero .container .column-container.hero-70-30 .with-bg-image .bg-70-image,
  section.hero .container .column-container.hero-30-70 .with-bg-image .bg-70-image {
    position: absolute;
    right: 0;
    top: 50%;
    padding: 0;
    z-index: 0;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 992px) {
  section.hero .container .column-container.hero-50-50 h1,
  section.hero .container .column-container.hero-30-70 h1 {
    max-width: none;
  }
}
@media screen and (min-width: 992px) {
  section.hero .container .column-container.hero-70-30 .column.sm-md-reverse {
    height: 100%;
  }
}
section.hero .container .column-container.hero-70-30 .column.hero-70-30-imagebottom {
  justify-content: space-between;
}
section.hero .container .column-container.hero-70-30 .column.hero-70-30-imagebottom .content-wrap:last-child {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
  font-size: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  section.hero .container .column-container.hero-30-70 .column:first-child {
    min-width: 45%;
    max-width: 45%;
  }
}
@media screen and (min-width: 1560px) {
  section.hero .container .column-container.hero-30-70 .column:first-child {
    min-width: 610px;
    max-width: 610px;
  }
}
section.hero .container .column-container.hero-30-70 .column .text-jumbo {
  max-width: 475px;
}
section.hero .container .column-container.hero-30-70 .column .text-large {
  max-width: 320px;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  section.hero .container .column-container.hero-30-70 .column .content-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
section.hero .container .column-container.hero-30-70 .with-bg-image .bg-70-image {
  position: static;
}
@media screen and (min-width: 768px) {
  section.hero .container .column-container.hero-50-50.hero-video-image .column:first-child {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  section.hero .container .column-container.hero-50-50.hero-video-image .column:first-child {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1560px) {
  section.hero .container .column-container.hero-50-50.hero-video-image .column:first-child {
    padding-top: 60px;
  }
}
section.hero .container .column-container.hero-30-70 .column .text-jumbo,
section.hero .container .column-container.hero-50-50.hero-video-image .column .text-jumbo {
  max-width: 510px;
}
section.hero .container .column-container.hero-30-70 .column .text-large,
section.hero .container .column-container.hero-50-50.hero-video-image .column .text-large {
  max-width: 320px;
}
section.hero .container .column-container.hero-30-70.column-container,
section.hero .container .column-container.hero-50-50.hero-video-image.column-container {
  flex-direction: column;
  flex-wrap: nowrap;
}
@media screen and (min-width: 1200px) {
  section.hero .container .column-container.hero-30-70.column-container,
  section.hero .container .column-container.hero-50-50.hero-video-image.column-container {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
section.hero .container .column-container.hero-30-70.column-container .column,
section.hero .container .column-container.hero-50-50.hero-video-image.column-container .column,
section.hero .container .column-container.hero-30-70.column-container .column-double,
section.hero .container .column-container.hero-50-50.hero-video-image.column-container .column-double {
  flex-basis: auto;
}
@media screen and (min-width: 1200px) {
  section.hero .container .column-container.hero-30-70.column-container .column,
  section.hero .container .column-container.hero-50-50.hero-video-image.column-container .column,
  section.hero .container .column-container.hero-30-70.column-container .column-double,
  section.hero .container .column-container.hero-50-50.hero-video-image.column-container .column-double {
    flex-basis: 0;
  }
}
section.hero .container .column-container.hero-30-70 .column-double .image-section,
section.hero .container .column-container.hero-50-50.hero-video-image .column-double .image-section,
section.hero .container .column-container.hero-30-70 .column .image-section,
section.hero .container .column-container.hero-50-50.hero-video-image .column .image-section {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.hero .container .column-container.hero-30-70 .column-double .image-section img,
section.hero .container .column-container.hero-50-50.hero-video-image .column-double .image-section img,
section.hero .container .column-container.hero-30-70 .column .image-section img,
section.hero .container .column-container.hero-50-50.hero-video-image .column .image-section img {
  margin: 0 10px;
  width: calc(100% / 2 - 10px);
  max-width: 370px;
}
@media screen and (min-width: 768px) {
  section.hero .container .column-container.hero-30-70 .column-double .image-section img,
  section.hero .container .column-container.hero-50-50.hero-video-image .column-double .image-section img,
  section.hero .container .column-container.hero-30-70 .column .image-section img,
  section.hero .container .column-container.hero-50-50.hero-video-image .column .image-section img {
    margin: 0 15px;
    width: calc(100% / 2 - 30px);
  }
}
@media screen and (min-width: 1200px) {
  section.hero .container .column-container.hero-30-70 .column-double .image-section img,
  section.hero .container .column-container.hero-50-50.hero-video-image .column-double .image-section img,
  section.hero .container .column-container.hero-30-70 .column .image-section img,
  section.hero .container .column-container.hero-50-50.hero-video-image .column .image-section img {
    max-width: 320px;
  }
}
section.hero .container .column-container.hero-30-70 .column-double .image-section,
section.hero .container .column-container.hero-50-50.hero-video-image .column-double .image-section,
section.hero .container .column-container.hero-30-70 .column .image-section,
section.hero .container .column-container.hero-50-50.hero-video-image .column .image-section {
  padding: 0 25px 45px 25px;
}
@media screen and (min-width: 768px) {
  section.hero .container .column-container.hero-30-70 .column-double .image-section,
  section.hero .container .column-container.hero-50-50.hero-video-image .column-double .image-section,
  section.hero .container .column-container.hero-30-70 .column .image-section,
  section.hero .container .column-container.hero-50-50.hero-video-image .column .image-section {
    padding: 0 25px 60px 25px;
  }
}
@media screen and (min-width: 1200px) {
  section.hero .container .column-container.hero-30-70 .column-double .image-section,
  section.hero .container .column-container.hero-50-50.hero-video-image .column-double .image-section,
  section.hero .container .column-container.hero-30-70 .column .image-section,
  section.hero .container .column-container.hero-50-50.hero-video-image .column .image-section {
    padding: 90px 30px;
  }
}
section.hero .container .column-container.hero-30-70 .column-double .video-section,
section.hero .container .column-container.hero-50-50.hero-video-image .column-double .video-section,
section.hero .container .column-container.hero-30-70 .column .video-section,
section.hero .container .column-container.hero-50-50.hero-video-image .column .video-section {
  padding: 0 25px 45px 25px;
}
@media screen and (min-width: 768px) {
  section.hero .container .column-container.hero-30-70 .column-double .video-section,
  section.hero .container .column-container.hero-50-50.hero-video-image .column-double .video-section,
  section.hero .container .column-container.hero-30-70 .column .video-section,
  section.hero .container .column-container.hero-50-50.hero-video-image .column .video-section {
    padding: 0 25px 60px 25px;
  }
}
@media screen and (min-width: 1200px) {
  section.hero .container .column-container.hero-30-70 .column-double .video-section,
  section.hero .container .column-container.hero-50-50.hero-video-image .column-double .video-section,
  section.hero .container .column-container.hero-30-70 .column .video-section,
  section.hero .container .column-container.hero-50-50.hero-video-image .column .video-section {
    padding: 45px 30px;
  }
}
section.hero .container .column-container.hero-30-70 .column-double .video-section .video-container,
section.hero .container .column-container.hero-50-50.hero-video-image .column-double .video-section .video-container,
section.hero .container .column-container.hero-30-70 .column .video-section .video-container,
section.hero .container .column-container.hero-50-50.hero-video-image .column .video-section .video-container {
  max-width: 780px;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  section.hero .container .column-container.hero-30-70 .column-double .video-section .video-container,
  section.hero .container .column-container.hero-50-50.hero-video-image .column-double .video-section .video-container,
  section.hero .container .column-container.hero-30-70 .column .video-section .video-container,
  section.hero .container .column-container.hero-50-50.hero-video-image .column .video-section .video-container {
    max-width: 680px;
  }
}
@media screen and (min-width: 992px) {
  section.hero .container .column-container.hero-30-70 .column-double .video-section .video-container,
  section.hero .container .column-container.hero-50-50.hero-video-image .column-double .video-section .video-container,
  section.hero .container .column-container.hero-30-70 .column .video-section .video-container,
  section.hero .container .column-container.hero-50-50.hero-video-image .column .video-section .video-container {
    max-width: 760px;
  }
}
@media screen and (min-width: 1200px) {
  section.hero .container .column-container.hero-30-70 .column-double .video-section .video-container,
  section.hero .container .column-container.hero-50-50.hero-video-image .column-double .video-section .video-container,
  section.hero .container .column-container.hero-30-70 .column .video-section .video-container,
  section.hero .container .column-container.hero-50-50.hero-video-image .column .video-section .video-container {
    max-width: 680px;
  }
}
@media screen and (min-width: 768px) {
  section.hero .container .column-container.hero-30-70 .column,
  section.hero .container .column-container.hero-30-70 .column-double {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  section.hero .container .column-container.hero-50-50.hero-video-image .column-double:last-child,
  section.hero .container .column-container.hero-50-50.hero-video-image .column:last-child {
    padding-top: calc(40px);
  }
}
@media screen and (min-width: 1560px) {
  section.hero .container .column-container.hero-50-50.hero-video-image .column-double:last-child,
  section.hero .container .column-container.hero-50-50.hero-video-image .column:last-child {
    padding-top: calc(60px);
  }
}
@media screen and (min-width: 1200px) {
  section.hero .container .column-container.hero-50-50.hero-video-image.column-container {
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  section.hero .container .column-container.hero-30-70-landing.full-height .btn-side-start {
    justify-content: space-around !important;
  }
}
@media screen and (min-width: 992px) {
  section.hero .container .column-container.hero-30-70-landing .column-double,
  section.hero .container .column-container.hero-30-70-landing .column {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  section.hero .container .column-container.hero-30-70-landing .column-double h1,
  section.hero .container .column-container.hero-30-70-landing .column h1,
  section.hero .container .column-container.hero-30-70-landing .column-double .text-jumbo,
  section.hero .container .column-container.hero-30-70-landing .column .text-jumbo {
    max-width: 830px;
  }
  section.hero .container .column-container.hero-30-70-landing .column-double p,
  section.hero .container .column-container.hero-30-70-landing .column p {
    max-width: 600px;
  }
}
section.hero .container .column-container.hero-30-70-landing .column-double:last-child .btn-container .btn,
section.hero .container .column-container.hero-30-70-landing .column:last-child .btn-container .btn {
  min-width: 280px;
}
@media screen and (min-width: 992px) {
  section.hero .container .column-container.hero-30-70-landing .column-double:last-child .btn-container .btn,
  section.hero .container .column-container.hero-30-70-landing .column:last-child .btn-container .btn {
    margin-right: 0;
  }
}
section.hero .container .column-container.hero-30-70-landing .column-double:last-child.btn-side-start .content-wrap,
section.hero .container .column-container.hero-30-70-landing .column:last-child.btn-side-start .content-wrap {
  padding-top: 0;
}
@media screen and (min-width: 992px) {
  section.hero .container .column-container.hero-30-70-landing .column-double:last-child.btn-side-start .content-wrap,
  section.hero .container .column-container.hero-30-70-landing .column:last-child.btn-side-start .content-wrap {
    padding-top: 80px;
  }
}
section.hero .container .column-container.hero-30-70-landing .column-double:last-child.btn-side-start .content-wrap .btn-container,
section.hero .container .column-container.hero-30-70-landing .column:last-child.btn-side-start .content-wrap .btn-container {
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  section.hero .container .column-container.hero-30-70-landing .column-double:last-child.btn-side-start,
  section.hero .container .column-container.hero-30-70-landing .column:last-child.btn-side-start {
    justify-content: flex-start;
    align-items: flex-end;
    text-align: right;
  }
}
section.hero .container .column-container.hero-30-70-landing .column-double:last-child.btn-side-start .price-top,
section.hero .container .column-container.hero-30-70-landing .column:last-child.btn-side-start .price-top {
  display: flex;
}
section.hero .container .column-container.hero-50-50.hero-bleed.column-container .column {
  padding-top: 0;
  flex-basis: 100%;
}
@media screen and (min-width: 1200px) {
  section.hero .container .column-container.hero-50-50.hero-bleed.column-container .column {
    flex-basis: 0;
  }
}
section.hero .container .column-container.hero-50-50.hero-bleed.column-container .column .text-jumbo,
section.hero .container .column-container.hero-50-50.hero-bleed.column-container .column .text-large {
  max-width: 510px;
}
section.hero .container .column-container.hero-50-50.hero-bleed.column-container .column .image-container {
  width: 100%;
}
section.hero .container .column-container.hero-50-50.hero-bleed.column-container .column .image-container img {
  width: 100%;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  section.hero .container .column-container.hero-50-50.hero-bleed.column-container .column .content-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1560px) {
  section.hero .container .column-container.hero-50-50.hero-bleed.column-container .column:first-child {
    padding-top: 40px;
  }
}
section.hero .container .column-container.hero-50-50.hero-bleed.column-container .column.image-bleed-50-50 .image-container img {
  width: auto;
}
@media screen and (max-width: 1199px) {
  section.hero .container .column-container.hero-50-50.hero-bleed.column-container .column.image-bleed-50-50 .image-container img {
    position: static;
    transform: none;
    height: auto;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 1445px) {
  section.hero .container .column-container.hero-50-50.hero-bleed.column-container .column.image-bleed-50-50 .image-container img {
    width: 100%;
  }
}
section.hero .container .column-container .column.image-bleed-50-50 .image-container img,
section.hero .container .column-container .column.image-bleed-50-50 .image-container {
  width: 100%;
}
@media screen and (min-width: 992px) {
  section.hero .container .column-container .column.image-bleed-50-50 {
    height: 100%;
  }
  section.hero .container .column-container .column.image-bleed-50-50 .image-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  section.hero .container .column-container .column.image-bleed-50-50 .image-container img {
    width: auto;
    position: absolute;
    max-width: none;
    transform: translate(-50%, -10%);
    left: 50%;
    top: 10%;
    height: calc(100% + 100px);
  }
}
@media screen and (min-width: 1445px) {
  section.hero .container .column-container .column.image-bleed-50-50 .image-container img {
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  section.hero .column-container.full-height .column.image-bleed-50-50 .image-container img {
    min-height: 700px;
  }
}
@media screen and (min-width: 1445px) {
  section.hero .column-container.full-height .column.image-bleed-50-50 .image-container img {
    min-height: auto;
    max-width: 60vw;
  }
}
section.hero p {
  max-width: 500px;
}
section.hero a.right-arrow {
  font-size: 1.9rem;
}
section.hero .bg-full-bleed {
  width: 100%;
  justify-content: flex-end;
  order: 1;
  font-size: 0;
}
@media screen and (min-width: 992px) {
  section.hero .bg-full-bleed {
    width: 50%;
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  section.hero .bg-full-bleed {
    width: 60%;
  }
}
section.hero .content-wrap p,
section.hero .content-wrap .btn-container,
section.hero .content-wrap .text-jumbo,
section.hero .content-wrap .text-large,
section.hero .content-wrap .text-little,
section.hero .content-wrap .text-small,
section.hero .content-wrap .text-medium,
section.hero .content-wrap .rating-stars,
section.hero .content-wrap h1,
section.hero .content-wrap h2,
section.hero .content-wrap h3 {
  transform: translateY(40px);
  opacity: 0;
  -webkit-animation: slide-up-fade-in 750ms ease-in-out 725ms forwards;
  animation: slide-up-fade-in 750ms ease-in-out 725ms forwards;
}
section.hero .content-wrap .text-jumbo,
section.hero .content-wrap .text-large,
section.hero .content-wrap .text-little,
section.hero .content-wrap .text-small,
section.hero .content-wrap .text-medium,
section.hero .content-wrap .rating-stars,
section.hero .content-wrap h1,
section.hero .content-wrap h2,
section.hero .content-wrap h3 {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}
section.hero .content-wrap p {
  -webkit-animation-delay: 150ms;
  animation-delay: 150ms;
}
section.hero .content-wrap .btn-container {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}
section.hero .column img,
section.hero .column-double img,
section.hero .image-container img {
  opacity: 0;
  -webkit-animation: image-fade 1000ms ease-in-out 0ms forwards;
  animation: image-fade 1000ms ease-in-out 0ms forwards;
  -webkit-animation-delay: 150ms;
  animation-delay: 150ms;
}
.main-nav-container .headr-fix {
  position: absolute;
  bottom: 0;
  margin: 0;
  right: 0;
  width: 100%;
  background: #ffffff;
  height: 100%;
  z-index: 9999;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .main-nav-container .headr-fix {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .main-nav-container .headr-fix {
    width: 80%;
    padding: 30px 40px;
  }
}
@media screen and (min-width: 992px) {
  .main-nav-container .headr-fix {
    width: 50%;
    padding: 22px 40px;
  }
}
.main-nav-container .headr-fix .btn-container {
  margin: 0;
}
.main-nav-container .headr-fix .btn {
  width: 165px;
  height: 48px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .main-nav-container .headr-fix .btn {
    height: 60px;
  }
}
@media screen and (min-width: 992px) {
  .main-nav-container .headr-fix .btn {
    width: 180px;
    height: 60px;
  }
}
.main-nav-container .headr-fix .price-top {
  display: flex !important;
}
@media screen and (min-width: 768px) {
  .main-nav-container .headr-fix .price-top {
    padding-right: 40px;
    align-items: flex-end;
  }
}
.main-nav-container .headr-fix .price-top .products__federal-price {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  .main-nav-container .headr-fix .price-top .products__federal-price {
    flex-direction: row;
  }
}
.main-nav-container .headr-fix .price-top .products__federal-price del {
  font-size: 1.8rem;
  color: #6e6e6e;
}
@media screen and (min-width: 768px) {
  .main-nav-container .headr-fix .price-top .products__federal-price del {
    font-size: 2.4rem;
  }
}
.main-nav-container .headr-fix .price-top .product--state-price {
  display: none;
}
@media screen and (min-width: 768px) {
  .main-nav-container .headr-fix .price-top .product--state-price {
    display: block;
  }
}
.main-nav-container .headr-fix .price-top span {
  font-size: 1.2rem;
  margin-bottom: 3px;
}
.pricing {
  font-size: 1.2rem;
}
.pricing .price {
  font-weight: 500;
  font-size: 3.2rem;
  display: block;
}
@keyframes slide-up-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes image-fade {
  0% {
    opacity: 0;
    margin-top: 20px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
.hero-wrapper {
  position: relative;
}
.hero-wrapper.all > img,
.hero-wrapper.all .full-width-dynamicmedia img {
  min-height: 500px;
  object-fit: cover;
}
.hero-container {
  width: 100%;
  height: 100%;
}
.hero-container.all {
  position: absolute;
  top: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .hero-container {
    position: absolute;
    top: 0;
    bottom: 0;
  }
}
.hero-content {
  padding: 0 5%;
}
@media screen and (min-width: 1200px) {
  .hero-content {
    padding: 0 120px;
  }
}
.hero-animate-title {
  animation-delay: 0ms;
}
.hero-animate-text {
  animation-delay: 150ms;
}
.hero-animate-btn {
  animation-delay: 300ms;
}
[class*="hero-animate-"] {
  transform: translateY(40px);
  opacity: 0;
  animation: slide-up-fade-in 750ms ease-in-out 725ms forwards;
}
figure.hero-wrapper .full-width-dynamicmedia img {
  width: 100%;
}
@media (max-width: 767px) {
  .herotabview,
  .herodefaultview {
    display: none;
  }
  .heromobview {
    display: block;
  }
}
@media (max-width: 767px) {
  .mobile-backgroundHeight {
    min-height: 100vh;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .heromobview,
  .herodefaultview {
    display: none;
  }
  .herotabview {
    display: block;
  }
}
@media (min-width: 992px) {
  .herotabview,
  .heromobview {
    display: none;
  }
  .herodefaultview {
    display: block;
  }
}

section.teaser {
  overflow: hidden;
}
section.teaser .introTextVariant,
section.teaser .teaser-bg-full-bleed,
section.teaser .teaser-bg-full-bleed .full-bg {
  width: 100%;
}
section.teaser .column,
section.teaser .teaser-bg-full-bleed {
  height: 100%;
}
section.teaser .teaser-bg-full-bleed {
  bottom: 0;
  right: 0;
  z-index: 0;
}
section.teaser .teaser-bg-full-bleed,
section.teaser .teaser-bg-full-bleed .full-bg,
section.teaser .teaser-bg-full-bleed .bg-img {
  position: absolute;
}
section.teaser .teaser-bg-full-bleed .full-bg {
  max-width: 100%;
  height: auto;
  bottom: 0;
}
section.teaser .teaser-bg-full-bleed .bg-img {
  max-width: 25%;
  min-width: 185px;
  min-height: 20vh;
  object-fit: contain;
}
section.teaser .teaser-bg-full-bleed .right-bg-top,
section.teaser .teaser-bg-full-bleed .right-bg-center,
section.teaser .teaser-bg-full-bleed .right-bg-bottom {
  right: 0;
  bottom: -60px;
}
section.teaser .teaser-bg-full-bleed .left-bg-center {
  left: 50%;
  top: -81px;
  transform: translateX(-50%);
}
section.teaser .teaser-bg-full-bleed .left-bg-top,
section.teaser .teaser-bg-full-bleed .left-bg-bottom {
  left: 0;
}
section.teaser .teaser-bg-full-bleed .left-bg-top {
  top: -80px;
}
section.teaser .teaser-bg-full-bleed .left-bg-bottom {
  bottom: -30px;
}
section.teaser .teaser-bg-full-bleed.one-column {
  max-width: 50%;
}
@media screen and (min-width: 576px) {
  section.teaser .teaser-bg-full-bleed .left-bg-center {
    transform: translateX(0%);
    left: 0px;
    top: -60px;
  }
}
section.teaser .text-center {
  text-align: center;
}
section.teaser .text-center .content-wrap {
  padding: 160px 25px;
}
section.teaser .content-maxwrap.content-right {
  text-align: right;
  float: right;
}
section.teaser .content-maxwrap.content-left,
section.teaser .content-maxwrap.content-right {
  padding-top: 160px;
  padding-bottom: 160px;
}
section.teaser .btn-container .btn {
  width: auto;
}
.content-two-column p,
.content-two-column a.right-arrow {
  font-size: 1.6rem;
}
.content-two-column .image-container {
  text-align: center;
}
.content-two-column .container {
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .content-two-column .column:first-child .content-wrap,
  .content-two-column .column:last-child .content-wrap,
  .content-two-column .column-double:first-child .content-wrap,
  .content-two-column .column-double:last-child .content-wrap {
    padding: 40px !important;
  }
}
/* For IE10+ fix*/
@media only screen and (max-width: 991px) {
  .content-two-column .column,
  .content-two-column .column-double {
    height: auto !important;
  }
}
/* For IE10+ */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .content-two-column .image-container {
    min-height: 50vh;
  }
  .content-two-column .column,
  .content-two-column .column-double {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  section.teaser .teaser-bg-full-bleed .bg-img {
    min-width: 225px;
  }
  section.teaser .text-center .content-wrap {
    padding: 240px 40px;
  }
  section.teaser .content-maxwrap.content-left,
  section.teaser .content-maxwrap.content-right {
    padding-top: 240px;
    padding-bottom: 240px;
  }
}
@media screen and (min-width: 992px) {
  section.teaser .teaser-bg-full-bleed .bg-img {
    max-width: 20%;
  }
  .content-two-column p,
  .content-two-column a.right-arrow {
    font-size: 1.8rem;
  }
  .content-two-column .column,
  .content-two-column .column-double {
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  section.teaser .teaser-bg-full-bleed .bg-img {
    max-width: 250px;
  }
  section.teaser .teaser-bg-full-bleed .right-bg-top,
  section.teaser .teaser-bg-full-bleed .left-bg-top {
    top: -80px;
  }
  section.teaser .teaser-bg-full-bleed .right-bg-bottom,
  section.teaser .teaser-bg-full-bleed .left-bg-bottom {
    bottom: -80px;
  }
  section.teaser .teaser-bg-full-bleed .right-bg-center,
  section.teaser .teaser-bg-full-bleed .left-bg-center {
    top: 50%;
    transform: translateY(-50%);
  }
  section.teaser .teaser-bg-full-bleed .right-bg-center {
    bottom: unset;
  }
  section.teaser .teaser-bg-full-bleed .left-bg-center {
    left: 0px;
  }
  section.teaser .text-center .content-maxwrap {
    max-width: calc(62%);
    margin: 0px auto;
  }
  section.teaser .text-center .content-wrap {
    padding: 120px 25px;
  }
  section.teaser .content-maxwrap.content-left,
  section.teaser .content-maxwrap.content-right {
    padding-top: 120px;
    padding-bottom: 120px;
    max-width: calc(62%);
  }
  section.teaser .btn-container,
  section.teaser .btn-container .btn {
    margin-bottom: 0;
  }
  section[class*=two-column] .column:last-child .content-wrap,
  section[class*=two-column] .column-double:last-child .content-wrap {
    padding-left: 110px;
    padding-right: 70px;
  }
}
@media screen and (min-width: 1560px) {
  section.teaser .teaser-bg-full-bleed .bg-img {
    max-width: 320px;
  }
  section.teaser .text-center .content-maxwrap {
    max-width: calc(50%);
  }
  section.teaser .text-center .content-wrap {
    padding: 120px 40px;
  }
  section.teaser .content-maxwrap.content-left,
  section.teaser .content-maxwrap.content-right {
    max-width: calc(50%);
  }
}
