form input.st-search-input {
    width: 200px;
    height: 18px;
    padding: 5px 9px 5px 27px;

    font-size: 12px;

    color: #666;
    border: 1px solid #ccc;
    outline: none;
    background: #fcfcfc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUFJREFUeNqU0j0oRWEcx/Hj3ifvlMHL7C1lY7mDwUBKkoksBjKJxWIQu7xlOybDLVGukhhMZDFbxGBS8nIjKR3E96nf0dPjuuVfn+6tc35P//P8/yYMw8CpbgygGQlcYw8H+Ai8MvotxQImgt81hk1M4cEPF2IV43jCGo7wjk5MYhhlGMKbG+7BKO4wiGPn8DO1vIN+jGA9fpjQaUksecG4zjGPL3VQ5IZb9OAw+LtO1FkjatxwUuEoTzjSbRu9/xO+0W97nnArqvXuoxve1/9p1OUIlmNGU7EX9+KGt3GKNuyiC5WoQAe2NJFP3PpzzmoR0khpxle6h3pnkeKJPCPjbtglerVFfWhSVxfqJtK4qrChTMY4XdjVm9O21aIA92LrFcv6HHtAsclxQVnxa0WfsqgDUib4X9muStCA2W8BBgDJ0EeGeFZ8WAAAAABJRU5ErkJggg==) no-repeat 7px 7px;
}

.swiftype-widget .autocomplete {
    position: absolute;

    display: block;
    padding: 0;
    margin: 0;

    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    list-style-type: none;

    text-align: left;

    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
       -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
            box-shadow: 0 1px 2px rgba(0, 0, 0, .5);

        -ms-border-radius: 3px;
         -o-border-radius: 3px;
}

.swiftype-widget .autocomplete ul {
    display: block;
    padding: 0;
    margin: 0;

    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    list-style-type: none;

    text-align: left;

    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    background-color: #fff;

        -ms-border-radius: 3px;
         -o-border-radius: 3px;
}

.swiftype-widget .autocomplete li {
    padding: 10px 8px;
    margin: 0;

    font-size: 13px;
    list-style-type: none;

    cursor: pointer;

    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
    background-image: none;
}

.swiftype-widget .autocomplete li:first-child {
    border-top: 1px solid #fff;
    -webkit-border-radius: 3px 3px 0 0;
       -moz-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;

        -ms-border-radius: 3px 3px 0 0;
         -o-border-radius: 3px 3px 0 0;
}

.swiftype-widget .autocomplete li:last-child {
    -webkit-border-radius: 0 0 3px 3px;
       -moz-border-radius: 0 0 3px 3px;
            border-radius: 0 0 3px 3px;

        -ms-border-radius: 0 0 3px 3px;
         -o-border-radius: 0 0 3px 3px;
}

.swiftype-widget .autocomplete li.active {
    border-top: 1px solid #fac39d;
    border-bottom: 1px solid #fac39d;
    /* background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f58232), color-stop(100%, #fac39d));
    background: -webkit-linear-gradient(#f58232, #fac39d);
    background:    -moz-linear-gradient(#f58232, #fac39d);
    background:      -o-linear-gradient(#f58232, #fac39d);
    background:         linear-gradient(#f58232, #fac39d); */
    background-color: #fef0e7;
    -webkit-box-shadow: 0 1px 0 #f58232 inset;
       -moz-box-shadow: 0 1px 0 #f58232 inset;
            box-shadow: 0 1px 0 #f58232 inset;
}

.swiftype-widget .autocomplete li p {
    padding: 0;
    margin: 0;

    font-size: 13px;
    line-height: 16px;
}

.swiftype-widget .autocomplete li p.title {
    font-weight: bold;

    color: #1c6cb5;
}

.swiftype-widget .autocomplete li p.title em {
    font-style: normal;
    font-weight: bold;

    color: #0b2644;
}

.swiftype-widget .autocomplete li.active p.title {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}

.swiftype-widget .autocomplete li.active p.title em {
    font-style: normal;

    color: #fff;
}

.swiftype-widget .autocomplete li .sections {
    font-size: 11px;

    color: #999;
}

.swiftype-widget .autocomplete li .sections em {
    font-style: normal;

    color: #666;
}

.swiftype-widget .autocomplete li .sections .section {
    display: inline;
}

.swiftype-widget .autocomplete li.active .sections {
    color: #a9d7f1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}

.swiftype-widget .autocomplete li.active .sections em {
    font-style: normal;

    color: #a9d7f1;
}

.st-result-listing {
    margin-top: 40px;

    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 13px;

    letter-spacing: .8px;
}

form input.st-search-input {
    width: 200px;
    height: 18px;
    padding: 5px 9px 5px 27px;

    font-size: 12px;

    color: #666;
    border: 1px solid #ccc;
    outline: none;
    background: #fcfcfc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUFJREFUeNqU0j0oRWEcx/Hj3ifvlMHL7C1lY7mDwUBKkoksBjKJxWIQu7xlOybDLVGukhhMZDFbxGBS8nIjKR3E96nf0dPjuuVfn+6tc35P//P8/yYMw8CpbgygGQlcYw8H+Ai8MvotxQImgt81hk1M4cEPF2IV43jCGo7wjk5MYhhlGMKbG+7BKO4wiGPn8DO1vIN+jGA9fpjQaUksecG4zjGPL3VQ5IZb9OAw+LtO1FkjatxwUuEoTzjSbRu9/xO+0W97nnArqvXuoxve1/9p1OUIlmNGU7EX9+KGt3GKNuyiC5WoQAe2NJFP3PpzzmoR0khpxle6h3pnkeKJPCPjbtglerVFfWhSVxfqJtK4qrChTMY4XdjVm9O21aIA92LrFcv6HHtAsclxQVnxa0WfsqgDUib4X9muStCA2W8BBgDJ0EeGeFZ8WAAAAABJRU5ErkJggg==) no-repeat 7px 7px;
}

div.st-search-summary {
    padding-bottom: 7px;
    margin: 12px 0;

    border-bottom: 1px solid #ccc;
}

div.st-result-listing {
    width: 600px;
}

div.st-result-listing h2 {
    margin: 0;

    font-size: 13px;
    font-weight: normal;

    color: #333;
}

div.st-result-listing h2 .st-query {
    font-style: italic;

    color: #666;
}

div.st-result-listing h3 {
    margin: 5px 0;

    font-size: 12px;
}

div.st-result {
    padding-bottom: 12px;
    margin-bottom: 12px;

    border-bottom: 1px solid #ddd;
}

div.st-result.final {
    margin-bottom: 0;

    border-bottom: none;
}

div.st-result .st-snippet {
    color: #333;
}

div.st-result .st-date {
    color: #999;
}

.st-pagination {
    padding-top: 5px;
    margin-top: 5px;

    border-top: 1px solid #ccc;
}

.st-prev {
    margin-right: 20px;
}

.st-loading-message {
    margin: 10px auto;

    font-size: 16px;
    font-style: italic;

    color: #999;
}


/* Search field */

form {
    margin-bottom: 40px;
}

form label {
    display: block;
    margin-bottom: 6px;

    font-size: 14px;
    font-weight: 500;

    text-transform: uppercase;
}

form input {
    /* width: 162px !important; */

    font-family: "Avenir", "Helvetica", "Arial", "sans-serif";

    border: 1px solid #fff !important;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
       -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
            box-shadow: 0 1px 3px rgba(0, 0, 0, .2);

        -ms-border-radius: 4px;
        -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}



/* Auto-complete menu*/

.autocomplete {
    margin-top: 8px !important;
}


/* Search result listing */

#results {
width: 100%;

padding-right: 0;

box-sizing: border-box;
}

#results em {
  font-weight: bold;
}

#results #no-results {
    display: block;
    padding: 0;
    margin: 100px 0 80px;

    font-size: 40px;
    font-style: italic;
    font-weight: 100;

    color: #dfcfbd;
}

#results .page {
    padding: 15px 0 0px;
    margin: 0 0 0 0;
}
#results .page a {
    display: block;
}
#results .noimg,
#results .imgpage {
    max-width: 100%;
    height: 70px;
    padding-right: 10px;
    box-sizing: border-box;

    object-fit: cover;
}

#results .page h2 {
    margin-bottom: 5px;

    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: initial;
}
#results .page a:hover > div {
  text-decoration: underline;
}
#results .page a > div {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
#results .page p {
    margin-bottom: 5px;
}



/* Pagination links */

#results .st-page {
    width: 640px;
    padding: 20px 0 80px;
    clear: both;
}

#results .st-page a {
    font-size: 14px;
    font-weight: 500;

    text-decoration: none;
    text-transform: uppercase;

    color: #5e5b55;
}

#results .st-page a:hover {
    text-decoration: underline;
}



/* Filter sidebar */

#menu {
  display:none;
  float: right;
  width: 29%;
  padding-bottom: 80px;
  font-size: 13px;
  line-height: 1.75;
}


#menu h3 {
    padding: 0 0 2px;
    margin: 16px 0 6px;

    font-size: 14px;
    font-weight: 500;

    text-transform: uppercase;

    border-bottom: 1px solid #dfcfbd;
}

#menu input[type="checkbox"] {
    display: inline-block;
    margin-right: 4px;
}

#menu input[type="checkbox"] + label {
    display: inline-block;

    font-family: "Roboto", sans-serif;
    font-size: 13px;
}

a.sort,
a.clear-selection {
    display: inline-block;
    width: auto;
    padding: 3px 8px 2px 9px;
    margin: 8px 6px 0 0;

    font-family: "Roboto", sans-serif;
    font-size: 10px;
    font-weight: 500;

    text-decoration: none;
    text-transform: uppercase;

    color: #fff !important;
    -webkit-border-radius: 9999px;
       -moz-border-radius: 9999px;
            border-radius: 9999px;
    background: #e84e0f;

        -ms-border-radius: 9999px;
}

a.sort:last-of-type {
    margin-right: 0;
}

a.sort.active {
    background: #99c0bc;
}
#page-title .word {
    display: block;
}


.result_term {
    text-transform: initial;
}

@media screen and (min-width:768px) {
    #menu {
        display: inline-block;
    }
    #results {
        width: 75%;
        padding-right: 10px;
    }
    #results .page {
        margin: 0 20px 0 0;
    }
    
    #results .page a > div {
        width: 80%;
    }
    
    #results .noimg,
    #results .imgpage {
        width: 15%;
    }
}
