/* search headerbox */

/*Mobile*/

.panel-header .mobile-nav .search_widget_headerbox {
    position: relative;
    padding: 16px 15px 5px;
    background-color: #000;
}
.panel-header .mobile-nav .search_widget_headerbox form{
    position: relative;

}
.panel-header .mobile-nav .search_widget_headerbox input[type=search]{
    padding: calc(4px + (8 - 4) * ((100vw - 320px) / (1024 - 320))) 8px calc(4px + (8 - 4) * ((100vw - 320px) / (1024 - 320))) calc(32px + (30 - 24) * ((100vw - 320px) / (1024 - 320)));
    font-family: "montserrat", sans-serif;
    font-size: 12px;
    height: auto;
    margin: 0;
}

.panel-header .mobile-nav .search_widget_headerbox input[type=search]::-webkit-input-placeholder {
    opacity: 0;
}

.panel-header .mobile-nav .search_widget_headerbox input[type=search]:-moz-placeholder {
    /* Firefox 18- */
    opacity: 0;
}

.panel-header .mobile-nav .search_widget_headerbox input[type=search]::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 0; 
}

.panel-header .mobile-nav .search_widget_headerbox input[type=search]:-ms-input-placeholder {
    opacity: 0;
}

.panel-header .mobile-nav .search_widget_headerbox .searchBtn{
    cursor: pointer;
    display: inline-block;
    color: #000;
    font-size: calc(15px + (20 - 15) * ((100vw - 320px) / (1024 - 320))); 
    position: absolute;
    left: calc(4px + (8 - 4) * ((100vw - 320px) / (1024 - 320)));
    top: 50%;
    transform: translateY(-50%);
}


/*Desktop*/
.panel-header .nav-container .search-desktop { 
    position: absolute;
    z-index: 20;
    left: 65px;
    top: 45px;
}

.panel-header .nav-container .search-desktop .search_widget_headerbox { 
    z-index: 4; 
    min-width: 300px;
}

.panel-header .nav-container .search-desktop .search_widget_headerbox input[type=search] { 
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 3px 9px 3px 35px;
    box-shadow: none;
    height: 32px;
    background: none;
    border: none;
    font-family: "montserrat", sans-serif;
    letter-spacing: 0.8px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 2px solid #111;
}

.panel-header .nav-container .search-desktop .search_widget_headerbox input[type=search]::-webkit-input-placeholder {
    color: #f0df02;
    opacity: 1;
}

.panel-header .nav-container .search-desktop .search_widget_headerbox input[type=search]:-moz-placeholder {
    /* Firefox 18- */
    color: #f0df02;
    opacity: 1;
}

.panel-header .nav-container .search-desktop .search_widget_headerbox input[type=search]::-moz-placeholder {
    /* Firefox 19+ */
    color: #f0df02;
    opacity: 1; 
}

.panel-header .nav-container .search-desktop .search_widget_headerbox input[type=search]:-ms-input-placeholder {
    color: #f0df02;
    opacity: 1;
}

.panel-header .nav-container .search-desktop .search_widget_headerbox input[type=search]:focus { 
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #f0df02;
}


.panel-header .nav-container .search-desktop .search_widget_headerbox .searchBtn { 
    cursor: pointer;
    display: inline-block;
    color: #f0df02;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: -3px;
}

/* search results */

.search-results .form-container {
    background-color: #000;
}

.search-results .form-container form {
    margin: 0 auto;
    padding: 16px;
    max-width: 1024px;
}

.search-results .form-container input[type="search"],
.search-results .form-container button {
    margin: 0;
}

.search-results .form-container label {
    flex: 1;
}

.search-results .form-container input[type="search"] {
    flex: 1 1 calc(100% - 58px);
    padding: 0.2rem 0.75rem;
    min-width: 0;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    border: 1px solid #e8e8e8;
    border-right: none;
    border-radius: 0;
    box-shadow: none;
    background-color: #fff;
    transition: none;
    font-family: "montserrat", sans-serif;
}

.search-results .form-container input[type="search"]:focus {
    outline: none;
    box-shadow: none;
}

.search-results .form-container button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    padding: 0.2rem 0.75rem;
    font-size: 1rem;
    color: #000;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-color: #f0df02;
    transition: none;
    appearance: none;
}

.search-results .form-container button:focus {
    outline: none;
}

.search-results .form-container button i {
    display: block;
    box-sizing: content-box;
    padding: 0.6rem;
    border-radius: 50%;
    transition: background-color 200ms cubic-bezier(0, 0, 0.3, 1);
}

.search-results .form-container button:focus i {
    background-color: rgba(255, 255, 255, 0.1);
}

.search-results .form-container .search-box {
    position: relative;
    display: flex;
    width: 100%;
    pointer-events: all;
}

.search-results .filters {
    background-color: #000;
    font-family: "montserrat", sans-serif;
}

.search-results .filters ul {
    position: relative;
    display: flex;
    margin: 0 auto;
    padding: 0 16px;
    max-width: 1024px;
    list-style: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.search-results .filters ul > li {
    line-height: normal;
}

.search-results .filters .search-link {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    height: 100%;
    color: #FFF;
    text-decoration: none;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    transition: opacity 200ms cubic-bezier(0, 0, 0.3, 1);
}

.search-results .filters .search-link.current {
    color: #f0df02;
    border-bottom-color: #f0df02;
    opacity: 1;
}

.search-results .filters .search-link:hover {
    opacity: 1;
}

.search-results .filters .search-link:focus {
    opacity: 1;
    outline: none;
}

.search-results .filters .search-link .count {
    display: inline-block;
    margin-left: 8px;
    padding: 4px 0px;
    text-align: center;
    font-size: 0.7rem;
    font-weight: normal;
    color: #f0df02;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    background-color: #d04486;
}

.search-results .list {
    margin: 48px auto;
    padding: 0;
    max-width: 1024px;
}

.search-results .result {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    padding: 16px;
}

.search-results .result:focus-within {
    outline: 1px solid #0e8cb7;
}

@media (min-width: 641px) {
    .search-results .result {
        margin-bottom: 24px;
    }
}

.search-results .result .text-container {
    margin-right: 32px;
}

.search-results .result .text-container h3 {
    margin-bottom: 2px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.2;
    color: #000;
}

.search-results .result .text-container h3 a {
    color: inherit;
    text-decoration: none;
}

.search-results .result .text-container h3 a:focus {
    outline: none;
}

.search-results .result .text-container h3 a:focus .title,
.search-results .result .text-container h3 a:hover .title {
    text-decoration: underline;
}

.search-results .result .text-container em {
    font-weight: bold;
    font-style: italic;
}

.search-results .result .text-container .anchor {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #6dca98;
    line-height: 1.3rem;
}

.search-results .result .text-container h3 a:hover .anchor {
    text-decoration: none;
}

.search-results .result .text-container p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.6;
}

.search-results .result .image-container {
    display: none;
    width: 100%;
    max-width: 140px;
}

@media (min-width: 641px) {
    .search-results .result .image-container {
        display: block;
    }
}

.search-results .result .image-container img {
    display: block;
    width: 100%;
}

.search-results .cta {
    display: none;
    margin: 0 auto;
    padding: 24px 16px;
    max-width: 1024px;
}

.search-results.empty .cta {
    display: block;
}

.search-results .cta p {
    margin-bottom: 8px;
}

.search-results .cta ul {
    margin-left: 2.2rem;
    padding: 0;
    line-height: 1.6;
}

.search-results .not-found {
    font-size: 1.3rem;
}

.search-results .not-found a {
    color: #0e8cb7;
    text-decoration: underline;
}

.search-results .pager {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 0;
    font-family: "montserrat", sans-serif;
}

.search-results .pager > * {
    margin: 0 8px;
}

.search-results .pager a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    font-size: 1rem;
    color: #222;
    text-decoration: none;
    border-radius: 50%;
}

.search-results .pager a:focus {
    outline: none;
}

.search-results .pager a:not([disabled="disabled"]):hover,
.search-results .pager a:not([disabled="disabled"]):focus {
    background-color: rgba(0, 0, 0, 0.2);
}

.search-results .pager .pager-prev .fa {
    margin-right: 2px;
}

.search-results .pager .pager-next .fa {
    margin-left: 2px;
}

.search-results a[disabled="disabled"] {
    opacity: 0.6;
    pointer-events: none;
}

.search_widget_headerbox form i {
    position: absolute;
    color: #000;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 10px;
}

.search-desktop .search_widget_headerbox form i {
    position: absolute;
    color: #464646;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    font-size: 22px;
    cursor: pointer;
}

.search-desktop .search_widget_headerbox form input {
    font-size: 12px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
}