.stc-search-form {
    outline-width: 2px;
}
.stc-search-form a:focus-visible,
.stc-search-form a:focus {
    outline: 2px solid #3a3a3a;
}

#stc-main-content {
    font-family: "Helvetica Neue", "Helvetica", arial, sans-serif;
    font-size: 13px;
    text-align: left;
    position: relative;
    left: -5px;
}

#append-container {
    font-family: "Helvetica Neue", "Helvetica", arial, sans-serif;
}

.stc-rcp-item {
    margin: 14px 7px 0;
}

.item-wrapper {
    background: #fff none repeat scroll 0 0;
    border-radius: 6px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
}

a.stc-cat-link,
a.stc-cat-link:hover,
a.stc-cat-link:focus,
a.stc-cat-link:active,
a.stc-cat-link:visited {
    text-decoration: none;
    color: #117bb8;
}

a.overlay-wrapper:active,
a.overlay-wrapper:hover,
a.overlay-wrapper:focus {
    outline-width: 2px;
    outline-style: solid;
}

a.stc-cat-link:focus-visible,
a.overlay-wrapper:focus-visible {
    outline: 2px dashed rgb(16, 16, 16);
}

.item-summary,
.item-overlay {
    position: relative;
}

.item-summary {
    margin: 10px;
}

.item-summary span {
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    margin: 0 auto;
}

.stc-rcp-item .item-image,
.stc-rcp-item {
    border-radius: 6px 6px 0 0;
}

.item-category .dim-overlay {
    border-radius: 0px;
}

.stc-rcp-item .dim-overlay {
    border-radius: 6px;
}

.item-image {
    transition: opacity 0.04s linear 0s;
    display: block;
    margin: 0 auto;
    opacity: 1;
    z-index: 5;
}

.item-image.fade {
    opacity: 0;
}

.item-image.loaded {
    opacity: 1;
}

/*
.item-count {
    padding: 0px 5px 5px 5px;
    overflow: hidden;
}

.item-count em {
    background: rgba(0, 0, 0, 0) url("../images/common.png") no-repeat scroll -64px 0px;
    display: inline-block;
    vertical-align: middle;
}
*/
.dim-overlay {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.04s linear 0s;
    cursor: pointer;
}

.dim-overlay:hover {
    opacity: .1;
}

.credit-container {
    border-top: 1px solid #e7e7e7;
    line-height: 16px;
    padding: 8px 10px 6px 10px;
    overflow: auto;
}

/*
.credit-container em {
    background: rgba(0, 0, 0, 0) url("../images/common.png") no-repeat scroll 0px -40px;
    display: inline-block;
    float: left;
    height: 32px;
    width: 32px;
}
*/

.credit-container span {
    color: #aaa;
    font-style: italic;
    font-weight: 300;
    font-size: 11px;
}

.grid-footer {
    padding-bottom: 22px;
    margin-top: 27px;
}

.dim-wrapper {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 8;
}

.grid-icon {
    background: rgba(0, 0, 0, 0) url("../images/logo.png") no-repeat scroll 0 0;
    color: transparent;
    display: block;
    height: 32px;
    text-shadow: none;
    width: 32px;
}

.grid-spinner {
    background: rgba(0, 0, 0, 0) url("../images/spinner.gif") no-repeat scroll 0 0;
    display: block;
    height: 32px;
    opacity: .5;
    width: 32px;
}

.noResults,
.errorResults {
    font-size: 18px;
    font-weight: normal;
    margin: 54px auto;
    text-align: center;
    width: 70%;
    color: #211922;
    font-family: "Helvetica", arial, sans-serif;
}

.searchTerm {
    font-weight: bold;
}

#append-container .overlay {
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
    background-color: rgba(227, 224, 226, 0.95);
    overflow-x: hidden;
}

#overlay-content-wrapper::after {
    clear: both;
    content: "";
    display: table;
}

#overlay-content-wrapper {
    cursor: auto;
    margin: 0 auto;
    width: 736px;
}

.overlay-content {
    background: #f8f8f8;
    border-radius: 6px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
    font-size: 14px;
    margin: 0 auto 45px auto;
    overflow: hidden;
}

.overlay-content img {
    display: block;
    margin: 0 auto;
}

.sub-content {
    background: white;
    border-top: 1px solid #e3e3e3;
    padding: 20px;
}

.sub-content h3 {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 12px;
}

.stc-recipe-credit {
    color: #535353;
    display: block;
    font-style: italic;
    font-weight: 300;
    font-size: 15px;
}

.RecActionBar {
    background: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    height: 32px;
    padding: 10px 10px 9px;
}

.fb-like.fb_iframe_widget {
    background: #f0f0f0 linear-gradient(#fff, #f0f0f0) repeat scroll 0 0;
    border-radius: 3px;
    border: 1px solid #ccc;
    box-sizing: content-box;
    box-shadow: 1px -1px 1px rgba(255, 255, 255, 0.98) inset, -1px 0 1px rgba(255, 255, 255, 0.98) inset;
    color: #5f5f5f;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-family: "Helvetica Neue", "Helvetica", arial, sans-serif;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    margin-left: 6px;
    outline: medium none;
    padding: 6px 4px 9px;
    text-decoration: none;
    text-shadow: 0 1px #fff;
    white-space: nowrap;
}

.RecActionButton {
    background: #f0f0f0 linear-gradient(#fff, #f0f0f0) repeat scroll 0 0;
    border-radius: 3px;
    border: 1px solid #ccc;
    box-shadow: 1px -1px 1px rgba(255, 255, 255, 0.98) inset, -1px 0 1px rgba(255, 255, 255, 0.98) inset;
    color: #5f5f5f;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-family: "Helvetica Neue", "Helvetica", arial, sans-serif;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    margin-left: 6px;
    outline: medium none;
    padding: 8px 13px 7px;
    text-decoration: none;
    text-shadow: 0 1px #fff;
    white-space: nowrap;
}

.RecActionButton em {
    display: inline-block;
    outline: medium none;
    position: relative;
    vertical-align: middle;
    margin: -2px 1px 0px -1px;
}

.RecActionButton.first {
    margin-left: 0px;
}

.RecActionButton.email em {
    background: rgba(0, 0, 0, 0) url("../images/common.png") no-repeat scroll -32px 0px;
}

.RecActionButton.print em {
    background: rgba(0, 0, 0, 0) url("../images/common.png") no-repeat scroll -48px 0px;
}

.RecActionButton.pin {
    border: 1px solid #920c12;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
    background-image: linear-gradient(#e63d44, #c11a22);
}

.RecActionButton.pin img {
    margin-top: -4px;
    width: 48px;
    height: 24px;
    background: rgba(0, 0, 0, 0) url("../images/common.png") no-repeat scroll -47px -16px;
    display: inline-block;
    outline: medium none;
    position: relative;
    vertical-align: middle;
}

.RecCloseButton {
    position: fixed;
    top: 0;
    z-index: 10050;
    background: rgba(0, 0, 0, 0) linear-gradient(#fff, #ebebeb) repeat scroll 0 0;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.34), 1px 0 0 rgba(255, 255, 255, 0.9) inset;
    cursor: pointer;
    display: block;
    height: 44px;
    right: 31px;
    transform: translateY(-60px);
    transition-delay: 0.3s;
    transition-duration: 0.4s;
    transition-property: transform;
    width: 44px;
}

.RecCloseButton em {
    background: rgba(0, 0, 0, 0) url("../images/common.png") no-repeat scroll 0px 0px;
    display: inline-block;
    margin-top: -1px;
    outline: medium none;
    position: relative;
    vertical-align: middle;
}

.stc-footer-close {
    display: none;
    bottom: 30px;
    position: fixed;
    right: 31px;
    z-index: 10090;
}

.RecFooterClose {
    background-color: #fff;
    border-radius: 50%;
    border: 0 none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.42);
    display: block;
    margin: 0;
    outline: medium none;
    position: relative;
    width: 53px;
    height: 53px;
}

.RecFooterClose em {
    background: rgba(0, 0, 0, 0) url("../images/common.png") no-repeat scroll 0px 0px;
    display: inline-block;
    position: relative;
    height: 16px;
    width: 16px;
}

.overlay-content .overlay-header {
    color: #333;
    font-size: 21px;
    font-weight: 700;
    margin: 0 auto 3px auto;
}

.ingredient-container {
    background: #f0f0f0 none repeat scroll 0 0;
    padding: 10px;
}

.ingredient-name {
    display: block;
    margin: 8px 0px 10px 40px;
}

.sub-header {
    color: #999;
    font-size: 16px;
    margin-bottom: 10px;
}

.ingredient-container th {
    color: #000;
    font-size: 16px;
    margin: 0 0 12px 0;
}

.ingredient-container table {
    border-collapse: collapse;
    border: none;
    margin: 0 auto;
}

.ingredient-container th,
.ingredient-container td {
    padding: 0;
}

.ingredient-container .underline {
    border-width: 0px 0px 1px 0px;
    border-color: #dfdfdf;
    border-style: solid;
}

.ingredient-container td {
    border: none;
}

.ingredient-checkbox {
    display: none;
}


.ingredient-container label {
    display: inline;
    cursor: pointer;
}

.ingredient-checkbox+label {
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    float: left;
    padding: 14px;
    border-radius: 16px;
    display: inline-block;
    margin-top: 4px;
    position: relative;
}

.ingredient-checkbox+label:after {
    font-size: 28px;
    line-height: 28px;
    left: 6px;
    content: '+';
    position: absolute;
    top: 0px;
    color: #99a1a7;
}

.ingredient-checkbox:checked+label {
    background-color: #1bc6ff;
}

.ingredient-checkbox:checked+label:after {
    font-size: 28px;
    line-height: 28px;
    left: 3px;
    content: '\2714';
    position: absolute;
    top: 2px;
    color: #ffffff;
}

.ingredient-checkbox::checked+label:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.RecActionButton em {
    display: inline-block;
    outline: medium none;
    position: relative;
    vertical-align: middle;
    margin: -2px 1px 0px -1px;
}

.stc-cart-overlay {
    cursor: pointer;
    bottom: 30px;
    left: 10px;
    position: fixed;
    z-index: 10100;
}

.stc-cart-overlay .img-wrapper:after {
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.42);
    content: " ";
    height: 53px;
    left: 0;
    position: absolute;
    top: 0;
    width: 53px;
}

.stc-badge-shop {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #BD081B;
    border-radius: 50%;
    color: #BD081B;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    width: 16px;
    height: 16px;
    right: -3px;
    top: -2px;
    z-index: 10110;
    visibility: hidden;
}

.stc-button-shop {
    background: rgba(0, 0, 0, 0) url("../images/shopping-list.png") no-repeat scroll 0px 0px;
    display: inline-block;
    height: 53px;
    position: relative;
    width: 53px;
    z-index: 10105;
}

/********************
 *     General      *
 ********************/
.stc-button {
    cursor: pointer;
}

.stc-button-text {
    display: block;
}

.stc-badge-text {
    margin-top: -2px;
}

.borderless {
    background-color: transparent;
    border: 0 none;
    margin: 0;
    padding: 0;
}

.cur-pointer {
    cursor: pointer;
}

.clearBoth {
    clear: both;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

.limitbox {
    overflow: hidden;
}

.no-drag {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.no-scroll {
    overflow: hidden !important;
}

.transformVisible {
    transform: translateY(0px);
}

.stc-icon-xxsmall,
.stc-icon-xsmall,
.stc-icon-small,
.stc-icon-xxsmall-wide {
    display: inline-block;
}

.stc-icon-xxsmall {
    height: 16px;
    width: 16px;
}

.stc-icon-xsmall {
    height: 24px;
    width: 24px;
}

.stc-icon-small {
    height: 24px;
    width: 24px;
}

.stc-icon-xxsmall-wide {
    height: 16px;
    width: 32px;
}

.stc-full-height {
    height: 100%;
}

.center-div {
    margin: 0 auto;
}

.stc-icon-button {
    border: 0px solid transparent;
}

/********************
 *     Search      *
 ********************/
#stc-search-header {
    background: white;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
    height: 44px;
    padding-top: 10px;
    margin-bottom: 2px;
}

#stc-search-header .center-div {
    padding: 0 7px 0 7px;
    max-width: 600px;
}

.stc-search-form {
    display: table;
    width: 100%;
}

.stc-search-float {
    left: 0;
    position: fixed;
    transition: opacity 1s ease 0s;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.stc-home-button,
.stc-search-container,
.stc-search-button {
    box-sizing: border-box !important;
    display: table-cell !important;
}

.stc-home-button {
    border-radius: 6px 0 0 6px;
    background: #f5f5f5 linear-gradient(#fff, #f5f5f5) repeat scroll 0 0;
    float: left;
    height: 34px;
    padding: 4px 9px;
    width: 44px;
    border: 1px solid #ccc;
    cursor: pointer;
    text-shadow: 0 1px #fff;
}

.stc-home-button em {
    background: rgba(0, 0, 0, 0) url("../images/common.png") no-repeat scroll 0px -16px;
}

.stc-search-container {
    background-color: #e9e9e9;
    border-color: #d4d4d4;
    border-style: solid;
    border-width: 1px 0px 1px 0px !important;
    height: 32px;
    margin-left: 0px;
    margin-right: 0px;
    color: #a7a7a7;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    width: 100%;
    vertical-align: top;
}

.stc-search-container input {
    background: transparent;
    border: 0 none;
    border-color: transparent;
    box-sizing: border-box;
    color: #a7a7a7;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding: 6px 0 6px 6px;
    width: 100%;
    vertical-align: top;
}

.stc-search-button {
    border-radius: 0 6px 6px 0;
    background: #f5f5f5 linear-gradient(#fff, #f5f5f5) repeat scroll 0 0;
    float: right;
    height: 34px;
    padding: 4px 9px;
    width: 44px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.stc-search-button em {
    background: rgba(0, 0, 0, 0) url("../images/common.png") no-repeat scroll -24px -16px;
}

.stc-search-container input:focus {
    color: #333;
}

/********************
 *     Recipes      *
 ********************/
.custom-template-inner {
    color: #7e7363;
}

.stc-category-feat {
    text-align: center;
}

.recipe-select-header {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #444444;
}

.stc-featured {
    margin: 15px;
    text-align: center;
}

.stc-feat-image {
    display: inline-block;
    width: 440px;
    height: 310px;
    text-align: center;
    vertical-align: top;
    position: relative;
}

.stc-feat-image .inner-border {
    border: 4px solid white;
    height: 286px;
    left: 8px;
    position: absolute;
    top: 8px;
    width: 416px;
}

.stc-feat-image em {
    background: white url("../images/common.png") no-repeat scroll -80px 0;
    display: block;
    margin: -8px auto 0 auto;
}

.stc-feat-image h3 {
    color: #878787;
    font-size: 13px;
}

.stc-feat-detail {
    display: inline-block;
    text-align: left;
    color: #454545;
    height: 310px;
    width: 50%;
    position: relative;
}

.stc-feat-detail .stc-content-wrapper {
    padding: 10px 0 0 20px;
}

.stc-feat-detail h2 {
    font-size: 26px;
    font-family: "Roboto", Georgia;
    font-weight: 500;
    font-weight: bold;
    line-height: normal;
}

.stc-feat-detail h3 {
    font-size: 16px;
    font-family: "Roboto", Georgia;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
    margin-top: 10px;
}

.stc-feat-detail .limitbox {
    max-height: 200px;
}

.stc-feat-detail ul {
    list-style: none;
    margin: 20px auto 70px auto;
}

.stc-feat-detail li {
    font-size: 18px;
    font-family: "Roboto", Georgia;
    font-weight: 500;
}

.stc-feat-link {
    padding: 20px 22px;
    background: #2872c2;
    border-bottom: #033694 1px solid;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

a.stc-feat-link,
a:hover.stc-feat-link,
a:focus.stc-feat-link,
a:active.stc-feat-link,
a:visited.stc-feat-link {
    text-decoration: none;
    color: white;
}


.category-main {
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
}

.item-category {
    display: inline-block;
    margin: 14px 7px 0;
    width: 210px;
}

.item-category a {
    text-decoration: none;
}

.item-category .image-wrapper {
    height: 150px;
    width: 210px;
}

.category-summary {
    padding: 10px;
    color: #454545;
    font-size: 18px;
    font-family: "Roboto", Georgia;
    font-weight: 500;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
}

.stc-col-3 {
    clear: both;
    width: 100%;
}

.stc-rec-divider {
    margin: 35px 10px 0px 10px;
    text-align: center;
}

.header-line-sub {
    font-size: 26px;
    font-weight: bold;
    line-height: normal;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.header-line-sub span {
    color: #454545;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    display: inline;
    vertical-align: auto;
    position: relative;
    padding: 0 20px;
}

.header-line-sub span:before,
.header-line-sub span:after {
    content: '';
    display: block;
    width: 1000px;
    position: absolute;
    top: 0.73em;
    border-top: 1px dotted #bdbdbd;
}

.header-line-sub span:before {
    right: 100%;
}

.header-line-sub span:after {
    left: 100%;
}


iframe.fb_iframe_widget_lift {
    max-width: none !important;
}

/********************
 *      Sizing      *
 ********************/
#stc-search-header,
.RecActionBar,
.RecActionButton,
.RecFooterClose,
.ingredient-checkbox+label::after {
    box-sizing: content-box;
}

/********************
 *    Responsive    *
 ********************/
@media (max-width: 1000px) {
    .stc-colorbox {
        margin-right: 15px;
    }

    .stc-height-box {
        height: auto;
    }
}

@media (max-width: 870px) {
    .RecCloseButton {
        display: none;
    }

    .stc-footer-close {
        display: block;
    }
}

@media (max-width: 736px) {
    #overlay-content-wrapper {
        width: auto;
    }

    .stc-feat-detail {
        width: 90%;
        height: auto;
    }

    .stc-feat-detail .stc-content-wrapper {
        padding: 0;
    }
}

@media (max-width: 450px) {
    .stc-featured {
        margin: 0;
    }

    .stc-feat-image {
        height: auto;
        width: auto;
    }

    .stc-feat-image .inner-border {
        display: none;
    }
}

@media (max-width: 400px) {
    .RecActionButton.print {
        display: none;
    }
}