/* */
/* Secondary Colors */
/*Neutral Colors */
.multiple-callout {
  padding: 86px 0;
}
.multiple-callout h2 {
  color: #21296B;
  text-align: center;
  margin: 0;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .multiple-callout .wrap > .description-wrap p:not(.link-wrap),
  .multiple-callout .wrap > .description-wrap li {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 768px) {
  .multiple-callout .callout-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.multiple-callout .callout {
  margin: 50px 0px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .multiple-callout .callout {
    margin: 25px 0px;
  }
}
.multiple-callout .callout .img-wrap img {
  display: block;
  height: auto;
  width: 100%;
}
.multiple-callout .callout .icon-wrap img {
  display: block;
  margin: 0 auto;
}
.multiple-callout .callout .content {
  flex-grow: 1;
  padding: 0px 20px;
}
.multiple-callout .callout .content h3 {
  text-transform: unset;
}
.multiple-callout .callout .content .category {
  margin: 0px;
}
.multiple-callout .callout .link-wrap {
  margin: 20px;
  text-align: center;
}
.multiple-callout .description-wrap {
  font-size: 1em;
  line-height: 1.5;
  max-width: 800px;
}
@media only screen and (min-width: 980px) {
  .multiple-callout .description-wrap {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .multiple-callout.col-2 .callout {
    width: 48%;
  }
}
@media only screen and (max-width: 979px) {
  .multiple-callout.col-3 .callout-inner {
    display: block;
  }
}
@media only screen and (min-width: 980px) {
  .multiple-callout.col-3 .callout {
    width: 31.333%;
  }
}
.multiple-callout.col-4 .callout-inner {
  justify-content: space-around;
}
@media only screen and (min-width: 980px) {
  .multiple-callout.col-4 .callout-inner {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .multiple-callout.col-4 .callout {
    width: 45%;
  }
}
@media only screen and (min-width: 980px) {
  .multiple-callout.col-4 .callout {
    width: 24%;
  }
}
.multiple-callout.default h3,
.multiple-callout.two-col h3 {
  color: #0044B5;
  font-size: 1.5em;
  text-align: center;
}
.multiple-callout.default .description-wrap,
.multiple-callout.two-col .description-wrap {
  text-align: center;
}
.multiple-callout.default[class*="col-"] .icon-wrap,
.multiple-callout.two-col[class*="col-"] .icon-wrap {
  margin-bottom: 1em;
}
.multiple-callout.default[class*="col-"] .icon-wrap img,
.multiple-callout.two-col[class*="col-"] .icon-wrap img {
  width: auto;
  height: 80px;
}
@media only screen and (min-width: 768px) {
  .multiple-callout.default[class*="col-"] .icon-wrap img,
  .multiple-callout.two-col[class*="col-"] .icon-wrap img {
    height: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .multiple-callout.two-col[class*="col-"] .callout {
    width: 48%;
  }
}
.multiple-callout.two-col .callout-inner {
  max-width: 750px;
  margin: 0 auto;
}
.multiple-callout.stat-callouts .callout-inner {
  max-width: 880px;
  width: 100%;
  margin: 25px auto 0 ;
  gap: 15px;
}
.multiple-callout.stat-callouts .callout {
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.25);
  background: #fff;
  border-radius: 25px;
  overflow: hidden;
  padding: 30px;
  margin: 0 auto;
  max-width: 325px;
}
.multiple-callout.stat-callouts .callout + .callout {
  margin-top: 30px;
}
@media only screen and (min-width: 980px) {
  .multiple-callout.stat-callouts .callout + .callout {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 980px) {
  .multiple-callout.stat-callouts .callout {
    display: flex;
  }
}
.multiple-callout.stat-callouts .callout .content {
  padding: 0;
}
.multiple-callout.stat-callouts .callout .stat-heading {
  color: #fff;
  font-family: Antonio, san-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
}
.multiple-callout.stat-callouts .callout .stat-heading span {
  display: inline-block;
  line-height: 1.2;
}
.multiple-callout.stat-callouts .callout .stat-heading span:nth-child(1) {
  background: #FD372C;
  font-size: 3.125em;
  padding: 5px 15px 10px 15px;
  margin-bottom: 5px;
}
.multiple-callout.stat-callouts .callout .stat-heading span:nth-child(2) {
  background: #4E4AA6;
  display: inline-block;
  font-size: 1.75em;
  line-height: 1.35;
  padding: 5px 10px 10px;
}
.multiple-callout.stat-callouts .callout .description-wrap {
  text-align: center;
  margin-top: 15px;
}
.multiple-callout.stat-callouts .callout .description-wrap p {
  margin: 0;
}
@media only screen and (min-width: 980px) {
  .multiple-callout.stat-callouts.col-3 .callout-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.multiple-callout.stat-callouts.col-3 .callout {
  width: 100%;
}
.multiple-callout.stat-callouts.callout-style-yellow .callout {
  border: 2px solid #ffffff;
  background: #FFBA00;
}
.multiple-callout.stat-callouts.callout-style-yellow .callout .stat-heading span:nth-child(1) {
  background: #D12626;
}
.multiple-callout.stat-callouts.callout-style-yellow .callout .stat-heading span:nth-child(2) {
  background: #0044B5;
}
.multiple-callout.stat-callouts.callout-style-blue .callout {
  background: #0044B5;
}
.multiple-callout.stat-callouts.callout-style-blue .callout .stat-heading span:nth-child(1) {
  background: #FFBA00;
  color: #0044B5;
}
.multiple-callout.stat-callouts.callout-style-blue .callout .stat-heading span:nth-child(2) {
  background: #ffffff;
  color: #0044B5;
}
.multiple-callout.stat-callouts.callout-style-blue .callout .description-wrap {
  color: #ffffff;
}
.multiple-callout.footer-callouts {
  padding: 75px 0;
}
.multiple-callout.footer-callouts .wrap {
  max-width: 1340px;
}
.multiple-callout.footer-callouts .callout .content {
  position: relative;
}
.multiple-callout.footer-callouts .callout.has-img {
  padding: 0;
}
.multiple-callout.footer-callouts .callout.has-img .content {
  padding: 20px;
}
.multiple-callout.footer-callouts .callout.has-img .content .link-wrap {
  margin: 15px 0 0;
}
.multiple-callout.footer-callouts .callout.has-img img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.multiple-callout.footer-callouts .callout h3 {
  color: #0044B5;
  text-align: center;
}
.multiple-callout.footer-callouts .callout p {
  margin: 5px 0;
}
.multiple-callout.footer-callouts .callout .description-wrap {
  max-width: 310px;
  text-align: center;
}
.multiple-callout.footer-callouts.col-3 .callout-inner {
  gap: 15px;
  justify-content: center;
}
.multiple-callout.hover-callouts .description-wrap {
  text-align: center;
}
.multiple-callout.hover-callouts .callout-inner {
  margin: 50px 0;
  justify-content: center;
}
@media only screen and (min-width: 980px) {
  .multiple-callout.hover-callouts .callout-inner {
    justify-content: space-between;
  }
}
.multiple-callout.hover-callouts .callout {
  position: relative;
}
@media only screen and (max-width: 979px) {
  .multiple-callout.hover-callouts .callout {
    width: 38%;
    margin: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .multiple-callout.hover-callouts .callout {
    margin: 25px auto;
    width: 70%;
  }
}
.multiple-callout.hover-callouts .callout > a {
  display: block;
  color: inherit;
}
.multiple-callout.hover-callouts .callout .coin {
  position: relative;
  transition: -webkit-transform 0.5s ease-in;
  -webkit-transform-style: preserve-3d;
}
.multiple-callout.hover-callouts .callout .coin:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.multiple-callout.hover-callouts .callout .side-a,
.multiple-callout.hover-callouts .callout .side-b {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  border: 10px solid;
  border-radius: 50%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}
.multiple-callout.hover-callouts .callout .side-a {
  border-color: #FFBA00;
  z-index: 100;
}
.multiple-callout.hover-callouts .callout .side-b {
  border-color: #F47925;
  -webkit-transform: rotateY(-180deg);
}
@media only screen and (min-width: 980px) {
  .multiple-callout.hover-callouts .callout .coin {
    -webkit-animation: flipFront 0.5s ease-out forwards;
    -moz-animation: flipFront 0.5s ease-out forwards;
    -o-animation: flipFront 0.5s ease-out forwards;
    animation: flipFront 0.5s ease-out forwards;
  }
}
@media only screen and (min-width: 980px) {
  .multiple-callout.hover-callouts .callout:hover .coin {
    -webkit-animation: flipBack 0.5s ease-out forwards;
    -moz-animation: flipBack 0.5s ease-out forwards;
    -o-animation: flipBack 0.5s ease-out forwards;
    animation: flipBack 0.5s ease-out forwards;
  }
}
.multiple-callout.hover-callouts .callout .content {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 35px;
}
.multiple-callout.hover-callouts .callout .icon-wrap {
  height: 37%;
}
.multiple-callout.hover-callouts .callout .icon-wrap img {
  height: 100%;
  width: auto;
  margin: auto;
}
.multiple-callout.hover-callouts .callout h3 {
  color: #0044B5;
  font-size: 24px;
  line-height: 1.416em;
  position: relative;
  margin: 25px auto;
  width: 100%;
  text-align: center;
}
.multiple-callout.hover-callouts .callout .description-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}
.multiple-callout.hover-callouts .callout .description-wrap h4,
.multiple-callout.hover-callouts .callout .description-wrap p {
  margin: 0;
}
.multiple-callout.hover-callouts .callout h4 {
  color: #0044B5;
  font-size: 24px;
  font-family: Antonio, san-serif;
  line-height: 1.416em;
}
.multiple-callout.callout-slideshow .callout,
.multiple-callout.department-listing .callout,
.multiple-callout.material-listing .callout,
.multiple-callout.footer-callouts .callout {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  padding: 25px 20px;
  margin: 0;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.25);
}
.multiple-callout.callout-slideshow .callout .content,
.multiple-callout.department-listing .callout .content,
.multiple-callout.material-listing .callout .content,
.multiple-callout.footer-callouts .callout .content {
  padding: 0;
}
.multiple-callout.callout-slideshow .callout .description-wrap,
.multiple-callout.department-listing .callout .description-wrap,
.multiple-callout.material-listing .callout .description-wrap,
.multiple-callout.footer-callouts .callout .description-wrap {
  margin: 0 auto;
  width: 100%;
}
.multiple-callout.footer-callouts {
  padding: 75px 0;
}
.multiple-callout.footer-callouts .wrap {
  max-width: 1340px;
}
.multiple-callout.footer-callouts .callout {
  border-radius: 25px;
}
.multiple-callout.footer-callouts .callout + .callout {
  margin-top: 25px;
}
@media only screen and (min-width: 980px) {
  .multiple-callout.footer-callouts .callout + .callout {
    margin-top: 0;
  }
}
.multiple-callout.footer-callouts .callout .content {
  padding-right: 35px;
  position: relative;
}
.multiple-callout.footer-callouts .callout.has-img {
  padding: 0;
}
.multiple-callout.footer-callouts .callout.has-img .content {
  padding: 20px 35px 20px 20px;
}
.multiple-callout.footer-callouts .callout.has-img .content .link-wrap {
  margin: 15px 0 0;
}
.multiple-callout.footer-callouts .callout.has-img img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.multiple-callout.footer-callouts .callout h3 {
  color: #0044B5;
  text-align: center;
}
.multiple-callout.footer-callouts .callout p {
  margin: 5px 0;
}
.multiple-callout.footer-callouts .callout .description-wrap {
  max-width: 310px;
  text-align: center;
}
.multiple-callout.footer-callouts.col-3 .callout-inner {
  gap: 15px;
  justify-content: center;
}
.multiple-callout.callout-slideshow .slick-slider {
  width: 90%;
  margin: 0 auto;
}
.multiple-callout.callout-slideshow .slick-track {
  display: flex;
  align-items: center;
}
.multiple-callout.callout-slideshow .slick-slide {
  margin: 0 8px 25px 7px;
}
.multiple-callout.callout-slideshow .slick-prev,
.multiple-callout.callout-slideshow .slick-next {
  width: 32px;
  height: 32px;
  margin-top: -15px;
}
.multiple-callout.callout-slideshow .slick-prev:before,
.multiple-callout.callout-slideshow .slick-next:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #21296B;
  font-family: 'Font Awesome 6 Pro';
  font-size: 32px;
  font-weight: 700;
}
.multiple-callout.callout-slideshow .slick-prev {
  left: -35px;
}
.multiple-callout.callout-slideshow .slick-prev:before {
  content: "\f053";
}
.multiple-callout.callout-slideshow .slick-next {
  right: -35px;
}
.multiple-callout.callout-slideshow .slick-next:before {
  content: "\f054";
}
.multiple-callout.callout-slideshow .slick-dots {
  display: flex;
  gap: 6px;
  justify-content: center;
}
.multiple-callout.callout-slideshow .slick-dots li {
  margin: 0;
}
.multiple-callout.callout-slideshow .slick-dots li button:before {
  color: #21296B;
  font-size: 15px;
}
.multiple-callout.callout-slideshow .callout-inner {
  display: block;
}
.multiple-callout.callout-slideshow .callout {
  padding: 20px;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 980px) {
  .multiple-callout.callout-slideshow .callout {
    display: flex;
  }
}
.multiple-callout.callout-slideshow .callout h3 {
  color: #21296B;
  font-family: Antonio, san-serif;
  font-size: 1.5em;
  line-height: 1.4;
  margin: 0;
}
.multiple-callout.callout-slideshow .callout h3 span {
  font-size: 0.6em;
  display: block;
}
.multiple-callout.callout-slideshow .callout .description-wrap {
  height: 125px;
  overflow: hidden;
  position: relative;
  font-size: 0.875em;
}
.multiple-callout.callout-slideshow .callout .description-wrap::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 80px;
  display: block;
  background-image: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.multiple-callout.callout-slideshow .callout .link-wrap {
  text-align: left;
  margin: 20px 0 0;
}
.multiple-callout.callout-slideshow.slideshow-ui-light .slick-prev:before,
.multiple-callout.callout-slideshow.slideshow-ui-light .slick-next:before {
  color: #A7D2FF;
}
.multiple-callout.callout-slideshow.slideshow-ui-light .slick-dots li button:before {
  color: #A7D2FF;
}
.multiple-callout.callout-slideshow .link-wrap,
.multiple-callout.material-listing .link-wrap {
  text-align: left;
  margin: 20px 0 0;
}
.multiple-callout.department-listing .wrap,
.multiple-callout.material-listing .wrap {
  position: relative;
}
.multiple-callout.department-listing .wrap > h2,
.multiple-callout.material-listing .wrap > h2 {
  text-align: left;
}
.multiple-callout.department-listing .callout-inner,
.multiple-callout.material-listing .callout-inner {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .multiple-callout.department-listing .callout-inner,
  .multiple-callout.material-listing .callout-inner {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .multiple-callout.department-listing .callout,
  .multiple-callout.material-listing .callout {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .multiple-callout.department-listing .callout + .callout,
  .multiple-callout.material-listing .callout + .callout {
    margin-top: 30px;
  }
}
.multiple-callout.department-listing .callout h3,
.multiple-callout.material-listing .callout h3,
.multiple-callout.department-listing .callout p,
.multiple-callout.material-listing .callout p {
  margin: 0;
}
.multiple-callout.department-listing .callout h3,
.multiple-callout.material-listing .callout h3 {
  color: #21296B;
  font-family: Palanquin, san-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .multiple-callout.department-listing .callout h3,
  .multiple-callout.material-listing .callout h3 {
    font-size: 22px;
  }
}
.multiple-callout.department-listing .callout .description-wrap,
.multiple-callout.material-listing .callout .description-wrap {
  font-size: 1.125em;
}
@media only screen and (min-width: 768px) {
  .multiple-callout.department-listing.col-3 .callout,
  .multiple-callout.material-listing.col-3 .callout {
    width: 31.333%;
  }
}
.multiple-callout.department-listing > .wrap > h2 {
  padding-right: 70px;
}
.multiple-callout.department-listing .callout .content {
  padding-right: 35px;
  position: relative;
}
.multiple-callout.department-listing .callout.has-img {
  padding: 0;
}
.multiple-callout.department-listing .callout.has-img .content {
  padding: 20px 35px 20px 20px;
}
.multiple-callout.department-listing .callout.has-img .content .link-wrap {
  right: 20px;
  top: 17px;
}
.multiple-callout.department-listing .link-wrap {
  position: absolute;
  top: 0px;
  right: 35px;
}
@media only screen and (min-width: 768px) {
  .multiple-callout.department-listing .link-wrap {
    top: 10px;
  }
}
.multiple-callout.department-listing .link-wrap a.mail-link {
  display: inline-block;
  color: #21296B;
  font-size: 34px;
}
@media only screen and (min-width: 768px) {
  .multiple-callout.department-listing .link-wrap a.mail-link {
    font-size: 45px;
  }
}
.multiple-callout.department-listing .link-wrap a.mail-link span {
  display: inline-block;
  overflow: hidden;
  width: 1px;
  height: 1px;
}
.multiple-callout.department-listing .callout .link-wrap {
  right: 0;
  bottom: auto;
  top: 0;
  margin: 0;
}
.multiple-callout.department-listing .callout .link-wrap a.mail-link {
  font-size: 22px;
  color: #FD372C;
  transition: all 300ms ease-out;
}
.multiple-callout.department-listing .callout .link-wrap a.mail-link:hover {
  color: #21296B;
}
.multiple-callout.material-listing > .wrap > h2 {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .multiple-callout.material-listing .callout-inner {
    justify-content: center;
  }
}
.multiple-callout.material-listing .callout {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.multiple-callout.material-listing .callout .img-wrap {
  flex: 0 0 auto;
}
.multiple-callout.material-listing .callout .img-wrap img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.multiple-callout.material-listing .callout .content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.multiple-callout.material-listing .callout h3 {
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .multiple-callout.material-listing .callout h3 {
    font-family: Antonio, san-serif;
    font-size: 1.5em;
  }
}
.multiple-callout.material-listing .callout .link-wrap {
  margin-top: auto;
}
.multiple-callout.material-listing .callout .link-wrap a {
  margin-top: 20px;
}
.multiple-callout.separator-after {
  padding-bottom: 25vw;
}
.multiple-callout.bg-pattern-waves {
  background: url(../../img/bg-patterns/bg-001.svg) center no-repeat;
  background-size: cover;
  background-position: 0 0;
}
@media only screen and (min-width: 980px) {
  .multiple-callout.bg-pattern-waves {
    background-size: 150%;
    background-position: -1px;
  }
}
.multiple-callout.bg-pattern-sunset {
  background: url(../../img/bg-patterns/bg-002.svg) center no-repeat;
  background-size: 500%;
  background-position: center 0;
}
@media only screen and (min-width: 768px) {
  .multiple-callout.bg-pattern-sunset {
    background-size: cover;
  }
}
.multiple-callout.bg-pattern-circles {
  background: url(../../img/bg-patterns/bg-004.svg) center no-repeat;
  background-size: cover;
}
.multiple-callout.bg-pattern-bullseye {
  background: url(../../img/bg-patterns/bg-006.svg) center no-repeat;
  background-size: cover;
}
@-webkit-keyframes flipBack {
  from {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    transform: rotateY(0);
  }
  to {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}
@-webkit-keyframes flipFront {
  from {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  to {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
