.nav > span > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > span > li > a:focus,
.nav > span > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.hide_all {
  display: none;
}

.category_tag {
  min-width: auto;
}

.category_tag:hover {
  text-decoration: underline;
}

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

.news-publish-date {
  font-style: italic;
}

#bps_stat_html {
  height: 0;
  width: 0;
  font-size: 0;
}

#ed-companyProfileLogo img {
  margin-top: 15px;
  max-width: 280px;
  height: auto;
  max-height: 100px;
}

#ed-companyPremiumBanner img {
  width: 100%;
  max-width: 100%;
}

.ed-companyDetailsConatiner .ed-companyTags ul li {
  min-width: 51%;
}

.search ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.search ul li {
  display: inline-block;
  cursor: pointer;
}
.search ul li a {
  text-decoration: none;
  display: block;
  color: #000;
  font-size: 16px;
  font-family: Oswald, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 6px;
}
@media (min-width: 768px) {
  .search ul li a {
    padding: 10px 20px;
    font-size: 18px;
  }
}
.search ul li a span {
  display: none;
  font-size: 16px;
  font-family: Oswald, Arial, sans-serif;
  font-weight: 400;
}
@media (min-width: 768px) {
  .search ul li a span {
    display: inline;
  }
}
#ed-homeSearchFilters li a.active {
  background: #a3b3b5;
  position: relative;
}
#ed-homeSearchFilters li a.active:after {
  content: "";
  position: absolute;
  background: url("/v2017/img/selected-search.png");
  width: 21px;
  height: 10px;
  left: 50%;
  top: 25px;
  margin-left: -11px;
}
@media (min-width: 768px) {
  #ed-homeSearchFilters li a.active:after {
    top: 45px;
  }
}

.search input[type="text"] {
  border: 0;
  height: 35px;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0 100px 0 12px;
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 768px) {
  .search input[type="text"] {
    height: 50px;
    padding: 0 150px 0 68px;
    background: #fff url(/v2017/img/search.png) 18px 10px no-repeat;
  }
}

.search .btn {
  float: right;
  position: relative;
  z-index: 1;
  margin-top: -35px;
  line-height: 35px;
}
@media (min-width: 768px) {
  .search .btn {
    margin-top: -50px;
    line-height: 50px;
  }
}

.search-company {
  background: #ececec;
  clear: both;
  padding: 30px !important;
  margin-bottom: 70px;
}

.all-category-columns {
  column-count: 4;
  column-gap: 0px;
  padding: 0px;
  margin: 0px;
}

.ed-latestProductTile {
  height: 250px;
}

.team-members {
  list-style-type: none;
  padding-left: 0;
}

.team-members .m-contact__position {
  font-style: italic;
}

.spaces-list {
  list-style-type: none;
  padding-left: 0;
}

.spaces-list li {
  display: inline-block;
  height: 100px;
  margin-right: 3em;
  margin-bottom: 1em;
}

.m-space__name {
  font-weight: 600;
}

/* ---------------------- RFI FORM ----------------- */

.contact_box {
  width: 650px;
}
.contact_form {
  float: left;
  width: 290px;
}
.form_row {
  width: 100%;
  margin-bottom: 10px;
  height: 70px;
}
.form_row2 {
  height: 140px;
  margin-bottom: 20px;
}
.form_row label {
  display: block;
  font-size: 1em;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.form_row HTMLTEXTAREA,
.form_row .input_txt {
  display: block;
  width: 235px;
  height: 29px;
  line-height: 29px;
  background: #fff;
  border: 1px #b6b6b6 solid;
  padding: 0 3px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 1em;
  color: #363636;
  margin-bottom: 2px;
}
.form_row HTMLTEXTAREA {
  height: 100px;
  overflow: auto;
  padding: 3px;
  line-height: normal;
}
.form_row .error_field {
  border: 1px #ed1e24 solid;
}
.form_row span {
  color: #4d9ccf; /* #f58963 */
  display: none;
  font-size: 1em;
}
.input_send {
  width: 130px;
  height: 24px;
  line-height: 24px;
  padding: 0 20px;
  background: #4d9ccf; /* #f58963 */
  color: #fff;
  cursor: pointer;
  position: relative;
  font-family: Oswald, Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  border: 0;
  margin-bottom: 15px;
  behavior: url(/54/homepage/00/00/24/css/pie.htc);
}
.input_send:hover {
  left: -3px;
  top: -3px;
  color: #fff;
  -moz-box-shadow: 1px 1px 0px #586a70, 2px 2px 0px #586a70, 3px 3px 0px #586a70;
  -webkit-box-shadow: 1px 1px 0px #586a70, 2px 2px 0px #586a70,
    3px 3px 0px #586a70;
  box-shadow: 1px 1px 0px #586a70, 2px 2px 0px #586a70, 3px 3px 0px #586a70;
}
.input_send:active {
  left: 0;
  top: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.required1 {
  color: #ed1e24;
  margin-bottom: 20px;
  display: none;
}

.contact_form_success {
  float: left;
  width: 290px;
  display: none;
}

.contact_block {
  float: left;
  width: 277px;
  margin-left: 50px;
}
.cont_box {
  margin-bottom: 40px;
}
.cont_box p {
  line-height: 200%;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.cont_box p span {
  margin: 0 7px;
}
.cont_box p a {
  font-weight: bold;
}

.pop_box {
  position: absolute;
  left: 50%;
  top: 0;
  width: 590px;
  margin-left: -280px;
  background: #fff;
  z-index: 2000;
  padding: 10px 28px 30px;
  display: none;
}

.btn_close {
  color: #959595;
  font-size: 11px;
  position: absolute;
  right: 32px;
  top: 5px;
}

.pop_title {
  width: 290px;
  height: 24px;
  line-height: 24px;
  background: #656565;
  color: #fff;
  margin-bottom: 30px;
  text-indent: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.box_title {
  font-size: 17px;
  margin-bottom: 18px;
  font-weight: bold;
}
.box_cont {
  color: #959595;
  margin-bottom: 30px;
}
.your_search {
  color: #b7b7b7;
  font-size: 1em;
  font-weight: bold;
}

.row_radio {
  width: 100%;
  overflow: hidden;
  margin-bottom: 18px;
}
.row_radio input {
  float: left;
  width: 14px;
  height: 14px;
}
.row_radio label {
  float: left;
  line-height: 14px;
  margin: 0 24px 0 12px;
}

.form_row .input1 {
  width: 97%;
  height: 90px;
}

.line2 {
  width: 100%;
  height: 1px;
  overflow: hidden;
  background: #ccc;
  margin-bottom: 30px;
}

.input_get_notifications {
  display: block;
  width: 202px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  position: relative;
  margin: 0 auto 9px;
  behavior: url(/54/homepage/00/00/24/css/pie.htc);
  background: #4d9ccf; /* #f58963 */
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
}
.input_get_notifications:hover {
  color: #fff;
  background: #2f5597;
}
.input_get_notifications:active {
  left: 0;
  top: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.required2 {
  text-align: center;
  font-size: 12px;
  color: #ed1e24;
  font-weight: bold;
  display: none;
}

#pop_overlay {
  position: absolute;
  background: #111;
  z-index: 19;
  left: 0;
  top: 0;
  opacity: 0.85;
}

.pop_box .row {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.pop_box .row label {
  margin-bottom: 10px;
  display: block;
  letter-spacing: 1px;
  font-size: 11px;
}
.form_col1 {
  float: left;
  width: 242px;
}
.form_col2 {
  float: right;
  width: 242px;
}

.form_row .input2 {
  width: 230px;
}

.to_box {
  width: 532px;
  height: 60px;
  padding: 5px 0;
  border: 1px #b6b6b6 solid;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
}
.to_list {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.to_list li {
  float: left;
  display: inline;
  width: 165px;
  height: 23px;
  line-height: 23px;
  border: 1px #f1efef solid;
  margin: 0 0 3px 3px;
}
.to_list li a {
  float: left;
  color: #111;
  display: inline;
  margin-left: 6px;
}
.to_list li .btn_remove {
  float: right;
  position: relative;
}
.to_list li .btn_remove b {
  float: right;
  width: 15px;
  height: 15px;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: inline;
  background: url(/54/homepage/00/00/24/images/ico_remove.gif) 0 0 no-repeat;
  behavior: url(/54/homepage/00/00/24/css/pie.htc);
  margin: 4px 5px 0 0;
}
.to_list li .btn_remove b:hover {
  position: relative;
  left: -3px;
  top: -3px;
  -moz-box-shadow: 1px 1px 0px #b8b8b8, 2px 2px 0px #b8b8b8, 3px 3px 0px #b8b8b8;
  -webkit-box-shadow: 1px 1px 0px #b8b8b8, 2px 2px 0px #b8b8b8,
    3px 3px 0px #b8b8b8;
  box-shadow: 1px 1px 0px #b8b8b8, 2px 2px 0px #b8b8b8, 3px 3px 0px #b8b8b8;
}
.to_list li .btn_remove b:active {
  left: 0;
  top: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pop_form_success {
  width: 100%;
  min-height: 400px;
  display: none;
}
.pop_form_success .pop_title {
  background: #7cc576;
}

#LatestProductSearchPosFix {
  height: 130px;
  display: none;
}

img.cover_image {
  max-width: 95%;
}

@media (min-width: 768px) {
  .show_m {
    display: block;
  }

  .hide_m {
    display: none;
  }

  /* Company A-Z page */
  .ed-companyText .ed-companyDetails .ed-companyContact {
    padding-left: 0;
  }

  .category_tag {
    min-width: 51%;
  }
}

@media (min-width: 1200px) {
  #ed-salesBanner {
    padding-left: 30px !important;
  }

  #ed-salesBannerFormContainer {
    padding-right: 30px;
  }

  #LatestProductSearchPosFix {
    display: block;
  }

  .show_xl {
    display: block;
  }

  #TopNavFix {
    padding-top: 7px;
  }
}
