.absolute-bg {
  z-index: -2;
}
.overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
a[href^="tel"] {
  text-decoration: none;
}
.flexBlocks__checkerboard
  .checkerboardItem
  .checkerText
  .content
  > :first-child,
.flexBlocks__checkerboard .checkerboardItem .checkerText > :first-child,
.flexBlocks__wysiwyg .wrap > :first-child,
.margin-off > :first-child,
.no-margin > :first-child {
  margin-top: 0;
}
.flexBlocks__checkerboard .checkerboardItem .checkerText .content > :last-child,
.flexBlocks__checkerboard .checkerboardItem .checkerText > :last-child,
.flexBlocks__wysiwyg .wrap > :last-child,
.margin-off > :last-child,
.no-margin > :last-child {
  margin-bottom: 0;
}
.no-margin-top > :first-child {
  margin-top: 0;
}
.no-margin-bottom > :last-child {
  margin-bottom: 0;
}
.feat-img,
.featImage,
.featImg,
.featured-image,
.featured-img,
.featuredImg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
* {
  -webkit-hyphens: none !important;
  -moz-hyphens: none !important;
  -ms-hyphens: none !important;
  hyphens: none !important;
}
.flexBlock:first-of-type:not(.grayBG) {
  margin-top: 73px;
}
h1 + .flexBlock,
h2 + .flexBlock,
h3 + .flexBlock,
h4 + .flexBlock,
h5 + .flexBlock,
h6 + .flexBlock,
ol + .flexBlock,
p + .flexBlock,
ul + .flexBlock {
  margin-top: -24px;
}
@media (min-width: 768px) {
  h1 + .flexBlock,
  h2 + .flexBlock,
  h3 + .flexBlock,
  h4 + .flexBlock,
  h5 + .flexBlock,
  h6 + .flexBlock,
  ol + .flexBlock,
  p + .flexBlock,
  ul + .flexBlock {
    margin-top: -56px;
  }
}
.grayBG {
  background-color: #efefef;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .grayBG {
    padding: 80px 0;
  }
}
.grayBG + .grayBG {
  margin-top: -40px;
}
@media only screen and (min-width: 1280px) {
  .grayBG + .grayBG {
    margin-top: -80px;
  }
}
@media only screen and (min-width: 1680px) {
  .grayBG + .grayBG {
    margin-top: -80px;
    padding-top: 46px;
  }
}
.whiteBG {
  padding: 50px 0;
}
.whiteBG:first-of-type {
  margin-top: -34px;
}
@media (min-width: 1280px) {
  .whiteBG:first-of-type {
    margin-top: -56px;
  }
}
@media (min-width: 768px) {
  .whiteBG {
    padding: 80px 0;
  }
}
.whiteBG + .whiteBG {
  margin-top: -40px;
}
@media only screen and (min-width: 1680px) {
  .whiteBG + .whiteBG {
    padding-top: 100px;
  }
}
.white-bg {
  background-color: #fff;
}
.bg-pattern + .bg-pattern {
  padding-top: 10px;
}
.bg-pattern.case-study-cards + .case_study__form {
  padding-top: 100px;
}
.flexBlocks__checkerboard {
  padding: 40px 0 40px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .flexBlocks__checkerboard {
    padding: 57px 0;
  }
}
@media (min-width: 1280px) {
  .flexBlocks__checkerboard {
    padding: 100px 0;
  }
}
.flexBlocks__checkerboard .checkerboardHolder {
  position: relative;
}
.flexBlocks__checkerboard .checkerboardItem {
  position: relative;
  margin: 40px 0;
}
.flexBlocks__checkerboard .checkerboardItem:first-child {
  margin-top: 0;
}
.flexBlocks__checkerboard .checkerboardItem:last-child {
  margin-bottom: 0;
}
.flexBlocks__checkerboard .checkerboardItem.withImg .checkerText {
  padding: 30px 20px;
  text-align: center;
}
@media (min-width: 1024px) {
  .flexBlocks__checkerboard .checkerboardItem.withImg .checkerText {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .flexBlocks__checkerboard .checkerboardItem.withImg .checkerText {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  .flexBlocks__checkerboard .checkerboardItem {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 50px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .flexBlocks__checkerboard .checkerboardItem {
    margin: 110px 0;
  }
}
.flexBlocks__checkerboard .checkerboardItem .checkerImageTag {
  height: 200px;
  max-width: 375px;
  border-radius: 10px;
  margin: 0 auto;
  background-size: contain;
}
@media (min-width: 768px) {
  .flexBlocks__checkerboard .checkerboardItem .checkerImageTag {
    height: 400px;
    max-width: 570px;
  }
}
@media (min-width: 1024px) {
  .flexBlocks__checkerboard .checkerboardItem .checkerImageTag {
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .flexBlocks__checkerboard .checkerboardItem .checkerImageTag {
    -webkit-box-flex: 0 0 39.6%;
    -moz-box-flex: 0 0 39.6%;
    -webkit-flex: 0 0 39.6%;
    -ms-flex: 0 0 39.6%;
    flex: 0 0 39.6%;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
  }
}
.flexBlocks__checkerboard .checkerboardItem .checkerText {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .flexBlocks__checkerboard .checkerboardItem .checkerText {
    -webkit-box-flex: 0 0 49%;
    -moz-box-flex: 0 0 49%;
    -webkit-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
  }
}
.flexBlocks__checkerboard .checkerboardItem .checkerText .title {
  color: #037587;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.40625em;
}
.flexBlocks__checkerboard .checkerboardItem .checkerText .title + .content {
  margin-top: 20px;
}
.flexBlocks__checkerboard .checkerboardItem .checkerText li,
.flexBlocks__checkerboard .checkerboardItem .checkerText p {
  font-size: 0.9375em;
  line-height: 1.73333em;
  font-weight: 400;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
}
.flexBlocks__checkerboard .checkerboardItem .checkerText p {
  margin-bottom: 30px;
}
.flexBlocks__checkerboard .checkerboardItem .checkerText ol,
.flexBlocks__checkerboard .checkerboardItem .checkerText ul {
  margin: 15px 0 30px;
  padding-left: 20px;
}
.flexBlocks__checkerboard .checkerboardItem .checkerText ol li,
.flexBlocks__checkerboard .checkerboardItem .checkerText ul li {
  margin-bottom: 15px;
}
.flexBlocks__checkerboard .checkerboardItem .checkerText .btn {
  margin-top: 40px;
}
@media only screen and (min-width: 1024px) {
  .flexBlocks__checkerboard .checkerboardItem.leftImage .checkerImageTag {
    margin-left: 15px;
    margin-right: 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .flexBlocks__checkerboard .checkerboardItem.leftImage .checkerImageTag {
    margin-right: 60px;
  }
}
@media (min-width: 1024px) {
  .flexBlocks__checkerboard .checkerboardItem.leftImage .checkerText {
    padding-left: 0;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .flexBlocks__checkerboard .checkerboardItem.rightImage {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1024px) {
  .flexBlocks__checkerboard .checkerboardItem.rightImage .checkerImageTag {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .flexBlocks__checkerboard .checkerboardItem.rightImage .checkerImageTag {
    margin-left: 60px;
    margin-right: 15px;
  }
}
@media (min-width: 1280px) {
  .flexBlocks__checkerboard .checkerboardItem.rightImage .checkerText {
    padding-left: 16px;
  }
}
.flexBlocks__case_study {
  position: relative;
  z-index: 52;
  padding: 40px 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (min-width: 1280px) {
  .flexBlocks__case_study {
    padding: 90px 0 0;
  }
}
.flexBlocks__case_study .wrap {
  max-width: 1438px;
  position: relative;
  margin-bottom: 20px;
  padding: 45px 20px;
}
@media (min-width: 1024px) {
  .flexBlocks__case_study .wrap {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
@media (min-width: 1280px) {
  .flexBlocks__case_study .wrap {
    padding: 62px 66px 33px 80px;
    margin-bottom: 70px;
  }
}
@media all and (min-width: 1280px) and (-ms-high-contrast: none),
  (min-width: 1280px) and (-ms-high-contrast: active) {
  .flexBlocks__case_study .wrap {
    height: 421px;
  }
}
.flexBlocks__case_study__bgImg {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 15px;
  right: 20px;
  left: 20px;
  background-image: var(--wpr-bg-d096f64f-4b6f-4df4-9ece-1629ba95fec3);
}
@media (min-width: 768px) {
  .flexBlocks__case_study__bgImg {
    right: 0;
    left: 0;
  }
}
.flexBlocks__case_study__Text {
  position: relative;
}
@media (max-width: 767px) {
  .flexBlocks__case_study__Text {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .flexBlocks__case_study__Text {
    width: 70%;
  }
}
@media (max-width: 1023px) {
  .flexBlocks__case_study__Text {
    text-align: center;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .flexBlocks__case_study__Text {
    width: 65%;
  }
}
@media (min-width: 1280px) {
  .flexBlocks__case_study__Text {
    width: 53%;
  }
}
.flexBlocks__case_study__Text .heading {
  color: #fefffe;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.875em;
  font-weight: 400;
  line-height: 1.33333em;
  margin: 0 0 0;
}
.flexBlocks__case_study__Text .intro {
  margin-top: 21px;
}
.flexBlocks__case_study__Text .intro p {
  font-size: 0.8125em;
  line-height: 1.84615em;
  font-weight: 400;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fefffe;
  margin-top: 23px;
}
.flexBlocks__case_study__Text .intro a {
  color: #fefffe;
  text-decoration: underline;
}
.flexBlocks__case_study__Text .intro a:hover {
  text-decoration: none;
}
.flexBlocks__case_study__Text .cta,
.flexBlocks__case_study__Text .cta:visited {
  text-transform: none;
  font-size: 0.9375em;
  line-height: 1.33333em;
  font-weight: 700;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  border-radius: 70px;
  border: 1px solid transparent;
  padding: 14px 61px 14px 35px;
  background-position: 80% center;
  margin-top: 33px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAQCAYAAADwMZRfAAAAc0lEQVQ4jcXTUQ2DQBBFUSQgAQlIQMI6oE5YR0hBQiUg4fQDyMLPttkt7U3mb3KTl3nTNBkwYsrtZEGQmNGWSHqsJ9Hyd1GH5/0iDHh8MNGVJFLH8lVJUBvnJxeydaVaUF62PUJdW239OSh7wF0UEN/tvQCu0c82JI1YPgAAAABJRU5ErkJggg==) !important;
  background-repeat: no-repeat;
}
.flexBlocks__case_study__Text .cta:hover,
.flexBlocks__case_study__Text .cta:visited:hover {
  border-color: #fff;
  background-color: rgba(242, 108, 89, 0.7) !important;
  background-repeat: no-repeat;
  background-position: 80% center;
}
.flexBlocks__case_study__Img {
  -webkit-box-flex: 0 0 42.7%;
  -moz-box-flex: 0 0 42.7%;
  -webkit-flex: 0 0 42.7%;
  -ms-flex: 0 0 42.7%;
  flex: 0 0 42.7%;
  position: relative;
  height: 135px;
  margin-top: 30px;
  margin: 30px auto 0;
  max-width: 330px;
}
@media (min-width: 520px) {
  .flexBlocks__case_study__Img {
    height: 260px;
  }
}
@media (min-width: 1280px) {
  .flexBlocks__case_study__Img {
    margin: -112px 0 0;
    height: 440px;
    max-width: 100%;
  }
}
.flexBlocks__case_study__Img .featured-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  right: 20px;
  background-size: contain;
  background-position: top center;
}
@media (min-width: 1280px) {
  .flexBlocks__case_study__Img .featured-image {
    left: 0;
    right: 0;
    background-size: cover;
  }
}
.case-study-cards {
  padding: 30px 0;
  background-color: #f6f3f1;
  overflow: hidden;
}
.case-study-cards .container {
  max-width: 1440px;
}
.case-study-cards__row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.case-study-cards__flex-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -30px;
  margin-top: 1em;
}
.case-study-cards__card {
  max-width: 450px;
  min-height: 422px;
  padding: 15px;
  margin: 0 15px;
  width: 450px;
  background-color: #fff;
  box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.2);
  margin: 30px;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 800px) {
  .case-study-cards__card {
    align-items: center;
  }
}
.case-study-cards__card:focus,
.case-study-cards__card:hover {
  box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.3);
}
.case-study-cards__author {
  font-weight: 700;
  margin-bottom: 0.25em;
}
.case-study-cards__date {
  font-weight: 700;
}
.case-study-cards__img {
  display: block;
  height: 200px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.case-study-cards__title {
  color: #41a112;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 1em;
}
.case-study-cards__excerpt {
  display: block;
  margin-bottom: 30px;
}
.case-study-cards__btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  margin-top: auto;
}
.case-study-cards__btn,
.case-study-cards__btn:visited {
  color: #fff;
}
.flexBlocks__cta_bar {
  position: relative;
  z-index: 52;
}
.flexBlocks__cta_bar__Text .intro > * {
  color: #fff;
}
.flexBlocks__cta_bar__Text .intro h2 {
  font-size: 2.5em;
  line-height: 1.05em;
  margin-bottom: 15px;
}
.flexBlocks__cta_bar__bgImg {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  background-image: var(--wpr-bg-f12a7e50-bf38-4739-9f17-e1b04de1c897);
}
@media (min-width: 1280px) {
  .flexBlocks__cta_bar__bgImg {
    width: 100%;
  }
}
.flexBlocks__cta_bar.side {
  padding: 40px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 1280px) {
  .flexBlocks__cta_bar.side {
    min-height: 210px;
  }
}
@media all and (min-width: 1280px) and (-ms-high-contrast: none),
  (min-width: 1280px) and (-ms-high-contrast: active) {
  .flexBlocks__cta_bar.side {
    height: 210px;
  }
}
.flexBlocks__cta_bar.side .wrap {
  max-width: 1280px;
  position: relative;
}
@media (min-width: 1280px) {
  .flexBlocks__cta_bar.side .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
@media (min-width: 1280px) {
  .flexBlocks__cta_bar.side .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.flexBlocks__cta_bar.side .flexBlocks__cta_bar__Text {
  position: relative;
}
@media (max-width: 768px) {
  .flexBlocks__cta_bar.side .flexBlocks__cta_bar__Text {
    width: 70%;
  }
}
@media (max-width: 1279px) {
  .flexBlocks__cta_bar.side .flexBlocks__cta_bar__Text {
    text-align: center;
    margin: 0 auto;
  }
}
@media (min-width: 1280px) {
  .flexBlocks__cta_bar.side .flexBlocks__cta_bar__Text {
    width: 66%;
  }
}
.flexBlocks__cta_bar.side .flexBlocks__cta_bar__Text .heading {
  color: #fefffe;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.875em;
  font-weight: 400;
  line-height: 1.25em;
}
@media (min-width: 1280px) {
  .flexBlocks__cta_bar.side .flexBlocks__cta_bar__Text .heading {
    font-size: 2.5em;
    line-height: 1.8em;
    margin: -13px 0 0;
  }
}
.flexBlocks__cta_bar.side .flexBlocks__cta_bar__Text .intro {
  margin-top: 20px;
}
@media (min-width: 1280px) {
  .flexBlocks__cta_bar.side .flexBlocks__cta_bar__Text .intro {
    margin-top: -17px;
  }
}
.flexBlocks__cta_bar.side .flexBlocks__cta_bar__Text .intro p {
  font-size: 1em;
  line-height: 1.36364em;
  font-weight: 400;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fefffe;
  margin-top: 9px;
}
@media (min-width: 1280px) {
  .flexBlocks__cta_bar.side .flexBlocks__cta_bar__Text .intro p {
    font-size: 1.375em;
  }
}
.flexBlocks__cta_bar.side .flexBlocks__cta_bar__Text .intro a {
  color: #fefffe;
  text-decoration: underline;
}
.flexBlocks__cta_bar.side .flexBlocks__cta_bar__Text .intro a:hover {
  text-decoration: none;
}
.flexBlocks__cta_bar.side .flexBlocks__cta_bar__Btn {
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 1280px) {
  .flexBlocks__cta_bar.side .flexBlocks__cta_bar__Btn {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
    text-align: left;
    margin-top: 0;
  }
}
.flexBlocks__cta_bar.side .flexBlocks__cta_bar__Btn .cta,
.flexBlocks__cta_bar.side .flexBlocks__cta_bar__Btn .cta:visited {
  text-transform: none;
  font-size: 0.9375em;
  line-height: 1.33333em;
  font-weight: 700;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3) !important;
  border-radius: 70px;
  border: 1px solid transparent;
  padding: 14px 61px 14px 35px;
  background-position: 80% center;
  margin-top: 7px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAQCAYAAADwMZRfAAAAc0lEQVQ4jcXTUQ2DQBBFUSQgAQlIQMI6oE5YR0hBQiUg4fQDyMLPttkt7U3mb3KTl3nTNBkwYsrtZEGQmNGWSHqsJ9Hyd1GH5/0iDHh8MNGVJFLH8lVJUBvnJxeydaVaUF62PUJdW239OSh7wF0UEN/tvQCu0c82JI1YPgAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
}
.flexBlocks__cta_bar.side .flexBlocks__cta_bar__Btn .cta:hover,
.flexBlocks__cta_bar.side .flexBlocks__cta_bar__Btn .cta:visited:hover {
  border-color: #fff;
  background-color: rgba(242, 108, 89, 0.7) !important;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAQCAYAAADwMZRfAAAAc0lEQVQ4jcXTUQ2DQBBFUSQgAQlIQMI6oE5YR0hBQiUg4fQDyMLPttkt7U3mb3KTl3nTNBkwYsrtZEGQmNGWSHqsJ9Hyd1GH5/0iDHh8MNGVJFLH8lVJUBvnJxeydaVaUF62PUJdW239OSh7wF0UEN/tvQCu0c82JI1YPgAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: 80% center;
}
.flexBlocks__cta_bar.narrow .wrap,
.flexBlocks__cta_bar.wide .wrap {
  max-width: 589px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.flexBlocks__cta_bar.narrow .heading,
.flexBlocks__cta_bar.wide .heading {
  font-size: 1.625em;
  line-height: 1.61538em;
  font-weight: 700;
  color: #fff;
}
.flexBlocks__cta_bar.narrow p,
.flexBlocks__cta_bar.wide p {
  font-size: 1.0625em;
  line-height: 1.52941em;
  font-weight: 500;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
}
.flexBlocks__cta_bar.narrow p a,
.flexBlocks__cta_bar.wide p a {
  text-decoration: none;
  color: #fff;
}
.flexBlocks__cta_bar.narrow p a:hover,
.flexBlocks__cta_bar.wide p a:hover {
  text-decoration: underline;
}
.flexBlocks__cta_bar.narrow {
  padding: 71px 0 69px;
}
.flexBlocks__cta_bar.narrow .flexBlocks__cta_bar__Text .heading + .intro {
  margin-top: 9px;
}
.flexBlocks__cta_bar.narrow
  .flexBlocks__cta_bar__Text
  + .flexBlocks__cta_bar__Btn {
  margin-top: 30px;
}
.flexBlocks__cta_bar.wide {
  padding: 121px 0 116px;
}
.flexBlocks__cta_bar.wide .wrap {
  max-width: 1250px;
}
.flexBlocks__cta_bar.wide .flexBlocks__cta_bar__Text .heading {
  font-size: 2.5em;
  line-height: 1.05em;
  font-weight: 700;
}
.flexBlocks__cta_bar.wide .flexBlocks__cta_bar__Text .heading + .intro {
  margin-top: 15px;
}
.flexBlocks__cta_bar.wide
  .flexBlocks__cta_bar__Text
  + .flexBlocks__cta_bar__Btn {
  margin-top: 30px;
}
.flexBlocks__cta_bar.wide
  .flexBlocks__cta_bar__Text
  + .flexBlocks__cta_bar__Btn
  a:hover {
  background: #d25e4e;
}
.page-template-landing-page .faq-area {
  padding: 50px 20px;
}
.page-template-landing-page .faq-area .shop-products.faqs {
  border: 0;
  padding: 12px 0 8px;
}
.page-template-landing-page .faq-area .shop-products.faqs h3.section-title {
  font-size: 1.125em;
  line-height: 1.66667em;
  font-weight: 300;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #037587;
  padding: 10px 8px 10px;
  margin: 0;
}
.page-template-landing-page
  .faq-area
  .shop-products.faqs
  h3.section-title
  span {
  top: 3px;
  font-size: 22px;
  right: 12px;
}
.page-template-landing-page .faq-area .shop-products.faqs p {
  font-size: 0.8125em;
  line-height: 1.84615em;
  font-weight: 400;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.7);
}
.page-template-landing-page .faq-area .shop-products.faqs .content {
  border: 1px solid #f0f0f0;
  border-radius: 6px;
}
@media (min-width: 1024px) {
  .page-template-landing-page .faq-area .shop-products.faqs .col-sm-8 {
    padding-right: 5px;
    padding-left: 27px;
  }
}
.page-template-landing-page .faq-area .shop-products.faqs .faq-container {
  padding: 20px;
}
.page-template-landing-page .main-title {
  text-align: center;
  font-size: 1.875em;
  line-height: 1.33333em;
  font-weight: 600;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #484742;
  margin-bottom: 10px;
}
.page-builder-faq.faq-area {
  padding: 101px 20px;
}
.page-builder-faq.faq-area .shop-products.faqs {
  border: 0;
  padding: 21px 0 8px;
}
.page-builder-faq.faq-area .shop-products.faqs h3.section-title {
  font-size: 1.125em;
  line-height: 1.61111em;
  font-weight: 400;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #1e2c32;
  padding: 29px 9px 33px 19px;
  margin: 0;
}
.page-builder-faq.faq-area .shop-products.faqs h3.section-title span {
  top: 3px;
  font-size: 22px;
  right: 12px;
  color: #f26c59;
  font-weight: 400;
}
.page-builder-faq.faq-area .shop-products.faqs h3.section-title span:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFwAAABiCAYAAADdn7SFAAAEb0lEQVR4nO3dz0vbfhzH8f2pm/jrUETJXIKHSqmb4kFBEOXbyvyBFNYePEhFENbLKOy2y4pItSaf0DSJNU2ZjUnJ63vIlA1s/DF4p2PvJ3yOwrsPJG1CPnxegSPtVdID/GsxOHEMThyDE8fgxDE4cQxOHIMT91eAh76PwHXgt5rwRAO9Rh29Rh2eaMBvNRG4DkLfT3rMJzX84GGIoOPgR+0bnMoR7OIOzN11mLvrsIs7cCpH+FH7hqDjAGGY9LSPNtTgYRCg3+2gVz/F9fEBWvlV6EsKRDoFkU5BX1LQyq/i+vgAvfop+t0OwiBIeuzYhhq833Vxc1aDc3IIY2MZIjMNbW4SqjwKVR6FNjcJkZmGsbEM5+QQN2c19Ltu0mPHNtTg/pUJt1qBubcJkZWgSq8fXCIrwdzbhFutwL8ykx47tqEGv20KtMslNNeyEOnUYPB0Cs21LNrlEm6bIumxYxtqcE80YBe3oS/K0aVkALg2Nwl9UYZd3IYnGkmPHdtwg6sXsApb0BckaMr4YHBlHPqCBKuwBU+9SHrs2IYc/BzWfg4iMwM1BlxVxiEyM7D2c/DU86THjo3BiWNw4hicOAYnjsGJY3DiGJw4BieOwYljcOIYnDgGJ47BiWNw4hicOAYnjsGJY3DiGJw4BieOwYljcOIYnDgGJ47BiYsFj97PduFfmbhtCniiAU+9gKeekyz36xcYuRWI+Smo8thgcHkMYn4KRm4F7tcvZPN56gU80cBtU8C/MtHvuo++nz4YPAzR73Zwc/YdbvUz2uUi7E8fYRXysPb/I1lGbgX6+3fQlAmosyODwWdHoCkT0N+/g5FbIZvPKuRhf/qIdrkIt/oZN2ff0e92YndiPAge+j6CjoNe/RTOySHMvU0017LQF2XoCxJEZoZmzU9BUyagzY5AfftmMPjbN9B+oov5KbL59AUJ+qKM5loW5t4mnJND9OqnCDqD9xw9CB640Z6a6+ODaOdBVoJIp6DNTUZvsVIteSz6z47D/gVdnR2J/oZoPk0Zj3ZhpFMQWQnGxjKujw+iPUeu83Rw3zTgVI7Qyq9CZKYf/7C8oEqvITLTaOVX4VSO4JvG08E9cQm7uAN9SYl9EZ7X70ubm4S+pMAu7sATl08H7zXqMHfXo20e8mjiH+SvWfIoRDoFc3cdvUadwYcW3BOXsEt8SXnuur+klJ55SeEvzZetF39p8s9C4p+FfONDfOMTqd/d2tfgVitol0uwi9uwCluw9nMky8itQP/wjFv7D3e39jTzWYUt2MVttMsluNXKz63nL7i1vzfnh1eED6+GoH/u8WzSMThxDE4cgxPH4MQxOHEMThyDE8fgxDE4cQxOHIMTx+DEMThxDE4cgxPH4MQxOHEMThyDE8fgxDE4cQxOHIMTx+DEMThxfCQBcXzoBnF8rAxxdwcnWXub0GMOTtKzEiw+OOnP46PBiOPD75KIj3ek7/4AU9OAJy5/OcD0Er5p8AGm3OAYnDgGJ47BiWNw4hicOAYn7n+4SSj3an90swAAAABJRU5ErkJggg==);
  width: 20px;
  height: 20px;
  display: block;
  background-size: contain;
}
.page-builder-faq.faq-area
  .shop-products.faqs
  h3.section-title.active
  span:before {
  content: "";
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFwAAABiCAYAAADdn7SFAAACpElEQVR4nO3YzUsqYRjG4f7Uswhx4SJx4eBCMAWjTVBEQgV90sIWLfogKHLXupVE2LHxHbTRahwpbUbmbuH52B1UOHcnzv2DZ+9cyLzvMzNQ1GY++wf8bwmcnMDJCZycwMkJnJzAyQmcnMDJCZycwMkJnJzAyQmcnMDJCZycwMkJnJzAyQmcnMDJCZycwMkJnJzAyQmcnMDJCZycwMkJnJzAyQmcnMDJCZycwMkJnJzAyQmcnMDJCZycwMkJnNwfwaMwxLDnI3hy8d40GJg6BvZ3DOx7jX0/sjB1vDcNgicXw56PKAynBI8iDHtdvN1V4V9X8Hx6iE55C+2DTbT31zX762gfbKJT3sLz6SH86wre7qoY9rpAFE0GHgUBwq6Hfu0W3sUx3N0Smst5OMU0nEIKJpfU5JJwCik4xTSay3m4uyV4F8fo124Rdj1EQTA+eOh7eK3e4OX8CK21RZh8CiabQCMTR8OKwdbAtmJoWDE0MnGYbAImn0JrbREv50d4rd4g9L3xwQO3Be/qDI8bSzC5Odipb5oxxuTm8LixBO/qDIHbGh98YB7QKW/DWbDQyMQ//UG+yjQycTgLFjrlbQzMw/jg/XoN7s4qTDYBOz376Q/yZSY9C5NNwN1ZRb9eE/g/C65XynQz9SslcFvwKjo0J51fh2ZlwkNT10LytTAKA4T+j8Xn8gTtvRKaKwU4RWt02Z9PauZ/Lj4WmisFtPdK8C5PRouP7yEKJ1h8Rupa7Wmr/e9/uj5e8T5eqb+SwMkJnJzAyQmcnMDJCZycwMkJnJzAyQmcnMDJCZycwMkJnJzAyQmcnMDJCZycwMkJnJzAyQmcnMDJCZycwMkJnJzAyQmcnMDJCZycwMkJnJzAyQmcnMDJCZycwMkJnJzAyQmc3Aez+O7+xa0vTgAAAABJRU5ErkJggg==);
}
.page-builder-faq.faq-area .shop-products.faqs p {
  font-size: 0.9375em;
  line-height: 1.73333em;
  font-weight: 400;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
}
.page-builder-faq.faq-area .shop-products.faqs .content {
  border: 0;
  border-radius: 10px;
}
@media (min-width: 1024px) {
  .page-builder-faq.faq-area .shop-products.faqs .col-lg-8 {
    width: 76%;
  }
}
@media (min-width: 1280px) {
  .page-builder-faq.faq-area .shop-products.faqs .col-lg-8 {
    width: 51%;
  }
}
.page-builder-faq.faq-area .shop-products.faqs .faq-container {
  padding: 0 17% 20px 20px;
}
.page-builder-faq.faq-area + .flexBlocks__checkerboard {
  margin-top: -60px;
}
.page-builder-faq .main-title {
  text-align: center;
  font-size: 1.625em;
  line-height: 1.61538em;
  font-weight: 700;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #037587;
  margin-bottom: 10px;
}
.page-builder-faq .flexBlocks__faq__Btn {
  margin-top: 42px;
}
.page-builder-faq .flexBlocks__faq__Btn .cta {
  padding: 13px 26px;
}
.flexBlocks__featured-products {
  padding: 62px 15px 50px;
}
@media (min-width: 1024px) {
  .flexBlocks__featured-products {
    padding-bottom: 80px;
  }
}
.flexBlocks__featured-products .wrap {
  padding-left: 0;
  padding-right: 0;
}
.flexBlocks__featured-products .pageTitle {
  color: #037587;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.625em;
  line-height: 1.61538em;
}
.flexBlocks__featured-products_link:hover {
  text-decoration: none;
}
.flexBlocks__featured-products_block {
  width: 330px;
  border-radius: 16px;
  background-color: #fff;
  margin: 50px auto 0;
}
@media (min-width: 641px) {
  .flexBlocks__featured-products_block {
    margin: 50px 15px 0;
  }
}
.flexBlocks__featured-products_block .product-info {
  padding: 14px 15px 0;
}
.flexBlocks__featured-products_block .featImg {
  height: 200px;
  width: 100%;
}
.flexBlocks__featured-products_block .heading {
  color: #345c3c;
  font-size: 1.125em;
  line-height: 1.61111em;
  font-weight: 400;
}
.flexBlocks__featured-products_block .description {
  color: #333;
  font-size: 0.8125em;
  line-height: 1.69231em;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 8px;
}
.flexBlocks__featured-products_block .cta-transparent {
  margin-top: 13px;
}
.flexBlocks__featured-testimonial {
  padding: 100px 0;
  position: relative;
  background: var(--wpr-bg-0f6a3b57-4b08-4ff1-a895-e4019316c1d7)
    repeat;
}
.flexBlocks__featured-testimonial:before {
  content: "";
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.flexBlocks__featured-testimonial .container {
  position: relative;
}
.flexBlocks__featured-testimonial .contents {
  max-width: 400px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 10px 10px 25px 0 rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media (min-width: 840px) {
  .flexBlocks__featured-testimonial .contents {
    max-width: 930px;
  }
}
.flexBlocks__featured-testimonial .contents .image-container {
  width: 400px;
  max-width: 100%;
  height: 350px;
}
@media (min-width: 840px) {
  .flexBlocks__featured-testimonial .contents .image-container {
    width: 300px;
    height: auto;
  }
}
.flexBlocks__featured-testimonial .contents .image-container img {
  max-width: 100%;
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.flexBlocks__featured-testimonial .contents .content-container {
  width: 400px;
  max-width: 100%;
  padding: 50px 37px 50px 40px;
  text-align: center;
}
@media (min-width: 840px) {
  .flexBlocks__featured-testimonial .contents .content-container {
    width: 62%;
    max-width: 100%;
    padding: 50px 37px 50px 40px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .flexBlocks__featured-testimonial .contents .content-container {
    width: 630px;
  }
}
.flexBlocks__featured-testimonial .contents .content-container p {
  color: #333;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  letter-spacing: 0;
  line-height: 1.625rem;
}
.flexBlocks__featured-testimonial .contents .content-container strong {
  font-weight: 700;
}
.flexBlocks__featured-testimonial
  .contents
  .content-container
  .cta-transparent {
  padding: 38px 0 0;
}
.flexBlocks__featured-testimonial
  .contents
  .content-container
  .title
  + .content {
  margin-top: 10px;
}
.flexBlocks__featured-testimonial:after {
  content: "";
  background-color: #fff;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  height: 235px;
}
.flexBlocks__icons_with_intro {
  text-align: center;
  padding: 103px 0 103px;
}
@media (min-width: 1024px) {
  .flexBlocks__icons_with_intro {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .flexBlocks__icons_with_intro .wrap,
  .flexBlocks__icons_with_intro_blocks {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.flexBlocks__icons_with_intro_blocks {
  -webkit-box-flex: 0 0 53%;
  -moz-box-flex: 0 0 53%;
  -webkit-flex: 0 0 53%;
  -ms-flex: 0 0 53%;
  flex: 0 0 53%;
}
@media (min-width: 768px) {
  .flexBlocks__icons_with_intro .wrap {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
@media (min-width: 1024px) {
  .flexBlocks__icons_with_intro .wrap {
    padding: 0 0 26px 57px;
  }
}
.flexBlocks__icons_with_intro .title-container {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
  -webkit-box-flex: 0 0 41%;
  -moz-box-flex: 0 0 41%;
  -webkit-flex: 0 0 41%;
  -ms-flex: 0 0 41%;
  flex: 0 0 41%;
}
.flexBlocks__icons_with_intro .title-container h3 {
  font-size: 2em;
  line-height: 1.40625em;
  font-weight: 700;
  color: #037587;
  margin-bottom: 8px;
}
.flexBlocks__icons_with_intro .title-container h3:first-child {
  margin-top: -29px;
}
.flexBlocks__icons_with_intro .title-container p {
  font-size: 0.9375em;
  line-height: 1.73333em;
  color: #333;
  margin-bottom: 30px;
}
.flexBlocks__icons_with_intro .title-container p:last-child {
  margin-bottom: 0;
}
.flexBlocks__icons_with_intro_block {
  margin: 30px 10px 20px;
  padding: 30px 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .flexBlocks__icons_with_intro_block {
    -webkit-box-flex: 0 0 80%;
    -moz-box-flex: 0 0 80%;
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    margin: 0 15px 22px;
  }
}
@media (min-width: 1280px) {
  .flexBlocks__icons_with_intro_block {
    -webkit-box-flex: 0 0 44%;
    -moz-box-flex: 0 0 44%;
    -webkit-flex: 0 0 44%;
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
  }
}
@media (min-width: 1800px) {
  .flexBlocks__icons_with_intro_block {
    margin: 0 15px 22px;
  }
}
.flexBlocks__icons_with_intro_block .image-container-left {
  -webkit-box-flex: 0 0 26%;
  -moz-box-flex: 0 0 26%;
  -webkit-flex: 0 0 26%;
  -ms-flex: 0 0 26%;
  flex: 0 0 26%;
}
.flexBlocks__icons_with_intro_block .image-container {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 100%;
  overflow: hidden;
  padding: 13px;
  margin-right: 18px;
}
.flexBlocks__icons_with_intro_block .image-container img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.flexBlocks__icons_with_intro_block p {
  font-size: 0.9375em;
  line-height: 1.73333em;
  color: #333;
}
.flexBlocks__icons_with_intro .video {
  margin-top: 50px;
}
.flexBlocks__icons_with_intro .video iframe {
  margin: 0 auto;
  max-width: 80% !important;
  display: block;
  height: 168px !important;
}
@media (min-width: 768px) {
  .flexBlocks__icons_with_intro .video iframe {
    height: 340px !important;
  }
}
@media (min-width: 1024px) {
  .flexBlocks__icons_with_intro .video iframe {
    height: 460px !important;
  }
}
@media (min-width: 1280px) {
  .flexBlocks__icons_with_intro .video iframe {
    height: 593px !important;
    max-width: 100% !important;
  }
}
.flexBlocks__icons_with_intro.with-video + .flexBlock {
  padding-top: 140px;
  margin-top: -200px;
}
@media (min-width: 768px) {
  .flexBlocks__icons_with_intro.with-video + .flexBlock {
    padding-top: 200px;
    margin-top: -250px;
  }
}
@media (min-width: 1024px) {
  .flexBlocks__icons_with_intro.with-video + .flexBlock {
    padding-top: 275px;
    margin-top: -325px;
  }
}
@media (min-width: 1280px) {
  .flexBlocks__icons_with_intro.with-video + .flexBlock {
    padding-top: 339px;
    margin-top: -391px;
  }
}
.flexBlocks__image-text {
  position: relative;
  background: var(--wpr-bg-d5dd7267-b435-4c3e-af54-b9db54380539)
    repeat;
  padding: 72px 0;
}
.flexBlocks__image-text:after {
  content: "";
  background: linear-gradient(180deg, #fff 0, rgba(255, 255, 255, 0.2) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.flexBlocks__image-text .content-title {
  color: #037587;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2.625rem;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.flexBlocks__image-text .contents {
  border-radius: 10px;
  background-color: rgba(170, 170, 170, 0.7);
  background-image: var(--wpr-bg-0f5f6219-5ab4-451b-a2ef-0289a77c7799);
  padding: 15px;
  margin: 30px auto;
  position: relative;
  z-index: 2;
  max-width: 400px;
}
@media (min-width: 768px) {
  .flexBlocks__image-text .contents {
    max-width: 541px;
  }
}
@media (min-width: 1260px) {
  .flexBlocks__image-text .contents {
    max-width: 1230px;
  }
}
.flexBlocks__image-text .contents .white-container {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  padding: 15px;
}
.flexBlocks__image-text .contents .image-container {
  width: 540px;
  max-width: 100%;
}
.flexBlocks__image-text .contents .image-container img {
  max-width: 100%;
  display: block;
}
.flexBlocks__image-text .contents .content-container {
  padding: 40px 15px;
  width: 630px;
  max-width: 100%;
}
@media (min-width: 1260px) {
  .flexBlocks__image-text .contents .content-container {
    padding: 50px 70px;
  }
}
.flexBlocks__image-text + .flexBlocks__featured-testimonial {
  padding-top: 0;
}
.flexBlocks__pathways {
  padding: 50px 10px 20px;
}
@media (min-width: 768px) {
  .flexBlocks__pathways {
    padding: 40px 20px;
  }
}
@media (min-width: 1024px) {
  .flexBlocks__pathways {
    padding: 78px 20px 55px;
  }
}
.flexBlocks__pathways .wrap {
  max-width: 1350px;
}
@media (min-width: 768px) {
  .flexBlocks__pathways .pathways {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.flexBlocks__pathways .pathway {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 13px 0 18px 18%;
  background-position: 0 center;
  background-size: 40px;
  max-width: 280px;
  margin: auto;
}
@media (min-width: 768px) {
  .flexBlocks__pathways .pathway {
    padding: 13px 0 18px 9%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .flexBlocks__pathways .pathway {
    -webkit-box-flex: 0 0 28%;
    -moz-box-flex: 0 0 28%;
    -webkit-flex: 0 0 28%;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    margin: 0 16px 20px;
  }
  .flexBlocks__pathways .pathway:first-child {
    margin-left: 0;
  }
  .flexBlocks__pathways .pathway:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .flexBlocks__pathways .pathway {
    padding-left: 96px;
    background-position: 11px center;
    -webkit-box-flex: 0 0 31%;
    -moz-box-flex: 0 0 31%;
    -webkit-flex: 0 0 31%;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
  }
}
.flexBlocks__pathways .pathway.saw {
  background-image: var(--wpr-bg-ad2b70a8-5bbd-45aa-b03d-272d53bfd882);
}
@media (min-width: 1024px) {
  .flexBlocks__pathways .pathway.saw {
    background-position: 17px center;
    background-size: 60px;
  }
}
.flexBlocks__pathways .pathway.blueprint {
  background-image: var(--wpr-bg-5aa9dd7c-55c4-4e26-926b-619bf057a369);
}
@media (min-width: 1024px) {
  .flexBlocks__pathways .pathway.blueprint {
    padding-left: 90px;
    padding-right: 15px;
    background-size: 60px;
    background-position: 11px center;
  }
}
.flexBlocks__pathways .pathway.package {
  background-image: var(--wpr-bg-3473d18f-91f4-4b9a-b70b-03479338e92b);
}
@media (min-width: 1024px) {
  .flexBlocks__pathways .pathway.package {
    background-position: 37px center;
    padding-left: 112px;
    background-size: 59px;
  }
}
.flexBlocks__pathways .title {
  font-size: 1em;
  line-height: 1.36364em;
  font-weight: 400;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 4px;
  color: #484742;
}
@media (min-width: 1024px) {
  .flexBlocks__pathways .title {
    font-size: 1.375em;
  }
}
.flexBlocks__pathways .text {
  font-size: 0.8125em;
  font-weight: 400;
  font-style: italic;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 6px 0 0;
  color: rgba(0, 0, 0, 0.4);
}
@media (min-width: 1024px) {
  .flexBlocks__pathways .text {
    line-height: 1.84615em;
  }
}
.flexBlocks__products {
  text-align: center;
  padding: 45px 0 45px;
}
.flexBlocks__products.version--2 {
  padding: 70px 0;
}
.flexBlocks__products .title-container {
  max-width: 800px;
  margin-bottom: 32px;
}
.flexBlocks__products .pageTitle {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.625em;
  line-height: 1.61538em;
  font-weight: 700;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #037587;
  text-align: center;
}
.flexBlocks__products .pageTitle + .pageIntro {
  margin-top: 10px;
}
.flexBlocks__products .pageIntro p {
  line-height: 1.6em;
}
.flexBlocks__products_blocks {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 1700px) {
  .flexBlocks__products_blocks.wrap {
    max-width: 1650px;
  }
}
.flexBlocks__products_block {
  background-color: #fff;
  border-radius: 10px;
  margin: 0 10px 20px;
  padding: 8px 10px 21px;
  position: relative;
  max-width: 210px;
}
.flexBlocks__products_block.version--2 {
  width: 265px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 10px 10px 25px 0 rgba(0, 0, 0, 0.2);
  max-width: 100%;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0;
  overflow: hidden;
  margin: 20px auto;
}
@media (min-width: 600px) {
  .flexBlocks__products_block.version--2 {
    margin: 20px 10px;
  }
}
.flexBlocks__products_block.version--2 .image-container {
  height: 180px;
  overflow: hidden;
}
.flexBlocks__products_block.version--2 img {
  border-radius: 0;
  display: block;
  object-fit: cover;
}
.flexBlocks__products_block.version--2 .link {
  display: block;
}
.flexBlocks__products_block.version--2 .flexBlocks__products_title {
  color: #333;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5em;
  text-align: center;
}
.flexBlocks__products_block.version--2 .flexBlocks__products_title a {
  text-decoration: none;
  color: #333;
}
.flexBlocks__products_block.version--2 .flexBlocks__products_title:after {
  content: url(https://www.yardcraft.com/wp-content/themes/wbg/assets/img/icons/icon-round-arrow.svg);
  display: block;
  margin-top: 10px;
}
@media (max-width: 600px) {
  .flexBlocks__products_block {
    margin: 0 auto 20px;
  }
}
.flexBlocks__products_block img {
  border-radius: 10px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .flexBlocks__products_block {
    -webkit-box-flex: 0 0 31%;
    -moz-box-flex: 0 0 31%;
    -webkit-flex: 0 0 31%;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    margin: 8px 17px 20px;
  }
}
@media (min-width: 1024px) {
  .flexBlocks__products_block {
    -webkit-box-flex: 0 0 22%;
    -moz-box-flex: 0 0 22%;
    -webkit-flex: 0 0 22%;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
  }
}
@media (min-width: 1280px) {
  .flexBlocks__products_block {
    -webkit-box-flex: 0 0 13%;
    -moz-box-flex: 0 0 13%;
    -webkit-flex: 0 0 13%;
    -ms-flex: 0 0 13%;
    flex: 0 0 13%;
  }
}
@media all and (min-width: 1280px) and (-ms-high-contrast: none),
  (min-width: 1280px) and (-ms-high-contrast: active) {
  .flexBlocks__products_block {
    -webkit-box-flex: 0 0 10%;
    -moz-box-flex: 0 0 10%;
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
  }
}
.flexBlocks__products_title {
  font-size: 1.5em;
  line-height: 1.33333em;
  font-weight: 700;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #f26c59;
  margin-top: 14px;
}
.flexBlocks__products_title a,
.flexBlocks__products_title a:visited {
  text-decoration: underline;
  color: #f26c59;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.flexBlocks__products_title a:hover,
.flexBlocks__products_title a:visited:hover {
  text-decoration: none;
}
.flexBlocks__quick_facts {
  padding: 60px 10px 80px;
}
.flexBlocks__quick_facts__heading + .flexBlocks__quick_facts__intro {
  margin-top: 8px;
}
.flexBlocks__quick_facts__intro {
  width: 690px;
  max-width: 100%;
  color: #333;
  margin-left: auto;
  margin-right: auto;
}
.flexBlocks__quick_facts__intro p {
  font-size: 0.9375em;
  line-height: 26, 15;
}
.flexBlocks__quick_facts__table {
  width: 740px;
  max-width: 100%;
  border-radius: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  padding: 31px 31px 41px;
}
.flexBlocks__quick_facts__subheading {
  font-size: 1.25em !important;
  line-height: 1.8em !important;
}
.flexBlocks__quick_facts__title {
  font-size: 1.125em;
  line-height: 1.61111em;
  font-weight: 400;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #345c3c;
  display: inline-block;
  white-space: nowrap;
}
.flexBlocks__quick_facts__title .line {
  height: 1px;
  border-radius: 1px;
  background-color: #345c3c;
  width: 100%;
}
.flexBlocks__quick_facts__title .name {
  margin-left: 10px;
  margin-right: 10px;
}
.flexBlocks__quick_facts__comparison {
  margin-top: 22px;
  padding: 0 4.3%;
}
.flexBlocks__quick_facts__comparison .flex-child {
  width: 280px;
  max-width: 100%;
}
.flexBlocks__quick_facts__comparison .flex-child + .flex-child {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .flexBlocks__quick_facts__comparison .flex-child + .flex-child {
    margin-top: 0;
    margin-left: 8%;
  }
}
@media (min-width: 1024px) {
  .flexBlocks__quick_facts__comparison .flex-child + .flex-child {
    margin-left: 9%;
  }
}
.flexBlocks__quick_facts__comparison ol li,
.flexBlocks__quick_facts__comparison p,
.flexBlocks__quick_facts__comparison ul li {
  font-size: 0.9375em;
  line-height: 1.46667em;
  margin-bottom: 11px;
}
.flexBlocks__quick_facts__comparison ul {
  list-style: disc;
  margin-left: 0;
  padding-left: 20px;
}
.flexBlocks__quick_facts__comparison ol {
  list-style: decimal;
}
.flexBlocks__quick_facts__content {
  margin-top: 13px;
}
.flexBlocks__quick_facts + .flexBlocks__table {
  padding-top: 60px;
}
.flexBlocks__reviews {
  padding: 100px 20px;
}
.flexBlocks__reviews .wrap {
  text-align: center;
}
@media (min-width: 1024px) {
  .flexBlocks__reviews .wrap {
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    max-width: 1070px;
  }
}
@media (min-width: 1024px) {
  .flexBlocks__reviews-Left {
    -webkit-box-flex: 0 0 34%;
    -moz-box-flex: 0 0 34%;
    -webkit-flex: 0 0 34%;
    -ms-flex: 0 0 34%;
    flex: 0 0 34%;
    padding-right: 10%;
  }
}
.flexBlocks__reviews-Left h3 {
  font-size: 1.625em;
  line-height: 1.61538em;
  font-weight: 700;
  color: #037587;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .flexBlocks__reviews-Left h3 {
    text-align: left;
    margin-bottom: 0;
  }
}
.flexBlocks__reviews-Right {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 41px 51px 37px 53px;
}
@media (min-width: 1024px) {
  .flexBlocks__reviews-Right {
    -webkit-box-flex: 0 0 65.5%;
    -moz-box-flex: 0 0 65.5%;
    -webkit-flex: 0 0 65.5%;
    -ms-flex: 0 0 65.5%;
    flex: 0 0 65.5%;
  }
}
.flexBlocks__reviews-content {
  margin-top: 20px;
}
.flexBlocks__reviews-content p {
  font-size: 0.9375em;
  line-height: 1.73333em;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  margin-bottom: 35px;
}
.flexBlocks__reviews-name {
  font-size: 1.125em;
  line-height: 1.55556em;
  font-weight: 500;
  color: #5f5f59;
}
.segmentation {
  max-width: 100%;
  padding: 60px 0 80px;
}
.segmentation .featured-img {
  height: 200px;
  position: relative;
  z-index: 11;
}
.segmentation .blue-green-heading + .d-flex {
  margin-top: 20px;
}
.segmentation__cards-block {
  width: 330px;
  min-height: 357px;
  text-align: center;
  display: block;
  margin: 20px auto;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
}
@media (min-width: 768px) {
  .segmentation__cards-block {
    margin: 30px 16px 0;
  }
}
.segmentation__cards-block.four-cards {
  width: 330px;
  min-height: 300px;
}
@media (min-width: 768px) {
  .segmentation__cards-block.four-cards {
    text-align: left;
    margin: 20px 15px 31px;
  }
}
.segmentation__cards-text {
  padding: 15px 20px;
  position: relative;
  z-index: 15;
}
.segmentation__cards-text .title {
  font-size: 1.125em;
  line-height: 1.61111em;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #345c3c;
}
.segmentation__cards-text > * {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.segmentation__cards-desc {
  margin-top: 6px;
}
.segmentation__cards-desc p {
  font-size: 0.8125em;
  line-height: 1.69231em;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
}
.segmentation__cards-desc > * {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.segmentation .btn-container {
  margin-top: 39px;
}
.flexBlocks__table__intro {
  margin: 10px auto 0;
  max-width: 720px;
}
.flexBlocks__table .table-container {
  overflow-x: scroll;
}
@media (min-width: 1280px) {
  .flexBlocks__table .table-container {
    overflow-x: initial;
  }
}
.flexBlocks__table .table-container .swipe {
  padding-top: 15px;
}
@media (min-width: 768px) {
  .flexBlocks__table .table-container .swipe {
    padding-top: 0;
    display: none;
  }
}
.flexBlocks__table .table-container .swipe:before {
  background-position: center;
  background-repeat: no-repeat;
  background-image: var(--wpr-bg-a49b8ff1-e7c1-4b61-bd2a-0b41729b76a4);
  background-size: 20px;
  content: "";
  height: 40px;
  width: 40px;
  display: block;
  margin: 0 auto;
  padding: 10px;
  background-color: #fff;
  box-shadow: 1px 2px 3px 0 rgba(0, 19, 58, 0.2);
  border-radius: 100%;
}
.flexBlocks__table .table-container table {
  border-radius: 10px;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  margin: 20px auto 40px;
  width: 1020px;
  max-width: 100%;
  overflow: scroll;
}
@media (min-width: 768px) {
  .flexBlocks__table .table-container table {
    margin: 50px auto 40px;
  }
}
.flexBlocks__table .table-container table thead {
  overflow: hidden;
}
.flexBlocks__table .table-container table thead th {
  color: #fff;
  font-size: 1em;
  line-height: 1.625em;
  font-weight: 700;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #5d9364;
}
.flexBlocks__table .table-container table thead th:first-child {
  border-top-left-radius: 10px;
}
.flexBlocks__table .table-container table thead th:nth-child(2) {
  background-color: #4e8756;
}
.flexBlocks__table .table-container table thead th:last-child {
  border-top-right-radius: 10px;
}
.flexBlocks__table .table-container table th.row-heading {
  font-weight: 700;
}
.flexBlocks__table .table-container table tr {
  border-top: 1px solid #e6e6e6;
}
.flexBlocks__table .table-container table tr:first-child td {
  font-style: italic;
}
.flexBlocks__table .table-container table tr:nth-child(odd) {
  background-color: #fff;
}
.flexBlocks__table .table-container table tr:nth-child(odd) td:nth-child(2) {
  background-color: #f5faf5;
}
.flexBlocks__table .table-container table tr:nth-child(even) {
  background-color: #fafcfa;
}
.flexBlocks__table .table-container table tr:nth-child(even) td:nth-child(2) {
  background-color: #ebf5eb;
}
.flexBlocks__table
  .table-container
  table
  tr:last-child
  th.row-heading:first-child {
  border-bottom-left-radius: 10px;
}
.flexBlocks__table .table-container table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.flexBlocks__table .table-container table td,
.flexBlocks__table .table-container table th {
  max-width: 204px;
  padding: 12px 26px;
  font-size: 0.9375em;
  line-height: 1.73333em;
  font-weight: 400;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  vertical-align: middle;
}
.flexBlocks__table .table-container table td small,
.flexBlocks__table .table-container table th small {
  font-size: 0.86667em;
  display: block;
}
.flexBlocks__table .table-container table td {
  height: 80px;
}
.flexBlocks__table .table-container table .tooltip-icon {
  cursor: pointer;
  margin-left: 8px;
  margin-top: 1px;
  position: relative;
}
.flexBlocks__table .table-container table .tooltip {
  position: absolute;
  max-width: 150px;
  padding: 0 0 20px;
  width: 100%;
  z-index: 1005;
  overflow: hidden;
  opacity: 1;
  text-align: center;
  color: #fff;
  font-size: 0.8125em;
  line-height: 1.73333em;
}
@media (min-width: 768px) {
  .flexBlocks__table .table-container table .tooltip {
    max-width: 370px;
    font-size: 0.9375em;
  }
}
.flexBlocks__table .table-container table .tooltip-container {
  padding: 10px 20px;
  width: 100%;
  max-height: 450px;
  background-color: #5f5f59;
  border-radius: 10px;
  z-index: 1;
}
.flexBlocks__table .table-container table .tooltip:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 4px;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #5f5f59;
  z-index: 5;
}
.flexBlocks__testimonials.testimonials {
  padding: 0;
  position: relative;
  background-color: #f4f4f4;
  text-align: center;
}
@media (min-width: 1280px) {
  .flexBlocks__testimonials.testimonials {
    padding: 45px 0 48px;
  }
}
.flexBlocks__testimonials.testimonials .wrap {
  overflow: hidden;
  position: relative;
  z-index: 2;
  max-width: 1570px;
}
.flexBlocks__testimonials.testimonials .testimonial-container {
  margin: 0 auto;
  max-width: 96%;
}
.flexBlocks__testimonials.testimonials .testimonial {
  padding: 30px 0 0;
}
@media (min-width: 1024px) {
  .flexBlocks__testimonials.testimonials .testimonial {
    padding: 28px 15px 0;
  }
}
.flexBlocks__testimonials.testimonials .testimonial-group {
  background-image: var(--wpr-bg-94537d27-8abf-404c-8d72-8da4ffffe105);
  background-size: 56px;
  background-position: top center;
  padding: 71px 50px 52px;
}
@media (min-width: 768px) {
  .flexBlocks__testimonials.testimonials .testimonial-group {
    padding-left: 86px;
    padding-right: 86px;
  }
}
@media (min-width: 1024px) {
  .flexBlocks__testimonials.testimonials .testimonial-group {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.flexBlocks__testimonials.testimonials .testimonial-text {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
  font-style: italic;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 5px;
}
.flexBlocks__testimonials.testimonials .testimonial-name,
.flexBlocks__testimonials.testimonials .testimonial-position {
  color: #484742;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5em;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
}
.flexBlocks__testimonials.testimonials .testimonial-name:before {
  content: "-";
  display: inline-block;
  margin-right: 5px;
}
.flexBlocks__testimonials.testimonials .testimonial-position {
  font-weight: 400;
}
.flexBlocks__testimonials.testimonials .slick-arrow {
  height: 48px;
  width: 48px;
  position: absolute;
  background-image: var(--wpr-bg-434fe31f-9fd9-4aa3-97ed-d77a0f80dde7);
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 31px;
  top: 45%;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .flexBlocks__testimonials.testimonials .slick-arrow {
    top: 37%;
  }
}
@media (min-width: 768px) {
  .flexBlocks__testimonials.testimonials .slick-arrow.arrow-prev {
    left: 0;
  }
}
@media (min-width: 1280px) {
  .flexBlocks__testimonials.testimonials .slick-arrow.arrow-prev {
    left: -44px;
  }
}
.flexBlocks__testimonials.testimonials .slick-arrow.arrow-next {
  right: 0;
  background-image: var(--wpr-bg-02061e08-cd93-484e-a809-4bbcde3203f7);
}
@media (min-width: 1280px) {
  .flexBlocks__testimonials.testimonials .slick-arrow.arrow-next {
    right: -44px;
  }
}
.flexBlocks__svg_icons {
  text-align: center;
  padding: 100px 0 100px;
}
@media (min-width: 1024px) {
  .flexBlocks__svg_icons {
    text-align: left;
  }
}
.flexBlocks__svg_icons .wrap {
  padding-left: 0;
  padding-right: 0;
}
.flexBlocks__svg_icons_blocks {
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexBlocks__svg_icons .title-container {
  text-align: center;
}
.flexBlocks__svg_icons .title-container p {
  font-size: 0.9375em;
  line-height: 1.73333em;
  color: #333;
  margin-bottom: 30px;
}
.flexBlocks__svg_icons .title-container p:last-child {
  margin-bottom: 0;
}
.flexBlocks__svg_icons_block {
  width: 331px;
  border: 1px solid #aaa;
  border-radius: 10px;
  background-color: #fff;
  padding: 30px 18px 19px;
  margin: 20px auto;
}
@media (min-width: 662px) {
  .flexBlocks__svg_icons_block {
    margin: 20px 14px 22px;
  }
}
@media (min-width: 768px) {
  .flexBlocks__svg_icons_block {
    margin: 46px 14px 22px;
  }
}
.flexBlocks__svg_icons_block .image-container {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .flexBlocks__svg_icons_block .image-container {
    margin: 0;
  }
}
.flexBlocks__svg_icons_block .image-container img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.flexBlocks__svg_icons_block .svg_icons_title {
  color: #333;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.5em;
  margin-top: 20px;
}
.flexBlocks__svg_icons_block .svg_icons_title + .svg_icons_desc {
  margin-top: 10px;
}
.flexBlocks__svg_icons_block p {
  font-size: 0.9375em;
  line-height: 1.73333em;
  color: #333;
}
.flexBlocks__svg_icons + .flexBlocks__image-text {
  padding-top: 50px;
}
.flexBlocks__widgets {
  text-align: center;
  padding: 100px 20px 40px;
  position: relative;
}
@media (min-width: 1024px) {
  .flexBlocks__widgets {
    text-align: left;
    padding-bottom: 70px;
  }
}
.flexBlocks__widgets .wrap {
  max-width: 1550px;
}
@media (min-width: 1024px) {
  .flexBlocks__widgets_blocks {
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.flexBlocks__widgets_block {
  margin: 0 auto 40px;
  max-width: 320px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  -webkit-transition: box-shadow 0.25s ease-in-out;
  -moz-transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out;
}
@media (min-width: 768px) {
  .flexBlocks__widgets_block {
    max-width: 450px;
  }
}
@media (min-width: 1024px) {
  .flexBlocks__widgets_block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-width: 700px;
  }
}
.flexBlocks__widgets_block .featured-image-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0 0 37%;
  -moz-box-flex: 0 0 37%;
  -webkit-flex: 0 0 37%;
  -ms-flex: 0 0 37%;
  flex: 0 0 37%;
}
.flexBlocks__widgets_block .featured-image {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  min-height: 260px;
  height: 100%;
}
.flexBlocks__widgets_block_content {
  width: 100%;
}
@media (min-width: 1024px) {
  .flexBlocks__widgets_block_content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}
.flexBlocks__widgets_block:hover {
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 1024px) {
  .flexBlocks__widgets_block {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.flexBlocks__widgets_block .widget-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.flexBlocks__widgets_block .text-container {
  padding: 22px 20px 17px;
}
@media (min-width: 1024px) {
  .flexBlocks__widgets_block .text-container {
    padding: 22px 40px 17px;
  }
}
.flexBlocks__widgets_block .title {
  font-size: 1.25em;
  line-height: 1.33333em;
  font-weight: 600;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #484742;
  position: relative;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .flexBlocks__widgets_block .title {
    font-size: 1.875em;
  }
}
.flexBlocks__widgets_block .subtitle {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.7);
}
.flexBlocks__widgets_block .subtitle strong {
  color: #f26c59;
  font-weight: 700;
}
.flexBlocks__widgets_block .description {
  margin: 17px 0 0;
}
.flexBlocks__widgets_block .description p {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #484742;
}
.flexBlocks__widgets_block .description ul {
  list-style-type: disc;
  margin-left: 27px;
  margin-top: 6px;
  text-align: left;
}
.flexBlocks__widgets_block .description li {
  font-size: 0.8125em;
  line-height: 1.84615em;
  font-weight: 400;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.7);
}
.flexBlocks__widgets_block .btn-title {
  font-size: 0.9375em;
  line-height: 1.33333em;
  font-weight: 700;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #f26c59;
  display: inline-block;
  padding-right: 27px;
  margin-top: 20px;
  background-image: var(--wpr-bg-121ee1f1-fd7d-4439-9a63-bb5d8f36f6a3);
  background-repeat: no-repeat;
  background-position: 100% center;
}
@media (min-width: 1024px) {
  .flexBlocks__widgets_block {
    -webkit-box-flex: 0 0 45.8%;
    -moz-box-flex: 0 0 45.8%;
    -webkit-flex: 0 0 45.8%;
    -ms-flex: 0 0 45.8%;
    flex: 0 0 45.8%;
    margin: 0 20px 30px;
  }
}
@media (min-width: 1800px) {
  .flexBlocks__widgets_block {
    -webkit-box-flex: 0 0 50.3%;
    -moz-box-flex: 0 0 50.3%;
    -webkit-flex: 0 0 50.3%;
    -ms-flex: 0 0 50.3%;
    flex: 0 0 50.3%;
  }
}
.flexBlocks__wysiwyg {
  padding: 62px 0 95px;
  text-align: center;
}
.flexBlocks__wysiwyg h1 {
  color: #5f5f59;
  font-family: "Roboto Slab";
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 3.25rem;
}
.flexBlocks__wysiwyg h3 {
  font-size: 1.625em;
  line-height: 1.61538em;
  font-weight: 700;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #037587;
}
.flexBlocks__wysiwyg h1,
.flexBlocks__wysiwyg h2,
.flexBlocks__wysiwyg h3,
.flexBlocks__wysiwyg h4,
.flexBlocks__wysiwyg h5,
.flexBlocks__wysiwyg h6 {
  margin-bottom: 7px;
  padding-bottom: 0;
}
.flexBlocks__wysiwyg p {
  font-size: 0.9375em;
  line-height: 1.73333em;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  margin-bottom: 30px;
}
.flexBlocks__wysiwyg .wrap {
  max-width: 700px;
}
@media (min-width: 1280px) {
  .flexBlocks__wysiwyg .wrap {
    max-width: 702px;
  }
}
.flexBlocks__wysiwyg + .flexblock {
  margin-top: -38px;
}
.flexBlocks__wysiwyg + .flexBlocks__pathway {
  margin-top: 0;
}
@media (min-width: 768px) {
  .flexBlocks__wysiwyg + .flexBlocks__pathway {
    margin-top: 0;
    z-index: 52;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .flexBlocks__wysiwyg + .flexBlocks__pathway {
    margin-top: -520px;
    padding-bottom: 50px;
  }
}
.flexBlocks__wysiwyg + .flexBlocks__faq {
  margin-top: -90px;
}
@media (min-width: 1280px) {
  .home .flexBlocks__wysiwyg .wrap {
    max-width: 800px;
  }
}
.new-testimonials-wrap {
  background-color: #0091a7;
  padding: 70px 0 70px;
  background-image: var(--wpr-bg-d68b7496-7047-4afa-a7fc-c40aa7161506);
}
.new-testimonials-wrap .splide {
  margin-top: 28px;
}
.new-testimonials-wrap .testimonial-slide {
  padding: 20px;
  max-width: 400px;
}
@media (min-width: 768px) {
  .new-testimonials-wrap .testimonial-slide {
    max-width: 700px;
  }
}
.new-testimonials-wrap .content-container {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 10px 10px 25px 0 rgba(0, 0, 0, 0.2);
  padding: 10px;
}
.new-testimonials-wrap .image-container {
  width: 300px;
  height: 200px;
  border-radius: 10px;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .new-testimonials-wrap .image-container {
    margin: 0;
  }
}
.new-testimonials-wrap .image-container a {
  position: relative;
}
.new-testimonials-wrap .image-container a:after {
  content: url(https://www.yardcraft.com/wp-content/themes/wbg/assets/img/icons/icon-expand.svg);
  display: block;
  position: absolute;
  right: 10px;
  bottom: 0;
}
.new-testimonials-wrap .image-container img {
  object-fit: cover;
  max-width: 100%;
  display: block;
  width: 100%;
  height: 100%;
}
.new-testimonials-wrap .image-container + .text-container {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .new-testimonials-wrap .image-container + .text-container {
    margin-left: 20px;
    text-align: left;
    margin-top: 0;
  }
}
.new-testimonials-wrap .text-container {
  max-width: 100%;
}
.new-testimonials-wrap .text-container .quote p {
  font-size: 0.875em;
  line-height: 1.71429em;
  color: #333;
}
.new-testimonials-wrap .text-container .author {
  font-size: 0.9375em;
  line-height: 1.66667em;
  margin-top: 10px;
}
.new-testimonials-wrap .text-container strong {
  font-weight: 700;
}
.new-testimonials-wrap .splide__track {
  padding-bottom: 100px;
}
.new-testimonials-wrap .splide__pagination {
  visibility: hidden;
}
.new-testimonials-wrap .splide__arrows {
  position: absolute;
  width: 100px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 1;
}
.new-testimonials-wrap .splide__arrows .splide__arrow {
  opacity: 1;
  background-color: #fff;
}
.new-testimonials-wrap .splide__arrows .splide__arrow svg {
  fill: #0091a7;
}
.new-testimonials-wrap .splide__arrows .splide__arrow--prev {
  left: 0;
}
.new-testimonials-wrap .splide__arrows .splide__arrow--next {
  right: 0;
}
.cta-white {
  padding: 15px 31px 15px;
  font-size: 0.9375em;
  line-height: 1.4em;
  font-weight: 700;
  outline: 0;
  background: #fff;
  color: #f26c59 !important;
  max-width: 415px;
  border-radius: 50px;
  text-transform: uppercase;
  display: inline-block;
}
.cta-white span {
  margin-left: 7px;
  position: relative;
  top: 2px;
  left: 0;
  font-size: 21px;
  -webkit-transition: left 0.25s ease-in-out;
  transition: left 0.25s ease-in-out;
}
.cta-white:hover {
  color: #fff !important;
  background-color: #f26c59;
  text-decoration: none;
}
.cta-transparent {
  padding: 15px 31px 15px;
  font-size: 0.9375em;
  line-height: 1.4em;
  font-weight: 800;
  outline: 0;
  background: 0 0;
  color: #f26c59 !important;
  max-width: 415px;
  border-radius: 50px;
  text-transform: uppercase;
  display: inline-block;
}
.cta-transparent span {
  margin-left: 7px;
  position: relative;
  top: 2px;
  left: 0;
  font-size: 21px;
  -webkit-transition: left 0.25s ease-in-out;
  transition: left 0.25s ease-in-out;
}
.cta-transparent:hover {
  color: #f26c59 !important;
  background-color: transparent;
  text-decoration: none;
}
.page-template-landing-page {
  font-size: 100%;
}
.page-template-landing-page a[href="#"] {
  pointer-events: none;
}
.wrap {
  width: 100%;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1024px) {
  .wrap {
    max-width: 1000px;
  }
}
@media (min-width: 1280px) {
  .wrap {
    max-width: 1440px;
  }
}
.d-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .d-flex-768 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .d-flex-1024 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 1280px) {
  .d-flex-1280 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 1367px) {
  .d-flex-1367 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 1560px) {
  .d-flex-1560 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer-review {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: 20px;
}
.footer-review p {
  margin: 0 auto 0 !important;
  font-size: 1.0625em;
  color: #fff;
  font-weight: 700;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.footer-review p .average {
  color: #fff;
  font-size: 1.25em;
  font-weight: 700;
  display: inline-block;
  margin-right: 15px;
}
.footer-review p a {
  padding: 0;
  color: #fff !important;
  position: relative;
  display: inline-block;
  margin-left: 15px;
}
.d-none {
  display: none;
}
@media (max-width: 767px) {
  .d-none-767 {
    display: none;
  }
}
.margin-x-auto,
.mx-auto {
  margin: 0 auto;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.p-0 {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.mb-0 {
  margin-bottom: 0;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.orange-text {
  color: #ff5722;
}
.children-full-width > * {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.uppercase {
  text-transform: uppercase;
}
.letter-space-5 {
  letter-spacing: 5px;
}
.text-decoration-underline {
  text-decoration: underline;
}
.text-decoration-underline:hover {
  text-decoration: none;
}
.text-decoration-none {
  text-decoration: none;
}
.text-decoration-none:hover {
  text-decoration: underline;
}
.flexBlocks__checkerboard
  .checkerboardItem
  .checkerText
  .content
  > :first-child,
.flexBlocks__checkerboard .checkerboardItem .checkerText > :first-child,
.flexBlocks__wysiwyg .wrap > :first-child,
.margin-off > :first-child,
.no-margin > :first-child {
  margin-top: 0;
}
.flexBlocks__checkerboard .checkerboardItem .checkerText .content > :last-child,
.flexBlocks__checkerboard .checkerboardItem .checkerText > :last-child,
.flexBlocks__wysiwyg .wrap > :last-child,
.margin-off > :last-child,
.no-margin > :last-child {
  margin-bottom: 0;
}
.no-margin-top > :first-child {
  margin-top: 0;
}
.no-margin-bottom > :last-child {
  margin-bottom: 0;
}
.feat-img,
.featImage,
.featImg,
.featured-image,
.featured-img,
.featuredImg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.background-no-repeat {
  background-repeat: no-repeat;
}
.background-transparent {
  background: 0 0;
}
.background-position-fixed {
  background-position: fixed;
}
.absolute-bg {
  z-index: -2;
}
.z-index-1 {
  z-index: 1;
}
.absolute-style,
.overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.position-absolute {
  position: absolute;
}
.position-relative {
  position: relative;
}
.position-static {
  position: static;
}
.overflow-hidden {
  overflow: hidden;
}
.border-radius-0 {
  border-radius: 0;
}
.border-radius-15 {
  border-radius: 15px;
}
.border-radius-30 {
  border-radius: 30px;
}
.border-left {
  border-left: 1px solid #888;
}
.border-bottom {
  border-bottom: 1px solid #888;
}
.border-right {
  border-right: 1px solid #888;
}
.border-top {
  border-top: 1px solid #888;
}
.white-bg {
  background-color: #fff;
}
.white-bg > * {
  color: #444;
}
.white-bg a:hover {
  text-decoration: underline;
}
.blue-bg {
  background-color: #306b9f;
}
.blue-bg > :last-child {
  margin-bottom: 0;
}
.blue-bg > * {
  color: #fff;
}
.blue-bg a:hover {
  text-decoration: underline;
}
.red-bg {
  background-color: #9e2b2a;
}
.white-text {
  color: #fff;
}
.white-text * {
  color: #fff !important;
}
.white-text a:hover {
  text-decoration: underline;
  color: #fff;
}
.blue-green-text {
  color: #037587;
  font-size: 0.9375em;
  line-height: 1.86667em;
  font-weight: 600;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.blue-green-text * {
  color: #037587 !important;
}
.blue-green-text a:hover {
  text-decoration: underline;
  color: #037587;
}
.blue-green-heading {
  color: #037587;
  font-size: 1.625em;
  line-height: 1.61538em;
  font-weight: 600;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-title {
  font-size: 2.625em;
  line-height: 1.38095em;
  margin-top: 60px;
  margin-bottom: 60px;
}
.text-center {
  text-align: center;
}
@media (max-width: 767px) {
  .text-center-767 {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .text-center-1024 {
    text-align: center;
  }
}
@media (min-width: 1280px) {
  .text-center-1280 {
    text-align: center;
  }
}
.box-shadow {
  box-shadow: 1px 2px 3px 0 rgba(0, 19, 58, 0.2);
}
.faint-box-shadow {
  box-shadow: 5px 20px 40px 0 rgba(0, 19, 58, 0.3);
}
.box-shadow-inset {
  box-shadow: inset 0 0 11px 0 rgba(30, 44, 50, 0.15);
}
.border-gray {
  border: 1px solid #888;
}
.border-color-primary {
  border: 1px solid #006450;
}
.border-color-blue {
  border: 1px solid #3397f0;
}
.border-top-gray {
  border-top: 1px solid #888;
}
.border-bottom-gray {
  border-bottom: 1px solid #888;
}
.primary-font {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.secondary-font {
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-style-italic {
  font-style: italic;
}
.red-color {
  color: #9e2b2a !important;
}
.subtitle-text {
  font-size: 1.25em;
  line-height: 1.5em;
  color: #444;
  font-weight: 400;
}
.sub-text {
  font-size: 0.875em;
  line-height: 2.14286em;
  text-transform: uppercase;
  color: #444;
  font-weight: 700;
}
.font-20,
p.font-20 {
  font-size: 1.25em;
  line-height: 1.4em;
  font-weight: 500;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #006450;
}
.max-width-100 {
  max-width: 100%;
}
.height-100 {
  height: 100%;
}
.text-align-left,
.text-left {
  text-align: left;
}
.d-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-100 {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.d-block {
  display: block;
}
.d-inline-block {
  display: block;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-no-wrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.justify-content-flex-start {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.justify-content-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.justify-content-flex-end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.justify-content-space-between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.justify-content-space-evenly {
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
}
.justify-content-space-around {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
}
.align-items-flex-start {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.align-items-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.align-items-flex-end {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.align-content-flex-start {
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
}
.align-content-center {
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
}
.align-content-flex-end {
  -webkit-align-content: flex-end;
  -moz-align-content: flex-end;
  -ms-align-content: flex-end;
  align-content: flex-end;
}
.align-content-start {
  -webkit-align-content: start;
  -moz-align-content: start;
  -ms-align-content: start;
  align-content: start;
}
.align-content-end {
  -webkit-align-content: end;
  -moz-align-content: end;
  -ms-align-content: end;
  align-content: end;
}
.align-self-flex-start {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
}
.align-self-center {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
.align-self-flex-end {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
}
.flex-direction-row-reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .text-align-left-767,
  .text-left-767 {
    text-align: left;
  }
  .max-width-100-767 {
    max-width: 100%;
  }
  .d-flex-767 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .d-block-767 {
    display: block;
  }
  .flex-wrap-767 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-no-wrap-767 {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .justify-content-flex-start-767 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
  .justify-content-center-767 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .justify-content-flex-end-767 {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
  }
  .justify-content-space-between-767 {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .justify-content-space-evenly-767 {
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
  }
  .justify-content-space-around-767 {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
  }
  .align-items-flex-start-767 {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .align-items-center-767 {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .align-items-flex-end-767 {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
  .align-self-flex-start-767 {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start;
  }
  .align-self-center-767 {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
  }
  .align-self-flex-end-767 {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end;
  }
  .flex-direction-row-reverse-767 {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .white-bg-767 {
    background-color: #fff;
  }
  .border-radius-30-767 {
    border-radius: 30px;
  }
}
@media (min-width: 768px) {
  .text-align-left-768,
  .text-left-768 {
    text-align: left;
  }
  .max-width-100-768 {
    max-width: 100%;
  }
  .d-flex-768 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .d-block-768 {
    display: block;
  }
  .flex-wrap-768 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-no-wrap-769 {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .justify-content-flex-start-768 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
  .justify-content-center-768 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .justify-content-flex-end-768 {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
  }
  .justify-content-space-between-768 {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .justify-content-space-evenly-768 {
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
  }
  .justify-content-space-around-768 {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
  }
  .align-items-flex-start-768 {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .align-items-center-768 {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .align-items-flex-end-768 {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
  .align-self-flex-start-768 {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start;
  }
  .align-self-center-768 {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
  }
  .align-self-flex-end-768 {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end;
  }
  .flex-direction-row-reverse-768 {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .white-bg-768 {
    background-color: #fff;
  }
  .border-radius-30-768 {
    border-radius: 30px;
  }
}
@media (min-width: 1024px) {
  .text-align-left-1024,
  .text-left-1024 {
    text-align: left;
  }
  .max-width-100-1024 {
    max-width: 100%;
  }
  .d-flex-1024 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .d-block-1024 {
    display: block;
  }
  .flex-wrap-1024 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-no-wrap-1024 {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .justify-content-flex-start-1024 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
  .justify-content-center-1024 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .justify-content-flex-end-1024 {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
  }
  .justify-content-space-between-1024 {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .justify-content-space-evenly-1024 {
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
  }
  .justify-content-space-around-1024 {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
  }
  .align-items-flex-start-1024 {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .align-items-center-1024 {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .align-items-flex-end-1024 {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
  .align-self-flex-start-1024 {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start;
  }
  .align-self-center-1024 {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
  }
  .align-self-flex-end-1024 {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end;
  }
  .flex-direction-row-reverse-1024 {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .white-bg-1024 {
    background-color: #fff;
  }
  .border-radius-30-1024 {
    border-radius: 30px;
  }
}
@media (min-width: 1280px) {
  .text-align-left-1280,
  .text-left-1280 {
    text-align: left;
  }
  .max-width-100-1280 {
    max-width: 100%;
  }
  .d-flex-1280 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .d-block-1280 {
    display: block;
  }
  .flex-wrap-1280 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-no-wrap-1280 {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .justify-content-flex-start-1280 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
  .justify-content-center-1280 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .justify-content-flex-end-1280 {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
  }
  .justify-content-space-between-1280 {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .justify-content-space-evenly-1280 {
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
  }
  .justify-content-space-around-1280 {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
  }
  .align-items-flex-start-1280 {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .align-items-center-1280 {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .align-items-flex-end-1280 {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
  .align-self-flex-start-1280 {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start;
  }
  .align-self-center-1280 {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
  }
  .align-self-flex-end-1280 {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end;
  }
  .flex-direction-row-reverse-1280 {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .white-bg-1280 {
    background-color: #fff;
  }
  .border-radius-30-1280 {
    border-radius: 30px;
  }
}
@media (min-width: 1367px) {
  .text-align-left-1367,
  .text-left-1367 {
    text-align: left;
  }
  .max-width-100-1367 {
    max-width: 100%;
  }
  .d-flex-1367 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .d-block-1367 {
    display: block;
  }
  .flex-wrap-1367 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-no-wrap-1367 {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .justify-content-flex-start-1367 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
  .justify-content-center-1367 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .justify-content-flex-end-1367 {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
  }
  .justify-content-space-between-1367 {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .justify-content-space-evenly-1367 {
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
  }
  .justify-content-space-around-1367 {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
  }
  .align-items-flex-start-1367 {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .align-items-center-1367 {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .align-items-flex-end-1367 {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
  .align-self-flex-start-1367 {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start;
  }
  .align-self-center-1367 {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
  }
  .align-self-flex-end-1367 {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end;
  }
  .flex-direction-row-reverse-1367 {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .white-bg-1367 {
    background-color: #fff;
  }
  .border-radius-30-1367 {
    border-radius: 30px;
  }
}
@media (min-width: 1440px) {
  .text-align-left-1440,
  .text-left-1440 {
    text-align: left;
  }
  .max-width-100-1440 {
    max-width: 100%;
  }
  .d-flex-1440 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .d-block-1440 {
    display: block;
  }
  .flex-wrap-1440 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-no-wrap-1440 {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .justify-content-flex-start-1440 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
  .justify-content-center-1440 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .justify-content-flex-end-1440 {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
  }
  .justify-content-space-between-1440 {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .justify-content-space-evenly-1440 {
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
  }
  .justify-content-space-around-1440 {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
  }
  .align-items-flex-start-1440 {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .align-items-center-1440 {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .align-items-flex-end-1440 {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
  .align-self-flex-start-1440 {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start;
  }
  .align-self-center-1440 {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
  }
  .align-self-flex-end-1440 {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end;
  }
  .flex-direction-row-reverse-1440 {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .white-bg-1440 {
    background-color: #fff;
  }
  .border-radius-30-1440 {
    border-radius: 30px;
  }
}
@media (min-width: 1560px) {
  .text-align-left-1560,
  .text-left-1560 {
    text-align: left;
  }
  .max-width-100-1560 {
    max-width: 100%;
  }
  .d-flex-1560 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .d-block-1560 {
    display: block;
  }
  .flex-wrap-1560 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-no-wrap-1560 {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .justify-content-flex-start-1560 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
  .justify-content-center-1560 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .justify-content-flex-end-1560 {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
  }
  .justify-content-space-between-1560 {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .justify-content-space-evenly-1560 {
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
  }
  .justify-content-space-around-1560 {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
  }
  .align-items-flex-start-1560 {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .align-items-center-1560 {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .align-items-flex-end-1560 {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
  .align-self-flex-start-1560 {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start;
  }
  .align-self-center-1560 {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
  }
  .align-self-flex-end-1560 {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end;
  }
  .flex-direction-row-reverse-1560 {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .white-bg-1560 {
    background-color: #fff;
  }
  .border-radius-30-1560 {
    border-radius: 30px;
  }
}
@media (min-width: 1920px) {
  .text-align-left-1920,
  .text-left-1920 {
    text-align: left;
  }
  .max-width-100-1920 {
    max-width: 100%;
  }
  .d-flex-1920 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .d-block-1920 {
    display: block;
  }
  .flex-wrap-1920 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-no-wrap-1920 {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .justify-content-flex-start-1920 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
  .justify-content-center-1920 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .justify-content-flex-end-1920 {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
  }
  .justify-content-space-between-1920 {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .justify-content-space-evenly-1920 {
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
  }
  .justify-content-space-around-1920 {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
  }
  .align-items-flex-start-1920 {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .align-items-center-1920 {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .align-items-flex-end-1920 {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
  .align-self-flex-start-1920 {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start;
  }
  .align-self-center-1920 {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
  }
  .align-self-flex-end-1920 {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end;
  }
  .flex-direction-row-reverse-1920 {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .white-bg-1920 {
    background-color: #fff;
  }
  .border-radius-30-1920 {
    border-radius: 30px;
  }
}
.form-title {
  padding: 20px;
}
.font-weight-r {
  font-weight: 400;
}
.font-weight-m {
  font-weight: 500;
}
.font-weight-b {
  font-weight: 700;
}
.with-lock-icon:before {
  content: "";
  width: 16px;
  height: 20px;
  background-image: var(--wpr-bg-ddfa45fd-4619-4ce0-891e-64e7a4f8a6c6);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-right: 14px;
  vertical-align: middle;
  margin-top: -5px;
}
.split-column {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -o-column-count: 2;
  -o-column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  -o-column-gap: 20px;
  column-gap: 20px;
}
.pageHeader {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  min-height: 297px;
  position: relative;
  padding: 30px 0;
  overflow: hidden;
  z-index: 1;
  text-align: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .pageHeader {
    height: 297px;
  }
}
@media (min-width: 1024px) {
  .pageHeader {
    text-align: left;
  }
}
.pageHeader .overlay {
  background: linear-gradient(90deg, #5d9364 77.4%, rgba(93, 147, 100, 0) 100%);
  right: -50%;
}
@media (min-width: 1024px) {
  .pageHeader .overlay {
    right: 40%;
  }
}
.pageHeader__Container {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .pageHeader__Container {
    max-width: 48%;
  }
}
.pageHeader__Title {
  color: #fefffe;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  position: relative;
  margin-top: 0;
  font-size: 1.875em;
  line-height: 1em;
}
@media (min-width: 768px) {
  .pageHeader__Title {
    line-height: 1.8em;
    font-size: 2.5em;
  }
}
@media (min-width: 768px) {
  .pageHeader__Title + .pageHeader__subtitle {
    margin-top: -11px;
  }
}
.pageHeader__subtitle {
  color: #fefffe;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  position: relative;
  margin-top: 0;
  font-size: 1.375em;
  line-height: 1.36364em;
}
.pageHeader__subtitle + .pageHeader__text {
  margin-top: 17px;
}
.pageHeader__text {
  color: #fefffe;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  position: relative;
  margin-top: 0;
  margin-bottom: 17px;
  font-size: 0.8125em;
  line-height: 1.84615em;
}
#videoContainer {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 40px;
  height: 250px;
  overflow: hidden;
}
@media (min-width: 728px) {
  #videoContainer {
    height: 450px;
  }
}
@media (min-width: 1024px) {
  #videoContainer {
    height: 567px;
  }
}
@media (min-width: 1366px) {
  #videoContainer {
    margin-top: 0;
  }
}
#videoContainer .overlay {
  background-repeat: no-repeat;
  background-position: 50% center;
  background-image: var(--wpr-bg-e21f0e85-eaa1-4997-830f-dc1723a1d16a);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
  background-color: rgba(72, 71, 66, 0.4);
}
@media (max-width: 767px) {
  #videoContainer .overlay {
    background-size: 50px;
  }
}
#videoContainer video {
  width: 100%;
  height: auto;
}
@media (min-width: 728px) {
  #videoContainer video {
    object-fit: fill;
  }
}
@media (min-width: 768px) {
  #videoContainer video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    outline: 0;
    left: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1024px) {
  #videoContainer video {
    width: 100%;
  }
}
#videoContainer video::-webkit-media-controls {
  display: none;
}
.page-template-template-case-study .featured-image .row .col-sm-6 {
  width: 100%;
}
.page-template-template-case-study .content-band-cta {
  height: 190px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 2px solid #cdcdcd;
}
@media (min-width: 574px) {
  .page-template-template-case-study .content-band-cta {
    height: 94px;
  }
}
.page-template-template-case-study .content-band-cta .container {
  margin: 0 2em;
  width: 690px;
}
.page-template-template-case-study
  .content-band-cta
  .container
  .centered-offer {
  color: #333;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9375em;
  letter-spacing: 0;
  line-height: 1.73333em;
}
.page-template-template-case-study .container {
    text-align: center;
}
#filter-case-studies .container {
    text-align: center;
}
#filter-case-studies .categories {
    margin-bottom: 20px;
}
.page-template-template-case-study .container .categories {
  height: 26px;
  color: #333;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9375em;
  letter-spacing: 0;
  line-height: 1.73333em;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;
}
.page-template-template-case-study .container .filter-flex-container {
  max-width: 1410px;
  margin: 0 auto;
}
@media (min-width: 610px) {
  .page-template-template-case-study .container .filter-flex-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
}
#filter-case-studies .container .filter-flex-container .ajax {
  min-height: 44px;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.33333em;
  text-align: center;
  background-color: #fff;
  margin: 0;
  padding-top: 9px;
}
@media (min-width: 610px) {
  #filter-case-studies .container .filter-flex-container .ajax {
    padding: 10px 30px;
    margin: 0 18px 20px;
    border-radius: 5px;
    display: inline-block;
    min-width: 100px;
  }
}
.filter-flex-container .ajax:hover {
  cursor: pointer;
  background-color: #333 !important;
  color: #fff;
}
#filter-case-studies .container .filter-flex-container .ajax.current {
  background-color: #333;
  color: #fff;
}
#filter-case-studies .fa-spinner {
  margin-top: 28px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.page-template-template-case-study .case-study-cards {
  overflow: hidden;
  border-bottom: 2px solid #cdcdcd;
  padding-bottom: 70px;
}
.page-template-template-case-study .case-study-cards__container {
  max-width: 1440px;
  padding-bottom: 2em;
  margin: 0 auto;
}
.page-template-template-case-study .case-study-cards .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 1280px) {
  .page-template-template-case-study .case-study-cards .row {
    margin: -30px;
  }
}
.page-template-template-case-study .case-study-cards__flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2em;
}
#category-post-content .case-study-cards__card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
  -ms-flex-pack: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  min-height: 344px;
  width: 330px;
  background-color: #fff;
  border-radius: 15px;
  margin: 26px 15px;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
}
.page-template-template-case-study .case-study-cards__img-container {
  width: 100%;
}
.case-study-cards  .case-study-cards__img {
  display: block;
  position: relative;
  height: 200px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px 15px 0 0;
}
.case-study-cards .case-study-cards__img .taxonomy {
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 36px;
  max-width: 100%;
  padding: 0 7px;
  border-radius: 5px;
  background-color: #fff;
  color: #333;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9375em;
  letter-spacing: 0;
  line-height: 1.73333em;
  text-align: center;
  padding-top: 4px;
}
.case-study-cards__card .case-study-cards__title {
  padding-top: 9px;
  color: #345c3c;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.125em;
  letter-spacing: 0;
  line-height: 1.61111em;
  text-align: center;
  align-self: center;
  padding-left: 30px;
  padding-right: 30px;
}
.case-study-cards .btn-container {
  margin-top: 19px;
  margin-bottom: 5px;
  align-self: flex-end;
}
 .case-study-cards .btn-container .fa {
  font-size: 1.375em;
}
.case-study-cards .btn-container:focus .fa,
.case-study-cards .btn-container:hover .fa {
  left: 3px;
}
.page-builder-header {
  padding: 39px 0;
}
.featured-story {
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}
.featured-story__white {
  margin: 60px auto;
  max-width: 414px;
  border-radius: 10px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 41px 15px;
}
@media (min-width: 1280px) {
  .featured-story__white {
    padding: 41px 30px;
    max-width: 1294px;
    margin: 80px auto 100px;
  }
}
@media (min-width: 1367px) {
  .featured-story__white {
    padding: 41px 50px;
  }
}
.featured-story__img {
  height: 293px;
  width: 384px;
  max-width: 100%;
}
@media (min-width: 1280px) {
  .featured-story__img {
    width: 523px;
    height: 400px;
  }
}
.featured-story__img + .featured-story__text {
  margin-top: 15px;
}
@media (min-width: 1280px) {
  .featured-story__img + .featured-story__text {
    margin-left: 6%;
    margin-top: 0;
  }
}
@media (min-width: 1367px) {
  .featured-story__img + .featured-story__text {
    margin-left: 101px;
  }
}
.featured-story__text {
  text-align: center;
}
@media (min-width: 1280px) {
  .featured-story__text {
    text-align: left;
    width: 570px;
  }
}
.featured-story__subtitle {
  color: #5f5f59;
  font-size: 0.875em;
  line-height: 1.85714em;
  font-weight: 600;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.featured-story__title {
  color: #037587;
  font-size: 1.625em;
  line-height: 1.5em;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-top: 19px;
  padding: 0 10px;
}
@media (min-width: 1280px) {
  .featured-story__title {
    font-size: 2em;
    line-height: 1.40625em;
    margin-top: 0;
    padding: 0;
  }
}
.featured-story__info {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 11px 0;
  margin-top: 18px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media (min-width: 1280px) {
  .featured-story__info {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    margin-top: 13px;
  }
}
.featured-story__info p {
  color: #333;
  letter-spacing: 0;
  font-size: 0.9375em;
  line-height: 1.73333em;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.featured-story__info p + p {
  margin-left: 30px;
}
.featured-story__info p strong {
  font-weight: 600;
}
.featured-story__content {
  padding: 34px 20px 23px;
}
.featured-story__content a,
.featured-story__content a:visited {
  color: #f26c59;
  text-decoration: underline;
}
.featured-story__content a:hover,
.featured-story__content a:visited:hover {
  text-decoration: none;
}
@media (min-width: 1280px) {
  .featured-story__content {
    padding: 19px 0;
  }
}
.featured-story__content ol,
.featured-story__content ul {
  padding-left: 20px;
}
.featured-story__content ul {
  list-style-type: disc;
}
.featured-story__content ol {
  list-style-type: decimal;
}
.featured-story__content p + ul {
  margin-top: 11px;
}
.featured-story__content + .featured-story__content {
  border-top: 1px solid #ccc;
}
.featured-story__quick-facts {
  text-align: left;
  padding: 19px 0 19px 0;
}
@media (min-width: 1280px) {
  .featured-story__quick-facts {
    padding: 0;
  }
}
.featured-story strong {
  font-weight: 700;
}
.featured-story .cta {
  padding: 10px 15px;
  margin-top: 10px;
}
