/* NEW CSS START */

/* Sets explicit length for Search Input */
.entry-content form.gsc-search-box {
    max-width: 1100px;
    font-size: 14px;
    margin: 0 24px;
}

.entry-content .gsc-wrapper {
    position: relative;
    display: block;
    max-width: unset;
}

/* Adds magnifying glass START */

.entry-content #___gcse_0 .gsc-search-box input.gsc-input {
    color: var(--lbl-text-color);
    font-family: var(--lbl-font-family-primary);
    font-size: clamp(17px, 1.0625rem + (1vw - 7.67px) * .8282, 21px);
    font-weight: 500;
    letter-spacing: .2px;
    line-height: 130%;
    background-image: url("data:image/svg+xml,%3Csvg width='20.227' height='20.47' fill='none' version='1.1' viewBox='0 0 20.227 20.47' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m19.905 18.581-5.6052-5.6798c1.0434-1.4022 1.5943-3.0766 1.5943-4.8496 0-4.4393-3.5652-8.0513-7.9471-8.0513-4.3819 0-7.9471 3.6119-7.9471 8.0513 0 4.4394 3.5652 8.0514 7.9471 8.0514 1.7749 0 3.4456-0.573 4.8403-1.6567l5.6013 5.7242 1e-3 2e-3c0.0968 0.1006 0.2136 0.1792 0.3426 0.2308 0.1238 0.0469 0.2552 0.0697 0.3874 0.067 0.2765 0 0.5625-0.1291 0.7854-0.354 0.1019-0.0994 0.183-0.2187 0.2383-0.3506 0.0554-0.1319 0.0839-0.2737 0.0839-0.417 0-0.1434-0.0285-0.2852-0.0839-0.4171-0.0553-0.1319-0.1364-0.2512-0.2383-0.3506zm-6.1153-10.529c0.0031 1.4757-0.5381 2.8993-1.5173 3.9918-0.0622 0.067-0.2736 0.2855-0.3417 0.349-1.0813 1.0186-2.4955 1.5787-3.9837 1.5787-3.2216 0-5.8428-2.6556-5.8428-5.9195 0-3.2639 2.6211-5.9194 5.8428-5.9194 3.2216 0 5.8427 2.6555 5.8427 5.9194z' fill='%23007681'/%3E%3C/svg%3E%0A") !important;
    background-repeat: no-repeat !important;
    /* background-position: 30px center !important; */
    background-position: 30px 22px !important;
}

/* Adds magnifying glass END */

.entry-content .gsc-refinementsArea {
    background-color: white;
}

/* Sets a white background on search results */
.entry-content .gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
    border-color: #FFFFFF;
    background-color: white;
}

/* Sets explicit length for element */
.entry-content #___gcse_0 .gsc-above-wrapper-area-container{
    width: 1000px;
}

/* Positions search result filtering options */
.entry-content #___gcse_0 .gsc-option-menu {
    background-color: var(--lbl-color-white);
    border: 1.5px solid var(--lbl-color-stormy-cloud);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--lbl-color-dark-gray);
    font-family: var(--lbl-font-family-primary);
    font-size: 16px;
    font-weight: 200;
    padding: var(--gap-xxxxs);
    top: unset !important;
    width: 130px;
    margin-left: 55px;
}

/* Positions search result filtering carrot */
.entry-content #___gcse_0 .gsc-selected-option-container::after {
    /* background-image: url(data:image/svg+xml,%3Csvg width='11.264' height='6.4712' fill='none' version='1.1' viewBox='0 0 11.264 6.4712' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m11.04 1.3208-4.8671 4.9238c-0.29867 0.30214-0.7829 0.30214-1.0816 0l-4.8671-4.9238c-0.29867-0.30215-0.29867-0.79203 0-1.0942 0.29867-0.30215 0.7829-0.30215 1.0816 0l3.5615 3.603 0.72348 0.72347 0.04131 0.0396 0.0413-0.0396 0.72348-0.72347 3.5615-3.603c0.2987-0.30215 0.7829-0.30215 1.0816 0 0.2987 0.30215 0.2987 0.79202 0 1.0942z' fill='%23007681'/%3E%3C/svg%3E%0A); */
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: var(--search-results-caret-icon-height);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: var(--search-results-caret-icon-width);
}

.entry-content #___gcse_0 .gsc-control-cse .gsc-option-selector{
    background: rgba(0, 0, 0, 0);
    /* height: unset; */
    margin: 0;
    padding: 0;
    position: unset;
    right: unset;
    top: unset;
    width: unset;
}

/* Style search term near footer */
.entry-content .gcsc-find-more-on-google-query {
    color: black;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: #007681;
}

.entry-content #___gcse_0 .gcsc-find-more-on-google {
    color: #5F6A73;
    font-family: var(--lbl-font-family-secondary);
    font-size: clamp(16px, 1rem + (1vw - 7.67px) * .6211, 19px);
    font-weight: 400;
    letter-spacing: .05px;
    line-height: 156%;
}

/* color: #5F6A73; */

/* NEW CSS END */

/* Extra selectors that can probably be deleted */

/* .gsc-search-box {
  width: 100%;
  table-layout: fixed;
} */

/* #___gcse_0 .gsc-search-box {
	background: rgba(0, 0, 0, 0);
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0 0 var(--lbl-gap);
	padding: 0;
	position: relative;
	width: 100%;
} */