
#search-form{
    position:relative;
}
#search-form > button[type="submit"]{
    z-index:1;
}
#search-form .enter-to-submit
{
    position: absolute;
    top: 0;
    right: 55px;
    gap: 7px;
    display: flex;
    height: 62px;
    align-items: center;
    line-height: 1.3;
    font-size: 12px;
    color: #707070;
    visibility: hidden;
    opacity: 0;
    transform: translateX(5px);
    transition-property: visibility, opacity, transform;
    transition-duration: .3s;
    transition-timing-function: ease;
}
#search-form .enter-to-submit::after
{
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background-image: url(../png/enter-icon.png);
    background-size: 100%;
}
#search-form.searched .enter-to-submit
{
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}
#search-form .search-loading {
    position: absolute;
    top: 19px;
    right: 25px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 3.8px solid;
    border-color: #dddddd;
    border-right-color: #8cccae;
    animation: spinner-d3wgkg 1s infinite linear;

    visibility: hidden;
    opacity: 0;
    transform: translateX(5px);
    transition-property: visibility, opacity, transform;
    transition-duration: .3s;
    transition-timing-function: ease;
 }

 #search-form.is-loading .search-loading {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
 }

 @keyframes spinner-d3wgkg {
    to {
       transform: rotate(1turn);
    }
 }

#search-form .ep-autosuggest-container .ep-autosuggest{
    background:transparent;
    border:none;

}
#search-form .ep-autosuggest-container .ep-autosuggest.active{
    display:block!important;
}
#search-form .ep-autosuggest-container .ep-autosuggest .wrapp-results{
    background:#F8F8F8;
    min-height:200px;

    padding:20px;

}
#search-form .ep-autosuggest-container .ep-autosuggest .wrapp-results{
    display: none;
}
#search-form .ep-autosuggest-container .ep-autosuggest .wrapp-results > div
{
    display: flex;
}
#search-form .ep-autosuggest-container .ep-autosuggest .wrapp-results.active{
    display:flex!important;
    flex-direction: column;
}
#search-form .ep-autosuggest-container .ep-autosuggest .text-suggest{
    max-width:150px;
    width:20%;
    color:#77CEAC;
    font-size:18px;
    line-height: 1.1em;
    position:relative;
    padding-top:60px;
    margin-top:30px;
}
#search-form .ep-autosuggest-container .ep-autosuggest .wrapp-results .text-suggest:before{
    content:"";
    display:block;
    width:40px;
    height: 40px;
    background-image:url('../search-type.html');
    background-size: contain;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 3px;
    background-repeat: no-repeat;

}
#search-form .ep-autosuggest-container .ep-autosuggest .search-info{
    margin-left: 131px;
    font-size: 12px;
    text-decoration: underline;
    color: rgb(255 121 88/var(--tw-text-opacity));
    cursor: pointer;
}
#search-form .ep-autosuggest-container .ep-autosuggest .discover-more{
    margin-left: 131px;
    font-size: 12px;
    text-decoration: underline;
    color: rgb(255 121 88/var(--tw-text-opacity));
    cursor: pointer;
    background-color: transparent;
    text-align: left;
}
#search-form .autosuggest-list{
    margin:10px;
    width: 80%;
}
#search-form .autosuggest-list > li{
    display:block;
    margin:5px 0;
}
#search-form .autosuggest-list > li a{
    display:block;
    padding:20px 10px;
    background:#fff;
    color:#707070;
    font-size:16px;
    line-height:1.1em;
    position: relative;
    padding-left:40px;
}
#search-form .autosuggest-list > li a:before{
    content:"";
    display:block;
    width:20px;
    height: 20px;
    background-image:url('../search-line.html');
    background-size: contain;
    position: absolute;
    left: 10px;
    top: 20px;
    background-repeat: no-repeat;
}
#search-form .autosuggest-extra{
    margin-top:10px;
    background:#fff;
    color:#707070;
    padding:20px;


}
#search-form .autosuggest-extra.active{
    display:flex!important;
}
#search-form .autosuggest-extra .extra-title{
    max-width:150px;
    width:35%;
    color:#77CEAC;
    font-size: 16px;
    line-height: 1.1em;
    padding: 12px;
    padding-left: 50px;
    position: relative;

}
#search-form .autosuggest-extra .extra-title:before{
    content:"";
    display:block;
    width:40px;
    height: 40px;
    background-image:url('../compass-arrow.html');
    background-size: contain;
    position: absolute;
    left: 0;
    top: 3px;
    background-repeat: no-repeat;

}
#search-form .autosuggest-extra .extra-title h3{
    color:#77CEAC;
    font-size:16px;
    line-height: 1.1em;
}
#search-form .autosuggest-extra .extra-menu{
    width:65%;
}
#search-form .autosuggest-extra .extra-menu .search-menu-class{

   display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;

}
#search-form .autosuggest-extra .extra-menu .search-menu-class li a{
font-size:14px;
color:#707070;
}

#search-form .autosuggest-post{
    margin-top:10px;
    background:#fff;
    color:#707070;
    padding:20px;
}
#search-form .autosuggest-post > div{
    display: flex;
}
#search-form .autosuggest-post.active{
    display:flex!important;
    flex-direction: column;
}
#search-form .autosuggest-post .extra-title{
    max-width:150px;
    width:35%;
    color:#77CEAC;
    font-size: 16px;
    line-height: 1.1em;
    padding: 12px;
    padding-left: 50px;
    position: relative;

}
#search-form .autosuggest-post .extra-title:before{
    content:"";
    display:block;
    width:40px;
    height: 40px;
    background-image:url('../post-icon.html');
    background-size: contain;
    position: absolute;
    left: 0;
    top: 3px;
    background-repeat: no-repeat;

}
#search-form .autosuggest-post .extra-title h3{
    color:#77CEAC;
    font-size:16px;
    line-height: 1.1em;
}

#search-form .ep-autosuggest-container .ep-autosuggest .wrapp-initial{
    background:#F8F8F8;
    min-height:200px;

    padding:20px;

}
#search-form .ep-autosuggest-container .ep-autosuggest .wrapp-initial{
    display: none;
}
#search-form .ep-autosuggest-container .ep-autosuggest .wrapp-initial > div
{
    display: flex;
}
#search-form .ep-autosuggest-container .ep-autosuggest .wrapp-initial.active{
    display:flex!important;
    flex-direction: column;
}
#search-form .ep-autosuggest-container .ep-autosuggest .wrapp-initial .text-suggest:before{
    content:"";
    display:block;
    width:40px;
    height: 40px;
    background-image:url('../graph-arrow.html');
    background-size: contain;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 3px;
    background-repeat: no-repeat;

}
#search-form .autosuggest-initial{
    margin:10px;
    width: 80%;
}
#search-form .autosuggest-menu-class > li{
    display:block;
    margin:5px 0;
}
#search-form .autosuggest-menu-class > li a{
    display:block;
    padding:20px 10px;
    background:#fff;
    color:#707070;
    font-size:16px;
    line-height:1.1em;
    position:relative;
    padding-left:40px;
}
#search-form .autosuggest-menu-class > li a:before{
    content:"";
    display:block;
    width:20px;
    height: 20px;
    background-image:url('../graph-line.html');
    background-size: contain;
    position: absolute;
    left: 10px;
    top: 20px;
    background-repeat: no-repeat;
}
.relevant-item > a{
    display: flex;
    flex-direction: row;
}
.relevant-item > a > div{
    width:50%;
}
.relevant-item .post-type{
    font-size: 13px;
    padding: 5px;
    line-height: 13px;
    font-weight: normal;
}
.relevant-item h3{
    font-size: 13px !important;
    line-height: 14px !important;
}
.relevant-item img{
    width: 100%;
    max-width: 100%;
    height: auto;
}
@media screen and (max-width:780px){
    #search-form .ep-autosuggest-container .ep-autosuggest .wrapp-initial.active, #search-form .ep-autosuggest-container .ep-autosuggest .wrapp-results.active{
        flex-direction: column!important;
    }
    #search-form .ep-autosuggest-container .ep-autosuggest .wrapp-initial.active > *, #search-form .ep-autosuggest-container .ep-autosuggest .wrapp-results.active > *{
        width:100%;
        max-width: 100%;
        padding-top:0;
        margin:0;
    }
    #search-form .ep-autosuggest-container .ep-autosuggest .wrapp-initial.active > .text-suggest:before,  #search-form .ep-autosuggest-container .ep-autosuggest .wrapp-results.active > .text-suggest:before{
        display:none!important;
    }
    #search-form .autosuggest-extra.active, #search-form .autosuggest-post.active {
        flex-direction: column;
    }
    #search-form .autosuggest-extra.active > *, #search-form .autosuggest-post.active > *{
        width:100%;
        max-width:100%;
        padding:0;
    }
    #search-form .autosuggest-extra .extra-menu .search-menu-class {

        flex-direction: column;
        align-items: center;
    }
    #search-form .autosuggest-extra .extra-title, #search-form .autosuggest-post .extra-title{
        text-align: center;
        padding:0;
    }
    #search-form .autosuggest-extra .extra-title:before, #search-form .autosuggest-post .extra-title:before{
        display:none!important;
    }
	.relevant-list{
		margin-top:20px;
	}
	.relevant-item > a{
		display:block;
	}
	.relevant-item > a > div{
		width:100%;
	}
}
