.company-profile {
  margin: 0;
}

.company-profile .company-profile-section__banner {
  margin-left: -20px;
  margin-right: -20px;
}

.company-profile .company-profile-section__banner--banner-placeholder {
  display: none;
}

.company-profile .company-profile-section__banner img {
  width: 100%;
  height: auto;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.company-profile .company-profile-section__info,
.company-profile .company-profile-section__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  background-color: #fff;
  padding: 0;
  width: 100%;
  height: auto;
}

.company-profile .company-profile-section__intro {
  margin-top: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.company-profile .company-profile-section__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 20px 0;
  height: auto;
}

.company-profile .company-profile-section__details--secondary {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.company-profile .company-profile-section__details--secondary h4 {
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px;
}

.company-profile .company-profile-section__details--secondary h4:before {
  content: "";
  display: block;
  height: 3px;
  width: 60px;
  margin-bottom: 10px;
  background-color: #80b9dd; /* fda81a */
}

.company-profile .company-profile-section__details--tertiary {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.company-profile .company-profile-section__details--tertiary h4 {
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px;
}

.company-profile .company-profile-section__details--tertiary h4:before {
  content: "";
  display: block;
  height: 3px;
  width: 60px;
  margin-bottom: 10px;
  background-color: #80b9dd; /* fda81a */
}

.company-profile .company-profile-section__details:last-child {
  padding: 20px;
}

.company-profile .company-profile-section__name {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin: 10px 0;
  padding: 10px;
  width: 100%;
}

.company-profile
  .company-profile-section__name
  h1.company-profile-section__title {
  border: none !important;
  margin: 0;
  padding: 0 !important;
  text-align: center;
}

.company-profile .company-profile-section__logo {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  margin: 10px 0;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 2px -2px hsla(0, 0%, 85.1%, 0.5);
  box-shadow: 4px 4px 2px -2px hsla(0, 0%, 85.1%, 0.5);
  padding: 20px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  width: auto;
}

.company-profile .company-profile-section__logo img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.company-profile .company-profile-section__img--banner {
  width: 100%;
}

.company-profile .company-profile-section__img--banner-placeholder {
  width: 100%;
  height: auto;
}

.company-profile .company-profile-section__img--logo {
  width: 100%;
  max-width: 150px;
}

.company-profile .company-profile-section__desc,
.company-profile .company-profile-section__tags {
  width: 100%;
}

.company-profile .company-profile-section__desc {
  line-height: 1.5;
}

.company-profile .company-profile-section__tags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.company-profile .company-profile-section__tags ul li a {
  display: block;
  color: #80b9dd; /* fda81a */
  border: 1px solid #ccc;
  margin: 5px 10px 5px 0;
  padding: 8px 15px;
  border-radius: 5px;
}

.company-profile .company-profile-section__tags ul li a:hover {
  color: #4d9ccf; /* #f58963 */
}

.company-profile-s1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.company-profile-logo img {
  width: 100%;
  max-width: 150px;
}

.ed-companyName {
  font-size: 1.5em;
  font-weight: 700;
  color: #333;
}

#ed-companyDetailsConatiner {
  margin-top: 30px;
  margin-bottom: 30px;
  background: #f5f5f5;
  padding: 0 15px;
}

#ed-companyDetailsConatiner > div {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  padding: 30px 0;
}

#ed-companyDetailsContainer ul {
  text-align: center;
}

#ed-companyDetailsConatiner p {
  margin: 0;
}

#ed-companyDetailsConatiner a {
  color: #4d9ccf; /* #f58963 */
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#ed-companyDetailsConatiner a:focus,
#ed-companyDetailsConatiner a:hover {
  color: #4d9ccf; /* #f58963 */
  text-decoration: none;
}

#ed-companyDetailsConatiner .ed-companyTags li {
  list-style: none;
  margin: 3px 5px;
}

#ed-companyDetailsConatiner .ed-companyFollow {
  position: static;
}

.ed-companyFollow {
  border-bottom: 0;
}

#ed-companyDetailsConatiner .ed-companyEnquiry,
.standard_site_btn {
  display: block;
  position: relative;
  width: auto;
  border: none;
  background: #0072bb /* faa61a */;
  color: #fff;
  padding: 5px 30px;
  margin: 15px auto;
}

#ed-companyDetailsConatiner .ed-companyEnquiry:hover,
.standard_site_btn:hover {
  background: #2f5597;
}

#ed-companyProfileContent {
  position: relative;
}

#companyProfileContent {
  margin: 0 auto 30px;
}

#ed-companyPremiumProfileContent h1 {
  max-width: 100%;
  margin-bottom: 15px !important;
}

#ed-companyPremiumProfileLogo {
  text-align: center;
  margin: 30px 0;
}

#ed-companyPremiumProfileLogo img {
  position: relative;
  height: 100px;
}

#ed-companyPremiumDetailsConatiner {
  margin-top: 30px;
}

#companyProfileContent {
  font-size: 13px;
  line-height: 19px;
}

#ed-companyPremiumDetailsConatiner {
  background: #f5f5f5;
  padding: 0 15px;
  position: relative !important;
}

#ed-companyPremiumDetailsConatiner > div {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #888;
  padding: 30px 0;
}

#ed-companyPremiumDetailsContainer ul {
  text-align: center;
}

#ed-companyPremiumDetailsConatiner p {
  margin: 0;
}

#ed-companyPremiumDetailsConatiner .ed-companyPremiumTags li {
  list-style: none;
  font-size: 11px;
  margin: 3px 5px;
}

#ed-companyPremiumDetailsConatiner .ed-companyPremiumFollow {
  position: static;
}

.ed-companyPremiumFollow {
  border-bottom: 0 !important;
}

#ed-companyPremiumDetailsConatiner .ed-companyPremiumEnquiry {
  position: relative;
  border: 0;
  background: #0072bb /* faa61a */;
  color: #fff;
  padding: 5px 30px;
  width: 50%;
  display: block;
  float: none;
  margin: 30px auto 15px !important;
  margin: 0 15px;
}

#ed-companyPremiumProfileContent {
  position: relative;
}

@media (min-width: 768px) {
  .company-profile .company-profile-section__banner--banner-placeholder {
    height: 150px;
  }

  .company-profile .company-profile-section__banner img {
    height: 300px;
  }

  .company-profile .company-profile-section__details {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .company-profile .company-profile-section__details--primary {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}

@media (min-width: 992px) {
  #ed-companyDetailsConatiner > div {
    border: none;
    width: 25%;
  }

  .company-profile .company-profile-section__img--banner-placeholder {
    height: 150px;
  }

  .company-profile .company-profile-section__intro {
    margin: 0 1% 1%;
    width: 68%;
  }

  .company-profile .company-profile-section__info {
    margin: 3% 1% 1%;
    width: 28%;
  }
}

.company-profile .company-profile-section__info-details,
.company-profile .product-profile-section__info-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  margin: 20px;
  border-radius: 0;
}

.company-profile .company-profile-section .company-profile-section-detail,
.company-profile .product-profile-section .company-profile-section-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  margin: 0 0 20px;
}

.company-profile .company-profile-section .company-profile-section-detail h4,
.company-profile .product-profile-section .company-profile-section-detail h4 {
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px;
}

.company-profile
  .company-profile-section
  .company-profile-section-detail
  h4:before,
.company-profile
  .product-profile-section
  .company-profile-section-detail
  h4:before {
  content: "";
  display: block;
  height: 3px;
  width: 60px;
  margin-bottom: 10px;
  background-color: #80b9dd; /* fda81a */
}

.company-profile .company-profile-section__link,
.company-profile .product-profile-section__link {
  padding: 5px 0 0;
}

.company-profile .company-profile-section__company-icon,
.company-profile .product-profile-section__company-icon {
  display: inline-block;
  width: 25px;
}

.company-profile .company-profile-section__address p,
.company-profile .product-profile-section__address p {
  margin: 0;
}

.company-profile .company-profile-section__social-wrp,
.company-profile .product-profile-section__social-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.company-profile .company-profile-section__social-app,
.company-profile .product-profile-section__social-app {
  display: block;
  width: 50px;
}

.company-profile .company-profile-section__social-link,
.company-profile .product-profile-section__social-link {
  line-height: 1;
  padding: 10px;
  margin-right: 10px;
  display: block;
  font-size: 18px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  transition: transform, all 0.3s ease-in-out, -webkit-transform,
    all 0.3s ease-in-out;
}

.company-profile .company-profile-section__social-link:hover,
.company-profile .product-profile-section__social-link:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 8px -2px #c7c7c7;
  box-shadow: 0 6px 8px -2px #c7c7c7;
}

.company-profile .company-profile-section__social-link--social-li,
.company-profile .product-profile-section__social-link--social-li {
  background-color: #0e76a8;
  color: #fff;
  border: none;
}

.company-profile .company-profile-section__social-link--social-fb,
.company-profile .product-profile-section__social-link--social-fb {
  background-color: #3b5998;
  color: #fff;
  border: none;
}

.company-profile .company-profile-section__social-link--social-tw,
.company-profile .product-profile-section__social-link--social-tw {
  background-color: #000;
  color: #fff;
  border: none;
}

.company-profile .company-profile-section__social-link--social-yt,
.company-profile .product-profile-section__social-link--social-yt {
  background-color: red;
  color: #fff;
  border: none;
}

.company-profile .company-profile-section__social-link--social-pt,
.company-profile .product-profile-section__social-link--social-pt {
  background-color: #bd081c;
  color: #fff;
  border: none;
}

.company-profile .company-profile-section__rfi-btn,
.company-profile .product-profile-section__rfi-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #2d2d2d;
  background-color: #80b9dd; /* fda81a */
  margin: 5px 0 0;
  padding: 10px 20px;
  width: auto;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 5px;
}

.company-profile .company-profile-section__rfi-btn button,
.company-profile .product-profile-section__rfi-btn button {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  width: 100%;
}

.company-profile .company-profile-section__rfi-btn button:focus,
.company-profile .product-profile-section__rfi-btn button:focus {
  outline: none;
}

.company-profile
  .company-profile-section.company-profile-events
  .display-card-wrp:first-child,
.company-profile
  .company-profile-section.product-profile-events
  .display-card-wrp:first-child,
.company-profile
  .product-profile-section.company-profile-events
  .display-card-wrp:first-child,
.company-profile
  .product-profile-section.product-profile-events
  .display-card-wrp:first-child {
  display: block;
}

.company-profile
  .company-profile-section.company-profile-events
  .display-card-wrp,
.company-profile
  .company-profile-section.product-profile-events
  .display-card-wrp,
.company-profile
  .product-profile-section.company-profile-events
  .display-card-wrp,
.company-profile
  .product-profile-section.product-profile-events
  .display-card-wrp {
  display: none;
}

@media (min-width: 992px) {
  .company-profile .company-profile-section__info-details {
    background-color: #fff;
    -webkit-box-shadow: 4px 4px 2px -2px hsla(0, 0%, 85.1%, 0.5);
    box-shadow: 4px 4px 2px -2px hsla(0, 0%, 85.1%, 0.5);
    padding: 20px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
  }
}

.company-profile .company-profile-section.company-profile-details,
.company-profile .company-profile-section.product-profile-details,
.company-profile .product-profile-section.company-profile-details,
.company-profile .product-profile-section.product-profile-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.company-profile .company-profile-section__related-items,
.company-profile .product-profile-section__related-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  background-color: #fff;
  padding: 0;
  width: 100%;
  height: auto;
}

.company-profile .company-profile-section__details--quaternary,
.company-profile .product-profile-section__details--quaternary {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.company-profile .company-profile-section__details--quaternary h4,
.company-profile .product-profile-section__details--quaternary h4 {
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px;
}

.company-profile .company-profile-section__details--quaternary h4:before,
.company-profile .product-profile-section__details--quaternary h4:before {
  content: "";
  display: block;
  height: 3px;
  width: 60px;
  margin-bottom: 10px;
  background-color: #80b9dd; /* fda81a */
}

.company-profile .company-profile-section__related-items-list,
.company-profile .product-profile-section__related-items-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.company-profile .company-profile-section__related-items-list li,
.company-profile .product-profile-section__related-items-list li {
  display: block;
  color: #80b9dd; /* fda81a */
  border: 1px solid #ccc;
  margin: 5px 10px 5px 0;
  padding: 8px 15px;
  border-radius: 5px;
}

.company-profile .company-profile-section__related-items-list li:hover,
.company-profile .product-profile-section__related-items-list li:hover {
  color: #4d9ccf; /* #f58963 */
}

.company-profile .company-profile-section__related-items-results,
.company-profile .product-profile-section__related-items-results {
  width: 100%;
  margin-top: 10px;
}

.company-profile .company-profile-section__related-items-results > .tab-pane,
.company-profile .product-profile-section__related-items-results > .tab-pane {
  display: none;
}

.company-profile .company-profile-section__related-items-results > .active,
.company-profile .product-profile-section__related-items-results > .active {
  display: block;
}

.company-profile .company-profile-section__related-items-results-wrp,
.company-profile .product-profile-section__related-items-results-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  height: auto;
}

.company-profile .company-profile-section__card-item,
.company-profile .product-profile-section__card-item {
  width: 100%;
  height: auto;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 2px -2px hsla(0, 0%, 85.1%, 0.5);
  box-shadow: 4px 4px 2px -2px hsla(0, 0%, 85.1%, 0.5);
  padding: 0;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  margin-bottom: 20px;
}

.company-profile .company-profile-section__card-item a.card-item-link,
.company-profile .product-profile-section__card-item a.card-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  height: 100%;
}

.company-profile
  .company-profile-section__card-item
  a.card-item-link
  .card-item-section,
.company-profile
  .product-profile-section__card-item
  a.card-item-link
  .card-item-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  position: relative;
}

.company-profile
  .company-profile-section__card-item
  a.card-item-link
  .card-item-section--primary,
.company-profile
  .product-profile-section__card-item
  a.card-item-link
  .card-item-section--primary {
  padding: 0;
}

.company-profile
  .company-profile-section__card-item
  a.card-item-link
  .card-item-section--secondary,
.company-profile
  .product-profile-section__card-item
  a.card-item-link
  .card-item-section--secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  padding: 10px;
  border-top: 1px solid #e0e1e6;
}

.company-profile
  .company-profile-section__card-item
  a.card-item-link
  .card-item-section__img,
.company-profile
  .product-profile-section__card-item
  a.card-item-link
  .card-item-section__img {
  height: 200px;
  width: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 10px;
}

.company-profile
  .company-profile-section__card-item
  a.card-item-link
  .card-item-section__type,
.company-profile
  .product-profile-section__card-item
  a.card-item-link
  .card-item-section__type {
  position: absolute;
  bottom: 0;
  font-size: 11px;
  color: #747474;
  background-color: #fff;
  padding: 5px 10px;
  text-transform: uppercase;
}

.company-profile
  .company-profile-section__card-item
  a.card-item-link
  .card-item-section__type-title,
.company-profile
  .product-profile-section__card-item
  a.card-item-link
  .card-item-section__type-title {
  padding: 0 0 10px;
}

.company-profile
  .company-profile-section__card-item
  a.card-item-link
  .card-item-section__btn,
.company-profile
  .product-profile-section__card-item
  a.card-item-link
  .card-item-section__btn {
  font-size: 14px;
  text-transform: capitalize;
}

@media (min-width: 550px) {
  .company-profile .company-profile-section__card-item,
  .company-profile .product-profile-section__card-item {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
}

@media (min-width: 768px) {
  .company-profile .company-profile-section__card-item,
  .company-profile .product-profile-section__card-item {
    width: 23%;
  }
}

@media (min-width: 992px) {
  .company-profile .company-profile-section__related-items,
  .company-profile .product-profile-section__related-items {
    margin: 1%;
    width: 98%;
  }
}
