<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer-logo-social {
  display: flex;
  justify-content: space-between;
  padding-top: 48px;
}
.footer-legal {
  border-top: 1px solid #f0f1f2;
  margin-top: 48px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.footer-misc-links ul {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.footer-misc-links li {
  padding-right: 16px;
}

.footer-misc-links li span,
.footer-misc-links li a,
.footer-misc-links li {
  color: #333;
  font-family: Workday Adelle Sans;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

footer.cmp-footer-container .cmp-socialmedia a:focus {
  background-color: #ffffff;
  outline: none;
  border: 2px solid #0875e1;
}

footer.cmp-footer-container {
  position: relative;
  /* padding: 20px;  */
  margin: 0 auto;
}
footer.cmp-footer-container.gradient::before {
    width: 100%;
  content: "";
  position: absolute;
  /* width: 372px; */
  height: 4px;
  background: #ffc629;
  background: linear-gradient(
    to right,
    #ffc629 0%,
    #ffc629 33%,
    #ffa126 33%,
    #ffa126 66%,
    #ffa126 66%,
    #ffa126 66%,
    #0875e1 66%,
    #0875e1 100%
  );
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$color1, endColorstr=$color3, GradientType=1 );*/
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  /* footer.cmp-footer-container {
    max-width: 704px;
  } */
  footer.cmp-footer-container.gradient::before {
    /* width: 704px; */
	max-width: calc(55rem - 74px);
    height: 4px;
    background: #ffc629;
    background: linear-gradient(
      to right,
      #ffc629 0%,
      #ffc629 33%,
      #ffa126 33%,
      #ffa126 66%,
      #ffa126 66%,
      #ffa126 66%,
      #0875e1 66%,
      #0875e1 100%
    );
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$color1, endColorstr=$color3, GradientType=1 );*/
  }
}
@media (min-width: 1025px) {
  footer.cmp-footer-container.gradient::before {
	/* width: 928px; */
	max-width: calc(60rem - 74px);
    height: 4px;
    background: #ffc629;
    background: linear-gradient(
      to right,
      #ffc629 0%,
      #ffc629 33%,
      #ffa126 33%,
      #ffa126 66%,
      #ffa126 66%,
      #ffa126 66%,
      #0875e1 66%,
      #0875e1 100%
    );
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$color1, endColorstr=$color3, GradientType=1 );*/
  }
}
@media (min-width: 1200px) {
  footer.cmp-footer-container.gradient::before {
    /* width: 1120px; */
    height: 4px;
    max-width: calc(75rem - 74px);
    background: #ffc629;
    background: linear-gradient(
      to right,
      #ffc629 0%,
      #ffc629 33%,
      #ffa126 33%,
      #ffa126 66%,
      #ffa126 66%,
      #ffa126 66%,
      #0875e1 66%,
      #0875e1 100%
    );
    /* /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$color1, endColorstr=$color3, GradientType=1 );*/ */
  }
}
@media (min-width: 1600px) {
  footer.cmp-footer-container.gradient::before {
    /* width: 1408px; */
    height: 4px;
    max-width: calc(75rem - 74px);
    background: #ffc629;
    background: linear-gradient(
      to right,
      #ffc629 0%,
      #ffc629 33%,
      #ffa126 33%,
      #ffa126 66%,
      #ffa126 66%,
      #ffa126 66%,
      #0875e1 66%,
      #0875e1 100%
    );
    /* /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$color1, endColorstr=$color3, GradientType=1 );*/ */
  }
}
footer.cmp-footer-container .icon {
  transition: fill 100ms ease;
  fill: #333;
  position: relative;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 24px;
  width: 24px;
}
footer.cmp-footer-container .cmp-socialmedia {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  padding-bottom: 30px;
}
@media (min-width: 1025px) {
  footer.cmp-footer-container .cmp-socialmedia {
    flex-basis: auto;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 0;
    padding-bottom: 0;
  }
}
footer.cmp-footer-container .cmp-socialmedia a {
  display: inline-block;
  width: 48px;
  height: 48px;
  /*margin-right: 15px;*/
  -webkit-transition: background-color 100ms ease !important;
  -moz-transition: background-color 100ms ease !important;
  transition: background-color 100ms ease !important;
  text-align: center;
  background-color: transparent;
  position: relative;
  border-radius: 100%;
}
footer.cmp-footer-container .cmp-socialmedia a:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
    /*.footer {
        margin-top: 100px;
    }*/
    footer.cmp-footer-container .footer-logo a svg {
        height: 48px;
        width: 128px;
    }
    footer.cmp-footer-container .cmp-socialmedia a {
        /*margin-right: 30px;*/
    }
}
@media(min-width: 768px) and (max-width: 870px) {
	footer.cmp-footer-container.gradient::before {
    	width: calc(100% - 64px);
	}
}

@media(min-width: 871px) and (max-width: 991px) {
    footer.cmp-footer-container.gradient::before {
	    max-width: calc(60rem - 64px);
	}
}
@media (min-width: 1025px) {
  footer.cmp-footer-container .cmp-socialmedia a {
    width: 48px;
    height: 48px;
  }
}
footer.cmp-footer-container .cmp-socialmedia a:hover {
  background-color: #f0f1f2;
}
footer.cmp-footer-container .cmp-socialmedia a:hover .icon {
  fill: #333d47;
}
footer.cmp-footer-container .cmp-socialmedia a:active {
  background-color: #e8ebed;
}
footer.cmp-footer-container .cmp-socialmedia a:active .icon {
  fill: #333d47;
}
footer.cmp-footer-container .cmp-socialmedia a:focus {
  background-color: #ffffff;
  outline: none;
  border: 2px solid #0875e1;
}
footer.cmp-footer-container .cmp-socialmedia a:focus .icon {
  fill: #333d47;
}

@media (max-width: 767px) {
    .footer-logo-social {
        display: block;
    }
    .footer-legal {
        margin-top: 54px;
        padding-bottom: 24px;
    }
    footer.cmp-footer-container .cmp-socialmedia {
        padding: 54px 0 0 0;
    }
    .footer-misc-links li {
        padding-right: 32px;
        padding-bottom: 24px;
    }
	.footer-misc-links li:last-of-type {
		padding-right: 0;
	}
    footer.cmp-footer-container .cmp-socialmedia a {
        /*margin-right: 39px;*/
    }
    .footer-misc-links ul {
        flex-wrap: wrap;
    }
}
</pre></body></html>