/* Images in wysiwyg content panel */
.copy img {
  max-width: 100%;
  height: auto;
}

p {
  margin-bottom: 10px;
}

h3 {
  line-height: 2.8rem;
  margin-top: 20px;
  margin-bottom: 20px;
}

.homepage__header {
  margin-top: -12rem;
  height: 16rem;
}

.extra-content__marg {
  margin-top: 100px;
  margin-bottom: 100px;
}

.extra-content__marg .button--blue {
  margin-top: 20px;
}

.container-id {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 800px) {
  .container-id {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.menu-secondary a {
  padding-top: 16px;
  line-height: 15px;
}

.hero {
  position: relative;
  height: 70vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 136px;
}
.hero .hero__content {
  position: initial;
}
.hero .hero__content .hero__cta {
  position: absolute;
  bottom: 50px;
}
.hero .hero__content .hero__cta p span {
  margin-top: 1.2rem;
}
@media (max-width: 800px) {
  .hero .hero__content .hero__cta {
    line-height: 3.5rem;
    margin-bottom: 1.4rem;
  }
}
@media (max-width: 800px) {
  .hero .hero__content .hero__cta .button {
    line-height: 2.5rem;
  }
}
.hero .hero__titles {
  margin: 0;
  position: absolute;
  bottom: 50px;
  left: 50px;
  right: auto;
}
@media (max-width: 1000px) {
  .hero .hero__titles {
    right: 50px;
  }
}
.hero .hero__titles .hero__title {
  width: 60%;
}
@media (max-width: 1000px) {
  .hero .hero__titles .hero__title {
    width: 90%;
  }
}
.hero .hero__titles .hero__title .hero__title__primary {
  line-height: 4.8rem;
}
@media (max-width: 800px) {
  .hero .hero__titles .hero__title .hero__title__primary {
    line-height: 3.5rem;
    margin-bottom: 1.4rem;
  }
}
.hero .hero__titles .hero__title .hero__title__secondary {
  line-height: 3.8rem;
  margin-top: 2rem;
}
@media (max-width: 800px) {
  .hero .hero__titles .hero__title .hero__title__secondary {
    line-height: 2.5rem;
  }
}
.hero .video-header {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.hero .video-header .vimeo-wrapper iframe {
  width: 100vw;
  width: 100%;
  height: 57.25vw;
  min-height: 104%;
  min-width: 177.77vh;
  position: absolute;
  top: 49%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 1400px) {
  .hero {
    margin-top: 186px;
  }
}

.hero--full-height {
  height: 80vh;
}

.external-website-block {
  background-color: #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 60px 0;
}
.external-website-block .external-content {
  vertical-align: middle;
  width: 50%;
}
@media (max-width: 800px) {
  .external-website-block .external-content {
    width: 100%;
  }
}
.external-website-block .external-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.external-website-block .external-content-button {
  background-color: #2E72B4;
  vertical-align: middle;
  width: 50%;
  padding: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 800px) {
  .external-website-block .external-content-button {
    width: 100%;
  }
}
.external-website-block .external-content-button h1 {
  font-size: 3rem;
  line-height: 3rem;
  color: #fff;
}
.external-website-block .external-content-button h1 a {
  color: #fff;
}
.external-website-block .external-content-button h1 span {
  font-weight: lighter;
}
@media (max-width: 800px) {
  .external-website-block .external-content-button h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}

.case-studies-content {
  position: relative;
  padding-top: 45px;
  background-color: transparent;
}
@media (max-width: 800px) {
  .case-studies-content {
    padding-top: 0;
  }
}
.case-studies-content .case-studies-blog-wrapper .videos-list.sliding-door-video-bg {
  border-top: 5px solid #FFCE00;
  padding-top: 40px;
}
.case-studies-content .case-studies-blog-wrapper .videos-list {
  width: 80%;
  padding-right: 20px;
  padding-bottom: 40px;
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 1000px) {
  .case-studies-content .case-studies-blog-wrapper .videos-list {
    width: 70%;
    padding-right: 10px;
    padding-top: 40px;
    padding-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .case-studies-content .case-studies-blog-wrapper .videos-list {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
  }
}
.case-studies-content .case-studies-blog-wrapper .videos-list .video-breadcrumbs {
  background-color: #dadada;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1px 4px;
}
.case-studies-content .case-studies-blog-wrapper .videos-list .video-breadcrumbs .crumb-arrow {
  padding-right: 4px;
  padding-top: 8px;
}
.case-studies-content .case-studies-blog-wrapper .videos-list .video-breadcrumbs .custom-breadcrumb {
  color: #ffffff;
  background-color: #41403F;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 7px;
  margin-right: 6px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  text-align: center;
  padding-bottom: 4px;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
}
.case-studies-content .case-studies-blog-wrapper .videos-list .video-breadcrumbs .custom-breadcrumb:hover {
  background-color: #272726;
}
.case-studies-content .case-studies-blog-wrapper .videos-list .video-breadcrumbs .nolink-breadcrumb {
  color: #41403F;
  background-color: #ffffff;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 7px;
  margin-right: 6px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  text-align: center;
  padding-bottom: 4px;
  font-size: 15px;
  line-height: 14px;
  text-decoration: none;
  font-weight: 600;
}
.case-studies-content .case-studies-blog-wrapper .videos-list .video-type-title {
  width: 100%;
  margin-bottom: 20px;
}
.case-studies-content .case-studies-blog-wrapper .videos-list .video-block {
  display: block;
  width: 33.3333%;
  padding: 10px;
  text-align: left;
  margin-bottom: 10px;
}
@media (min-width: 1400px) {
  .case-studies-content .case-studies-blog-wrapper .videos-list .video-block {
    width: 50%;
  }
}
@media (max-width: 1000px) {
  .case-studies-content .case-studies-blog-wrapper .videos-list .video-block {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .case-studies-content .case-studies-blog-wrapper .videos-list .video-block {
    padding: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.case-studies-content .case-studies-blog-wrapper .videos-list .video-block .video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.case-studies-content .case-studies-blog-wrapper .videos-list .video-block .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.case-studies-content .case-studies-blog-wrapper .videos-list .video-block .small-para p {
  font-size: 13px;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 12px;
}
.case-studies-content .case-studies-blog-wrapper .videos-list .video-block .case-study-category {
  padding-right: 20px;
}
@media (max-width: 1000px) {
  .case-studies-content .case-studies-blog-wrapper .videos-list .video-block .case-study-category {
    padding-right: 10px;
    font-size: 15px;
    line-height: 25px;
  }
}
@media (max-width: 800px) {
  .case-studies-content .case-studies-blog-wrapper .videos-list .video-block .case-study-category {
    font-weight: 300;
  }
}
.case-studies-content .case-studies-blog-wrapper .videos-list .video-block .case-study-category .cat-item {
  display: inline-block;
  list-style: none;
  margin: 0;
}
.case-studies-content .case-studies-blog-wrapper .videos-list .video-block .case-study-category .cat-item .category, .case-studies-content .case-studies-blog-wrapper .videos-list .video-block .case-study-category .cat-item a {
  display: inline-block;
  padding: 2px 12px 2px 10px;
  background-color: #FFCE00;
  font-size: 14px;
  font-weight: 600;
  margin-top: 4px;
  margin-right: 4px;
  color: #41403F;
}
.case-studies-content .case-studies-blog-wrapper .videos-list .video-block .case-study-category .cat-item .category:hover, .case-studies-content .case-studies-blog-wrapper .videos-list .video-block .case-study-category .cat-item a:hover {
  text-decoration: none;
}
.case-studies-content .case-studies-blog-wrapper .videos-list .video-block .case-study-category .cat-item .children .cat-item a {
  background-color: #41403F;
  color: #FFCE00;
}
.case-studies-content .case-studies-blog-wrapper .case-studies-filter {
  position: -webkit-sticky;
  position: sticky;
  top: 136px;
  width: 20%;
  padding: 20px 10px 10px 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  float: right;
  background-color: #FFCE00;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 1000px) {
  .case-studies-content .case-studies-blog-wrapper .case-studies-filter {
    top: 139px;
    width: 30%;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 800px) {
  .case-studies-content .case-studies-blog-wrapper .case-studies-filter {
    top: 123px;
    padding-right: 10px;
  }
}
@media (max-width: 480px) {
  .case-studies-content .case-studies-blog-wrapper .case-studies-filter {
    position: static;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    margin-bottom: 40px;
  }
}
.case-studies-content .case-studies-blog-wrapper .case-studies-filter .filter-title {
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
  margin-bottom: 20px;
  width: 100%;
  color: #41403F;
}
.case-studies-content .case-studies-blog-wrapper .case-studies-filter .filter-title:hover {
  text-decoration: underline;
}
@media (max-width: 480px) {
  .case-studies-content .case-studies-blog-wrapper .case-studies-filter .filter-title {
    margin-bottom: 10px;
  }
}
.case-studies-content .case-studies-blog-wrapper .case-studies-filter .filter-category {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  color: #ffffff;
  background-color: #41403F;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 7px;
  margin-right: 6px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  text-align: center;
  padding-bottom: 4px;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
}
.case-studies-content .case-studies-blog-wrapper .case-studies-filter .filter-category:hover {
  background-color: #272726;
}
@media (max-width: 480px) {
  .case-studies-content .case-studies-blog-wrapper .case-studies-filter .filter-category {
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 7px;
    margin-right: 6px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    text-align: center;
    padding-bottom: 4px;
  }
}

.header--fixed {
  background-color: #ffffff;
}

.logged-in .header--fixed {
  margin-top: 32px;
}
@media (max-width: 800px) {
  .logged-in .header__secondary-nav {
    margin-top: 14px;
  }
}

.contact-wrap__content input, .contact-wrap__content select, .contact-wrap__content textarea, .find-supplier input, .find-supplier select, .distributor-form input, .distributor-form select, .distributor-form textarea, .ninja-forms-field {
  border: 1px solid #dadada !important;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}

.animated-heading {
  font-size: 10rem;
  margin-bottom: 10px;
  text-align: left;
}
@media (max-width: 1000px) {
  .animated-heading {
    font-size: 7rem;
  }
}
@media (max-width: 800px) {
  .animated-heading {
    font-size: 5rem;
  }
}
.animated-heading .animated-heading__inner {
  opacity: 0.7;
  z-index: 0;
  font-size: 78px;
  margin-left: -3px;
}
@media (max-width: 800px) {
  .animated-heading .animated-heading__inner {
    font-size: 48px;
  }
}

.accreditations {
  gap: 50px;
}
@media (max-width: 1000px) {
  .accreditations {
    gap: 20px;
  }
}
.accreditations .accreditations-title {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.accreditations .accreditations__image {
  max-height: 100%;
  max-width: 100%;
  width: initial;
  -o-object-fit: contain;
     object-fit: contain;
  margin: initial;
}
.accreditations img {
  max-height: 100%;
  max-width: 100%;
  height: 110px;
  width: 180px;
  margin: 0 20px;
}

.homepage__products p {
  color: #41403F;
}

.home .light-grey-background {
  background-color: #e3e3e3;
  display: block;
  position: static;
  padding-top: 40px;
  padding-bottom: 10px;
  margin-bottom: 60px;
}
.home .light-grey-background .post {
  background-color: #ffffff;
}
.home .light-grey-background .post p {
  margin: 20px 0;
  font-size: 1.7rem;
}

.post-wrap {
  margin-top: 20px;
}

.installerbanner {
  background-image: url("../images/warehouse.svg");
  background-position: 20px 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  padding: 10px 20px 10px 70px;
  display: none;
  position: fixed;
  bottom: auto;
  top: 190px;
  left: 53px;
  right: auto;
  background-color: #41403F;
  color: #FFCE00;
  font-weight: bold;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  line-height: 14px;
  text-transform: uppercase;
}
@media (min-width: 1400px) {
  .installerbanner {
    left: 105px;
  }
}
@media (max-width: 1000px) {
  .installerbanner {
    left: 53px;
  }
}
@media (max-width: 800px) {
  .installerbanner {
    left: 29px;
  }
}

.right-arrow:after {
  content: "\f054";
  font: 1em/1 FontAwesome;
  margin-left: 6px;
}

.distributor-form__inner {
  width: 50%;
}
.distributor-form__inner label {
  -moz-text-align-last: left;
       text-align-last: left;
}
@media (max-width: 1000px) {
  .distributor-form__inner {
    width: 100%;
    padding: 20px;
  }
}

Form ul li:before {
  display: none !important;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  content: none;
}

.products__item-single {
  width: 100%;
}
.products__item-single .products__image-single {
  width: 40%;
  float: left;
  height: 100%;
}
@media (max-width: 1000px) {
  .products__item-single .products__image-single {
    width: 100%;
    display: block;
    height: 280px;
    float: none;
    float: left;
  }
}
.products__item-single .products__text-single {
  width: 60%;
  float: left;
}
@media (max-width: 1000px) {
  .products__item-single .products__text-single {
    display: block;
    width: 100%;
    float: none;
    float: left;
  }
}

.products--buckets .products__item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.form-container {
  max-width: 1200px;
  margin: 60px auto;
  display: block;
}
.form-container .wpcf7 form .form-fields {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: auto -2%;
}
.form-container .wpcf7 form .form-fields .form-field {
  width: 46%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 2%;
  margin-right: 2%;
}
@media (max-width: 800px) {
  .form-container .wpcf7 form .form-fields .form-field {
    width: 100%;
  }
}
.form-container .wpcf7 form .form-fields .full-width {
  width: 100%;
}

.wpcf7 .form-field {
  clear: both;
  margin-bottom: 20px;
  overflow: hidden;
}
.wpcf7 label {
  font-weight: bold;
  float: left;
  margin-bottom: 10px;
  width: 100%;
  text-align: left;
}
.wpcf7 .wpcf7-form-control-wrap {
  float: left;
  display: block;
  margin-bottom: 0;
  width: 100%;
  text-align: left;
}
.wpcf7 input {
  font-size: 1em;
  float: left;
  height: 45px;
  padding: 0 12px;
  width: 100%;
  border: 1px solid #dadada;
  background-color: #f8f8f8;
  line-height: 45px;
  margin-bottom: 2px;
}
.wpcf7 textarea {
  min-height: 100px;
  padding: 12px;
  width: 100%;
  border: 1px solid #dadada;
  background-color: #f8f8f8;
  margin-bottom: 2px;
}
.wpcf7 input[type=checkbox], .wpcf7 input[type=radio] {
  width: 20px !important;
  height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin-right: 10px;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item {
  margin-right: 20px;
}
.wpcf7 .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .wpcf7-list-item label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpcf7 .wpcf7-list-item label .wpcf7-list-item-label {
  margin: 0 20px 0 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.wpcf7 .wpcf7-submit {
  height: 50px;
  background-color: #2E72B4;
  border-color: transparent;
  color: #fff;
  width: auto;
  padding: 0 50px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.8rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wpcf7 .wpcf7-submit:hover {
  background: #24588b;
}
@media (max-width: 800px) {
  .wpcf7 .wpcf7-submit {
    width: 100%;
  }
}
.wpcf7 .wpcf7-validation-errors {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #cc0000;
  clear: both;
  margin: 15px 0 0;
  overflow: hidden;
  padding: 8px 10px;
}
.wpcf7 .wpcf7-mail-sent-ok {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #2a7a2b;
  clear: both;
  margin: 15px 0 0;
  overflow: hidden;
  padding: 10px;
}
.wpcf7 .wpcf7-not-valid-tip {
  border: 0;
  color: #cc0000;
  font-weight: bold;
  font-size: 1em;
  padding: 3px 0;
}
.wpcf7 .wpcf7-response-output, .wpcf7 .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 .wpcf7-response-output {
  padding: 12px !important;
  margin: 1em 0 1em !important;
  background-color: white;
  display: inline-block;
  width: 100;
  font-weight: bold;
}
.wpcf7 span.required {
  color: #cc0000;
}

.wpcf7 .btn-container {
  text-align: center;
  margin-bottom: 0;
  overflow: visible;
  position: relative;
  display: block;
  font-weight: bold;
}

.wpcf7 img.ajax-loader {
  bottom: -25px;
  left: 49%;
  margin: 10px 0 0;
  position: absolute;
}

.ie8 .wpcf7 input {
  line-height: 45px;
}

.small-text {
  font-size: 1.5rem;
  line-height: 2rem;
  width: 100%;
  display: block;
  float: left;
  margin-top: 20px;
}

.clearfix::after {
  content: " "; /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.grecaptcha-badge {
  visibility: hidden;
}

.login h1 a {
  width: 100% !important;
  background-image: url(https://sunflexuk.co.uk/wp-content/themes/sunflex/images/SUNFLEX-UK-LOGO-800px.png) !important;
}

.page-template-template-distributor_landing_page .distributor-section {
  background-color: #FFCE00;
  padding-top: 100px;
  padding-bottom: 100px;
}
.page-template-template-distributor_landing_page .distributor-section .distributor-section-header {
  color: #272726;
  text-align: center;
}
.page-template-template-distributor_landing_page .distributor-section .distributor-section-header-logo {
  margin: auto;
  max-width: 240px;
  background-color: #ffffff;
  padding: 20px;
  margin-top: 20px;
}
.page-template-template-distributor_landing_page .distributor-section .distributor-section-header-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-template-distributor_landing_page .distributor-section .distributors-landing-page-content {
  margin: 100px 60px;
  background-color: #ffffff;
  padding-top: 1px;
  padding-bottom: 40px;
}
@media (max-width: 800px) {
  .page-template-template-distributor_landing_page .distributor-section .distributors-landing-page-content {
    margin: 60px 20px;
    padding-bottom: 20px;
  }
}
.page-template-template-distributor_landing_page .distributor-section .content {
  margin-top: 30px !important;
}
@media (max-width: 800px) {
  .page-template-template-distributor_landing_page .distributor-section .content {
    margin-top: 0 !important;
  }
}
@media (max-width: 800px) {
  .page-template-template-distributor_landing_page .distributor-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.page-template-template-distributor_landing_page .hero {
  background-image: none;
}
.page-template-template-distributor_landing_page .hero .hero-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.page-template-template-distributor_landing_page .hero .hero-columns .hero-column-one {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 70%;
  height: auto;
  min-height: 600px;
  position: relative;
}
.page-template-template-distributor_landing_page .hero .hero-columns .hero-column-one .hero__titles {
  margin: 0;
  position: absolute;
  bottom: 50px;
  left: 50px;
  right: auto;
}
@media (max-width: 1000px) {
  .page-template-template-distributor_landing_page .hero .hero-columns .hero-column-one .hero__titles {
    right: 50px;
  }
}
.page-template-template-distributor_landing_page .hero .hero-columns .hero-column-one .hero__titles .hero__title {
  width: 80%;
}
@media (max-width: 1000px) {
  .page-template-template-distributor_landing_page .hero .hero-columns .hero-column-one .hero__titles .hero__title {
    width: 90%;
  }
}
.page-template-template-distributor_landing_page .hero .hero-columns .hero-column-one .hero__titles .hero__title .hero__title__primary {
  line-height: 4.8rem;
}
@media (max-width: 800px) {
  .page-template-template-distributor_landing_page .hero .hero-columns .hero-column-one .hero__titles .hero__title .hero__title__primary {
    line-height: 3.5rem;
    margin-bottom: 1.4rem;
  }
}
.page-template-template-distributor_landing_page .hero .hero-columns .hero-column-one .hero__titles .hero__title .hero__title__secondary {
  line-height: 3.8rem;
  margin-top: 2rem;
}
@media (max-width: 800px) {
  .page-template-template-distributor_landing_page .hero .hero-columns .hero-column-one .hero__titles .hero__title .hero__title__secondary {
    line-height: 2.5rem;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1000px) {
  .page-template-template-distributor_landing_page .hero .hero-columns .hero-column-one {
    width: 50%;
  }
}
@media (max-width: 800px) {
  .page-template-template-distributor_landing_page .hero .hero-columns .hero-column-one {
    width: 100%;
  }
}
.page-template-template-distributor_landing_page .hero .hero-columns .hero-column-two {
  width: 30%;
  border-right: 1px solid #FFCE00;
  border-bottom: 1px solid #FFCE00;
}
.page-template-template-distributor_landing_page .hero .hero-columns .hero-column-two .local-distributor-badge {
  background-color: #FFCE00;
  color: #272726;
  padding: 10px 10px 10px 20px;
}
.page-template-template-distributor_landing_page .hero .hero-columns .hero-column-two .hero-column-two-content {
  padding: 10px 20px 20px 20px;
}
.page-template-template-distributor_landing_page .hero .hero-columns .hero-column-two .hero-column-two-content .local-distributor-title-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-template-template-distributor_landing_page .hero .hero-columns .hero-column-two .hero-column-two-content .local-distributor-title-logo .local-distributor-title {
  color: #2E72B4;
}
.page-template-template-distributor_landing_page .hero .hero-columns .hero-column-two .hero-column-two-content .local-distributor-title-logo .local-distributor-logo {
  max-width: 160px;
  background-color: #ffffff;
  padding: 20px;
}
.page-template-template-distributor_landing_page .hero .hero-columns .hero-column-two .hero-column-two-content .local-distributor-title-logo .local-distributor-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-template-distributor_landing_page .hero .hero-columns .hero-column-two .hero-column-two-content .local-distributor-address {
  padding-left: 14px;
  border-left: 4px solid #FFCE00;
  display: inline-block;
  color: #272726;
}
.page-template-template-distributor_landing_page .hero .hero-columns .hero-column-two .hero-column-two-content .local-distributor-intro {
  margin: 30px auto;
  padding-top: 30px;
  border-top: 1px solid #FFCE00;
}
.page-template-template-distributor_landing_page .hero .hero-columns .hero-column-two .hero-column-two-content .local-distributor-intro a {
  color: #2E72B4;
}
.page-template-template-distributor_landing_page .hero .hero-columns .hero-column-two .hero-column-two-content .links__heading {
  margin-left: 20px;
}
.page-template-template-distributor_landing_page .hero .hero-columns .hero-column-two .hero-column-two-content .links__item-blue .links__link {
  color: #ffffff;
  background-color: #2E72B4 !important;
}
.page-template-template-distributor_landing_page .hero .hero-columns .hero-column-two .hero-column-two-content .links__item-blue .links__link:hover {
  background-color: #24588b !important;
}
@media (max-width: 1000px) {
  .page-template-template-distributor_landing_page .hero .hero-columns .hero-column-two {
    width: 50%;
  }
}
@media (max-width: 800px) {
  .page-template-template-distributor_landing_page .hero .hero-columns .hero-column-two {
    width: 100%;
    border: 4px solid #FFCE00;
    border-bottom: 12px solid #FFCE00;
  }
}
@media (max-width: 800px) {
  .page-template-template-distributor_landing_page .hero .hero-columns {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.page-template-template-distributor_landing_page .hero--fixed-height {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}

.find-supplier i {
  background-color: white !important;
  content-visibility: visible !important;
}/*# sourceMappingURL=sunflex-v4.css.map */