
.companies-search-result-form {
  display: block;
  float: left;
  width: 100%;
  margin-top: -10px;
  margin-bottom: 20px;
  padding: 20px 40px 10px 40px;
}
.companies-search-result-form input,
.companies-search-result-form select,
.companies-search-result-form .select2 {
  width: 100% !important;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #191b1f;
}
.companies-search-result-form input {
  min-width: 100%;
}
.companies-search-result-form .col-2,
.companies-search-result-form .col-3,
.companies-search-result-form .col-4 {
  margin: 0;
}
.companies-search-result-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #191b1f;
}
.companies-search-result-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #191b1f transparent transparent transparent;
}
.companies-search-result-form .btn-search-sbmt {
  display: block;
  margin: 0 auto;
}
.companies-search-result-form .btn-search-sbmt input {
  margin-top: 0;
  margin-bottom: 0;
}
.companies-search-result-form .btn-search-sbmt span:before {
  color: #036e2e;
}


#btn-search-sbmt-basic span input {
  background-color: white;
}

#btn-search-results-sbmt span input {
  background-color: white;
}


#selected-industries li{
  color: white;
}
#selected-countries li{
  color: white;
}
#selected-topics li{
  color: white;
}

.content-description table {
  width: 100% !important;
}

.content-description p strong{
    font-weight: bold;
}

.banner .banner-content {
  z-index: 100 !important;
}

.terms-link {
  text-decoration: underline;
}

.pricing-plan .plan-price span s {
    font-size: 18px;
    font-weight: 600;
    color: #6ec315;
}

.bg-deep_green a {
  color: #fff !important;
}

.btn--section-collapse {
  position: absolute;
  right: 260px;
  display: inline;
}

.toggle-rotate {
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
}

.filter-toggle-btn {
    background-image: url("../images/ui/icon-arrow-down.png");
    background-size: 20px 20px;
    background-repeat: repeat;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: block;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.secondary-search .select-list--item {
  width: 28% !important;
}

.press-release-title {
  font-size: 20px !important;
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {

.btn--section-collapse {
  position: absolute;
  right: 160px; !important;
  display: inline;
}
}

@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px) {

.btn--section-collapse {
  position: absolute;
  right: 220px; !important;
  display: inline;
}
}

#events-ajax-top .content{
  width: 46.5%;
}

.strikethrough {
  position: relative;
}
.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 40%;
  right: 0;
  border-top: 3px solid;
  border-color: red;

  -webkit-transform:rotate(-10deg);
  -moz-transform:rotate(-10deg);
  -ms-transform:rotate(-10deg);
  -o-transform:rotate(-10deg);
  transform:rotate(-0deg);
}

.event-section-title {
  font-size: 24px;
}



.notification-section {
  background-color: #036e2e;
  padding: 10px;
}
.notification-section .icon-small {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.icon-tooltip-white {
    background-image: url(../images/svg/icon-tooltip.svg);
}

.partner-image-tag {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 110px;
    height: 17px;
    background-color: #FFC300;
    color: white;
    padding-left: 5px;
    padding-top: 0;

}

.tag-list .partner-tag-link {
    display: block;
    float: left;
    height: 28px;
    padding: 0 15px;
    font-size: 12px;
    color: #fff;
    background-color: #FFC300;
    text-align: center;
    line-height: 28px;
    margin-right: 2px
}

.partner-title-tag {
    float: right;
    width: 110px;
    background-color: #FFC300;
    color: white;
    padding-left: 10px;
}

.partner-tag-text {
  margin-top: -2px;
  font-size: 12px;
  font-weight: bold;
  font-family: Montserrat, Verdana;

}

.have-pointer {
  cursor: pointer;
}

.banner-mobile {
  display: block;
}
.banner-desktop {
  display: none;
}

@media (min-width: 992px) {
  .banner-mobile {
    display: none;
  }
  .banner-desktop {
    display: block;
  }
}

#subscription-plans-title {
  color: white;
  background-color: #396249;
}

.disabled-button {
    display: block;
    max-width: 124px;
    line-height: 34px;
    font-size: 15px;
    font-family: 700;
    text-align: center;
    text-indent: 0;
    color: #fff;
    background-color: #ccc;
    border: none;
    cursor: progress
}


.content-title h1 {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: -.025;
  color: #6ec315;
}


.headline h1 {
    color: #6ec315;
    font-size: 50px;
    line-height: 60px;
    border-bottom: 6px solid #6ec315
}
