.two-column-layout-type-one {
  background: #FFF;
}
.two-column-layout-type-one .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}
.two-column-layout-type-one .row:nth-child(2n) {
  background: #F1F1F1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 48rem) {
  .two-column-layout-type-one .row:nth-child(2n+1) {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.two-column-layout-type-one .title {
  color: #2B2B2B;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 0.25rem;
  margin-top: 0;
}
@media only screen and (min-width: 48rem) {
  .two-column-layout-type-one .title {
    font-size: 1.45rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
    margin-top: 0.25rem;
  }
}
@media only screen and (min-width: 62rem) {
  .two-column-layout-type-one .title {
    font-size: 2rem;
    line-height: 2.25rem;
    margin-bottom: 1.875rem;
    margin-top: 1rem;
  }
}
.two-column-layout-type-one .description {
  color: #2B2B2B;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.375rem;
  margin: 0 auto 1.75rem;
}
@media only screen and (min-width: 68.75rem) {
  .two-column-layout-type-one .description {
    margin: 0 auto 8.5rem;
  }
}
@media only screen and (min-width: 48rem) {
  .two-column-layout-type-one .description {
    font-size: 1.125rem;
    margin: 0 auto 1rem;
  }
}
@media only screen and (min-width: 62rem) {
  .two-column-layout-type-one .description {
    margin: 0 auto 2.5rem;
  }
}
.two-column-layout-type-one .col-left {
  padding: 1rem;
  width: 100%;
}
@media only screen and (min-width: 36rem) {
  .two-column-layout-type-one .col-left {
    padding-left: 1rem;
    padding-right: 0.875rem;
  }
}
@media only screen and (min-width: 48rem) {
  .two-column-layout-type-one .col-left {
    padding: 0;
    padding-left: 2rem;
    padding-right: 1.875rem;
    width: 50%;
  }
}
@media only screen and (min-width: 62rem) {
  .two-column-layout-type-one .col-left {
    padding: 1rem;
  }
}
@media only screen and (min-width: 68.75rem) {
  .two-column-layout-type-one .col-left {
    padding-left: 8rem;
    padding-right: 1.875rem;
  }
}
@media only screen and (min-width: 87.5rem) {
  .two-column-layout-type-one .col-left {
    padding-left: 12rem;
    padding-right: 6.875rem;
  }
}
.two-column-layout-type-one .col-right {
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  .two-column-layout-type-one .col-right {
    width: 50%;
  }
}
.two-column-layout-type-one .col-right p {
  margin: 0 -0.75rem;
}
.two-column-layout-type-one .col-right img {
  width: 100%;
  height: auto;
}
.two-column-layout-type-one .col-left-2 {
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  .two-column-layout-type-one .col-left-2 {
    width: 50%;
  }
}
.two-column-layout-type-one .col-left-2 p {
  margin: 0 -0.75rem;
}
.two-column-layout-type-one .col-left-2 img {
  width: 100%;
  height: auto;
}
.two-column-layout-type-one .col-right-2 {
  padding: 1rem;
  width: 100%;
}
@media only screen and (min-width: 36rem) {
  .two-column-layout-type-one .col-right-2 {
    padding-left: 0.875rem;
    padding-right: 1rem;
  }
}
@media only screen and (min-width: 48rem) {
  .two-column-layout-type-one .col-right-2 {
    padding: 0;
    padding-left: 1.875rem;
    padding-right: 2rem;
    width: 50%;
  }
}
@media only screen and (min-width: 62rem) {
  .two-column-layout-type-one .col-right-2 {
    padding: 1rem;
  }
}
@media only screen and (min-width: 68.75rem) {
  .two-column-layout-type-one .col-right-2 {
    padding-left: 1.875rem;
    padding-right: 8rem;
  }
}
@media only screen and (min-width: 75rem) {
  .two-column-layout-type-one .col-right-2 {
    padding-left: 6.875rem;
    padding-right: 12rem;
  }
}

.bg-dark .two-column-layout-type-one .title {
  color: #2B2B2B;
}

.two-column-layout-type-two .col-sm-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.75rem;
}
.two-column-layout-type-two .block-image {
  width: 100%;
}
.two-column-layout-type-two .block-image img {
  width: 100%;
  max-height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
.two-column-layout-type-two .block-text {
  width: 100%;
  padding: 1.5rem;
  background: #F1F1F1;
}
@media only screen and (min-width: 62rem) {
  .two-column-layout-type-two .block-text {
    padding: 2rem 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: calc(100% - 15rem);
  }
}
.two-column-layout-type-two .block-text .title {
  width: 100%;
  color: #DF3400;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.625rem;
  margin-bottom: 0.75rem;
  margin-top: 0;
}
.two-column-layout-type-two .block-text .title a {
  color: #DF3400;
}
.two-column-layout-type-two .block-text .description {
  width: 100%;
  color: #2B2B2B;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.375rem;
  margin-bottom: 2.875rem;
}
.two-column-layout-type-two .block-text .link-wrapper {
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.two-column-layout-type-three .col-sm-9 {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 36rem) {
  .two-column-layout-type-three .col-sm-9 {
    margin-top: 0;
  }
}
.two-column-layout-type-three .col-left img {
  width: 100%;
  height: auto;
}
.two-column-layout-type-three .col-left p {
  margin: 0;
}
.two-column-layout-type-three .col-right .title {
  color: #DF3400;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.625rem;
  margin-bottom: 0.75rem;
  margin-top: 0;
}
.two-column-layout-type-three .col-right .title a {
  color: #DF3400;
}
.two-column-layout-type-three .col-right .description {
  color: #2B2B2B;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.375rem;
  margin-bottom: 0;
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 36rem) {
  .two-column-layout-type-three .col-right {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.two-column-layout-type-two-caption p {
  letter-spacing: 0;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #2B2B2B;
}
/*# sourceMappingURL=two-column.css.map */
