@charset "utf-8";
/* CSS Document */

/* funnelback css 3/10/2020 FC */
input.search-input {
    padding: 3px;
}
.search-btn {
    background: #336600;
    color: white;
    border: none;
    padding: 5px 15px;
}

.search-btn:hover {
    background:#FEEB84;
    color:black;
}

.search-label {
	color: #666666;
	margin-right: 6px;
}

/* Google Translate CSS */
#translate-trigger-top {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #005ea8;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

#translate-trigger-top:hover,
#translate-trigger-top:focus {
    text-decoration: underline;
}

.trans-icon {
    vertical-align: middle;
}

#modal-trans {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    overflow: auto;
    background: rgba(0,0,0,.55);
}

#modal-trans .modal-content {
    background: #fff;
    width: 600px;
    max-width: 90%;
    margin: 25px auto;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    overflow: hidden;
    padding: 0;
}

#modal-trans .modal-header {
    padding: 20px 25px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

#modal-title {
    margin: 0;
    font-size: 24px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-weight: normal;
}

#translate-close {
    position: absolute;
    top: 18px;
    right: 20px;
    border: 0;
    background: transparent;
    color: #4772aa;
    font-size: 34px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-weight: bold;
    cursor: pointer;
}

#modal-trans .modal-body {
    padding: 25px;
    font-size: 14px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    line-height: 1.35;
}

#modal-desc h4 {
    margin-top: 0;
    font-size: 18px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-weight: normal;
}

#modal-trans .modal-footer {
    padding: 20px 12px;
    border-top: 1px solid #e5e5e5;
    text-align: right;
}

#translate-close-footer {
    background: #4772aa;
    color: #fff;
    border: 0;
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    cursor: pointer;
}

/* google css removed 3/6/2020 FC */
        /* #sustainsearch { width: 350px; }
        #sustainsearch .container-fluid {
            padding-right: 8px;
        }
        td.gsc-input {
        
        }
        input#gsc-i-id1 {
            height: 20px !important;
        }
        td.gsib_a {
        padding:10px;
        }
        .gsc-search-button-v2 {
            padding: 10px 15px !important;
            margin: 15px;
            border-radius: 3px;
        }

        .gsc-search-button-v2 svg {
            width:18px;
            height:18px;
        }*/

        /*Media Querry*/
        /*@media (max-width:767px){
            td.gsc-input { width:20%;}
        } */
