nav.blog-post-options input[type="text"], nav.event-filter-options input[type="text"], nav.blog-post-options textarea[type="text"]::-webkit-input-placeholder, nav.event-filter-options textarea[type="text"]::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 500;
}
  
.FT_PG>.event-type-container {
    border-top: 5px solid #7e4082;
}

.FT_SEI>.event-type-container {
    border-top: 5px solid #4EC3E0;
}

#event-filters {
    margin-left: 12px;
}
  
button.btn.dropdown-toggle {
    background: transparent;
    letter-spacing: 0;
    color: #a4a9ad;
}
  
  nav.event-filter-options .search .input-group {display: inline-block; height: 43px}
  
  nav.event-filter-options input[type="text"] {
    background-color: #ffffff !important;
    border: 1px solid #eaeaea !important;
    padding-left: 12px !important;
  }
  
.btn {padding: 6px;}
  
nav.event-filter-options .add-on .input-group-btn > .btn {padding: 1px; cursor: auto;}

nav.event-filter-options .wrapper-dropdown-events span:before {display: none;}
nav.event-filter-options .wrapper-dropdown-events span:after {display: none;}

nav.event-filter-options .wrapper-dropdown-events .dropdown-toggle {
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 18px;
    font-size: 11px;
    text-align: left;
}

nav.event-filter-options .add-on .input-group-btn > .btn {
    border-left-width: 0;
    box-shadow: none;
    background-image: none;
    color: #a4a9ad;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 38px;
    padding: 0px;
    line-height: 0;
}
  
.btn:active, .btn.active {
    outline: 0 !important;
    background-image: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
  
  .btn {
    outline: 0 !important;
    background-image: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
  
  button.btn.dropdown-toggle:focus {
    outline: none !important;
}

button.btn.event-type-results.dropdown-toggle:before, button.btn.state-results.dropdown-toggle:before, button.btn.date-results.dropdown-toggle:before, button.btn.solution-results.dropdown-toggle:before {
  content: ' ';
  display: inline;
  font-weight: 900;
  padding-right: 4px;
  font-size: 11px;
  float: left;
}
  
button.btn.event-type-results.dropdown-toggle:before {
  content: 'Event Type: ';
}
  
button.btn.state-results.dropdown-toggle:before {content: 'Location: ';} 
button.btn.date-results.dropdown-toggle:before {content: 'Date: ';} 
button.btn.solution-results.dropdown-toggle:before {content: 'Solution: ';}
  
.filter-left {
  padding: 0;
}
  
span.caret {
  position: absolute;
  right: 6px;
  top: 15px;
  background-color: #fff;
  padding: 0px;
}
  
@media (min-width: 1180px) {
nav.event-filter-options .column-1-7 {
  padding: 0px 8px 0px 0px;
}
}

@media (max-width: 1300px) {
nav.event-filter-options .wrapper-dropdown-events .dropdown-toggle {
    max-width: 85%;
}
}
  
@media (max-width: 767px) {
  nav.event-filter-options .navbar-form .input-group .input-group-btn {
    right: 0
  }
  
  .input-group-btn {
    width: 50px !important;
  }
    
  nav.event-filter-options .wrapper-dropdown-events {
    margin: 0 auto 8px auto;
  }
    
  nav.event-filter-options .column-1-7 {
    display: block;
      padding-left: 5px;
  }
    
  span.caret {
    right: 14px;
    top: 14px;
  }
}
  
@media (min-width: 767px) and (max-width: 992px) {
  nav.event-filter-options .column-1-7 {
    display: block;
    padding: 0px 5px;
    width: calc(100% / 4);
  }
}
  
@media (min-width: 480px) and (max-width: 767px) {
  nav.event-filter-options .column-1-7 {
    width: 50%;
  }
}
  
@media (max-width: 991px) {
  nav.event-filter-options .show-small {
    padding: 0px 15px 0px 5px;
  }
}

  
@media (min-width: 767px) {
nav.event-filter-options .search {
    margin-top: -6px;
}
}
  
input[type="email"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder {
color: #a4a9ad;
padding: 0;
visibility: visible; }
input[type="email"]:-moz-placeholder, input[type="text"]:-moz-placeholder {
color: #a4a9ad;
padding: 0;
visibility: visible;
opacity: 1; }
input[type="email"]::-moz-placeholder, input[type="text"]::-moz-placeholder {
color: #a4a9ad;
padding: 0;
visibility: visible;
opacity: 1; }
input[type="email"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder {
color: #a4a9ad !important;
padding: 0;
}
input[type="email"]::-ms-input-placeholder, input[type="text"]::-ms-input-placeholder {
color: #a4a9ad !important;
padding: 0;
}
  
nav.event-filter-options .navbar-form .input-group > .form-control {
    height: 100%;
}

@media (max-width: 767px) {
  section#product-overview-tabs {
    min-height: 58px !important;
  }
}

#events-tabbed-content .fl-fail-message {
    display: none;
    text-align: center;
}

#events-tabbed-content .fl-fail-message {
    display: none;
    text-align: center;
    margin: 40px auto;
    color: #a4a9ad;
    font-weight: 900;
    text-transform: uppercase;
}

#events-tabbed-content .fl-fail-message #sorry-content-title {
    font-style: italic;
    text-transform: none;
    font-weight: 400;
    color: #e56a54;
}

#events-tabbed-content {
  width: 100%;
}


body {
    line-height: 1;
}