.multiple-callout {
  padding: 50px 0;
  position: relative;
}
.multiple-callout .description-wrap p {
  color: #757575;
}
.multiple-callout h2 {
  color: #1b265f;
}
.multiple-callout .swiper-wrapper .callout {
  background: #ff600a;
  border: 1px solid #edebe9;
  display: flex;
  flex-direction: column;
  height: auto;
  width: 100%;
}
.multiple-callout .swiper-wrapper .callout h3 {
  color: #fff;
  line-height: 1;
  margin: 10px 0 5px;
  padding-left: 10px;
}
.multiple-callout .swiper-wrapper .callout p.byline {
  color: #fff;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 10px;
}
.multiple-callout .swiper-wrapper .callout.swiper-slide-active {
  background: #1b265f;
}
.multiple-callout .swiper-wrapper .callout.swiper-slide-active h3 {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .multiple-callout .swiper-wrapper.col-2 .callout {
    width: 49%;
  }
  .multiple-callout .swiper-wrapper.col-2 .callout:nth-child(odd) {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .multiple-callout .swiper-wrapper.col-3 .callout {
    width: 32.666%;
  }
  .multiple-callout .swiper-wrapper.col-3 .callout:nth-child(3n+1) {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .multiple-callout .swiper-wrapper.col-4 .callout {
    width: 24.25%;
  }
  .multiple-callout .swiper-wrapper.col-4 .callout:nth-child(4n+1) {
    margin-left: 0px;
  }
}
.multiple-callout.carousel a.btn {
  color: #1b265f;
  font-weight: normal;
}
.multiple-callout.carousel a.btn:hover {
  color: #1b265f;
}
.multiple-callout .stacker .callout {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  width: 100%;
}
.multiple-callout .stacker .callout h3 {
  color: #fff;
  line-height: 1;
  margin: 5px 0 0;
}
.multiple-callout .stacker .callout p,
.multiple-callout .stacker .callout li {
  color: #fff;
  font-size: 18px;
}
.multiple-callout .stacker .callout p.byline {
  color: #fff;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 10px;
}
.multiple-callout .stacker .callout.swiper-slide-active {
  background: #ff600a;
}
@media only screen and (min-width: 768px) {
  .multiple-callout .stacker .callout {
    flex-direction: row;
  }
}
.multiple-callout .stacker .callout .img-wrap {
  align-items: center;
  background: #1b265f;
  display: flex;
  flex-direction: column;
  padding: 20px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .multiple-callout .stacker .callout .img-wrap {
    width: 225px;
  }
}
.multiple-callout .stacker .callout .img-wrap img {
  border-radius: 50%;
  width: 150px;
}
.multiple-callout .stacker .callout .content {
  background: #1b265f;
  padding: 15px 20px;
  width: 100%;
}
.multiple-callout .stacker .callout .content .link-wrap {
  padding: 0;
}
.multiple-callout .stacker .callout .content .link-wrap a.btn {
  color: #fff;
  font-size: 18px;
}
.multiple-callout .stacker .callout .content .link-wrap a.btn:hover {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .multiple-callout .stacker .callout .content {
    width: calc(100% - 235px);
  }
}
@media only screen and (min-width: 768px) {
  .multiple-callout .stacker .callout.has-img .content {
    margin-left: 10px;
  }
}
.multiple-callout.default .stacker {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.multiple-callout.default .stacker .callout {
  flex-grow: 1;
  margin: 0 5px;
  width: auto;
}
.multiple-callout.default .stacker .callout:first-child {
  margin-left: 0;
}
.multiple-callout.default .stacker .callout:last-child {
  margin-right: 0;
}
.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: 20px 20px 0px 20px;
}
.multiple-callout .icon-wrap img {
  height: auto;
  width: 50px;
}
.multiple-callout .content {
  flex-grow: 1;
  font-size: 14px;
  padding: 0px 20px;
}
.multiple-callout .byline {
  margin: 0px;
}
.multiple-callout .link-wrap {
  padding: 5px 10px;
}
.multiple-callout .link-wrap .btn {
  border: none;
  padding: 0;
  text-decoration: underline;
}
.multiple-callout .link-wrap .btn:hover {
  background: transparent;
}
.multiple-callout .swiper-button-next,
.multiple-callout .swiper-rtl .swiper-button-prev,
.multiple-callout .swiper-button-prev,
.multiple-callout .swiper-rtl .swiper-button-next {
  top: 47%;
}
.multiple-callout .swiper-button-prev,
.multiple-callout .swiper-button-next {
  width: 35px;
  height: 35px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .multiple-callout .swiper-button-prev,
  .multiple-callout .swiper-button-next {
    display: flex;
  }
}
.multiple-callout .swiper-button-prev {
  left: -15px;
}
.multiple-callout .swiper-button-next {
  right: -15px;
}
.multiple-callout .swiper-button-prev:after {
  background-size: 35px 35px;
  background-image: url('../../img/icons/slick-arrow-left.svg');
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  width: 35px;
  height: 35px;
  opacity: 1;
}
.multiple-callout .swiper-button-next:after {
  background-size: 35px 35px;
  background-image: url('../../img/icons/slick-arrow-right.svg');
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  width: 35px;
  height: 35px;
  opacity: 1;
}
.multiple-callout .swiper-pagination.swiper-pagination-bullets {
  bottom: auto;
  position: relative;
}
.multiple-callout .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #ff600a;
}
@media only screen and (min-width: 1280px) {
  .multiple-callout {
    padding: 50px 0;
  }
  .multiple-callout .swiper-button-prev {
    left: -55px;
  }
  .multiple-callout .swiper-button-next {
    right: -55px;
  }
}
.callouts-descriptions {
  background: #1b265f;
  color: #fff;
  padding: 20px;
}
.callouts-descriptions .callout-description {
  display: none;
  transition: all ease 0.5s;
}
.callouts-descriptions .callout-description .callout-description-inner {
  display: flex;
  flex-direction: column;
}
.callouts-descriptions .callout-description .callout-description-inner .title-and-byline {
  flex: 1;
}
.callouts-descriptions .callout-description .callout-description-inner .title-and-byline p.byline {
  font-style: italic;
  padding: 0 15px;
}
.callouts-descriptions .callout-description .callout-description-inner h3 {
  color: #fff;
  margin: 0;
  padding: 5px 15px 0;
}
.callouts-descriptions .callout-description .callout-description-inner p {
  color: #fff;
  margin: 0;
  padding: 5px 15px;
}
.callouts-descriptions .callout-description .callout-description-inner .description-wrap {
  flex: 3;
}
@media only screen and (min-width: 768px) {
  .callouts-descriptions .callout-description .callout-description-inner {
    flex-direction: row;
  }
}
