.sd-search-container .sd-search-trigger {
    transition: all .3s ease;
    z-index: 99;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #c9d726;
    color: #fff;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

html[lang="en-US"] .sd-search-container .sd-search-trigger {
    background-color: #45b7d2;
}

body.npo .sd-search-container .sd-search-trigger {
    background-color: #008282;
}

body.it .sd-search-container .sd-search-trigger {
    background-color: #EE7319;
}

body.finance .sd-search-container .sd-search-trigger {
    background-color: #512A7B;
}

.sd-search-container .sd-search-trigger.open {
    left: 0;
    transition: all .3s ease;
}

.sd-search-container .sd-search-trigger svg {
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: #ffffff;
}

.sd-search-container .sd-search-form {
    display: none;
    position: fixed;
    top: 101px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 800px;
}

.admin-bar .sd-search-container .sd-search-form {
    top: 133px;
}

.admin-bar header.scrolled .sd-search-container .sd-search-form {
    top: 68px;
}

header.scrolled .sd-search-container .sd-search-form {
    top: 46px;
}

.sd-search-container .close-search-form {
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #c9d726;
    color: #fff;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

html[lang="en-US"] .sd-search-container .close-search-form {
    background-color: #45b7d2;
}

body.npo .sd-search-container .close-search-form {
    background-color: #008282;
}

body.it .sd-search-container .close-search-form {
    background-color: #EE7319;
}

body.finance .sd-search-container .close-search-form {
    background-color: #512A7B;
}

.sd-search-container .close-search-form svg {
    width: 20px;
    height: 20px;
    color: #fff;
}

.sd-search-container .sd-search-form input {
    background: #0000;
    border: none;
    padding-top: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 1;
    color: #1b1b1b;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    font-weight: normal;
    border-bottom: 4px solid #e7eeb6;
    font-family: 'Ubuntu', sans-serif;
}

html[lang="en-US"] .sd-search-container .sd-search-form input {
    border-bottom: 4px solid #45b7d2;
}

body.npo .sd-search-container .sd-search-form input {
    border-bottom: 4px solid #008282;
}

body.it .sd-search-container .sd-search-form input {
    border-bottom: 4px solid #EE7319;
}

body.finance .sd-search-container .sd-search-form input {
    border-bottom: 4px solid #512A7B;
}

@media screen and (max-width: 1800px) {
    .sd-search-container .sd-search-form {
        width: 600px;
    }
}

@media screen and (max-width: 1600px) {
    .sd-search-container .close-search-form,
    .sd-search-container .sd-search-trigger {
        height: 50px;
        width: 50px;
    }

    .sd-search-container .sd-search-form {
        width: 400px;
    }

    .sd-search-container .sd-search-form input {
        font-size: 20px;
        border-bottom-width: 2px;
    }
}

@media screen and (max-width: 1450px) {
    .sd-search-container .sd-search-trigger.open {
        display: none;
    }
}

@media screen and (max-width: 1400px) {
    .sd-search-container .close-search-form,
    .sd-search-container .sd-search-trigger {
        height: 44px;
        width: 44px;
    }

    .sd-search-container .sd-search-form input {
        font-size: 18px;
    }
}

@media screen and (max-width: 1200px) {
    .sd-search-container .sd-search-form {
        width: 360px;
    }

    .admin-bar .sd-search-container .sd-search-form {
        top: 65px;
    }

    .sd-search-container .sd-search-form {
        top: 30px;
    }
}

@media screen and (max-width: 1100px) {
    .sd-search-container .sd-search-form {
        width: 220px;
    }
}

@media screen and (max-width: 767px) {
    .sd-search-container .sd-search-form {
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -o-transform: unset;
        -ms-transform: unset;
        left: 0;
        right: 0;
        top: 90px;
        background: #f3f8fc;
        padding-left: 15px;
        padding-right: 15px;
        width: unset;
    }

    body.national .sd-search-container .sd-search-form { background: #f3f7db; }
    body.multilingual .sd-search-container .sd-search-form { background: #eef8fa; }
    body.npo .sd-search-container .sd-search-form { background: #e2eeee; }
    body.it .sd-search-container .sd-search-form { background: #fff1e7; }
    body.finance .sd-search-container .sd-search-form { background: #f1eff3; }

    header.scrolled .sd-search-container .sd-search-form {
        top: 90px;
    }

    .admin-bar header.scrolled .sd-search-container .sd-search-form,
    .admin-bar .sd-search-container .sd-search-form {
        top: 122px;
    }

    .sd-search-container .sd-search-form input {
        border-bottom: 0;
        padding: 20px 0;
    }
}
@media screen and (max-width: 365px) {
    .sd-search-container .sd-search-trigger svg,
    .sd-search-container .close-search-form svg {
        width: 15px;
        height: 15px;
    }
}
