/* Banner and search bar-----------------------------------------------------------------------------------*/
/*search bar custom*/
.search-textfield {
    padding-left: 10px;
    width: 100%;
    height: 71px;
padding: 15px 15px 15px 15px;
}



button.gsc-search-button-banner {
padding-top: 15px;
}

button.gsc-search-button-banner {
    width: 5rem;
    height: 100%;
    position: absolute;
    top: 0px;
    border-radius: 0 5px 5px 0;
    border-color: #fff;
    background-color: #fff;
    border: none;
}

input.search-textfield {
    border: 3px solid #fff;
    border-radius: 5px 0 0 5px;
    border-color: #fff;
    width:100%;
font-size: 1.2rem;
    
}

.ca-gov-icon-search-banner:before {
    content: "\e604" !important;
    font-size: 30px;
}

@media only screen and (max-width: 768px) { input.search-textfield { width: auto; }
}

.lm-banner h1 {
    color: #fff !important;
    margin: 1.75rem 0 1rem 0 !important;
    padding-bottom: 0rem !important;
}
/* End Banner and search bar-----------------------------------------------------------------------------------*/




.ca-gov-icon-search-banner:before {
    content: "\e604" !important;
    font-size: 30px;
}


[class*=" ca-gov-icon-"], [class^=ca-gov-icon-] {
    font-family: CaGov !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



.sr-only {
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    white-space: nowrap !important;
}



[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}