/*input[type=email], input[type="text"], select, textarea {
    text-align: left;
}

input[type=datetime]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #58498e;
    width: 100%;
    text-align: left;
    opacity: .75
}

input[type=datetime]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #58498e;
    width: 100%;
    text-align: left;
    opacity: .75
}

input[type=datetime]::placeholder, input[type=email]::placeholder, input[type=password]::placeholder, input[type=text]::placeholder, select::placeholder, textarea::placeholder {
    color: #58498e;
    width: 100%;
    text-align: left;
    opacity: .75
}*/

input[type=datetime], input[type=email], input[type=file], input[type=password], input[type=text] {
    height: 48px
}

select {
    height: auto;
}

.freeform-row .freeform-column .freeform-label {
    position: relative !important;
    overflow: visible;
    width: auto;
    height: auto;
}

.contact-container {
    width: 85%;
    max-width: 1100px;
    margin: 0 auto;
}

.custom-select select {
    padding-right: 2.7em;
    text-align: left;
    text-align-last: left;
}

#CityState {
    background-color: rgb(235, 235, 228);
}

#AjaxErrorArea {
    display: none;
    float: left;
}

.product-hero__description p {
    text-transform: none;
}

.conditional-view {
    display: none;
}

.conditional-careers .careers, .conditional-product-name .product-name, .conditional-product-details .product-details {
    display: block;
}

.conditional-product-details-helpers .product-details-helpers {
    display: block;
}

.contact-us__autocomplete {
    top: 5em;
}

.contact-thank-you .contact-us__intro-select {
    max-width: 100%;
}

.contact-page-answering .contact-us__intro {
    display: none;
}

.contact-page-answering .contact-us__main {
    display: block;
}

.contact-us__main {
    display: none;
}

.contact-us__main .freeform-column label .image-hint-link {
    float: right;
}

.contact-us__main .freeform-row .freeform-column .image-hint {
    /*width: 100%;*/
    top: auto;
    display: none;
    top: auto;
    left: auto;
    /*display: block;*/
    opacity: 0;
    transition: opacity 0.25s;
}

.contact-us__main .freeform-row .freeform-column .image-hint img {
    height: 0;
    width: 99%;
}

.contact-us__main .freeform-row .freeform-column .image-hint--focused {
    opacity: 1;
}

.contact-us__main .freeform-row .freeform-column .image-hint--focused img {
    height: auto;
}

@media screen and (min-width: 48em) {
    .contact-us__main .freeform-column label .image-hint-link {
        display: none;
    }

    .contact-us__main .hide-col {
        display: block;
    }

    .conditional-product-details-helpers .product-details-helpers {
        display: flex;
    }
}

@media screen and (min-width: 48em) {
    .contact-us__main .freeform-row .freeform-column .image-hint {
        position: absolute;
        top: auto;
        left: 50%;
        display: block;
        opacity: 0;
        transition: opacity 0.25s;
    }

    .contact-us__main .freeform-row .freeform-column .image-hint--focused {
        opacity: 1;
    }

    .contact-us__main .freeform-row .freeform-column .image-hint--focused img {
        height: 100%;
        width: 80%;
    }
}




.search__autocomplete {
    position: absolute;
    top: 3.4em !important;
    left: 0;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transition: opacity .25s linear;
    width: 100%;
    background: white;
}

    .search__autocomplete ul li {
        text-align: left;
        clear: left;
    }

.freeform-column--store-name {
    position: relative;
}

.store__autocomplete {
    position: absolute;
    top: auto;
    width: 35ex;
    right: auto;
    background: #6f6f6f !important;
    margin-top: 2em;
}

    .store__autocomplete :before {
        display: block;
        position: absolute;
        content: '';
        bottom: 100%;
        right: 1em;
        height: 0;
        width: 0;
        border-bottom: 0.625em solid #6f6f6f;
        border-left: .625em solid transparent;
        border-right: .625em solid transparent;
    }

    .store__autocomplete li {
        display: block;
    }

    .store__autocomplete a {
        display: block;
    }

        .store__autocomplete a:hover {
            /*background: #cee2e7 !important;*/
            color: #fff585;
        }

        .store__autocomplete a.store:before, .store__autocomplete a strong:before {
            display: none;
        }

    .store__autocomplete :before {
        display: block;
        position: absolute;
        content: '';
        bottom: 100%;
        right: 1em;
        height: 0;
        width: 0;
        border-bottom: 0.625em solid #6f6f6f;
        border-left: .625em solid transparent;
        border-right: .625em solid transparent;
    }

.search-results__result {
    position: relative;
}

    .search-results__result:nth-child(even) {
        clear: left;
    }

.search-results__image {
    position: absolute;
    height: 100%;
    width: 33%;
}

    .search-results__image img {
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto;
        width: auto;
    }

    .search-results__image.page-result {
        border: 1px solid;
        padding: 1em;
        height: 8em;
    }

        .search-results__image.page-result div {
            background: url(https://sorbabes.com/resources/img/global/brc-logo-blue.png) no-repeat;
            background-size: contain;
            background-position: center;
            width: 100%;
            height: 100%;
        }

.search-results__copy {
    padding-left: 35%;
    padding-right: 1em;
    padding-top: 0;
    width: 100%;
    text-align: left;
}

.search-results__pager ul {
    text-align: center;
}

.search-results__pager li {
    display: inline-block;
}

.search-results__pager .button--outlined {
    color: #1d3f78;
    border: 1px solid #1d3f78;
    width: auto;
}

    .search-results__pager .button--outlined:hover {
        color: #fff;
        background: #90aee0;
        border: 1px solid #90aee0;
    }

.search__autocomplete.show-yourself {
    z-index: 20;
    opacity: 1;
    visibility: visible;
}

.search__autocomplete ul {
    list-style: none;
    margin-left: 0;
}

    .search__autocomplete ul li {
        margin: 0 1.25rem;
        float: left;
    }

.search__autocomplete a {
    line-height: 1;
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    color: #fff;
}

    .search__autocomplete a:hover {
        color: #fff585;
    }

.form-col--store-name {
    position: relative;
}

.form-item--upc {
    /*float: left;*/
    clear: left;
}


@media screen and (min-width: 48em) {
    .freeform-row.product-details-helpers {
        width: 52%;
    }
}

.field-validation-error {
    color: #f00;
    font-weight: bold;
}

/******************** STORE LOCATOR **************************************/
.geo {
    text-align: center;
}

    .geo p {
        font-size: 30px;
    }

    .geo.current-state {
        display: block;
    }

.geo--present-options-zip {
    padding-bottom: 1em;
}

.geo--not-using-geo .geo-error {
    display: none;
}

.geo--using-geo .button {
    pointer-events: none;
}

.geo--convenience-toggle {
    padding-bottom: 1em;
}

.store-locator {
    position: relative;
    padding: 2.5rem 0 2.5rem;
}

    .store-locator.has-results {
        padding: 2.5rem 0 1.25rem;
    }

@media screen and (min-width: 48em) {
    .store-locator {
        padding: 3.5rem 0 3.5rem;
    }
}

@media screen and (min-width: 64em) {
    .store-locator {
        padding: 4.5rem 0 4.5rem;
    }
}

@media screen and (min-width: 48em) {
    .store-locator.has-results {
        padding: 3.5rem 0 1.75rem;
    }
}

@media screen and (min-width: 64em) {
    .store-locator.has-results {
        padding: 4.5rem 0 2.25rem;
    }
}

.store-locator__intro {
    margin: 0 auto;
    text-align: left;
    flex: none;
    flex-basis: 100%;
    max-width: 100%;
}

    .store-locator__intro h2, .store-locator__intro p {
        text-align: center;
    }

@media screen and (min-width: 33.25em) {
    .store-locator__intro {
        flex-basis: 87.5%;
        max-width: 87.5%;
    }
}

@media screen and (min-width: 48em) {
    .store-locator__intro {
        flex-basis: 75%;
        max-width: 75%;
    }
}

@media screen and (min-width: 64em) {
    .store-locator__intro {
        flex-basis: 62.5%;
        max-width: 62.5%;
    }
}

.store-locator p a {
    font-weight: bold;
    text-decoration: none;
}

    .store-locator p a:hover {
        text-decoration: underline;
    }

.store-locator .form-item {
    display: inline-block;
    position: relative;
}

.store-locator .form-item__block {
    display: block;
    margin-top: .5em;
}

.store-locator input[type=text] {
    border: 3px solid #cee2e7;
    border-radius: .25rem;
    background: white;
    padding: 0 .75em;
    line-height: 2.5;
    height: 2.5em;
    font-weight: 800;
    transition: border-color .125s linear;
}

    .store-locator input[type=text]:focus {
        border-color: #80C1E5;
    }

    .store-locator input[type=text]::-webkit-input-placeholder {
        color: #cee2e7;
        font-family: Helvetica, Arial, sans-serif;
    }

.wf-active .store-locator input[type=text]::-webkit-input-placeholder {
    font-family: "rooney-sans", Helvetica, Arial, sans-serif;
    font-weight: 800;
}

.store-locator input[type=text]::-moz-placeholder {
    color: #cee2e7;
    font-family: Helvetica, Arial, sans-serif;
}

.wf-active .store-locator input[type=text]::-moz-placeholder {
    font-family: "rooney-sans", Helvetica, Arial, sans-serif;
    font-weight: 800;
}

.store-locator input[type=text]:-moz-placeholder {
    color: #cee2e7;
    font-family: Helvetica, Arial, sans-serif;
}

.wf-active .store-locator input[type=text]:-moz-placeholder {
    font-family: "rooney-sans", Helvetica, Arial, sans-serif;
    font-weight: 800;
}

.store-locator input[type=text]:-ms-input-placeholder {
    color: #cee2e7;
    font-family: Helvetica, Arial, sans-serif;
}

.wf-active .store-locator input[type=text]:-ms-input-placeholder {
    font-family: "rooney-sans", Helvetica, Arial, sans-serif;
    font-weight: 800;
}

.store-locator input.input-under-search {
    padding-right: 4.75em;
}

.store-locator [type=submit].submit-find {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    margin: 0;
    padding: 0;
    width: 4em;
    border: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transform: none;
}

    .store-locator [type=submit].submit-find svg {
        width: 1.25em;
        height: 1.25em;
        fill: white;
    }

.locator-results {
    display: none;
}

.locator-results__wtb-cta {
    width: 100%;
}

.locator-results__map-holder {
    position: relative;
    width: 100vw;
}

@media screen and (min-width: 48em) {
    div.product-locator-results .locator-results__map-holder {
        width: 87%;
        margin: 0 auto;
    }

    div.product-locator-results .locator-results__map, div.product-locator-results .locator-results__results {
        width: 85vw;
    }
}

/*@media screen and (min-width: 48em) {*/
@media screen and (min-width: 68.75em) {
    .locator-results__map-holder {
        width: 70vw;
        height: 40vw;
        margin: 0 auto;
    }

    div.product-locator-results .locator-results__map-holder {
        width: 70vw;
        margin: 0 0;
    }
}

.locator-results__map {
    width: 86vw;
    height: 60vw;
    overflow: hidden;
}

    .locator-results__map img {
        width: 100%;
    }

@media screen and (min-width: 25em) {
    div.store-locator-container .locator-results__map {
        width: 92vw;
    }
}

@media screen and (min-width: 41.25em) {
    div.store-locator-container .locator-results__map {
        width: 93.5vw;
        height: 60vw;
        overflow: hidden;
    }
}

@media screen and (min-width: 48em) {
    div.store-locator-container .locator-results__map {
        width: 94vw;
        /*height: 60vw;
        overflow: hidden;*/
    }
}

@media screen and (min-width: 64em) {
    div.store-locator-container .locator-results__map {
        width: 91vw;
    }
}

@media screen and (min-width: 68.75em) {
    div.store-locator-container .locator-results__map, div.product-locator-results .locator-results__map {
        width: 35vw;
        height: 40vw;
    }
}

.locator-results__results {
    width: 86vw;
    padding: 0 1em;
    color: white;
    background: #6f6f6f;
}

    .locator-results__results h4.result-count {
        color: white;
        text-align: center;
        font-weight: 400;
        line-height: 1.3125;
    }

        .locator-results__results h4.result-count span {
            font-weight: 700;
        }

@media screen and (min-width: 25em) {
    div.store-locator-container .locator-results__results {
        width:92vw;
    }
}

@media screen and (min-width: 41.25em) {
    div.store-locator-container .locator-results__results {
        width: 93.5vw;
        padding: 0 1em;
        color: white;
        background: #6f6f6f;
        /*overflow-x: hidden;
        overflow-y: scroll;*/
    }
}

@media screen and (min-width: 48em) {
    div.store-locator-container .locator-results__results {
        width: 94vw;
        /*padding: 0 1em;
        color: white;
        background: #6f6f6f;
        overflow-x: hidden;
        overflow-y: scroll;*/
    }
}

@media screen and (min-width: 64em) {
    div.store-locator-container .locator-results__results {
        width: 91vw;
    }
}

@media screen and (min-width: 68.75em) {
    div.store-locator-container .locator-results__results, div.product-locator-results .locator-results__results {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 35vw;
        height: 40vw;
        overflow-x: hidden;
        overflow-y: scroll;
    }
}

@media screen and (min-width: 68.75em) {
    .locator-results__results h4.result-count {
        font-size: 38px;
    }
}

.wf-active .locator-results__results h4.result-count {
    font-family: "rooney-sans", Helvetica, Arial, sans-serif;
    font-weight: 800;
}

.locator-results__results ol {
    padding: 0;
}

.locator-results__results li {
    padding: 1em;
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #fff;
}

.locator-results__results h4 {
    padding: 0;
}

    .locator-results__results h4.intro {
        margin-top: 1em;
        text-align: center;
    }

.locator-results__results address {
    line-height: 1.3125;
    text-transform: uppercase;
    font-style: normal;
    margin-bottom: 5px;
}

.locator-results__results strong {
    color: white;
    display: block;
    text-align: center;
    line-height: 1;
    text-transform: none;
    /*font-family: "Tungsten A","Tungsten B",Impact,Arial,sans-serif;*/
    font-size: 40px;
    text-transform: uppercase;
}

    .locator-results__results strong small {
        font-weight: normal;
        display: block;
        line-height: 1;
        text-transform: none;
        /*font-family: "Gotham A","Gotham B",Arial,sans-serif;*/
        font-size: 16px;
    }

.locator-results__results a {
    color: white;
    font-size: .75em;
    line-height: 1.3125;
}

    .locator-results__results a:hover {
        color: #fff585;
    }

    .locator-results__results a.location-directions:hover {
        color: #fff585;
    }

.store h3.store-name {
    margin-top: 0;
    margin-bottom: 5px;
    color:#fff;
}

#product-locator-container {
    background-color: #fff;
}

@media screen and (min-width: 68.75em) {
    .product-locator-results {
        margin: 0 auto;
        max-width: 85%;
    }
}

.product-find-error {
    clear: both;
    color: #fff;
    padding-top: 5px;
}

body.locator main > .container {
    max-width: none;
    margin: 0 0;
    width: 100%;
}

@media screen and (min-width: 48em) {
    body.locator main > .container {
        margin: 0 auto;
        width: 90%;
    }
}

@media screen and (min-width: 68.75em) {
    body.locator main > .container {
        margin: 0 auto;
        width: 85%;
    }
}

#store-locate .freeform-row span {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media screen and (min-width: 46.875em) {
    #store-locate .freeform-row span {
        margin-top: 20px;
        margin-bottom: 0;
    }
}

#store-locate .secondary-btn {
    width: 100%;
}

#store-locate .primary-btn {
    width: 100%;
}

.location-name h2 {
    color: #fff !important;
}

@media screen and (min-width: 48em) {
    #store-locate {
        max-width: 650px;
        margin: 0 auto;
    }
}

.hidden {
    display: none;
}

.video-image-overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-image-overlay-button {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    border: none;
}