.multiple-callout .description-wrap {
  text-align: center;
}
.multiple-callout .description-wrap h2,
.multiple-callout .description-wrap h3 {
  font-family: "Figtree", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  .multiple-callout:not( .has-intro-col ) .description-wrap p {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 768px) {
  .multiple-callout .callout-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.multiple-callout .callout-inner + .link-wrap {
  text-align: center;
}
.multiple-callout .callout-inner .view-all {
  max-width: 100%;
  width: 100%;
}
.multiple-callout .callout {
  display: flex;
  flex-direction: column;
  margin-top: 1.5em;
  width: 100%;
}
.multiple-callout .img-wrap {
  /* min-height needed for <=IE11 flex bug issue, see: https://github.com/philipwalton/flexbugs/issues/75 */
  min-height: 1px;
}
.multiple-callout .img-wrap img {
  display: block;
  height: auto;
  width: 100%;
}
.multiple-callout .icon-wrap {
  padding: 1.5em 25px 0;
}
.multiple-callout .icon-wrap img {
  height: 100px;
  margin: 1em 0;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .multiple-callout .icon-wrap img {
    height: 110px;
  }
}
@media only screen and (min-width: 980px) {
  .multiple-callout .icon-wrap img {
    height: 115px;
  }
}
.multiple-callout .content {
  flex-grow: 1;
}
@media only screen and (min-width: 768px) {
  .multiple-callout.col-2 .callout {
    margin-left: 2%;
    width: 49%;
  }
  .multiple-callout.col-2 .callout:nth-child(odd) {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .multiple-callout.col-3 .callout {
    margin-left: 1.5%;
    width: 32.33%;
  }
  .multiple-callout.col-3 .callout:nth-child(3n+1) {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .multiple-callout.col-4 .callout {
    margin-left: 1%;
    width: 24.25%;
  }
  .multiple-callout.col-4 .callout:nth-child(4n+1) {
    margin-left: 0px;
  }
}
.multiple-callout:not(.bg-color-default) {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.multiple-callout:not(.bg-color-default) .block-wrap {
  margin: auto;
  max-width: 1140px;
  padding: 0 25px;
}
@media only screen and (min-width: 980px) {
  .multiple-callout:not(.bg-color-default) .block-wrap {
    padding: 0 15px;
  }
}
.multiple-callout .callout {
  /* for promos */
}
.multiple-callout .callout.total-3:nth-child(3) {
  width: 100% !important;
}
@media only screen and (min-width: 768px) {
  .multiple-callout .callout.meet-our-team-item:last-child {
    width: 80%;
  }
}
.multiple-callout.style-default .callout {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: 0 0 15px #e2e2e2;
  color: #231F20;
  text-decoration: none;
}
.multiple-callout.style-default .callout:not(.has-img) {
  padding-top: 25px;
  position: relative;
}
.multiple-callout.style-default .callout:not(.has-img):before {
  background-color: #000099;
  content: '';
  display: block;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.multiple-callout.style-default .callout:not(.has-img):after {
  border: 10px solid;
  border-color: #000099 transparent transparent transparent;
  content: '';
  display: block;
  left: 50%;
  height: 0;
  position: absolute;
  top: 25px;
  transform: translate(-50%, 0);
  width: 0;
  z-index: 1;
}
.multiple-callout.style-default .callout:not(.has-img):before {
  border-radius: 10px 10px 0 0 !important;
}
.multiple-callout.style-default .icon-wrap + .content {
  margin-top: 1.25em;
}
.multiple-callout.style-default .icon-wrap + .content:before {
  background: #000099;
  display: block;
  content: '';
  height: 1px;
  left: 25px;
  position: absolute;
  right: 25px;
  top: 0;
}
.multiple-callout.style-default .img-wrap {
  position: relative;
}
.multiple-callout.style-default .img-wrap:before {
  content: '';
  display: block;
  padding-top: 50%;
}
.multiple-callout.style-default .img-wrap img {
  border-radius: 10px 10px 0 0;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.multiple-callout.style-default .img-wrap + .content {
  padding-top: 50px;
  position: relative;
}
.multiple-callout.style-default .img-wrap + .content:before {
  background-color: #000099;
  content: '';
  display: block;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.multiple-callout.style-default .img-wrap + .content:after {
  border: 10px solid;
  border-color: #000099 transparent transparent transparent;
  content: '';
  display: block;
  left: 50%;
  height: 0;
  position: absolute;
  top: 25px;
  transform: translate(-50%, 0);
  width: 0;
  z-index: 1;
}
.multiple-callout.style-default .icon-wrap {
  text-align: center;
}
.multiple-callout.style-default .icon-wrap i:not(.custom-icon) {
  color: #000099;
  font-size: 3em;
}
@media only screen and (min-width: 980px) {
  .multiple-callout.style-default .icon-wrap i:not(.custom-icon) {
    font-size: 4em;
  }
}
@media only screen and (min-width: 1140px) {
  .multiple-callout.style-default .icon-wrap i:not(.custom-icon) {
    font-size: 5em;
  }
}
.multiple-callout.style-default .content {
  padding: 1.75em 25px;
  position: relative;
}
.multiple-callout.style-default .content h3 {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #231F20;
  font-size: 1.3em;
}
@media only screen and (min-width: 980px) {
  .multiple-callout.style-default .content h3 {
    font-size: 1.4em;
  }
}
@media only screen and (min-width: 1140px) {
  .multiple-callout.style-default .content h3 {
    font-size: 1.5em;
  }
}
.multiple-callout.style-default .content h3 a {
  color: #231F20;
  text-decoration: none;
}
.multiple-callout.style-default .content h3 a:after {
  content: url('../../img/fa-icons/fa-circle-arrow-right.svg');
  display: inline-block;
  height: 20px;
  transform: translate(0, 0.1em);
  width: 20px;
}
.multiple-callout.style-default .content h3 a:hover {
  text-decoration: underline;
}
.multiple-callout.style-default .content h3 a span {
  margin-right: 0.25em;
}
.multiple-callout.style-default .callout-inner.slick-slider {
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.multiple-callout.style-default .callout-inner.slick-slider .slick-slide .callout {
  height: 100%;
  margin-top: 0 !important;
}
@media only screen and (max-width: 767px) {
  .multiple-callout.quick-links .callout-inner {
    display: flex;
    flex-wrap: wrap;
  }
}
.multiple-callout.quick-links .callout {
  color: #231F20;
  padding-top: 1em;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .multiple-callout.quick-links .callout {
    margin-left: 2%;
    width: 49%;
  }
  .multiple-callout.quick-links .callout:nth-child(odd) {
    margin-left: 0;
  }
}
.multiple-callout.quick-links .callout h3 a {
  color: #231F20;
  text-decoration: underline;
}
.multiple-callout.quick-links .callout h3 a:hover {
  text-decoration: none;
}
.multiple-callout.quick-links .img-wrap,
.multiple-callout.quick-links .icon-wrap {
  align-items: center;
  border: 5px solid #000099;
  border-radius: 50%;
  display: flex;
  height: 90px;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  width: 90px;
}
@media only screen and (min-width: 1140px) {
  .multiple-callout.quick-links .img-wrap,
  .multiple-callout.quick-links .icon-wrap {
    height: 110px;
    width: 110px;
  }
}
.multiple-callout.quick-links .img-wrap img,
.multiple-callout.quick-links .icon-wrap img {
  border-radius: 50%;
}
.multiple-callout.quick-links .icon-wrap {
  text-align: center;
}
.multiple-callout.quick-links .icon-wrap svg {
  fill: #4EA4D9;
  max-height: 50%;
  width: 50%;
}
.multiple-callout.quick-links .content {
  padding: 1.25em 25px 1.5em;
  position: relative;
}
.multiple-callout.quick-links .content h3 {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #231F20;
  font-size: 1.2em;
}
@media only screen and (min-width: 980px) {
  .multiple-callout.quick-links .content h3 {
    font-size: 1.25em;
  }
}
.multiple-callout.quick-links .content .content-desc {
  font-size: 0.9em;
}
.multiple-callout.blue-bg .callout {
  align-items: flex-start;
  background-color: #000099;
  border-radius: 10px;
  color: #fff;
  display: flex;
  justify-content: center;
  min-height: 250px;
  overflow: hidden;
  padding: 1.5em;
  position: relative;
}
.multiple-callout.blue-bg .callout:after {
  bottom: 0;
  border: 12px solid;
  border-color: transparent transparent #fff transparent;
  content: '';
  display: block;
  left: 50%;
  height: 0;
  position: absolute;
  transform: translate(-50%, 0);
  width: 0;
  z-index: 1;
}
@media only screen and (min-width: 980px) {
  .multiple-callout.blue-bg .callout {
    min-height: 350px;
  }
}
@media only screen and (min-width: 1140px) {
  .multiple-callout.blue-bg .callout {
    padding: 2em;
  }
}
.multiple-callout.blue-bg .callout .img-wrap {
  bottom: 0;
  left: 0;
  opacity: 0.2;
  position: absolute;
  right: 0;
  top: 0;
}
.multiple-callout.blue-bg .callout .img-wrap img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.multiple-callout.blue-bg .callout .content {
  position: relative;
  flex: unset;
}
.multiple-callout.blue-bg .callout .content-wrap a.btn {
  margin-top: 1.5em;
}
@media only screen and (min-width: 768px) {
  .multiple-callout.has-intro-col .block-wrap {
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .multiple-callout.has-intro-col .block-wrap .top {
    padding-right: 2.5em;
    width: 270px;
  }
}
@media only screen and (min-width: 980px) {
  .multiple-callout.has-intro-col .block-wrap .top {
    width: 320px;
  }
}
@media only screen and (min-width: 1140px) {
  .multiple-callout.has-intro-col .block-wrap .top {
    width: 370px;
  }
}
@media only screen and (min-width: 768px) {
  .multiple-callout.has-intro-col .block-wrap .top .description-wrap {
    padding-top: 5em;
    text-align: left;
  }
}
@media only screen and (min-width: 980px) {
  .multiple-callout.has-intro-col .block-wrap .top .description-wrap {
    padding-top: 6em;
  }
}
@media only screen and (min-width: 768px) {
  .multiple-callout.has-intro-col .block-wrap .callout-inner {
    flex: 1;
  }
}
.wp-block-column .multiple-callout .description-wrap {
  text-align: left;
}
.split-feature.style-alt + .multiple-callout {
  margin-top: -1.5em;
}
