/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.

 */

.search .ui-widget-header {
    background: none;
    background-color: #e9e9e9;
}

.search .ui-datepicker {
    font-size: 14px!important;
}

.search .ui-state-default {
    background-color: #f6f6f6!important;
    background: #f6f6f6!important;
    border: 1px solid #f6f6f6!important;
}

.search .ui-state-highlight {
    background-color: #ff9000!important;
    background: #ff9000!important;
    border: 1px solid #ff9000!important;
}

.bread-current, .item-current:before {
    /*display:none!important;*/
}

#colmain-search {
    width: 100%;
    display: inline-block;
}

#colmain-search * {
    transition: all 250ms;
}

#no-results {
    margin-left: 1em;
}

.calendar-error {
    color: red;
    font-size: 12px;
    line-height: 3.5em;
    font-weight: bold;
    text-align: center;
}

#colmain-search article {
    width: 100%;
    background-color: #F1F0EF;
    padding: 0px;
    min-height: 1200px;
}

#colmain-search article h3 {
    font-size: 20px;
    color: #6e6e6e;
}

#search-results-header {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f1f0ef;
}

#colmain-search article #search-results-header h3 {
    font-size: 17px;
}

#search-header {
    width: 100%;
    background-color: white;
    color: #333;
}

#search-header h1 form {
    display: inline-block;
    vertical-align: bottom;
}

#search-header h1 form .search-submit {
    border: none;
    border-radius: 5px;
    background-color: #b6b6b6;
    font-size: 0.4em;
    height: 20px;
    padding: 4.5px 9px;
    font-weight: 200;
    text-transform: uppercase;
    vertical-align: bottom;
}

#search-header h1 form .search-submit:hover {
    background-color: #9c9c9c;
}

#es-value {
    border: 1px solid #ccc;
    height: 20px;
    line-height: 20px;
    padding:0px 3px;
}

#search-header-filters {
    font-size: 0.5em;
}

#search-header-filters h3, #search-header-filters li {
    margin: 15px 5px 5px 0px;
    display: inline-block;
}

#search-header-filters li {
    display: inline-block;
    font-weight: 100;
    background-color: #ccc;
    border-radius: 5px;
    padding: 3px 6px;
    margin-right: 5px;
    margin-top: 5px;
}

#search-header-filters .tag-delete {
    color: #333;
    border: none;
    background: none;
    padding: 0px 7px;
    vertical-align: text-top;
}

#search-header-filters li:hover {
    background-color: #ff9000;
    color: white;
}

#search-filters {
    float: left;
    width: 33%;
    box-sizing: border-box;
    padding: 15px;
}

#search-filters h3 {
    font-weight: 100;
    box-sizing: border-box;
    padding: 10px 0 25px;
    color: #333;
    width: 64%;
    display: inline-block;
}

.filterActive {
    font-weight: bold;
}

.clear-filter {
    width: 34%;
    display: none;
    font-size: 12px;
    border: none;
    border-radius: 5px;
    padding: 5px;
    box-sizing: border-box;
    vertical-align: middle;
}

.clear-filter:hover {
    background-color: #ff9000;
}

.region-parent {
    font-weight: bold;
    line-height: 25px;
    font-size: .8em;
    margin-left: 10px;
}

.region-child {
    padding-left: 10px;
}

#within-container {
    width: 100%;
    padding: 20px 0;
    border-top: 2px solid #ccc;
}

#search-within {
    width: 59%;
    transition: all 0ms !important;
}

#search-within, #search-within:focus, #search-within option {
    vertical-align: middle;
}

#search-filters li {
    padding: 5px;
    font-size: .8em;
}

#search-filters li a {
    color: #4a4a4a;
}

#search-filters li a:hover {
    text-decoration: none;
    color: #ff9000;
}

#search-filters li span {
    float: right;
    color: #333;
    margin-right: 10px;
}

#search-filters label {
    font-weight: bold;
    color: #666;
}

.search-within-label {
    display: inline-block;
    font-weight: 100!important;
    width: 39%;
    font-size: 14px;
}

#es-dates-range label {
    display: inline-block;
    width: 47%;
    font-size: .65em;
    padding-left: 5px;
    line-height: 1.75em;
}

#es-dates-range input {
    width: 43%;
    margin-left: 5px;
    padding: 4px;
    border-radius: 2px;
    border: 1px solid #acacac;
    background: url(../images/calendar.png) no-repeat scroll;
    background-size: 15px 15px;
    background-position: 95% 3px;
    background-color: white;
}

#es-dates-range p {
    padding: 15px 5px;
    font-size: .8em;
    color: #4a4a4a;
}

#es-dates-submit {
    color: white;
    background-color: #ff9000;
    border-radius: 5px;
    padding: 5px 10px;
    border: none;
    font-size: .8em;
    margin: 10px 5px;
}


/*//////search results*/

#search-results {
    float: left;
    width: 67%;
    background-color: white;
    padding: 15px;
    min-height: 1200px;
}

#search-results h3 {
    line-height: 2em;
    display: inline-block;
    width: 74%;
}

#search-results label {
    width: 8.5%;
}

#search-results select {
    width: 15%;
}

#search-results label, #search-results select {
    display: inline-block;
    font-size: .8em;
}

#search-results-list {
    display: block;
    background-color: white;
}

#search-results-list li {
    margin-bottom: 2em;
}

#search-results-list li a {
    font-weight: bold;
    font-size: 0.9em;
    line-height: 1em;
    color: #333;
}

#search-results-list li p {
    font-size: .75em;
    line-height: 1.15em;
}

#search-results-list .search-date {
    color: #ff9000;
    font-size: .65em;
    font-weight: bold;
    line-height: 2em;
}

#search-results-list .search-blurb {
  color: #333;
}

#search-results-paging li {
    display: inline-block;
    margin-bottom: 25px;
}

#search-results-paging li a {
    color: #333;
    padding: 5px 9px;
    background-color: #F2F2F2;
    margin-right: 1px;
    font-size: .8em;
    font-weight: bold;
}

#search-results-paging li a:hover, .pageActive {
    background-color: #ff9000!important;
    color: white!important;
    text-decoration: none;
}

.empty-results {
    margin-left: 10px;
    font-size: .85em;
    color: #ccc;
}

.empty-description {
    color: #ccc;
}

#es-tags, #es-regions, #es-dates, #es-dates-range, #americas-list, #asia-list, #emea-list {
    height: 0;
    overflow: hidden;
}

#show-more, #show-more-2, #show-more-3, #add-more, #add-less, #add-more-2, #add-less-2, #add-more-3, #add-less-3, #americas, #asia, #emea {
    display: none;
}

.show-more-label, .show-more-label-2, .show-more-label-3 {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 20px 0;
    border-top: 2px solid #ccc;
}

.show-more-label:hover, .show-more-label-2:hover, .show-more-label-3:hover {
    color: #ff9000!important;
}

.add-more-label, .add-more-label-2, .add-more-label-3, .add-less-label, .add-less-label-2, .add-less-label-3 {
    display: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    text-align: center;
    font-size: .85em;
}

.dropdown-arrow, .dropdown-button {
    float: right;
    margin-right: 20px;
    font-family: "HelveticaNeue-Thin", "Helvetica Neue Thin", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 15px;
    color: #9c9c9c;
    font-weight: 100;
    transform: scale(1, 1.8);
    transform-origin: 0% 0%;
    margin-top: 3px;
    line-height: 0px;
}

.dropdown-button {
    transform: none;
    margin-top: 12px;
}

.dropdown-arrow, #es-tags, #es-regions, #es-dates, #es-dates-range {
    transition: all 300ms;
}

.add-more-container-3 {
    display: none;
}

#show-more:checked ~ .add-more-container .add-more-label, #show-more-2:checked ~ .add-more-container-2 .add-more-label-2, #show-more-3:checked ~ .add-more-container-3 .add-more-label-3 {
    display: block;
}

#show-more:checked ~ .show-more-label .dropdown-arrow, #show-more-2:checked ~ .show-more-label-2 .dropdown-arrow, #show-more-3:checked ~ .show-more-label-3 .dropdown-arrow {
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg) scale(1, 1.8);
    margin-right: 13px;
}

#show-more:checked ~ #es-tags {
    height: 11.25em;
}

#show-more-2:checked ~ #es-dates {
    height: auto;
    max-height: 13.5em;
    padding-bottom: 15px;
}

#show-more-2:checked ~ #es-dates-range {
    height: auto;
}

#show-more-3:checked ~ #es-regions {
    height: auto;
    padding-bottom: 30px;
}

#show-more:unchecked ~ #es-tags, #show-more-2:unchecked ~ #es-dates, #show-more-3:unchecked ~ #es-regions {
    height: 0px;
}

#show-more:checked ~ .add-more-label, #show-more-2:checked ~ .add-more-label-2 {
    display: block;
}

#americas:checked ~ #americas-list, #asia:checked ~ #asia-list, #emea:checked ~ #emea-list {
    height: auto;
}

.fullHeight {
    height: auto!important;
    max-height: 100%!important;
}

.hidden {
    display: none;
}

#search-help {
    border-radius: 100%;
    border: 1px solid #ccc;
    color: #ccc;
    display: inline-block;
    font-size: .6rem;
    font-weight: bold;
    padding: 2px 4px 2px 3px;
    vertical-align: super;
}



#search-help-close {
    color: #333;
    float:right;
    font-size: .65rem;
    font-weight: bold;
    margin-left: 5px;
    margin-top: -2px;
}

#search-help:hover,#search-help-close:hover {
    border-color: #ff9000;
    color: #ff9000;
    cursor: pointer;
}

.search-help-dialog {
    background-color: #eee;
    border-radius: 5px;
    border: 1px solid #bbb;
    display: none;
    font-size: .65rem;
    font-weight: 500;
    margin-top: -25px;
    padding: 5px;
    vertical-align: super;
    width:400px;
}
.search-help-dialog p {
    width: 96%;
    display: inline-block;
    line-height:1.25em;
}
