@-webkit-keyframes animate-text {
  0% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes animate-text {
  0% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.callout {
  color: #383838;
  background-color: #e6e6e6;
}
.callout-content {
  padding: 15px;
}
@media (min-width: 575px) {
  .callout-content {
    padding: calc(15px + 25 * (100vw - 575px) / 1025);
  }
}
@media (min-width: 1600px) {
  .callout-content {
    padding: 40px;
  }
}
.callout-tag {
  margin: 0 0 15px;
  text-transform: uppercase;
}
.callout-heading {
  font-size: 24px;
  font-weight: bold;
}
.callout-copy {
  margin-bottom: 40px;
}
.callout-buttons {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .callout-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.callout-buttons li {
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .callout-buttons li {
    margin: 10px 0;
  }
}
.callout-group {
  margin: 10px 0 30px;
}
.callout-group-header {
  margin: 0 0 30px;
}
.callout-group-link {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.callout-group-link a.btn {
  text-align: center;
}

@keyframes animate-text {
  0% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.callout--bar .callout-content {
  position: relative;
}
.callout--bar .callout-content a:not(.btn) {
  color: #fff;
}
.callout--bar .callout-heading {
  color: #fff;
}
.callout--bar .callout-copy {
  margin-bottom: 0;
}
.callout--bar .callout-buttons {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .callout--bar .callout-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0;
  }
}

@keyframes animate-text {
  0% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.callout--media {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
}
@media (max-width: 767.98px) {
  .callout--media {
    grid-template-columns: 100%;
    grid-template-rows: auto;
  }
}
@media (max-width: 767.98px) {
  .callout--media img {
    position: relative;
  }
}

@keyframes animate-text {
  0% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.region-footer-second h2 {
  max-width: 1440px;
  width: 100%;
  padding-right: 45px !important;
  padding-left: 45px !important;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .region-footer-second h2 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}

.footer-top-callout {
  margin-bottom: -100px;
  width: 90%;
  background-color: #003079;
  border-bottom-right-radius: 100px;
  position: relative;
}
@media (max-width: 767.98px) {
  .footer-top-callout {
    width: 100%;
  }
}
.footer-top-callout .footer-top-callout {
  width: 100%;
}
.footer-top-callout .left-grid .btn-group a {
  -webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  border: none;
  border-radius: 40px;
  padding: 10px 40px;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none !important;
  letter-spacing: 1.7px;
  min-height: 40px;
  -webkit-transition: all linear 0.15s;
  transition: all linear 0.15s;
  color: #fff;
  background-color: #A86500;
  border-color: #A86500;
  transition: all linear 0.15s;
  text-transform: uppercase;
}
.prefers-reduced-motion .footer-top-callout .left-grid .btn-group a {
  -webkit-transition: none;
  transition: none;
}
.footer-top-callout .left-grid .btn-group a:hover {
  padding: 10px 43px;
  margin: 0 -3px;
  -webkit-transition: all linear 0.15s;
  transition: all linear 0.15s;
}
.footer-top-callout .left-grid .btn-group a:disabled, .footer-top-callout .left-grid .btn-group a.disabled {
  -webkit-transition: none;
  transition: none;
  opacity: 0.6;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  background-color: #fff;
  color: #000;
}
.prefers-reduced-motion .footer-top-callout .left-grid .btn-group a:disabled, .prefers-reduced-motion .footer-top-callout .left-grid .btn-group a.disabled {
  -webkit-transition: none;
  transition: none;
}
.footer-top-callout .left-grid .btn-group a:active, .footer-top-callout .left-grid .btn-group a.active {
  background-color: #d9d9d9;
}
.footer-top-callout .left-grid .btn-group a:hover {
  color: #fff;
  background-color: #CF7F00;
  border-color: #CF7F00;
  -webkit-transition: all linear 0.15s;
  transition: all linear 0.15s;
}
.footer-top-callout .left-grid .btn-group a:active, .footer-top-callout .left-grid .btn-group a.active {
  color: #e6e6e6;
  background-color: #a86701;
  border-color: #a86701;
}
.footer-top-callout .left-grid .btn-group a:disabled, .footer-top-callout .left-grid .btn-group a.disabled {
  color: #e6e6e6;
  background-color: #343434;
  border-color: #343434;
}
.footer-top-callout .left-grid .btn-group a.smaller {
  font-size: 13px;
  padding: 8px 20px;
  -webkit-transition: all linear 0.15s;
  transition: all linear 0.15s;
}
.footer-top-callout .left-grid .btn-group a.smaller:hover {
  padding: 8px 23px;
  -webkit-transition: all linear 0.15s;
  transition: all linear 0.15s;
}
.footer-top-callout .left-grid .btn-group a {
  font-size: 16px;
}
.footer-top-callout .left-grid .btn-group a:nth-child(2) {
  -webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  border: none;
  border-radius: 40px;
  padding: 10px 40px;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none !important;
  letter-spacing: 1.7px;
  min-height: 40px;
  -webkit-transition: all linear 0.15s;
  transition: all linear 0.15s;
  background-color: #007981;
  border-color: #007981;
  color: #fff;
  transition: all linear 0.15s;
}
.prefers-reduced-motion .footer-top-callout .left-grid .btn-group a:nth-child(2) {
  -webkit-transition: none;
  transition: none;
}
.footer-top-callout .left-grid .btn-group a:nth-child(2):hover {
  padding: 10px 43px;
  margin: 0 -3px;
  -webkit-transition: all linear 0.15s;
  transition: all linear 0.15s;
}
.footer-top-callout .left-grid .btn-group a:nth-child(2):disabled, .footer-top-callout .left-grid .btn-group a:nth-child(2).disabled {
  -webkit-transition: none;
  transition: none;
  opacity: 0.6;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  background-color: #fff;
  color: #000;
}
.prefers-reduced-motion .footer-top-callout .left-grid .btn-group a:nth-child(2):disabled, .prefers-reduced-motion .footer-top-callout .left-grid .btn-group a:nth-child(2).disabled {
  -webkit-transition: none;
  transition: none;
}
.footer-top-callout .left-grid .btn-group a:nth-child(2):active, .footer-top-callout .left-grid .btn-group a:nth-child(2).active {
  background-color: #d9d9d9;
}
.footer-top-callout .left-grid .btn-group a:nth-child(2):hover {
  color: #fff;
  border-color: #009CA6;
  background-color: #009CA6;
  -webkit-transition: all linear 0.15s;
  transition: all linear 0.15s;
}
.footer-top-callout .left-grid .btn-group a:nth-child(2):active, .footer-top-callout .left-grid .btn-group a:nth-child(2).active {
  color: #e6e6e6;
  border-color: #01737B;
  background-color: #01737B;
}
.footer-top-callout .left-grid .btn-group a:nth-child(2):disabled, .footer-top-callout .left-grid .btn-group a:nth-child(2).disabled {
  background-color: #343434;
  border-color: #343434;
  color: #fff;
}
.footer-top-callout .left-grid .btn-group a:nth-child(2).smaller {
  font-size: 13px;
  padding: 8px 20px;
  -webkit-transition: all linear 0.15s;
  transition: all linear 0.15s;
}
.footer-top-callout .left-grid .btn-group a:nth-child(2).smaller:hover {
  -webkit-transition: all linear 0.15s;
  transition: all linear 0.15s;
}
@media (max-width: 1439.98px) {
  .footer-top-callout .right-grid {
    padding-right: 100px;
  }
}
@media (max-width: 1199.98px) {
  .footer-top-callout .right-grid {
    padding-right: 40px;
  }
}
@media (max-width: 991.98px) {
  .footer-top-callout .right-grid {
    padding-right: 0;
  }
}
.footer-top-callout .callout--bar {
  background-color: transparent;
  position: relative;
  width: calc(110% + 20px);
}
@media (max-width: 767.98px) {
  .footer-top-callout .callout--bar {
    width: 100%;
  }
}
.footer-top-callout .callout--bar a#backtotop {
  top: 50px;
  right: 5%;
}
.footer-top-callout .callout .callout-content {
  padding: 0;
  width: 100%;
  position: relative;
  max-width: none;
}
.footer-top-callout .callout .container {
  color: #fff;
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  text-align: left;
}
@media (max-width: 767.98px) {
  .footer-top-callout .callout .container {
    grid-template-columns: 100%;
    padding: 60px 36px;
    grid-gap: 75px;
  }
}
.footer-top-callout .callout-heading {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
}
.footer-top-callout .callout-buttons {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 30px;
}
@media (max-width: 767.98px) {
  .footer-top-callout .callout-buttons {
    gap: 5px;
  }
}
.footer-top-callout .callout-buttons a:before {
  content: "\f10a";
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  margin-right: 10px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-top-callout .callout-content a:not(.btn-group a) {
  font-size: 20px;
  font-weight: bold;
}
.footer-top-callout a.btn {
  color: #003079;
}

@keyframes animate-text {
  0% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.links-w-background {
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate3D(-10%, 0, 0);
          transform: translate3D(-10%, 0, 0);
  list-style: none;
  max-width: 50%;
  background: #009BA8;
  padding: 75px 150px 75px 75px;
  border-bottom-right-radius: 100px;
  position: relative;
}
.links-w-background.is-visible, .is-visible .links-w-background {
  opacity: 1;
  -webkit-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
}
@media (max-width: 991.98px) {
  .links-w-background {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .links-w-background {
    max-width: unset;
    margin: 0 -30px;
    padding: 76px 30px;
  }
}
.links-w-background:after {
  background: url(../../../images/patt-teal.svg);
  background-position: right;
  position: absolute;
  top: 0;
  left: 0;
  width: 191px;
  display: inline-block;
  content: "";
  height: 100%;
}
.links-w-background .field__item {
  position: relative;
  z-index: 2;
}
.links-w-background .field__item a {
  font-weight: 700;
  color: #fff;
  display: inline-block;
  padding: 10px 0;
  position: relative;
}
.links-w-background .field__item a {
  font-size: 24px;
}
@media (min-width: 575px) {
  .links-w-background .field__item a {
    font-size: calc(24px + 6 * (100vw - 575px) / 1025);
  }
}
@media (min-width: 1600px) {
  .links-w-background .field__item a {
    font-size: 30px;
  }
}
.links-w-background .field__item a::after {
  content: "\f10a";
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  margin-left: 15px;
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  .links-w-background .field__item a {
    padding-left: 40px;
  }
  .links-w-background .field__item a:after {
    display: none;
  }
  .links-w-background .field__item a:before {
    content: "\f102";
    font-family: "icons" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    position: absolute;
    left: 0;
    margin: 0;
    top: 3px;
  }
}

.paragraph--type--categorized-links-callout {
  position: relative;
  padding-bottom: 100px;
}
.paragraph--type--categorized-links-callout .limited-header {
  margin-bottom: 50px;
}
.paragraph--type--categorized-links-callout .callout-right-bg-img, .paragraph--type--categorized-links-callout .callout-hover-right-bg-img {
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
  height: 100%;
  position: relative;
  width: 100%;
  position: absolute;
  right: 0;
  top: auto;
  bottom: 15%;
  height: auto;
  width: 55%;
  z-index: -1;
}
.paragraph--type--categorized-links-callout .callout-right-bg-img:before, .paragraph--type--categorized-links-callout .callout-hover-right-bg-img:before {
  content: "";
  display: block;
  padding-top: 58.3783783784%;
}
.paragraph--type--categorized-links-callout .callout-right-bg-img-item,
.paragraph--type--categorized-links-callout .callout-right-bg-img embed,
.paragraph--type--categorized-links-callout .callout-right-bg-img object,
.paragraph--type--categorized-links-callout .callout-right-bg-img video,
.paragraph--type--categorized-links-callout .callout-right-bg-img iframe, .paragraph--type--categorized-links-callout .callout-hover-right-bg-img-item,
.paragraph--type--categorized-links-callout .callout-hover-right-bg-img embed,
.paragraph--type--categorized-links-callout .callout-hover-right-bg-img object,
.paragraph--type--categorized-links-callout .callout-hover-right-bg-img video,
.paragraph--type--categorized-links-callout .callout-hover-right-bg-img iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.paragraph--type--categorized-links-callout .callout-right-bg-img video,
.paragraph--type--categorized-links-callout .callout-right-bg-img img, .paragraph--type--categorized-links-callout .callout-hover-right-bg-img video,
.paragraph--type--categorized-links-callout .callout-hover-right-bg-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
}
.paragraph--type--categorized-links-callout .callout-right-bg-img img, .paragraph--type--categorized-links-callout .callout-hover-right-bg-img img {
  top: 0;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .paragraph--type--categorized-links-callout .callout-right-bg-img, .paragraph--type--categorized-links-callout .callout-hover-right-bg-img {
    max-width: 50%;
  }
}
@media (max-width: 991.98px) {
  .paragraph--type--categorized-links-callout .callout-right-bg-img, .paragraph--type--categorized-links-callout .callout-hover-right-bg-img {
    display: none;
  }
}
.paragraph--type--categorized-links-callout .callout-right-bg-img {
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate3D(0, 10%, 0);
          transform: translate3D(0, 10%, 0);
  position: absolute;
}
.paragraph--type--categorized-links-callout .callout-right-bg-img.is-visible, .is-visible .paragraph--type--categorized-links-callout .callout-right-bg-img {
  opacity: 1;
  -webkit-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
}
.paragraph--type--categorized-links-callout .sens-heading {
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 50px;
}

.cat-links-callout {
  margin-bottom: 80px;
  padding-top: 50px;
}
@media (max-width: 767.98px) {
  .cat-links-callout {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
}
.cat-links-callout .container {
  padding: 0 !important;
  position: unset;
}

@media (max-width: 767.98px) {
  .links-transparent {
    padding: 0;
  }
}

.cat-hover-items {
  display: none;
}

.callout-hover-right-bg-img {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.callout-hover-right-bg-img .cat-hover-items {
  grid-area: 1/1/2/2;
}

.cat-hover-items .cat-hover-text {
  position: absolute;
  bottom: 0;
  padding: 40px 100px;
  z-index: 1;
  color: #fff;
  right: 0;
  left: 0;
  background: rgb(2, 0, 36);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 0, 36, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgb(0, 0, 0) 100%);
}
.cat-hover-items .cat-hover-text .field--type-string {
  font-weight: bold;
}
.cat-hover-items .cat-hover-image {
  max-width: 800px;
}

.cat-links {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}
.cat-links.cat-not-hovered {
  opacity: 0.5;
}

.hover-on .callout-right-bg-img {
  opacity: 0 !important;
}