/* media queries */
.component-split-feature {
  margin-bottom: 3em;
  margin-top: 3em;
}
.component-split-feature.imgleft .row {
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .component-split-feature.imgleft .row {
    flex-direction: row-reverse;
  }
}
.component-split-feature .row {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .component-split-feature .row {
    flex-direction: row;
  }
}
.component-split-feature .col {
  flex: 1;
  line-height: 1.555em;
}
.component-split-feature .col:nth-child(2) {
  line-height: 0;
  overflow: hidden;
}
.component-split-feature .col:nth-child(2) img {
  height: 100%;
}
.component-split-feature .content-wrap {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 2em;
  width: 100%;
}
.component-split-feature .media-wrap {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 2em;
  width: 100%;
}
.component-split-feature .media-wrap .content {
  height: 100%;
  width: 100%;
}
.component-split-feature .media-wrap .content img {
  object-fit: cover;
}
.component-split-feature .content-wrap-outer {
  padding: 0 0 20px 0;
}
.component-split-feature .content-wrap-outer .content-wrap {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .component-split-feature .content-wrap-outer {
    padding: 0;
  }
}
.component-split-feature .content {
  flex: 1;
}
.component-split-feature .content .sf-ctas {
  display: flex;
}
.component-split-feature .content .sf-ctas a {
  background-color: #ffc429;
  color: #000;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  margin-right: 15px;
  padding: 0.75em 1.5em;
  text-decoration: none;
}
.component-split-feature .content .sf-ctas a:nth-child(2) {
  background-color: transparent;
  border: solid 2px #ffc429;
  margin-right: 0;
}
.component-split-feature.alternate {
  background-color: #ffc429;
}
.component-split-feature.alternate .sf-ctas {
  display: flex;
}
.component-split-feature.alternate .sf-ctas a {
  background-color: #fff;
  color: #000;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  margin-right: 15px;
  padding: 0.75em 1.5em;
  text-decoration: none;
}
.component-split-feature.alternate .sf-ctas a:nth-child(2) {
  background-color: transparent;
  border: solid 2px #fff;
  margin-right: 0;
}
.component-split-feature .content-invert {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.component-split-feature .title {
  font-size: 2.5em;
  font-style: normal;
  font-weight: 400;
  position: relative;
  text-align: left;
}
.component-split-feature .title svg {
  height: 1em;
  left: -1.2em;
  position: absolute;
  top: 0;
  width: 1em;
}
.component-split-feature .icon-items {
  align-items: center;
  display: flex;
}
.component-split-feature .icon-items .item-icon-wrap {
  background: none;
  height: 40px;
  transform: none;
  width: 40px;
}
.component-split-feature .icon-items .item-icon-wrap svg {
  height: 20px;
  transform: none;
  width: 20px;
}
.component-split-feature .icon-items .component-item-icon {
  align-items: center;
  display: flex;
  font-family: 'Merriweather', serif;
  font-style: normal;
  margin-right: 25px;
}
.component-split-feature.fill .content {
  height: 100%;
  width: 100%;
}
.component-split-feature.fill .content img {
  object-fit: cover;
}
.component-split-feature.contain .content {
  height: auto;
  width: auto;
}
.component-split-feature.contain .content img {
  object-fit: none;
}
@media (max-width: 560px) {
  .component-callouts .row {
    display: block;
  }
  .component-callouts .col:first-child {
    margin-bottom: 1em;
  }
  .component-callouts .content-invert {
    padding: 40px;
  }
}
