.single-ugcs-case-study .hero__excerpt {
  font-size: 19px;
}

.cs-section {
  padding-bottom: 20px;
}
.cs-section p {
  font-size: 19px;
  max-width: none;
}
@media all and (max-width: 768px) {
  .cs-section .col-md-7, .cs-section .col-md-5, .cs-section .col-md {
    margin-bottom: 40px;
  }
}
.cs-section .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.cs-section .embed-container iframe,
.cs-section .embed-container object,
.cs-section .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cs-section .btn.btn-orange:hover, .cs-section .btn.btn-orange:focus {
  color: #fff;
  background-color: #c24312;
  border-color: #b94011;
  text-decoration: none;
}
.cs-section.cs-insights-discovery .insights-images {
  margin-bottom: 150px;
}
.cs-section.cs-insights-discovery .slick-prev, .cs-section.cs-insights-discovery .slick-next {
  bottom: -60px;
  right: 50% !important;
  margin: 0 -55px 0 0;
}
.cs-section.cs-insights-discovery .slick-prev {
  right: 60px;
  margin: 0 0 0 -55px;
}
.cs-section.cs-insights-discovery .insights-image {
  display: flex !important;
  align-items: center;
  justify-content: space-around;
}
.cs-section.cs-execution-deliverables p {
  max-width: 100%;
}
.cs-section.cs-execution-deliverables .images-captions {
  justify-content: center;
}
.cs-section.cs-execution-deliverables .images-captions .col {
  flex-grow: 0;
  min-width: 50%;
}
.cs-section.cs-execution-deliverables .images-captions .col .ug-box {
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  background-blend-mode: overlay;
  color: #fff;
  padding: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  height: 600px;
  justify-content: flex-end;
}
.cs-section.cs-execution-deliverables .images-captions .col .ug-box__title {
  font-weight: 900;
  font-size: 1.5rem;
  opacity: 0;
}
.cs-section.cs-execution-deliverables .images-captions .col .ug-box__desc, .cs-section.cs-execution-deliverables .images-captions .col .ug-box__link {
  opacity: 0;
}
.cs-section.cs-execution-deliverables .images-captions .col .ug-box:hover, .cs-section.cs-execution-deliverables .images-captions .col .ug-box:focus {
  background-color: #00000066;
}
.cs-section.cs-execution-deliverables .images-captions .col .ug-box:hover .ug-box__title, .cs-section.cs-execution-deliverables .images-captions .col .ug-box:hover .ug-box__desc, .cs-section.cs-execution-deliverables .images-captions .col .ug-box:hover .ug-box__link, .cs-section.cs-execution-deliverables .images-captions .col .ug-box:focus .ug-box__title, .cs-section.cs-execution-deliverables .images-captions .col .ug-box:focus .ug-box__desc, .cs-section.cs-execution-deliverables .images-captions .col .ug-box:focus .ug-box__link {
  opacity: 1;
}
@media all and (max-width: 991px) {
  .cs-section.cs-execution-deliverables .images-captions .col {
    min-width: 50%;
  }
  .cs-section.cs-execution-deliverables .images-captions .col .ug-box {
    height: 450px;
  }
}
@media all and (max-width: 768px) {
  .cs-section.cs-execution-deliverables .images-captions .col {
    min-width: 100%;
  }
  .cs-section.cs-execution-deliverables .images-captions .col .ug-box {
    height: 700px;
  }
}
@media all and (max-width: 520px) {
  .cs-section.cs-execution-deliverables .images-captions .col .ug-box {
    height: 400px;
  }
}
@media all and (max-width: 991px) {
  .cs-section.cs-results .col-lg {
    margin-bottom: 40px;
  }
}
.cs-section.cs-results .results-points {
  display: flex;
  align-items: stretch;
}
.cs-section.cs-results .results-points .col-lg {
  display: flex;
  align-items: stretch;
}
.cs-section.cs-results .ug-box {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.cs-section.cs-results .ug-box__icon {
  margin-bottom: 30px;
}
.cs-section.cs-results .ug-box__icon img {
  width: 160px;
}
.cs-section.cs-results .ug-box__link {
  margin-top: 1.6rem;
}
.cs-section.cs-results .ug-box:hover {
  background-color: #ea561d;
  color: white;
}
.cs-section.cs-results .ug-box:hover .ug-box__title h3 {
  color: #fff;
}
.cs-section.cs-results .ug-box:hover .ug-box__link {
  background: #fff;
  color: #ea561d;
}
@media screen and (max-width: 1400px) {
  .cs-section.cs-call-to-action .container {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media screen and (max-width: 1200px) {
  .cs-section.cs-call-to-action .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cs-section.cs-call-to-action .footer__top_title > * {
  float: left;
}
.cs-section.cs-call-to-action .footer__top_title a {
  margin-top: 6px;
}
.cs-section.cs-call-to-action .footer__top_title span {
  margin-right: 50px;
}
@media screen and (max-width: 520px) {
  .cs-section.cs-call-to-action .footer__top_title span {
    margin-right: 0;
  }
}
.cs-section .row {
  align-items: center;
  padding-bottom: 100px;
}
.cs-section .row.text-center * {
  margin-left: auto;
  margin-right: auto;
}
.cs-section .row.extra-margins {
  margin-top: 75px;
  margin-bottom: 75px;
}
.cs-section .alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
.cs-section .alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.cs-section .section-hero {
  background-size: cover;
  background-position: center;
  min-height: 300px;
  padding: 1em;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border-radius: 10px;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}
.cs-section .section-hero .cs-overlay {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
}
.cs-section .section-hero h1, .cs-section .section-hero h2, .cs-section .section-hero h3, .cs-section .section-hero h4, .cs-section .section-hero h5, .cs-section .section-hero h6 {
  color: #fff;
  text-shadow: 0 0 6px #000;
}
.cs-section .section-title .section-subtitle {
  display: block;
  color: #ea561d;
  font-weight: 100;
  font-family: "Miriam Libre", sans-serif;
  font-size: 24px;
  margin-top: 10px;
}
.cs-section .section-desc {
  position: relative;
}
.cs-section .section-desc .accent-svg svg {
  display: block;
  position: absolute;
  width: 66px;
  height: 66px;
  pointer-events: none;
}
.cs-section .section-desc .accent-svg.bottom svg {
  bottom: 0;
  left: 0;
  transform: translate(-100%, 100%) rotate(180deg);
}
@media screen and (max-width: 768px) {
  .cs-section .section-desc .accent-svg.bottom svg {
    transform: translate(0%, 100%) rotate(180deg);
  }
}
.cs-section .section-desc .accent-svg.top svg {
  top: 0;
  right: 0;
  transform: translate(100%, -100%);
}
@media screen and (max-width: 768px) {
  .cs-section .section-desc .accent-svg.top svg {
    transform: translate(0%, -100%);
  }
}
.cs-section .section-video iframe {
  max-width: 100%;
}
.cs-section .call-to-action .footer__curve {
  margin-bottom: 0;
  position: absolute;
  top: -50px;
  left: -45px;
}
@media screen and (max-width: 1200px) {
  .cs-section .call-to-action .footer__curve {
    position: relative;
    top: auto;
    left: auto;
  }
}
.cs-section .call-to-action .footer__curve svg {
  fill: #ea561d;
  width: 80px;
  height: 80px;
}
.cs-section .call-to-action .footer__top_title {
  color: #636675;
  font-family: "Gilroy-ExtraBold", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 1.6rem;
}
.btn {
  color: #fff;
  font-family: "Gilroy-ExtraBold", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  padding: 8px 16px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
  -webkit-appearance: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  text-decoration: none;
  font-size: 16px;
}
.btn.btn-orange {
  background-color: #ea561d;
  border-color: #ea561d;
}

.post-type-archive-ugcs-case-study .facet__filters {
  padding: 0;
}
.post-type-archive-ugcs-case-study .facet__filters .facetwp-type-dropdown, .post-type-archive-ugcs-case-study .facet__filters .facetwp-type-date_range {
  width: auto;
  min-width: 195px;
  font-family: "Gilroy-ExtraBold", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.post-type-archive-ugcs-case-study .facet__filters .facetwp-type-dropdown .facetwp-loading, .post-type-archive-ugcs-case-study .facet__filters .facetwp-type-date_range .facetwp-loading {
  margin-right: 10px;
}
.post-type-archive-ugcs-case-study .facet__filters .facetwp-type-dropdown select, .post-type-archive-ugcs-case-study .facet__filters .facetwp-type-dropdown input, .post-type-archive-ugcs-case-study .facet__filters .facetwp-type-date_range select, .post-type-archive-ugcs-case-study .facet__filters .facetwp-type-date_range input {
  margin-right: 10px;
}
.post-type-archive-ugcs-case-study .facet__filters .facetwp-type-dropdown input, .post-type-archive-ugcs-case-study .facet__filters .facetwp-type-date_range input {
  background-color: #eaeaeb;
  color: #636675;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  outline: none;
  padding-left: 10px;
  padding-right: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

section.case-studies-container .slick-prev, section.case-studies-container .slick-next, .cs-section .slick-prev, .cs-section .slick-next {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: none;
  background-color: #eaeaeb;
  color: #636675;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
}
section.case-studies-container .slick-prev svg, section.case-studies-container .slick-next svg, .cs-section .slick-prev svg, .cs-section .slick-next svg {
  fill: #636675;
}
section.case-studies-container .slick-prev svg, .cs-section .slick-prev svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

section.case-studies-container {
  position: relative;
  margin-right: 70px;
  margin-bottom: 80px;
}
section.case-studies-container h2 {
  margin-bottom: 50px;
}
section.case-studies-container p {
  font-size: 19px;
}
section.case-studies-container .slick-prev, section.case-studies-container .slick-next {
  top: 50%;
  margin-top: -25px;
}
section.case-studies-container .slick-prev {
  left: -65px;
}
section.case-studies-container .slick-next {
  right: -65px;
}
section.case-studies-container .case_studies__slider {
  margin-left: 65px;
  margin-right: 65px;
}
section.case-studies-container .slick-slide {
  padding: 5px;
}
@media screen and (max-width: 11100px) {
  section.case-studies-container .slick-slide {
    padding: 7px;
  }
}
section.case-studies-container .cs__item {
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 31%;
  position: relative;
  overflow: hidden;
  height: 450px;
}
section.case-studies-container .cs__item > img {
  width: 100%;
}
section.case-studies-container .cs__item .cs__text {
  padding: 25px;
  overflow: hidden;
}
section.case-studies-container .cs__item .cs__text img {
  max-width: 50%;
}
section.case-studies-container .cs__item .cs__text h2 {
  font-size: 24px;
  margin-top: 7px;
  margin-bottom: 0;
}
section.case-studies-container .cs__item .cs__text .post__link {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
@media screen and (max-width: 1220px) {
  section.case-studies-container .cs__item {
    height: 415px;
  }
}
@media screen and (max-width: 1110px) {
  section.case-studies-container .cs__item {
    height: 400px;
  }
}
@media screen and (max-width: 992px) {
  section.case-studies-container .cs__item {
    height: 450px;
  }
}
@media screen and (max-width: 900px) {
  section.case-studies-container .cs__item {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  section.case-studies-container .cs__item {
    height: 470px;
  }
}
@media screen and (max-width: 600px) {
  section.case-studies-container .cs__item {
    height: auto;
  }
  section.case-studies-container .cs__item > img {
    float: left;
    width: 40%;
  }
}
@media screen and (max-width: 992px) {
  section.case-studies-container .case_studies__curve {
    display: none;
  }
  section.case-studies-container .case_studies__slider {
    margin-left: 70px;
  }
}
@media screen and (max-width: 600px) {
  section.case-studies-container {
    margin-right: 0;
  }
  section.case-studies-container .case_studies__slider {
    margin-left: 0;
    padding-bottom: 50px;
    width: 100%;
  }
  section.case-studies-container .slick-prev, section.case-studies-container .slick-next {
    left: auto;
    bottom: 0;
    top: auto;
    right: 50% !important;
    margin: 0 -55px 0 0;
  }
  section.case-studies-container .slick-prev {
    right: 60px;
    margin: 0 0 0 -55px;
  }
}

.latest-case-studies .post__type {
  display: none;
}

/*# sourceMappingURL=style.css.map */
