.select2-container--default {
  max-width: 100% !important;
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0;
  padding: 23px 24px;
  color: #232E35;
  height: 56px;
  outline: none;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid #DDDDDD;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: 700;
  line-height: 12px;
  padding: 0 30px 0 0;
  color: #313538;
}

.select2-dropdown {
  border: none;
  border-bottom: 1px solid #DDDDDD;
  border-radius: 0px;
}

.select2-results__option {
  padding: 0px;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ffffff;
  color: #313538;
  font-weight: 700;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ffffff;
  color: #313538;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: unset;
  padding: 23px 24px 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: flex;
  height: 56px;
  align-items: center;
  width: 12px;
  margin-right: 24px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("../../images/distributor-page/arrow_down.svg");
  background-repeat: no-repeat;
  width: 12px;
  height: 21px;
  display: block;
  line-height: 56px;
  background-position: center;
  border: none;
  top: 0px;
  position: relative;
  margin: 0px;
  left: 0px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  background-image: url("../../images/distributor-page/arrow_down.svg");
  background-repeat: no-repeat;
  width: 12px;
  height: 21px;
  display: block;
  line-height: 56px;
  background-position: center;
  border: none;
  top: 0px;
  position: relative;
  margin: 0px;
  left: 0px;
}

.select2-container--open .select2-dropdown--below {
  z-index: 499;
}

.btn-wrapper {
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000000000;
  height: 64px;
  background: #232E35;
}
.btn-wrapper:hover {
  background: #232E35;
}
.btn-wrapper .btn-contact {
  font-weight: 700;
  font-size: 14px;
  line-height: 13px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #232E35;
  border-radius: 2px;
  display: block;
  padding: 23px 0px;
  cursor: pointer;
}
.btn-wrapper .btn-contact:hover {
  background: #354652;
}
@media (min-width: 1200px) {
  .btn-wrapper {
    display: none;
  }
}

@media (min-width: 768px) {
  .page-node-type-distributor-page .header {
    position: relative;
  }
}
.page-node-type-distributor-page .main-content {
  /*background-image: url("../../images/distributor-page/bg_sm.svg");
  background-repeat: no-repeat;
  background-position: top;
  @media (min-width: $md) {
    background-image: url("../../images/distributor-page/bg_md.svg");
    padding-top: 160px;
    padding-bottom: 96px;
  }
  @media (min-width: $xl) {
    background-image: url("../../images/distributor-page/bg_xl.svg");

  }
  .section-background {
    padding: 0px;
  }
  .layout-content,
  .paragraph--type--section {
    .region-content,
    .section-wrapper {
      max-width: 1146px;
      margin: 0 auto;
      clear: both;
      @media (min-width: $md) {
        max-width: 474px;
      }
      @media (min-width: $xl) {
        max-width: 1146px;
      }
    }
    .field--name-field-banner-text {
      padding-bottom: 68px;
      margin-top: 108px;
      text-align: center;
      @media (min-width: $xl) {
        margin-top: 148px;
        padding-bottom: 72px;
      }
      @media (min-width: $xl) {
        margin-top: 144px;
        padding-bottom: 64px;
      }
      h1,
      h2 {
        padding-top: 0px;
        margin-top: 0px;
        font-weight: 800;
        font-size: 30px;
        line-height: 36px;
        color: #FFFFFF;
        @media (min-width: $md) {
          font-size: 36px;
          line-height: 48px;
        }
        @media (min-width: $xl) {
          font-size: 48px;
          line-height: 60px;
        }
      }
    }
  }*/
}
.page-node-type-distributor-page .main-content .banner {
  min-height: 247px;
}
@media (min-width: 1200px) {
  .page-node-type-distributor-page .main-content .banner {
    min-height: 268px;
  }
}
.page-node-type-distributor-page .main-content .banner__content {
  padding-bottom: 68px;
}
@media (min-width: 768px) {
  .page-node-type-distributor-page .main-content .banner__content {
    padding-bottom: 72px;
  }
}
@media (min-width: 1200px) {
  .page-node-type-distributor-page .main-content .banner__content {
    padding-bottom: 64px;
  }
}
.page-node-type-distributor-page .main-content .banner__content h1,
.page-node-type-distributor-page .main-content .banner__content h2 {
  padding: 0px;
  margin: 0px;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .page-node-type-distributor-page .main-content .banner__content h1,
  .page-node-type-distributor-page .main-content .banner__content h2 {
    font-size: 36px;
    line-height: 48px;
  }
}
@media (min-width: 1200px) {
  .page-node-type-distributor-page .main-content .banner__content h1,
  .page-node-type-distributor-page .main-content .banner__content h2 {
    font-size: 48px;
    line-height: 60px;
  }
}
.page-node-type-distributor-page .main-content .field--name-field-country-partners {
  margin: 0 auto;
  clear: both;
  /*padding: 0 24px;*/
}
.page-node-type-distributor-page .main-content .box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  border: 1px solid #E2E7ED;
  box-sizing: border-box;
  border-radius: 2px;
  margin-top: 16px;
  margin-bottom: 32px;
}
.page-node-type-distributor-page .main-content .box .box-data {
  border-bottom: 1px solid #E0E5EB;
  width: 100%;
  margin: 0;
}
.page-node-type-distributor-page .main-content .box .box-data:last-child {
  border-bottom: none;
}
.page-node-type-distributor-page .main-content .box .box-data div {
  padding: 16px;
}
.page-node-type-distributor-page .main-content .box .box-data .box-data-title {
  font-size: 14px;
  line-height: 22.4px;
  letter-spacing: 0.01em;
  color: #354652;
  padding-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
}
@media (min-width: 768px) {
  .page-node-type-distributor-page .main-content .box .box-data .box-data-title {
    font-size: 16px;
    line-height: 22.4px;
    letter-spacing: normal;
    padding-bottom: 16px;
  }
}
.page-node-type-distributor-page .main-content .box .box-data .box-data-url {
  text-align: left;
  padding-top: 0px;
}
@media (min-width: 768px) {
  .page-node-type-distributor-page .main-content .box .box-data .box-data-url {
    padding-top: 16px;
    text-align: right;
  }
}
.page-node-type-distributor-page .main-content .box .box-data .box-data-url a {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #04A973;
}
@media (min-width: 768px) {
  .page-node-type-distributor-page .main-content .box .box-data .box-data-url a {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .page-node-type-distributor-page .main-content .box .box-data .box-data-url a {
    letter-spacing: normal;
  }
}
.page-node-type-distributor-page .main-content .field--name-field-country-name {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #354652;
}
.page-node-type-distributor-page .main-content #tabs-wrapper {
  display: none;
  margin-bottom: 40px;
  border-bottom: 1px solid #DDDDDD;
}
@media (min-width: 768px) {
  .page-node-type-distributor-page .main-content #tabs-wrapper {
    display: flex;
  }
}
.page-node-type-distributor-page .main-content #tabs-wrapper .tab {
  padding: 16px 0px;
  margin-right: 40px;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #313538;
  opacity: 0.6;
}
.page-node-type-distributor-page .main-content #tabs-wrapper .tab:hover {
  text-decoration: none;
}
.page-node-type-distributor-page .main-content #tabs-wrapper .tab:first-child {
  padding-left: 0px;
}
.page-node-type-distributor-page .main-content #tabs-wrapper .tab.active {
  padding-left: 0px;
  padding-right: 0px;
  color: #232E35;
  opacity: 1;
  position: relative;
}
.page-node-type-distributor-page .main-content #tabs-wrapper .tab.active::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: #2AD39B;
  height: 2px;
}
.page-node-type-distributor-page .main-content .select-wrapper {
  display: block;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .page-node-type-distributor-page .main-content .select-wrapper {
    display: none;
  }
}
.page-node-type-distributor-page .main-content .col-right {
  padding: 50px 25px;
  background: #EEF2F6;
  margin-bottom: 56px;
  height: 100%;
  /*.mktoForm {
    padding: 0px;
    margin-top: 0px;
    .mktoFormRow {
      .mktoFormCol {
        margin-bottom: 16px !important;
        .mktoFieldWrap {
          //label {
          //  display: none;
          //}
          input.mktoField,
          select.mktoField,
          textarea.mktoField {
            background: #FFFFFF;
            border: 1px solid #C2CED6;
            box-sizing: border-box;
            border-radius: 4px;
            padding: 6px 16px;
            font-size: 14px;
            line-height: 28px;
            color: #627684;
          }
          select.mktoField {
            background: #FFFFFF url("../../images/distributor-page/carat_down.svg") center right 13px no-repeat;
          }
          input[name="sunshineActConsent"] ~ label,
          input[name="tCAgreement"] ~ label,
          input[name="GDPR_Opt_In__c"] ~ label {
            display: block;
          }
        }
      }
    }
    .mktoButtonRow {
      .mktoButtonWrap {
        .mktoButton {
          background: #2AD39B;
          border-radius: 3px;
          height: 40px;
          font-weight: 700;
          font-size: 14px;
          line-height: 14px;
          text-align: center;
          letter-spacing: 0.1em;
          text-transform: uppercase;
          color: #FFFFFF;
          padding: 0;
          &:hover {
            background: #04A973;
          }
        }
      }
    }
    ::placeholder { // Chrome, Firefox, Opera, Safari 10.1+ 
      font-size: 14px;
      line-height: 28px;
      color: #627684;
      opacity: 1; // Firefox 
    }

    :-ms-input-placeholder { // Internet Explorer 10-11 
      font-size: 14px;
      line-height: 28px;
      color: #627684;
    }

    ::-ms-input-placeholder { // Microsoft Edge 
      font-size: 14px;
      line-height: 28px;
      color: #627684;
    }
  }*/
}
@media (min-width: 768px) {
  .page-node-type-distributor-page .main-content .col-right {
    padding: 48px;
  }
}
@media (min-width: 1200px) {
  .page-node-type-distributor-page .main-content .col-right {
    margin-left: 113px;
    width: 460px;
  }
}
.page-node-type-distributor-page .main-content .col-right .field--name-field-marketo-group-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #232E35;
  margin-bottom: 8px;
}
.page-node-type-distributor-page .main-content .col-right .field--name-field-marketo-group-description {
  font-size: 16px;
  line-height: 150%;
  color: #232E35;
  margin-bottom: 32px;
}
.page-node-type-distributor-page .main-content .col-right .mktoForm {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
.page-node-type-distributor-page .main-content .col-right .mktoForm .mktoFormRow select {
  background-color: #ffffff;
}
.page-node-type-distributor-page .main-content .tab-content {
  display: none;
}
.page-node-type-distributor-page .main-content .tab-content.active {
  display: block;
}
.page-node-type-distributor-page .main-content #tabs-wrapper.is-fixed {
  position: fixed;
  left: 0;
  top: 0;
  height: 57px;
  width: 100%;
}
@media (min-width: 768px) {
  .page-node-type-distributor-page .main-content #tabs-wrapper.is-fixed {
    padding-left: 21px;
  }
}
@media (min-width: 1200px) {
  .page-node-type-distributor-page .main-content #tabs-wrapper.is-fixed {
    padding-left: calc((100% - 1146px) / 2);
  }
}
.page-node-type-distributor-page .main-content #tabs-wrapper {
  position: relative;
  z-index: 1;
  height: 57px;
  background-color: #FFFFFF;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
}
.page-node-type-distributor-page .cc-window.cc-floating {
  bottom: 64px;
}