#block-gcrtamainnavigationsearchbutton ::placeholder{
    color: #ffffff;
}
.region-top-header .view-search{
    display: none;
}
#block-gcrtamainnavigationsearchbutton{
    width: 45px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 1em;
    top: 10px;
    z-index: 3;
    position: absolute;
}
div#block-gcrtamainnavigationsearchbutton #main-nav-search {
    border: 0;
    background-color: white;
    position: relative;
    display: flex;
    flex-direction: column;
    color: #3b3b3b;
    height: 40px;
    width: 40px;
    margin-top: -1px;
    background-image: url(/modules/custom/gcrta_block_library/assets/icons/search-icon.png);
    background-size: 40px 40px;
}
div#block-gcrtamainnavigationsearchbutton.active #main-nav-search {
    border: 0;
    background-color: white;
    position: relative;
    display: flex;
    flex-direction: column;
    color: #3b3b3b;
    height: 40px;
    width: 40px;
    background-image: url(/modules/custom/gcrta_block_library/assets/icons/close-red-icon.png);
}
#gcrta-search{
    display: flex;
    position: fixed;
    left: 0;
    top: 80px;
    padding: 1em;
    background-color: var(--rta-dark-blue);
    /* transform: translateX(150%); */
    display: none;
    width:100%;
}
body.user-logged-in #gcrta-search{
    top: 120px; /*--increase top offset relative to administrative toolbar--*/
}
#gcrta-search label{
    color: #ffffff;
}
div#block-gcrtamainnavigationsearchbutton.active #gcrta-search{
    display: flex;
    box-shadow: 0 10px 25px -10px rgb(16 75 138 / 70%);
}
#gcrta-search::after{
    content: "";
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    background-color: var(--rta-red);
    transition: width 300ms ease;
}
#gcrta-search.active::after{
    width: 100%;
}
#gcrta-search__text{
    border-radius: 0;
    background-color: var(--rta-red);
    border: 0;
    color: #ffff;
    font-size: 1em;
    background: 0;
    width: 100%;
    transition: font-size 300ms ease;
    padding: 1em;
    outline: none;
}
div#block-gcrtamainnavigationsearchbutton.active::after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    border-bottom: 15px solid var(--rta-dark-blue);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    bottom: 0;
    top: 62px;
}
@media(min-width: 1400px){
    #gcrta-search{
        position: absolute;
        left: inherit;
        right: 0;
        width: inherit;
        top: 120px;
    }
    #gcrta-search__text{
        font-size: 1.2em;
        width: 350px;
    }
    div#block-gcrtamainnavigationsearchbutton.active::after {
        top: inherit;
    }
    #block-gcrtamainnavigationsearchbutton{
        width: 12%;
        position: relative;
        right: initial;
        top: initial;
    }
    div#block-gcrtamainnavigationsearchbutton #main-nav-search {
        margin-top: -20px;
    }
}
#gcrta-search__submit{
    margin: 0;
    color: #3b3b3b;
    border: 0;
    background-color: #041f37;
    color: white;
    font-weight: 400;
    font-size: 1em;
    /* width: 80px; */
    min-width: 100px;
    box-shadow: none;
    border: 2px solid white;
}
@media (min-width: 1400px){
    #gcrta-search__submit{
        margin: 0;
        color: #3b3b3b;
        border: 0;
        background-color: #041f37;
        color: white;
        font-weight: 400;
        font-size: 1.2em;
        width: 120px;
        min-width: 150px;
        box-shadow: none;
        border: 2px solid white;
    }
}
#main-nav-search span{
    position: absolute;
    bottom: -1.55em;
    left: 0;
    right: 0;
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
}
@media (min-width: 1400px){
    #main-nav-search span{
        font-size: 1em
    }
}