@font-face {
  font-family: 'Alex Brush';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./alex/SZc83FzrJKuqFbwMKk6EhUrz7QtO.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Alex Brush';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./alex/SZc83FzrJKuqFbwMKk6EhUvz7QtO.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Alex Brush';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./alex/SZc83FzrJKuqFbwMKk6EhUXz7Q.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.custom-shadow-1{
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.bg-gray-1{
	background-color: #fafafa !important;
}
.site-navbar-top{
	background: #fafafa !important;
}

ul.typeahead {
    padding: 0;
    border-radius: 0;
    border-color: transparent;
    box-shadow: none;
}
ul.typeahead > li {

}
ul.typeahead > li > a {
    padding: 0;
}
ul.typeahead > li.active > a {
    background: #fff;
    color: #333;
}
ul.typeahead > li.active:hover > a {
    background: #002f65;
}
ul.typeahead > li > a > div {
    padding: 15px;
}
ul.typeahead > li > a > div > div.image {
    float: left;
    height: 40px;
    margin-right: 15px;
}
ul.typeahead > li > a > div > div.image > img {
    height: 40px;
}
ul.typeahead > li > a > div > div.name {
    line-height: 40px;
}
div.searchOverlay {
    position: fixed;
    top: 0;
    z-index: 99999;
    background: rgba(155,155,155,0.85);
    width: 100%;
    height: 100vh;
    transition: all 0.25s ease-in;
    opacity: 0;
    display: none;
}
div.searchOverlay.active {
    opacity: 1;
    display: block;
}
div.searchOverlay > div.form {
    margin: 15% 30%;
}
div.searchOverlay > div.form > form > input {
    width: 100%;
    padding: 45px;
    font-size: 32px;
    box-shadow: 1px 1px 4px -1px rgba(0,0,0,0.50);
    border: none;
}

    .env{
    position: relative;
    display: none;
}
.env span{
    position: absolute;
    top: 45%;
    font-size: 16px;
    color: #329372;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.env span b{
    font-size: 13px;
    margin-left: 3px;
}
.env span:nth-child(2){
    right:39.4%;
}
.env span:nth-child(3){
    right:25.5%;
}
.env span:nth-child(4){
    right:12.6%;
}
@media(min-width:1024px){
    .env{
        display: block;
    }
}
@media(min-width:1600px){
    .env span:nth-child(2){
        right:40%;
    }
    .env span:nth-child(3){
        right:26.2%;
    }
    .env span:nth-child(4){
        right:13.1%;
    }
}
@media(min-width:1800px){
    .env span:nth-child(2){
        right:40%;
    }
    .env span:nth-child(3){
        right:26.7%;
    }
    .env span:nth-child(4){
        right:12.6%;
    }
}

@media only screen and (min-width: 600px) {

    #searchForm form {
        display: flex;
        padding: 0;
        margin: 0 !important;
    }

    #searchForm form input,
    #searchForm form button {
        border: 0;
        border-radius: 0;
        border-bottom: unset;
    }

    #searchForm form button {
        color: #202028;
    }
}

#searchForm{
    width: auto;
}


.bg-black-hover{
    position: revert;
}
.bg-black-hover:before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .4;
    content: "";
}
.bg-black-hover a:not(.after){
    opacity: 1;
}
.bg-black-hover:hover a:not(.after){
    opacity: 0;
}
.bg-black-hover h4{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-family: 'Alex Brush', cursive !important;
    text-align: center;
    font-size: 36px;
    line-height: 1;
    width: 80%;
}