@use "sass:map";
/*Social Media*/
/*Alerts*/
/*Bootstrap*/
.bg-black {
  background-color: #000 !important; }

.fill-black * {
  fill: #000 !important; }

.text-black {
  color: #000 !important; }

.link-black {
  color: #000 !important; }
  .link-black:hover, .link-black:focus, .link-black:active {
    color: !important;
    color: #F8AE0F !important; }

.border.border-color-black,
.border-top.border-color-black,
.border-left.border-color-black,
.border-right.border-color-black,
.border-bottom.border-color-black {
  border-color: #000 !important; }

.border-dashed-top.border-color-black,
.border-dashed-bottom.border-color-black {
  background-image: linear-gradient(to right, #000 0%, #000 62%, transparent 0);
  background-size: 15px 1px;
  background-repeat: repeat-x; }

.border-dashed-left.border-color-black,
.border-dashed-right.border-color-black {
  background-image: linear-gradient(to bottom, #000 0%, #000 62%, transparent 0);
  background-size: 1px 15px;
  background-repeat: repeat-y; }

.animate-underline-black {
  text-decoration-color: none;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 6px;
  transition: all 500ms;
  transition-delay: 200ms; }
  .animate-underline-black.animated {
    text-decoration-color: #000; }

.icon-circle-black {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: 1px solid #000;
  background-color: #000;
  color: #FFFFFF; }
  .icon-circle-black svg * {
    fill: #FFFFFF;
    transition: fill 500ms; }
  .icon-circle-black svg * {
    fill: #2CB0E7; }

a.icon-circle-black:hover, a.icon-circle-black:focus, a.icon-circle-black:active {
  color: #000;
  background-color: #FFFFFF;
  background-color: #2CB0E7; }
  a.icon-circle-black:hover svg *, a.icon-circle-black:focus svg *, a.icon-circle-black:active svg * {
    fill: #D3EDEE; }

.svg-black * {
  fill: #000; }

.bg-blue {
  background-color: #30ADE1 !important; }

.fill-blue * {
  fill: #30ADE1 !important; }

.text-blue {
  color: #30ADE1 !important; }

.link-blue {
  color: #30ADE1 !important; }
  .link-blue:hover, .link-blue:focus, .link-blue:active {
    color: #2CB0E7 !important;
    color: #F8AE0F !important; }

.border.border-color-blue,
.border-top.border-color-blue,
.border-left.border-color-blue,
.border-right.border-color-blue,
.border-bottom.border-color-blue {
  border-color: #30ADE1 !important; }

.border-dashed-top.border-color-blue,
.border-dashed-bottom.border-color-blue {
  background-image: linear-gradient(to right, #30ADE1 0%, #30ADE1 62%, transparent 0);
  background-size: 15px 1px;
  background-repeat: repeat-x; }

.border-dashed-left.border-color-blue,
.border-dashed-right.border-color-blue {
  background-image: linear-gradient(to bottom, #30ADE1 0%, #30ADE1 62%, transparent 0);
  background-size: 1px 15px;
  background-repeat: repeat-y; }

.animate-underline-blue {
  text-decoration-color: none;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 6px;
  transition: all 500ms;
  transition-delay: 200ms; }
  .animate-underline-blue.animated {
    text-decoration-color: #30ADE1; }

.icon-circle-blue {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: 1px solid #30ADE1;
  background-color: #30ADE1;
  color: #FFFFFF; }
  .icon-circle-blue svg * {
    fill: #FFFFFF;
    transition: fill 500ms; }
  .icon-circle-blue svg * {
    fill: #2CB0E7; }

a.icon-circle-blue:hover, a.icon-circle-blue:focus, a.icon-circle-blue:active {
  color: #30ADE1;
  background-color: #FFFFFF;
  background-color: #2CB0E7; }
  a.icon-circle-blue:hover svg *, a.icon-circle-blue:focus svg *, a.icon-circle-blue:active svg * {
    fill: #D3EDEE; }

.svg-blue * {
  fill: #30ADE1; }

.bg-blue-darker {
  background-color: #1A6E91 !important; }

.fill-blue-darker * {
  fill: #1A6E91 !important; }

.text-blue-darker {
  color: #1A6E91 !important; }

.link-blue-darker {
  color: #1A6E91 !important; }
  .link-blue-darker:hover, .link-blue-darker:focus, .link-blue-darker:active {
    color: !important;
    color: #F8AE0F !important; }

.border.border-color-blue-darker,
.border-top.border-color-blue-darker,
.border-left.border-color-blue-darker,
.border-right.border-color-blue-darker,
.border-bottom.border-color-blue-darker {
  border-color: #1A6E91 !important; }

.border-dashed-top.border-color-blue-darker,
.border-dashed-bottom.border-color-blue-darker {
  background-image: linear-gradient(to right, #1A6E91 0%, #1A6E91 62%, transparent 0);
  background-size: 15px 1px;
  background-repeat: repeat-x; }

.border-dashed-left.border-color-blue-darker,
.border-dashed-right.border-color-blue-darker {
  background-image: linear-gradient(to bottom, #1A6E91 0%, #1A6E91 62%, transparent 0);
  background-size: 1px 15px;
  background-repeat: repeat-y; }

.animate-underline-blue-darker {
  text-decoration-color: none;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 6px;
  transition: all 500ms;
  transition-delay: 200ms; }
  .animate-underline-blue-darker.animated {
    text-decoration-color: #1A6E91; }

.icon-circle-blue-darker {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: 1px solid #1A6E91;
  background-color: #1A6E91;
  color: #FFFFFF; }
  .icon-circle-blue-darker svg * {
    fill: #FFFFFF;
    transition: fill 500ms; }
  .icon-circle-blue-darker svg * {
    fill: #2CB0E7; }

a.icon-circle-blue-darker:hover, a.icon-circle-blue-darker:focus, a.icon-circle-blue-darker:active {
  color: #1A6E91;
  background-color: #FFFFFF;
  background-color: #2CB0E7; }
  a.icon-circle-blue-darker:hover svg *, a.icon-circle-blue-darker:focus svg *, a.icon-circle-blue-darker:active svg * {
    fill: #D3EDEE; }

.svg-blue-darker * {
  fill: #1A6E91; }

.bg-blue-darkest {
  background-color: #0E2B41 !important; }

.fill-blue-darkest * {
  fill: #0E2B41 !important; }

.text-blue-darkest {
  color: #0E2B41 !important; }

.link-blue-darkest {
  color: #0E2B41 !important; }
  .link-blue-darkest:hover, .link-blue-darkest:focus, .link-blue-darkest:active {
    color: !important;
    color: #F8AE0F !important; }

.border.border-color-blue-darkest,
.border-top.border-color-blue-darkest,
.border-left.border-color-blue-darkest,
.border-right.border-color-blue-darkest,
.border-bottom.border-color-blue-darkest {
  border-color: #0E2B41 !important; }

.border-dashed-top.border-color-blue-darkest,
.border-dashed-bottom.border-color-blue-darkest {
  background-image: linear-gradient(to right, #0E2B41 0%, #0E2B41 62%, transparent 0);
  background-size: 15px 1px;
  background-repeat: repeat-x; }

.border-dashed-left.border-color-blue-darkest,
.border-dashed-right.border-color-blue-darkest {
  background-image: linear-gradient(to bottom, #0E2B41 0%, #0E2B41 62%, transparent 0);
  background-size: 1px 15px;
  background-repeat: repeat-y; }

.animate-underline-blue-darkest {
  text-decoration-color: none;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 6px;
  transition: all 500ms;
  transition-delay: 200ms; }
  .animate-underline-blue-darkest.animated {
    text-decoration-color: #0E2B41; }

.icon-circle-blue-darkest {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: 1px solid #0E2B41;
  background-color: #0E2B41;
  color: #FFFFFF; }
  .icon-circle-blue-darkest svg * {
    fill: #FFFFFF;
    transition: fill 500ms; }
  .icon-circle-blue-darkest svg * {
    fill: #2CB0E7; }

a.icon-circle-blue-darkest:hover, a.icon-circle-blue-darkest:focus, a.icon-circle-blue-darkest:active {
  color: #0E2B41;
  background-color: #FFFFFF;
  background-color: #2CB0E7; }
  a.icon-circle-blue-darkest:hover svg *, a.icon-circle-blue-darkest:focus svg *, a.icon-circle-blue-darkest:active svg * {
    fill: #D3EDEE; }

.svg-blue-darkest * {
  fill: #0E2B41; }

.bg-blue-lighter {
  background-color: #2CB0E7 !important; }

.fill-blue-lighter * {
  fill: #2CB0E7 !important; }

.text-blue-lighter {
  color: #2CB0E7 !important; }

.link-blue-lighter {
  color: #2CB0E7 !important; }
  .link-blue-lighter:hover, .link-blue-lighter:focus, .link-blue-lighter:active {
    color: !important;
    color: #F8AE0F !important; }

.border.border-color-blue-lighter,
.border-top.border-color-blue-lighter,
.border-left.border-color-blue-lighter,
.border-right.border-color-blue-lighter,
.border-bottom.border-color-blue-lighter {
  border-color: #2CB0E7 !important; }

.border-dashed-top.border-color-blue-lighter,
.border-dashed-bottom.border-color-blue-lighter {
  background-image: linear-gradient(to right, #2CB0E7 0%, #2CB0E7 62%, transparent 0);
  background-size: 15px 1px;
  background-repeat: repeat-x; }

.border-dashed-left.border-color-blue-lighter,
.border-dashed-right.border-color-blue-lighter {
  background-image: linear-gradient(to bottom, #2CB0E7 0%, #2CB0E7 62%, transparent 0);
  background-size: 1px 15px;
  background-repeat: repeat-y; }

.animate-underline-blue-lighter {
  text-decoration-color: none;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 6px;
  transition: all 500ms;
  transition-delay: 200ms; }
  .animate-underline-blue-lighter.animated {
    text-decoration-color: #2CB0E7; }

.icon-circle-blue-lighter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: 1px solid #2CB0E7;
  background-color: #2CB0E7;
  color: #FFFFFF; }
  .icon-circle-blue-lighter svg * {
    fill: #FFFFFF;
    transition: fill 500ms; }
  .icon-circle-blue-lighter svg * {
    fill: #2CB0E7; }

a.icon-circle-blue-lighter:hover, a.icon-circle-blue-lighter:focus, a.icon-circle-blue-lighter:active {
  color: #2CB0E7;
  background-color: #FFFFFF;
  background-color: #2CB0E7; }
  a.icon-circle-blue-lighter:hover svg *, a.icon-circle-blue-lighter:focus svg *, a.icon-circle-blue-lighter:active svg * {
    fill: #D3EDEE; }

.svg-blue-lighter * {
  fill: #2CB0E7; }

.bg-blue-lightest {
  background-color: #D3EDEE !important; }

.fill-blue-lightest * {
  fill: #D3EDEE !important; }

.text-blue-lightest {
  color: #D3EDEE !important; }

.link-blue-lightest {
  color: #D3EDEE !important; }
  .link-blue-lightest:hover, .link-blue-lightest:focus, .link-blue-lightest:active {
    color: !important;
    color: #F8AE0F !important; }

.border.border-color-blue-lightest,
.border-top.border-color-blue-lightest,
.border-left.border-color-blue-lightest,
.border-right.border-color-blue-lightest,
.border-bottom.border-color-blue-lightest {
  border-color: #D3EDEE !important; }

.border-dashed-top.border-color-blue-lightest,
.border-dashed-bottom.border-color-blue-lightest {
  background-image: linear-gradient(to right, #D3EDEE 0%, #D3EDEE 62%, transparent 0);
  background-size: 15px 1px;
  background-repeat: repeat-x; }

.border-dashed-left.border-color-blue-lightest,
.border-dashed-right.border-color-blue-lightest {
  background-image: linear-gradient(to bottom, #D3EDEE 0%, #D3EDEE 62%, transparent 0);
  background-size: 1px 15px;
  background-repeat: repeat-y; }

.animate-underline-blue-lightest {
  text-decoration-color: none;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 6px;
  transition: all 500ms;
  transition-delay: 200ms; }
  .animate-underline-blue-lightest.animated {
    text-decoration-color: #D3EDEE; }

.icon-circle-blue-lightest {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: 1px solid #D3EDEE;
  background-color: #D3EDEE;
  color: #FFFFFF; }
  .icon-circle-blue-lightest svg * {
    fill: #FFFFFF;
    transition: fill 500ms; }
  .icon-circle-blue-lightest svg * {
    fill: #2CB0E7; }

a.icon-circle-blue-lightest:hover, a.icon-circle-blue-lightest:focus, a.icon-circle-blue-lightest:active {
  color: #D3EDEE;
  background-color: #FFFFFF;
  background-color: #2CB0E7; }
  a.icon-circle-blue-lightest:hover svg *, a.icon-circle-blue-lightest:focus svg *, a.icon-circle-blue-lightest:active svg * {
    fill: #D3EDEE; }

.svg-blue-lightest * {
  fill: #D3EDEE; }

.bg-grey {
  background-color: #B2B0B0 !important; }

.fill-grey * {
  fill: #B2B0B0 !important; }

.text-grey {
  color: #B2B0B0 !important; }

.link-grey {
  color: #B2B0B0 !important; }
  .link-grey:hover, .link-grey:focus, .link-grey:active {
    color: #E7E7E0 !important;
    color: #F8AE0F !important; }

.border.border-color-grey,
.border-top.border-color-grey,
.border-left.border-color-grey,
.border-right.border-color-grey,
.border-bottom.border-color-grey {
  border-color: #B2B0B0 !important; }

.border-dashed-top.border-color-grey,
.border-dashed-bottom.border-color-grey {
  background-image: linear-gradient(to right, #B2B0B0 0%, #B2B0B0 62%, transparent 0);
  background-size: 15px 1px;
  background-repeat: repeat-x; }

.border-dashed-left.border-color-grey,
.border-dashed-right.border-color-grey {
  background-image: linear-gradient(to bottom, #B2B0B0 0%, #B2B0B0 62%, transparent 0);
  background-size: 1px 15px;
  background-repeat: repeat-y; }

.animate-underline-grey {
  text-decoration-color: none;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 6px;
  transition: all 500ms;
  transition-delay: 200ms; }
  .animate-underline-grey.animated {
    text-decoration-color: #B2B0B0; }

.icon-circle-grey {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: 1px solid #B2B0B0;
  background-color: #B2B0B0;
  color: #FFFFFF; }
  .icon-circle-grey svg * {
    fill: #FFFFFF;
    transition: fill 500ms; }
  .icon-circle-grey svg * {
    fill: #2CB0E7; }

a.icon-circle-grey:hover, a.icon-circle-grey:focus, a.icon-circle-grey:active {
  color: #B2B0B0;
  background-color: #FFFFFF;
  background-color: #2CB0E7; }
  a.icon-circle-grey:hover svg *, a.icon-circle-grey:focus svg *, a.icon-circle-grey:active svg * {
    fill: #D3EDEE; }

.svg-grey * {
  fill: #B2B0B0; }

.bg-gray {
  background-color: #B2B0B0 !important; }

.fill-gray * {
  fill: #B2B0B0 !important; }

.text-gray {
  color: #B2B0B0 !important; }

.link-gray {
  color: #B2B0B0 !important; }
  .link-gray:hover, .link-gray:focus, .link-gray:active {
    color: #E7E7E0 !important;
    color: #F8AE0F !important; }

.border.border-color-gray,
.border-top.border-color-gray,
.border-left.border-color-gray,
.border-right.border-color-gray,
.border-bottom.border-color-gray {
  border-color: #B2B0B0 !important; }

.border-dashed-top.border-color-gray,
.border-dashed-bottom.border-color-gray {
  background-image: linear-gradient(to right, #B2B0B0 0%, #B2B0B0 62%, transparent 0);
  background-size: 15px 1px;
  background-repeat: repeat-x; }

.border-dashed-left.border-color-gray,
.border-dashed-right.border-color-gray {
  background-image: linear-gradient(to bottom, #B2B0B0 0%, #B2B0B0 62%, transparent 0);
  background-size: 1px 15px;
  background-repeat: repeat-y; }

.animate-underline-gray {
  text-decoration-color: none;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 6px;
  transition: all 500ms;
  transition-delay: 200ms; }
  .animate-underline-gray.animated {
    text-decoration-color: #B2B0B0; }

.icon-circle-gray {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: 1px solid #B2B0B0;
  background-color: #B2B0B0;
  color: #FFFFFF; }
  .icon-circle-gray svg * {
    fill: #FFFFFF;
    transition: fill 500ms; }
  .icon-circle-gray svg * {
    fill: #2CB0E7; }

a.icon-circle-gray:hover, a.icon-circle-gray:focus, a.icon-circle-gray:active {
  color: #B2B0B0;
  background-color: #FFFFFF;
  background-color: #2CB0E7; }
  a.icon-circle-gray:hover svg *, a.icon-circle-gray:focus svg *, a.icon-circle-gray:active svg * {
    fill: #D3EDEE; }

.svg-gray * {
  fill: #B2B0B0; }

.bg-grey-darker {
  background-color: #D6D6CB !important; }

.fill-grey-darker * {
  fill: #D6D6CB !important; }

.text-grey-darker {
  color: #D6D6CB !important; }

.link-grey-darker {
  color: #D6D6CB !important; }
  .link-grey-darker:hover, .link-grey-darker:focus, .link-grey-darker:active {
    color: !important;
    color: #F8AE0F !important; }

.border.border-color-grey-darker,
.border-top.border-color-grey-darker,
.border-left.border-color-grey-darker,
.border-right.border-color-grey-darker,
.border-bottom.border-color-grey-darker {
  border-color: #D6D6CB !important; }

.border-dashed-top.border-color-grey-darker,
.border-dashed-bottom.border-color-grey-darker {
  background-image: linear-gradient(to right, #D6D6CB 0%, #D6D6CB 62%, transparent 0);
  background-size: 15px 1px;
  background-repeat: repeat-x; }

.border-dashed-left.border-color-grey-darker,
.border-dashed-right.border-color-grey-darker {
  background-image: linear-gradient(to bottom, #D6D6CB 0%, #D6D6CB 62%, transparent 0);
  background-size: 1px 15px;
  background-repeat: repeat-y; }

.animate-underline-grey-darker {
  text-decoration-color: none;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 6px;
  transition: all 500ms;
  transition-delay: 200ms; }
  .animate-underline-grey-darker.animated {
    text-decoration-color: #D6D6CB; }

.icon-circle-grey-darker {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: 1px solid #D6D6CB;
  background-color: #D6D6CB;
  color: #FFFFFF; }
  .icon-circle-grey-darker svg * {
    fill: #FFFFFF;
    transition: fill 500ms; }
  .icon-circle-grey-darker svg * {
    fill: #2CB0E7; }

a.icon-circle-grey-darker:hover, a.icon-circle-grey-darker:focus, a.icon-circle-grey-darker:active {
  color: #D6D6CB;
  background-color: #FFFFFF;
  background-color: #2CB0E7; }
  a.icon-circle-grey-darker:hover svg *, a.icon-circle-grey-darker:focus svg *, a.icon-circle-grey-darker:active svg * {
    fill: #D3EDEE; }

.svg-grey-darker * {
  fill: #D6D6CB; }

.bg-gray-darker {
  background-color: #D6D6CB !important; }

.fill-gray-darker * {
  fill: #D6D6CB !important; }

.text-gray-darker {
  color: #D6D6CB !important; }

.link-gray-darker {
  color: #D6D6CB !important; }
  .link-gray-darker:hover, .link-gray-darker:focus, .link-gray-darker:active {
    color: !important;
    color: #F8AE0F !important; }

.border.border-color-gray-darker,
.border-top.border-color-gray-darker,
.border-left.border-color-gray-darker,
.border-right.border-color-gray-darker,
.border-bottom.border-color-gray-darker {
  border-color: #D6D6CB !important; }

.border-dashed-top.border-color-gray-darker,
.border-dashed-bottom.border-color-gray-darker {
  background-image: linear-gradient(to right, #D6D6CB 0%, #D6D6CB 62%, transparent 0);
  background-size: 15px 1px;
  background-repeat: repeat-x; }

.border-dashed-left.border-color-gray-darker,
.border-dashed-right.border-color-gray-darker {
  background-image: linear-gradient(to bottom, #D6D6CB 0%, #D6D6CB 62%, transparent 0);
  background-size: 1px 15px;
  background-repeat: repeat-y; }

.animate-underline-gray-darker {
  text-decoration-color: none;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 6px;
  transition: all 500ms;
  transition-delay: 200ms; }
  .animate-underline-gray-darker.animated {
    text-decoration-color: #D6D6CB; }

.icon-circle-gray-darker {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: 1px solid #D6D6CB;
  background-color: #D6D6CB;
  color: #FFFFFF; }
  .icon-circle-gray-darker svg * {
    fill: #FFFFFF;
    transition: fill 500ms; }
  .icon-circle-gray-darker svg * {
    fill: #2CB0E7; }

a.icon-circle-gray-darker:hover, a.icon-circle-gray-darker:focus, a.icon-circle-gray-darker:active {
  color: #D6D6CB;
  background-color: #FFFFFF;
  background-color: #2CB0E7; }
  a.icon-circle-gray-darker:hover svg *, a.icon-circle-gray-darker:focus svg *, a.icon-circle-gray-darker:active svg * {
    fill: #D3EDEE; }

.svg-gray-darker * {
  fill: #D6D6CB; }

.bg-grey-lighter {
  background-color: #E7E7E0 !important; }

.fill-grey-lighter * {
  fill: #E7E7E0 !important; }

.text-grey-lighter {
  color: #E7E7E0 !important; }

.link-grey-lighter {
  color: #E7E7E0 !important; }
  .link-grey-lighter:hover, .link-grey-lighter:focus, .link-grey-lighter:active {
    color: !important;
    color: #F8AE0F !important; }

.border.border-color-grey-lighter,
.border-top.border-color-grey-lighter,
.border-left.border-color-grey-lighter,
.border-right.border-color-grey-lighter,
.border-bottom.border-color-grey-lighter {
  border-color: #E7E7E0 !important; }

.border-dashed-top.border-color-grey-lighter,
.border-dashed-bottom.border-color-grey-lighter {
  background-image: linear-gradient(to right, #E7E7E0 0%, #E7E7E0 62%, transparent 0);
  background-size: 15px 1px;
  background-repeat: repeat-x; }

.border-dashed-left.border-color-grey-lighter,
.border-dashed-right.border-color-grey-lighter {
  background-image: linear-gradient(to bottom, #E7E7E0 0%, #E7E7E0 62%, transparent 0);
  background-size: 1px 15px;
  background-repeat: repeat-y; }

.animate-underline-grey-lighter {
  text-decoration-color: none;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 6px;
  transition: all 500ms;
  transition-delay: 200ms; }
  .animate-underline-grey-lighter.animated {
    text-decoration-color: #E7E7E0; }

.icon-circle-grey-lighter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: 1px solid #E7E7E0;
  background-color: #E7E7E0;
  color: #FFFFFF; }
  .icon-circle-grey-lighter svg * {
    fill: #FFFFFF;
    transition: fill 500ms; }
  .icon-circle-grey-lighter svg * {
    fill: #2CB0E7; }

a.icon-circle-grey-lighter:hover, a.icon-circle-grey-lighter:focus, a.icon-circle-grey-lighter:active {
  color: #E7E7E0;
  background-color: #FFFFFF;
  background-color: #2CB0E7; }
  a.icon-circle-grey-lighter:hover svg *, a.icon-circle-grey-lighter:focus svg *, a.icon-circle-grey-lighter:active svg * {
    fill: #D3EDEE; }

.svg-grey-lighter * {
  fill: #E7E7E0; }

.bg-gray-lighter {
  background-color: #E7E7E0 !important; }

.fill-gray-lighter * {
  fill: #E7E7E0 !important; }

.text-gray-lighter {
  color: #E7E7E0 !important; }

.link-gray-lighter {
  color: #E7E7E0 !important; }
  .link-gray-lighter:hover, .link-gray-lighter:focus, .link-gray-lighter:active {
    color: !important;
    color: #F8AE0F !important; }

.border.border-color-gray-lighter,
.border-top.border-color-gray-lighter,
.border-left.border-color-gray-lighter,
.border-right.border-color-gray-lighter,
.border-bottom.border-color-gray-lighter {
  border-color: #E7E7E0 !important; }

.border-dashed-top.border-color-gray-lighter,
.border-dashed-bottom.border-color-gray-lighter {
  background-image: linear-gradient(to right, #E7E7E0 0%, #E7E7E0 62%, transparent 0);
  background-size: 15px 1px;
  background-repeat: repeat-x; }

.border-dashed-left.border-color-gray-lighter,
.border-dashed-right.border-color-gray-lighter {
  background-image: linear-gradient(to bottom, #E7E7E0 0%, #E7E7E0 62%, transparent 0);
  background-size: 1px 15px;
  background-repeat: repeat-y; }

.animate-underline-gray-lighter {
  text-decoration-color: none;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 6px;
  transition: all 500ms;
  transition-delay: 200ms; }
  .animate-underline-gray-lighter.animated {
    text-decoration-color: #E7E7E0; }

.icon-circle-gray-lighter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: 1px solid #E7E7E0;
  background-color: #E7E7E0;
  color: #FFFFFF; }
  .icon-circle-gray-lighter svg * {
    fill: #FFFFFF;
    transition: fill 500ms; }
  .icon-circle-gray-lighter svg * {
    fill: #2CB0E7; }

a.icon-circle-gray-lighter:hover, a.icon-circle-gray-lighter:focus, a.icon-circle-gray-lighter:active {
  color: #E7E7E0;
  background-color: #FFFFFF;
  background-color: #2CB0E7; }
  a.icon-circle-gray-lighter:hover svg *, a.icon-circle-gray-lighter:focus svg *, a.icon-circle-gray-lighter:active svg * {
    fill: #D3EDEE; }

.svg-gray-lighter * {
  fill: #E7E7E0; }

.bg-grey-lightest {
  background-color: #EBEBE5 !important; }

.fill-grey-lightest * {
  fill: #EBEBE5 !important; }

.text-grey-lightest {
  color: #EBEBE5 !important; }

.link-grey-lightest {
  color: #EBEBE5 !important; }
  .link-grey-lightest:hover, .link-grey-lightest:focus, .link-grey-lightest:active {
    color: !important;
    color: #F8AE0F !important; }

.border.border-color-grey-lightest,
.border-top.border-color-grey-lightest,
.border-left.border-color-grey-lightest,
.border-right.border-color-grey-lightest,
.border-bottom.border-color-grey-lightest {
  border-color: #EBEBE5 !important; }

.border-dashed-top.border-color-grey-lightest,
.border-dashed-bottom.border-color-grey-lightest {
  background-image: linear-gradient(to right, #EBEBE5 0%, #EBEBE5 62%, transparent 0);
  background-size: 15px 1px;
  background-repeat: repeat-x; }

.border-dashed-left.border-color-grey-lightest,
.border-dashed-right.border-color-grey-lightest {
  background-image: linear-gradient(to bottom, #EBEBE5 0%, #EBEBE5 62%, transparent 0);
  background-size: 1px 15px;
  background-repeat: repeat-y; }

.animate-underline-grey-lightest {
  text-decoration-color: none;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 6px;
  transition: all 500ms;
  transition-delay: 200ms; }
  .animate-underline-grey-lightest.animated {
    text-decoration-color: #EBEBE5; }

.icon-circle-grey-lightest {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: 1px solid #EBEBE5;
  background-color: #EBEBE5;
  color: #FFFFFF; }
  .icon-circle-grey-lightest svg * {
    fill: #FFFFFF;
    transition: fill 500ms; }
  .icon-circle-grey-lightest svg * {
    fill: #2CB0E7; }

a.icon-circle-grey-lightest:hover, a.icon-circle-grey-lightest:focus, a.icon-circle-grey-lightest:active {
  color: #EBEBE5;
  background-color: #FFFFFF;
  background-color: #2CB0E7; }
  a.icon-circle-grey-lightest:hover svg *, a.icon-circle-grey-lightest:focus svg *, a.icon-circle-grey-lightest:active svg * {
    fill: #D3EDEE; }

.svg-grey-lightest * {
  fill: #EBEBE5; }

.bg-gray-lightest {
  background-color: #EBEBE5 !important; }

.fill-gray-lightest * {
  fill: #EBEBE5 !important; }

.text-gray-lightest {
  color: #EBEBE5 !important; }

.link-gray-lightest {
  color: #EBEBE5 !important; }
  .link-gray-lightest:hover, .link-gray-lightest:focus, .link-gray-lightest:active {
    color: !important;
    color: #F8AE0F !important; }

.border.border-color-gray-lightest,
.border-top.border-color-gray-lightest,
.border-left.border-color-gray-lightest,
.border-right.border-color-gray-lightest,
.border-bottom.border-color-gray-lightest {
  border-color: #EBEBE5 !important; }

.border-dashed-top.border-color-gray-lightest,
.border-dashed-bottom.border-color-gray-lightest {
  background-image: linear-gradient(to right, #EBEBE5 0%, #EBEBE5 62%, transparent 0);
  background-size: 15px 1px;
  background-repeat: repeat-x; }

.border-dashed-left.border-color-gray-lightest,
.border-dashed-right.border-color-gray-lightest {
  background-image: linear-gradient(to bottom, #EBEBE5 0%, #EBEBE5 62%, transparent 0);
  background-size: 1px 15px;
  background-repeat: repeat-y; }

.animate-underline-gray-lightest {
  text-decoration-color: none;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 6px;
  transition: all 500ms;
  transition-delay: 200ms; }
  .animate-underline-gray-lightest.animated {
    text-decoration-color: #EBEBE5; }

.icon-circle-gray-lightest {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: 1px solid #EBEBE5;
  background-color: #EBEBE5;
  color: #FFFFFF; }
  .icon-circle-gray-lightest svg * {
    fill: #FFFFFF;
    transition: fill 500ms; }
  .icon-circle-gray-lightest svg * {
    fill: #2CB0E7; }

a.icon-circle-gray-lightest:hover, a.icon-circle-gray-lightest:focus, a.icon-circle-gray-lightest:active {
  color: #EBEBE5;
  background-color: #FFFFFF;
  background-color: #2CB0E7; }
  a.icon-circle-gray-lightest:hover svg *, a.icon-circle-gray-lightest:focus svg *, a.icon-circle-gray-lightest:active svg * {
    fill: #D3EDEE; }

.svg-gray-lightest * {
  fill: #EBEBE5; }

.bg-grey-medium {
  background-color: #707070 !important; }

.fill-grey-medium * {
  fill: #707070 !important; }

.text-grey-medium {
  color: #707070 !important; }

.link-grey-medium {
  color: #707070 !important; }
  .link-grey-medium:hover, .link-grey-medium:focus, .link-grey-medium:active {
    color: !important;
    color: #F8AE0F !important; }

.border.border-color-grey-medium,
.border-top.border-color-grey-medium,
.border-left.border-color-grey-medium,
.border-right.border-color-grey-medium,
.border-bottom.border-color-grey-medium {
  border-color: #707070 !important; }

.border-dashed-top.border-color-grey-medium,
.border-dashed-bottom.border-color-grey-medium {
  background-image: linear-gradient(to right, #707070 0%, #707070 62%, transparent 0);
  background-size: 15px 1px;
  background-repeat: repeat-x; }

.border-dashed-left.border-color-grey-medium,
.border-dashed-right.border-color-grey-medium {
  background-image: linear-gradient(to bottom, #707070 0%, #707070 62%, transparent 0);
  background-size: 1px 15px;
  background-repeat: repeat-y; }

.animate-underline-grey-medium {
  text-decoration-color: none;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 6px;
  transition: all 500ms;
  transition-delay: 200ms; }
  .animate-underline-grey-medium.animated {
    text-decoration-color: #707070; }

.icon-circle-grey-medium {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: 1px solid #707070;
  background-color: #707070;
  color: #FFFFFF; }
  .icon-circle-grey-medium svg * {
    fill: #FFFFFF;
    transition: fill 500ms; }
  .icon-circle-grey-medium svg * {
    fill: #2CB0E7; }

a.icon-circle-grey-medium:hover, a.icon-circle-grey-medium:focus, a.icon-circle-grey-medium:active {
  color: #707070;
  background-color: #FFFFFF;
  background-color: #2CB0E7; }
  a.icon-circle-grey-medium:hover svg *, a.icon-circle-grey-medium:focus svg *, a.icon-circle-grey-medium:active svg * {
    fill: #D3EDEE; }

.svg-grey-medium * {
  fill: #707070; }

.bg-gray-medium {
  background-color: #707070 !important; }

.fill-gray-medium * {
  fill: #707070 !important; }

.text-gray-medium {
  color: #707070 !important; }

.link-gray-medium {
  color: #707070 !important; }
  .link-gray-medium:hover, .link-gray-medium:focus, .link-gray-medium:active {
    color: !important;
    color: #F8AE0F !important; }

.border.border-color-gray-medium,
.border-top.border-color-gray-medium,
.border-left.border-color-gray-medium,
.border-right.border-color-gray-medium,
.border-bottom.border-color-gray-medium {
  border-color: #707070 !important; }

.border-dashed-top.border-color-gray-medium,
.border-dashed-bottom.border-color-gray-medium {
  background-image: linear-gradient(to right, #707070 0%, #707070 62%, transparent 0);
  background-size: 15px 1px;
  background-repeat: repeat-x; }

.border-dashed-left.border-color-gray-medium,
.border-dashed-right.border-color-gray-medium {
  background-image: linear-gradient(to bottom, #707070 0%, #707070 62%, transparent 0);
  background-size: 1px 15px;
  background-repeat: repeat-y; }

.animate-underline-gray-medium {
  text-decoration-color: none;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 6px;
  transition: all 500ms;
  transition-delay: 200ms; }
  .animate-underline-gray-medium.animated {
    text-decoration-color: #707070; }

.icon-circle-gray-medium {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: 1px solid #707070;
  background-color: #707070;
  color: #FFFFFF; }
  .icon-circle-gray-medium svg * {
    fill: #FFFFFF;
    transition: fill 500ms; }
  .icon-circle-gray-medium svg * {
    fill: #2CB0E7; }

a.icon-circle-gray-medium:hover, a.icon-circle-gray-medium:focus, a.icon-circle-gray-medium:active {
  color: #707070;
  background-color: #FFFFFF;
  background-color: #2CB0E7; }
  a.icon-circle-gray-medium:hover svg *, a.icon-circle-gray-medium:focus svg *, a.icon-circle-gray-medium:active svg * {
    fill: #D3EDEE; }

.svg-gray-medium * {
  fill: #707070; }

.bg-grey-shadow {
  background-color: #CCC !important; }

.fill-grey-shadow * {
  fill: #CCC !important; }

.text-grey-shadow {
  color: #CCC !important; }

.link-grey-shadow {
  color: #CCC !important; }
  .link-grey-shadow:hover, .link-grey-shadow:focus, .link-grey-shadow:active {
    color: !important;
    color: #F8AE0F !important; }

.border.border-color-grey-shadow,
.border-top.border-color-grey-shadow,
.border-left.border-color-grey-shadow,
.border-right.border-color-grey-shadow,
.border-bottom.border-color-grey-shadow {
  border-color: #CCC !important; }

.border-dashed-top.border-color-grey-shadow,
.border-dashed-bottom.border-color-grey-shadow {
  background-image: linear-gradient(to right, #CCC 0%, #CCC 62%, transparent 0);
  background-size: 15px 1px;
  background-repeat: repeat-x; }

.border-dashed-left.border-color-grey-shadow,
.border-dashed-right.border-color-grey-shadow {
  background-image: linear-gradient(to bottom, #CCC 0%, #CCC 62%, transparent 0);
  background-size: 1px 15px;
  background-repeat: repeat-y; }

.animate-underline-grey-shadow {
  text-decoration-color: none;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 6px;
  transition: all 500ms;
  transition-delay: 200ms; }
  .animate-underline-grey-shadow.animated {
    text-decoration-color: #CCC; }

.icon-circle-grey-shadow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: 1px solid #CCC;
  background-color: #CCC;
  color: #FFFFFF; }
  .icon-circle-grey-shadow svg * {
    fill: #FFFFFF;
    transition: fill 500ms; }
  .icon-circle-grey-shadow svg * {
    fill: #2CB0E7; }

a.icon-circle-grey-shadow:hover, a.icon-circle-grey-shadow:focus, a.icon-circle-grey-shadow:active {
  color: #CCC;
  background-color: #FFFFFF;
  background-color: #2CB0E7; }
  a.icon-circle-grey-shadow:hover svg *, a.icon-circle-grey-shadow:focus svg *, a.icon-circle-grey-shadow:active svg * {
    fill: #D3EDEE; }

.svg-grey-shadow * {
  fill: #CCC; }

.bg-orange {
  background-color: #F8AE0F !important; }

.fill-orange * {
  fill: #F8AE0F !important; }

.text-orange {
  color: #F8AE0F !important; }

.link-orange {
  color: #F8AE0F !important; }
  .link-orange:hover, .link-orange:focus, .link-orange:active {
    color: #F8AE0F !important;
    color: #F8AE0F !important; }

.border.border-color-orange,
.border-top.border-color-orange,
.border-left.border-color-orange,
.border-right.border-color-orange,
.border-bottom.border-color-orange {
  border-color: #F8AE0F !important; }

.border-dashed-top.border-color-orange,
.border-dashed-bottom.border-color-orange {
  background-image: linear-gradient(to right, #F8AE0F 0%, #F8AE0F 62%, transparent 0);
  background-size: 15px 1px;
  background-repeat: repeat-x; }

.border-dashed-left.border-color-orange,
.border-dashed-right.border-color-orange {
  background-image: linear-gradient(to bottom, #F8AE0F 0%, #F8AE0F 62%, transparent 0);
  background-size: 1px 15px;
  background-repeat: repeat-y; }

.animate-underline-orange {
  text-decoration-color: none;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 6px;
  transition: all 500ms;
  transition-delay: 200ms; }
  .animate-underline-orange.animated {
    text-decoration-color: #F8AE0F; }

.icon-circle-orange {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: 1px solid #F8AE0F;
  background-color: #F8AE0F;
  color: #FFFFFF; }
  .icon-circle-orange svg * {
    fill: #FFFFFF;
    transition: fill 500ms; }
  .icon-circle-orange svg * {
    fill: #2CB0E7; }

a.icon-circle-orange:hover, a.icon-circle-orange:focus, a.icon-circle-orange:active {
  color: #F8AE0F;
  background-color: #FFFFFF;
  background-color: #2CB0E7; }
  a.icon-circle-orange:hover svg *, a.icon-circle-orange:focus svg *, a.icon-circle-orange:active svg * {
    fill: #D3EDEE; }

.svg-orange * {
  fill: #F8AE0F; }

.bg-orange-darker {
  background-color: #CA822E !important; }

.fill-orange-darker * {
  fill: #CA822E !important; }

.text-orange-darker {
  color: #CA822E !important; }

.link-orange-darker {
  color: #CA822E !important; }
  .link-orange-darker:hover, .link-orange-darker:focus, .link-orange-darker:active {
    color: !important;
    color: #F8AE0F !important; }

.border.border-color-orange-darker,
.border-top.border-color-orange-darker,
.border-left.border-color-orange-darker,
.border-right.border-color-orange-darker,
.border-bottom.border-color-orange-darker {
  border-color: #CA822E !important; }

.border-dashed-top.border-color-orange-darker,
.border-dashed-bottom.border-color-orange-darker {
  background-image: linear-gradient(to right, #CA822E 0%, #CA822E 62%, transparent 0);
  background-size: 15px 1px;
  background-repeat: repeat-x; }

.border-dashed-left.border-color-orange-darker,
.border-dashed-right.border-color-orange-darker {
  background-image: linear-gradient(to bottom, #CA822E 0%, #CA822E 62%, transparent 0);
  background-size: 1px 15px;
  background-repeat: repeat-y; }

.animate-underline-orange-darker {
  text-decoration-color: none;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 6px;
  transition: all 500ms;
  transition-delay: 200ms; }
  .animate-underline-orange-darker.animated {
    text-decoration-color: #CA822E; }

.icon-circle-orange-darker {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: 1px solid #CA822E;
  background-color: #CA822E;
  color: #FFFFFF; }
  .icon-circle-orange-darker svg * {
    fill: #FFFFFF;
    transition: fill 500ms; }
  .icon-circle-orange-darker svg * {
    fill: #2CB0E7; }

a.icon-circle-orange-darker:hover, a.icon-circle-orange-darker:focus, a.icon-circle-orange-darker:active {
  color: #CA822E;
  background-color: #FFFFFF;
  background-color: #2CB0E7; }
  a.icon-circle-orange-darker:hover svg *, a.icon-circle-orange-darker:focus svg *, a.icon-circle-orange-darker:active svg * {
    fill: #D3EDEE; }

.svg-orange-darker * {
  fill: #CA822E; }

.bg-orange-darkest {
  background-color: #CA822E !important; }

.fill-orange-darkest * {
  fill: #CA822E !important; }

.text-orange-darkest {
  color: #CA822E !important; }

.link-orange-darkest {
  color: #CA822E !important; }
  .link-orange-darkest:hover, .link-orange-darkest:focus, .link-orange-darkest:active {
    color: !important;
    color: #F8AE0F !important; }

.border.border-color-orange-darkest,
.border-top.border-color-orange-darkest,
.border-left.border-color-orange-darkest,
.border-right.border-color-orange-darkest,
.border-bottom.border-color-orange-darkest {
  border-color: #CA822E !important; }

.border-dashed-top.border-color-orange-darkest,
.border-dashed-bottom.border-color-orange-darkest {
  background-image: linear-gradient(to right, #CA822E 0%, #CA822E 62%, transparent 0);
  background-size: 15px 1px;
  background-repeat: repeat-x; }

.border-dashed-left.border-color-orange-darkest,
.border-dashed-right.border-color-orange-darkest {
  background-image: linear-gradient(to bottom, #CA822E 0%, #CA822E 62%, transparent 0);
  background-size: 1px 15px;
  background-repeat: repeat-y; }

.animate-underline-orange-darkest {
  text-decoration-color: none;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 6px;
  transition: all 500ms;
  transition-delay: 200ms; }
  .animate-underline-orange-darkest.animated {
    text-decoration-color: #CA822E; }

.icon-circle-orange-darkest {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: 1px solid #CA822E;
  background-color: #CA822E;
  color: #FFFFFF; }
  .icon-circle-orange-darkest svg * {
    fill: #FFFFFF;
    transition: fill 500ms; }
  .icon-circle-orange-darkest svg * {
    fill: #2CB0E7; }

a.icon-circle-orange-darkest:hover, a.icon-circle-orange-darkest:focus, a.icon-circle-orange-darkest:active {
  color: #CA822E;
  background-color: #FFFFFF;
  background-color: #2CB0E7; }
  a.icon-circle-orange-darkest:hover svg *, a.icon-circle-orange-darkest:focus svg *, a.icon-circle-orange-darkest:active svg * {
    fill: #D3EDEE; }

.svg-orange-darkest * {
  fill: #CA822E; }

.bg-orange-lighter {
  background-color: #F8AE0F !important; }

.fill-orange-lighter * {
  fill: #F8AE0F !important; }

.text-orange-lighter {
  color: #F8AE0F !important; }

.link-orange-lighter {
  color: #F8AE0F !important; }
  .link-orange-lighter:hover, .link-orange-lighter:focus, .link-orange-lighter:active {
    color: !important;
    color: #F8AE0F !important; }

.border.border-color-orange-lighter,
.border-top.border-color-orange-lighter,
.border-left.border-color-orange-lighter,
.border-right.border-color-orange-lighter,
.border-bottom.border-color-orange-lighter {
  border-color: #F8AE0F !important; }

.border-dashed-top.border-color-orange-lighter,
.border-dashed-bottom.border-color-orange-lighter {
  background-image: linear-gradient(to right, #F8AE0F 0%, #F8AE0F 62%, transparent 0);
  background-size: 15px 1px;
  background-repeat: repeat-x; }

.border-dashed-left.border-color-orange-lighter,
.border-dashed-right.border-color-orange-lighter {
  background-image: linear-gradient(to bottom, #F8AE0F 0%, #F8AE0F 62%, transparent 0);
  background-size: 1px 15px;
  background-repeat: repeat-y; }

.animate-underline-orange-lighter {
  text-decoration-color: none;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 6px;
  transition: all 500ms;
  transition-delay: 200ms; }
  .animate-underline-orange-lighter.animated {
    text-decoration-color: #F8AE0F; }

.icon-circle-orange-lighter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: 1px solid #F8AE0F;
  background-color: #F8AE0F;
  color: #FFFFFF; }
  .icon-circle-orange-lighter svg * {
    fill: #FFFFFF;
    transition: fill 500ms; }
  .icon-circle-orange-lighter svg * {
    fill: #2CB0E7; }

a.icon-circle-orange-lighter:hover, a.icon-circle-orange-lighter:focus, a.icon-circle-orange-lighter:active {
  color: #F8AE0F;
  background-color: #FFFFFF;
  background-color: #2CB0E7; }
  a.icon-circle-orange-lighter:hover svg *, a.icon-circle-orange-lighter:focus svg *, a.icon-circle-orange-lighter:active svg * {
    fill: #D3EDEE; }

.svg-orange-lighter * {
  fill: #F8AE0F; }

.bg-orange-lightest {
  background-color: #F8AE0F !important; }

.fill-orange-lightest * {
  fill: #F8AE0F !important; }

.text-orange-lightest {
  color: #F8AE0F !important; }

.link-orange-lightest {
  color: #F8AE0F !important; }
  .link-orange-lightest:hover, .link-orange-lightest:focus, .link-orange-lightest:active {
    color: !important;
    color: #F8AE0F !important; }

.border.border-color-orange-lightest,
.border-top.border-color-orange-lightest,
.border-left.border-color-orange-lightest,
.border-right.border-color-orange-lightest,
.border-bottom.border-color-orange-lightest {
  border-color: #F8AE0F !important; }

.border-dashed-top.border-color-orange-lightest,
.border-dashed-bottom.border-color-orange-lightest {
  background-image: linear-gradient(to right, #F8AE0F 0%, #F8AE0F 62%, transparent 0);
  background-size: 15px 1px;
  background-repeat: repeat-x; }

.border-dashed-left.border-color-orange-lightest,
.border-dashed-right.border-color-orange-lightest {
  background-image: linear-gradient(to bottom, #F8AE0F 0%, #F8AE0F 62%, transparent 0);
  background-size: 1px 15px;
  background-repeat: repeat-y; }

.animate-underline-orange-lightest {
  text-decoration-color: none;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 6px;
  transition: all 500ms;
  transition-delay: 200ms; }
  .animate-underline-orange-lightest.animated {
    text-decoration-color: #F8AE0F; }

.icon-circle-orange-lightest {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: 1px solid #F8AE0F;
  background-color: #F8AE0F;
  color: #FFFFFF; }
  .icon-circle-orange-lightest svg * {
    fill: #FFFFFF;
    transition: fill 500ms; }
  .icon-circle-orange-lightest svg * {
    fill: #2CB0E7; }

a.icon-circle-orange-lightest:hover, a.icon-circle-orange-lightest:focus, a.icon-circle-orange-lightest:active {
  color: #F8AE0F;
  background-color: #FFFFFF;
  background-color: #2CB0E7; }
  a.icon-circle-orange-lightest:hover svg *, a.icon-circle-orange-lightest:focus svg *, a.icon-circle-orange-lightest:active svg * {
    fill: #D3EDEE; }

.svg-orange-lightest * {
  fill: #F8AE0F; }

.bg-red {
  background-color: #EB2D1F !important; }

.fill-red * {
  fill: #EB2D1F !important; }

.text-red {
  color: #EB2D1F !important; }

.link-red {
  color: #EB2D1F !important; }
  .link-red:hover, .link-red:focus, .link-red:active {
    color: !important;
    color: #F8AE0F !important; }

.border.border-color-red,
.border-top.border-color-red,
.border-left.border-color-red,
.border-right.border-color-red,
.border-bottom.border-color-red {
  border-color: #EB2D1F !important; }

.border-dashed-top.border-color-red,
.border-dashed-bottom.border-color-red {
  background-image: linear-gradient(to right, #EB2D1F 0%, #EB2D1F 62%, transparent 0);
  background-size: 15px 1px;
  background-repeat: repeat-x; }

.border-dashed-left.border-color-red,
.border-dashed-right.border-color-red {
  background-image: linear-gradient(to bottom, #EB2D1F 0%, #EB2D1F 62%, transparent 0);
  background-size: 1px 15px;
  background-repeat: repeat-y; }

.animate-underline-red {
  text-decoration-color: none;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 6px;
  transition: all 500ms;
  transition-delay: 200ms; }
  .animate-underline-red.animated {
    text-decoration-color: #EB2D1F; }

.icon-circle-red {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: 1px solid #EB2D1F;
  background-color: #EB2D1F;
  color: #FFFFFF; }
  .icon-circle-red svg * {
    fill: #FFFFFF;
    transition: fill 500ms; }
  .icon-circle-red svg * {
    fill: #2CB0E7; }

a.icon-circle-red:hover, a.icon-circle-red:focus, a.icon-circle-red:active {
  color: #EB2D1F;
  background-color: #FFFFFF;
  background-color: #2CB0E7; }
  a.icon-circle-red:hover svg *, a.icon-circle-red:focus svg *, a.icon-circle-red:active svg * {
    fill: #D3EDEE; }

.svg-red * {
  fill: #EB2D1F; }

.bg-yellow {
  background-color: #FBF099 !important; }

.fill-yellow * {
  fill: #FBF099 !important; }

.text-yellow {
  color: #FBF099 !important; }

.link-yellow {
  color: #FBF099 !important; }
  .link-yellow:hover, .link-yellow:focus, .link-yellow:active {
    color: #FBF099 !important;
    color: #F8AE0F !important; }

.border.border-color-yellow,
.border-top.border-color-yellow,
.border-left.border-color-yellow,
.border-right.border-color-yellow,
.border-bottom.border-color-yellow {
  border-color: #FBF099 !important; }

.border-dashed-top.border-color-yellow,
.border-dashed-bottom.border-color-yellow {
  background-image: linear-gradient(to right, #FBF099 0%, #FBF099 62%, transparent 0);
  background-size: 15px 1px;
  background-repeat: repeat-x; }

.border-dashed-left.border-color-yellow,
.border-dashed-right.border-color-yellow {
  background-image: linear-gradient(to bottom, #FBF099 0%, #FBF099 62%, transparent 0);
  background-size: 1px 15px;
  background-repeat: repeat-y; }

.animate-underline-yellow {
  text-decoration-color: none;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 6px;
  transition: all 500ms;
  transition-delay: 200ms; }
  .animate-underline-yellow.animated {
    text-decoration-color: #FBF099; }

.icon-circle-yellow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: 1px solid #FBF099;
  background-color: #FBF099;
  color: #FFFFFF; }
  .icon-circle-yellow svg * {
    fill: #FFFFFF;
    transition: fill 500ms; }
  .icon-circle-yellow svg * {
    fill: #2CB0E7; }

a.icon-circle-yellow:hover, a.icon-circle-yellow:focus, a.icon-circle-yellow:active {
  color: #FBF099;
  background-color: #FFFFFF;
  background-color: #2CB0E7; }
  a.icon-circle-yellow:hover svg *, a.icon-circle-yellow:focus svg *, a.icon-circle-yellow:active svg * {
    fill: #D3EDEE; }

.svg-yellow * {
  fill: #FBF099; }

.bg-yellow-darker {
  background-color: #FBF099 !important; }

.fill-yellow-darker * {
  fill: #FBF099 !important; }

.text-yellow-darker {
  color: #FBF099 !important; }

.link-yellow-darker {
  color: #FBF099 !important; }
  .link-yellow-darker:hover, .link-yellow-darker:focus, .link-yellow-darker:active {
    color: !important;
    color: #F8AE0F !important; }

.border.border-color-yellow-darker,
.border-top.border-color-yellow-darker,
.border-left.border-color-yellow-darker,
.border-right.border-color-yellow-darker,
.border-bottom.border-color-yellow-darker {
  border-color: #FBF099 !important; }

.border-dashed-top.border-color-yellow-darker,
.border-dashed-bottom.border-color-yellow-darker {
  background-image: linear-gradient(to right, #FBF099 0%, #FBF099 62%, transparent 0);
  background-size: 15px 1px;
  background-repeat: repeat-x; }

.border-dashed-left.border-color-yellow-darker,
.border-dashed-right.border-color-yellow-darker {
  background-image: linear-gradient(to bottom, #FBF099 0%, #FBF099 62%, transparent 0);
  background-size: 1px 15px;
  background-repeat: repeat-y; }

.animate-underline-yellow-darker {
  text-decoration-color: none;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 6px;
  transition: all 500ms;
  transition-delay: 200ms; }
  .animate-underline-yellow-darker.animated {
    text-decoration-color: #FBF099; }

.icon-circle-yellow-darker {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: 1px solid #FBF099;
  background-color: #FBF099;
  color: #FFFFFF; }
  .icon-circle-yellow-darker svg * {
    fill: #FFFFFF;
    transition: fill 500ms; }
  .icon-circle-yellow-darker svg * {
    fill: #2CB0E7; }

a.icon-circle-yellow-darker:hover, a.icon-circle-yellow-darker:focus, a.icon-circle-yellow-darker:active {
  color: #FBF099;
  background-color: #FFFFFF;
  background-color: #2CB0E7; }
  a.icon-circle-yellow-darker:hover svg *, a.icon-circle-yellow-darker:focus svg *, a.icon-circle-yellow-darker:active svg * {
    fill: #D3EDEE; }

.svg-yellow-darker * {
  fill: #FBF099; }

.bg-yellow-darkest {
  background-color: #FBF099 !important; }

.fill-yellow-darkest * {
  fill: #FBF099 !important; }

.text-yellow-darkest {
  color: #FBF099 !important; }

.link-yellow-darkest {
  color: #FBF099 !important; }
  .link-yellow-darkest:hover, .link-yellow-darkest:focus, .link-yellow-darkest:active {
    color: !important;
    color: #F8AE0F !important; }

.border.border-color-yellow-darkest,
.border-top.border-color-yellow-darkest,
.border-left.border-color-yellow-darkest,
.border-right.border-color-yellow-darkest,
.border-bottom.border-color-yellow-darkest {
  border-color: #FBF099 !important; }

.border-dashed-top.border-color-yellow-darkest,
.border-dashed-bottom.border-color-yellow-darkest {
  background-image: linear-gradient(to right, #FBF099 0%, #FBF099 62%, transparent 0);
  background-size: 15px 1px;
  background-repeat: repeat-x; }

.border-dashed-left.border-color-yellow-darkest,
.border-dashed-right.border-color-yellow-darkest {
  background-image: linear-gradient(to bottom, #FBF099 0%, #FBF099 62%, transparent 0);
  background-size: 1px 15px;
  background-repeat: repeat-y; }

.animate-underline-yellow-darkest {
  text-decoration-color: none;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 6px;
  transition: all 500ms;
  transition-delay: 200ms; }
  .animate-underline-yellow-darkest.animated {
    text-decoration-color: #FBF099; }

.icon-circle-yellow-darkest {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: 1px solid #FBF099;
  background-color: #FBF099;
  color: #FFFFFF; }
  .icon-circle-yellow-darkest svg * {
    fill: #FFFFFF;
    transition: fill 500ms; }
  .icon-circle-yellow-darkest svg * {
    fill: #2CB0E7; }

a.icon-circle-yellow-darkest:hover, a.icon-circle-yellow-darkest:focus, a.icon-circle-yellow-darkest:active {
  color: #FBF099;
  background-color: #FFFFFF;
  background-color: #2CB0E7; }
  a.icon-circle-yellow-darkest:hover svg *, a.icon-circle-yellow-darkest:focus svg *, a.icon-circle-yellow-darkest:active svg * {
    fill: #D3EDEE; }

.svg-yellow-darkest * {
  fill: #FBF099; }

.bg-yellow-lighter {
  background-color: #FBF099 !important; }

.fill-yellow-lighter * {
  fill: #FBF099 !important; }

.text-yellow-lighter {
  color: #FBF099 !important; }

.link-yellow-lighter {
  color: #FBF099 !important; }
  .link-yellow-lighter:hover, .link-yellow-lighter:focus, .link-yellow-lighter:active {
    color: !important;
    color: #F8AE0F !important; }

.border.border-color-yellow-lighter,
.border-top.border-color-yellow-lighter,
.border-left.border-color-yellow-lighter,
.border-right.border-color-yellow-lighter,
.border-bottom.border-color-yellow-lighter {
  border-color: #FBF099 !important; }

.border-dashed-top.border-color-yellow-lighter,
.border-dashed-bottom.border-color-yellow-lighter {
  background-image: linear-gradient(to right, #FBF099 0%, #FBF099 62%, transparent 0);
  background-size: 15px 1px;
  background-repeat: repeat-x; }

.border-dashed-left.border-color-yellow-lighter,
.border-dashed-right.border-color-yellow-lighter {
  background-image: linear-gradient(to bottom, #FBF099 0%, #FBF099 62%, transparent 0);
  background-size: 1px 15px;
  background-repeat: repeat-y; }

.animate-underline-yellow-lighter {
  text-decoration-color: none;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 6px;
  transition: all 500ms;
  transition-delay: 200ms; }
  .animate-underline-yellow-lighter.animated {
    text-decoration-color: #FBF099; }

.icon-circle-yellow-lighter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: 1px solid #FBF099;
  background-color: #FBF099;
  color: #FFFFFF; }
  .icon-circle-yellow-lighter svg * {
    fill: #FFFFFF;
    transition: fill 500ms; }
  .icon-circle-yellow-lighter svg * {
    fill: #2CB0E7; }

a.icon-circle-yellow-lighter:hover, a.icon-circle-yellow-lighter:focus, a.icon-circle-yellow-lighter:active {
  color: #FBF099;
  background-color: #FFFFFF;
  background-color: #2CB0E7; }
  a.icon-circle-yellow-lighter:hover svg *, a.icon-circle-yellow-lighter:focus svg *, a.icon-circle-yellow-lighter:active svg * {
    fill: #D3EDEE; }

.svg-yellow-lighter * {
  fill: #FBF099; }

.bg-yellow-lightest {
  background-color: #FBF099 !important; }

.fill-yellow-lightest * {
  fill: #FBF099 !important; }

.text-yellow-lightest {
  color: #FBF099 !important; }

.link-yellow-lightest {
  color: #FBF099 !important; }
  .link-yellow-lightest:hover, .link-yellow-lightest:focus, .link-yellow-lightest:active {
    color: !important;
    color: #F8AE0F !important; }

.border.border-color-yellow-lightest,
.border-top.border-color-yellow-lightest,
.border-left.border-color-yellow-lightest,
.border-right.border-color-yellow-lightest,
.border-bottom.border-color-yellow-lightest {
  border-color: #FBF099 !important; }

.border-dashed-top.border-color-yellow-lightest,
.border-dashed-bottom.border-color-yellow-lightest {
  background-image: linear-gradient(to right, #FBF099 0%, #FBF099 62%, transparent 0);
  background-size: 15px 1px;
  background-repeat: repeat-x; }

.border-dashed-left.border-color-yellow-lightest,
.border-dashed-right.border-color-yellow-lightest {
  background-image: linear-gradient(to bottom, #FBF099 0%, #FBF099 62%, transparent 0);
  background-size: 1px 15px;
  background-repeat: repeat-y; }

.animate-underline-yellow-lightest {
  text-decoration-color: none;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 6px;
  transition: all 500ms;
  transition-delay: 200ms; }
  .animate-underline-yellow-lightest.animated {
    text-decoration-color: #FBF099; }

.icon-circle-yellow-lightest {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: 1px solid #FBF099;
  background-color: #FBF099;
  color: #FFFFFF; }
  .icon-circle-yellow-lightest svg * {
    fill: #FFFFFF;
    transition: fill 500ms; }
  .icon-circle-yellow-lightest svg * {
    fill: #2CB0E7; }

a.icon-circle-yellow-lightest:hover, a.icon-circle-yellow-lightest:focus, a.icon-circle-yellow-lightest:active {
  color: #FBF099;
  background-color: #FFFFFF;
  background-color: #2CB0E7; }
  a.icon-circle-yellow-lightest:hover svg *, a.icon-circle-yellow-lightest:focus svg *, a.icon-circle-yellow-lightest:active svg * {
    fill: #D3EDEE; }

.svg-yellow-lightest * {
  fill: #FBF099; }

.bg-white {
  background-color: #FFFFFF !important; }

.fill-white * {
  fill: #FFFFFF !important; }

.text-white {
  color: #FFFFFF !important; }

.link-white {
  color: #FFFFFF !important; }
  .link-white:hover, .link-white:focus, .link-white:active {
    color: !important;
    color: #F8AE0F !important; }

.border.border-color-white,
.border-top.border-color-white,
.border-left.border-color-white,
.border-right.border-color-white,
.border-bottom.border-color-white {
  border-color: #FFFFFF !important; }

.border-dashed-top.border-color-white,
.border-dashed-bottom.border-color-white {
  background-image: linear-gradient(to right, #FFFFFF 0%, #FFFFFF 62%, transparent 0);
  background-size: 15px 1px;
  background-repeat: repeat-x; }

.border-dashed-left.border-color-white,
.border-dashed-right.border-color-white {
  background-image: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 62%, transparent 0);
  background-size: 1px 15px;
  background-repeat: repeat-y; }

.animate-underline-white {
  text-decoration-color: none;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 6px;
  transition: all 500ms;
  transition-delay: 200ms; }
  .animate-underline-white.animated {
    text-decoration-color: #FFFFFF; }

.icon-circle-white {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  color: #FFFFFF; }
  .icon-circle-white svg * {
    fill: #FFFFFF;
    transition: fill 500ms; }
  .icon-circle-white svg * {
    fill: #2CB0E7; }

a.icon-circle-white:hover, a.icon-circle-white:focus, a.icon-circle-white:active {
  color: #FFFFFF;
  background-color: #FFFFFF;
  background-color: #2CB0E7; }
  a.icon-circle-white:hover svg *, a.icon-circle-white:focus svg *, a.icon-circle-white:active svg * {
    fill: #D3EDEE; }

.svg-white * {
  fill: #FFFFFF; }

.border-dashed-top {
  background-position: 0 top; }

.border-dashed-bottom {
  background-position: 0 bottom; }

.border-thick {
  border-width: 2px !important; }

/* Special cases for white */
.link-white:hover, .link-white:focus, .link-white:active {
  color: #F8AE0F !important; }

html,
body {
  scroll-behavior: smooth; }

/* 50px */
/* 40px */
/* 30px */
/* 25px */
/* 20px */
/* 18px */
/* 36px */
/* 20px */
/* 16px */
/* 14px */
/* 12px */
@media screen and (min-width: 1920px) {
  .container {
    max-width: 1440px !important; } }

:root {
  --header-height: 90px;
  --reduced-header-height: 0;
  --navbar-height: 75px;
  --takeover-top: 195px;
  --reduced-takeover-top: 75px;
  --icons-height: 80px;
  --paragraph-margin-bottom: 4rem; }
  @media (min-width: 992px) {
    :root {
      --header-height: 125px;
      --takeover-top: 200px;
      --reduced-takeover-top: 75px; } }
  @media (min-width: 1600px) {
    :root {
      --header-height: 152px;
      --navbar-height: 125px;
      --takeover-top: 277px;
      --reduced-takeover-top: 125px;
      --paragraph-margin-bottom: 6rem; } }

:root {
  --container-width: $container-width;
  --container-margin: calc((100vw - 340px) / 2); }
  @media (min-width: 576px) {
    :root {
      --container-width: $value;
      --container-margin: calc((100vw - 340px) / 2); } }
  @media (min-width: 768px) {
    :root {
      --container-width: $value;
      --container-margin: calc((100vw - 600px) / 2); } }
  @media (min-width: 992px) {
    :root {
      --container-width: $value;
      --container-margin: calc((100vw - 880px) / 2); } }
  @media (min-width: 1200px) {
    :root {
      --container-width: $value;
      --container-margin: calc((100vw - 1100px) / 2); } }
  @media (min-width: 1600px) {
    :root {
      --container-width: $value;
      --container-margin: calc((100vw - 1300px) / 2); } }
  @media (min-width: 1800px) {
    :root {
      --container-width: $value;
      --container-margin: calc((100vw - 1640px) / 2); } }

.box-shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.skip-link {
  z-index: 9999;
  /* make sure it's always on top */
  color: #30ADE1 !important;
  border-radius: 0;
  border: 0 none !important;
  transition: all 500ms; }
  .skip-link:focus-visible:not(.form-control) {
    box-shadow: 1px 3px 5px -1px rgba(102, 102, 102, 0.3) !important; }

*:focus {
  outline: 0 !important; }

*:focus-visible:not(.form-control) {
  outline: 0 !important;
  box-shadow: 0px 0px 0px 1px !important; }

.navbar-logo-text a:focus-visible {
  box-shadow: none !important; }

.accordion-icons {
  position: relative; }
  .accordion-icons svg {
    position: absolute;
    top: -8px;
    right: 0;
    opacity: 0;
    transition: all 500ms; }
    .accordion-icons svg.active {
      opacity: 1; }

#weaver-alerts {
  background-color: #FFFFFF; }
  #weaver-alerts .weaver-alert {
    position: relative;
    width: 100vw;
    border-bottom: 1px solid #0E2B41; }
    #weaver-alerts .weaver-alert * {
      margin-bottom: 0 !important; }
  #weaver-alerts a {
    color: #EB2D1F !important;
    text-decoration: underline !important; }
  #weaver-alerts .weaver-alert-hide {
    position: absolute;
    right: 2rem;
    top: 1rem; }
    #weaver-alerts .weaver-alert-hide svg * {
      fill: #EB2D1F !important; }

.animate-slide-down {
  animation-delay: 0s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform: translateX(-2rem);
  opacity: 0; }
  .animate-slide-down.animated {
    animation-name: slide-down; }

@keyframes slide-down {
  0% {
    transform: translateY(-2rem);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
.animate-slide-in {
  animation-delay: 0s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform: translateX(-2rem);
  opacity: 0; }
  .animate-slide-in.animated {
    animation-name: slide-in; }

@keyframes slide-in {
  0% {
    transform: translateX(-2rem);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
.btn svg,
.hero-carousel-nav .hero-next svg,
.newsletter-subscribe-link a svg {
  transition: all 500ms; }
.btn:hover svg:not(.fa-arrow-right):not(.fa-arrow-right-long):not(.fa-long-arrow-right), .btn:focus svg:not(.fa-arrow-right):not(.fa-arrow-right-long):not(.fa-long-arrow-right), .btn:active svg:not(.fa-arrow-right):not(.fa-arrow-right-long):not(.fa-long-arrow-right),
.hero-carousel-nav .hero-next:hover svg:not(.fa-arrow-right):not(.fa-arrow-right-long):not(.fa-long-arrow-right),
.hero-carousel-nav .hero-next:focus svg:not(.fa-arrow-right):not(.fa-arrow-right-long):not(.fa-long-arrow-right),
.hero-carousel-nav .hero-next:active svg:not(.fa-arrow-right):not(.fa-arrow-right-long):not(.fa-long-arrow-right),
.newsletter-subscribe-link a:hover svg:not(.fa-arrow-right):not(.fa-arrow-right-long):not(.fa-long-arrow-right),
.newsletter-subscribe-link a:focus svg:not(.fa-arrow-right):not(.fa-arrow-right-long):not(.fa-long-arrow-right),
.newsletter-subscribe-link a:active svg:not(.fa-arrow-right):not(.fa-arrow-right-long):not(.fa-long-arrow-right) {
  transform: scale(1.25); }
.btn:hover svg.fa-arrow-right, .btn:hover svg.fa-arrow-right-long, .btn:hover svg.fa-long-arrow-right, .btn:focus svg.fa-arrow-right, .btn:focus svg.fa-arrow-right-long, .btn:focus svg.fa-long-arrow-right, .btn:active svg.fa-arrow-right, .btn:active svg.fa-arrow-right-long, .btn:active svg.fa-long-arrow-right,
.hero-carousel-nav .hero-next:hover svg.fa-arrow-right,
.hero-carousel-nav .hero-next:hover svg.fa-arrow-right-long,
.hero-carousel-nav .hero-next:hover svg.fa-long-arrow-right,
.hero-carousel-nav .hero-next:focus svg.fa-arrow-right,
.hero-carousel-nav .hero-next:focus svg.fa-arrow-right-long,
.hero-carousel-nav .hero-next:focus svg.fa-long-arrow-right,
.hero-carousel-nav .hero-next:active svg.fa-arrow-right,
.hero-carousel-nav .hero-next:active svg.fa-arrow-right-long,
.hero-carousel-nav .hero-next:active svg.fa-long-arrow-right,
.newsletter-subscribe-link a:hover svg.fa-arrow-right,
.newsletter-subscribe-link a:hover svg.fa-arrow-right-long,
.newsletter-subscribe-link a:hover svg.fa-long-arrow-right,
.newsletter-subscribe-link a:focus svg.fa-arrow-right,
.newsletter-subscribe-link a:focus svg.fa-arrow-right-long,
.newsletter-subscribe-link a:focus svg.fa-long-arrow-right,
.newsletter-subscribe-link a:active svg.fa-arrow-right,
.newsletter-subscribe-link a:active svg.fa-arrow-right-long,
.newsletter-subscribe-link a:active svg.fa-long-arrow-right {
  transform: translateX(5px); }

.hero-carousel-nav .hero-back svg {
  transition: all 500ms; }
.hero-carousel-nav .hero-back:hover svg:not(.fa-arrow-left):not(.fa-arrow-left-long):not(.fa-long-arrow-left), .hero-carousel-nav .hero-back:focus svg:not(.fa-arrow-left):not(.fa-arrow-left-long):not(.fa-long-arrow-left), .hero-carousel-nav .hero-back:active svg:not(.fa-arrow-left):not(.fa-arrow-left-long):not(.fa-long-arrow-left) {
  transform: scale(1.25); }
.hero-carousel-nav .hero-back:hover svg.fa-arrow-left, .hero-carousel-nav .hero-back:hover svg.fa-arrow-left-long, .hero-carousel-nav .hero-back:hover svg.fa-long-arrow-left, .hero-carousel-nav .hero-back:focus svg.fa-arrow-left, .hero-carousel-nav .hero-back:focus svg.fa-arrow-left-long, .hero-carousel-nav .hero-back:focus svg.fa-long-arrow-left, .hero-carousel-nav .hero-back:active svg.fa-arrow-left, .hero-carousel-nav .hero-back:active svg.fa-arrow-left-long, .hero-carousel-nav .hero-back:active svg.fa-long-arrow-left {
  transform: translateX(-5px); }

.node--type-weaver-news .breadcrumbs-wrapper {
  background-image: none !important; }

.breadcrumb {
  display: flex;
  padding: 0.5rem 0;
  background-color: transparent; }
  @media (min-width: 768px) {
    .breadcrumb {
      display: flex; } }
  .breadcrumb .breadcrumb-item {
    display: inline;
    font-weight: 400;
    font-size: 0.875rem; }
    @media (min-width: 768px) {
      .breadcrumb .breadcrumb-item {
        display: flex; } }
    @media (min-width: 992px) {
      .breadcrumb .breadcrumb-item {
        font-size: 1rem; } }
    .breadcrumb .breadcrumb-item.active {
      font-weight: 600; }

.btn {
  width: 100%;
  text-decoration: none !important;
  transition: all 500ms;
  /* targets auto-generated PDF links from CKEditor filter -- see _media.scss also */ }
  @media (min-width: 768px) {
    .btn {
      width: auto; } }
  .btn + .btn {
    margin-top: 2rem; }
    @media (min-width: 768px) {
      .btn + .btn {
        margin-top: 0;
        margin-left: 2rem; } }
  .btn.btn-blue {
    background-color: #30ADE1 !important;
    border: 1.5px solid #30ADE1 !important;
    color: #FFFFFF !important; }
    .btn.btn-blue:hover, .btn.btn-blue:focus, .btn.btn-blue:active {
      background-color: transparent !important;
      border: 1.5px solid #30ADE1 !important;
      color: #30ADE1 !important; }
  .btn.btn-sm-blue {
    padding: 0.5rem 1rem;
    background-color: #30ADE1 !important;
    border: 1.5px solid #30ADE1 !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-blue:hover, .btn.btn-sm-blue:focus, .btn.btn-sm-blue:active {
      background-color: transparent !important;
      border: 1.5px solid #30ADE1 !important;
      color: #30ADE1 !important; }
  .btn.btn-bottom-border-blue {
    padding: 0.5rem 1rem;
    background: #FFFFFF !important;
    border: 1px solid #30ADE1;
    border-bottom: 10px solid #30ADE1;
    font-weight: 400; }
    .btn.btn-bottom-border-blue:hover, .btn.btn-bottom-border-blue:focus, .btn.btn-bottom-border-blue:active {
      color: #FFFFFF !important;
      background-color: #30ADE1 !important; }
    @media (min-width: 1600px) {
      .btn.btn-bottom-border-blue {
        padding: 1rem 2rem; } }
    @media (min-width: 1800px) {
      .btn.btn-bottom-border-blue {
        font-size: 1.25rem; } }
  .btn.btn-icon-blue {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 !important;
    color: #0E2B41 !important;
    background-color: #E7E7E0;
    border: 0 none !important; }
    .bg-grey .btn.btn-icon-blue, .bg-grey-lighter .btn.btn-icon-blue, .bg-grey-lightest .btn.btn-icon-blue {
      background-color: #FFFFFF; }
    .paragraph--type--bcfed-icon-button-group .btn.btn-icon-blue {
      background-color: #D3EDEE; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-blue .button-text {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-blue .button-icon svg * {
        fill: #D3EDEE; }
    .longer-version .btn.btn-icon-blue {
      align-items: stretch;
      text-align: left; }
      .longer-version .btn.btn-icon-blue .button-icon {
        height: unset; }
      .longer-version .btn.btn-icon-blue .button-text {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1rem; }
        @media (min-width: 1800px) {
          .longer-version .btn.btn-icon-blue .button-text {
            padding: 1rem 2rem; } }
        .longer-version .btn.btn-icon-blue .button-text .button-title {
          text-decoration: none !important;
          transition: all 500ms; }
      .longer-version .btn.btn-icon-blue .button-arrow {
        transition: all 500ms !important; }
      .longer-version .btn.btn-icon-blue:hover .button-title, .longer-version .btn.btn-icon-blue:focus .button-title, .longer-version .btn.btn-icon-blue:active .button-title {
        color: #30ADE1 !important; }
      .longer-version .btn.btn-icon-blue:hover .button-arrow, .longer-version .btn.btn-icon-blue:focus .button-arrow, .longer-version .btn.btn-icon-blue:active .button-arrow {
        transform: translateX(0.5rem); }
    .btn.btn-icon-blue .button-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 0 0 100px;
      width: 100px;
      height: 100px;
      background-color: #30ADE1 !important; }
      .btn.btn-icon-blue .button-icon svg * {
        fill: #0E2B41; }
    .btn.btn-icon-blue .button-text {
      width: 100%;
      padding: 0.5rem 2rem;
      font-weight: 700;
      line-height: 1.5rem; }
      @media (min-width: 1800px) {
        .btn.btn-icon-blue .button-text {
          padding: 0.5rem 3rem;
          font-size: 1.25rem; } }
    .btn.btn-icon-blue .button-longer {
      width: calc(100% - 2rem);
      flex: 0 0 calc(100% - 2rem);
      font-weight: 400; }
  .btn.btn-outline-blue {
    color: #30ADE1 !important;
    background-color: transparent !important;
    border-size: 1.5px !important;
    border-style: solid !important;
    border-color: #30ADE1 !important; }
    .btn.btn-outline-blue:hover, .btn.btn-outline-blue:focus, .btn.btn-outline-blue:active {
      border-color: #30ADE1 !important;
      color: #FFFFFF !important;
      background-color: #30ADE1 !important; }
  .btn.btn-sm-outline-blue {
    padding: 0.5rem 1rem;
    background-color: transparent !important;
    border: 1.5px solid #30ADE1 !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-outline-blue:hover, .btn.btn-sm-outline-blue:focus, .btn.btn-sm-outline-blue:active {
      background-color: transparent !important;
      border: 1.5px solid #30ADE1 !important;
      color: #30ADE1 !important; }
  .btn.btn-rounded-blue {
    padding: 0.5rem 2rem !important;
    color: #FFFFFF !important;
    background-color: #30ADE1 !important;
    border: 1.5px solid #30ADE1 !important;
    border-radius: 35px;
    font-weight: 500 !important;
    color: #FFFFFF !important; }
    .btn.btn-rounded-blue:hover, .btn.btn-rounded-blue:focus, .btn.btn-rounded-blue:active {
      background-color: transparent !important;
      border: 1.5px solid #30ADE1 !important;
      color: #30ADE1 !important; }
  .btn.btn-indigo {
    background-color: #6610f2 !important;
    border: 1.5px solid #6610f2 !important;
    color: #FFFFFF !important; }
    .btn.btn-indigo:hover, .btn.btn-indigo:focus, .btn.btn-indigo:active {
      background-color: transparent !important;
      border: 1.5px solid #6610f2 !important;
      color: #6610f2 !important; }
  .btn.btn-sm-indigo {
    padding: 0.5rem 1rem;
    background-color: #6610f2 !important;
    border: 1.5px solid #6610f2 !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-indigo:hover, .btn.btn-sm-indigo:focus, .btn.btn-sm-indigo:active {
      background-color: transparent !important;
      border: 1.5px solid #6610f2 !important;
      color: #6610f2 !important; }
  .btn.btn-bottom-border-indigo {
    padding: 0.5rem 1rem;
    background: #FFFFFF !important;
    border: 1px solid #6610f2;
    border-bottom: 10px solid #6610f2;
    font-weight: 400; }
    .btn.btn-bottom-border-indigo:hover, .btn.btn-bottom-border-indigo:focus, .btn.btn-bottom-border-indigo:active {
      color: #FFFFFF !important;
      background-color: #6610f2 !important; }
    @media (min-width: 1600px) {
      .btn.btn-bottom-border-indigo {
        padding: 1rem 2rem; } }
    @media (min-width: 1800px) {
      .btn.btn-bottom-border-indigo {
        font-size: 1.25rem; } }
  .btn.btn-icon-indigo {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 !important;
    color: #0E2B41 !important;
    background-color: #E7E7E0;
    border: 0 none !important; }
    .bg-grey .btn.btn-icon-indigo, .bg-grey-lighter .btn.btn-icon-indigo, .bg-grey-lightest .btn.btn-icon-indigo {
      background-color: #FFFFFF; }
    .paragraph--type--bcfed-icon-button-group .btn.btn-icon-indigo {
      background-color: #D3EDEE; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-indigo .button-text {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-indigo .button-icon svg * {
        fill: #D3EDEE; }
    .longer-version .btn.btn-icon-indigo {
      align-items: stretch;
      text-align: left; }
      .longer-version .btn.btn-icon-indigo .button-icon {
        height: unset; }
      .longer-version .btn.btn-icon-indigo .button-text {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1rem; }
        @media (min-width: 1800px) {
          .longer-version .btn.btn-icon-indigo .button-text {
            padding: 1rem 2rem; } }
        .longer-version .btn.btn-icon-indigo .button-text .button-title {
          text-decoration: none !important;
          transition: all 500ms; }
      .longer-version .btn.btn-icon-indigo .button-arrow {
        transition: all 500ms !important; }
      .longer-version .btn.btn-icon-indigo:hover .button-title, .longer-version .btn.btn-icon-indigo:focus .button-title, .longer-version .btn.btn-icon-indigo:active .button-title {
        color: #6610f2 !important; }
      .longer-version .btn.btn-icon-indigo:hover .button-arrow, .longer-version .btn.btn-icon-indigo:focus .button-arrow, .longer-version .btn.btn-icon-indigo:active .button-arrow {
        transform: translateX(0.5rem); }
    .btn.btn-icon-indigo .button-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 0 0 100px;
      width: 100px;
      height: 100px;
      background-color: #6610f2 !important; }
      .btn.btn-icon-indigo .button-icon svg * {
        fill: #0E2B41; }
    .btn.btn-icon-indigo .button-text {
      width: 100%;
      padding: 0.5rem 2rem;
      font-weight: 700;
      line-height: 1.5rem; }
      @media (min-width: 1800px) {
        .btn.btn-icon-indigo .button-text {
          padding: 0.5rem 3rem;
          font-size: 1.25rem; } }
    .btn.btn-icon-indigo .button-longer {
      width: calc(100% - 2rem);
      flex: 0 0 calc(100% - 2rem);
      font-weight: 400; }
  .btn.btn-outline-indigo {
    color: #6610f2 !important;
    background-color: transparent !important;
    border-size: 1.5px !important;
    border-style: solid !important;
    border-color: #6610f2 !important; }
    .btn.btn-outline-indigo:hover, .btn.btn-outline-indigo:focus, .btn.btn-outline-indigo:active {
      border-color: #6610f2 !important;
      color: #FFFFFF !important;
      background-color: #6610f2 !important; }
  .btn.btn-sm-outline-indigo {
    padding: 0.5rem 1rem;
    background-color: transparent !important;
    border: 1.5px solid #6610f2 !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-outline-indigo:hover, .btn.btn-sm-outline-indigo:focus, .btn.btn-sm-outline-indigo:active {
      background-color: transparent !important;
      border: 1.5px solid #6610f2 !important;
      color: #6610f2 !important; }
  .btn.btn-rounded-indigo {
    padding: 0.5rem 2rem !important;
    color: #FFFFFF !important;
    background-color: #6610f2 !important;
    border: 1.5px solid #6610f2 !important;
    border-radius: 35px;
    font-weight: 500 !important;
    color: #FFFFFF !important; }
    .btn.btn-rounded-indigo:hover, .btn.btn-rounded-indigo:focus, .btn.btn-rounded-indigo:active {
      background-color: transparent !important;
      border: 1.5px solid #6610f2 !important;
      color: #6610f2 !important; }
  .btn.btn-purple {
    background-color: #6f42c1 !important;
    border: 1.5px solid #6f42c1 !important;
    color: #FFFFFF !important; }
    .btn.btn-purple:hover, .btn.btn-purple:focus, .btn.btn-purple:active {
      background-color: transparent !important;
      border: 1.5px solid #6f42c1 !important;
      color: #6f42c1 !important; }
  .btn.btn-sm-purple {
    padding: 0.5rem 1rem;
    background-color: #6f42c1 !important;
    border: 1.5px solid #6f42c1 !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-purple:hover, .btn.btn-sm-purple:focus, .btn.btn-sm-purple:active {
      background-color: transparent !important;
      border: 1.5px solid #6f42c1 !important;
      color: #6f42c1 !important; }
  .btn.btn-bottom-border-purple {
    padding: 0.5rem 1rem;
    background: #FFFFFF !important;
    border: 1px solid #6f42c1;
    border-bottom: 10px solid #6f42c1;
    font-weight: 400; }
    .btn.btn-bottom-border-purple:hover, .btn.btn-bottom-border-purple:focus, .btn.btn-bottom-border-purple:active {
      color: #FFFFFF !important;
      background-color: #6f42c1 !important; }
    @media (min-width: 1600px) {
      .btn.btn-bottom-border-purple {
        padding: 1rem 2rem; } }
    @media (min-width: 1800px) {
      .btn.btn-bottom-border-purple {
        font-size: 1.25rem; } }
  .btn.btn-icon-purple {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 !important;
    color: #0E2B41 !important;
    background-color: #E7E7E0;
    border: 0 none !important; }
    .bg-grey .btn.btn-icon-purple, .bg-grey-lighter .btn.btn-icon-purple, .bg-grey-lightest .btn.btn-icon-purple {
      background-color: #FFFFFF; }
    .paragraph--type--bcfed-icon-button-group .btn.btn-icon-purple {
      background-color: #D3EDEE; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-purple .button-text {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-purple .button-icon svg * {
        fill: #D3EDEE; }
    .longer-version .btn.btn-icon-purple {
      align-items: stretch;
      text-align: left; }
      .longer-version .btn.btn-icon-purple .button-icon {
        height: unset; }
      .longer-version .btn.btn-icon-purple .button-text {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1rem; }
        @media (min-width: 1800px) {
          .longer-version .btn.btn-icon-purple .button-text {
            padding: 1rem 2rem; } }
        .longer-version .btn.btn-icon-purple .button-text .button-title {
          text-decoration: none !important;
          transition: all 500ms; }
      .longer-version .btn.btn-icon-purple .button-arrow {
        transition: all 500ms !important; }
      .longer-version .btn.btn-icon-purple:hover .button-title, .longer-version .btn.btn-icon-purple:focus .button-title, .longer-version .btn.btn-icon-purple:active .button-title {
        color: #6f42c1 !important; }
      .longer-version .btn.btn-icon-purple:hover .button-arrow, .longer-version .btn.btn-icon-purple:focus .button-arrow, .longer-version .btn.btn-icon-purple:active .button-arrow {
        transform: translateX(0.5rem); }
    .btn.btn-icon-purple .button-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 0 0 100px;
      width: 100px;
      height: 100px;
      background-color: #6f42c1 !important; }
      .btn.btn-icon-purple .button-icon svg * {
        fill: #0E2B41; }
    .btn.btn-icon-purple .button-text {
      width: 100%;
      padding: 0.5rem 2rem;
      font-weight: 700;
      line-height: 1.5rem; }
      @media (min-width: 1800px) {
        .btn.btn-icon-purple .button-text {
          padding: 0.5rem 3rem;
          font-size: 1.25rem; } }
    .btn.btn-icon-purple .button-longer {
      width: calc(100% - 2rem);
      flex: 0 0 calc(100% - 2rem);
      font-weight: 400; }
  .btn.btn-outline-purple {
    color: #6f42c1 !important;
    background-color: transparent !important;
    border-size: 1.5px !important;
    border-style: solid !important;
    border-color: #6f42c1 !important; }
    .btn.btn-outline-purple:hover, .btn.btn-outline-purple:focus, .btn.btn-outline-purple:active {
      border-color: #6f42c1 !important;
      color: #FFFFFF !important;
      background-color: #6f42c1 !important; }
  .btn.btn-sm-outline-purple {
    padding: 0.5rem 1rem;
    background-color: transparent !important;
    border: 1.5px solid #6f42c1 !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-outline-purple:hover, .btn.btn-sm-outline-purple:focus, .btn.btn-sm-outline-purple:active {
      background-color: transparent !important;
      border: 1.5px solid #6f42c1 !important;
      color: #6f42c1 !important; }
  .btn.btn-rounded-purple {
    padding: 0.5rem 2rem !important;
    color: #FFFFFF !important;
    background-color: #6f42c1 !important;
    border: 1.5px solid #6f42c1 !important;
    border-radius: 35px;
    font-weight: 500 !important;
    color: #FFFFFF !important; }
    .btn.btn-rounded-purple:hover, .btn.btn-rounded-purple:focus, .btn.btn-rounded-purple:active {
      background-color: transparent !important;
      border: 1.5px solid #6f42c1 !important;
      color: #6f42c1 !important; }
  .btn.btn-pink {
    background-color: #e83e8c !important;
    border: 1.5px solid #e83e8c !important;
    color: #FFFFFF !important; }
    .btn.btn-pink:hover, .btn.btn-pink:focus, .btn.btn-pink:active {
      background-color: transparent !important;
      border: 1.5px solid #e83e8c !important;
      color: #e83e8c !important; }
  .btn.btn-sm-pink {
    padding: 0.5rem 1rem;
    background-color: #e83e8c !important;
    border: 1.5px solid #e83e8c !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-pink:hover, .btn.btn-sm-pink:focus, .btn.btn-sm-pink:active {
      background-color: transparent !important;
      border: 1.5px solid #e83e8c !important;
      color: #e83e8c !important; }
  .btn.btn-bottom-border-pink {
    padding: 0.5rem 1rem;
    background: #FFFFFF !important;
    border: 1px solid #e83e8c;
    border-bottom: 10px solid #e83e8c;
    font-weight: 400; }
    .btn.btn-bottom-border-pink:hover, .btn.btn-bottom-border-pink:focus, .btn.btn-bottom-border-pink:active {
      color: #FFFFFF !important;
      background-color: #e83e8c !important; }
    @media (min-width: 1600px) {
      .btn.btn-bottom-border-pink {
        padding: 1rem 2rem; } }
    @media (min-width: 1800px) {
      .btn.btn-bottom-border-pink {
        font-size: 1.25rem; } }
  .btn.btn-icon-pink {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 !important;
    color: #0E2B41 !important;
    background-color: #E7E7E0;
    border: 0 none !important; }
    .bg-grey .btn.btn-icon-pink, .bg-grey-lighter .btn.btn-icon-pink, .bg-grey-lightest .btn.btn-icon-pink {
      background-color: #FFFFFF; }
    .paragraph--type--bcfed-icon-button-group .btn.btn-icon-pink {
      background-color: #D3EDEE; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-pink .button-text {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-pink .button-icon svg * {
        fill: #D3EDEE; }
    .longer-version .btn.btn-icon-pink {
      align-items: stretch;
      text-align: left; }
      .longer-version .btn.btn-icon-pink .button-icon {
        height: unset; }
      .longer-version .btn.btn-icon-pink .button-text {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1rem; }
        @media (min-width: 1800px) {
          .longer-version .btn.btn-icon-pink .button-text {
            padding: 1rem 2rem; } }
        .longer-version .btn.btn-icon-pink .button-text .button-title {
          text-decoration: none !important;
          transition: all 500ms; }
      .longer-version .btn.btn-icon-pink .button-arrow {
        transition: all 500ms !important; }
      .longer-version .btn.btn-icon-pink:hover .button-title, .longer-version .btn.btn-icon-pink:focus .button-title, .longer-version .btn.btn-icon-pink:active .button-title {
        color: #e83e8c !important; }
      .longer-version .btn.btn-icon-pink:hover .button-arrow, .longer-version .btn.btn-icon-pink:focus .button-arrow, .longer-version .btn.btn-icon-pink:active .button-arrow {
        transform: translateX(0.5rem); }
    .btn.btn-icon-pink .button-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 0 0 100px;
      width: 100px;
      height: 100px;
      background-color: #e83e8c !important; }
      .btn.btn-icon-pink .button-icon svg * {
        fill: #0E2B41; }
    .btn.btn-icon-pink .button-text {
      width: 100%;
      padding: 0.5rem 2rem;
      font-weight: 700;
      line-height: 1.5rem; }
      @media (min-width: 1800px) {
        .btn.btn-icon-pink .button-text {
          padding: 0.5rem 3rem;
          font-size: 1.25rem; } }
    .btn.btn-icon-pink .button-longer {
      width: calc(100% - 2rem);
      flex: 0 0 calc(100% - 2rem);
      font-weight: 400; }
  .btn.btn-outline-pink {
    color: #e83e8c !important;
    background-color: transparent !important;
    border-size: 1.5px !important;
    border-style: solid !important;
    border-color: #e83e8c !important; }
    .btn.btn-outline-pink:hover, .btn.btn-outline-pink:focus, .btn.btn-outline-pink:active {
      border-color: #e83e8c !important;
      color: #FFFFFF !important;
      background-color: #e83e8c !important; }
  .btn.btn-sm-outline-pink {
    padding: 0.5rem 1rem;
    background-color: transparent !important;
    border: 1.5px solid #e83e8c !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-outline-pink:hover, .btn.btn-sm-outline-pink:focus, .btn.btn-sm-outline-pink:active {
      background-color: transparent !important;
      border: 1.5px solid #e83e8c !important;
      color: #e83e8c !important; }
  .btn.btn-rounded-pink {
    padding: 0.5rem 2rem !important;
    color: #FFFFFF !important;
    background-color: #e83e8c !important;
    border: 1.5px solid #e83e8c !important;
    border-radius: 35px;
    font-weight: 500 !important;
    color: #FFFFFF !important; }
    .btn.btn-rounded-pink:hover, .btn.btn-rounded-pink:focus, .btn.btn-rounded-pink:active {
      background-color: transparent !important;
      border: 1.5px solid #e83e8c !important;
      color: #e83e8c !important; }
  .btn.btn-red {
    background-color: #EB2D1F !important;
    border: 1.5px solid #EB2D1F !important;
    color: #FFFFFF !important; }
    .btn.btn-red:hover, .btn.btn-red:focus, .btn.btn-red:active {
      background-color: transparent !important;
      border: 1.5px solid #EB2D1F !important;
      color: #EB2D1F !important; }
  .btn.btn-sm-red {
    padding: 0.5rem 1rem;
    background-color: #EB2D1F !important;
    border: 1.5px solid #EB2D1F !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-red:hover, .btn.btn-sm-red:focus, .btn.btn-sm-red:active {
      background-color: transparent !important;
      border: 1.5px solid #EB2D1F !important;
      color: #EB2D1F !important; }
  .btn.btn-bottom-border-red {
    padding: 0.5rem 1rem;
    background: #FFFFFF !important;
    border: 1px solid #EB2D1F;
    border-bottom: 10px solid #EB2D1F;
    font-weight: 400; }
    .btn.btn-bottom-border-red:hover, .btn.btn-bottom-border-red:focus, .btn.btn-bottom-border-red:active {
      color: #FFFFFF !important;
      background-color: #EB2D1F !important; }
    @media (min-width: 1600px) {
      .btn.btn-bottom-border-red {
        padding: 1rem 2rem; } }
    @media (min-width: 1800px) {
      .btn.btn-bottom-border-red {
        font-size: 1.25rem; } }
  .btn.btn-icon-red {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 !important;
    color: #0E2B41 !important;
    background-color: #E7E7E0;
    border: 0 none !important; }
    .bg-grey .btn.btn-icon-red, .bg-grey-lighter .btn.btn-icon-red, .bg-grey-lightest .btn.btn-icon-red {
      background-color: #FFFFFF; }
    .paragraph--type--bcfed-icon-button-group .btn.btn-icon-red {
      background-color: #D3EDEE; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-red .button-text {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-red .button-icon svg * {
        fill: #D3EDEE; }
    .longer-version .btn.btn-icon-red {
      align-items: stretch;
      text-align: left; }
      .longer-version .btn.btn-icon-red .button-icon {
        height: unset; }
      .longer-version .btn.btn-icon-red .button-text {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1rem; }
        @media (min-width: 1800px) {
          .longer-version .btn.btn-icon-red .button-text {
            padding: 1rem 2rem; } }
        .longer-version .btn.btn-icon-red .button-text .button-title {
          text-decoration: none !important;
          transition: all 500ms; }
      .longer-version .btn.btn-icon-red .button-arrow {
        transition: all 500ms !important; }
      .longer-version .btn.btn-icon-red:hover .button-title, .longer-version .btn.btn-icon-red:focus .button-title, .longer-version .btn.btn-icon-red:active .button-title {
        color: #EB2D1F !important; }
      .longer-version .btn.btn-icon-red:hover .button-arrow, .longer-version .btn.btn-icon-red:focus .button-arrow, .longer-version .btn.btn-icon-red:active .button-arrow {
        transform: translateX(0.5rem); }
    .btn.btn-icon-red .button-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 0 0 100px;
      width: 100px;
      height: 100px;
      background-color: #EB2D1F !important; }
      .btn.btn-icon-red .button-icon svg * {
        fill: #0E2B41; }
    .btn.btn-icon-red .button-text {
      width: 100%;
      padding: 0.5rem 2rem;
      font-weight: 700;
      line-height: 1.5rem; }
      @media (min-width: 1800px) {
        .btn.btn-icon-red .button-text {
          padding: 0.5rem 3rem;
          font-size: 1.25rem; } }
    .btn.btn-icon-red .button-longer {
      width: calc(100% - 2rem);
      flex: 0 0 calc(100% - 2rem);
      font-weight: 400; }
  .btn.btn-outline-red {
    color: #EB2D1F !important;
    background-color: transparent !important;
    border-size: 1.5px !important;
    border-style: solid !important;
    border-color: #EB2D1F !important; }
    .btn.btn-outline-red:hover, .btn.btn-outline-red:focus, .btn.btn-outline-red:active {
      border-color: #EB2D1F !important;
      color: #FFFFFF !important;
      background-color: #EB2D1F !important; }
  .btn.btn-sm-outline-red {
    padding: 0.5rem 1rem;
    background-color: transparent !important;
    border: 1.5px solid #EB2D1F !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-outline-red:hover, .btn.btn-sm-outline-red:focus, .btn.btn-sm-outline-red:active {
      background-color: transparent !important;
      border: 1.5px solid #EB2D1F !important;
      color: #EB2D1F !important; }
  .btn.btn-rounded-red {
    padding: 0.5rem 2rem !important;
    color: #FFFFFF !important;
    background-color: #EB2D1F !important;
    border: 1.5px solid #EB2D1F !important;
    border-radius: 35px;
    font-weight: 500 !important;
    color: #FFFFFF !important; }
    .btn.btn-rounded-red:hover, .btn.btn-rounded-red:focus, .btn.btn-rounded-red:active {
      background-color: transparent !important;
      border: 1.5px solid #EB2D1F !important;
      color: #EB2D1F !important; }
  .btn.btn-orange {
    background-color: #F8AE0F !important;
    border: 1.5px solid #F8AE0F !important;
    color: #FFFFFF !important; }
    .btn.btn-orange:hover, .btn.btn-orange:focus, .btn.btn-orange:active {
      background-color: transparent !important;
      border: 1.5px solid #F8AE0F !important;
      color: #F8AE0F !important; }
  .btn.btn-sm-orange {
    padding: 0.5rem 1rem;
    background-color: #F8AE0F !important;
    border: 1.5px solid #F8AE0F !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-orange:hover, .btn.btn-sm-orange:focus, .btn.btn-sm-orange:active {
      background-color: transparent !important;
      border: 1.5px solid #F8AE0F !important;
      color: #F8AE0F !important; }
  .btn.btn-bottom-border-orange {
    padding: 0.5rem 1rem;
    background: #FFFFFF !important;
    border: 1px solid #F8AE0F;
    border-bottom: 10px solid #F8AE0F;
    font-weight: 400; }
    .btn.btn-bottom-border-orange:hover, .btn.btn-bottom-border-orange:focus, .btn.btn-bottom-border-orange:active {
      color: #FFFFFF !important;
      background-color: #F8AE0F !important; }
    @media (min-width: 1600px) {
      .btn.btn-bottom-border-orange {
        padding: 1rem 2rem; } }
    @media (min-width: 1800px) {
      .btn.btn-bottom-border-orange {
        font-size: 1.25rem; } }
  .btn.btn-icon-orange {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 !important;
    color: #0E2B41 !important;
    background-color: #E7E7E0;
    border: 0 none !important; }
    .bg-grey .btn.btn-icon-orange, .bg-grey-lighter .btn.btn-icon-orange, .bg-grey-lightest .btn.btn-icon-orange {
      background-color: #FFFFFF; }
    .paragraph--type--bcfed-icon-button-group .btn.btn-icon-orange {
      background-color: #D3EDEE; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-orange .button-text {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-orange .button-icon svg * {
        fill: #D3EDEE; }
    .longer-version .btn.btn-icon-orange {
      align-items: stretch;
      text-align: left; }
      .longer-version .btn.btn-icon-orange .button-icon {
        height: unset; }
      .longer-version .btn.btn-icon-orange .button-text {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1rem; }
        @media (min-width: 1800px) {
          .longer-version .btn.btn-icon-orange .button-text {
            padding: 1rem 2rem; } }
        .longer-version .btn.btn-icon-orange .button-text .button-title {
          text-decoration: none !important;
          transition: all 500ms; }
      .longer-version .btn.btn-icon-orange .button-arrow {
        transition: all 500ms !important; }
      .longer-version .btn.btn-icon-orange:hover .button-title, .longer-version .btn.btn-icon-orange:focus .button-title, .longer-version .btn.btn-icon-orange:active .button-title {
        color: #F8AE0F !important; }
      .longer-version .btn.btn-icon-orange:hover .button-arrow, .longer-version .btn.btn-icon-orange:focus .button-arrow, .longer-version .btn.btn-icon-orange:active .button-arrow {
        transform: translateX(0.5rem); }
    .btn.btn-icon-orange .button-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 0 0 100px;
      width: 100px;
      height: 100px;
      background-color: #F8AE0F !important; }
      .btn.btn-icon-orange .button-icon svg * {
        fill: #0E2B41; }
    .btn.btn-icon-orange .button-text {
      width: 100%;
      padding: 0.5rem 2rem;
      font-weight: 700;
      line-height: 1.5rem; }
      @media (min-width: 1800px) {
        .btn.btn-icon-orange .button-text {
          padding: 0.5rem 3rem;
          font-size: 1.25rem; } }
    .btn.btn-icon-orange .button-longer {
      width: calc(100% - 2rem);
      flex: 0 0 calc(100% - 2rem);
      font-weight: 400; }
  .btn.btn-outline-orange {
    color: #F8AE0F !important;
    background-color: transparent !important;
    border-size: 1.5px !important;
    border-style: solid !important;
    border-color: #F8AE0F !important; }
    .btn.btn-outline-orange:hover, .btn.btn-outline-orange:focus, .btn.btn-outline-orange:active {
      border-color: #F8AE0F !important;
      color: #FFFFFF !important;
      background-color: #F8AE0F !important; }
  .btn.btn-sm-outline-orange {
    padding: 0.5rem 1rem;
    background-color: transparent !important;
    border: 1.5px solid #F8AE0F !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-outline-orange:hover, .btn.btn-sm-outline-orange:focus, .btn.btn-sm-outline-orange:active {
      background-color: transparent !important;
      border: 1.5px solid #F8AE0F !important;
      color: #F8AE0F !important; }
  .btn.btn-rounded-orange {
    padding: 0.5rem 2rem !important;
    color: #FFFFFF !important;
    background-color: #F8AE0F !important;
    border: 1.5px solid #F8AE0F !important;
    border-radius: 35px;
    font-weight: 500 !important;
    color: #FFFFFF !important; }
    .btn.btn-rounded-orange:hover, .btn.btn-rounded-orange:focus, .btn.btn-rounded-orange:active {
      background-color: transparent !important;
      border: 1.5px solid #F8AE0F !important;
      color: #F8AE0F !important; }
  .btn.btn-yellow {
    background-color: #FBF099 !important;
    border: 1.5px solid #FBF099 !important;
    color: #FFFFFF !important; }
    .btn.btn-yellow:hover, .btn.btn-yellow:focus, .btn.btn-yellow:active {
      background-color: transparent !important;
      border: 1.5px solid #FBF099 !important;
      color: #FBF099 !important; }
  .btn.btn-sm-yellow {
    padding: 0.5rem 1rem;
    background-color: #FBF099 !important;
    border: 1.5px solid #FBF099 !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-yellow:hover, .btn.btn-sm-yellow:focus, .btn.btn-sm-yellow:active {
      background-color: transparent !important;
      border: 1.5px solid #FBF099 !important;
      color: #FBF099 !important; }
  .btn.btn-bottom-border-yellow {
    padding: 0.5rem 1rem;
    background: #FFFFFF !important;
    border: 1px solid #FBF099;
    border-bottom: 10px solid #FBF099;
    font-weight: 400; }
    .btn.btn-bottom-border-yellow:hover, .btn.btn-bottom-border-yellow:focus, .btn.btn-bottom-border-yellow:active {
      color: #FFFFFF !important;
      background-color: #FBF099 !important; }
    @media (min-width: 1600px) {
      .btn.btn-bottom-border-yellow {
        padding: 1rem 2rem; } }
    @media (min-width: 1800px) {
      .btn.btn-bottom-border-yellow {
        font-size: 1.25rem; } }
  .btn.btn-icon-yellow {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 !important;
    color: #0E2B41 !important;
    background-color: #E7E7E0;
    border: 0 none !important; }
    .bg-grey .btn.btn-icon-yellow, .bg-grey-lighter .btn.btn-icon-yellow, .bg-grey-lightest .btn.btn-icon-yellow {
      background-color: #FFFFFF; }
    .paragraph--type--bcfed-icon-button-group .btn.btn-icon-yellow {
      background-color: #D3EDEE; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-yellow .button-text {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-yellow .button-icon svg * {
        fill: #D3EDEE; }
    .longer-version .btn.btn-icon-yellow {
      align-items: stretch;
      text-align: left; }
      .longer-version .btn.btn-icon-yellow .button-icon {
        height: unset; }
      .longer-version .btn.btn-icon-yellow .button-text {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1rem; }
        @media (min-width: 1800px) {
          .longer-version .btn.btn-icon-yellow .button-text {
            padding: 1rem 2rem; } }
        .longer-version .btn.btn-icon-yellow .button-text .button-title {
          text-decoration: none !important;
          transition: all 500ms; }
      .longer-version .btn.btn-icon-yellow .button-arrow {
        transition: all 500ms !important; }
      .longer-version .btn.btn-icon-yellow:hover .button-title, .longer-version .btn.btn-icon-yellow:focus .button-title, .longer-version .btn.btn-icon-yellow:active .button-title {
        color: #FBF099 !important; }
      .longer-version .btn.btn-icon-yellow:hover .button-arrow, .longer-version .btn.btn-icon-yellow:focus .button-arrow, .longer-version .btn.btn-icon-yellow:active .button-arrow {
        transform: translateX(0.5rem); }
    .btn.btn-icon-yellow .button-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 0 0 100px;
      width: 100px;
      height: 100px;
      background-color: #FBF099 !important; }
      .btn.btn-icon-yellow .button-icon svg * {
        fill: #0E2B41; }
    .btn.btn-icon-yellow .button-text {
      width: 100%;
      padding: 0.5rem 2rem;
      font-weight: 700;
      line-height: 1.5rem; }
      @media (min-width: 1800px) {
        .btn.btn-icon-yellow .button-text {
          padding: 0.5rem 3rem;
          font-size: 1.25rem; } }
    .btn.btn-icon-yellow .button-longer {
      width: calc(100% - 2rem);
      flex: 0 0 calc(100% - 2rem);
      font-weight: 400; }
  .btn.btn-outline-yellow {
    color: #FBF099 !important;
    background-color: transparent !important;
    border-size: 1.5px !important;
    border-style: solid !important;
    border-color: #FBF099 !important; }
    .btn.btn-outline-yellow:hover, .btn.btn-outline-yellow:focus, .btn.btn-outline-yellow:active {
      border-color: #FBF099 !important;
      color: #FFFFFF !important;
      background-color: #FBF099 !important; }
  .btn.btn-sm-outline-yellow {
    padding: 0.5rem 1rem;
    background-color: transparent !important;
    border: 1.5px solid #FBF099 !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-outline-yellow:hover, .btn.btn-sm-outline-yellow:focus, .btn.btn-sm-outline-yellow:active {
      background-color: transparent !important;
      border: 1.5px solid #FBF099 !important;
      color: #FBF099 !important; }
  .btn.btn-rounded-yellow {
    padding: 0.5rem 2rem !important;
    color: #FFFFFF !important;
    background-color: #FBF099 !important;
    border: 1.5px solid #FBF099 !important;
    border-radius: 35px;
    font-weight: 500 !important;
    color: #FFFFFF !important; }
    .btn.btn-rounded-yellow:hover, .btn.btn-rounded-yellow:focus, .btn.btn-rounded-yellow:active {
      background-color: transparent !important;
      border: 1.5px solid #FBF099 !important;
      color: #FBF099 !important; }
  .btn.btn-green {
    background-color: #28a745 !important;
    border: 1.5px solid #28a745 !important;
    color: #FFFFFF !important; }
    .btn.btn-green:hover, .btn.btn-green:focus, .btn.btn-green:active {
      background-color: transparent !important;
      border: 1.5px solid #28a745 !important;
      color: #28a745 !important; }
  .btn.btn-sm-green {
    padding: 0.5rem 1rem;
    background-color: #28a745 !important;
    border: 1.5px solid #28a745 !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-green:hover, .btn.btn-sm-green:focus, .btn.btn-sm-green:active {
      background-color: transparent !important;
      border: 1.5px solid #28a745 !important;
      color: #28a745 !important; }
  .btn.btn-bottom-border-green {
    padding: 0.5rem 1rem;
    background: #FFFFFF !important;
    border: 1px solid #28a745;
    border-bottom: 10px solid #28a745;
    font-weight: 400; }
    .btn.btn-bottom-border-green:hover, .btn.btn-bottom-border-green:focus, .btn.btn-bottom-border-green:active {
      color: #FFFFFF !important;
      background-color: #28a745 !important; }
    @media (min-width: 1600px) {
      .btn.btn-bottom-border-green {
        padding: 1rem 2rem; } }
    @media (min-width: 1800px) {
      .btn.btn-bottom-border-green {
        font-size: 1.25rem; } }
  .btn.btn-icon-green {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 !important;
    color: #0E2B41 !important;
    background-color: #E7E7E0;
    border: 0 none !important; }
    .bg-grey .btn.btn-icon-green, .bg-grey-lighter .btn.btn-icon-green, .bg-grey-lightest .btn.btn-icon-green {
      background-color: #FFFFFF; }
    .paragraph--type--bcfed-icon-button-group .btn.btn-icon-green {
      background-color: #D3EDEE; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-green .button-text {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-green .button-icon svg * {
        fill: #D3EDEE; }
    .longer-version .btn.btn-icon-green {
      align-items: stretch;
      text-align: left; }
      .longer-version .btn.btn-icon-green .button-icon {
        height: unset; }
      .longer-version .btn.btn-icon-green .button-text {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1rem; }
        @media (min-width: 1800px) {
          .longer-version .btn.btn-icon-green .button-text {
            padding: 1rem 2rem; } }
        .longer-version .btn.btn-icon-green .button-text .button-title {
          text-decoration: none !important;
          transition: all 500ms; }
      .longer-version .btn.btn-icon-green .button-arrow {
        transition: all 500ms !important; }
      .longer-version .btn.btn-icon-green:hover .button-title, .longer-version .btn.btn-icon-green:focus .button-title, .longer-version .btn.btn-icon-green:active .button-title {
        color: #28a745 !important; }
      .longer-version .btn.btn-icon-green:hover .button-arrow, .longer-version .btn.btn-icon-green:focus .button-arrow, .longer-version .btn.btn-icon-green:active .button-arrow {
        transform: translateX(0.5rem); }
    .btn.btn-icon-green .button-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 0 0 100px;
      width: 100px;
      height: 100px;
      background-color: #28a745 !important; }
      .btn.btn-icon-green .button-icon svg * {
        fill: #0E2B41; }
    .btn.btn-icon-green .button-text {
      width: 100%;
      padding: 0.5rem 2rem;
      font-weight: 700;
      line-height: 1.5rem; }
      @media (min-width: 1800px) {
        .btn.btn-icon-green .button-text {
          padding: 0.5rem 3rem;
          font-size: 1.25rem; } }
    .btn.btn-icon-green .button-longer {
      width: calc(100% - 2rem);
      flex: 0 0 calc(100% - 2rem);
      font-weight: 400; }
  .btn.btn-outline-green {
    color: #28a745 !important;
    background-color: transparent !important;
    border-size: 1.5px !important;
    border-style: solid !important;
    border-color: #28a745 !important; }
    .btn.btn-outline-green:hover, .btn.btn-outline-green:focus, .btn.btn-outline-green:active {
      border-color: #28a745 !important;
      color: #FFFFFF !important;
      background-color: #28a745 !important; }
  .btn.btn-sm-outline-green {
    padding: 0.5rem 1rem;
    background-color: transparent !important;
    border: 1.5px solid #28a745 !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-outline-green:hover, .btn.btn-sm-outline-green:focus, .btn.btn-sm-outline-green:active {
      background-color: transparent !important;
      border: 1.5px solid #28a745 !important;
      color: #28a745 !important; }
  .btn.btn-rounded-green {
    padding: 0.5rem 2rem !important;
    color: #FFFFFF !important;
    background-color: #28a745 !important;
    border: 1.5px solid #28a745 !important;
    border-radius: 35px;
    font-weight: 500 !important;
    color: #FFFFFF !important; }
    .btn.btn-rounded-green:hover, .btn.btn-rounded-green:focus, .btn.btn-rounded-green:active {
      background-color: transparent !important;
      border: 1.5px solid #28a745 !important;
      color: #28a745 !important; }
  .btn.btn-teal {
    background-color: #20c997 !important;
    border: 1.5px solid #20c997 !important;
    color: #FFFFFF !important; }
    .btn.btn-teal:hover, .btn.btn-teal:focus, .btn.btn-teal:active {
      background-color: transparent !important;
      border: 1.5px solid #20c997 !important;
      color: #20c997 !important; }
  .btn.btn-sm-teal {
    padding: 0.5rem 1rem;
    background-color: #20c997 !important;
    border: 1.5px solid #20c997 !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-teal:hover, .btn.btn-sm-teal:focus, .btn.btn-sm-teal:active {
      background-color: transparent !important;
      border: 1.5px solid #20c997 !important;
      color: #20c997 !important; }
  .btn.btn-bottom-border-teal {
    padding: 0.5rem 1rem;
    background: #FFFFFF !important;
    border: 1px solid #20c997;
    border-bottom: 10px solid #20c997;
    font-weight: 400; }
    .btn.btn-bottom-border-teal:hover, .btn.btn-bottom-border-teal:focus, .btn.btn-bottom-border-teal:active {
      color: #FFFFFF !important;
      background-color: #20c997 !important; }
    @media (min-width: 1600px) {
      .btn.btn-bottom-border-teal {
        padding: 1rem 2rem; } }
    @media (min-width: 1800px) {
      .btn.btn-bottom-border-teal {
        font-size: 1.25rem; } }
  .btn.btn-icon-teal {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 !important;
    color: #0E2B41 !important;
    background-color: #E7E7E0;
    border: 0 none !important; }
    .bg-grey .btn.btn-icon-teal, .bg-grey-lighter .btn.btn-icon-teal, .bg-grey-lightest .btn.btn-icon-teal {
      background-color: #FFFFFF; }
    .paragraph--type--bcfed-icon-button-group .btn.btn-icon-teal {
      background-color: #D3EDEE; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-teal .button-text {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-teal .button-icon svg * {
        fill: #D3EDEE; }
    .longer-version .btn.btn-icon-teal {
      align-items: stretch;
      text-align: left; }
      .longer-version .btn.btn-icon-teal .button-icon {
        height: unset; }
      .longer-version .btn.btn-icon-teal .button-text {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1rem; }
        @media (min-width: 1800px) {
          .longer-version .btn.btn-icon-teal .button-text {
            padding: 1rem 2rem; } }
        .longer-version .btn.btn-icon-teal .button-text .button-title {
          text-decoration: none !important;
          transition: all 500ms; }
      .longer-version .btn.btn-icon-teal .button-arrow {
        transition: all 500ms !important; }
      .longer-version .btn.btn-icon-teal:hover .button-title, .longer-version .btn.btn-icon-teal:focus .button-title, .longer-version .btn.btn-icon-teal:active .button-title {
        color: #20c997 !important; }
      .longer-version .btn.btn-icon-teal:hover .button-arrow, .longer-version .btn.btn-icon-teal:focus .button-arrow, .longer-version .btn.btn-icon-teal:active .button-arrow {
        transform: translateX(0.5rem); }
    .btn.btn-icon-teal .button-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 0 0 100px;
      width: 100px;
      height: 100px;
      background-color: #20c997 !important; }
      .btn.btn-icon-teal .button-icon svg * {
        fill: #0E2B41; }
    .btn.btn-icon-teal .button-text {
      width: 100%;
      padding: 0.5rem 2rem;
      font-weight: 700;
      line-height: 1.5rem; }
      @media (min-width: 1800px) {
        .btn.btn-icon-teal .button-text {
          padding: 0.5rem 3rem;
          font-size: 1.25rem; } }
    .btn.btn-icon-teal .button-longer {
      width: calc(100% - 2rem);
      flex: 0 0 calc(100% - 2rem);
      font-weight: 400; }
  .btn.btn-outline-teal {
    color: #20c997 !important;
    background-color: transparent !important;
    border-size: 1.5px !important;
    border-style: solid !important;
    border-color: #20c997 !important; }
    .btn.btn-outline-teal:hover, .btn.btn-outline-teal:focus, .btn.btn-outline-teal:active {
      border-color: #20c997 !important;
      color: #FFFFFF !important;
      background-color: #20c997 !important; }
  .btn.btn-sm-outline-teal {
    padding: 0.5rem 1rem;
    background-color: transparent !important;
    border: 1.5px solid #20c997 !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-outline-teal:hover, .btn.btn-sm-outline-teal:focus, .btn.btn-sm-outline-teal:active {
      background-color: transparent !important;
      border: 1.5px solid #20c997 !important;
      color: #20c997 !important; }
  .btn.btn-rounded-teal {
    padding: 0.5rem 2rem !important;
    color: #FFFFFF !important;
    background-color: #20c997 !important;
    border: 1.5px solid #20c997 !important;
    border-radius: 35px;
    font-weight: 500 !important;
    color: #FFFFFF !important; }
    .btn.btn-rounded-teal:hover, .btn.btn-rounded-teal:focus, .btn.btn-rounded-teal:active {
      background-color: transparent !important;
      border: 1.5px solid #20c997 !important;
      color: #20c997 !important; }
  .btn.btn-cyan {
    background-color: #17a2b8 !important;
    border: 1.5px solid #17a2b8 !important;
    color: #FFFFFF !important; }
    .btn.btn-cyan:hover, .btn.btn-cyan:focus, .btn.btn-cyan:active {
      background-color: transparent !important;
      border: 1.5px solid #17a2b8 !important;
      color: #17a2b8 !important; }
  .btn.btn-sm-cyan {
    padding: 0.5rem 1rem;
    background-color: #17a2b8 !important;
    border: 1.5px solid #17a2b8 !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-cyan:hover, .btn.btn-sm-cyan:focus, .btn.btn-sm-cyan:active {
      background-color: transparent !important;
      border: 1.5px solid #17a2b8 !important;
      color: #17a2b8 !important; }
  .btn.btn-bottom-border-cyan {
    padding: 0.5rem 1rem;
    background: #FFFFFF !important;
    border: 1px solid #17a2b8;
    border-bottom: 10px solid #17a2b8;
    font-weight: 400; }
    .btn.btn-bottom-border-cyan:hover, .btn.btn-bottom-border-cyan:focus, .btn.btn-bottom-border-cyan:active {
      color: #FFFFFF !important;
      background-color: #17a2b8 !important; }
    @media (min-width: 1600px) {
      .btn.btn-bottom-border-cyan {
        padding: 1rem 2rem; } }
    @media (min-width: 1800px) {
      .btn.btn-bottom-border-cyan {
        font-size: 1.25rem; } }
  .btn.btn-icon-cyan {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 !important;
    color: #0E2B41 !important;
    background-color: #E7E7E0;
    border: 0 none !important; }
    .bg-grey .btn.btn-icon-cyan, .bg-grey-lighter .btn.btn-icon-cyan, .bg-grey-lightest .btn.btn-icon-cyan {
      background-color: #FFFFFF; }
    .paragraph--type--bcfed-icon-button-group .btn.btn-icon-cyan {
      background-color: #D3EDEE; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-cyan .button-text {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-cyan .button-icon svg * {
        fill: #D3EDEE; }
    .longer-version .btn.btn-icon-cyan {
      align-items: stretch;
      text-align: left; }
      .longer-version .btn.btn-icon-cyan .button-icon {
        height: unset; }
      .longer-version .btn.btn-icon-cyan .button-text {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1rem; }
        @media (min-width: 1800px) {
          .longer-version .btn.btn-icon-cyan .button-text {
            padding: 1rem 2rem; } }
        .longer-version .btn.btn-icon-cyan .button-text .button-title {
          text-decoration: none !important;
          transition: all 500ms; }
      .longer-version .btn.btn-icon-cyan .button-arrow {
        transition: all 500ms !important; }
      .longer-version .btn.btn-icon-cyan:hover .button-title, .longer-version .btn.btn-icon-cyan:focus .button-title, .longer-version .btn.btn-icon-cyan:active .button-title {
        color: #17a2b8 !important; }
      .longer-version .btn.btn-icon-cyan:hover .button-arrow, .longer-version .btn.btn-icon-cyan:focus .button-arrow, .longer-version .btn.btn-icon-cyan:active .button-arrow {
        transform: translateX(0.5rem); }
    .btn.btn-icon-cyan .button-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 0 0 100px;
      width: 100px;
      height: 100px;
      background-color: #17a2b8 !important; }
      .btn.btn-icon-cyan .button-icon svg * {
        fill: #0E2B41; }
    .btn.btn-icon-cyan .button-text {
      width: 100%;
      padding: 0.5rem 2rem;
      font-weight: 700;
      line-height: 1.5rem; }
      @media (min-width: 1800px) {
        .btn.btn-icon-cyan .button-text {
          padding: 0.5rem 3rem;
          font-size: 1.25rem; } }
    .btn.btn-icon-cyan .button-longer {
      width: calc(100% - 2rem);
      flex: 0 0 calc(100% - 2rem);
      font-weight: 400; }
  .btn.btn-outline-cyan {
    color: #17a2b8 !important;
    background-color: transparent !important;
    border-size: 1.5px !important;
    border-style: solid !important;
    border-color: #17a2b8 !important; }
    .btn.btn-outline-cyan:hover, .btn.btn-outline-cyan:focus, .btn.btn-outline-cyan:active {
      border-color: #17a2b8 !important;
      color: #FFFFFF !important;
      background-color: #17a2b8 !important; }
  .btn.btn-sm-outline-cyan {
    padding: 0.5rem 1rem;
    background-color: transparent !important;
    border: 1.5px solid #17a2b8 !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-outline-cyan:hover, .btn.btn-sm-outline-cyan:focus, .btn.btn-sm-outline-cyan:active {
      background-color: transparent !important;
      border: 1.5px solid #17a2b8 !important;
      color: #17a2b8 !important; }
  .btn.btn-rounded-cyan {
    padding: 0.5rem 2rem !important;
    color: #FFFFFF !important;
    background-color: #17a2b8 !important;
    border: 1.5px solid #17a2b8 !important;
    border-radius: 35px;
    font-weight: 500 !important;
    color: #FFFFFF !important; }
    .btn.btn-rounded-cyan:hover, .btn.btn-rounded-cyan:focus, .btn.btn-rounded-cyan:active {
      background-color: transparent !important;
      border: 1.5px solid #17a2b8 !important;
      color: #17a2b8 !important; }
  .btn.btn-white {
    background-color: #FFFFFF !important;
    border: 1.5px solid #FFFFFF !important;
    color: #FFFFFF !important; }
    .btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active {
      background-color: transparent !important;
      border: 1.5px solid #FFFFFF !important;
      color: #FFFFFF !important; }
  .btn.btn-sm-white {
    padding: 0.5rem 1rem;
    background-color: #FFFFFF !important;
    border: 1.5px solid #FFFFFF !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-white:hover, .btn.btn-sm-white:focus, .btn.btn-sm-white:active {
      background-color: transparent !important;
      border: 1.5px solid #FFFFFF !important;
      color: #FFFFFF !important; }
  .btn.btn-bottom-border-white {
    padding: 0.5rem 1rem;
    background: #FFFFFF !important;
    border: 1px solid #FFFFFF;
    border-bottom: 10px solid #FFFFFF;
    font-weight: 400; }
    .btn.btn-bottom-border-white:hover, .btn.btn-bottom-border-white:focus, .btn.btn-bottom-border-white:active {
      color: #FFFFFF !important;
      background-color: #FFFFFF !important; }
    @media (min-width: 1600px) {
      .btn.btn-bottom-border-white {
        padding: 1rem 2rem; } }
    @media (min-width: 1800px) {
      .btn.btn-bottom-border-white {
        font-size: 1.25rem; } }
  .btn.btn-icon-white {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 !important;
    color: #0E2B41 !important;
    background-color: #E7E7E0;
    border: 0 none !important; }
    .bg-grey .btn.btn-icon-white, .bg-grey-lighter .btn.btn-icon-white, .bg-grey-lightest .btn.btn-icon-white {
      background-color: #FFFFFF; }
    .paragraph--type--bcfed-icon-button-group .btn.btn-icon-white {
      background-color: #D3EDEE; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-white .button-text {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-white .button-icon svg * {
        fill: #D3EDEE; }
    .longer-version .btn.btn-icon-white {
      align-items: stretch;
      text-align: left; }
      .longer-version .btn.btn-icon-white .button-icon {
        height: unset; }
      .longer-version .btn.btn-icon-white .button-text {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1rem; }
        @media (min-width: 1800px) {
          .longer-version .btn.btn-icon-white .button-text {
            padding: 1rem 2rem; } }
        .longer-version .btn.btn-icon-white .button-text .button-title {
          text-decoration: none !important;
          transition: all 500ms; }
      .longer-version .btn.btn-icon-white .button-arrow {
        transition: all 500ms !important; }
      .longer-version .btn.btn-icon-white:hover .button-title, .longer-version .btn.btn-icon-white:focus .button-title, .longer-version .btn.btn-icon-white:active .button-title {
        color: #FFFFFF !important; }
      .longer-version .btn.btn-icon-white:hover .button-arrow, .longer-version .btn.btn-icon-white:focus .button-arrow, .longer-version .btn.btn-icon-white:active .button-arrow {
        transform: translateX(0.5rem); }
    .btn.btn-icon-white .button-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 0 0 100px;
      width: 100px;
      height: 100px;
      background-color: #FFFFFF !important; }
      .btn.btn-icon-white .button-icon svg * {
        fill: #0E2B41; }
    .btn.btn-icon-white .button-text {
      width: 100%;
      padding: 0.5rem 2rem;
      font-weight: 700;
      line-height: 1.5rem; }
      @media (min-width: 1800px) {
        .btn.btn-icon-white .button-text {
          padding: 0.5rem 3rem;
          font-size: 1.25rem; } }
    .btn.btn-icon-white .button-longer {
      width: calc(100% - 2rem);
      flex: 0 0 calc(100% - 2rem);
      font-weight: 400; }
  .btn.btn-outline-white {
    color: #FFFFFF !important;
    background-color: transparent !important;
    border-size: 1.5px !important;
    border-style: solid !important;
    border-color: #FFFFFF !important; }
    .btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white:active {
      border-color: #FFFFFF !important;
      color: #FFFFFF !important;
      background-color: #FFFFFF !important; }
  .btn.btn-sm-outline-white {
    padding: 0.5rem 1rem;
    background-color: transparent !important;
    border: 1.5px solid #FFFFFF !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-outline-white:hover, .btn.btn-sm-outline-white:focus, .btn.btn-sm-outline-white:active {
      background-color: transparent !important;
      border: 1.5px solid #FFFFFF !important;
      color: #FFFFFF !important; }
  .btn.btn-rounded-white {
    padding: 0.5rem 2rem !important;
    color: #FFFFFF !important;
    background-color: #FFFFFF !important;
    border: 1.5px solid #FFFFFF !important;
    border-radius: 35px;
    font-weight: 500 !important;
    color: #FFFFFF !important; }
    .btn.btn-rounded-white:hover, .btn.btn-rounded-white:focus, .btn.btn-rounded-white:active {
      background-color: transparent !important;
      border: 1.5px solid #FFFFFF !important;
      color: #FFFFFF !important; }
  .btn.btn-gray {
    background-color: #B2B0B0 !important;
    border: 1.5px solid #B2B0B0 !important;
    color: #FFFFFF !important; }
    .btn.btn-gray:hover, .btn.btn-gray:focus, .btn.btn-gray:active {
      background-color: transparent !important;
      border: 1.5px solid #B2B0B0 !important;
      color: #B2B0B0 !important; }
  .btn.btn-sm-gray {
    padding: 0.5rem 1rem;
    background-color: #B2B0B0 !important;
    border: 1.5px solid #B2B0B0 !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-gray:hover, .btn.btn-sm-gray:focus, .btn.btn-sm-gray:active {
      background-color: transparent !important;
      border: 1.5px solid #B2B0B0 !important;
      color: #B2B0B0 !important; }
  .btn.btn-bottom-border-gray {
    padding: 0.5rem 1rem;
    background: #FFFFFF !important;
    border: 1px solid #B2B0B0;
    border-bottom: 10px solid #B2B0B0;
    font-weight: 400; }
    .btn.btn-bottom-border-gray:hover, .btn.btn-bottom-border-gray:focus, .btn.btn-bottom-border-gray:active {
      color: #FFFFFF !important;
      background-color: #B2B0B0 !important; }
    @media (min-width: 1600px) {
      .btn.btn-bottom-border-gray {
        padding: 1rem 2rem; } }
    @media (min-width: 1800px) {
      .btn.btn-bottom-border-gray {
        font-size: 1.25rem; } }
  .btn.btn-icon-gray {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 !important;
    color: #0E2B41 !important;
    background-color: #E7E7E0;
    border: 0 none !important; }
    .bg-grey .btn.btn-icon-gray, .bg-grey-lighter .btn.btn-icon-gray, .bg-grey-lightest .btn.btn-icon-gray {
      background-color: #FFFFFF; }
    .paragraph--type--bcfed-icon-button-group .btn.btn-icon-gray {
      background-color: #D3EDEE; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-gray .button-text {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-gray .button-icon svg * {
        fill: #D3EDEE; }
    .longer-version .btn.btn-icon-gray {
      align-items: stretch;
      text-align: left; }
      .longer-version .btn.btn-icon-gray .button-icon {
        height: unset; }
      .longer-version .btn.btn-icon-gray .button-text {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1rem; }
        @media (min-width: 1800px) {
          .longer-version .btn.btn-icon-gray .button-text {
            padding: 1rem 2rem; } }
        .longer-version .btn.btn-icon-gray .button-text .button-title {
          text-decoration: none !important;
          transition: all 500ms; }
      .longer-version .btn.btn-icon-gray .button-arrow {
        transition: all 500ms !important; }
      .longer-version .btn.btn-icon-gray:hover .button-title, .longer-version .btn.btn-icon-gray:focus .button-title, .longer-version .btn.btn-icon-gray:active .button-title {
        color: #B2B0B0 !important; }
      .longer-version .btn.btn-icon-gray:hover .button-arrow, .longer-version .btn.btn-icon-gray:focus .button-arrow, .longer-version .btn.btn-icon-gray:active .button-arrow {
        transform: translateX(0.5rem); }
    .btn.btn-icon-gray .button-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 0 0 100px;
      width: 100px;
      height: 100px;
      background-color: #B2B0B0 !important; }
      .btn.btn-icon-gray .button-icon svg * {
        fill: #0E2B41; }
    .btn.btn-icon-gray .button-text {
      width: 100%;
      padding: 0.5rem 2rem;
      font-weight: 700;
      line-height: 1.5rem; }
      @media (min-width: 1800px) {
        .btn.btn-icon-gray .button-text {
          padding: 0.5rem 3rem;
          font-size: 1.25rem; } }
    .btn.btn-icon-gray .button-longer {
      width: calc(100% - 2rem);
      flex: 0 0 calc(100% - 2rem);
      font-weight: 400; }
  .btn.btn-outline-gray {
    color: #B2B0B0 !important;
    background-color: transparent !important;
    border-size: 1.5px !important;
    border-style: solid !important;
    border-color: #B2B0B0 !important; }
    .btn.btn-outline-gray:hover, .btn.btn-outline-gray:focus, .btn.btn-outline-gray:active {
      border-color: #B2B0B0 !important;
      color: #FFFFFF !important;
      background-color: #B2B0B0 !important; }
  .btn.btn-sm-outline-gray {
    padding: 0.5rem 1rem;
    background-color: transparent !important;
    border: 1.5px solid #B2B0B0 !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-outline-gray:hover, .btn.btn-sm-outline-gray:focus, .btn.btn-sm-outline-gray:active {
      background-color: transparent !important;
      border: 1.5px solid #B2B0B0 !important;
      color: #B2B0B0 !important; }
  .btn.btn-rounded-gray {
    padding: 0.5rem 2rem !important;
    color: #FFFFFF !important;
    background-color: #B2B0B0 !important;
    border: 1.5px solid #B2B0B0 !important;
    border-radius: 35px;
    font-weight: 500 !important;
    color: #FFFFFF !important; }
    .btn.btn-rounded-gray:hover, .btn.btn-rounded-gray:focus, .btn.btn-rounded-gray:active {
      background-color: transparent !important;
      border: 1.5px solid #B2B0B0 !important;
      color: #B2B0B0 !important; }
  .btn.btn-gray-dark {
    background-color: #343a40 !important;
    border: 1.5px solid #343a40 !important;
    color: #FFFFFF !important; }
    .btn.btn-gray-dark:hover, .btn.btn-gray-dark:focus, .btn.btn-gray-dark:active {
      background-color: transparent !important;
      border: 1.5px solid #343a40 !important;
      color: #343a40 !important; }
  .btn.btn-sm-gray-dark {
    padding: 0.5rem 1rem;
    background-color: #343a40 !important;
    border: 1.5px solid #343a40 !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-gray-dark:hover, .btn.btn-sm-gray-dark:focus, .btn.btn-sm-gray-dark:active {
      background-color: transparent !important;
      border: 1.5px solid #343a40 !important;
      color: #343a40 !important; }
  .btn.btn-bottom-border-gray-dark {
    padding: 0.5rem 1rem;
    background: #FFFFFF !important;
    border: 1px solid #343a40;
    border-bottom: 10px solid #343a40;
    font-weight: 400; }
    .btn.btn-bottom-border-gray-dark:hover, .btn.btn-bottom-border-gray-dark:focus, .btn.btn-bottom-border-gray-dark:active {
      color: #FFFFFF !important;
      background-color: #343a40 !important; }
    @media (min-width: 1600px) {
      .btn.btn-bottom-border-gray-dark {
        padding: 1rem 2rem; } }
    @media (min-width: 1800px) {
      .btn.btn-bottom-border-gray-dark {
        font-size: 1.25rem; } }
  .btn.btn-icon-gray-dark {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 !important;
    color: #0E2B41 !important;
    background-color: #E7E7E0;
    border: 0 none !important; }
    .bg-grey .btn.btn-icon-gray-dark, .bg-grey-lighter .btn.btn-icon-gray-dark, .bg-grey-lightest .btn.btn-icon-gray-dark {
      background-color: #FFFFFF; }
    .paragraph--type--bcfed-icon-button-group .btn.btn-icon-gray-dark {
      background-color: #D3EDEE; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-gray-dark .button-text {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-gray-dark .button-icon svg * {
        fill: #D3EDEE; }
    .longer-version .btn.btn-icon-gray-dark {
      align-items: stretch;
      text-align: left; }
      .longer-version .btn.btn-icon-gray-dark .button-icon {
        height: unset; }
      .longer-version .btn.btn-icon-gray-dark .button-text {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1rem; }
        @media (min-width: 1800px) {
          .longer-version .btn.btn-icon-gray-dark .button-text {
            padding: 1rem 2rem; } }
        .longer-version .btn.btn-icon-gray-dark .button-text .button-title {
          text-decoration: none !important;
          transition: all 500ms; }
      .longer-version .btn.btn-icon-gray-dark .button-arrow {
        transition: all 500ms !important; }
      .longer-version .btn.btn-icon-gray-dark:hover .button-title, .longer-version .btn.btn-icon-gray-dark:focus .button-title, .longer-version .btn.btn-icon-gray-dark:active .button-title {
        color: #343a40 !important; }
      .longer-version .btn.btn-icon-gray-dark:hover .button-arrow, .longer-version .btn.btn-icon-gray-dark:focus .button-arrow, .longer-version .btn.btn-icon-gray-dark:active .button-arrow {
        transform: translateX(0.5rem); }
    .btn.btn-icon-gray-dark .button-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 0 0 100px;
      width: 100px;
      height: 100px;
      background-color: #343a40 !important; }
      .btn.btn-icon-gray-dark .button-icon svg * {
        fill: #0E2B41; }
    .btn.btn-icon-gray-dark .button-text {
      width: 100%;
      padding: 0.5rem 2rem;
      font-weight: 700;
      line-height: 1.5rem; }
      @media (min-width: 1800px) {
        .btn.btn-icon-gray-dark .button-text {
          padding: 0.5rem 3rem;
          font-size: 1.25rem; } }
    .btn.btn-icon-gray-dark .button-longer {
      width: calc(100% - 2rem);
      flex: 0 0 calc(100% - 2rem);
      font-weight: 400; }
  .btn.btn-outline-gray-dark {
    color: #343a40 !important;
    background-color: transparent !important;
    border-size: 1.5px !important;
    border-style: solid !important;
    border-color: #343a40 !important; }
    .btn.btn-outline-gray-dark:hover, .btn.btn-outline-gray-dark:focus, .btn.btn-outline-gray-dark:active {
      border-color: #343a40 !important;
      color: #FFFFFF !important;
      background-color: #343a40 !important; }
  .btn.btn-sm-outline-gray-dark {
    padding: 0.5rem 1rem;
    background-color: transparent !important;
    border: 1.5px solid #343a40 !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-outline-gray-dark:hover, .btn.btn-sm-outline-gray-dark:focus, .btn.btn-sm-outline-gray-dark:active {
      background-color: transparent !important;
      border: 1.5px solid #343a40 !important;
      color: #343a40 !important; }
  .btn.btn-rounded-gray-dark {
    padding: 0.5rem 2rem !important;
    color: #FFFFFF !important;
    background-color: #343a40 !important;
    border: 1.5px solid #343a40 !important;
    border-radius: 35px;
    font-weight: 500 !important;
    color: #FFFFFF !important; }
    .btn.btn-rounded-gray-dark:hover, .btn.btn-rounded-gray-dark:focus, .btn.btn-rounded-gray-dark:active {
      background-color: transparent !important;
      border: 1.5px solid #343a40 !important;
      color: #343a40 !important; }
  .btn.btn-black {
    background-color: #000 !important;
    border: 1.5px solid #000 !important;
    color: #FFFFFF !important; }
    .btn.btn-black:hover, .btn.btn-black:focus, .btn.btn-black:active {
      background-color: transparent !important;
      border: 1.5px solid #000 !important;
      color: #000 !important; }
  .btn.btn-sm-black {
    padding: 0.5rem 1rem;
    background-color: #000 !important;
    border: 1.5px solid #000 !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-black:hover, .btn.btn-sm-black:focus, .btn.btn-sm-black:active {
      background-color: transparent !important;
      border: 1.5px solid #000 !important;
      color: #000 !important; }
  .btn.btn-bottom-border-black {
    padding: 0.5rem 1rem;
    background: #FFFFFF !important;
    border: 1px solid #000;
    border-bottom: 10px solid #000;
    font-weight: 400; }
    .btn.btn-bottom-border-black:hover, .btn.btn-bottom-border-black:focus, .btn.btn-bottom-border-black:active {
      color: #FFFFFF !important;
      background-color: #000 !important; }
    @media (min-width: 1600px) {
      .btn.btn-bottom-border-black {
        padding: 1rem 2rem; } }
    @media (min-width: 1800px) {
      .btn.btn-bottom-border-black {
        font-size: 1.25rem; } }
  .btn.btn-icon-black {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 !important;
    color: #0E2B41 !important;
    background-color: #E7E7E0;
    border: 0 none !important; }
    .bg-grey .btn.btn-icon-black, .bg-grey-lighter .btn.btn-icon-black, .bg-grey-lightest .btn.btn-icon-black {
      background-color: #FFFFFF; }
    .paragraph--type--bcfed-icon-button-group .btn.btn-icon-black {
      background-color: #D3EDEE; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-black .button-text {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-black .button-icon svg * {
        fill: #D3EDEE; }
    .longer-version .btn.btn-icon-black {
      align-items: stretch;
      text-align: left; }
      .longer-version .btn.btn-icon-black .button-icon {
        height: unset; }
      .longer-version .btn.btn-icon-black .button-text {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1rem; }
        @media (min-width: 1800px) {
          .longer-version .btn.btn-icon-black .button-text {
            padding: 1rem 2rem; } }
        .longer-version .btn.btn-icon-black .button-text .button-title {
          text-decoration: none !important;
          transition: all 500ms; }
      .longer-version .btn.btn-icon-black .button-arrow {
        transition: all 500ms !important; }
      .longer-version .btn.btn-icon-black:hover .button-title, .longer-version .btn.btn-icon-black:focus .button-title, .longer-version .btn.btn-icon-black:active .button-title {
        color: #000 !important; }
      .longer-version .btn.btn-icon-black:hover .button-arrow, .longer-version .btn.btn-icon-black:focus .button-arrow, .longer-version .btn.btn-icon-black:active .button-arrow {
        transform: translateX(0.5rem); }
    .btn.btn-icon-black .button-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 0 0 100px;
      width: 100px;
      height: 100px;
      background-color: #000 !important; }
      .btn.btn-icon-black .button-icon svg * {
        fill: #0E2B41; }
    .btn.btn-icon-black .button-text {
      width: 100%;
      padding: 0.5rem 2rem;
      font-weight: 700;
      line-height: 1.5rem; }
      @media (min-width: 1800px) {
        .btn.btn-icon-black .button-text {
          padding: 0.5rem 3rem;
          font-size: 1.25rem; } }
    .btn.btn-icon-black .button-longer {
      width: calc(100% - 2rem);
      flex: 0 0 calc(100% - 2rem);
      font-weight: 400; }
  .btn.btn-outline-black {
    color: #000 !important;
    background-color: transparent !important;
    border-size: 1.5px !important;
    border-style: solid !important;
    border-color: #000 !important; }
    .btn.btn-outline-black:hover, .btn.btn-outline-black:focus, .btn.btn-outline-black:active {
      border-color: #000 !important;
      color: #FFFFFF !important;
      background-color: #000 !important; }
  .btn.btn-sm-outline-black {
    padding: 0.5rem 1rem;
    background-color: transparent !important;
    border: 1.5px solid #000 !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-outline-black:hover, .btn.btn-sm-outline-black:focus, .btn.btn-sm-outline-black:active {
      background-color: transparent !important;
      border: 1.5px solid #000 !important;
      color: #000 !important; }
  .btn.btn-rounded-black {
    padding: 0.5rem 2rem !important;
    color: #FFFFFF !important;
    background-color: #000 !important;
    border: 1.5px solid #000 !important;
    border-radius: 35px;
    font-weight: 500 !important;
    color: #FFFFFF !important; }
    .btn.btn-rounded-black:hover, .btn.btn-rounded-black:focus, .btn.btn-rounded-black:active {
      background-color: transparent !important;
      border: 1.5px solid #000 !important;
      color: #000 !important; }
  .btn.btn-blue-darker {
    background-color: #1A6E91 !important;
    border: 1.5px solid #1A6E91 !important;
    color: #FFFFFF !important; }
    .btn.btn-blue-darker:hover, .btn.btn-blue-darker:focus, .btn.btn-blue-darker:active {
      background-color: transparent !important;
      border: 1.5px solid #1A6E91 !important;
      color: #1A6E91 !important; }
  .btn.btn-sm-blue-darker {
    padding: 0.5rem 1rem;
    background-color: #1A6E91 !important;
    border: 1.5px solid #1A6E91 !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-blue-darker:hover, .btn.btn-sm-blue-darker:focus, .btn.btn-sm-blue-darker:active {
      background-color: transparent !important;
      border: 1.5px solid #1A6E91 !important;
      color: #1A6E91 !important; }
  .btn.btn-bottom-border-blue-darker {
    padding: 0.5rem 1rem;
    background: #FFFFFF !important;
    border: 1px solid #1A6E91;
    border-bottom: 10px solid #1A6E91;
    font-weight: 400; }
    .btn.btn-bottom-border-blue-darker:hover, .btn.btn-bottom-border-blue-darker:focus, .btn.btn-bottom-border-blue-darker:active {
      color: #FFFFFF !important;
      background-color: #1A6E91 !important; }
    @media (min-width: 1600px) {
      .btn.btn-bottom-border-blue-darker {
        padding: 1rem 2rem; } }
    @media (min-width: 1800px) {
      .btn.btn-bottom-border-blue-darker {
        font-size: 1.25rem; } }
  .btn.btn-icon-blue-darker {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 !important;
    color: #0E2B41 !important;
    background-color: #E7E7E0;
    border: 0 none !important; }
    .bg-grey .btn.btn-icon-blue-darker, .bg-grey-lighter .btn.btn-icon-blue-darker, .bg-grey-lightest .btn.btn-icon-blue-darker {
      background-color: #FFFFFF; }
    .paragraph--type--bcfed-icon-button-group .btn.btn-icon-blue-darker {
      background-color: #D3EDEE; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-blue-darker .button-text {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-blue-darker .button-icon svg * {
        fill: #D3EDEE; }
    .longer-version .btn.btn-icon-blue-darker {
      align-items: stretch;
      text-align: left; }
      .longer-version .btn.btn-icon-blue-darker .button-icon {
        height: unset; }
      .longer-version .btn.btn-icon-blue-darker .button-text {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1rem; }
        @media (min-width: 1800px) {
          .longer-version .btn.btn-icon-blue-darker .button-text {
            padding: 1rem 2rem; } }
        .longer-version .btn.btn-icon-blue-darker .button-text .button-title {
          text-decoration: none !important;
          transition: all 500ms; }
      .longer-version .btn.btn-icon-blue-darker .button-arrow {
        transition: all 500ms !important; }
      .longer-version .btn.btn-icon-blue-darker:hover .button-title, .longer-version .btn.btn-icon-blue-darker:focus .button-title, .longer-version .btn.btn-icon-blue-darker:active .button-title {
        color: #1A6E91 !important; }
      .longer-version .btn.btn-icon-blue-darker:hover .button-arrow, .longer-version .btn.btn-icon-blue-darker:focus .button-arrow, .longer-version .btn.btn-icon-blue-darker:active .button-arrow {
        transform: translateX(0.5rem); }
    .btn.btn-icon-blue-darker .button-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 0 0 100px;
      width: 100px;
      height: 100px;
      background-color: #1A6E91 !important; }
      .btn.btn-icon-blue-darker .button-icon svg * {
        fill: #0E2B41; }
    .btn.btn-icon-blue-darker .button-text {
      width: 100%;
      padding: 0.5rem 2rem;
      font-weight: 700;
      line-height: 1.5rem; }
      @media (min-width: 1800px) {
        .btn.btn-icon-blue-darker .button-text {
          padding: 0.5rem 3rem;
          font-size: 1.25rem; } }
    .btn.btn-icon-blue-darker .button-longer {
      width: calc(100% - 2rem);
      flex: 0 0 calc(100% - 2rem);
      font-weight: 400; }
  .btn.btn-outline-blue-darker {
    color: #1A6E91 !important;
    background-color: transparent !important;
    border-size: 1.5px !important;
    border-style: solid !important;
    border-color: #1A6E91 !important; }
    .btn.btn-outline-blue-darker:hover, .btn.btn-outline-blue-darker:focus, .btn.btn-outline-blue-darker:active {
      border-color: #1A6E91 !important;
      color: #FFFFFF !important;
      background-color: #1A6E91 !important; }
  .btn.btn-sm-outline-blue-darker {
    padding: 0.5rem 1rem;
    background-color: transparent !important;
    border: 1.5px solid #1A6E91 !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-outline-blue-darker:hover, .btn.btn-sm-outline-blue-darker:focus, .btn.btn-sm-outline-blue-darker:active {
      background-color: transparent !important;
      border: 1.5px solid #1A6E91 !important;
      color: #1A6E91 !important; }
  .btn.btn-rounded-blue-darker {
    padding: 0.5rem 2rem !important;
    color: #FFFFFF !important;
    background-color: #1A6E91 !important;
    border: 1.5px solid #1A6E91 !important;
    border-radius: 35px;
    font-weight: 500 !important;
    color: #FFFFFF !important; }
    .btn.btn-rounded-blue-darker:hover, .btn.btn-rounded-blue-darker:focus, .btn.btn-rounded-blue-darker:active {
      background-color: transparent !important;
      border: 1.5px solid #1A6E91 !important;
      color: #1A6E91 !important; }
  .btn.btn-blue-darkest {
    background-color: #0E2B41 !important;
    border: 1.5px solid #0E2B41 !important;
    color: #FBF099 !important; }
    .btn.btn-blue-darkest:hover, .btn.btn-blue-darkest:focus, .btn.btn-blue-darkest:active {
      background-color: transparent !important;
      border: 1.5px solid #0E2B41 !important;
      color: #0E2B41 !important; }
  .btn.btn-sm-blue-darkest {
    padding: 0.5rem 1rem;
    background-color: #0E2B41 !important;
    border: 1.5px solid #0E2B41 !important;
    color: #FBF099 !important; }
    .btn.btn-sm-blue-darkest:hover, .btn.btn-sm-blue-darkest:focus, .btn.btn-sm-blue-darkest:active {
      background-color: transparent !important;
      border: 1.5px solid #0E2B41 !important;
      color: #0E2B41 !important; }
  .btn.btn-bottom-border-blue-darkest {
    padding: 0.5rem 1rem;
    background: #FFFFFF !important;
    border: 1px solid #0E2B41;
    border-bottom: 10px solid #0E2B41;
    font-weight: 400; }
    .btn.btn-bottom-border-blue-darkest:hover, .btn.btn-bottom-border-blue-darkest:focus, .btn.btn-bottom-border-blue-darkest:active {
      color: #FFFFFF !important;
      background-color: #0E2B41 !important; }
    @media (min-width: 1600px) {
      .btn.btn-bottom-border-blue-darkest {
        padding: 1rem 2rem; } }
    @media (min-width: 1800px) {
      .btn.btn-bottom-border-blue-darkest {
        font-size: 1.25rem; } }
  .btn.btn-icon-blue-darkest {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 !important;
    color: #0E2B41 !important;
    background-color: #E7E7E0;
    border: 0 none !important; }
    .bg-grey .btn.btn-icon-blue-darkest, .bg-grey-lighter .btn.btn-icon-blue-darkest, .bg-grey-lightest .btn.btn-icon-blue-darkest {
      background-color: #FFFFFF; }
    .paragraph--type--bcfed-icon-button-group .btn.btn-icon-blue-darkest {
      background-color: #D3EDEE; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-blue-darkest .button-text {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-blue-darkest .button-icon svg * {
        fill: #D3EDEE; }
    .longer-version .btn.btn-icon-blue-darkest {
      align-items: stretch;
      text-align: left; }
      .longer-version .btn.btn-icon-blue-darkest .button-icon {
        height: unset; }
      .longer-version .btn.btn-icon-blue-darkest .button-text {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1rem; }
        @media (min-width: 1800px) {
          .longer-version .btn.btn-icon-blue-darkest .button-text {
            padding: 1rem 2rem; } }
        .longer-version .btn.btn-icon-blue-darkest .button-text .button-title {
          text-decoration: none !important;
          transition: all 500ms; }
      .longer-version .btn.btn-icon-blue-darkest .button-arrow {
        transition: all 500ms !important; }
      .longer-version .btn.btn-icon-blue-darkest:hover .button-title, .longer-version .btn.btn-icon-blue-darkest:focus .button-title, .longer-version .btn.btn-icon-blue-darkest:active .button-title {
        color: #0E2B41 !important; }
      .longer-version .btn.btn-icon-blue-darkest:hover .button-arrow, .longer-version .btn.btn-icon-blue-darkest:focus .button-arrow, .longer-version .btn.btn-icon-blue-darkest:active .button-arrow {
        transform: translateX(0.5rem); }
    .btn.btn-icon-blue-darkest .button-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 0 0 100px;
      width: 100px;
      height: 100px;
      background-color: #0E2B41 !important; }
      .btn.btn-icon-blue-darkest .button-icon svg * {
        fill: #0E2B41; }
    .btn.btn-icon-blue-darkest .button-text {
      width: 100%;
      padding: 0.5rem 2rem;
      font-weight: 700;
      line-height: 1.5rem; }
      @media (min-width: 1800px) {
        .btn.btn-icon-blue-darkest .button-text {
          padding: 0.5rem 3rem;
          font-size: 1.25rem; } }
    .btn.btn-icon-blue-darkest .button-longer {
      width: calc(100% - 2rem);
      flex: 0 0 calc(100% - 2rem);
      font-weight: 400; }
  .btn.btn-outline-blue-darkest {
    color: #0E2B41 !important;
    background-color: transparent !important;
    border-size: 1.5px !important;
    border-style: solid !important;
    border-color: #0E2B41 !important; }
    .btn.btn-outline-blue-darkest:hover, .btn.btn-outline-blue-darkest:focus, .btn.btn-outline-blue-darkest:active {
      border-color: #0E2B41 !important;
      color: #FFFFFF !important;
      background-color: #0E2B41 !important; }
  .btn.btn-sm-outline-blue-darkest {
    padding: 0.5rem 1rem;
    background-color: transparent !important;
    border: 1.5px solid #0E2B41 !important;
    color: #FBF099 !important; }
    .btn.btn-sm-outline-blue-darkest:hover, .btn.btn-sm-outline-blue-darkest:focus, .btn.btn-sm-outline-blue-darkest:active {
      background-color: transparent !important;
      border: 1.5px solid #0E2B41 !important;
      color: #0E2B41 !important; }
  .btn.btn-rounded-blue-darkest {
    padding: 0.5rem 2rem !important;
    color: #FFFFFF !important;
    background-color: #0E2B41 !important;
    border: 1.5px solid #0E2B41 !important;
    border-radius: 35px;
    font-weight: 500 !important;
    color: #FBF099 !important; }
    .btn.btn-rounded-blue-darkest:hover, .btn.btn-rounded-blue-darkest:focus, .btn.btn-rounded-blue-darkest:active {
      background-color: transparent !important;
      border: 1.5px solid #0E2B41 !important;
      color: #0E2B41 !important; }
  .btn.btn-blue-lighter {
    background-color: #2CB0E7 !important;
    border: 1.5px solid #2CB0E7 !important;
    color: #FFFFFF !important; }
    .btn.btn-blue-lighter:hover, .btn.btn-blue-lighter:focus, .btn.btn-blue-lighter:active {
      background-color: transparent !important;
      border: 1.5px solid #2CB0E7 !important;
      color: #2CB0E7 !important; }
  .btn.btn-sm-blue-lighter {
    padding: 0.5rem 1rem;
    background-color: #2CB0E7 !important;
    border: 1.5px solid #2CB0E7 !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-blue-lighter:hover, .btn.btn-sm-blue-lighter:focus, .btn.btn-sm-blue-lighter:active {
      background-color: transparent !important;
      border: 1.5px solid #2CB0E7 !important;
      color: #2CB0E7 !important; }
  .btn.btn-bottom-border-blue-lighter {
    padding: 0.5rem 1rem;
    background: #FFFFFF !important;
    border: 1px solid #2CB0E7;
    border-bottom: 10px solid #2CB0E7;
    font-weight: 400; }
    .btn.btn-bottom-border-blue-lighter:hover, .btn.btn-bottom-border-blue-lighter:focus, .btn.btn-bottom-border-blue-lighter:active {
      color: #FFFFFF !important;
      background-color: #2CB0E7 !important; }
    @media (min-width: 1600px) {
      .btn.btn-bottom-border-blue-lighter {
        padding: 1rem 2rem; } }
    @media (min-width: 1800px) {
      .btn.btn-bottom-border-blue-lighter {
        font-size: 1.25rem; } }
  .btn.btn-icon-blue-lighter {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 !important;
    color: #0E2B41 !important;
    background-color: #E7E7E0;
    border: 0 none !important; }
    .bg-grey .btn.btn-icon-blue-lighter, .bg-grey-lighter .btn.btn-icon-blue-lighter, .bg-grey-lightest .btn.btn-icon-blue-lighter {
      background-color: #FFFFFF; }
    .paragraph--type--bcfed-icon-button-group .btn.btn-icon-blue-lighter {
      background-color: #D3EDEE; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-blue-lighter .button-text {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-blue-lighter .button-icon svg * {
        fill: #D3EDEE; }
    .longer-version .btn.btn-icon-blue-lighter {
      align-items: stretch;
      text-align: left; }
      .longer-version .btn.btn-icon-blue-lighter .button-icon {
        height: unset; }
      .longer-version .btn.btn-icon-blue-lighter .button-text {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1rem; }
        @media (min-width: 1800px) {
          .longer-version .btn.btn-icon-blue-lighter .button-text {
            padding: 1rem 2rem; } }
        .longer-version .btn.btn-icon-blue-lighter .button-text .button-title {
          text-decoration: none !important;
          transition: all 500ms; }
      .longer-version .btn.btn-icon-blue-lighter .button-arrow {
        transition: all 500ms !important; }
      .longer-version .btn.btn-icon-blue-lighter:hover .button-title, .longer-version .btn.btn-icon-blue-lighter:focus .button-title, .longer-version .btn.btn-icon-blue-lighter:active .button-title {
        color: #2CB0E7 !important; }
      .longer-version .btn.btn-icon-blue-lighter:hover .button-arrow, .longer-version .btn.btn-icon-blue-lighter:focus .button-arrow, .longer-version .btn.btn-icon-blue-lighter:active .button-arrow {
        transform: translateX(0.5rem); }
    .btn.btn-icon-blue-lighter .button-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 0 0 100px;
      width: 100px;
      height: 100px;
      background-color: #2CB0E7 !important; }
      .btn.btn-icon-blue-lighter .button-icon svg * {
        fill: #0E2B41; }
    .btn.btn-icon-blue-lighter .button-text {
      width: 100%;
      padding: 0.5rem 2rem;
      font-weight: 700;
      line-height: 1.5rem; }
      @media (min-width: 1800px) {
        .btn.btn-icon-blue-lighter .button-text {
          padding: 0.5rem 3rem;
          font-size: 1.25rem; } }
    .btn.btn-icon-blue-lighter .button-longer {
      width: calc(100% - 2rem);
      flex: 0 0 calc(100% - 2rem);
      font-weight: 400; }
  .btn.btn-outline-blue-lighter {
    color: #2CB0E7 !important;
    background-color: transparent !important;
    border-size: 1.5px !important;
    border-style: solid !important;
    border-color: #2CB0E7 !important; }
    .btn.btn-outline-blue-lighter:hover, .btn.btn-outline-blue-lighter:focus, .btn.btn-outline-blue-lighter:active {
      border-color: #2CB0E7 !important;
      color: #FFFFFF !important;
      background-color: #2CB0E7 !important; }
  .btn.btn-sm-outline-blue-lighter {
    padding: 0.5rem 1rem;
    background-color: transparent !important;
    border: 1.5px solid #2CB0E7 !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-outline-blue-lighter:hover, .btn.btn-sm-outline-blue-lighter:focus, .btn.btn-sm-outline-blue-lighter:active {
      background-color: transparent !important;
      border: 1.5px solid #2CB0E7 !important;
      color: #2CB0E7 !important; }
  .btn.btn-rounded-blue-lighter {
    padding: 0.5rem 2rem !important;
    color: #FFFFFF !important;
    background-color: #2CB0E7 !important;
    border: 1.5px solid #2CB0E7 !important;
    border-radius: 35px;
    font-weight: 500 !important;
    color: #FFFFFF !important; }
    .btn.btn-rounded-blue-lighter:hover, .btn.btn-rounded-blue-lighter:focus, .btn.btn-rounded-blue-lighter:active {
      background-color: transparent !important;
      border: 1.5px solid #2CB0E7 !important;
      color: #2CB0E7 !important; }
  .btn.btn-blue-lightest {
    background-color: #D3EDEE !important;
    border: 1.5px solid #D3EDEE !important;
    color: #FFFFFF !important; }
    .btn.btn-blue-lightest:hover, .btn.btn-blue-lightest:focus, .btn.btn-blue-lightest:active {
      background-color: transparent !important;
      border: 1.5px solid #D3EDEE !important;
      color: #D3EDEE !important; }
  .btn.btn-sm-blue-lightest {
    padding: 0.5rem 1rem;
    background-color: #D3EDEE !important;
    border: 1.5px solid #D3EDEE !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-blue-lightest:hover, .btn.btn-sm-blue-lightest:focus, .btn.btn-sm-blue-lightest:active {
      background-color: transparent !important;
      border: 1.5px solid #D3EDEE !important;
      color: #D3EDEE !important; }
  .btn.btn-bottom-border-blue-lightest {
    padding: 0.5rem 1rem;
    background: #FFFFFF !important;
    border: 1px solid #D3EDEE;
    border-bottom: 10px solid #D3EDEE;
    font-weight: 400; }
    .btn.btn-bottom-border-blue-lightest:hover, .btn.btn-bottom-border-blue-lightest:focus, .btn.btn-bottom-border-blue-lightest:active {
      color: #FFFFFF !important;
      background-color: #D3EDEE !important; }
    @media (min-width: 1600px) {
      .btn.btn-bottom-border-blue-lightest {
        padding: 1rem 2rem; } }
    @media (min-width: 1800px) {
      .btn.btn-bottom-border-blue-lightest {
        font-size: 1.25rem; } }
  .btn.btn-icon-blue-lightest {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 !important;
    color: #0E2B41 !important;
    background-color: #E7E7E0;
    border: 0 none !important; }
    .bg-grey .btn.btn-icon-blue-lightest, .bg-grey-lighter .btn.btn-icon-blue-lightest, .bg-grey-lightest .btn.btn-icon-blue-lightest {
      background-color: #FFFFFF; }
    .paragraph--type--bcfed-icon-button-group .btn.btn-icon-blue-lightest {
      background-color: #D3EDEE; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-blue-lightest .button-text {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-blue-lightest .button-icon svg * {
        fill: #D3EDEE; }
    .longer-version .btn.btn-icon-blue-lightest {
      align-items: stretch;
      text-align: left; }
      .longer-version .btn.btn-icon-blue-lightest .button-icon {
        height: unset; }
      .longer-version .btn.btn-icon-blue-lightest .button-text {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1rem; }
        @media (min-width: 1800px) {
          .longer-version .btn.btn-icon-blue-lightest .button-text {
            padding: 1rem 2rem; } }
        .longer-version .btn.btn-icon-blue-lightest .button-text .button-title {
          text-decoration: none !important;
          transition: all 500ms; }
      .longer-version .btn.btn-icon-blue-lightest .button-arrow {
        transition: all 500ms !important; }
      .longer-version .btn.btn-icon-blue-lightest:hover .button-title, .longer-version .btn.btn-icon-blue-lightest:focus .button-title, .longer-version .btn.btn-icon-blue-lightest:active .button-title {
        color: #D3EDEE !important; }
      .longer-version .btn.btn-icon-blue-lightest:hover .button-arrow, .longer-version .btn.btn-icon-blue-lightest:focus .button-arrow, .longer-version .btn.btn-icon-blue-lightest:active .button-arrow {
        transform: translateX(0.5rem); }
    .btn.btn-icon-blue-lightest .button-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 0 0 100px;
      width: 100px;
      height: 100px;
      background-color: #D3EDEE !important; }
      .btn.btn-icon-blue-lightest .button-icon svg * {
        fill: #0E2B41; }
    .btn.btn-icon-blue-lightest .button-text {
      width: 100%;
      padding: 0.5rem 2rem;
      font-weight: 700;
      line-height: 1.5rem; }
      @media (min-width: 1800px) {
        .btn.btn-icon-blue-lightest .button-text {
          padding: 0.5rem 3rem;
          font-size: 1.25rem; } }
    .btn.btn-icon-blue-lightest .button-longer {
      width: calc(100% - 2rem);
      flex: 0 0 calc(100% - 2rem);
      font-weight: 400; }
  .btn.btn-outline-blue-lightest {
    color: #D3EDEE !important;
    background-color: transparent !important;
    border-size: 1.5px !important;
    border-style: solid !important;
    border-color: #D3EDEE !important; }
    .btn.btn-outline-blue-lightest:hover, .btn.btn-outline-blue-lightest:focus, .btn.btn-outline-blue-lightest:active {
      border-color: #D3EDEE !important;
      color: #FFFFFF !important;
      background-color: #D3EDEE !important; }
  .btn.btn-sm-outline-blue-lightest {
    padding: 0.5rem 1rem;
    background-color: transparent !important;
    border: 1.5px solid #D3EDEE !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-outline-blue-lightest:hover, .btn.btn-sm-outline-blue-lightest:focus, .btn.btn-sm-outline-blue-lightest:active {
      background-color: transparent !important;
      border: 1.5px solid #D3EDEE !important;
      color: #D3EDEE !important; }
  .btn.btn-rounded-blue-lightest {
    padding: 0.5rem 2rem !important;
    color: #FFFFFF !important;
    background-color: #D3EDEE !important;
    border: 1.5px solid #D3EDEE !important;
    border-radius: 35px;
    font-weight: 500 !important;
    color: #FFFFFF !important; }
    .btn.btn-rounded-blue-lightest:hover, .btn.btn-rounded-blue-lightest:focus, .btn.btn-rounded-blue-lightest:active {
      background-color: transparent !important;
      border: 1.5px solid #D3EDEE !important;
      color: #D3EDEE !important; }
  .btn.btn-grey {
    background-color: #B2B0B0 !important;
    border: 1.5px solid #B2B0B0 !important;
    color: #FFFFFF !important; }
    .btn.btn-grey:hover, .btn.btn-grey:focus, .btn.btn-grey:active {
      background-color: transparent !important;
      border: 1.5px solid #B2B0B0 !important;
      color: #B2B0B0 !important; }
  .btn.btn-sm-grey {
    padding: 0.5rem 1rem;
    background-color: #B2B0B0 !important;
    border: 1.5px solid #B2B0B0 !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-grey:hover, .btn.btn-sm-grey:focus, .btn.btn-sm-grey:active {
      background-color: transparent !important;
      border: 1.5px solid #B2B0B0 !important;
      color: #B2B0B0 !important; }
  .btn.btn-bottom-border-grey {
    padding: 0.5rem 1rem;
    background: #FFFFFF !important;
    border: 1px solid #B2B0B0;
    border-bottom: 10px solid #B2B0B0;
    font-weight: 400; }
    .btn.btn-bottom-border-grey:hover, .btn.btn-bottom-border-grey:focus, .btn.btn-bottom-border-grey:active {
      color: #FFFFFF !important;
      background-color: #B2B0B0 !important; }
    @media (min-width: 1600px) {
      .btn.btn-bottom-border-grey {
        padding: 1rem 2rem; } }
    @media (min-width: 1800px) {
      .btn.btn-bottom-border-grey {
        font-size: 1.25rem; } }
  .btn.btn-icon-grey {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 !important;
    color: #0E2B41 !important;
    background-color: #E7E7E0;
    border: 0 none !important; }
    .bg-grey .btn.btn-icon-grey, .bg-grey-lighter .btn.btn-icon-grey, .bg-grey-lightest .btn.btn-icon-grey {
      background-color: #FFFFFF; }
    .paragraph--type--bcfed-icon-button-group .btn.btn-icon-grey {
      background-color: #D3EDEE; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-grey .button-text {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-grey .button-icon svg * {
        fill: #D3EDEE; }
    .longer-version .btn.btn-icon-grey {
      align-items: stretch;
      text-align: left; }
      .longer-version .btn.btn-icon-grey .button-icon {
        height: unset; }
      .longer-version .btn.btn-icon-grey .button-text {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1rem; }
        @media (min-width: 1800px) {
          .longer-version .btn.btn-icon-grey .button-text {
            padding: 1rem 2rem; } }
        .longer-version .btn.btn-icon-grey .button-text .button-title {
          text-decoration: none !important;
          transition: all 500ms; }
      .longer-version .btn.btn-icon-grey .button-arrow {
        transition: all 500ms !important; }
      .longer-version .btn.btn-icon-grey:hover .button-title, .longer-version .btn.btn-icon-grey:focus .button-title, .longer-version .btn.btn-icon-grey:active .button-title {
        color: #B2B0B0 !important; }
      .longer-version .btn.btn-icon-grey:hover .button-arrow, .longer-version .btn.btn-icon-grey:focus .button-arrow, .longer-version .btn.btn-icon-grey:active .button-arrow {
        transform: translateX(0.5rem); }
    .btn.btn-icon-grey .button-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 0 0 100px;
      width: 100px;
      height: 100px;
      background-color: #B2B0B0 !important; }
      .btn.btn-icon-grey .button-icon svg * {
        fill: #0E2B41; }
    .btn.btn-icon-grey .button-text {
      width: 100%;
      padding: 0.5rem 2rem;
      font-weight: 700;
      line-height: 1.5rem; }
      @media (min-width: 1800px) {
        .btn.btn-icon-grey .button-text {
          padding: 0.5rem 3rem;
          font-size: 1.25rem; } }
    .btn.btn-icon-grey .button-longer {
      width: calc(100% - 2rem);
      flex: 0 0 calc(100% - 2rem);
      font-weight: 400; }
  .btn.btn-outline-grey {
    color: #B2B0B0 !important;
    background-color: transparent !important;
    border-size: 1.5px !important;
    border-style: solid !important;
    border-color: #B2B0B0 !important; }
    .btn.btn-outline-grey:hover, .btn.btn-outline-grey:focus, .btn.btn-outline-grey:active {
      border-color: #B2B0B0 !important;
      color: #FFFFFF !important;
      background-color: #B2B0B0 !important; }
  .btn.btn-sm-outline-grey {
    padding: 0.5rem 1rem;
    background-color: transparent !important;
    border: 1.5px solid #B2B0B0 !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-outline-grey:hover, .btn.btn-sm-outline-grey:focus, .btn.btn-sm-outline-grey:active {
      background-color: transparent !important;
      border: 1.5px solid #B2B0B0 !important;
      color: #B2B0B0 !important; }
  .btn.btn-rounded-grey {
    padding: 0.5rem 2rem !important;
    color: #FFFFFF !important;
    background-color: #B2B0B0 !important;
    border: 1.5px solid #B2B0B0 !important;
    border-radius: 35px;
    font-weight: 500 !important;
    color: #FFFFFF !important; }
    .btn.btn-rounded-grey:hover, .btn.btn-rounded-grey:focus, .btn.btn-rounded-grey:active {
      background-color: transparent !important;
      border: 1.5px solid #B2B0B0 !important;
      color: #B2B0B0 !important; }
  .btn.btn-grey-darker {
    background-color: #D6D6CB !important;
    border: 1.5px solid #D6D6CB !important;
    color: #FFFFFF !important; }
    .btn.btn-grey-darker:hover, .btn.btn-grey-darker:focus, .btn.btn-grey-darker:active {
      background-color: transparent !important;
      border: 1.5px solid #D6D6CB !important;
      color: #D6D6CB !important; }
  .btn.btn-sm-grey-darker {
    padding: 0.5rem 1rem;
    background-color: #D6D6CB !important;
    border: 1.5px solid #D6D6CB !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-grey-darker:hover, .btn.btn-sm-grey-darker:focus, .btn.btn-sm-grey-darker:active {
      background-color: transparent !important;
      border: 1.5px solid #D6D6CB !important;
      color: #D6D6CB !important; }
  .btn.btn-bottom-border-grey-darker {
    padding: 0.5rem 1rem;
    background: #FFFFFF !important;
    border: 1px solid #D6D6CB;
    border-bottom: 10px solid #D6D6CB;
    font-weight: 400; }
    .btn.btn-bottom-border-grey-darker:hover, .btn.btn-bottom-border-grey-darker:focus, .btn.btn-bottom-border-grey-darker:active {
      color: #FFFFFF !important;
      background-color: #D6D6CB !important; }
    @media (min-width: 1600px) {
      .btn.btn-bottom-border-grey-darker {
        padding: 1rem 2rem; } }
    @media (min-width: 1800px) {
      .btn.btn-bottom-border-grey-darker {
        font-size: 1.25rem; } }
  .btn.btn-icon-grey-darker {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 !important;
    color: #0E2B41 !important;
    background-color: #E7E7E0;
    border: 0 none !important; }
    .bg-grey .btn.btn-icon-grey-darker, .bg-grey-lighter .btn.btn-icon-grey-darker, .bg-grey-lightest .btn.btn-icon-grey-darker {
      background-color: #FFFFFF; }
    .paragraph--type--bcfed-icon-button-group .btn.btn-icon-grey-darker {
      background-color: #D3EDEE; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-grey-darker .button-text {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-grey-darker .button-icon svg * {
        fill: #D3EDEE; }
    .longer-version .btn.btn-icon-grey-darker {
      align-items: stretch;
      text-align: left; }
      .longer-version .btn.btn-icon-grey-darker .button-icon {
        height: unset; }
      .longer-version .btn.btn-icon-grey-darker .button-text {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1rem; }
        @media (min-width: 1800px) {
          .longer-version .btn.btn-icon-grey-darker .button-text {
            padding: 1rem 2rem; } }
        .longer-version .btn.btn-icon-grey-darker .button-text .button-title {
          text-decoration: none !important;
          transition: all 500ms; }
      .longer-version .btn.btn-icon-grey-darker .button-arrow {
        transition: all 500ms !important; }
      .longer-version .btn.btn-icon-grey-darker:hover .button-title, .longer-version .btn.btn-icon-grey-darker:focus .button-title, .longer-version .btn.btn-icon-grey-darker:active .button-title {
        color: #D6D6CB !important; }
      .longer-version .btn.btn-icon-grey-darker:hover .button-arrow, .longer-version .btn.btn-icon-grey-darker:focus .button-arrow, .longer-version .btn.btn-icon-grey-darker:active .button-arrow {
        transform: translateX(0.5rem); }
    .btn.btn-icon-grey-darker .button-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 0 0 100px;
      width: 100px;
      height: 100px;
      background-color: #D6D6CB !important; }
      .btn.btn-icon-grey-darker .button-icon svg * {
        fill: #0E2B41; }
    .btn.btn-icon-grey-darker .button-text {
      width: 100%;
      padding: 0.5rem 2rem;
      font-weight: 700;
      line-height: 1.5rem; }
      @media (min-width: 1800px) {
        .btn.btn-icon-grey-darker .button-text {
          padding: 0.5rem 3rem;
          font-size: 1.25rem; } }
    .btn.btn-icon-grey-darker .button-longer {
      width: calc(100% - 2rem);
      flex: 0 0 calc(100% - 2rem);
      font-weight: 400; }
  .btn.btn-outline-grey-darker {
    color: #D6D6CB !important;
    background-color: transparent !important;
    border-size: 1.5px !important;
    border-style: solid !important;
    border-color: #D6D6CB !important; }
    .btn.btn-outline-grey-darker:hover, .btn.btn-outline-grey-darker:focus, .btn.btn-outline-grey-darker:active {
      border-color: #D6D6CB !important;
      color: #FFFFFF !important;
      background-color: #D6D6CB !important; }
  .btn.btn-sm-outline-grey-darker {
    padding: 0.5rem 1rem;
    background-color: transparent !important;
    border: 1.5px solid #D6D6CB !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-outline-grey-darker:hover, .btn.btn-sm-outline-grey-darker:focus, .btn.btn-sm-outline-grey-darker:active {
      background-color: transparent !important;
      border: 1.5px solid #D6D6CB !important;
      color: #D6D6CB !important; }
  .btn.btn-rounded-grey-darker {
    padding: 0.5rem 2rem !important;
    color: #FFFFFF !important;
    background-color: #D6D6CB !important;
    border: 1.5px solid #D6D6CB !important;
    border-radius: 35px;
    font-weight: 500 !important;
    color: #FFFFFF !important; }
    .btn.btn-rounded-grey-darker:hover, .btn.btn-rounded-grey-darker:focus, .btn.btn-rounded-grey-darker:active {
      background-color: transparent !important;
      border: 1.5px solid #D6D6CB !important;
      color: #D6D6CB !important; }
  .btn.btn-gray-darker {
    background-color: #D6D6CB !important;
    border: 1.5px solid #D6D6CB !important;
    color: #FFFFFF !important; }
    .btn.btn-gray-darker:hover, .btn.btn-gray-darker:focus, .btn.btn-gray-darker:active {
      background-color: transparent !important;
      border: 1.5px solid #D6D6CB !important;
      color: #D6D6CB !important; }
  .btn.btn-sm-gray-darker {
    padding: 0.5rem 1rem;
    background-color: #D6D6CB !important;
    border: 1.5px solid #D6D6CB !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-gray-darker:hover, .btn.btn-sm-gray-darker:focus, .btn.btn-sm-gray-darker:active {
      background-color: transparent !important;
      border: 1.5px solid #D6D6CB !important;
      color: #D6D6CB !important; }
  .btn.btn-bottom-border-gray-darker {
    padding: 0.5rem 1rem;
    background: #FFFFFF !important;
    border: 1px solid #D6D6CB;
    border-bottom: 10px solid #D6D6CB;
    font-weight: 400; }
    .btn.btn-bottom-border-gray-darker:hover, .btn.btn-bottom-border-gray-darker:focus, .btn.btn-bottom-border-gray-darker:active {
      color: #FFFFFF !important;
      background-color: #D6D6CB !important; }
    @media (min-width: 1600px) {
      .btn.btn-bottom-border-gray-darker {
        padding: 1rem 2rem; } }
    @media (min-width: 1800px) {
      .btn.btn-bottom-border-gray-darker {
        font-size: 1.25rem; } }
  .btn.btn-icon-gray-darker {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 !important;
    color: #0E2B41 !important;
    background-color: #E7E7E0;
    border: 0 none !important; }
    .bg-grey .btn.btn-icon-gray-darker, .bg-grey-lighter .btn.btn-icon-gray-darker, .bg-grey-lightest .btn.btn-icon-gray-darker {
      background-color: #FFFFFF; }
    .paragraph--type--bcfed-icon-button-group .btn.btn-icon-gray-darker {
      background-color: #D3EDEE; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-gray-darker .button-text {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-gray-darker .button-icon svg * {
        fill: #D3EDEE; }
    .longer-version .btn.btn-icon-gray-darker {
      align-items: stretch;
      text-align: left; }
      .longer-version .btn.btn-icon-gray-darker .button-icon {
        height: unset; }
      .longer-version .btn.btn-icon-gray-darker .button-text {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1rem; }
        @media (min-width: 1800px) {
          .longer-version .btn.btn-icon-gray-darker .button-text {
            padding: 1rem 2rem; } }
        .longer-version .btn.btn-icon-gray-darker .button-text .button-title {
          text-decoration: none !important;
          transition: all 500ms; }
      .longer-version .btn.btn-icon-gray-darker .button-arrow {
        transition: all 500ms !important; }
      .longer-version .btn.btn-icon-gray-darker:hover .button-title, .longer-version .btn.btn-icon-gray-darker:focus .button-title, .longer-version .btn.btn-icon-gray-darker:active .button-title {
        color: #D6D6CB !important; }
      .longer-version .btn.btn-icon-gray-darker:hover .button-arrow, .longer-version .btn.btn-icon-gray-darker:focus .button-arrow, .longer-version .btn.btn-icon-gray-darker:active .button-arrow {
        transform: translateX(0.5rem); }
    .btn.btn-icon-gray-darker .button-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 0 0 100px;
      width: 100px;
      height: 100px;
      background-color: #D6D6CB !important; }
      .btn.btn-icon-gray-darker .button-icon svg * {
        fill: #0E2B41; }
    .btn.btn-icon-gray-darker .button-text {
      width: 100%;
      padding: 0.5rem 2rem;
      font-weight: 700;
      line-height: 1.5rem; }
      @media (min-width: 1800px) {
        .btn.btn-icon-gray-darker .button-text {
          padding: 0.5rem 3rem;
          font-size: 1.25rem; } }
    .btn.btn-icon-gray-darker .button-longer {
      width: calc(100% - 2rem);
      flex: 0 0 calc(100% - 2rem);
      font-weight: 400; }
  .btn.btn-outline-gray-darker {
    color: #D6D6CB !important;
    background-color: transparent !important;
    border-size: 1.5px !important;
    border-style: solid !important;
    border-color: #D6D6CB !important; }
    .btn.btn-outline-gray-darker:hover, .btn.btn-outline-gray-darker:focus, .btn.btn-outline-gray-darker:active {
      border-color: #D6D6CB !important;
      color: #FFFFFF !important;
      background-color: #D6D6CB !important; }
  .btn.btn-sm-outline-gray-darker {
    padding: 0.5rem 1rem;
    background-color: transparent !important;
    border: 1.5px solid #D6D6CB !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-outline-gray-darker:hover, .btn.btn-sm-outline-gray-darker:focus, .btn.btn-sm-outline-gray-darker:active {
      background-color: transparent !important;
      border: 1.5px solid #D6D6CB !important;
      color: #D6D6CB !important; }
  .btn.btn-rounded-gray-darker {
    padding: 0.5rem 2rem !important;
    color: #FFFFFF !important;
    background-color: #D6D6CB !important;
    border: 1.5px solid #D6D6CB !important;
    border-radius: 35px;
    font-weight: 500 !important;
    color: #FFFFFF !important; }
    .btn.btn-rounded-gray-darker:hover, .btn.btn-rounded-gray-darker:focus, .btn.btn-rounded-gray-darker:active {
      background-color: transparent !important;
      border: 1.5px solid #D6D6CB !important;
      color: #D6D6CB !important; }
  .btn.btn-grey-lighter {
    background-color: #E7E7E0 !important;
    border: 1.5px solid #E7E7E0 !important;
    color: #FFFFFF !important; }
    .btn.btn-grey-lighter:hover, .btn.btn-grey-lighter:focus, .btn.btn-grey-lighter:active {
      background-color: transparent !important;
      border: 1.5px solid #E7E7E0 !important;
      color: #E7E7E0 !important; }
  .btn.btn-sm-grey-lighter {
    padding: 0.5rem 1rem;
    background-color: #E7E7E0 !important;
    border: 1.5px solid #E7E7E0 !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-grey-lighter:hover, .btn.btn-sm-grey-lighter:focus, .btn.btn-sm-grey-lighter:active {
      background-color: transparent !important;
      border: 1.5px solid #E7E7E0 !important;
      color: #E7E7E0 !important; }
  .btn.btn-bottom-border-grey-lighter {
    padding: 0.5rem 1rem;
    background: #FFFFFF !important;
    border: 1px solid #E7E7E0;
    border-bottom: 10px solid #E7E7E0;
    font-weight: 400; }
    .btn.btn-bottom-border-grey-lighter:hover, .btn.btn-bottom-border-grey-lighter:focus, .btn.btn-bottom-border-grey-lighter:active {
      color: #FFFFFF !important;
      background-color: #E7E7E0 !important; }
    @media (min-width: 1600px) {
      .btn.btn-bottom-border-grey-lighter {
        padding: 1rem 2rem; } }
    @media (min-width: 1800px) {
      .btn.btn-bottom-border-grey-lighter {
        font-size: 1.25rem; } }
  .btn.btn-icon-grey-lighter {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 !important;
    color: #0E2B41 !important;
    background-color: #E7E7E0;
    border: 0 none !important; }
    .bg-grey .btn.btn-icon-grey-lighter, .bg-grey-lighter .btn.btn-icon-grey-lighter, .bg-grey-lightest .btn.btn-icon-grey-lighter {
      background-color: #FFFFFF; }
    .paragraph--type--bcfed-icon-button-group .btn.btn-icon-grey-lighter {
      background-color: #D3EDEE; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-grey-lighter .button-text {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-grey-lighter .button-icon svg * {
        fill: #D3EDEE; }
    .longer-version .btn.btn-icon-grey-lighter {
      align-items: stretch;
      text-align: left; }
      .longer-version .btn.btn-icon-grey-lighter .button-icon {
        height: unset; }
      .longer-version .btn.btn-icon-grey-lighter .button-text {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1rem; }
        @media (min-width: 1800px) {
          .longer-version .btn.btn-icon-grey-lighter .button-text {
            padding: 1rem 2rem; } }
        .longer-version .btn.btn-icon-grey-lighter .button-text .button-title {
          text-decoration: none !important;
          transition: all 500ms; }
      .longer-version .btn.btn-icon-grey-lighter .button-arrow {
        transition: all 500ms !important; }
      .longer-version .btn.btn-icon-grey-lighter:hover .button-title, .longer-version .btn.btn-icon-grey-lighter:focus .button-title, .longer-version .btn.btn-icon-grey-lighter:active .button-title {
        color: #E7E7E0 !important; }
      .longer-version .btn.btn-icon-grey-lighter:hover .button-arrow, .longer-version .btn.btn-icon-grey-lighter:focus .button-arrow, .longer-version .btn.btn-icon-grey-lighter:active .button-arrow {
        transform: translateX(0.5rem); }
    .btn.btn-icon-grey-lighter .button-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 0 0 100px;
      width: 100px;
      height: 100px;
      background-color: #E7E7E0 !important; }
      .btn.btn-icon-grey-lighter .button-icon svg * {
        fill: #0E2B41; }
    .btn.btn-icon-grey-lighter .button-text {
      width: 100%;
      padding: 0.5rem 2rem;
      font-weight: 700;
      line-height: 1.5rem; }
      @media (min-width: 1800px) {
        .btn.btn-icon-grey-lighter .button-text {
          padding: 0.5rem 3rem;
          font-size: 1.25rem; } }
    .btn.btn-icon-grey-lighter .button-longer {
      width: calc(100% - 2rem);
      flex: 0 0 calc(100% - 2rem);
      font-weight: 400; }
  .btn.btn-outline-grey-lighter {
    color: #E7E7E0 !important;
    background-color: transparent !important;
    border-size: 1.5px !important;
    border-style: solid !important;
    border-color: #E7E7E0 !important; }
    .btn.btn-outline-grey-lighter:hover, .btn.btn-outline-grey-lighter:focus, .btn.btn-outline-grey-lighter:active {
      border-color: #E7E7E0 !important;
      color: #FFFFFF !important;
      background-color: #E7E7E0 !important; }
  .btn.btn-sm-outline-grey-lighter {
    padding: 0.5rem 1rem;
    background-color: transparent !important;
    border: 1.5px solid #E7E7E0 !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-outline-grey-lighter:hover, .btn.btn-sm-outline-grey-lighter:focus, .btn.btn-sm-outline-grey-lighter:active {
      background-color: transparent !important;
      border: 1.5px solid #E7E7E0 !important;
      color: #E7E7E0 !important; }
  .btn.btn-rounded-grey-lighter {
    padding: 0.5rem 2rem !important;
    color: #FFFFFF !important;
    background-color: #E7E7E0 !important;
    border: 1.5px solid #E7E7E0 !important;
    border-radius: 35px;
    font-weight: 500 !important;
    color: #FFFFFF !important; }
    .btn.btn-rounded-grey-lighter:hover, .btn.btn-rounded-grey-lighter:focus, .btn.btn-rounded-grey-lighter:active {
      background-color: transparent !important;
      border: 1.5px solid #E7E7E0 !important;
      color: #E7E7E0 !important; }
  .btn.btn-gray-lighter {
    background-color: #E7E7E0 !important;
    border: 1.5px solid #E7E7E0 !important;
    color: #FFFFFF !important; }
    .btn.btn-gray-lighter:hover, .btn.btn-gray-lighter:focus, .btn.btn-gray-lighter:active {
      background-color: transparent !important;
      border: 1.5px solid #E7E7E0 !important;
      color: #E7E7E0 !important; }
  .btn.btn-sm-gray-lighter {
    padding: 0.5rem 1rem;
    background-color: #E7E7E0 !important;
    border: 1.5px solid #E7E7E0 !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-gray-lighter:hover, .btn.btn-sm-gray-lighter:focus, .btn.btn-sm-gray-lighter:active {
      background-color: transparent !important;
      border: 1.5px solid #E7E7E0 !important;
      color: #E7E7E0 !important; }
  .btn.btn-bottom-border-gray-lighter {
    padding: 0.5rem 1rem;
    background: #FFFFFF !important;
    border: 1px solid #E7E7E0;
    border-bottom: 10px solid #E7E7E0;
    font-weight: 400; }
    .btn.btn-bottom-border-gray-lighter:hover, .btn.btn-bottom-border-gray-lighter:focus, .btn.btn-bottom-border-gray-lighter:active {
      color: #FFFFFF !important;
      background-color: #E7E7E0 !important; }
    @media (min-width: 1600px) {
      .btn.btn-bottom-border-gray-lighter {
        padding: 1rem 2rem; } }
    @media (min-width: 1800px) {
      .btn.btn-bottom-border-gray-lighter {
        font-size: 1.25rem; } }
  .btn.btn-icon-gray-lighter {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 !important;
    color: #0E2B41 !important;
    background-color: #E7E7E0;
    border: 0 none !important; }
    .bg-grey .btn.btn-icon-gray-lighter, .bg-grey-lighter .btn.btn-icon-gray-lighter, .bg-grey-lightest .btn.btn-icon-gray-lighter {
      background-color: #FFFFFF; }
    .paragraph--type--bcfed-icon-button-group .btn.btn-icon-gray-lighter {
      background-color: #D3EDEE; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-gray-lighter .button-text {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-gray-lighter .button-icon svg * {
        fill: #D3EDEE; }
    .longer-version .btn.btn-icon-gray-lighter {
      align-items: stretch;
      text-align: left; }
      .longer-version .btn.btn-icon-gray-lighter .button-icon {
        height: unset; }
      .longer-version .btn.btn-icon-gray-lighter .button-text {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1rem; }
        @media (min-width: 1800px) {
          .longer-version .btn.btn-icon-gray-lighter .button-text {
            padding: 1rem 2rem; } }
        .longer-version .btn.btn-icon-gray-lighter .button-text .button-title {
          text-decoration: none !important;
          transition: all 500ms; }
      .longer-version .btn.btn-icon-gray-lighter .button-arrow {
        transition: all 500ms !important; }
      .longer-version .btn.btn-icon-gray-lighter:hover .button-title, .longer-version .btn.btn-icon-gray-lighter:focus .button-title, .longer-version .btn.btn-icon-gray-lighter:active .button-title {
        color: #E7E7E0 !important; }
      .longer-version .btn.btn-icon-gray-lighter:hover .button-arrow, .longer-version .btn.btn-icon-gray-lighter:focus .button-arrow, .longer-version .btn.btn-icon-gray-lighter:active .button-arrow {
        transform: translateX(0.5rem); }
    .btn.btn-icon-gray-lighter .button-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 0 0 100px;
      width: 100px;
      height: 100px;
      background-color: #E7E7E0 !important; }
      .btn.btn-icon-gray-lighter .button-icon svg * {
        fill: #0E2B41; }
    .btn.btn-icon-gray-lighter .button-text {
      width: 100%;
      padding: 0.5rem 2rem;
      font-weight: 700;
      line-height: 1.5rem; }
      @media (min-width: 1800px) {
        .btn.btn-icon-gray-lighter .button-text {
          padding: 0.5rem 3rem;
          font-size: 1.25rem; } }
    .btn.btn-icon-gray-lighter .button-longer {
      width: calc(100% - 2rem);
      flex: 0 0 calc(100% - 2rem);
      font-weight: 400; }
  .btn.btn-outline-gray-lighter {
    color: #E7E7E0 !important;
    background-color: transparent !important;
    border-size: 1.5px !important;
    border-style: solid !important;
    border-color: #E7E7E0 !important; }
    .btn.btn-outline-gray-lighter:hover, .btn.btn-outline-gray-lighter:focus, .btn.btn-outline-gray-lighter:active {
      border-color: #E7E7E0 !important;
      color: #FFFFFF !important;
      background-color: #E7E7E0 !important; }
  .btn.btn-sm-outline-gray-lighter {
    padding: 0.5rem 1rem;
    background-color: transparent !important;
    border: 1.5px solid #E7E7E0 !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-outline-gray-lighter:hover, .btn.btn-sm-outline-gray-lighter:focus, .btn.btn-sm-outline-gray-lighter:active {
      background-color: transparent !important;
      border: 1.5px solid #E7E7E0 !important;
      color: #E7E7E0 !important; }
  .btn.btn-rounded-gray-lighter {
    padding: 0.5rem 2rem !important;
    color: #FFFFFF !important;
    background-color: #E7E7E0 !important;
    border: 1.5px solid #E7E7E0 !important;
    border-radius: 35px;
    font-weight: 500 !important;
    color: #FFFFFF !important; }
    .btn.btn-rounded-gray-lighter:hover, .btn.btn-rounded-gray-lighter:focus, .btn.btn-rounded-gray-lighter:active {
      background-color: transparent !important;
      border: 1.5px solid #E7E7E0 !important;
      color: #E7E7E0 !important; }
  .btn.btn-grey-lightest {
    background-color: #EBEBE5 !important;
    border: 1.5px solid #EBEBE5 !important;
    color: #FFFFFF !important; }
    .btn.btn-grey-lightest:hover, .btn.btn-grey-lightest:focus, .btn.btn-grey-lightest:active {
      background-color: transparent !important;
      border: 1.5px solid #EBEBE5 !important;
      color: #EBEBE5 !important; }
  .btn.btn-sm-grey-lightest {
    padding: 0.5rem 1rem;
    background-color: #EBEBE5 !important;
    border: 1.5px solid #EBEBE5 !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-grey-lightest:hover, .btn.btn-sm-grey-lightest:focus, .btn.btn-sm-grey-lightest:active {
      background-color: transparent !important;
      border: 1.5px solid #EBEBE5 !important;
      color: #EBEBE5 !important; }
  .btn.btn-bottom-border-grey-lightest {
    padding: 0.5rem 1rem;
    background: #FFFFFF !important;
    border: 1px solid #EBEBE5;
    border-bottom: 10px solid #EBEBE5;
    font-weight: 400; }
    .btn.btn-bottom-border-grey-lightest:hover, .btn.btn-bottom-border-grey-lightest:focus, .btn.btn-bottom-border-grey-lightest:active {
      color: #FFFFFF !important;
      background-color: #EBEBE5 !important; }
    @media (min-width: 1600px) {
      .btn.btn-bottom-border-grey-lightest {
        padding: 1rem 2rem; } }
    @media (min-width: 1800px) {
      .btn.btn-bottom-border-grey-lightest {
        font-size: 1.25rem; } }
  .btn.btn-icon-grey-lightest {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 !important;
    color: #0E2B41 !important;
    background-color: #E7E7E0;
    border: 0 none !important; }
    .bg-grey .btn.btn-icon-grey-lightest, .bg-grey-lighter .btn.btn-icon-grey-lightest, .bg-grey-lightest .btn.btn-icon-grey-lightest {
      background-color: #FFFFFF; }
    .paragraph--type--bcfed-icon-button-group .btn.btn-icon-grey-lightest {
      background-color: #D3EDEE; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-grey-lightest .button-text {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-grey-lightest .button-icon svg * {
        fill: #D3EDEE; }
    .longer-version .btn.btn-icon-grey-lightest {
      align-items: stretch;
      text-align: left; }
      .longer-version .btn.btn-icon-grey-lightest .button-icon {
        height: unset; }
      .longer-version .btn.btn-icon-grey-lightest .button-text {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1rem; }
        @media (min-width: 1800px) {
          .longer-version .btn.btn-icon-grey-lightest .button-text {
            padding: 1rem 2rem; } }
        .longer-version .btn.btn-icon-grey-lightest .button-text .button-title {
          text-decoration: none !important;
          transition: all 500ms; }
      .longer-version .btn.btn-icon-grey-lightest .button-arrow {
        transition: all 500ms !important; }
      .longer-version .btn.btn-icon-grey-lightest:hover .button-title, .longer-version .btn.btn-icon-grey-lightest:focus .button-title, .longer-version .btn.btn-icon-grey-lightest:active .button-title {
        color: #EBEBE5 !important; }
      .longer-version .btn.btn-icon-grey-lightest:hover .button-arrow, .longer-version .btn.btn-icon-grey-lightest:focus .button-arrow, .longer-version .btn.btn-icon-grey-lightest:active .button-arrow {
        transform: translateX(0.5rem); }
    .btn.btn-icon-grey-lightest .button-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 0 0 100px;
      width: 100px;
      height: 100px;
      background-color: #EBEBE5 !important; }
      .btn.btn-icon-grey-lightest .button-icon svg * {
        fill: #0E2B41; }
    .btn.btn-icon-grey-lightest .button-text {
      width: 100%;
      padding: 0.5rem 2rem;
      font-weight: 700;
      line-height: 1.5rem; }
      @media (min-width: 1800px) {
        .btn.btn-icon-grey-lightest .button-text {
          padding: 0.5rem 3rem;
          font-size: 1.25rem; } }
    .btn.btn-icon-grey-lightest .button-longer {
      width: calc(100% - 2rem);
      flex: 0 0 calc(100% - 2rem);
      font-weight: 400; }
  .btn.btn-outline-grey-lightest {
    color: #EBEBE5 !important;
    background-color: transparent !important;
    border-size: 1.5px !important;
    border-style: solid !important;
    border-color: #EBEBE5 !important; }
    .btn.btn-outline-grey-lightest:hover, .btn.btn-outline-grey-lightest:focus, .btn.btn-outline-grey-lightest:active {
      border-color: #EBEBE5 !important;
      color: #FFFFFF !important;
      background-color: #EBEBE5 !important; }
  .btn.btn-sm-outline-grey-lightest {
    padding: 0.5rem 1rem;
    background-color: transparent !important;
    border: 1.5px solid #EBEBE5 !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-outline-grey-lightest:hover, .btn.btn-sm-outline-grey-lightest:focus, .btn.btn-sm-outline-grey-lightest:active {
      background-color: transparent !important;
      border: 1.5px solid #EBEBE5 !important;
      color: #EBEBE5 !important; }
  .btn.btn-rounded-grey-lightest {
    padding: 0.5rem 2rem !important;
    color: #FFFFFF !important;
    background-color: #EBEBE5 !important;
    border: 1.5px solid #EBEBE5 !important;
    border-radius: 35px;
    font-weight: 500 !important;
    color: #FFFFFF !important; }
    .btn.btn-rounded-grey-lightest:hover, .btn.btn-rounded-grey-lightest:focus, .btn.btn-rounded-grey-lightest:active {
      background-color: transparent !important;
      border: 1.5px solid #EBEBE5 !important;
      color: #EBEBE5 !important; }
  .btn.btn-gray-lightest {
    background-color: #EBEBE5 !important;
    border: 1.5px solid #EBEBE5 !important;
    color: #FFFFFF !important; }
    .btn.btn-gray-lightest:hover, .btn.btn-gray-lightest:focus, .btn.btn-gray-lightest:active {
      background-color: transparent !important;
      border: 1.5px solid #EBEBE5 !important;
      color: #EBEBE5 !important; }
  .btn.btn-sm-gray-lightest {
    padding: 0.5rem 1rem;
    background-color: #EBEBE5 !important;
    border: 1.5px solid #EBEBE5 !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-gray-lightest:hover, .btn.btn-sm-gray-lightest:focus, .btn.btn-sm-gray-lightest:active {
      background-color: transparent !important;
      border: 1.5px solid #EBEBE5 !important;
      color: #EBEBE5 !important; }
  .btn.btn-bottom-border-gray-lightest {
    padding: 0.5rem 1rem;
    background: #FFFFFF !important;
    border: 1px solid #EBEBE5;
    border-bottom: 10px solid #EBEBE5;
    font-weight: 400; }
    .btn.btn-bottom-border-gray-lightest:hover, .btn.btn-bottom-border-gray-lightest:focus, .btn.btn-bottom-border-gray-lightest:active {
      color: #FFFFFF !important;
      background-color: #EBEBE5 !important; }
    @media (min-width: 1600px) {
      .btn.btn-bottom-border-gray-lightest {
        padding: 1rem 2rem; } }
    @media (min-width: 1800px) {
      .btn.btn-bottom-border-gray-lightest {
        font-size: 1.25rem; } }
  .btn.btn-icon-gray-lightest {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 !important;
    color: #0E2B41 !important;
    background-color: #E7E7E0;
    border: 0 none !important; }
    .bg-grey .btn.btn-icon-gray-lightest, .bg-grey-lighter .btn.btn-icon-gray-lightest, .bg-grey-lightest .btn.btn-icon-gray-lightest {
      background-color: #FFFFFF; }
    .paragraph--type--bcfed-icon-button-group .btn.btn-icon-gray-lightest {
      background-color: #D3EDEE; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-gray-lightest .button-text {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-gray-lightest .button-icon svg * {
        fill: #D3EDEE; }
    .longer-version .btn.btn-icon-gray-lightest {
      align-items: stretch;
      text-align: left; }
      .longer-version .btn.btn-icon-gray-lightest .button-icon {
        height: unset; }
      .longer-version .btn.btn-icon-gray-lightest .button-text {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1rem; }
        @media (min-width: 1800px) {
          .longer-version .btn.btn-icon-gray-lightest .button-text {
            padding: 1rem 2rem; } }
        .longer-version .btn.btn-icon-gray-lightest .button-text .button-title {
          text-decoration: none !important;
          transition: all 500ms; }
      .longer-version .btn.btn-icon-gray-lightest .button-arrow {
        transition: all 500ms !important; }
      .longer-version .btn.btn-icon-gray-lightest:hover .button-title, .longer-version .btn.btn-icon-gray-lightest:focus .button-title, .longer-version .btn.btn-icon-gray-lightest:active .button-title {
        color: #EBEBE5 !important; }
      .longer-version .btn.btn-icon-gray-lightest:hover .button-arrow, .longer-version .btn.btn-icon-gray-lightest:focus .button-arrow, .longer-version .btn.btn-icon-gray-lightest:active .button-arrow {
        transform: translateX(0.5rem); }
    .btn.btn-icon-gray-lightest .button-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 0 0 100px;
      width: 100px;
      height: 100px;
      background-color: #EBEBE5 !important; }
      .btn.btn-icon-gray-lightest .button-icon svg * {
        fill: #0E2B41; }
    .btn.btn-icon-gray-lightest .button-text {
      width: 100%;
      padding: 0.5rem 2rem;
      font-weight: 700;
      line-height: 1.5rem; }
      @media (min-width: 1800px) {
        .btn.btn-icon-gray-lightest .button-text {
          padding: 0.5rem 3rem;
          font-size: 1.25rem; } }
    .btn.btn-icon-gray-lightest .button-longer {
      width: calc(100% - 2rem);
      flex: 0 0 calc(100% - 2rem);
      font-weight: 400; }
  .btn.btn-outline-gray-lightest {
    color: #EBEBE5 !important;
    background-color: transparent !important;
    border-size: 1.5px !important;
    border-style: solid !important;
    border-color: #EBEBE5 !important; }
    .btn.btn-outline-gray-lightest:hover, .btn.btn-outline-gray-lightest:focus, .btn.btn-outline-gray-lightest:active {
      border-color: #EBEBE5 !important;
      color: #FFFFFF !important;
      background-color: #EBEBE5 !important; }
  .btn.btn-sm-outline-gray-lightest {
    padding: 0.5rem 1rem;
    background-color: transparent !important;
    border: 1.5px solid #EBEBE5 !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-outline-gray-lightest:hover, .btn.btn-sm-outline-gray-lightest:focus, .btn.btn-sm-outline-gray-lightest:active {
      background-color: transparent !important;
      border: 1.5px solid #EBEBE5 !important;
      color: #EBEBE5 !important; }
  .btn.btn-rounded-gray-lightest {
    padding: 0.5rem 2rem !important;
    color: #FFFFFF !important;
    background-color: #EBEBE5 !important;
    border: 1.5px solid #EBEBE5 !important;
    border-radius: 35px;
    font-weight: 500 !important;
    color: #FFFFFF !important; }
    .btn.btn-rounded-gray-lightest:hover, .btn.btn-rounded-gray-lightest:focus, .btn.btn-rounded-gray-lightest:active {
      background-color: transparent !important;
      border: 1.5px solid #EBEBE5 !important;
      color: #EBEBE5 !important; }
  .btn.btn-grey-medium {
    background-color: #707070 !important;
    border: 1.5px solid #707070 !important;
    color: #FFFFFF !important; }
    .btn.btn-grey-medium:hover, .btn.btn-grey-medium:focus, .btn.btn-grey-medium:active {
      background-color: transparent !important;
      border: 1.5px solid #707070 !important;
      color: #707070 !important; }
  .btn.btn-sm-grey-medium {
    padding: 0.5rem 1rem;
    background-color: #707070 !important;
    border: 1.5px solid #707070 !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-grey-medium:hover, .btn.btn-sm-grey-medium:focus, .btn.btn-sm-grey-medium:active {
      background-color: transparent !important;
      border: 1.5px solid #707070 !important;
      color: #707070 !important; }
  .btn.btn-bottom-border-grey-medium {
    padding: 0.5rem 1rem;
    background: #FFFFFF !important;
    border: 1px solid #707070;
    border-bottom: 10px solid #707070;
    font-weight: 400; }
    .btn.btn-bottom-border-grey-medium:hover, .btn.btn-bottom-border-grey-medium:focus, .btn.btn-bottom-border-grey-medium:active {
      color: #FFFFFF !important;
      background-color: #707070 !important; }
    @media (min-width: 1600px) {
      .btn.btn-bottom-border-grey-medium {
        padding: 1rem 2rem; } }
    @media (min-width: 1800px) {
      .btn.btn-bottom-border-grey-medium {
        font-size: 1.25rem; } }
  .btn.btn-icon-grey-medium {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 !important;
    color: #0E2B41 !important;
    background-color: #E7E7E0;
    border: 0 none !important; }
    .bg-grey .btn.btn-icon-grey-medium, .bg-grey-lighter .btn.btn-icon-grey-medium, .bg-grey-lightest .btn.btn-icon-grey-medium {
      background-color: #FFFFFF; }
    .paragraph--type--bcfed-icon-button-group .btn.btn-icon-grey-medium {
      background-color: #D3EDEE; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-grey-medium .button-text {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-grey-medium .button-icon svg * {
        fill: #D3EDEE; }
    .longer-version .btn.btn-icon-grey-medium {
      align-items: stretch;
      text-align: left; }
      .longer-version .btn.btn-icon-grey-medium .button-icon {
        height: unset; }
      .longer-version .btn.btn-icon-grey-medium .button-text {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1rem; }
        @media (min-width: 1800px) {
          .longer-version .btn.btn-icon-grey-medium .button-text {
            padding: 1rem 2rem; } }
        .longer-version .btn.btn-icon-grey-medium .button-text .button-title {
          text-decoration: none !important;
          transition: all 500ms; }
      .longer-version .btn.btn-icon-grey-medium .button-arrow {
        transition: all 500ms !important; }
      .longer-version .btn.btn-icon-grey-medium:hover .button-title, .longer-version .btn.btn-icon-grey-medium:focus .button-title, .longer-version .btn.btn-icon-grey-medium:active .button-title {
        color: #707070 !important; }
      .longer-version .btn.btn-icon-grey-medium:hover .button-arrow, .longer-version .btn.btn-icon-grey-medium:focus .button-arrow, .longer-version .btn.btn-icon-grey-medium:active .button-arrow {
        transform: translateX(0.5rem); }
    .btn.btn-icon-grey-medium .button-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 0 0 100px;
      width: 100px;
      height: 100px;
      background-color: #707070 !important; }
      .btn.btn-icon-grey-medium .button-icon svg * {
        fill: #0E2B41; }
    .btn.btn-icon-grey-medium .button-text {
      width: 100%;
      padding: 0.5rem 2rem;
      font-weight: 700;
      line-height: 1.5rem; }
      @media (min-width: 1800px) {
        .btn.btn-icon-grey-medium .button-text {
          padding: 0.5rem 3rem;
          font-size: 1.25rem; } }
    .btn.btn-icon-grey-medium .button-longer {
      width: calc(100% - 2rem);
      flex: 0 0 calc(100% - 2rem);
      font-weight: 400; }
  .btn.btn-outline-grey-medium {
    color: #707070 !important;
    background-color: transparent !important;
    border-size: 1.5px !important;
    border-style: solid !important;
    border-color: #707070 !important; }
    .btn.btn-outline-grey-medium:hover, .btn.btn-outline-grey-medium:focus, .btn.btn-outline-grey-medium:active {
      border-color: #707070 !important;
      color: #FFFFFF !important;
      background-color: #707070 !important; }
  .btn.btn-sm-outline-grey-medium {
    padding: 0.5rem 1rem;
    background-color: transparent !important;
    border: 1.5px solid #707070 !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-outline-grey-medium:hover, .btn.btn-sm-outline-grey-medium:focus, .btn.btn-sm-outline-grey-medium:active {
      background-color: transparent !important;
      border: 1.5px solid #707070 !important;
      color: #707070 !important; }
  .btn.btn-rounded-grey-medium {
    padding: 0.5rem 2rem !important;
    color: #FFFFFF !important;
    background-color: #707070 !important;
    border: 1.5px solid #707070 !important;
    border-radius: 35px;
    font-weight: 500 !important;
    color: #FFFFFF !important; }
    .btn.btn-rounded-grey-medium:hover, .btn.btn-rounded-grey-medium:focus, .btn.btn-rounded-grey-medium:active {
      background-color: transparent !important;
      border: 1.5px solid #707070 !important;
      color: #707070 !important; }
  .btn.btn-gray-medium {
    background-color: #707070 !important;
    border: 1.5px solid #707070 !important;
    color: #FFFFFF !important; }
    .btn.btn-gray-medium:hover, .btn.btn-gray-medium:focus, .btn.btn-gray-medium:active {
      background-color: transparent !important;
      border: 1.5px solid #707070 !important;
      color: #707070 !important; }
  .btn.btn-sm-gray-medium {
    padding: 0.5rem 1rem;
    background-color: #707070 !important;
    border: 1.5px solid #707070 !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-gray-medium:hover, .btn.btn-sm-gray-medium:focus, .btn.btn-sm-gray-medium:active {
      background-color: transparent !important;
      border: 1.5px solid #707070 !important;
      color: #707070 !important; }
  .btn.btn-bottom-border-gray-medium {
    padding: 0.5rem 1rem;
    background: #FFFFFF !important;
    border: 1px solid #707070;
    border-bottom: 10px solid #707070;
    font-weight: 400; }
    .btn.btn-bottom-border-gray-medium:hover, .btn.btn-bottom-border-gray-medium:focus, .btn.btn-bottom-border-gray-medium:active {
      color: #FFFFFF !important;
      background-color: #707070 !important; }
    @media (min-width: 1600px) {
      .btn.btn-bottom-border-gray-medium {
        padding: 1rem 2rem; } }
    @media (min-width: 1800px) {
      .btn.btn-bottom-border-gray-medium {
        font-size: 1.25rem; } }
  .btn.btn-icon-gray-medium {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 !important;
    color: #0E2B41 !important;
    background-color: #E7E7E0;
    border: 0 none !important; }
    .bg-grey .btn.btn-icon-gray-medium, .bg-grey-lighter .btn.btn-icon-gray-medium, .bg-grey-lightest .btn.btn-icon-gray-medium {
      background-color: #FFFFFF; }
    .paragraph--type--bcfed-icon-button-group .btn.btn-icon-gray-medium {
      background-color: #D3EDEE; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-gray-medium .button-text {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-gray-medium .button-icon svg * {
        fill: #D3EDEE; }
    .longer-version .btn.btn-icon-gray-medium {
      align-items: stretch;
      text-align: left; }
      .longer-version .btn.btn-icon-gray-medium .button-icon {
        height: unset; }
      .longer-version .btn.btn-icon-gray-medium .button-text {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1rem; }
        @media (min-width: 1800px) {
          .longer-version .btn.btn-icon-gray-medium .button-text {
            padding: 1rem 2rem; } }
        .longer-version .btn.btn-icon-gray-medium .button-text .button-title {
          text-decoration: none !important;
          transition: all 500ms; }
      .longer-version .btn.btn-icon-gray-medium .button-arrow {
        transition: all 500ms !important; }
      .longer-version .btn.btn-icon-gray-medium:hover .button-title, .longer-version .btn.btn-icon-gray-medium:focus .button-title, .longer-version .btn.btn-icon-gray-medium:active .button-title {
        color: #707070 !important; }
      .longer-version .btn.btn-icon-gray-medium:hover .button-arrow, .longer-version .btn.btn-icon-gray-medium:focus .button-arrow, .longer-version .btn.btn-icon-gray-medium:active .button-arrow {
        transform: translateX(0.5rem); }
    .btn.btn-icon-gray-medium .button-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 0 0 100px;
      width: 100px;
      height: 100px;
      background-color: #707070 !important; }
      .btn.btn-icon-gray-medium .button-icon svg * {
        fill: #0E2B41; }
    .btn.btn-icon-gray-medium .button-text {
      width: 100%;
      padding: 0.5rem 2rem;
      font-weight: 700;
      line-height: 1.5rem; }
      @media (min-width: 1800px) {
        .btn.btn-icon-gray-medium .button-text {
          padding: 0.5rem 3rem;
          font-size: 1.25rem; } }
    .btn.btn-icon-gray-medium .button-longer {
      width: calc(100% - 2rem);
      flex: 0 0 calc(100% - 2rem);
      font-weight: 400; }
  .btn.btn-outline-gray-medium {
    color: #707070 !important;
    background-color: transparent !important;
    border-size: 1.5px !important;
    border-style: solid !important;
    border-color: #707070 !important; }
    .btn.btn-outline-gray-medium:hover, .btn.btn-outline-gray-medium:focus, .btn.btn-outline-gray-medium:active {
      border-color: #707070 !important;
      color: #FFFFFF !important;
      background-color: #707070 !important; }
  .btn.btn-sm-outline-gray-medium {
    padding: 0.5rem 1rem;
    background-color: transparent !important;
    border: 1.5px solid #707070 !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-outline-gray-medium:hover, .btn.btn-sm-outline-gray-medium:focus, .btn.btn-sm-outline-gray-medium:active {
      background-color: transparent !important;
      border: 1.5px solid #707070 !important;
      color: #707070 !important; }
  .btn.btn-rounded-gray-medium {
    padding: 0.5rem 2rem !important;
    color: #FFFFFF !important;
    background-color: #707070 !important;
    border: 1.5px solid #707070 !important;
    border-radius: 35px;
    font-weight: 500 !important;
    color: #FFFFFF !important; }
    .btn.btn-rounded-gray-medium:hover, .btn.btn-rounded-gray-medium:focus, .btn.btn-rounded-gray-medium:active {
      background-color: transparent !important;
      border: 1.5px solid #707070 !important;
      color: #707070 !important; }
  .btn.btn-grey-shadow {
    background-color: #CCC !important;
    border: 1.5px solid #CCC !important;
    color: #FFFFFF !important; }
    .btn.btn-grey-shadow:hover, .btn.btn-grey-shadow:focus, .btn.btn-grey-shadow:active {
      background-color: transparent !important;
      border: 1.5px solid #CCC !important;
      color: #CCC !important; }
  .btn.btn-sm-grey-shadow {
    padding: 0.5rem 1rem;
    background-color: #CCC !important;
    border: 1.5px solid #CCC !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-grey-shadow:hover, .btn.btn-sm-grey-shadow:focus, .btn.btn-sm-grey-shadow:active {
      background-color: transparent !important;
      border: 1.5px solid #CCC !important;
      color: #CCC !important; }
  .btn.btn-bottom-border-grey-shadow {
    padding: 0.5rem 1rem;
    background: #FFFFFF !important;
    border: 1px solid #CCC;
    border-bottom: 10px solid #CCC;
    font-weight: 400; }
    .btn.btn-bottom-border-grey-shadow:hover, .btn.btn-bottom-border-grey-shadow:focus, .btn.btn-bottom-border-grey-shadow:active {
      color: #FFFFFF !important;
      background-color: #CCC !important; }
    @media (min-width: 1600px) {
      .btn.btn-bottom-border-grey-shadow {
        padding: 1rem 2rem; } }
    @media (min-width: 1800px) {
      .btn.btn-bottom-border-grey-shadow {
        font-size: 1.25rem; } }
  .btn.btn-icon-grey-shadow {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 !important;
    color: #0E2B41 !important;
    background-color: #E7E7E0;
    border: 0 none !important; }
    .bg-grey .btn.btn-icon-grey-shadow, .bg-grey-lighter .btn.btn-icon-grey-shadow, .bg-grey-lightest .btn.btn-icon-grey-shadow {
      background-color: #FFFFFF; }
    .paragraph--type--bcfed-icon-button-group .btn.btn-icon-grey-shadow {
      background-color: #D3EDEE; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-grey-shadow .button-text {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-grey-shadow .button-icon svg * {
        fill: #D3EDEE; }
    .longer-version .btn.btn-icon-grey-shadow {
      align-items: stretch;
      text-align: left; }
      .longer-version .btn.btn-icon-grey-shadow .button-icon {
        height: unset; }
      .longer-version .btn.btn-icon-grey-shadow .button-text {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1rem; }
        @media (min-width: 1800px) {
          .longer-version .btn.btn-icon-grey-shadow .button-text {
            padding: 1rem 2rem; } }
        .longer-version .btn.btn-icon-grey-shadow .button-text .button-title {
          text-decoration: none !important;
          transition: all 500ms; }
      .longer-version .btn.btn-icon-grey-shadow .button-arrow {
        transition: all 500ms !important; }
      .longer-version .btn.btn-icon-grey-shadow:hover .button-title, .longer-version .btn.btn-icon-grey-shadow:focus .button-title, .longer-version .btn.btn-icon-grey-shadow:active .button-title {
        color: #CCC !important; }
      .longer-version .btn.btn-icon-grey-shadow:hover .button-arrow, .longer-version .btn.btn-icon-grey-shadow:focus .button-arrow, .longer-version .btn.btn-icon-grey-shadow:active .button-arrow {
        transform: translateX(0.5rem); }
    .btn.btn-icon-grey-shadow .button-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 0 0 100px;
      width: 100px;
      height: 100px;
      background-color: #CCC !important; }
      .btn.btn-icon-grey-shadow .button-icon svg * {
        fill: #0E2B41; }
    .btn.btn-icon-grey-shadow .button-text {
      width: 100%;
      padding: 0.5rem 2rem;
      font-weight: 700;
      line-height: 1.5rem; }
      @media (min-width: 1800px) {
        .btn.btn-icon-grey-shadow .button-text {
          padding: 0.5rem 3rem;
          font-size: 1.25rem; } }
    .btn.btn-icon-grey-shadow .button-longer {
      width: calc(100% - 2rem);
      flex: 0 0 calc(100% - 2rem);
      font-weight: 400; }
  .btn.btn-outline-grey-shadow {
    color: #CCC !important;
    background-color: transparent !important;
    border-size: 1.5px !important;
    border-style: solid !important;
    border-color: #CCC !important; }
    .btn.btn-outline-grey-shadow:hover, .btn.btn-outline-grey-shadow:focus, .btn.btn-outline-grey-shadow:active {
      border-color: #CCC !important;
      color: #FFFFFF !important;
      background-color: #CCC !important; }
  .btn.btn-sm-outline-grey-shadow {
    padding: 0.5rem 1rem;
    background-color: transparent !important;
    border: 1.5px solid #CCC !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-outline-grey-shadow:hover, .btn.btn-sm-outline-grey-shadow:focus, .btn.btn-sm-outline-grey-shadow:active {
      background-color: transparent !important;
      border: 1.5px solid #CCC !important;
      color: #CCC !important; }
  .btn.btn-rounded-grey-shadow {
    padding: 0.5rem 2rem !important;
    color: #FFFFFF !important;
    background-color: #CCC !important;
    border: 1.5px solid #CCC !important;
    border-radius: 35px;
    font-weight: 500 !important;
    color: #FFFFFF !important; }
    .btn.btn-rounded-grey-shadow:hover, .btn.btn-rounded-grey-shadow:focus, .btn.btn-rounded-grey-shadow:active {
      background-color: transparent !important;
      border: 1.5px solid #CCC !important;
      color: #CCC !important; }
  .btn.btn-orange-darker {
    background-color: #CA822E !important;
    border: 1.5px solid #CA822E !important;
    color: #FFFFFF !important; }
    .btn.btn-orange-darker:hover, .btn.btn-orange-darker:focus, .btn.btn-orange-darker:active {
      background-color: transparent !important;
      border: 1.5px solid #CA822E !important;
      color: #CA822E !important; }
  .btn.btn-sm-orange-darker {
    padding: 0.5rem 1rem;
    background-color: #CA822E !important;
    border: 1.5px solid #CA822E !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-orange-darker:hover, .btn.btn-sm-orange-darker:focus, .btn.btn-sm-orange-darker:active {
      background-color: transparent !important;
      border: 1.5px solid #CA822E !important;
      color: #CA822E !important; }
  .btn.btn-bottom-border-orange-darker {
    padding: 0.5rem 1rem;
    background: #FFFFFF !important;
    border: 1px solid #CA822E;
    border-bottom: 10px solid #CA822E;
    font-weight: 400; }
    .btn.btn-bottom-border-orange-darker:hover, .btn.btn-bottom-border-orange-darker:focus, .btn.btn-bottom-border-orange-darker:active {
      color: #FFFFFF !important;
      background-color: #CA822E !important; }
    @media (min-width: 1600px) {
      .btn.btn-bottom-border-orange-darker {
        padding: 1rem 2rem; } }
    @media (min-width: 1800px) {
      .btn.btn-bottom-border-orange-darker {
        font-size: 1.25rem; } }
  .btn.btn-icon-orange-darker {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 !important;
    color: #0E2B41 !important;
    background-color: #E7E7E0;
    border: 0 none !important; }
    .bg-grey .btn.btn-icon-orange-darker, .bg-grey-lighter .btn.btn-icon-orange-darker, .bg-grey-lightest .btn.btn-icon-orange-darker {
      background-color: #FFFFFF; }
    .paragraph--type--bcfed-icon-button-group .btn.btn-icon-orange-darker {
      background-color: #D3EDEE; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-orange-darker .button-text {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-orange-darker .button-icon svg * {
        fill: #D3EDEE; }
    .longer-version .btn.btn-icon-orange-darker {
      align-items: stretch;
      text-align: left; }
      .longer-version .btn.btn-icon-orange-darker .button-icon {
        height: unset; }
      .longer-version .btn.btn-icon-orange-darker .button-text {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1rem; }
        @media (min-width: 1800px) {
          .longer-version .btn.btn-icon-orange-darker .button-text {
            padding: 1rem 2rem; } }
        .longer-version .btn.btn-icon-orange-darker .button-text .button-title {
          text-decoration: none !important;
          transition: all 500ms; }
      .longer-version .btn.btn-icon-orange-darker .button-arrow {
        transition: all 500ms !important; }
      .longer-version .btn.btn-icon-orange-darker:hover .button-title, .longer-version .btn.btn-icon-orange-darker:focus .button-title, .longer-version .btn.btn-icon-orange-darker:active .button-title {
        color: #CA822E !important; }
      .longer-version .btn.btn-icon-orange-darker:hover .button-arrow, .longer-version .btn.btn-icon-orange-darker:focus .button-arrow, .longer-version .btn.btn-icon-orange-darker:active .button-arrow {
        transform: translateX(0.5rem); }
    .btn.btn-icon-orange-darker .button-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 0 0 100px;
      width: 100px;
      height: 100px;
      background-color: #CA822E !important; }
      .btn.btn-icon-orange-darker .button-icon svg * {
        fill: #0E2B41; }
    .btn.btn-icon-orange-darker .button-text {
      width: 100%;
      padding: 0.5rem 2rem;
      font-weight: 700;
      line-height: 1.5rem; }
      @media (min-width: 1800px) {
        .btn.btn-icon-orange-darker .button-text {
          padding: 0.5rem 3rem;
          font-size: 1.25rem; } }
    .btn.btn-icon-orange-darker .button-longer {
      width: calc(100% - 2rem);
      flex: 0 0 calc(100% - 2rem);
      font-weight: 400; }
  .btn.btn-outline-orange-darker {
    color: #CA822E !important;
    background-color: transparent !important;
    border-size: 1.5px !important;
    border-style: solid !important;
    border-color: #CA822E !important; }
    .btn.btn-outline-orange-darker:hover, .btn.btn-outline-orange-darker:focus, .btn.btn-outline-orange-darker:active {
      border-color: #CA822E !important;
      color: #FFFFFF !important;
      background-color: #CA822E !important; }
  .btn.btn-sm-outline-orange-darker {
    padding: 0.5rem 1rem;
    background-color: transparent !important;
    border: 1.5px solid #CA822E !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-outline-orange-darker:hover, .btn.btn-sm-outline-orange-darker:focus, .btn.btn-sm-outline-orange-darker:active {
      background-color: transparent !important;
      border: 1.5px solid #CA822E !important;
      color: #CA822E !important; }
  .btn.btn-rounded-orange-darker {
    padding: 0.5rem 2rem !important;
    color: #FFFFFF !important;
    background-color: #CA822E !important;
    border: 1.5px solid #CA822E !important;
    border-radius: 35px;
    font-weight: 500 !important;
    color: #FFFFFF !important; }
    .btn.btn-rounded-orange-darker:hover, .btn.btn-rounded-orange-darker:focus, .btn.btn-rounded-orange-darker:active {
      background-color: transparent !important;
      border: 1.5px solid #CA822E !important;
      color: #CA822E !important; }
  .btn.btn-orange-darkest {
    background-color: #CA822E !important;
    border: 1.5px solid #CA822E !important;
    color: #FFFFFF !important; }
    .btn.btn-orange-darkest:hover, .btn.btn-orange-darkest:focus, .btn.btn-orange-darkest:active {
      background-color: transparent !important;
      border: 1.5px solid #CA822E !important;
      color: #CA822E !important; }
  .btn.btn-sm-orange-darkest {
    padding: 0.5rem 1rem;
    background-color: #CA822E !important;
    border: 1.5px solid #CA822E !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-orange-darkest:hover, .btn.btn-sm-orange-darkest:focus, .btn.btn-sm-orange-darkest:active {
      background-color: transparent !important;
      border: 1.5px solid #CA822E !important;
      color: #CA822E !important; }
  .btn.btn-bottom-border-orange-darkest {
    padding: 0.5rem 1rem;
    background: #FFFFFF !important;
    border: 1px solid #CA822E;
    border-bottom: 10px solid #CA822E;
    font-weight: 400; }
    .btn.btn-bottom-border-orange-darkest:hover, .btn.btn-bottom-border-orange-darkest:focus, .btn.btn-bottom-border-orange-darkest:active {
      color: #FFFFFF !important;
      background-color: #CA822E !important; }
    @media (min-width: 1600px) {
      .btn.btn-bottom-border-orange-darkest {
        padding: 1rem 2rem; } }
    @media (min-width: 1800px) {
      .btn.btn-bottom-border-orange-darkest {
        font-size: 1.25rem; } }
  .btn.btn-icon-orange-darkest {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 !important;
    color: #0E2B41 !important;
    background-color: #E7E7E0;
    border: 0 none !important; }
    .bg-grey .btn.btn-icon-orange-darkest, .bg-grey-lighter .btn.btn-icon-orange-darkest, .bg-grey-lightest .btn.btn-icon-orange-darkest {
      background-color: #FFFFFF; }
    .paragraph--type--bcfed-icon-button-group .btn.btn-icon-orange-darkest {
      background-color: #D3EDEE; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-orange-darkest .button-text {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-orange-darkest .button-icon svg * {
        fill: #D3EDEE; }
    .longer-version .btn.btn-icon-orange-darkest {
      align-items: stretch;
      text-align: left; }
      .longer-version .btn.btn-icon-orange-darkest .button-icon {
        height: unset; }
      .longer-version .btn.btn-icon-orange-darkest .button-text {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1rem; }
        @media (min-width: 1800px) {
          .longer-version .btn.btn-icon-orange-darkest .button-text {
            padding: 1rem 2rem; } }
        .longer-version .btn.btn-icon-orange-darkest .button-text .button-title {
          text-decoration: none !important;
          transition: all 500ms; }
      .longer-version .btn.btn-icon-orange-darkest .button-arrow {
        transition: all 500ms !important; }
      .longer-version .btn.btn-icon-orange-darkest:hover .button-title, .longer-version .btn.btn-icon-orange-darkest:focus .button-title, .longer-version .btn.btn-icon-orange-darkest:active .button-title {
        color: #CA822E !important; }
      .longer-version .btn.btn-icon-orange-darkest:hover .button-arrow, .longer-version .btn.btn-icon-orange-darkest:focus .button-arrow, .longer-version .btn.btn-icon-orange-darkest:active .button-arrow {
        transform: translateX(0.5rem); }
    .btn.btn-icon-orange-darkest .button-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 0 0 100px;
      width: 100px;
      height: 100px;
      background-color: #CA822E !important; }
      .btn.btn-icon-orange-darkest .button-icon svg * {
        fill: #0E2B41; }
    .btn.btn-icon-orange-darkest .button-text {
      width: 100%;
      padding: 0.5rem 2rem;
      font-weight: 700;
      line-height: 1.5rem; }
      @media (min-width: 1800px) {
        .btn.btn-icon-orange-darkest .button-text {
          padding: 0.5rem 3rem;
          font-size: 1.25rem; } }
    .btn.btn-icon-orange-darkest .button-longer {
      width: calc(100% - 2rem);
      flex: 0 0 calc(100% - 2rem);
      font-weight: 400; }
  .btn.btn-outline-orange-darkest {
    color: #CA822E !important;
    background-color: transparent !important;
    border-size: 1.5px !important;
    border-style: solid !important;
    border-color: #CA822E !important; }
    .btn.btn-outline-orange-darkest:hover, .btn.btn-outline-orange-darkest:focus, .btn.btn-outline-orange-darkest:active {
      border-color: #CA822E !important;
      color: #FFFFFF !important;
      background-color: #CA822E !important; }
  .btn.btn-sm-outline-orange-darkest {
    padding: 0.5rem 1rem;
    background-color: transparent !important;
    border: 1.5px solid #CA822E !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-outline-orange-darkest:hover, .btn.btn-sm-outline-orange-darkest:focus, .btn.btn-sm-outline-orange-darkest:active {
      background-color: transparent !important;
      border: 1.5px solid #CA822E !important;
      color: #CA822E !important; }
  .btn.btn-rounded-orange-darkest {
    padding: 0.5rem 2rem !important;
    color: #FFFFFF !important;
    background-color: #CA822E !important;
    border: 1.5px solid #CA822E !important;
    border-radius: 35px;
    font-weight: 500 !important;
    color: #FFFFFF !important; }
    .btn.btn-rounded-orange-darkest:hover, .btn.btn-rounded-orange-darkest:focus, .btn.btn-rounded-orange-darkest:active {
      background-color: transparent !important;
      border: 1.5px solid #CA822E !important;
      color: #CA822E !important; }
  .btn.btn-orange-lighter {
    background-color: #F8AE0F !important;
    border: 1.5px solid #F8AE0F !important;
    color: #FFFFFF !important; }
    .btn.btn-orange-lighter:hover, .btn.btn-orange-lighter:focus, .btn.btn-orange-lighter:active {
      background-color: transparent !important;
      border: 1.5px solid #F8AE0F !important;
      color: #F8AE0F !important; }
  .btn.btn-sm-orange-lighter {
    padding: 0.5rem 1rem;
    background-color: #F8AE0F !important;
    border: 1.5px solid #F8AE0F !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-orange-lighter:hover, .btn.btn-sm-orange-lighter:focus, .btn.btn-sm-orange-lighter:active {
      background-color: transparent !important;
      border: 1.5px solid #F8AE0F !important;
      color: #F8AE0F !important; }
  .btn.btn-bottom-border-orange-lighter {
    padding: 0.5rem 1rem;
    background: #FFFFFF !important;
    border: 1px solid #F8AE0F;
    border-bottom: 10px solid #F8AE0F;
    font-weight: 400; }
    .btn.btn-bottom-border-orange-lighter:hover, .btn.btn-bottom-border-orange-lighter:focus, .btn.btn-bottom-border-orange-lighter:active {
      color: #FFFFFF !important;
      background-color: #F8AE0F !important; }
    @media (min-width: 1600px) {
      .btn.btn-bottom-border-orange-lighter {
        padding: 1rem 2rem; } }
    @media (min-width: 1800px) {
      .btn.btn-bottom-border-orange-lighter {
        font-size: 1.25rem; } }
  .btn.btn-icon-orange-lighter {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 !important;
    color: #0E2B41 !important;
    background-color: #E7E7E0;
    border: 0 none !important; }
    .bg-grey .btn.btn-icon-orange-lighter, .bg-grey-lighter .btn.btn-icon-orange-lighter, .bg-grey-lightest .btn.btn-icon-orange-lighter {
      background-color: #FFFFFF; }
    .paragraph--type--bcfed-icon-button-group .btn.btn-icon-orange-lighter {
      background-color: #D3EDEE; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-orange-lighter .button-text {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-orange-lighter .button-icon svg * {
        fill: #D3EDEE; }
    .longer-version .btn.btn-icon-orange-lighter {
      align-items: stretch;
      text-align: left; }
      .longer-version .btn.btn-icon-orange-lighter .button-icon {
        height: unset; }
      .longer-version .btn.btn-icon-orange-lighter .button-text {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1rem; }
        @media (min-width: 1800px) {
          .longer-version .btn.btn-icon-orange-lighter .button-text {
            padding: 1rem 2rem; } }
        .longer-version .btn.btn-icon-orange-lighter .button-text .button-title {
          text-decoration: none !important;
          transition: all 500ms; }
      .longer-version .btn.btn-icon-orange-lighter .button-arrow {
        transition: all 500ms !important; }
      .longer-version .btn.btn-icon-orange-lighter:hover .button-title, .longer-version .btn.btn-icon-orange-lighter:focus .button-title, .longer-version .btn.btn-icon-orange-lighter:active .button-title {
        color: #F8AE0F !important; }
      .longer-version .btn.btn-icon-orange-lighter:hover .button-arrow, .longer-version .btn.btn-icon-orange-lighter:focus .button-arrow, .longer-version .btn.btn-icon-orange-lighter:active .button-arrow {
        transform: translateX(0.5rem); }
    .btn.btn-icon-orange-lighter .button-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 0 0 100px;
      width: 100px;
      height: 100px;
      background-color: #F8AE0F !important; }
      .btn.btn-icon-orange-lighter .button-icon svg * {
        fill: #0E2B41; }
    .btn.btn-icon-orange-lighter .button-text {
      width: 100%;
      padding: 0.5rem 2rem;
      font-weight: 700;
      line-height: 1.5rem; }
      @media (min-width: 1800px) {
        .btn.btn-icon-orange-lighter .button-text {
          padding: 0.5rem 3rem;
          font-size: 1.25rem; } }
    .btn.btn-icon-orange-lighter .button-longer {
      width: calc(100% - 2rem);
      flex: 0 0 calc(100% - 2rem);
      font-weight: 400; }
  .btn.btn-outline-orange-lighter {
    color: #F8AE0F !important;
    background-color: transparent !important;
    border-size: 1.5px !important;
    border-style: solid !important;
    border-color: #F8AE0F !important; }
    .btn.btn-outline-orange-lighter:hover, .btn.btn-outline-orange-lighter:focus, .btn.btn-outline-orange-lighter:active {
      border-color: #F8AE0F !important;
      color: #FFFFFF !important;
      background-color: #F8AE0F !important; }
  .btn.btn-sm-outline-orange-lighter {
    padding: 0.5rem 1rem;
    background-color: transparent !important;
    border: 1.5px solid #F8AE0F !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-outline-orange-lighter:hover, .btn.btn-sm-outline-orange-lighter:focus, .btn.btn-sm-outline-orange-lighter:active {
      background-color: transparent !important;
      border: 1.5px solid #F8AE0F !important;
      color: #F8AE0F !important; }
  .btn.btn-rounded-orange-lighter {
    padding: 0.5rem 2rem !important;
    color: #FFFFFF !important;
    background-color: #F8AE0F !important;
    border: 1.5px solid #F8AE0F !important;
    border-radius: 35px;
    font-weight: 500 !important;
    color: #FFFFFF !important; }
    .btn.btn-rounded-orange-lighter:hover, .btn.btn-rounded-orange-lighter:focus, .btn.btn-rounded-orange-lighter:active {
      background-color: transparent !important;
      border: 1.5px solid #F8AE0F !important;
      color: #F8AE0F !important; }
  .btn.btn-orange-lightest {
    background-color: #F8AE0F !important;
    border: 1.5px solid #F8AE0F !important;
    color: #FFFFFF !important; }
    .btn.btn-orange-lightest:hover, .btn.btn-orange-lightest:focus, .btn.btn-orange-lightest:active {
      background-color: transparent !important;
      border: 1.5px solid #F8AE0F !important;
      color: #F8AE0F !important; }
  .btn.btn-sm-orange-lightest {
    padding: 0.5rem 1rem;
    background-color: #F8AE0F !important;
    border: 1.5px solid #F8AE0F !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-orange-lightest:hover, .btn.btn-sm-orange-lightest:focus, .btn.btn-sm-orange-lightest:active {
      background-color: transparent !important;
      border: 1.5px solid #F8AE0F !important;
      color: #F8AE0F !important; }
  .btn.btn-bottom-border-orange-lightest {
    padding: 0.5rem 1rem;
    background: #FFFFFF !important;
    border: 1px solid #F8AE0F;
    border-bottom: 10px solid #F8AE0F;
    font-weight: 400; }
    .btn.btn-bottom-border-orange-lightest:hover, .btn.btn-bottom-border-orange-lightest:focus, .btn.btn-bottom-border-orange-lightest:active {
      color: #FFFFFF !important;
      background-color: #F8AE0F !important; }
    @media (min-width: 1600px) {
      .btn.btn-bottom-border-orange-lightest {
        padding: 1rem 2rem; } }
    @media (min-width: 1800px) {
      .btn.btn-bottom-border-orange-lightest {
        font-size: 1.25rem; } }
  .btn.btn-icon-orange-lightest {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 !important;
    color: #0E2B41 !important;
    background-color: #E7E7E0;
    border: 0 none !important; }
    .bg-grey .btn.btn-icon-orange-lightest, .bg-grey-lighter .btn.btn-icon-orange-lightest, .bg-grey-lightest .btn.btn-icon-orange-lightest {
      background-color: #FFFFFF; }
    .paragraph--type--bcfed-icon-button-group .btn.btn-icon-orange-lightest {
      background-color: #D3EDEE; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-orange-lightest .button-text {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-orange-lightest .button-icon svg * {
        fill: #D3EDEE; }
    .longer-version .btn.btn-icon-orange-lightest {
      align-items: stretch;
      text-align: left; }
      .longer-version .btn.btn-icon-orange-lightest .button-icon {
        height: unset; }
      .longer-version .btn.btn-icon-orange-lightest .button-text {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1rem; }
        @media (min-width: 1800px) {
          .longer-version .btn.btn-icon-orange-lightest .button-text {
            padding: 1rem 2rem; } }
        .longer-version .btn.btn-icon-orange-lightest .button-text .button-title {
          text-decoration: none !important;
          transition: all 500ms; }
      .longer-version .btn.btn-icon-orange-lightest .button-arrow {
        transition: all 500ms !important; }
      .longer-version .btn.btn-icon-orange-lightest:hover .button-title, .longer-version .btn.btn-icon-orange-lightest:focus .button-title, .longer-version .btn.btn-icon-orange-lightest:active .button-title {
        color: #F8AE0F !important; }
      .longer-version .btn.btn-icon-orange-lightest:hover .button-arrow, .longer-version .btn.btn-icon-orange-lightest:focus .button-arrow, .longer-version .btn.btn-icon-orange-lightest:active .button-arrow {
        transform: translateX(0.5rem); }
    .btn.btn-icon-orange-lightest .button-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 0 0 100px;
      width: 100px;
      height: 100px;
      background-color: #F8AE0F !important; }
      .btn.btn-icon-orange-lightest .button-icon svg * {
        fill: #0E2B41; }
    .btn.btn-icon-orange-lightest .button-text {
      width: 100%;
      padding: 0.5rem 2rem;
      font-weight: 700;
      line-height: 1.5rem; }
      @media (min-width: 1800px) {
        .btn.btn-icon-orange-lightest .button-text {
          padding: 0.5rem 3rem;
          font-size: 1.25rem; } }
    .btn.btn-icon-orange-lightest .button-longer {
      width: calc(100% - 2rem);
      flex: 0 0 calc(100% - 2rem);
      font-weight: 400; }
  .btn.btn-outline-orange-lightest {
    color: #F8AE0F !important;
    background-color: transparent !important;
    border-size: 1.5px !important;
    border-style: solid !important;
    border-color: #F8AE0F !important; }
    .btn.btn-outline-orange-lightest:hover, .btn.btn-outline-orange-lightest:focus, .btn.btn-outline-orange-lightest:active {
      border-color: #F8AE0F !important;
      color: #FFFFFF !important;
      background-color: #F8AE0F !important; }
  .btn.btn-sm-outline-orange-lightest {
    padding: 0.5rem 1rem;
    background-color: transparent !important;
    border: 1.5px solid #F8AE0F !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-outline-orange-lightest:hover, .btn.btn-sm-outline-orange-lightest:focus, .btn.btn-sm-outline-orange-lightest:active {
      background-color: transparent !important;
      border: 1.5px solid #F8AE0F !important;
      color: #F8AE0F !important; }
  .btn.btn-rounded-orange-lightest {
    padding: 0.5rem 2rem !important;
    color: #FFFFFF !important;
    background-color: #F8AE0F !important;
    border: 1.5px solid #F8AE0F !important;
    border-radius: 35px;
    font-weight: 500 !important;
    color: #FFFFFF !important; }
    .btn.btn-rounded-orange-lightest:hover, .btn.btn-rounded-orange-lightest:focus, .btn.btn-rounded-orange-lightest:active {
      background-color: transparent !important;
      border: 1.5px solid #F8AE0F !important;
      color: #F8AE0F !important; }
  .btn.btn-yellow-darker {
    background-color: #FBF099 !important;
    border: 1.5px solid #FBF099 !important;
    color: #FFFFFF !important; }
    .btn.btn-yellow-darker:hover, .btn.btn-yellow-darker:focus, .btn.btn-yellow-darker:active {
      background-color: transparent !important;
      border: 1.5px solid #FBF099 !important;
      color: #FBF099 !important; }
  .btn.btn-sm-yellow-darker {
    padding: 0.5rem 1rem;
    background-color: #FBF099 !important;
    border: 1.5px solid #FBF099 !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-yellow-darker:hover, .btn.btn-sm-yellow-darker:focus, .btn.btn-sm-yellow-darker:active {
      background-color: transparent !important;
      border: 1.5px solid #FBF099 !important;
      color: #FBF099 !important; }
  .btn.btn-bottom-border-yellow-darker {
    padding: 0.5rem 1rem;
    background: #FFFFFF !important;
    border: 1px solid #FBF099;
    border-bottom: 10px solid #FBF099;
    font-weight: 400; }
    .btn.btn-bottom-border-yellow-darker:hover, .btn.btn-bottom-border-yellow-darker:focus, .btn.btn-bottom-border-yellow-darker:active {
      color: #FFFFFF !important;
      background-color: #FBF099 !important; }
    @media (min-width: 1600px) {
      .btn.btn-bottom-border-yellow-darker {
        padding: 1rem 2rem; } }
    @media (min-width: 1800px) {
      .btn.btn-bottom-border-yellow-darker {
        font-size: 1.25rem; } }
  .btn.btn-icon-yellow-darker {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 !important;
    color: #0E2B41 !important;
    background-color: #E7E7E0;
    border: 0 none !important; }
    .bg-grey .btn.btn-icon-yellow-darker, .bg-grey-lighter .btn.btn-icon-yellow-darker, .bg-grey-lightest .btn.btn-icon-yellow-darker {
      background-color: #FFFFFF; }
    .paragraph--type--bcfed-icon-button-group .btn.btn-icon-yellow-darker {
      background-color: #D3EDEE; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-yellow-darker .button-text {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-yellow-darker .button-icon svg * {
        fill: #D3EDEE; }
    .longer-version .btn.btn-icon-yellow-darker {
      align-items: stretch;
      text-align: left; }
      .longer-version .btn.btn-icon-yellow-darker .button-icon {
        height: unset; }
      .longer-version .btn.btn-icon-yellow-darker .button-text {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1rem; }
        @media (min-width: 1800px) {
          .longer-version .btn.btn-icon-yellow-darker .button-text {
            padding: 1rem 2rem; } }
        .longer-version .btn.btn-icon-yellow-darker .button-text .button-title {
          text-decoration: none !important;
          transition: all 500ms; }
      .longer-version .btn.btn-icon-yellow-darker .button-arrow {
        transition: all 500ms !important; }
      .longer-version .btn.btn-icon-yellow-darker:hover .button-title, .longer-version .btn.btn-icon-yellow-darker:focus .button-title, .longer-version .btn.btn-icon-yellow-darker:active .button-title {
        color: #FBF099 !important; }
      .longer-version .btn.btn-icon-yellow-darker:hover .button-arrow, .longer-version .btn.btn-icon-yellow-darker:focus .button-arrow, .longer-version .btn.btn-icon-yellow-darker:active .button-arrow {
        transform: translateX(0.5rem); }
    .btn.btn-icon-yellow-darker .button-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 0 0 100px;
      width: 100px;
      height: 100px;
      background-color: #FBF099 !important; }
      .btn.btn-icon-yellow-darker .button-icon svg * {
        fill: #0E2B41; }
    .btn.btn-icon-yellow-darker .button-text {
      width: 100%;
      padding: 0.5rem 2rem;
      font-weight: 700;
      line-height: 1.5rem; }
      @media (min-width: 1800px) {
        .btn.btn-icon-yellow-darker .button-text {
          padding: 0.5rem 3rem;
          font-size: 1.25rem; } }
    .btn.btn-icon-yellow-darker .button-longer {
      width: calc(100% - 2rem);
      flex: 0 0 calc(100% - 2rem);
      font-weight: 400; }
  .btn.btn-outline-yellow-darker {
    color: #FBF099 !important;
    background-color: transparent !important;
    border-size: 1.5px !important;
    border-style: solid !important;
    border-color: #FBF099 !important; }
    .btn.btn-outline-yellow-darker:hover, .btn.btn-outline-yellow-darker:focus, .btn.btn-outline-yellow-darker:active {
      border-color: #FBF099 !important;
      color: #FFFFFF !important;
      background-color: #FBF099 !important; }
  .btn.btn-sm-outline-yellow-darker {
    padding: 0.5rem 1rem;
    background-color: transparent !important;
    border: 1.5px solid #FBF099 !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-outline-yellow-darker:hover, .btn.btn-sm-outline-yellow-darker:focus, .btn.btn-sm-outline-yellow-darker:active {
      background-color: transparent !important;
      border: 1.5px solid #FBF099 !important;
      color: #FBF099 !important; }
  .btn.btn-rounded-yellow-darker {
    padding: 0.5rem 2rem !important;
    color: #FFFFFF !important;
    background-color: #FBF099 !important;
    border: 1.5px solid #FBF099 !important;
    border-radius: 35px;
    font-weight: 500 !important;
    color: #FFFFFF !important; }
    .btn.btn-rounded-yellow-darker:hover, .btn.btn-rounded-yellow-darker:focus, .btn.btn-rounded-yellow-darker:active {
      background-color: transparent !important;
      border: 1.5px solid #FBF099 !important;
      color: #FBF099 !important; }
  .btn.btn-yellow-darkest {
    background-color: #FBF099 !important;
    border: 1.5px solid #FBF099 !important;
    color: #FFFFFF !important; }
    .btn.btn-yellow-darkest:hover, .btn.btn-yellow-darkest:focus, .btn.btn-yellow-darkest:active {
      background-color: transparent !important;
      border: 1.5px solid #FBF099 !important;
      color: #FBF099 !important; }
  .btn.btn-sm-yellow-darkest {
    padding: 0.5rem 1rem;
    background-color: #FBF099 !important;
    border: 1.5px solid #FBF099 !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-yellow-darkest:hover, .btn.btn-sm-yellow-darkest:focus, .btn.btn-sm-yellow-darkest:active {
      background-color: transparent !important;
      border: 1.5px solid #FBF099 !important;
      color: #FBF099 !important; }
  .btn.btn-bottom-border-yellow-darkest {
    padding: 0.5rem 1rem;
    background: #FFFFFF !important;
    border: 1px solid #FBF099;
    border-bottom: 10px solid #FBF099;
    font-weight: 400; }
    .btn.btn-bottom-border-yellow-darkest:hover, .btn.btn-bottom-border-yellow-darkest:focus, .btn.btn-bottom-border-yellow-darkest:active {
      color: #FFFFFF !important;
      background-color: #FBF099 !important; }
    @media (min-width: 1600px) {
      .btn.btn-bottom-border-yellow-darkest {
        padding: 1rem 2rem; } }
    @media (min-width: 1800px) {
      .btn.btn-bottom-border-yellow-darkest {
        font-size: 1.25rem; } }
  .btn.btn-icon-yellow-darkest {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 !important;
    color: #0E2B41 !important;
    background-color: #E7E7E0;
    border: 0 none !important; }
    .bg-grey .btn.btn-icon-yellow-darkest, .bg-grey-lighter .btn.btn-icon-yellow-darkest, .bg-grey-lightest .btn.btn-icon-yellow-darkest {
      background-color: #FFFFFF; }
    .paragraph--type--bcfed-icon-button-group .btn.btn-icon-yellow-darkest {
      background-color: #D3EDEE; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-yellow-darkest .button-text {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-yellow-darkest .button-icon svg * {
        fill: #D3EDEE; }
    .longer-version .btn.btn-icon-yellow-darkest {
      align-items: stretch;
      text-align: left; }
      .longer-version .btn.btn-icon-yellow-darkest .button-icon {
        height: unset; }
      .longer-version .btn.btn-icon-yellow-darkest .button-text {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1rem; }
        @media (min-width: 1800px) {
          .longer-version .btn.btn-icon-yellow-darkest .button-text {
            padding: 1rem 2rem; } }
        .longer-version .btn.btn-icon-yellow-darkest .button-text .button-title {
          text-decoration: none !important;
          transition: all 500ms; }
      .longer-version .btn.btn-icon-yellow-darkest .button-arrow {
        transition: all 500ms !important; }
      .longer-version .btn.btn-icon-yellow-darkest:hover .button-title, .longer-version .btn.btn-icon-yellow-darkest:focus .button-title, .longer-version .btn.btn-icon-yellow-darkest:active .button-title {
        color: #FBF099 !important; }
      .longer-version .btn.btn-icon-yellow-darkest:hover .button-arrow, .longer-version .btn.btn-icon-yellow-darkest:focus .button-arrow, .longer-version .btn.btn-icon-yellow-darkest:active .button-arrow {
        transform: translateX(0.5rem); }
    .btn.btn-icon-yellow-darkest .button-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 0 0 100px;
      width: 100px;
      height: 100px;
      background-color: #FBF099 !important; }
      .btn.btn-icon-yellow-darkest .button-icon svg * {
        fill: #0E2B41; }
    .btn.btn-icon-yellow-darkest .button-text {
      width: 100%;
      padding: 0.5rem 2rem;
      font-weight: 700;
      line-height: 1.5rem; }
      @media (min-width: 1800px) {
        .btn.btn-icon-yellow-darkest .button-text {
          padding: 0.5rem 3rem;
          font-size: 1.25rem; } }
    .btn.btn-icon-yellow-darkest .button-longer {
      width: calc(100% - 2rem);
      flex: 0 0 calc(100% - 2rem);
      font-weight: 400; }
  .btn.btn-outline-yellow-darkest {
    color: #FBF099 !important;
    background-color: transparent !important;
    border-size: 1.5px !important;
    border-style: solid !important;
    border-color: #FBF099 !important; }
    .btn.btn-outline-yellow-darkest:hover, .btn.btn-outline-yellow-darkest:focus, .btn.btn-outline-yellow-darkest:active {
      border-color: #FBF099 !important;
      color: #FFFFFF !important;
      background-color: #FBF099 !important; }
  .btn.btn-sm-outline-yellow-darkest {
    padding: 0.5rem 1rem;
    background-color: transparent !important;
    border: 1.5px solid #FBF099 !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-outline-yellow-darkest:hover, .btn.btn-sm-outline-yellow-darkest:focus, .btn.btn-sm-outline-yellow-darkest:active {
      background-color: transparent !important;
      border: 1.5px solid #FBF099 !important;
      color: #FBF099 !important; }
  .btn.btn-rounded-yellow-darkest {
    padding: 0.5rem 2rem !important;
    color: #FFFFFF !important;
    background-color: #FBF099 !important;
    border: 1.5px solid #FBF099 !important;
    border-radius: 35px;
    font-weight: 500 !important;
    color: #FFFFFF !important; }
    .btn.btn-rounded-yellow-darkest:hover, .btn.btn-rounded-yellow-darkest:focus, .btn.btn-rounded-yellow-darkest:active {
      background-color: transparent !important;
      border: 1.5px solid #FBF099 !important;
      color: #FBF099 !important; }
  .btn.btn-yellow-lighter {
    background-color: #FBF099 !important;
    border: 1.5px solid #FBF099 !important;
    color: #FFFFFF !important; }
    .btn.btn-yellow-lighter:hover, .btn.btn-yellow-lighter:focus, .btn.btn-yellow-lighter:active {
      background-color: transparent !important;
      border: 1.5px solid #FBF099 !important;
      color: #FBF099 !important; }
  .btn.btn-sm-yellow-lighter {
    padding: 0.5rem 1rem;
    background-color: #FBF099 !important;
    border: 1.5px solid #FBF099 !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-yellow-lighter:hover, .btn.btn-sm-yellow-lighter:focus, .btn.btn-sm-yellow-lighter:active {
      background-color: transparent !important;
      border: 1.5px solid #FBF099 !important;
      color: #FBF099 !important; }
  .btn.btn-bottom-border-yellow-lighter {
    padding: 0.5rem 1rem;
    background: #FFFFFF !important;
    border: 1px solid #FBF099;
    border-bottom: 10px solid #FBF099;
    font-weight: 400; }
    .btn.btn-bottom-border-yellow-lighter:hover, .btn.btn-bottom-border-yellow-lighter:focus, .btn.btn-bottom-border-yellow-lighter:active {
      color: #FFFFFF !important;
      background-color: #FBF099 !important; }
    @media (min-width: 1600px) {
      .btn.btn-bottom-border-yellow-lighter {
        padding: 1rem 2rem; } }
    @media (min-width: 1800px) {
      .btn.btn-bottom-border-yellow-lighter {
        font-size: 1.25rem; } }
  .btn.btn-icon-yellow-lighter {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 !important;
    color: #0E2B41 !important;
    background-color: #E7E7E0;
    border: 0 none !important; }
    .bg-grey .btn.btn-icon-yellow-lighter, .bg-grey-lighter .btn.btn-icon-yellow-lighter, .bg-grey-lightest .btn.btn-icon-yellow-lighter {
      background-color: #FFFFFF; }
    .paragraph--type--bcfed-icon-button-group .btn.btn-icon-yellow-lighter {
      background-color: #D3EDEE; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-yellow-lighter .button-text {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-yellow-lighter .button-icon svg * {
        fill: #D3EDEE; }
    .longer-version .btn.btn-icon-yellow-lighter {
      align-items: stretch;
      text-align: left; }
      .longer-version .btn.btn-icon-yellow-lighter .button-icon {
        height: unset; }
      .longer-version .btn.btn-icon-yellow-lighter .button-text {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1rem; }
        @media (min-width: 1800px) {
          .longer-version .btn.btn-icon-yellow-lighter .button-text {
            padding: 1rem 2rem; } }
        .longer-version .btn.btn-icon-yellow-lighter .button-text .button-title {
          text-decoration: none !important;
          transition: all 500ms; }
      .longer-version .btn.btn-icon-yellow-lighter .button-arrow {
        transition: all 500ms !important; }
      .longer-version .btn.btn-icon-yellow-lighter:hover .button-title, .longer-version .btn.btn-icon-yellow-lighter:focus .button-title, .longer-version .btn.btn-icon-yellow-lighter:active .button-title {
        color: #FBF099 !important; }
      .longer-version .btn.btn-icon-yellow-lighter:hover .button-arrow, .longer-version .btn.btn-icon-yellow-lighter:focus .button-arrow, .longer-version .btn.btn-icon-yellow-lighter:active .button-arrow {
        transform: translateX(0.5rem); }
    .btn.btn-icon-yellow-lighter .button-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 0 0 100px;
      width: 100px;
      height: 100px;
      background-color: #FBF099 !important; }
      .btn.btn-icon-yellow-lighter .button-icon svg * {
        fill: #0E2B41; }
    .btn.btn-icon-yellow-lighter .button-text {
      width: 100%;
      padding: 0.5rem 2rem;
      font-weight: 700;
      line-height: 1.5rem; }
      @media (min-width: 1800px) {
        .btn.btn-icon-yellow-lighter .button-text {
          padding: 0.5rem 3rem;
          font-size: 1.25rem; } }
    .btn.btn-icon-yellow-lighter .button-longer {
      width: calc(100% - 2rem);
      flex: 0 0 calc(100% - 2rem);
      font-weight: 400; }
  .btn.btn-outline-yellow-lighter {
    color: #FBF099 !important;
    background-color: transparent !important;
    border-size: 1.5px !important;
    border-style: solid !important;
    border-color: #FBF099 !important; }
    .btn.btn-outline-yellow-lighter:hover, .btn.btn-outline-yellow-lighter:focus, .btn.btn-outline-yellow-lighter:active {
      border-color: #FBF099 !important;
      color: #FFFFFF !important;
      background-color: #FBF099 !important; }
  .btn.btn-sm-outline-yellow-lighter {
    padding: 0.5rem 1rem;
    background-color: transparent !important;
    border: 1.5px solid #FBF099 !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-outline-yellow-lighter:hover, .btn.btn-sm-outline-yellow-lighter:focus, .btn.btn-sm-outline-yellow-lighter:active {
      background-color: transparent !important;
      border: 1.5px solid #FBF099 !important;
      color: #FBF099 !important; }
  .btn.btn-rounded-yellow-lighter {
    padding: 0.5rem 2rem !important;
    color: #FFFFFF !important;
    background-color: #FBF099 !important;
    border: 1.5px solid #FBF099 !important;
    border-radius: 35px;
    font-weight: 500 !important;
    color: #FFFFFF !important; }
    .btn.btn-rounded-yellow-lighter:hover, .btn.btn-rounded-yellow-lighter:focus, .btn.btn-rounded-yellow-lighter:active {
      background-color: transparent !important;
      border: 1.5px solid #FBF099 !important;
      color: #FBF099 !important; }
  .btn.btn-yellow-lightest {
    background-color: #FBF099 !important;
    border: 1.5px solid #FBF099 !important;
    color: #FFFFFF !important; }
    .btn.btn-yellow-lightest:hover, .btn.btn-yellow-lightest:focus, .btn.btn-yellow-lightest:active {
      background-color: transparent !important;
      border: 1.5px solid #FBF099 !important;
      color: #FBF099 !important; }
  .btn.btn-sm-yellow-lightest {
    padding: 0.5rem 1rem;
    background-color: #FBF099 !important;
    border: 1.5px solid #FBF099 !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-yellow-lightest:hover, .btn.btn-sm-yellow-lightest:focus, .btn.btn-sm-yellow-lightest:active {
      background-color: transparent !important;
      border: 1.5px solid #FBF099 !important;
      color: #FBF099 !important; }
  .btn.btn-bottom-border-yellow-lightest {
    padding: 0.5rem 1rem;
    background: #FFFFFF !important;
    border: 1px solid #FBF099;
    border-bottom: 10px solid #FBF099;
    font-weight: 400; }
    .btn.btn-bottom-border-yellow-lightest:hover, .btn.btn-bottom-border-yellow-lightest:focus, .btn.btn-bottom-border-yellow-lightest:active {
      color: #FFFFFF !important;
      background-color: #FBF099 !important; }
    @media (min-width: 1600px) {
      .btn.btn-bottom-border-yellow-lightest {
        padding: 1rem 2rem; } }
    @media (min-width: 1800px) {
      .btn.btn-bottom-border-yellow-lightest {
        font-size: 1.25rem; } }
  .btn.btn-icon-yellow-lightest {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 !important;
    color: #0E2B41 !important;
    background-color: #E7E7E0;
    border: 0 none !important; }
    .bg-grey .btn.btn-icon-yellow-lightest, .bg-grey-lighter .btn.btn-icon-yellow-lightest, .bg-grey-lightest .btn.btn-icon-yellow-lightest {
      background-color: #FFFFFF; }
    .paragraph--type--bcfed-icon-button-group .btn.btn-icon-yellow-lightest {
      background-color: #D3EDEE; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-yellow-lightest .button-text {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .paragraph--type--bcfed-icon-button-group .btn.btn-icon-yellow-lightest .button-icon svg * {
        fill: #D3EDEE; }
    .longer-version .btn.btn-icon-yellow-lightest {
      align-items: stretch;
      text-align: left; }
      .longer-version .btn.btn-icon-yellow-lightest .button-icon {
        height: unset; }
      .longer-version .btn.btn-icon-yellow-lightest .button-text {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1rem; }
        @media (min-width: 1800px) {
          .longer-version .btn.btn-icon-yellow-lightest .button-text {
            padding: 1rem 2rem; } }
        .longer-version .btn.btn-icon-yellow-lightest .button-text .button-title {
          text-decoration: none !important;
          transition: all 500ms; }
      .longer-version .btn.btn-icon-yellow-lightest .button-arrow {
        transition: all 500ms !important; }
      .longer-version .btn.btn-icon-yellow-lightest:hover .button-title, .longer-version .btn.btn-icon-yellow-lightest:focus .button-title, .longer-version .btn.btn-icon-yellow-lightest:active .button-title {
        color: #FBF099 !important; }
      .longer-version .btn.btn-icon-yellow-lightest:hover .button-arrow, .longer-version .btn.btn-icon-yellow-lightest:focus .button-arrow, .longer-version .btn.btn-icon-yellow-lightest:active .button-arrow {
        transform: translateX(0.5rem); }
    .btn.btn-icon-yellow-lightest .button-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 0 0 100px;
      width: 100px;
      height: 100px;
      background-color: #FBF099 !important; }
      .btn.btn-icon-yellow-lightest .button-icon svg * {
        fill: #0E2B41; }
    .btn.btn-icon-yellow-lightest .button-text {
      width: 100%;
      padding: 0.5rem 2rem;
      font-weight: 700;
      line-height: 1.5rem; }
      @media (min-width: 1800px) {
        .btn.btn-icon-yellow-lightest .button-text {
          padding: 0.5rem 3rem;
          font-size: 1.25rem; } }
    .btn.btn-icon-yellow-lightest .button-longer {
      width: calc(100% - 2rem);
      flex: 0 0 calc(100% - 2rem);
      font-weight: 400; }
  .btn.btn-outline-yellow-lightest {
    color: #FBF099 !important;
    background-color: transparent !important;
    border-size: 1.5px !important;
    border-style: solid !important;
    border-color: #FBF099 !important; }
    .btn.btn-outline-yellow-lightest:hover, .btn.btn-outline-yellow-lightest:focus, .btn.btn-outline-yellow-lightest:active {
      border-color: #FBF099 !important;
      color: #FFFFFF !important;
      background-color: #FBF099 !important; }
  .btn.btn-sm-outline-yellow-lightest {
    padding: 0.5rem 1rem;
    background-color: transparent !important;
    border: 1.5px solid #FBF099 !important;
    color: #FFFFFF !important; }
    .btn.btn-sm-outline-yellow-lightest:hover, .btn.btn-sm-outline-yellow-lightest:focus, .btn.btn-sm-outline-yellow-lightest:active {
      background-color: transparent !important;
      border: 1.5px solid #FBF099 !important;
      color: #FBF099 !important; }
  .btn.btn-rounded-yellow-lightest {
    padding: 0.5rem 2rem !important;
    color: #FFFFFF !important;
    background-color: #FBF099 !important;
    border: 1.5px solid #FBF099 !important;
    border-radius: 35px;
    font-weight: 500 !important;
    color: #FFFFFF !important; }
    .btn.btn-rounded-yellow-lightest:hover, .btn.btn-rounded-yellow-lightest:focus, .btn.btn-rounded-yellow-lightest:active {
      background-color: transparent !important;
      border: 1.5px solid #FBF099 !important;
      color: #FBF099 !important; }
  .btn[data-extension="pdf"] {
    padding-left: 1.75rem;
    background-position: 0.75rem center; }

.bcfed-search-form .btn + .btn,
#mobile-search .btn + .btn {
  margin-top: 0;
  margin-left: 0; }

.big-red-button {
  position: relative;
  width: 100%;
  max-width: 450px; }
  .big-red-button .button-icon,
  .big-red-button .button-text {
    width: 100%;
    text-align: center; }
  .big-red-button .button-hover-text {
    flex: 0 0 70%; }
  .big-red-button .big-red-button-wrapper {
    position: relative;
    top: 0;
    left: 0; }
    .big-red-button .big-red-button-wrapper:after {
      content: "";
      position: absolute;
      top: 0.5rem;
      left: 0.5rem;
      z-index: 1;
      width: 100%;
      max-width: 400px;
      height: 100%;
      background-color: #D6D6CB; }
    .big-red-button .big-red-button-wrapper .btn {
      position: relative;
      z-index: 2;
      width: fit-content;
      font-size: 0.875rem; }
      @media (min-width: 992px) {
        .big-red-button .big-red-button-wrapper .btn {
          font-size: 1rem; } }
      @media (min-width: 1200px) {
        .big-red-button .big-red-button-wrapper .btn {
          font-size: 1.25rem; } }
  .big-red-button .button-hover {
    position: absolute;
    z-index: -9999;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 500ms;
    transition-delay: 500ms; }
    @media (min-width: 1200px) {
      .big-red-button .button-hover p {
        font-size: 1.563rem; } }
    .big-red-button .button-hover .btn-sm-outline-blue-darkest {
      background: #E7E7E0 !important;
      color: #0E2B41 !important; }
  .big-red-button:hover, .big-red-button:focus, .big-red-button:active {
    color: #0E2B41 !important; }
    .big-red-button:hover .button-hover, .big-red-button:focus .button-hover, .big-red-button:active .button-hover {
      z-index: 100;
      opacity: 1; }

.icon-button-wrapper {
  position: relative;
  width: 100%;
  max-width: 450px;
  transition: all 500ms !important; }
  .icon-button-wrapper:not(.longer-version) .btn {
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 1rem; }
    .icon-button-wrapper:not(.longer-version) .btn:hover, .icon-button-wrapper:not(.longer-version) .btn:focus, .icon-button-wrapper:not(.longer-version) .btn:active {
      top: -0.5rem;
      left: -0.5rem; }
      .icon-button-wrapper:not(.longer-version) .btn:hover:after, .icon-button-wrapper:not(.longer-version) .btn:focus:after, .icon-button-wrapper:not(.longer-version) .btn:active:after {
        top: 0.5rem;
        left: 0.5rem; }
  .icon-button-wrapper:not(.longer-version):after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    max-width: 450px;
    height: 100%;
    background-color: #D6D6CB;
    transition: all 500ms !important; }

.card {
  border: 0 none !important; }
  .card.border {
    border-width: 1px !important;
    border-style: solid !important; }
  .card .card-header,
  .card .card-footer,
  .card .card-body {
    padding: 0;
    background-color: transparent;
    border: 0 none; }
  .card .card-footer a svg {
    transition: transform 500ms !important; }
    .card .card-footer a svg:hover, .card .card-footer a svg:focus, .card .card-footer a svg:active {
      transform: translateX(10px) !important; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .card.node--type-bcfed-partner .card-image {
      position: absolute;
      top: 0;
      right: 0;
      width: 50%; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .card.node--type-bcfed-partner .partner-icon,
    .card.node--type-bcfed-partner .card-body,
    .card.node--type-bcfed-partner .card-footer {
      width: 50%; }
      .card.node--type-bcfed-partner .partner-icon .fa-3x,
      .card.node--type-bcfed-partner .card-body .fa-3x,
      .card.node--type-bcfed-partner .card-footer .fa-3x {
        font-size: 2.5rem !important; } }

.owl-carousel .owl-dots {
  padding-top: 2rem;
  text-align: center; }
  .owl-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    margin: 0 1.5rem;
    border: 2px solid #30ADE1;
    border-radius: 50px; }
    .owl-carousel .owl-dots .owl-dot.active {
      background-color: #30ADE1; }
.owl-carousel .owl-nav button {
  position: absolute;
  bottom: -2rem;
  left: 0; }
  .owl-carousel .owl-nav button.owl-next {
    left: unset;
    right: 0; }

.carousel-footer {
  position: absolute;
  bottom: -2rem;
  width: calc(100% - 32px);
  text-align: center; }
  @media (min-width: 768px) {
    .carousel-footer {
      left: 0; } }

.events-carousel {
  padding-bottom: 5rem; }
  .events-carousel .owl-stage {
    display: flex;
    flex-wrap: wrap; }
    .events-carousel .owl-stage .owl-item {
      display: flex;
      height: auto; }
      .events-carousel .owl-stage .owl-item .card {
        width: 100%; }

.hero-carousel .owl-item .hero-carousel-nav a:hover, .hero-carousel .owl-item .hero-carousel-nav a:focus, .hero-carousel .owl-item .hero-carousel-nav a:active {
  color: #FFFFFF !important; }
.hero-carousel .owl-item .hero-next {
  display: inline-flex; }
.hero-carousel .owl-item .hero-back {
  display: none;
  visibility: hidden; }
.hero-carousel .owl-item:last-child .hero-next {
  display: none;
  visibility: hidden; }
.hero-carousel .owl-item:last-child .hero-back {
  display: inline-flex;
  visibility: visible; }

.info-carousel .info-carousel-box {
  background-color: rgba(255, 255, 255, 0.5); }
  .info-carousel .info-carousel-box :last-child {
    margin-bottom: 0; }

.news-carousel .owl-nav button {
  bottom: -9rem; }

@media (max-width: 991.98px) {
  .view-bcfed-news .carousel-footer {
    bottom: -2rem; } }

body.cke_editable {
  padding-left: 0; }

.node--type-bcfed-event .field--name-field-bcfed-when {
  font-weight: 600; }
.node--type-bcfed-event.node--view-mode-full .field--name-field-bcfed-image {
  margin-bottom: 3rem; }
  @media (max-width: 767.98px) {
    .node--type-bcfed-event.node--view-mode-full .field--name-field-bcfed-image {
      position: relative;
      left: 50%;
      right: 50%;
      clear: both;
      width: 100vw;
      margin-left: -50vw;
      margin-right: -50vw;
      padding-left: 0;
      padding-right: 0;
      clear: both; } }
  @media (min-width: 992px) {
    .node--type-bcfed-event.node--view-mode-full .field--name-field-bcfed-image img {
      width: auto; } }
.node--type-bcfed-event.node--view-mode-full .field--name-field-bcfed-when {
  margin-bottom: 3rem;
  font-size: 1.563rem; }

.view-display-id-page_1 .node--type-bcfed-event.node--view-mode-bcfed-card {
  width: 100%;
  margin-bottom: 4rem; }
  @media (min-width: 768px) {
    .view-display-id-page_1 .node--type-bcfed-event.node--view-mode-bcfed-card {
      width: calc(50% - 1.5rem);
      flex: 0 0 calc(50% - 1.5rem);
      margin-right: 3rem; } }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .view-display-id-page_1 .node--type-bcfed-event.node--view-mode-bcfed-card:nth-child(even) {
      margin-right: 0; } }
  @media (min-width: 1200px) {
    .view-display-id-page_1 .node--type-bcfed-event.node--view-mode-bcfed-card {
      width: calc(33% - 2rem);
      flex: 0 0 calc(33% - 2rem);
      margin-right: 3rem; }
      .view-display-id-page_1 .node--type-bcfed-event.node--view-mode-bcfed-card:nth-child(3n+3) {
        margin-right: 0; } }

.card-group .node--type-bcfed-event,
.events-carousel .node--type-bcfed-event {
  background-color: #E7E7E0; }
.card-group .owl-item:nth-child(2) .node--type-bcfed-event,
.card-group .node--type-bcfed-event:nth-child(2),
.card-group .owl-item:nth-child(3n-1) .node--type-bcfed-event,
.card-group .node--type-bcfed-event:nth-child(3n-1),
.events-carousel .owl-item:nth-child(2) .node--type-bcfed-event,
.events-carousel .node--type-bcfed-event:nth-child(2),
.events-carousel .owl-item:nth-child(3n-1) .node--type-bcfed-event,
.events-carousel .node--type-bcfed-event:nth-child(3n-1) {
  background-color: #D3EDEE; }
.card-group .owl-item:nth-child(3n+3) .node--type-bcfed-event,
.card-group .node--type-bcfed-event:nth-child(3n+3),
.events-carousel .owl-item:nth-child(3n+3) .node--type-bcfed-event,
.events-carousel .node--type-bcfed-event:nth-child(3n+3) {
  background-color: #FBF099; }

.node--view-mode-bcfed-featured h4 {
  line-height: 2.5rem; }
  @media (min-width: 1800px) {
    .node--view-mode-bcfed-featured h4 {
      line-height: 3.5rem; } }

#back-top a {
  cursor: pointer; }
  #back-top a svg {
    transition: all 500ms; }
  #back-top a:hover svg, #back-top a:focus svg, #back-top a:active svg {
    transform: translateY(-15px); }

#bcfed-newsletter-subscribe {
  position: relative; }
  @media (max-width: 767.98px) {
    #bcfed-newsletter-subscribe .newsletter-subscribe-link {
      position: absolute;
      bottom: -80px;
      right: 0; } }
  @media (min-width: 768px) {
    #bcfed-newsletter-subscribe {
      display: grid;
      grid-template-columns: 56% 44%; }
      #bcfed-newsletter-subscribe .newsletter-subscribe-link .h4-font-size {
        font-size: 1.563rem !important; } }
  @media (min-width: 992px) {
    #bcfed-newsletter-subscribe {
      grid-template-columns: var(--container-margin) calc(75% - var(--container-margin)) calc(100vw - (var(--container-margin) - calc(75% - var(--container-margin)))); } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #bcfed-newsletter-subscribe .newsletter-subscribe-text h4 {
      font-size: 1.563rem !important; } }
  @media (min-width: 992px) {
    #bcfed-newsletter-subscribe .newsletter-subscribe-text h4 {
      padding-bottom: 0.25rem; } }
  #bcfed-newsletter-subscribe .newsletter-subscribe-text p {
    line-height: 1.5rem; }
    @media (min-width: 768px) {
      #bcfed-newsletter-subscribe .newsletter-subscribe-text p {
        line-height: 1.75rem; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #bcfed-newsletter-subscribe svg {
      width: 20%;
      flex: 0 0 20%; }
    #bcfed-newsletter-subscribe .newsletter-subscribe-text {
      width: 65%;
      flex: 1 0 65%; }
    #bcfed-newsletter-subscribe .newsletter-md-cta {
      flex: 0 0 100%;
      width: 100%;
      font-size: 1.125rem !important;
      font-weight: 400 !important; } }

.site-footer {
  padding: 0; }
  .site-footer .block {
    margin: 0;
    padding: 0;
    border: 0 none; }
  @media (max-width: 991.98px) {
    .site-footer .font-size-md {
      font-size: 1.125rem !important; } }
  .site-footer .menu--bcfed-footer-top ul.nav,
  .site-footer .menu--bcfed-footer-menu ul.nav {
    width: 100%;
    margin-left: 0;
    list-style: none inside none; }
    @media (min-width: 992px) {
      .site-footer .menu--bcfed-footer-top ul.nav,
      .site-footer .menu--bcfed-footer-menu ul.nav {
        display: grid;
        grid-template-columns: 50% 50%; } }
    .site-footer .menu--bcfed-footer-top ul.nav > li,
    .site-footer .menu--bcfed-footer-menu ul.nav > li {
      margin-bottom: 1rem; }
      @media (min-width: 992px) {
        .site-footer .menu--bcfed-footer-top ul.nav > li,
        .site-footer .menu--bcfed-footer-menu ul.nav > li {
          margin-bottom: 0;
          padding-left: 1rem;
          padding-right: 1rem; } }
      .site-footer .menu--bcfed-footer-top ul.nav > li > .nav-link,
      .site-footer .menu--bcfed-footer-menu ul.nav > li > .nav-link {
        font-weight: 700;
        text-transform: uppercase; }
        @media (min-width: 992px) {
          .site-footer .menu--bcfed-footer-top ul.nav > li > .nav-link,
          .site-footer .menu--bcfed-footer-menu ul.nav > li > .nav-link {
            margin-bottom: 2rem; } }
    .site-footer .menu--bcfed-footer-top ul.nav .nav-link,
    .site-footer .menu--bcfed-footer-menu ul.nav .nav-link {
      padding: 0;
      color: #FFFFFF !important; }
      .site-footer .menu--bcfed-footer-top ul.nav .nav-link:hover, .site-footer .menu--bcfed-footer-top ul.nav .nav-link:focus, .site-footer .menu--bcfed-footer-top ul.nav .nav-link:active,
      .site-footer .menu--bcfed-footer-menu ul.nav .nav-link:hover,
      .site-footer .menu--bcfed-footer-menu ul.nav .nav-link:focus,
      .site-footer .menu--bcfed-footer-menu ul.nav .nav-link:active {
        text-decoration: underline !important; }
    .site-footer .menu--bcfed-footer-top ul.nav .menu,
    .site-footer .menu--bcfed-footer-menu ul.nav .menu {
      margin: 0;
      padding: 0;
      list-style: none inside none; }
      .site-footer .menu--bcfed-footer-top ul.nav .menu .nav-item,
      .site-footer .menu--bcfed-footer-menu ul.nav .menu .nav-item {
        margin-bottom: 0.25rem; }
        .site-footer .menu--bcfed-footer-top ul.nav .menu .nav-item:last-child,
        .site-footer .menu--bcfed-footer-menu ul.nav .menu .nav-item:last-child {
          margin-bottom: 0; }
  @media (min-width: 992px) {
    .site-footer .menu--bcfed-footer-menu ul.nav {
      grid-template-columns: 25% 25% 25% 25%; } }
  .site-footer .menu--bcfed-footer-menu ul.nav > li {
    width: 100%; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .site-footer .menu--bcfed-footer-menu ul.nav > li {
        flex: 0 0 50%;
        width: 50%;
        padding-left: 15px;
        padding-right: 15px; } }
  .site-footer .menu--bcfed-footer-menu ul.nav .nav-link {
    color: #0E2B41 !important; }

.site-footer-grid {
  display: flex;
  flex-direction: column; }
  @media (min-width: 1200px) {
    .site-footer-grid {
      display: grid;
      grid-template-columns: 100% 0; } }
  @media (min-width: 1600px) {
    .site-footer-grid {
      grid-template-columns: calc((1300px * 0.666666667) + ((100vw - 1300px) / 2)) auto; } }
  @media (min-width: 1800px) {
    .site-footer-grid {
      grid-template-columns: calc((1640px * 0.666666667) + ((100vw - 1640px) / 2)) auto; } }
  @media screen and (min-width: 2650px) {
    .site-footer-grid {
      grid-template-columns: calc((1640px * 0.666666667) + ((100vw - 1640px) / 2)) 800px auto; } }
  .site-footer-grid .grid-space {
    display: none;
    visibility: hidden; }
    @media screen and (min-width: 2650px) {
      .site-footer-grid .grid-space {
        display: block;
        visibility: visible;
        height: 285px; } }
  .site-footer-grid .site-footer-grid-left {
    display: flex;
    flex-direction: column;
    order: 2; }
    @media (min-width: 992px) {
      .site-footer-grid .site-footer-grid-left {
        display: block;
        order: unset; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .site-footer-grid .site-footer-grid-left .site-footer__top,
      .site-footer-grid .site-footer-grid-left .site-footer__bottom {
        display: flex; } }
    @media (min-width: 992px) {
      .site-footer-grid .site-footer-grid-left .site-footer__top,
      .site-footer-grid .site-footer-grid-left .site-footer__bottom {
        padding-left: calc((100vw - 880px) / 2 - 30px);
        padding-right: calc((100vw - 880px) / 2 - 30px); } }
    @media (min-width: 1200px) {
      .site-footer-grid .site-footer-grid-left .site-footer__top,
      .site-footer-grid .site-footer-grid-left .site-footer__bottom {
        padding-left: calc((100vw - 1100px) / 2 - 30px);
        padding-right: calc((100vw - 1100px) / 2 - 30px); } }
    @media (min-width: 1600px) {
      .site-footer-grid .site-footer-grid-left .site-footer__top,
      .site-footer-grid .site-footer-grid-left .site-footer__bottom {
        padding-left: calc((100vw - 1300px) / 2 - 30px);
        padding-right: 0; } }
    @media (min-width: 1800px) {
      .site-footer-grid .site-footer-grid-left .site-footer__top,
      .site-footer-grid .site-footer-grid-left .site-footer__bottom {
        padding-left: calc((100vw - 1640px) / 2 - 30px); } }
    .site-footer-grid .site-footer-grid-left .site-footer__top .region,
    .site-footer-grid .site-footer-grid-left .site-footer__bottom .region {
      margin-top: 0; }
    .site-footer-grid .site-footer-grid-left .site-footer__top > div,
    .site-footer-grid .site-footer-grid-left .site-footer__bottom > div {
      width: 340px;
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 768px) {
        .site-footer-grid .site-footer-grid-left .site-footer__top > div,
        .site-footer-grid .site-footer-grid-left .site-footer__bottom > div {
          flex: 0 0 calc(56% - ((100vw - 680px) / 2 - 15px));
          width: 50%;
          margin-left: unset;
          margin-right: unset;
          padding-left: 15px;
          padding-right: 15px; }
          .site-footer-grid .site-footer-grid-left .site-footer__top > div:nth-child(2),
          .site-footer-grid .site-footer-grid-left .site-footer__bottom > div:nth-child(2) {
            flex: 0 0 calc(44% - ((100vw - 680px) / 2 - 15px)); } }
      @media (min-width: 992px) {
        .site-footer-grid .site-footer-grid-left .site-footer__top > div,
        .site-footer-grid .site-footer-grid-left .site-footer__bottom > div {
          width: auto;
          padding-left: 0;
          padding-right: 0; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .site-footer-grid .site-footer-grid-left .site-footer__top > div:first-child,
        .site-footer-grid .site-footer-grid-left .site-footer__bottom > div:first-child {
          margin-left: calc((100vw - 680px) / 2 - 15px); } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .site-footer-grid .site-footer-grid-left .site-footer__top > div:last-child,
        .site-footer-grid .site-footer-grid-left .site-footer__bottom > div:last-child {
          margin-right: calc((100vw - 680px) / 2 - 15px); } }
    .site-footer-grid .site-footer-grid-left .site-footer__top {
      order: 2; }
      @media (min-width: 992px) {
        .site-footer-grid .site-footer-grid-left .site-footer__top {
          display: grid;
          grid-template-columns: 25% 25% 50%; } }
      .site-footer-grid .site-footer-grid-left .site-footer__top p:last-child {
        margin-bottom: 0; }
    .site-footer-grid .site-footer-grid-left .site-footer__bottom {
      order: 1;
      margin: 0;
      border: 0 none; }
      .site-footer-grid .site-footer-grid-left .site-footer__bottom > section {
        width: 340px;
        margin-left: auto;
        margin-right: auto; }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .site-footer-grid .site-footer-grid-left .site-footer__bottom > section {
            width: calc(680px + 30px); } }
        @media (min-width: 992px) {
          .site-footer-grid .site-footer-grid-left .site-footer__bottom > section {
            width: auto; } }
  .site-footer-grid .footer-image {
    order: 1;
    width: 100%;
    flex: 0 0 100%;
    max-height: 360px;
    overflow: hidden; }
    @media (min-width: 992px) {
      .site-footer-grid .footer-image {
        max-height: 800px; } }
    @media screen and (min-width: 2000px) {
      .site-footer-grid .footer-image {
        max-width: 800px; } }
    @media screen and (min-width: 2650px) {
      .site-footer-grid .footer-image {
        order: 0; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .site-footer-grid .footer-image img {
        margin-top: -65px; } }

@media (max-width: 991.98px) {
  .site-footer__last.border-dashed-top {
    background-image: none !important; } }

#footer-messaging {
  position: fixed;
  bottom: 0;
  z-index: 100; }
  #footer-messaging .message-wrapper {
    flex: 0 0 24%; }
  #footer-messaging .footer-messaging-link:hover, #footer-messaging .footer-messaging-link:focus, #footer-messaging .footer-messaging-link:active {
    color: #2CB0E7 !important; }

.toolbar-horizontal #header {
  display: none !important; }
.toolbar-horizontal #main-nav {
  top: 90px !important; }
.toolbar-horizontal #main-wrapper {
  padding-top: 150px !important; }

#header,
#main-nav {
  position: fixed;
  width: 100vw;
  z-index: 500; }

#header {
  height: var(--header-height);
  transition: all 500ms; }
  @media (min-width: 992px) {
    .scrolled #header {
      height: var(--reduced-header-height);
      opacity: 0; } }
  #header #header-inner {
    width: 100%;
    display: grid !important;
    grid-template-columns: 20% 60% 20%; }
    @media (min-width: 992px) {
      #header #header-inner {
        display: flex !important; } }
  #header .header-follow {
    width: fit-content;
    line-height: 1rem; }
  #header .site-logo svg {
    width: auto;
    height: 70px;
    transition: all 500ms; }
    @media (min-width: 992px) {
      #header .site-logo svg {
        height: 90px; }
        .scrolled #header .site-logo svg {
          height: 70px; } }
    @media (min-width: 1600px) {
      #header .site-logo svg {
        height: 100px; } }
    #header .site-logo svg path {
      transition: fill 500ms; }
    #header .site-logo svg:hover path, #header .site-logo svg:focus path, #header .site-logo svg:active path {
      //fill: #30ADE1; 
    }
      #header .site-logo svg:hover path#Path_5, #header .site-logo svg:hover path#Path_6, #header .site-logo svg:focus path#Path_5, #header .site-logo svg:focus path#Path_6, #header .site-logo svg:active path#Path_5, #header .site-logo svg:active path#Path_6 {
        //fill: #D3EDEE; 
    }
  #header .header-collapse {
    position: absolute;
    top: var(--header-height); }

#main-nav {
  top: var(--header-height);
  box-shadow: 1px 3px 5px -1px rgba(102, 102, 102, 0.3);
  transition: all 500ms; }
  @media (min-width: 992px) {
    .scrolled #main-nav {
      top: var(--reduced-header-height); } }
  .path-frontpage #main-nav {
    box-shadow: none;
    background-position: bottom;
    background-image: linear-gradient(to right, #1A6E91 0%, #1A6E91 62%, transparent 0);
    background-repeat: repeat-x;
    background-size: 12px 0.75px; }
  .path-frontpage.scrolled #main-nav {
    box-shadow: 1px 3px 5px -1px rgba(102, 102, 102, 0.3);
    background-image: none; }
  #main-nav .navbar {
    flex-wrap: nowrap;
    width: 100%;
    height: var(--navbar-height);
    box-shadow: 1px 3px 5px -1px rgba(102, 102, 102, 0.3);
    transition: height 500ms; }
    @media (min-width: 992px) {
      #main-nav .navbar {
        box-shadow: none; } }
    #main-nav .navbar .navbar-nav {
      display: inline-flex;
      align-items: center; }
    #main-nav .navbar .nav-item {
      font-size: 1rem;
      font-weight: 600; }
      @media (min-width: 992px) {
        #main-nav .navbar .nav-item {
          font-size: 0.75rem; } }
      @media (min-width: 1200px) {
        #main-nav .navbar .nav-item {
          font-size: 1rem; } }
      @media (min-width: 1600px) {
        #main-nav .navbar .nav-item {
          font-size: 1.25rem; } }
      @media (min-width: 1800px) {
        #main-nav .navbar .nav-item {
          font-size: 1.563rem; } }
      #main-nav .navbar .nav-item a {
        margin: 0;
        padding: 0; }
        @media (min-width: 992px) {
          #main-nav .navbar .nav-item a {
            margin-right: 2rem; } }
        @media (min-width: 1200px) {
          #main-nav .navbar .nav-item a {
            margin-right: 4rem; } }
        @media (min-width: 1800px) {
          #main-nav .navbar .nav-item a {
            margin-right: 5rem; } }
        #main-nav .navbar .nav-item a:hover, #main-nav .navbar .nav-item a:focus, #main-nav .navbar .nav-item a:active {
          color: #0E2B41 !important;
          text-decoration: underline; }
        #main-nav .navbar .nav-item a.active {
          color: #0E2B41 !important;
          text-decoration: underline; }
  #main-nav .navbar-buttons a,
  #main-nav .navbar-buttons span {
    white-space: nowrap; }

#header-contact li {
  font-size: 0.75rem; }
  @media (min-width: 1200px) {
    #header-contact li {
      font-size: 1rem; } }
  @media (min-width: 1600px) {
    #header-contact li {
      font-size: 1.25rem; } }

.navbar-toggler {
  position: static;
  width: unset;
  margin: 0;
  padding: 5px 0 0; }

#mobile-navbar {
  position: fixed;
  left: 0;
  top: var(--header-height);
  z-index: 500;
  width: 100vw;
  height: calc(100vh - var(--header-height));
  overflow-y: auto; }
  @media (min-width: 992px) {
    #mobile-navbar {
      top: var(--takeover-top); }
      .scrolled #mobile-navbar {
        top: var(--reduced-takeover-top); } }
  #mobile-navbar .navbar-close {
    position: absolute;
    top: 2rem;
    right: 2rem; }
  #mobile-navbar .nav-item > .nav-link {
    padding: 0;
    color: #0E2B41;
    text-decoration: underline;
    text-decoration-color: #2CB0E7; }
    #mobile-navbar .nav-item > .nav-link:hover, #mobile-navbar .nav-item > .nav-link:focus, #mobile-navbar .nav-item > .nav-link:active {
      text-decoration: underline;
      text-decoration-color: #0E2B41; }
  #mobile-navbar .nav-item .subnav-item .nav-link {
    padding: 0; }
    #mobile-navbar .nav-item .subnav-item .nav-link.explore-link {
      color: #0E2B41;
      text-decoration: underline;
      text-decoration-color: #2CB0E7; }
      #mobile-navbar .nav-item .subnav-item .nav-link.explore-link:hover, #mobile-navbar .nav-item .subnav-item .nav-link.explore-link:focus, #mobile-navbar .nav-item .subnav-item .nav-link.explore-link:active {
        text-decoration: underline;
        text-decoration-color: #0E2B41; }
  #mobile-navbar .btn {
    display: inline-block !important; }

#header-messaging {
  position: relative;
  z-index: 100;
  display: none;
  visibility: hidden;
  border-bottom: 1px solid #E7E7E0; }
  @media (min-width: 992px) {
    #header-messaging {
      display: grid;
      visibility: visible;
      grid-template-columns: calc((100% - 880px) / 2) 880px calc((100% - 880px) / 2); } }
  @media (min-width: 1200px) {
    #header-messaging {
      grid-template-columns: calc((100% - 1100px) / 2) 1100px calc((100% - 1100px) / 2); } }
  @media (min-width: 1600px) {
    #header-messaging {
      grid-template-columns: calc((100% - 1300px) / 2) 1300px calc((100% - 1100px) / 2); } }
  @media (min-width: 1800px) {
    #header-messaging {
      grid-template-columns: calc((100% - 1640px) / 2) 1640px calc((100% - 1640px) / 2); } }
  #header-messaging .message-wrapper {
    margin-right: 1rem; }
  #header-messaging.active .message-wrapper.active,
  #header-messaging.active .grid-space:first-child {
    background-color: #F8AE0F; }
  #header-messaging.active .message-wrapper {
    order: 2;
    justify-self: flex-end; }
  #header-messaging.active .message-wrapper.active {
    order: 1;
    width: calc(100% - 6rem);
    margin-right: 1rem; }
  #header-messaging .message-wrapper,
  #header-messaging .header-messaging-link,
  #header-messaging .header-message {
    height: 60px; }
  #header-messaging .message-wrapper {
    width: 2rem;
    transition: width 500ms, background-color 500ms; }
  #header-messaging .grid-space {
    transition: background-color 500ms; }
    #header-messaging .grid-space .bg-orange {
      width: 4rem; }
  #header-messaging .header-message {
    display: none;
    visibility: hidden; }
    #header-messaging .header-message.active {
      display: flex;
      align-items: center;
      visibility: visible; }
  #header-messaging a:hover, #header-messaging a:focus, #header-messaging a:active {
    color: #CA822E !important; }

html {
  max-width: 100%;
  scroll-behavior: smooth; }
  html body:not(.cke_editable):not(.cke_ltr) {
    opacity: 0;
    transition: opacity 200ms;
    overflow-x: hidden;
    scroll-behavior: smooth;
    padding-bottom: var(--icons-height); }
    html body:not(.cke_editable):not(.cke_ltr).loaded {
      opacity: 1; }
    @media (min-width: 992px) {
      html body:not(.cke_editable):not(.cke_ltr) {
        padding-bottom: 0; } }
  html.takeover-mobile-menu-open {
    height: 100%;
    overflow: hidden; }

* {
  scroll-margin-top: calc(var(--takeover-top) + 3rem); }
  .scrolled * {
    scroll-margin-top: calc(var(--reduced-takeover-top) + 3rem); }

.container {
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 992px) {
    .container {
      max-width: 780; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1100px; } }
  @media (min-width: 1600px) {
    .container {
      max-width: 1640px; } }

.container-xxl, #main-nav .navbar {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .container-xxl, #main-nav .navbar {
      max-width: 680px; } }
  @media (min-width: 992px) {
    .container-xxl, #main-nav .navbar {
      max-width: 880px; } }
  @media (min-width: 1200px) {
    .container-xxl, #main-nav .navbar {
      max-width: 1100px; } }
  @media (min-width: 1600px) {
    .container-xxl, #main-nav .navbar {
      max-width: 1300px; } }
  @media (min-width: 1800px) {
    .container-xxl, #main-nav .navbar {
      max-width: 1640px; } }

#main-wrapper {
  padding-top: var(--header-height);
  transition: padding-top 500ms; }
  @media (min-width: 992px) {
    #main-wrapper {
      padding-top: var(--takeover-top); }
      .scrolled #main-wrapper {
        padding-top: var(--reduced-takeover-top); } }
  #main-wrapper .main-content {
    padding-top: 3rem;
    padding-bottom: 3rem; }
    @media (min-width: 992px) {
      #main-wrapper .main-content {
        padding-top: 5rem;
        padding-bottom: 5rem; } }
    .node--type-weaver-news #main-wrapper .main-content {
      padding-top: 0; }
  #main-wrapper .node__content {
    margin-top: 0; }

body.path-frontpage .main-content {
  padding-top: 0;
  padding-bottom: 0; }

body:not(.user-logged-in) nav.tabs {
  display: none;
  visibility: hidden; }

.full-width {
  position: relative;
  left: 50%;
  right: 50%;
  clear: both;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-left: 0;
  padding-right: 0;
  clear: both; }
  @media (min-width: 992px) {
    .full-width {
      padding-left: 0;
      padding-right: 0; } }

.field--type-entity-reference {
  margin-bottom: 0; }

.node--view-mode-teaser.node--sticky {
  padding: 0;
  background: transparent;
  border: 0 none; }

.node-preview-container {
  margin-top: 130px; }

.no-svg-fallback {
  display: none; }
  .no-svg .no-svg-fallback {
    display: block; }

a[data-extension="pdf"],
.file--application-pdf {
  background-image: none; }

a[data-extension="pdf"] svg,
.file--application-pdf a svg {
  min-width: 16px;
  min-height: 16px;
  margin-right: 0.25rem;
  transform: translateY(2px);
  transition: all 500ms ease-in-out; }
  a[data-extension="pdf"] svg path,
  .file--application-pdf a svg path {
    fill: #30ADE1; }
a[data-extension="pdf"]:hover svg, a[data-extension="pdf"]:focus svg, a[data-extension="pdf"]:active svg,
.file--application-pdf a:hover svg,
.file--application-pdf a:focus svg,
.file--application-pdf a:active svg {
  transform: scale(1.3); }

/* override weird Bootstrap Barrio style */
.node .field--type-image {
  float: none;
  margin: 0; }

img {
  width: 100%;
  height: auto; }

.field--type-text-long .field--name-field-media-image img {
  width: auto;
  height: auto; }
  .field--type-text-long .field--name-field-media-image img:last-child {
    margin-bottom: 0.5rem; }
@media (max-width: 991.98px) {
  .field--type-text-long .align-left,
  .field--type-text-long .align-right {
    float: none; } }
@media (min-width: 992px) {
  .field--type-text-long .align-left {
    margin-right: 1rem; } }
@media (min-width: 992px) {
  .field--type-text-long .align-right {
    margin-left: 1rem; } }

.field--name-field-media-oembed-video {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-bottom: 56.25%;
  /* 16:9 */ }
  @media (min-width: 992px) {
    .field--name-field-media-oembed-video {
      width: 50%;
      padding-bottom: 36.25%;
      /* 16:9 */ } }
  .field--name-field-media-oembed-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.node--type-weaver-news #share-buttons-wrapper {
  opacity: 0;
  transition: opacity 500ms; }
  @media (min-width: 992px) {
    .node--type-weaver-news #share-buttons-wrapper {
      position: sticky;
      top: calc(var(--takeover-top) + 2rem); }
      .scrolled .node--type-weaver-news #share-buttons-wrapper {
        top: calc(var(--reduced-takeover-top) + 2rem); } }
  .scrolled .node--type-weaver-news #share-buttons-wrapper {
    opacity: 1; }
.node--type-weaver-news .news-top {
  position: relative;
  left: 50%;
  right: 50%;
  clear: both;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-left: 0;
  padding-right: 0;
  clear: both;
  height: 375px; }
  .node--type-weaver-news .news-top .news-categories {
    position: relative;
    z-index: 10;
    padding-top: 2rem; }
    @media (min-width: 992px) {
      .node--type-weaver-news .news-top .news-categories {
        padding-top: 5rem; } }
@media (max-width: 767.98px) {
  .node--type-weaver-news .news-middle {
    background-position: bottom;
    background-image: linear-gradient(to right, #0E2B41 0%, #0E2B41 62%, transparent 0);
    background-repeat: repeat-x;
    background-size: 12px 0.75px;
    box-shadow: none !important; } }
@media (min-width: 768px) {
  .node--type-weaver-news .news-middle {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%230E2B41' stroke-width='2' stroke-dasharray='6%2c 6' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e"); } }
@media (min-width: 768px) {
  .node--type-weaver-news .news-category-icon {
    font-size: 3rem !important; } }
@media (min-width: 1800px) {
  .node--type-weaver-news .news-category-icon {
    font-size: 4rem !important; } }
.node--type-weaver-news .news-content {
  position: relative;
  top: -4rem;
  margin-bottom: -4rem;
  margin-left: -2rem;
  margin-right: -2rem; }
  @media (min-width: 768px) {
    .node--type-weaver-news .news-content {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 992px) {
    .node--type-weaver-news .news-content {
      top: calc(-375px + 5rem);
      margin-bottom: calc(-375px + 5rem); } }
  .node--type-weaver-news .news-content .page-title {
    line-height: 2.25rem; }
    @media (max-width: 767.98px) {
      .node--type-weaver-news .news-content .page-title {
        font-size: 1.875rem !important; } }
  .node--type-weaver-news .news-content .news-next-previous p {
    line-height: 1.25rem; }
.node--type-weaver-news .news-single-column {
  text-align: left; }
  @media (min-width: 1600px) {
    .node--type-weaver-news .news-single-column {
      width: calc(340px * 0.083333);
      flex: 0 0 calc(340px * 0.083333);
      padding-right: 15px;
      padding-left: 15px;
      text-align: right; } }
  @media (min-width: 1600px) and (min-width: 768px) {
    .node--type-weaver-news .news-single-column {
      width: calc(680px * 0.083333);
      flex: 0 0 calc(680px * 0.083333); } }
  @media (min-width: 1600px) and (min-width: 992px) {
    .node--type-weaver-news .news-single-column {
      width: calc(880px * 0.083333);
      flex: 0 0 calc(880px * 0.083333); } }
  @media (min-width: 1600px) and (min-width: 1200px) {
    .node--type-weaver-news .news-single-column {
      width: calc(1100px * 0.083333);
      flex: 0 0 calc(1100px * 0.083333); } }
  @media (min-width: 1600px) and (min-width: 1600px) {
    .node--type-weaver-news .news-single-column {
      width: calc(1300px * 0.083333);
      flex: 0 0 calc(1300px * 0.083333); } }
  @media (min-width: 1600px) and (min-width: 1800px) {
    .node--type-weaver-news .news-single-column {
      width: calc(1640px * 0.083333);
      flex: 0 0 calc(1640px * 0.083333); } }

@media (min-width: 1600px) {
  .node--type-weaver-news .news-article-area {
    padding: 4rem 0; } }
.node--type-weaver-news .news-sidebar {
  padding-top: 3rem; }
  @media (min-width: 992px) {
    .node--type-weaver-news .news-sidebar {
      padding-top: 375px; } }
.node--type-weaver-news.card {
  width: 100%;
  flex: 0 0 100%; }
  .node--type-weaver-news.card:not(:last-child) {
    background-position: bottom;
    background-image: linear-gradient(to right, #0E2B41 0%, #0E2B41 62%, transparent 0);
    background-repeat: repeat-x;
    background-size: 12px 0.75px; }
  @media (min-width: 1200px) {
    .node--type-weaver-news.card:first-child, .node--type-weaver-news.card:nth-child(2) {
      margin-top: 0; } }
  @media (min-width: 1200px) {
    .node--type-weaver-news.card:first-child .card-body, .node--type-weaver-news.card:nth-child(2) .card-body {
      margin-top: 0; } }
  .node--type-weaver-news.card .inner-border {
    height: 100%; }
  .node--type-weaver-news.card .card-body {
    margin-top: 4rem; }
  .node--type-weaver-news.card .field--name-body :last-child {
    margin-bottom: 0; }
  .node--type-weaver-news.card .news-category-icon {
    font-size: 3rem !important; }
  .node--type-weaver-news.card .more-link {
    display: inline;
    padding-left: 0.25rem; }
  .view-display-id-page_1 .node--type-weaver-news.card {
    margin-bottom: 0;
    padding-bottom: 4rem; }
    @media (min-width: 1200px) {
      .view-display-id-page_1 .node--type-weaver-news.card {
        width: 50%;
        flex: 0 0 50%;
        margin-top: 4rem; } }
    @media (min-width: 1200px) {
      .view-display-id-page_1 .node--type-weaver-news.card .card-body {
        margin-top: 0;
        margin-bottom: 0;
        padding-right: 3rem; } }
    @media (min-width: 768px) {
      .view-display-id-page_1 .node--type-weaver-news.card:first-child .card-body {
        margin-top: 0; } }
    @media (min-width: 1200px) {
      .view-display-id-page_1 .node--type-weaver-news.card:first-child, .view-display-id-page_1 .node--type-weaver-news.card:nth-child(2) {
        margin-top: 0; } }
    @media (min-width: 1200px) {
      .view-display-id-page_1 .node--type-weaver-news.card:nth-child(odd) .inner-border {
        background-position: right;
        background-image: linear-gradient(to bottom, #0E2B41 0%, #0E2B41 62%, transparent 0);
        background-repeat: repeat-y;
        background-size: 0.75px 12px; } }
    @media (min-width: 1200px) {
      .view-display-id-page_1 .node--type-weaver-news.card:nth-child(even) .card-body {
        padding-left: 3rem;
        padding-right: 0; } }
    @media (min-width: 768px) {
      .view-display-id-page_1 .node--type-weaver-news.card:last-child {
        margin-bottom: 0;
        padding-bottom: 0; } }
    @media (min-width: 1200px) {
      .view-display-id-page_1 .node--type-weaver-news.card:nth-last-child(2) {
        background-image: none !important; } }
    @media (min-width: 1200px) {
      .view-display-id-page_1 .node--type-weaver-news.card:last-child, .view-display-id-page_1 .node--type-weaver-news.card:nth-last-child(2) {
        padding-bottom: 0; } }
    @media (min-width: 1200px) {
      .view-display-id-page_1 .node--type-weaver-news.card:last-child .card-body, .view-display-id-page_1 .node--type-weaver-news.card:nth-last-child(2) .card-body {
        margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .owl-item:nth-child(odd) .node--type-weaver-news.card .inner-border {
      background-position: right;
      background-image: linear-gradient(to bottom, #0E2B41 0%, #0E2B41 62%, transparent 0);
      background-repeat: repeat-y;
      background-size: 0.75px 12px; } }
  .owl-item .node--type-weaver-news.card .card-body {
    margin-top: 0; }
    @media (min-width: 1200px) {
      .owl-item .node--type-weaver-news.card .card-body {
        padding-right: 4rem; } }
@media (min-width: 1200px) {
  .block-views-blockbcfed-news-block-2 .node--type-weaver-news.card {
    width: 50%;
    flex: 0 0 50%; } }
.block-views-blockbcfed-news-block-2 .node--type-weaver-news.card:first-child {
  padding-bottom: 4rem;
  background-position: bottom;
  background-image: linear-gradient(to right, #0E2B41 0%, #0E2B41 62%, transparent 0);
  background-repeat: repeat-x;
  background-size: 12px 0.75px; }
  @media (min-width: 1200px) {
    .block-views-blockbcfed-news-block-2 .node--type-weaver-news.card:first-child {
      padding: 0 4rem 0 0;
      background-position: right;
      background-image: linear-gradient(to bottom, #0E2B41 0%, #0E2B41 62%, transparent 0);
      background-repeat: repeat-y;
      background-size: 0.75px 12px; } }
.block-views-blockbcfed-news-block-2 .node--type-weaver-news.card:last-child {
  padding-bottom: 0; }
  @media (min-width: 768px) {
    .block-views-blockbcfed-news-block-2 .node--type-weaver-news.card:last-child {
      padding-bottom: 4rem; } }
  @media (min-width: 1200px) {
    .block-views-blockbcfed-news-block-2 .node--type-weaver-news.card:last-child {
      padding: 0 0 0 4rem; } }

.news-nav a {
  padding-left: 2rem; }
  .news-nav a:before {
    content: '';
    position: relative;
    top: 0.4rem;
    left: -2rem;
    display: inline-block;
    flex: 0 0 15px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #30ADE1;
    transition: all 500ms; }
    @media (min-width: 1200px) {
      .news-nav a:before {
        flex: 0 0 20px;
        width: 20px;
        height: 20px; } }
  .news-nav a:hover, .news-nav a:focus, .news-nav a:active {
    color: #30ADE1 !important;
    font-weight: 500;
    text-decoration: none; }
    .news-nav a:hover:before, .news-nav a:focus:before, .news-nav a:active:before {
      background-color: #30ADE1; }
  .news-nav a.active {
    color: #30ADE1 !important;
    font-weight: 500;
    text-decoration: none; }
    .news-nav a.active:before {
      background-color: #30ADE1; }
  .news-nav a:before {
    top: 0.2rem; }

.news-page-events {
  border-top: 1px solid #0E2B41; }
  @media (min-width: 992px) {
    .news-page-events {
      border-top: 0 none; } }

.pagination {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .pagination a {
    text-decoration: none !important; }

@media (min-width: 992px) {
  .view-bcfed-search .pagination {
    justify-content: flex-start; } }

.path-frontpage .field--name-field-wv-content {
  padding-top: 0; }

.paragraph {
  margin-bottom: var(--paragraph-margin-bottom); }

.field--name-field-wv-content {
  padding-top: 2rem; }
  .field--name-field-wv-content .field__item:last-child .paragraph {
    margin-bottom: 0; }

.paragraph--type--bcfed-accordion .paragraph--type--bcfed-twocols-onthispage .paragraph--type--bcfed-accordion-item,
.paragraph--type--bcfed-accordion .paragraph--type--bcfed-accordion-item {
  margin-bottom: 0 !important; }
.paragraph--type--bcfed-accordion .field--name-field-bcfed-accordion-items > .field__item .accordion-link {
  padding: 0.5rem 0;
  border-top: 1px solid #B2B0B0; }
.paragraph--type--bcfed-accordion .field--name-field-bcfed-accordion-items > .field__item:last-child {
  border-bottom: 1px solid #B2B0B0; }
.paragraph--type--bcfed-accordion .field--name-field-bcfed-accordion-items .field--name-field-weaver-text {
  padding-top: 0.5rem;
  padding-bottom: 3rem; }

@media (min-width: 768px) {
  .paragraph--type--bcfed-red-buttons {
    margin-bottom: 6rem; } }
@media (min-width: 992px) {
  .paragraph--type--bcfed-red-buttons {
    margin-bottom: 10rem; } }
@media (min-width: 992px) {
  .paragraph--type--bcfed-red-buttons .parent-wv_content_page {
    display: flex;
    justify-content: center; } }
.paragraph--type--bcfed-red-buttons .parent-wv_content_page .big-red-button + .big-red-button {
  margin-top: 4rem; }
@media (min-width: 992px) {
  .paragraph--type--bcfed-red-buttons .parent-wv_content_page .big-red-button {
    margin: 0 1rem; }
    .paragraph--type--bcfed-red-buttons .parent-wv_content_page .big-red-button + .big-red-button {
      margin: 0 1rem; } }
.paragraph--type--bcfed-red-buttons .icon-button-wrapper {
  margin: 0 auto 2rem; }
  .paragraph--type--bcfed-red-buttons .icon-button-wrapper:last-child {
    margin-bottom: 0; }
  .paragraph--type--bcfed-red-buttons .icon-button-wrapper .button-text {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .paragraph--type--bcfed-red-buttons .icon-button-wrapper .button-title {
    text-transform: uppercase; }
.paragraph--type--bcfed-red-buttons .big-red-button {
  margin: 0; }
  .paragraph--type--bcfed-red-buttons .big-red-button + .big-red-button {
    margin-top: 4rem; }

.paragraph--type--bcfed-bios .field__item:not(:last-child) .paragraph--type--bcfed-bio {
  margin-bottom: 4rem !important;
  padding-bottom: 4rem !important;
  border-bottom: 1px solid #0E2B41; }
.paragraph--type--bcfed-bios .bio-left {
  flex-shrink: 0; }
  @media (min-width: 992px) {
    .paragraph--type--bcfed-bios .bio-left {
      flex: 0 0 150px; } }
.paragraph--type--bcfed-bios .bio-right .text-formatted:last-child {
  margin-bottom: 0; }

.paragraph--type--bcfed-icon-button-group .paragraph {
  margin-bottom: 3rem; }
  @media (min-width: 992px) {
    .paragraph--type--bcfed-icon-button-group .paragraph {
      margin-bottom: 0; } }
.paragraph--type--bcfed-icon-button-group .field--name-field-bcfed-icon-buttons {
  margin-top: 3rem; }
  @media (min-width: 992px) {
    .paragraph--type--bcfed-icon-button-group .field--name-field-bcfed-icon-buttons {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start; } }
  @media (min-width: 992px) {
    .paragraph--type--bcfed-icon-button-group .field--name-field-bcfed-icon-buttons > .field__item {
      flex: 0 0 calc(50% - 3rem);
      width: calc(50% - 3rem); }
      .paragraph--type--bcfed-icon-button-group .field--name-field-bcfed-icon-buttons > .field__item:nth-child(odd) {
        margin-right: 3rem; }
      .paragraph--type--bcfed-icon-button-group .field--name-field-bcfed-icon-buttons > .field__item:nth-child(even) {
        margin-left: 3rem; } }
  @media (min-width: 1200px) {
    .paragraph--type--bcfed-icon-button-group .field--name-field-bcfed-icon-buttons > .field__item {
      flex: 0 0 calc(50% - 5rem);
      width: calc(50% - 5rem); }
      .paragraph--type--bcfed-icon-button-group .field--name-field-bcfed-icon-buttons > .field__item:nth-child(odd) {
        margin-right: 5rem; }
      .paragraph--type--bcfed-icon-button-group .field--name-field-bcfed-icon-buttons > .field__item:nth-child(even) {
        margin-left: 5rem; } }
  .paragraph--type--bcfed-icon-button-group .field--name-field-bcfed-icon-buttons > .field__item .icon-button-wrapper {
    width: 100%;
    max-width: unset; }
    .paragraph--type--bcfed-icon-button-group .field--name-field-bcfed-icon-buttons > .field__item .icon-button-wrapper:after {
      max-width: unset; }

.field--name-field-bcfed-col-right .paragraph--type--bcfed-icon-buttons .paragraph {
  margin-bottom: 3rem; }

.field--name-field-bcfed-icon-buttons > .field__item:last-child .paragraph {
  margin-bottom: 0; }

.paragraph--type--bcfed-campaigns .field--name-field-bcfed-campaigns > .field__item {
  margin-bottom: 4rem; }
  @media (max-width: 767.98px) {
    .paragraph--type--bcfed-campaigns .field--name-field-bcfed-campaigns > .field__item {
      position: relative;
      left: 50%;
      right: 50%;
      clear: both;
      width: 100vw;
      margin-left: -50vw;
      margin-right: -50vw;
      padding-left: 0;
      padding-right: 0;
      clear: both; } }
  @media (min-width: 992px) {
    .paragraph--type--bcfed-campaigns .field--name-field-bcfed-campaigns > .field__item {
      position: relative;
      left: 50%;
      right: 50%;
      clear: both;
      width: 100vw;
      margin-left: -50vw;
      margin-right: -50vw;
      padding-left: 0;
      padding-right: 0;
      clear: both;
      margin-bottom: 0; } }
  @media screen and (min-width: 2000px) {
    .paragraph--type--bcfed-campaigns .field--name-field-bcfed-campaigns > .field__item {
      left: unset;
      right: unset;
      width: unset;
      max-width: 100vw;
      margin-left: unset;
      margin-right: unset;
      max-width: 2000px;
      margin: 0 auto; }
      #main-wrapper .paragraph--type--bcfed-campaigns .field--name-field-bcfed-campaigns > .field__item {
        left: unset; } }
  .paragraph--type--bcfed-campaigns .field--name-field-bcfed-campaigns > .field__item .node--type-bcfed-campaign .image-column .inner {
    background-color: #FBF099; }
  @media (min-width: 992px) {
    .paragraph--type--bcfed-campaigns .field--name-field-bcfed-campaigns > .field__item .node--type-bcfed-campaign .image-column {
      background-color: #FBF099; } }
  .paragraph--type--bcfed-campaigns .field--name-field-bcfed-campaigns > .field__item .node--type-bcfed-campaign .field--name-field-bcfed-image,
  .paragraph--type--bcfed-campaigns .field--name-field-bcfed-campaigns > .field__item .node--type-bcfed-campaign img {
    transition: all 500ms; }
  .paragraph--type--bcfed-campaigns .field--name-field-bcfed-campaigns > .field__item .node--type-bcfed-campaign.expanded .field--name-field-bcfed-image,
  .paragraph--type--bcfed-campaigns .field--name-field-bcfed-campaigns > .field__item .node--type-bcfed-campaign.expanded img {
    height: auto; }
  .paragraph--type--bcfed-campaigns .field--name-field-bcfed-campaigns > .field__item .node--type-bcfed-campaign .content-column {
    background-color: #FBF099; }
  .paragraph--type--bcfed-campaigns .field--name-field-bcfed-campaigns > .field__item:nth-child(2n+2) .node--type-bcfed-campaign .image-column .inner {
    background-color: #D3EDEE; }
  @media (min-width: 992px) {
    .paragraph--type--bcfed-campaigns .field--name-field-bcfed-campaigns > .field__item:nth-child(2n+2) .node--type-bcfed-campaign .image-column {
      background-color: #D3EDEE; } }
  .paragraph--type--bcfed-campaigns .field--name-field-bcfed-campaigns > .field__item:nth-child(2n+2) .node--type-bcfed-campaign .content-column {
    background-color: #D3EDEE; }
  .paragraph--type--bcfed-campaigns .field--name-field-bcfed-campaigns > .field__item:nth-child(3n+3) .node--type-bcfed-campaign .image-column .inner {
    background-color: #FFFFFF; }
  @media (min-width: 992px) {
    .paragraph--type--bcfed-campaigns .field--name-field-bcfed-campaigns > .field__item:nth-child(3n+3) .node--type-bcfed-campaign .image-column {
      background-color: #FFFFFF; } }
  .paragraph--type--bcfed-campaigns .field--name-field-bcfed-campaigns > .field__item:nth-child(3n+3) .node--type-bcfed-campaign .content-column {
    background-color: #FFFFFF; }
  .paragraph--type--bcfed-campaigns .field--name-field-bcfed-campaigns > .field__item:nth-child(4n+4) .node--type-bcfed-campaign .image-column .inner {
    background-color: #E7E7E0; }
  @media (min-width: 992px) {
    .paragraph--type--bcfed-campaigns .field--name-field-bcfed-campaigns > .field__item:nth-child(4n+4) .node--type-bcfed-campaign .image-column {
      background-color: #E7E7E0; } }
  .paragraph--type--bcfed-campaigns .field--name-field-bcfed-campaigns > .field__item:nth-child(4n+4) .node--type-bcfed-campaign .content-column {
    background-color: #E7E7E0; }
  .paragraph--type--bcfed-campaigns .field--name-field-bcfed-campaigns > .field__item .image-column {
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .paragraph--type--bcfed-campaigns .field--name-field-bcfed-campaigns > .field__item .image-column .inner {
      padding-left: 2rem;
      padding-right: 2rem; }
      @media (min-width: 992px) {
        .paragraph--type--bcfed-campaigns .field--name-field-bcfed-campaigns > .field__item .image-column .inner {
          padding-right: 0; } }
      @media (min-width: 1600px) {
        .paragraph--type--bcfed-campaigns .field--name-field-bcfed-campaigns > .field__item .image-column .inner {
          padding-left: 6rem; } }
      @media screen and (min-width: 2000px) {
        .paragraph--type--bcfed-campaigns .field--name-field-bcfed-campaigns > .field__item .image-column .inner {
          padding-left: 1rem; } }
  .paragraph--type--bcfed-campaigns .field--name-field-bcfed-campaigns > .field__item .content-column .inner {
    padding-left: 2rem;
    padding-right: 2rem;
    transition: padding 500ms; }
    @media (min-width: 992px) {
      .paragraph--type--bcfed-campaigns .field--name-field-bcfed-campaigns > .field__item .content-column .inner {
        padding-left: 6rem;
        padding-right: 25%; } }
  @media (min-width: 992px) {
    .paragraph--type--bcfed-campaigns .field--name-field-bcfed-campaigns > .field__item:nth-child(even) .image-column {
      order: 2; } }
  @media (min-width: 992px) {
    .paragraph--type--bcfed-campaigns .field--name-field-bcfed-campaigns > .field__item:nth-child(even) .image-column .inner {
      padding-left: 0; } }
  .paragraph--type--bcfed-campaigns .field--name-field-bcfed-campaigns > .field__item:nth-child(even) .image-column .field--name-field-bcfed-image img {
    object-position: 0 0; }
    @media (min-width: 1200px) {
      .paragraph--type--bcfed-campaigns .field--name-field-bcfed-campaigns > .field__item:nth-child(even) .image-column .field--name-field-bcfed-image img {
        object-position: -140px 0; } }
    @media (min-width: 1600px) {
      .paragraph--type--bcfed-campaigns .field--name-field-bcfed-campaigns > .field__item:nth-child(even) .image-column .field--name-field-bcfed-image img {
        object-position: 0 0; } }
  @media (min-width: 992px) {
    .paragraph--type--bcfed-campaigns .field--name-field-bcfed-campaigns > .field__item:nth-child(even) .content-column {
      order: 1; } }
  @media (min-width: 992px) {
    .paragraph--type--bcfed-campaigns .field--name-field-bcfed-campaigns > .field__item:nth-child(even) .content-column .inner {
      padding-right: 6rem; } }
  @media (min-width: 1200px) {
    .paragraph--type--bcfed-campaigns .field--name-field-bcfed-campaigns > .field__item .field--name-field-bcfed-image {
      height: 100%;
      object-fit: cover;
      overflow: hidden; }
      .paragraph--type--bcfed-campaigns .field--name-field-bcfed-campaigns > .field__item .field--name-field-bcfed-image img {
        width: auto;
        height: 100%;
        object-position: 0 0; } }
  @media (min-width: 1800px) {
    .paragraph--type--bcfed-campaigns .field--name-field-bcfed-campaigns > .field__item .icon-button-wrapper {
      max-width: 540px; }
      .paragraph--type--bcfed-campaigns .field--name-field-bcfed-campaigns > .field__item .icon-button-wrapper:after {
        max-width: 540px; } }
  .paragraph--type--bcfed-campaigns .field--name-field-bcfed-campaigns > .field__item .icon-button-wrapper .btn.btn-icon-blue {
    background: #FFFFFF none !important;
    border: 1px solid #0E2B41 !important; }
    .paragraph--type--bcfed-campaigns .field--name-field-bcfed-campaigns > .field__item .icon-button-wrapper .btn.btn-icon-blue .button-text {
      padding-right: 1rem !important; }
      @media (min-width: 992px) and (max-width: 1799.98px) {
        .paragraph--type--bcfed-campaigns .field--name-field-bcfed-campaigns > .field__item .icon-button-wrapper .btn.btn-icon-blue .button-text {
          font-size: 0.875rem !important;
          line-height: 1.25rem; } }

@media (min-width: 992px) {
  .paragraph--type--bcfed-icon-teasers.full-width .field--name-field-bcfed-teasers {
    display: flex;
    flex-wrap: wrap; } }
@media (min-width: 992px) {
  .paragraph--type--bcfed-icon-teasers.full-width .field--name-field-bcfed-teasers > .field__item {
    width: 50%;
    flex: 0 0 50%; } }
.paragraph--type--bcfed-icon-teasers.full-width .field--name-field-bcfed-teasers > .field__item .paragraph {
  height: 100%;
  margin-bottom: 0; }
  @media (min-width: 992px) {
    .paragraph--type--bcfed-icon-teasers.full-width .field--name-field-bcfed-teasers > .field__item .paragraph {
      padding-left: calc(((100vw - 880px) / 2)) !important;
      padding-right: 3rem !important; } }
  @media (min-width: 1200px) {
    .paragraph--type--bcfed-icon-teasers.full-width .field--name-field-bcfed-teasers > .field__item .paragraph {
      padding-left: calc(((100vw - 1100px) / 2) + calc(1100px * 0.083333333)) !important; } }
  @media (min-width: 1600px) {
    .paragraph--type--bcfed-icon-teasers.full-width .field--name-field-bcfed-teasers > .field__item .paragraph {
      padding-left: calc(((100vw - 1300px) / 2) + calc(1300px * 0.083333333)) !important;
      padding-right: 8rem !important; } }
  @media (min-width: 1800px) {
    .paragraph--type--bcfed-icon-teasers.full-width .field--name-field-bcfed-teasers > .field__item .paragraph {
      padding-left: calc(((100vw - 1640px ) / 2) + calc(1640px * 0.083333333)) !important; } }
@media (min-width: 992px) {
  .paragraph--type--bcfed-icon-teasers.full-width .field--name-field-bcfed-teasers > .field__item:nth-child(even) .paragraph {
    padding-left: 3rem !important;
    padding-right: calc(((100vw - 880px) / 2)) !important; } }
@media (min-width: 1200px) {
  .paragraph--type--bcfed-icon-teasers.full-width .field--name-field-bcfed-teasers > .field__item:nth-child(even) .paragraph {
    padding-right: calc(((100vw - 1100px) / 2) + calc(1100px * 0.083333333)) !important; } }
@media (min-width: 1600px) {
  .paragraph--type--bcfed-icon-teasers.full-width .field--name-field-bcfed-teasers > .field__item:nth-child(even) .paragraph {
    padding-left: 8rem !important;
    padding-right: calc(((100vw - 1300px) / 2) + calc(1300px * 0.083333333)) !important; } }
@media (min-width: 1800px) {
  .paragraph--type--bcfed-icon-teasers.full-width .field--name-field-bcfed-teasers > .field__item:nth-child(even) .paragraph {
    padding-right: calc(((100vw - 1640px) / 2) + calc(1640px * 0.083333333)) !important; } }

.paragraph--type--bcfed-featured-event .field--name-field-bcfed-image {
  order: 1;
  flex: 0 0 100%; }
  @media (min-width: 768px) {
    .paragraph--type--bcfed-featured-event .field--name-field-bcfed-image {
      order: 2; } }
  @media (min-width: 1200px) {
    .paragraph--type--bcfed-featured-event .field--name-field-bcfed-image {
      position: absolute;
      left: 0;
      bottom: 0;
      width: calc((100vw / 2) - 3rem);
      max-height: 70%;
      overflow: hidden; } }
  @media (min-width: 1600px) {
    .paragraph--type--bcfed-featured-event .field--name-field-bcfed-image {
      width: calc((100vw / 2) - 6rem);
      top: 15rem;
      bottom: unset;
      max-height: unset;
      overflow: visible; } }
  @media screen and (min-width: 2000px) {
    .paragraph--type--bcfed-featured-event .field--name-field-bcfed-image {
      left: calc((100vw - 2000px) / 2);
      width: 900px; } }
.paragraph--type--bcfed-featured-event .node {
  order: 2;
  flex: 0 0 100%; }
  @media (min-width: 768px) {
    .paragraph--type--bcfed-featured-event .node {
      order: 1; } }

.paragraph--type--bcfed-hero {
  margin-bottom: 0; }
  .paragraph--type--bcfed-hero .hero-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-height: 500px;
    overflow: hidden;
    mix-blend-mode: overlay;
    opacity: 0.1;
    background-position: center center;
    background-size: cover; }
    .paragraph--type--bcfed-hero .hero-bg-image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0;
      transition: opacity 500ms; }
      .paragraph--type--bcfed-hero .hero-bg-image img.active {
        opacity: 1; }
  .paragraph--type--bcfed-hero .field--name-field-weaver-text :last-child {
    margin-bottom: 0; }
  .paragraph--type--bcfed-hero a.btn {
    width: auto; }
  @media (min-width: 992px) {
    .paragraph--type--bcfed-hero .hero-slides,
    .paragraph--type--bcfed-hero .hero-banner,
    .paragraph--type--bcfed-hero .hero-intro {
      max-width: 55%;
      padding-left: var(--container-margin) !important; } }
  .paragraph--type--bcfed-hero .hero-slides {
    width: 100%;
    flex: 0 0 100%; }
  .paragraph--type--bcfed-hero .hero-text {
    position: relative;
    z-index: 2; }
  .paragraph--type--bcfed-hero .hero-image {
    background-position: top right;
    background-size: cover;
    width: 100%;
    flex: 0 0 100%;
    height: 30vh; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .paragraph--type--bcfed-hero .hero-image {
        order: 3;
        width: 55%;
        flex: 0 0 55%;
        height: 47vh; } }
    @media (min-width: 992px) {
      .paragraph--type--bcfed-hero .hero-image {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 3;
        max-width: 45%;
        height: 85%;
        max-height: 95%;
        width: 100%; } }
    @media screen and (min-width: 2000px) {
      .paragraph--type--bcfed-hero .hero-image {
        right: calc((100vw - 2000px) / 2);
        max-width: calc(45% - ((100vw - 2000px) / 2)); } }
    .paragraph--type--bcfed-hero .hero-image .hero-image-caption {
      display: none; }
      @media (min-width: 768px) {
        .paragraph--type--bcfed-hero .hero-image .hero-image-caption {
          display: block;
          position: relative;
          top: -38px; } }
      @media (min-width: 992px) {
        .paragraph--type--bcfed-hero .hero-image .hero-image-caption {
          position: relative;
          padding-right: var(--container-margin); } }
      @media screen and (min-width: 2000px) {
        .paragraph--type--bcfed-hero .hero-image .hero-image-caption {
          padding-right: 100px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .paragraph--type--bcfed-hero .hero-text {
      order: 2;
      width: 45%;
      flex: 0 0 45%; } }
  @media (min-width: 992px) and (max-width: 1599.98px) {
    .paragraph--type--bcfed-hero .hero-text svg {
      font-size: 2.5rem !important; } }
  @media (min-width: 768px) and (max-width: 1599.98px) {
    .paragraph--type--bcfed-hero .hero-text h3,
    .paragraph--type--bcfed-hero .hero-text h1.h3-font-size {
      font-size: 1rem !important;
      line-height: 1.5rem; } }
  .paragraph--type--bcfed-hero .hero-slide h2 {
    font-size: 24px !important;
    line-height: 2.25rem; }
    @media (min-width: 768px) {
      .paragraph--type--bcfed-hero .hero-slide h2 {
        font-size: 34px !important; } }
    @media (min-width: 1800px) {
      .paragraph--type--bcfed-hero .hero-slide h2 {
        font-size: 50px !important;
        line-height: 4rem; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .paragraph--type--bcfed-hero .hero-slide .field--name-field-weaver-text,
    .paragraph--type--bcfed-hero .hero-slide .hero-actions {
      max-width: 60%; } }
  @media (min-width: 1800px) {
    .paragraph--type--bcfed-hero .hero-slide .field--name-field-weaver-text,
    .paragraph--type--bcfed-hero .hero-slide .hero-actions {
      max-width: 90%; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .paragraph--type--bcfed-hero .hero-slide .field--name-field-weaver-text {
      font-size: 0.875rem; } }
  @media (min-width: 1800px) {
    .paragraph--type--bcfed-hero .hero-slide .field--name-field-weaver-text {
      font-size: 1.563rem; } }

.paragraph--type--bcfed-icon-teaser {
  position: relative;
  left: 50%;
  right: 50%;
  clear: both;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-left: 0;
  padding-right: 0;
  clear: both; }
  @media (min-width: 992px) {
    .paragraph--type--bcfed-icon-teaser {
      left: unset;
      right: unset;
      width: unset;
      max-width: 100vw;
      margin-left: unset;
      margin-right: unset; }
      #main-wrapper .paragraph--type--bcfed-icon-teaser {
        left: unset; } }
  .paragraph--type--bcfed-icon-teaser .teaser-left {
    text-align: left; }
    @media (min-width: 768px) {
      .paragraph--type--bcfed-icon-teaser .teaser-left {
        width: 27%;
        flex: 0 0 27%;
        text-align: center; } }
    @media (min-width: 768px) {
      .paragraph--type--bcfed-icon-teaser .teaser-left {
        width: 175px;
        flex: 0 0 175px;
        text-align: center; } }
    @media (min-width: 1600px) {
      .paragraph--type--bcfed-icon-teaser .teaser-left {
        width: 200px;
        flex: 0 0 200px; } }
    .paragraph--type--bcfed-icon-teaser .teaser-left .teaser-label {
      font-size: 1.125rem;
      line-height: 1.25rem; }
      @media (min-width: 1600px) {
        .paragraph--type--bcfed-icon-teaser .teaser-left .teaser-label {
          font-size: 1.25rem; } }

.paragraph--type--bcfed-image-quotation .image-quotation-grid-container {
  position: relative;
  left: 50%;
  right: 50%;
  clear: both;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-left: 0;
  padding-right: 0;
  clear: both; }
  @media (min-width: 992px) {
    .paragraph--type--bcfed-image-quotation .image-quotation-grid-container {
      display: grid;
      grid-template-columns: 47% 53%; } }
  @media (min-width: 1600px) {
    .paragraph--type--bcfed-image-quotation .image-quotation-grid-container {
      grid-template-columns: repeat(12, 1fr); } }
  @media screen and (min-width: 2000px) {
    .paragraph--type--bcfed-image-quotation .image-quotation-grid-container {
      left: unset;
      right: unset;
      width: unset;
      max-width: 100vw;
      margin-left: unset;
      margin-right: unset;
      max-width: 2000px;
      margin-left: auto;
      margin-right: auto; }
      #main-wrapper .paragraph--type--bcfed-image-quotation .image-quotation-grid-container {
        left: unset; } }
.paragraph--type--bcfed-image-quotation .image-quotation-top-left {
  position: relative;
  display: flex;
  flex-direction: column; }
  @media (min-width: 1600px) {
    .paragraph--type--bcfed-image-quotation .image-quotation-top-left {
      grid-column: 1 / span 5; } }
  .paragraph--type--bcfed-image-quotation .image-quotation-top-left.orange-overlay {
    opacity: 0;
    transition: all 500ms; }
    .paragraph--type--bcfed-image-quotation .image-quotation-top-left.orange-overlay:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      mix-blend-mode: overlay;
      background-color: #CA822E; }
    .loaded .paragraph--type--bcfed-image-quotation .image-quotation-top-left.orange-overlay {
      opacity: 1; }
  .paragraph--type--bcfed-image-quotation .image-quotation-top-left img {
    order: 2; }
    @media (min-width: 992px) {
      .paragraph--type--bcfed-image-quotation .image-quotation-top-left img {
        order: 1; } }
  .paragraph--type--bcfed-image-quotation .image-quotation-top-left .image-quotation-caption {
    order: 1;
    position: relative;
    z-index: 2;
    background-color: #FFFFFF; }
    @media (min-width: 992px) {
      .paragraph--type--bcfed-image-quotation .image-quotation-top-left .image-quotation-caption {
        order: 2; } }
@media (min-width: 1600px) {
  .paragraph--type--bcfed-image-quotation .image-quotation-top-right {
    grid-column: 6 / span 7; } }
@media (min-width: 992px) {
  .paragraph--type--bcfed-image-quotation .image-quotation-top-right .image-quotation-right-top {
    display: grid;
    grid-template-columns: repeat(8, 1fr); } }
.paragraph--type--bcfed-image-quotation .image-quotation-top-right .image-quotation-right-top .image-quotation-right-top-content {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .paragraph--type--bcfed-image-quotation .image-quotation-top-right .image-quotation-right-top .image-quotation-right-top-content {
      max-width: 680px; } }
  @media (min-width: 992px) {
    .paragraph--type--bcfed-image-quotation .image-quotation-top-right .image-quotation-right-top .image-quotation-right-top-content {
      max-width: unset;
      margin-left: unset;
      margin-right: unset; } }
.paragraph--type--bcfed-image-quotation .image-quotation-top-right .image-quotation-right-top .field--name-field-weaver-text p {
  font-size: 1.25rem; }
.paragraph--type--bcfed-image-quotation .image-quotation-top-right .image-quotation-right-top .field--name-field-bcfed-attribution {
  text-align: right; }
  @media (min-width: 1200px) {
    .paragraph--type--bcfed-image-quotation .image-quotation-top-right .image-quotation-right-top .field--name-field-bcfed-attribution p {
      font-size: 1.25rem; } }
@media (min-width: 992px) {
  .paragraph--type--bcfed-image-quotation .image-quotation-top-right .empty {
    width: 5rem; } }
@media (min-width: 1600px) {
  .paragraph--type--bcfed-image-quotation .image-quotation-top-right .empty {
    width: calc((1300px * 0.083333333333) + 2rem); } }
@media (min-width: 1800px) {
  .paragraph--type--bcfed-image-quotation .image-quotation-top-right .empty {
    width: calc((1640px * 0.083333333333) + 2rem); } }
@media screen and (min-width: 2000px) {
  .paragraph--type--bcfed-image-quotation .image-quotation-top-right .empty {
    width: calc((1640px * 0.083333333333)); } }
@media (min-width: 992px) {
  .paragraph--type--bcfed-image-quotation .image-quotation-top-right .image-quotation-right-top-content {
    grid-column: 2 / span 5; } }
@media screen and (min-width: 2000px) {
  .paragraph--type--bcfed-image-quotation .image-quotation-top-right .image-quotation-right-top-content {
    grid-column: 2 / span 6; } }

.paragraph--type--bcfed-info-carousel .info-carousel-icon {
  position: absolute;
  top: -2rem;
  right: 0;
  font-size: 25vw;
  opacity: 0.2; }
  @media (min-width: 1800px) {
    .paragraph--type--bcfed-info-carousel .info-carousel-icon {
      font-size: 25rem; } }
.paragraph--type--bcfed-info-carousel .info-carousel {
  transition: opacity 500ms; }
  .paragraph--type--bcfed-info-carousel .info-carousel.changing {
    opacity: 0; }
  @media (min-width: 992px) {
    .paragraph--type--bcfed-info-carousel .info-carousel:not(.owl-carousel) {
      display: flex;
      flex-wrap: wrap; } }
  .paragraph--type--bcfed-info-carousel .info-carousel:not(.owl-carousel) .info-carousel-box {
    width: 100%;
    margin-bottom: 3rem; }
    @media (min-width: 992px) {
      .paragraph--type--bcfed-info-carousel .info-carousel:not(.owl-carousel) .info-carousel-box {
        width: calc(50% - 1rem);
        margin-right: 1.5rem; }
        .paragraph--type--bcfed-info-carousel .info-carousel:not(.owl-carousel) .info-carousel-box:nth-child(even) {
          margin-right: 0; } }
    @media (min-width: 1600px) {
      .paragraph--type--bcfed-info-carousel .info-carousel:not(.owl-carousel) .info-carousel-box {
        width: calc(50% - 1.5rem);
        margin-right: 3rem; } }

.paragraph--type--bcfed-partners .field--name-field-bcfed-partners {
  display: flex;
  flex-flow: row wrap; }
  .paragraph--type--bcfed-partners .field--name-field-bcfed-partners > .field__item {
    width: 100%;
    margin-bottom: 4rem;
    background-color: #FBF099; }
    @media (min-width: 992px) {
      .paragraph--type--bcfed-partners .field--name-field-bcfed-partners > .field__item {
        width: calc(50% - 2rem);
        flex: 0 0 calc(50% - 2rem);
        margin-right: 2rem;
        margin-bottom: 4rem; }
        .paragraph--type--bcfed-partners .field--name-field-bcfed-partners > .field__item:last-child, .paragraph--type--bcfed-partners .field--name-field-bcfed-partners > .field__item:nth-last-child(2) {
          margin-bottom: 0; }
        .paragraph--type--bcfed-partners .field--name-field-bcfed-partners > .field__item:nth-child(even) {
          margin-left: 2rem;
          margin-right: 0; } }
  .paragraph--type--bcfed-partners .field--name-field-bcfed-partners > .field__item:nth-child(even) {
    background-color: #E7E7E0; }
  @media (min-width: 992px) {
    .paragraph--type--bcfed-partners .field--name-field-bcfed-partners .partner-icon svg {
      font-size: 2.5rem !important; } }

.paragraph--type--bcfed-special .block-bcfed-custom-media-block {
  border-bottom: 1px solid #EBEBE5; }
  @media (max-width: 991.98px) {
    .paragraph--type--bcfed-special .block-bcfed-custom-media-block .media-block-top,
    .paragraph--type--bcfed-special .block-bcfed-custom-media-block .media-block-links {
      flex: 0 0 100%;
      width: 100%; } }
  @media (max-width: 767.98px) {
    .paragraph--type--bcfed-special .block-bcfed-custom-media-block .media-block-links ul.list-group {
      flex-direction: row;
      flex-wrap: wrap; }
      .paragraph--type--bcfed-special .block-bcfed-custom-media-block .media-block-links ul.list-group li {
        flex: 0 0 50%;
        width: 50%; } }
  @media (max-width: 991.98px) {
    .paragraph--type--bcfed-special .block-bcfed-custom-media-block .media-block-links a {
      background-image: linear-gradient(to right, #0E2B41 0%, #0E2B41 62%, transparent 0);
      background-position: bottom;
      background-size: 15px 1px;
      background-repeat: repeat-x; } }
  @media (min-width: 768px) {
    .paragraph--type--bcfed-special .block-bcfed-custom-media-block .media-block-links li:not(:first-child) a {
      background-image: linear-gradient(to bottom, #0E2B41 0%, #0E2B41 62%, transparent 0);
      background-position: left;
      background-size: 1px 15px;
      background-repeat: repeat-y; } }
.paragraph--type--bcfed-special .block-views-blockbcfed-news-block-2 h2 {
  margin-bottom: 0;
  text-align: center;
  font-weight: 700; }
  @media (min-width: 768px) {
    .paragraph--type--bcfed-special .block-views-blockbcfed-news-block-2 h2 {
      margin-bottom: 4rem; } }

.field--name-field-bcfed-statistics {
  width: 340px;
  max-width: 340px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .field--name-field-bcfed-statistics {
      width: 680px;
      max-width: 680px; } }
  @media (min-width: 992px) {
    .field--name-field-bcfed-statistics {
      width: 880px;
      max-width: 880px; } }
  @media (min-width: 1200px) {
    .field--name-field-bcfed-statistics {
      width: 1100px;
      max-width: 1100px; } }
  @media (min-width: 1600px) {
    .field--name-field-bcfed-statistics {
      width: 1300px;
      max-width: 1300px; } }
  @media (min-width: 1800px) {
    .field--name-field-bcfed-statistics {
      width: 1640px;
      max-width: 1640px; } }

.paragraph--type--bcfed-statistic {
  margin-bottom: 0; }
  .paragraph--type--bcfed-statistic .column-left {
    text-align: center; }
    @media (min-width: 992px) {
      .paragraph--type--bcfed-statistic .column-left {
        text-align: right; } }
  .paragraph--type--bcfed-statistic .column-right {
    text-align: center; }
    @media (min-width: 992px) {
      .paragraph--type--bcfed-statistic .column-right {
        text-align: left; } }
  .paragraph--type--bcfed-statistic .statistic-text,
  .paragraph--type--bcfed-statistic .statistic-body {
    transition: height 500ms; }
  .paragraph--type--bcfed-statistic .statistic-text svg {
    display: block; }
    @media (min-width: 992px) {
      .paragraph--type--bcfed-statistic .statistic-text svg {
        position: relative;
        top: 0.5rem;
        display: inline-block; } }
  .paragraph--type--bcfed-statistic .middle-arrow .onscroll {
    animation-delay: 0s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    transform: translateX(-2rem);
    opacity: 0; }
    .paragraph--type--bcfed-statistic .middle-arrow .onscroll.animated {
      animation-name: slide-down; }
    @media (min-width: 992px) {
      .paragraph--type--bcfed-statistic .middle-arrow .onscroll {
        animation-delay: 0s;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        transform: translateX(-2rem);
        opacity: 0; }
        .paragraph--type--bcfed-statistic .middle-arrow .onscroll.animated {
          animation-name: slide-in; } }
  .paragraph--type--bcfed-statistic .middle-arrow svg {
    height: 180px;
    transform: rotate(90deg); }
    @media (min-width: 992px) {
      .paragraph--type--bcfed-statistic .middle-arrow svg {
        width: 80%;
        height: 110px;
        transform: unset; } }
  .paragraph--type--bcfed-statistic .column-right .field--name-field-weaver-text :last-child {
    margin-bottom: 0; }
  @media (max-width: 991.98px) {
    .paragraph--type--bcfed-statistic .column-right .icon-button-wrapper {
      margin-left: auto;
      margin-right: auto; } }

.field--name-field-bcfed-col-right .paragraph--type--weaver-text a {
  color: #30ADE1 !important; }
  .field--name-field-bcfed-col-right .paragraph--type--weaver-text a:hover, .field--name-field-bcfed-col-right .paragraph--type--weaver-text a:focus, .field--name-field-bcfed-col-right .paragraph--type--weaver-text a:active {
    color: #1A6E91; }
.paragraph--type--weaver-text .field--name-field-weaver-text :last-child {
  margin-bottom: 0; }

.text-bg-wrapper {
  position: relative;
  margin-bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .text-bg-wrapper .paragraph--type--weaver-text {
    margin-bottom: 0; }
    .text-bg-wrapper .paragraph--type--weaver-text .field--name-field-weaver-text {
      position: relative;
      z-index: 5; }
      @media (min-width: 1200px) {
        .text-bg-wrapper .paragraph--type--weaver-text .field--name-field-weaver-text {
          padding-left: 5rem;
          padding-right: 5rem; } }

.paragraph--type--bcfed-two-columns .field__item .paragraph:not(.paragraph--type--bcfed-accordion-item) {
  margin-bottom: var(--paragraph-margin-bottom) !important; }

.paragraph--type--bcfed-twocols-onthispage .onthispage-title {
  border-top: 1px solid #B2B0B0; }
  @media (min-width: 992px) {
    .paragraph--type--bcfed-twocols-onthispage .onthispage-title {
      border-top: 0 none; } }
.paragraph--type--bcfed-twocols-onthispage .bcfed-onthispage {
  border-bottom: 1px solid #B2B0B0; }
  @media (min-width: 992px) {
    .paragraph--type--bcfed-twocols-onthispage .bcfed-onthispage {
      border-bottom: 0 none; } }
  @media (max-width: 991.98px) {
    .paragraph--type--bcfed-twocols-onthispage .bcfed-onthispage a {
      color: #30ADE1; } }
  @media (min-width: 992px) {
    .paragraph--type--bcfed-twocols-onthispage .bcfed-onthispage a {
      padding-left: 2rem; }
      .paragraph--type--bcfed-twocols-onthispage .bcfed-onthispage a:before {
        content: '';
        position: relative;
        top: 0.4rem;
        left: -2rem;
        display: inline-block;
        flex: 0 0 15px;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        border: 2px solid #30ADE1;
        transition: all 500ms; } }
    @media (min-width: 992px) and (min-width: 1200px) {
      .paragraph--type--bcfed-twocols-onthispage .bcfed-onthispage a:before {
        flex: 0 0 20px;
        width: 20px;
        height: 20px; } }
  @media (min-width: 992px) {
      .paragraph--type--bcfed-twocols-onthispage .bcfed-onthispage a:hover, .paragraph--type--bcfed-twocols-onthispage .bcfed-onthispage a:focus, .paragraph--type--bcfed-twocols-onthispage .bcfed-onthispage a:active {
        color: #30ADE1 !important;
        font-weight: 500;
        text-decoration: none; }
        .paragraph--type--bcfed-twocols-onthispage .bcfed-onthispage a:hover:before, .paragraph--type--bcfed-twocols-onthispage .bcfed-onthispage a:focus:before, .paragraph--type--bcfed-twocols-onthispage .bcfed-onthispage a:active:before {
          background-color: #30ADE1; }
      .paragraph--type--bcfed-twocols-onthispage .bcfed-onthispage a.active {
        color: #30ADE1 !important;
        font-weight: 500;
        text-decoration: none; }
        .paragraph--type--bcfed-twocols-onthispage .bcfed-onthispage a.active:before {
          background-color: #30ADE1; } }
.paragraph--type--bcfed-twocols-onthispage .field__item .paragraph:not(.paragraph--type--bcfed-accordion-item) {
  margin-bottom: var(--paragraph-margin-bottom) !important; }

.paragraph--type--bcfed-video {
  margin-bottom: 0; }
  .paragraph--type--bcfed-video .full-width {
    max-width: 2000px !important; }
    @media screen and (min-width: 2000px) {
      .paragraph--type--bcfed-video .full-width {
        left: unset;
        right: unset;
        width: unset;
        max-width: 100vw;
        margin-left: unset;
        margin-right: unset; }
        #main-wrapper .paragraph--type--bcfed-video .full-width {
          left: unset; } }
  @media (min-width: 992px) {
    .paragraph--type--bcfed-video .field--name-field-bcfed-youtube, .paragraph--type--bcfed-video .youtube-video, .paragraph--type--bcfed-video .field--name-field-bcfed-youtube img, .paragraph--type--bcfed-video .youtube-field-player {
      height: calc(100vh - var(--takeover-top)); }
      .scrolled .paragraph--type--bcfed-video .field--name-field-bcfed-youtube,
      .scrolled .paragraph--type--bcfed-video .youtube-video,
      .scrolled .paragraph--type--bcfed-video .field--name-field-bcfed-youtube img,
      .scrolled .paragraph--type--bcfed-video .youtube-field-player {
        height: calc(100vh - var(--reduced-takeover-top)); } }
  .paragraph--type--bcfed-video .field--name-field-bcfed-youtube {
    position: relative; }
    .paragraph--type--bcfed-video .field--name-field-bcfed-youtube .youtube-video,
    .paragraph--type--bcfed-video .field--name-field-bcfed-youtube img {
      width: 100%;
      object-fit: cover; }
    .paragraph--type--bcfed-video .field--name-field-bcfed-youtube a {
      position: relative; }
      .paragraph--type--bcfed-video .field--name-field-bcfed-youtube a:before {
        content: "";
        position: absolute;
        top: calc(50% - 38.5px);
        left: calc(50% - 25.5px);
        z-index: 11;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 38.5px 0 38.5px 67px;
        border-color: transparent transparent transparent rgba(0, 0, 0, 0.5);
        transition: all 500ms; }
      .paragraph--type--bcfed-video .field--name-field-bcfed-youtube a:after {
        content: "";
        position: absolute;
        top: calc(50% - 80px);
        left: calc(50% - 115px);
        z-index: 10;
        width: 230px;
        height: 160px;
        background-color: rgba(218, 218, 218, 0.5);
        border-radius: 10px;
        transition: all 500ms; }
      .paragraph--type--bcfed-video .field--name-field-bcfed-youtube a:hover:before, .paragraph--type--bcfed-video .field--name-field-bcfed-youtube a:focus:before, .paragraph--type--bcfed-video .field--name-field-bcfed-youtube a:active:before {
        border-color: transparent transparent transparent #000; }
      .paragraph--type--bcfed-video .field--name-field-bcfed-youtube a:hover:after, .paragraph--type--bcfed-video .field--name-field-bcfed-youtube a:focus:after, .paragraph--type--bcfed-video .field--name-field-bcfed-youtube a:active:after {
        background-color: #dadada; }
    .paragraph--type--bcfed-video .field--name-field-bcfed-youtube figure {
      margin: 0; }
    .paragraph--type--bcfed-video .field--name-field-bcfed-youtube .youtube-container {
      width: 100vw; }
    .paragraph--type--bcfed-video .field--name-field-bcfed-youtube .youtube-video {
      align-items: center;
      background: #000; }
      .paragraph--type--bcfed-video .field--name-field-bcfed-youtube .youtube-video.show {
        display: flex; }
    .paragraph--type--bcfed-video .field--name-field-bcfed-youtube .youtube-container--responsive {
      position: static; }
    .paragraph--type--bcfed-video .field--name-field-bcfed-youtube .youtube-field-player {
      width: 100%; }

.popover {
  transition: opacity 1000ms; }

.popover,
.popover-header,
.popover-body {
  padding-top: 0.5rem;
  background: #30ADE1;
  color: #FFFFFF;
  border-radius: 0;
  border: 0 none; }

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #30ADE1; }

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #30ADE1; }

.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #30ADE1; }

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #30ADE1; }

.tooltip {
  line-height: 1.4rem;
  transition: opacity 1000ms; }
  .tooltip.show {
    opacity: 0.95; }

.bcfed-search-form {
  max-width: 240px; }
  @media (min-width: 1800px) {
    .bcfed-search-form {
      max-width: 300px; } }
  .bcfed-search-form .form-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0.25rem 2rem; }
  .bcfed-search-form .form-group {
    flex-shrink: 1;
    align-self: unset;
    margin: 0;
    padding: 0; }
  .bcfed-search-form input[type=text] {
    padding: 0 1rem 0 0;
    color: #FFFFFF;
    border: 0 none;
    background: transparent none;
    box-shadow: unset;
    font-size: 1.125rem; }
    @media (min-width: 992px) {
      .bcfed-search-form input[type=text] {
        font-size: 0.75rem; } }
    @media (min-width: 1200px) {
      .bcfed-search-form input[type=text] {
        font-size: 1rem; } }
    @media (min-width: 1600px) {
      .bcfed-search-form input[type=text] {
        font-size: 1.25rem; } }
    .bcfed-search-form input[type=text]::placeholder {
      color: #FFFFFF;
      font-weight: 500; }
  .bcfed-search-form button[type=submit] {
    padding: 0 !important;
    font-size: 1.5rem;
    border: 0 none !important;
    background-color: transparent !important; }
    @media (min-width: 992px) {
      .bcfed-search-form button[type=submit] {
        font-size: 1rem; } }
    @media (min-width: 1600px) {
      .bcfed-search-form button[type=submit] {
        font-size: 1.5rem; } }
    .bcfed-search-form button[type=submit] path {
      fill: #FFFFFF !important; }
  .navbar-buttons .bcfed-search-form .form-row {
    background-color: #1A6E91;
    border-radius: 50px; }
  .navbar-buttons .bcfed-search-form label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; }
  #mobile-search .bcfed-search-form {
    box-shadow: 1px 3px 5px -1px rgba(102, 102, 102, 0.3); }
    #mobile-search .bcfed-search-form .form-type-textfield {
      width: calc(100% - 30px); }
      #mobile-search .bcfed-search-form .form-type-textfield input,
      #mobile-search .bcfed-search-form .form-type-textfield input::placeholder {
        color: #0E2B41; }
    #mobile-search .bcfed-search-form button path {
      fill: #0E2B41 !important; }

#header-social .social-link {
  margin-right: 0.75rem;
  font-size: 1.5rem; }
  #header-social .social-link:last-child {
    margin-right: 0; }
  #header-social .social-link:hover path, #header-social .social-link:focus path, #header-social .social-link:active path {
    fill: #F8AE0F; }

#mobile-social {
  box-shadow: 1px 3px 5px -1px rgba(102, 102, 102, 0.3); }
  #mobile-social .social-link {
    margin: 0 0.75rem;
    font-size: 1.5rem; }

#footer-social .social-link {
  margin-right: 0.75rem;
  font-size: 1.5rem; }

.social-media-sharing li {
  width: 100%;
  flex: 0 0 100%;
  margin: 0; }

.share-copy-link {
  transition: opacity 500ms; }
  .share-copy-link .inactive {
    opacity: 0;
    transition: opacity 0ms; }
  .share-copy-link .share-copy-link-copied {
    opacity: 0;
    transition: opacity 0ms; }
  .share-copy-link.active .share-copy-link-copied {
    opacity: 1;
    transition: opacity 500ms; }

.block-instagram-post-block li:not(:last-child) {
  margin-bottom: 3rem !important; }
.block-instagram-post-block .instagram-carousel a:not(:first-child) {
  display: none;
  visibility: hidden; }
.field--name-field-bcfed-block .block-instagram-post-block .list-group {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start; }
  @media (min-width: 768px) {
    .field--name-field-bcfed-block .block-instagram-post-block .list-group {
      flex-direction: row; } }
  .field--name-field-bcfed-block .block-instagram-post-block .list-group li {
    width: 100%;
    flex: 0 0 100%; }
    @media (min-width: 768px) {
      .field--name-field-bcfed-block .block-instagram-post-block .list-group li {
        width: 40%;
        flex: 0 0 40%;
        margin: 0 2rem; } }

@media (min-width: 992px) {
  .table {
    max-width: 100%; } }
.table caption {
  caption-side: top;
  color: #30ADE1;
  font-weight: 600;
  font-size: 1rem; }
.table .tablesort {
  vertical-align: middle; }
.table thead tr th,
.table tbody tr td {
  padding: 1rem 2rem;
  border: 0 none;
  border-bottom: 15px solid #FFFFFF; }
.table thead tr th {
  vertical-align: bottom;
  background: #30ADE1 none;
  color: #FFFFFF;
  font-size: 1rem; }
  .table thead tr th:first-child {
    border-left: 1px solid #FFFFFF; }
  .table thead tr th:last-child {
    border-right: 1px solid #FFFFFF; }
.table tbody tr td {
  background: #E7E7E0 none;
  color: #D6D6CB;
  font-size: 0.875rem; }

.text-formatted table {
  width: 100% !important; }
  .text-formatted table tr th,
  .text-formatted table tr td {
    padding: 1rem 2rem;
    vertical-align: top; }
  .text-formatted table tr th {
    color: #FFFFFF !important;
    background-color: #30ADE1 !important;
    border: 0 none; }
  .text-formatted table tr td {
    border: 1px solid #B2B0B0;
    background-color: #FFFFFF !important; }
  .text-formatted table tr:first-child td {
    border-top: 0 none; }

html.takeover-menu-open,
html.takeover-mobile-menu-open {
  overflow: hidden; }

html.takeover-mobile-menu-open #pre-header {
  position: fixed;
  top: 0;
  width: 100vw; }

.takeover-menu-open #takeover-menu {
  transform: translateX(0px);
  transition-timing-function: ease-out; }

#takeover-menu {
  position: fixed;
  top: var(--takeover-top);
  transform: translateX(-100%);
  z-index: 600;
  width: 100%;
  height: calc(100vh - var(--header-height));
  transition-timing-function: ease-in;
  opacity: 0;
  overflow-y: auto; }
  @media (min-width: 992px) {
    #takeover-menu {
      height: auto; } }
  .loaded #takeover-menu {
    opacity: 1;
    transition: all 500ms; }
  .scrolled #takeover-menu {
    top: var(--reduced-takeover-top); }
    .scrolled #takeover-menu .takeover-close {
      top: calc(var(--reduced-takeover-top) + 2rem); }
  #takeover-menu .inner {
    height: 100%;
    margin: 0 auto;
    overflow-y: auto; }
  #takeover-menu .takeover-close {
    position: absolute;
    top: calc(var(--takeover-top) + 2rem);
    right: 3rem;
    z-index: 9999; }
  #takeover-menu .inner-item {
    display: none;
    visibility: hidden; }
    #takeover-menu .inner-item .nav-column-image {
      width: 100%;
      max-height: 550px;
      margin-left: 0;
      margin-right: 3rem; }
      @media (min-width: 1200px) {
        #takeover-menu .inner-item .nav-column-image {
          width: 33%;
          flex: 0 0 33%; } }
    #takeover-menu .inner-item .nav-column {
      width: 100%;
      flex: 0 0 33%; }
      @media (min-width: 1200px) {
        #takeover-menu .inner-item .nav-column {
          width: 50%;
          flex: 0 0 50%; } }
      @media (min-width: 1600px) {
        #takeover-menu .inner-item .nav-column {
          width: 33%;
          flex: 0 0 33%; } }
      @media (min-width: 992px) {
        #takeover-menu .inner-item .nav-column > .takeover-link:first-child {
          margin-top: 2.5rem; } }
      @media (min-width: 1200px) {
        #takeover-menu .inner-item .nav-column > .takeover-link:first-child {
          margin-top: 5.25rem; } }
      @media (min-width: 1800px) {
        #takeover-menu .inner-item .nav-column > .takeover-link:first-child {
          margin-top: 5.5rem; } }
    @media (min-width: 1800px) {
      #takeover-menu .inner-item .nav-close-column {
        padding-left: 1rem; } }
    #takeover-menu .inner-item:nth-child(1) .nav-close-column, #takeover-menu .inner-item:nth-child(2) .nav-close-column {
      margin-left: 4rem; }
    #takeover-menu .inner-item:nth-child(1) .nav-column-image, #takeover-menu .inner-item:nth-child(2) .nav-column-image {
      order: 10;
      margin-left: 3rem;
      margin-right: 0; }
      @media (min-width: 1800px) {
        #takeover-menu .inner-item:nth-child(1) .nav-column-image, #takeover-menu .inner-item:nth-child(2) .nav-column-image {
          margin-left: 15rem; } }
    #takeover-menu .inner-item.active {
      display: block;
      visibility: visible; }
  @media (max-width: 991.98px) {
    #takeover-menu .nav-column-wrapper > div:not(:first-child):not(.nav-column-icons) {
      background-color: #E7E7E0 !important; } }
  #takeover-menu .takeover-arrow {
    position: relative;
    top: 2px;
    font-size: 0.875rem; }

#takeover-menu-cover {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -100%;
  right: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: 0;
  transition: opacity 500ms; }
  .takeover-menu-open #takeover-menu-cover {
    left: 0;
    opacity: 0.6; }

.takeover-mobile-menu-open #takeover-mobile-menu {
  transform: translateX(0px);
  transition-timing-function: ease-out; }

#takeover-mobile-menu {
  position: fixed;
  top: var(--takeover-top);
  transform: translateX(-100%);
  z-index: 600;
  width: 100%;
  height: calc(100vh - var(--header-height));
  transition-timing-function: ease-in;
  opacity: 0;
  overflow-y: auto; }
  @media (min-width: 992px) {
    #takeover-mobile-menu {
      height: auto; } }
  .loaded #takeover-mobile-menu {
    opacity: 1;
    transition: all 500ms; }
  .scrolled #takeover-mobile-menu {
    top: var(--reduced-takeover-top); }
    .scrolled #takeover-mobile-menu .takeover-close {
      top: calc(var(--reduced-takeover-top) + 2rem); }
  #takeover-mobile-menu .inner {
    height: 100%;
    margin: 0 auto;
    overflow-y: auto; }
  #takeover-mobile-menu .takeover-close {
    position: absolute;
    top: calc(var(--takeover-top) + 2rem);
    right: 3rem;
    z-index: 9999; }
  #takeover-mobile-menu .inner-item {
    display: none;
    visibility: hidden; }
    #takeover-mobile-menu .inner-item .nav-column-image {
      width: 100%;
      max-height: 550px;
      margin-left: 0;
      margin-right: 3rem; }
      @media (min-width: 1200px) {
        #takeover-mobile-menu .inner-item .nav-column-image {
          width: 33%;
          flex: 0 0 33%; } }
    #takeover-mobile-menu .inner-item .nav-column {
      width: 100%;
      flex: 0 0 33%; }
      @media (min-width: 1200px) {
        #takeover-mobile-menu .inner-item .nav-column {
          width: 50%;
          flex: 0 0 50%; } }
      @media (min-width: 1600px) {
        #takeover-mobile-menu .inner-item .nav-column {
          width: 33%;
          flex: 0 0 33%; } }
      @media (min-width: 992px) {
        #takeover-mobile-menu .inner-item .nav-column > .takeover-link:first-child {
          margin-top: 2.5rem; } }
      @media (min-width: 1200px) {
        #takeover-mobile-menu .inner-item .nav-column > .takeover-link:first-child {
          margin-top: 5.25rem; } }
      @media (min-width: 1800px) {
        #takeover-mobile-menu .inner-item .nav-column > .takeover-link:first-child {
          margin-top: 5.5rem; } }
    @media (min-width: 1800px) {
      #takeover-mobile-menu .inner-item .nav-close-column {
        padding-left: 1rem; } }
    #takeover-mobile-menu .inner-item:nth-child(1) .nav-close-column, #takeover-mobile-menu .inner-item:nth-child(2) .nav-close-column {
      margin-left: 4rem; }
    #takeover-mobile-menu .inner-item:nth-child(1) .nav-column-image, #takeover-mobile-menu .inner-item:nth-child(2) .nav-column-image {
      order: 10;
      margin-left: 3rem;
      margin-right: 0; }
      @media (min-width: 1800px) {
        #takeover-mobile-menu .inner-item:nth-child(1) .nav-column-image, #takeover-mobile-menu .inner-item:nth-child(2) .nav-column-image {
          margin-left: 15rem; } }
    #takeover-mobile-menu .inner-item.active {
      display: block;
      visibility: visible; }
  @media (max-width: 991.98px) {
    #takeover-mobile-menu .nav-column-wrapper > div:not(:first-child):not(.nav-column-icons) {
      background-color: #E7E7E0 !important; } }
  #takeover-mobile-menu .takeover-arrow {
    position: relative;
    top: 2px;
    font-size: 0.875rem; }

#takeover-mobile-menu-cover {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -100%;
  right: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: 0;
  transition: opacity 500ms; }
  .takeover-mobile-menu-open #takeover-mobile-menu-cover {
    left: 0;
    opacity: 0.6; }

#takeover-menu,
#takeover-mobile-menu {
  width: 100vw !important; }
  @media (min-width: 992px) {
    #takeover-menu .nav-column,
    #takeover-mobile-menu .nav-column {
      padding: 0 2rem 0 0; } }
  #takeover-menu .nav-column p:last-child,
  #takeover-mobile-menu .nav-column p:last-child {
    margin-bottom: 0 !important; }

#takeover-menu .nav-explore-link,
#takeover-menu .takeover-link a {
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  color: #0E2B41;
  text-decoration: underline;
  text-decoration-color: #2CB0E7; }
  #takeover-menu .nav-explore-link:hover, #takeover-menu .nav-explore-link:focus, #takeover-menu .nav-explore-link:active,
  #takeover-menu .takeover-link a:hover,
  #takeover-menu .takeover-link a:focus,
  #takeover-menu .takeover-link a:active {
    text-decoration: underline;
    text-decoration-color: #0E2B41; }
  @media (min-width: 992px) {
    #takeover-menu .nav-explore-link,
    #takeover-menu .takeover-link a {
      margin-bottom: 1rem;
      font-size: 0.75rem; } }
  @media (min-width: 1200px) {
    #takeover-menu .nav-explore-link,
    #takeover-menu .takeover-link a {
      font-size: 1rem; } }
  @media (min-width: 1600px) {
    #takeover-menu .nav-explore-link,
    #takeover-menu .takeover-link a {
      font-size: 1.25rem; } }
  @media (min-width: 1800px) {
    #takeover-menu .nav-explore-link,
    #takeover-menu .takeover-link a {
      font-size: 1.563rem; } }
#takeover-menu .nav-explore-link {
  text-decoration: none; }
  @media (min-width: 1200px) {
    #takeover-menu .nav-explore-link {
      margin-bottom: 1rem;
      font-size: 1.25rem; } }
  @media (min-width: 1800px) {
    #takeover-menu .nav-explore-link {
      font-size: 1.563rem; } }

#takeover-mobile-menu {
  width: 100%;
  height: calc(100vh - var(--header-height) - -45px - 75px);
  top: var(--header-height);
  z-index: 500; }
  .path-frontpage #takeover-mobile-menu {
    top: 0; }
  #takeover-mobile-menu .mobile-nav {
    position: relative;
    height: calc(100vh - var(--header-height) - -45px - 75px); }
  #takeover-mobile-menu .mobile-takeover-close {
    position: absolute;
    top: 2rem;
    right: 2rem; }

.search-api-autocomplete-search {
  z-index: 9999; }

body {
  letter-spacing: 0.05rem; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-medium {
  font-weight: 500 !important; }

.font-weight-bold {
  font-weight: 600 !important; }

.font-weight-black {
  font-weight: 700 !important; }

.font-size-base {
  font-size: 1.125rem !important; }
  @media (min-width: 1200px) {
    .font-size-base {
      font-size: 1.25rem !important; } }

.font-size-xl {
  font-size: 1.563rem !important; }
  @media (min-width: 1600px) {
    .font-size-xl {
      font-size: 2.125rem !important; } }

.font-size-lg {
  font-size: 1.25rem !important; }
  @media (min-width: 1200px) {
    .font-size-lg {
      font-size: 1.25rem !important; } }

.font-size-md {
  font-size: 1rem !important; }

.font-size-sm {
  font-size: 0.875rem !important; }

.font-size-xs {
  font-size: 0.75rem !important; }

.font-size-p {
  font-size: 1.125rem !important; }
  @media (min-width: 1200px) {
    .font-size-p {
      font-size: 1.25rem !important; } }

h1 {
  font-weight: 700; }

h2,
h3,
h4 {
  font-weight: 600; }

h5,
h6 {
  font-weight: 400; }

h1,
h2,
h3 {
  line-height: 2.5rem; }

h4,
.h4-font-size,
h5,
.h5-font-size,
h6,
.h6-font-size {
  line-height: 2rem; }

h1,
.h1-font-size {
  font-size: 1.875rem !important;
  line-height: 2rem; }
  @media (min-width: 1200px) {
    h1,
    .h1-font-size {
      font-size: 33px !important; } }
  @media (min-width: 1800px) {
    h1,
    .h1-font-size {
      font-size: 3.125rem !important;
      line-height: 3rem; } }

h2,
.h2-font-size {
  margin-bottom: 1.5rem;
  font-size: 1.563rem !important; }
  @media (min-width: 1200px) {
    h2,
    .h2-font-size {
      font-size: 1.875rem !important;
      line-height: 2.875rem; } }
  @media (min-width: 1800px) {
    h2,
    .h2-font-size {
      font-size: 2.5rem !important;
      line-height: 3.5rem; } }

h3,
.h3-font-size {
  font-size: 1.25rem !important;
  line-height: 2rem; }
  @media (min-width: 1200px) {
    h3,
    .h3-font-size {
      font-size: 1.563rem !important;
      line-height: 2.5rem; } }
  @media (min-width: 1800px) {
    h3,
    .h3-font-size {
      font-size: 1.875rem !important; } }

h4,
.h4-font-size {
  font-size: 1.563rem !important; }

h5,
.h5-font-size {
  font-size: 1.125rem !important; }
  @media (min-width: 1800px) {
    h5,
    .h5-font-size {
      font-size: 1.25rem !important; } }

h6,
.h6-font-size {
  font-size: 1.125rem !important; }

.side-lines {
  position: relative;
  display: inline-block; }
  @media (min-width: 992px) {
    .side-lines:before, .side-lines:after {
      content: "";
      position: absolute;
      top: 50%;
      width: 50vw;
      height: 1px;
      background-color: #B2B0B0; }
    .side-lines:before {
      left: 100%;
      margin-left: 1rem; }
    .side-lines:after {
      right: 100%;
      margin-right: 1rem; } }

.node__content,
.site-footer {
  font-size: 1.125rem; }

a {
  transition: all 500ms !important;
  text-decoration: none;
  -webkit-text-underline-position: under;
  -ms-text-underline-position: below;
  text-underline-position: under; }
  a:hover, a:focus, a:active {
    cursor: pointer;
    text-decoration: underline; }
  .cke_editable a {
    text-decoration: underline !important; }
  .field--type-text-long a, .field--name-body a, .paragraph a, a.underline, .view-empty a {
    text-decoration: underline; }
    .field--type-text-long a:hover, .field--type-text-long a:focus, .field--type-text-long a:active, .field--name-body a:hover, .field--name-body a:focus, .field--name-body a:active, .paragraph a:hover, .paragraph a:focus, .paragraph a:active, a.underline:hover, a.underline:focus, a.underline:active, .view-empty a:hover, .view-empty a:focus, .view-empty a:active {
      text-decoration: none !important; }
    .field--type-text-long a.no-underline, .field--name-body a.no-underline, .paragraph a.no-underline, a.underline.no-underline, .view-empty a.no-underline {
      text-decoration: none; }
  a.no-hover-underline:hover, a.no-hover-underline:focus, a.no-hover-underline:active {
    text-decoration: none !important; }

.file-size {
  font-size: 0.875rem; }

.text-formatted h1,
.cke_editable h1 {
  margin-bottom: 3rem; }
.text-formatted h2,
.cke_editable h2 {
  font-size: 1.75rem; }
.text-formatted h3,
.cke_editable h3 {
  font-size: 1.563rem; }
.text-formatted h2,
.text-formatted h3,
.cke_editable h2,
.cke_editable h3 {
  margin-top: 2.5rem; }
  .text-formatted h2:first-child,
  .text-formatted h3:first-child,
  .cke_editable h2:first-child,
  .cke_editable h3:first-child {
    margin-top: 0; }
.text-formatted h4,
.cke_editable h4 {
  font-size: 1.25rem; }
.text-formatted h2,
.text-formatted h3,
.text-formatted h4,
.text-formatted h5,
.text-formatted h6,
.cke_editable h2,
.cke_editable h3,
.cke_editable h4,
.cke_editable h5,
.cke_editable h6 {
  margin-bottom: 1.5rem; }
.text-formatted p,
.cke_editable p {
  margin-bottom: 1.5rem; }

@media (max-width: 575.98px) {
  h1,
  h2 {
    font-size: 1.8rem; }

  h3 {
    font-size: 1.25rem; } }
ol:not(.breadcrumb) {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  counter-reset: bcfed-counter; }
  ol:not(.breadcrumb) li {
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    counter-increment: bcfed-counter;
    display: inline;
    align-items: center;
    font-weight: 600; }

    ol:not(.breadcrumb) li:before {
      content: counter(bcfed-counter) ".";
      margin-right: 3rem;
      color: #EB2D1F;
      font-size: 2.5rem;
      font-weight: 700; }

.views-bootstrap-list-group {
  padding: 0; }

.text-formatted li {
  margin-bottom: 1.25rem; }
  .text-formatted li li:first-child {
    margin-top: 0.25rem; }

ul:not(.news-categories-tabs) li.list-group-item {
  padding: 0;
  border: 0 none;
  background: transparent none; }
  ul:not(.news-categories-tabs) li.list-group-item.active {
    background-color: #E7E7E0; }
    ul:not(.news-categories-tabs) li.list-group-item.active a {
      color: #30ADE1;
      font-weight: 600; }

.field__label,
.field--type-entity-reference .field__label {
  font-weight: 600; }

td .item-list ul li.list-group-item {
  margin: 0;
  padding: 0; }

blockquote {
  margin: 2rem 0; }
  blockquote > p {
    padding-left: 8rem;
    color: #707070; }
    blockquote > p:first-child {
      position: relative;
      display: flex;
      align-items: flex-start;
      padding-left: 0; }
      blockquote > p:first-child .fontawesome-icon-inline {
        flex: 0 0 5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 5rem;
        height: 5rem;
        margin: 0 3rem 0 0;
        background-color: #B2B0B0; }
        blockquote > p:first-child .fontawesome-icon-inline svg {
          width: 2rem !important;
          height: 2rem !important; }
          blockquote > p:first-child .fontawesome-icon-inline svg path {
            fill: #30ADE1; }

.cke_editable {
  /* make <i> visible in CK Editor*/ }
  .cke_editable i {
    width: 1rem;
    height: 1rem;
    border: 1px solid #30ADE1; }

.text-decoration-underline {
  text-decoration: underline !important; }

/* Thick underline under some headings */
.thick-underline {
  width: 80%; }
  .thick-underline:after {
    content: '';
    display: block;
    width: 100%;
    height: 11px;
    margin-top: 0.5rem;
    background: #30ADE1; }

.thick-underline-blue:after {
  background: #30ADE1 !important; }

.thick-underline-indigo:after {
  background: #6610f2 !important; }

.thick-underline-purple:after {
  background: #6f42c1 !important; }

.thick-underline-pink:after {
  background: #e83e8c !important; }

.thick-underline-red:after {
  background: #EB2D1F !important; }

.thick-underline-orange:after {
  background: #F8AE0F !important; }

.thick-underline-yellow:after {
  background: #FBF099 !important; }

.thick-underline-green:after {
  background: #28a745 !important; }

.thick-underline-teal:after {
  background: #20c997 !important; }

.thick-underline-cyan:after {
  background: #17a2b8 !important; }

.thick-underline-white:after {
  background: #FFFFFF !important; }

.thick-underline-gray:after {
  background: #B2B0B0 !important; }

.thick-underline-gray-dark:after {
  background: #343a40 !important; }

.thick-underline-black:after {
  background: #000 !important; }

.thick-underline-blue-darker:after {
  background: #1A6E91 !important; }

.thick-underline-blue-darkest:after {
  background: #0E2B41 !important; }

.thick-underline-blue-lighter:after {
  background: #2CB0E7 !important; }

.thick-underline-blue-lightest:after {
  background: #D3EDEE !important; }

.thick-underline-grey:after {
  background: #B2B0B0 !important; }

.thick-underline-grey-darker:after {
  background: #D6D6CB !important; }

.thick-underline-gray-darker:after {
  background: #D6D6CB !important; }

.thick-underline-grey-lighter:after {
  background: #E7E7E0 !important; }

.thick-underline-gray-lighter:after {
  background: #E7E7E0 !important; }

.thick-underline-grey-lightest:after {
  background: #EBEBE5 !important; }

.thick-underline-gray-lightest:after {
  background: #EBEBE5 !important; }

.thick-underline-grey-medium:after {
  background: #707070 !important; }

.thick-underline-gray-medium:after {
  background: #707070 !important; }

.thick-underline-grey-shadow:after {
  background: #CCC !important; }

.thick-underline-orange-darker:after {
  background: #CA822E !important; }

.thick-underline-orange-darkest:after {
  background: #CA822E !important; }

.thick-underline-orange-lighter:after {
  background: #F8AE0F !important; }

.thick-underline-orange-lightest:after {
  background: #F8AE0F !important; }

.thick-underline-yellow-darker:after {
  background: #FBF099 !important; }

.thick-underline-yellow-darkest:after {
  background: #FBF099 !important; }

.thick-underline-yellow-lighter:after {
  background: #FBF099 !important; }

.thick-underline-yellow-lightest:after {
  background: #FBF099 !important; }

summary {
  margin-bottom: 1rem; }
  summary::marker {
    display: none;
    visibility: hidden;
    content: ""; }
  summary .details-title {
    font-size: 1.875rem;
    font-weight: 500; }

.weaver-next:hover svg, .weaver-next:focus svg, .weaver-next:active svg,
.weaver-previous:hover svg,
.weaver-previous:focus svg,
.weaver-previous:active svg {
  transform: translateX(10px); }
.weaver-next svg,
.weaver-previous svg {
  transition: transform 500ms; }

.weaver-previous {
  margin-bottom: 1rem; }
  .weaver-previous:hover svg, .weaver-previous:focus svg, .weaver-previous:active svg {
    transform: translateX(-10px); }
  @media (min-width: 768px) {
    .weaver-previous {
      margin-bottom: 0; } }

.ticker:hover .ticker-list, .ticker:focus .ticker-list, .ticker:active .ticker-list {
  animation-play-state: paused; }

.ticker-list {
  animation: ticker 35s infinite linear; }
  .ticker-list .ticker-item {
    width: 450px;
    text-align: center; }

@keyframes ticker {
  100% {
    transform: translateX(-100%); } }
.view-results-summary {
  margin-top: 5rem;
  margin-bottom: 5rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  color: #30ADE1; }

.view-content {
  clear: both; }

.view .views-data-export-feed {
  display: block;
  margin: 1rem 0; }
  .view .views-data-export-feed .feed-icon {
    width: unset !important;
    height: unset !important;
    text-indent: unset !important;
    background-image: none !important; }

@media (max-width: 767.98px) {
  .view-bcfed-news .view-filters {
    background-position: bottom;
    background-image: linear-gradient(to right, #0E2B41 0%, #0E2B41 62%, transparent 0);
    background-repeat: repeat-x;
    background-size: 12px 0.75px; } }
.view-bcfed-news .view-filters p,
.view-bcfed-news .view-filters li {
  font-size: 0.875rem; }
  @media (min-width: 1200px) {
    .view-bcfed-news .view-filters p,
    .view-bcfed-news .view-filters li {
      font-size: 1.25rem; } }
@media (min-width: 1200px) {
  .view-bcfed-news .view-filters li {
    font-size: 1.25rem; } }
.view-bcfed-news .news-nav li:last-child {
  margin-right: 0 !important; }
.view-bcfed-news .news-nav a {
  padding-left: 1.5rem; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .view-bcfed-news .news-nav a {
      padding-left: 0.5rem; } }
  .view-bcfed-news .news-nav a:before {
    left: -1.5rem; }
    @media (min-width: 768px) {
      .view-bcfed-news .news-nav a:before {
        left: -0.5rem; } }
    @media (min-width: 1200px) {
      .view-bcfed-news .news-nav a:before {
        left: -1rem; } }
@media (min-width: 768px) {
  .view-bcfed-news .view-content {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%230E2B41' stroke-width='2' stroke-dasharray='6%2c 6' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e"); } }
@media (min-width: 992px) {
  .view-bcfed-news.view-display-id-block_1 .view-content, .view-bcfed-news.view-display-id-block_2 .view-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); } }
.view-bcfed-news .pagination {
  margin-top: 3rem; }

.view-bcfed-search .views-exposed-form {
  font-size: 0.75rem !important; }
  .view-bcfed-search .views-exposed-form .js-form-wrapper > .form-group {
    margin-bottom: 0.5rem; }
  .view-bcfed-search .views-exposed-form .js-form-item:not(.js-form-type-radio):not(.js-form-type-checkbox) > label, .view-bcfed-search .views-exposed-form .js-form-item:not(.js-form-type-radio):not(.js-form-type-checkbox) > legend {
    font-size: 0.75rem !important;
    font-weight: 600; }
  .view-bcfed-search .views-exposed-form .js-form-item:not(.js-form-type-radio):not(.js-form-type-checkbox) input[type=text] {
    max-width: 175px; }
  .view-bcfed-search .views-exposed-form summary {
    margin-bottom: 0; }
    .view-bcfed-search .views-exposed-form summary .details-title {
      font-size: 0.75rem !important; }
  .view-bcfed-search .views-exposed-form .form-actions {
    align-self: unset;
    margin: 0; }
  .view-bcfed-search .views-exposed-form .bcfed-search-form-item {
    flex: 0 0 100%; }
    .view-bcfed-search .views-exposed-form .bcfed-search-form-item .bcfed-search-form-input {
      flex-grow: 1; }
      .view-bcfed-search .views-exposed-form .bcfed-search-form-item .bcfed-search-form-input .form-row .form-group {
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 0; }
        .view-bcfed-search .views-exposed-form .bcfed-search-form-item .bcfed-search-form-input .form-row .form-group legend, .view-bcfed-search .views-exposed-form .bcfed-search-form-item .bcfed-search-form-input .form-row .form-group > label {
          font-weight: 600; }
    .view-bcfed-search .views-exposed-form .bcfed-search-form-item .form-actions,
    .view-bcfed-search .views-exposed-form .bcfed-search-form-item .bcfed-search-field {
      position: relative;
      margin: 0; }
      .view-bcfed-search .views-exposed-form .bcfed-search-form-item .form-actions button,
      .view-bcfed-search .views-exposed-form .bcfed-search-form-item .bcfed-search-field button {
        position: absolute;
        right: 0;
        bottom: 0;
        width: auto !important; }
    .view-bcfed-search .views-exposed-form .bcfed-search-form-item .form-actions button {
      position: absolute;
      right: 0;
      bottom: 0;
      width: auto !important;
      background: transparent none;
      border: 0 none; }
      .view-bcfed-search .views-exposed-form .bcfed-search-form-item .form-actions button:hover, .view-bcfed-search .views-exposed-form .bcfed-search-form-item .form-actions button:focus, .view-bcfed-search .views-exposed-form .bcfed-search-form-item .form-actions button:active {
        color: #000 !important;
        background: transparent none !important;
        border: 0 none !important; }
  .view-bcfed-search .views-exposed-form .btn + .btn {
    margin-top: 0; }
.view-bcfed-search .view-filters .views-exposed-form {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .view-bcfed-search .view-filters .views-exposed-form .form-row {
    position: relative;
    width: 100%; }
    .view-bcfed-search .view-filters .views-exposed-form .form-row > fieldset {
      width: 100%; }
  .view-bcfed-search .view-filters .views-exposed-form .js-form-item:not(.js-form-type-radio):not(.js-form-type-checkbox) > label, .view-bcfed-search .view-filters .views-exposed-form .js-form-item:not(.js-form-type-radio):not(.js-form-type-checkbox) > legend {
    font-size: 1.25rem !important;
    font-weight: 600; }
  .view-bcfed-search .view-filters .views-exposed-form .js-form-item:not(.js-form-type-radio):not(.js-form-type-checkbox) input[type=text] {
    width: 100%;
    max-width: 100%;
    height: 4rem;
    padding: 1rem 2rem;
    padding-right: 3rem; }
  .view-bcfed-search .view-filters .views-exposed-form #edit-actions {
    position: absolute;
    right: 0; }
    .view-bcfed-search .view-filters .views-exposed-form #edit-actions svg {
      font-size: 2rem; }

.search-facets .js-facets-checkbox-links {
  padding: 0; }
  .search-facets .js-facets-checkbox-links .facet-item {
    list-style: none; }
    .search-facets .js-facets-checkbox-links .facet-item input[type="checkbox"] {
      margin-right: 1rem; }

.form-control,
select,
.select2-selection--single {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.08); }

select {
  border: 1px solid #0E2B41 !important;
  border-radius: 0 !important;
  color: #0E2B41 !important; }

.select2-container--default .select2-selection--single {
  height: 38px;
  padding: 0 !important;
  border: 1px solid #0E2B41 !important;
  border-radius: 0 !important; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #0E2B41 !important; }

.js-form-wrapper > .form-group {
  margin-bottom: 2rem; }

.js-form-item:not(.js-form-type-radio):not(.js-form-type-checkbox) > label, .js-form-item:not(.js-form-type-radio):not(.js-form-type-checkbox) > legend {
  font-size: 1rem !important;
  font-weight: 600; }

textarea.error {
  border: 5px solid #EB2D1F !important; }

.webform-submission-form > .webform-flexbox, .webform-submission-form > .js-form-item {
  margin: 2rem 0; }
  .webform-submission-form > .webform-flexbox .form-group, .webform-submission-form > .js-form-item .form-group {
    margin: 0; }
@media (min-width: 992px) {
  .webform-submission-form > .webform-flexbox .webform-flex {
    margin-left: 0;
    margin-right: 2rem; }
    .webform-submission-form > .webform-flexbox .webform-flex:nth-child(even) {
      margin-left: 2rem;
      margin-right: 0; } }
.webform-submission-form > .webform-flexbox .webform-flex .webform-flex--container {
  margin: 0; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .d-none-ie,
  .accordion-links,
  .weaver-social-link.weaver-social-share {
    display: none;
    visibility: hidden; }

  blockquote p {
    display: block !important; }

  .form-date,
  .form-email,
  .form-tel,
  .form-select,
  .form-text,
  .select2,
  textarea,
  textarea.form-control {
    padding: 10px !important; } }


/* custom styles from block */
#site-name a.link-blue {
color: white !important;
}
[id^="ftn"] {
  word-break: break-all;
}
body {
  line-height:1.5 !important;
}
h2 {
  line-height:1.875rem !important;
}
.hero-slide, .hero-intro p {
  line-height:2 !important;
}
:root {
  --paragraph-margin-bottom: 3rem;
}
@media (min-width: 1600px) {
  :root {
    --paragraph-margin-bottom: 3rem;
  }
}

/*# sourceMappingURL=style.css.map */
