/* override default breakpoints */
.overlay-0 {
  background-color: rgba(0, 0, 0, 0); }

.overlay-dark.overlay-0 {
  background-color: rgba(0, 0, 0, 0); }

.overlay-light.overlay-0 {
  background-color: rgba(255, 255, 255, 0); }

.overlay-10 {
  background-color: rgba(0, 0, 0, 0.1); }

.overlay-dark.overlay-10 {
  background-color: rgba(0, 0, 0, 0.1); }

.overlay-light.overlay-10 {
  background-color: rgba(255, 255, 255, 0.1); }

.overlay-20 {
  background-color: rgba(0, 0, 0, 0.2); }

.overlay-dark.overlay-20 {
  background-color: rgba(0, 0, 0, 0.2); }

.overlay-light.overlay-20 {
  background-color: rgba(255, 255, 255, 0.2); }

.overlay-30 {
  background-color: rgba(0, 0, 0, 0.3); }

.overlay-dark.overlay-30 {
  background-color: rgba(0, 0, 0, 0.3); }

.overlay-light.overlay-30 {
  background-color: rgba(255, 255, 255, 0.3); }

.overlay-40 {
  background-color: rgba(0, 0, 0, 0.4); }

.overlay-dark.overlay-40 {
  background-color: rgba(0, 0, 0, 0.4); }

.overlay-light.overlay-40 {
  background-color: rgba(255, 255, 255, 0.4); }

.overlay-50 {
  background-color: rgba(0, 0, 0, 0.5); }

.overlay-dark.overlay-50 {
  background-color: rgba(0, 0, 0, 0.5); }

.overlay-light.overlay-50 {
  background-color: rgba(255, 255, 255, 0.5); }

.overlay-60 {
  background-color: rgba(0, 0, 0, 0.6); }

.overlay-dark.overlay-60 {
  background-color: rgba(0, 0, 0, 0.6); }

.overlay-light.overlay-60 {
  background-color: rgba(255, 255, 255, 0.6); }

.overlay-70 {
  background-color: rgba(0, 0, 0, 0.7); }

.overlay-dark.overlay-70 {
  background-color: rgba(0, 0, 0, 0.7); }

.overlay-light.overlay-70 {
  background-color: rgba(255, 255, 255, 0.7); }

.overlay-80 {
  background-color: rgba(0, 0, 0, 0.8); }

.overlay-dark.overlay-80 {
  background-color: rgba(0, 0, 0, 0.8); }

.overlay-light.overlay-80 {
  background-color: rgba(255, 255, 255, 0.8); }

.overlay-90 {
  background-color: rgba(0, 0, 0, 0.9); }

.overlay-dark.overlay-90 {
  background-color: rgba(0, 0, 0, 0.9); }

.overlay-light.overlay-90 {
  background-color: rgba(255, 255, 255, 0.9); }

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

/* Embedded images styles for: Basic Page, Blog, Landing page
    ========================================================================== */
/* function to convert the calc function in to rem based
$first- should be in % */
/** Slick Carousel Starts **/
/** Slick Carousel Ends **/
.menu-item-focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none; }
  .menu-item-focus::before {
    content: '';
    position: absolute;
    border: 0.0625rem solid #fff;
    border-radius: 0.25rem;
    top: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
    right: 0.25rem; }

.social-icons-focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none; }
  .social-icons-focus::before {
    content: '';
    position: absolute;
    border: 0.0625rem solid #8f8f8f;
    border-radius: 50%;
    top: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
    right: -0.25rem; }

.brand-logo-focus-dark {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0.0625rem solid #fff;
  border: none; }

.footer-links-focus-dark {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  position: relative; }
  .footer-links-focus-dark::after {
    content: '';
    position: absolute;
    border: 0.0625rem solid #fff;
    border-radius: 0.25rem;
    top: 0rem;
    right: 0rem;
    bottom: 0rem;
    left: 0rem; }

.brand-logo-focus-light {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0.0625rem solid #8f8f8f;
  border: none; }

.footer-links-focus-light {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  position: relative; }
  .footer-links-focus-light::after {
    content: '';
    position: absolute;
    border: 0.0625rem solid #8f8f8f;
    border-radius: 0.25rem;
    top: 0rem;
    right: 0rem;
    bottom: 0rem;
    left: 0rem; }

.search-focus-light {
  -webkit-box-shadow: 0 0 0 0.1875rem #fff, 0 0 0 0.25rem #fff;
          box-shadow: 0 0 0 0.1875rem #fff, 0 0 0 0.25rem #fff;
  outline: none; }

.search-focus-dark {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  outline: solid 0.0625rem #fff;
  outline-offset: 0.25rem; }

.header-logo-focus {
  outline: none;
  position: relative;
  outline-offset: 0rem; }
  .header-logo-focus::after {
    content: '';
    position: absolute;
    border: 0.0625rem solid #fff;
    border-radius: 0.25rem;
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem; }

.tooltip-focus-light {
  outline: none;
  position: relative; }
  .tooltip-focus-light::before {
    content: '';
    position: absolute;
    border: 0.0625rem solid #8f8f8f;
    border-radius: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.tooltip-focus-dark {
  outline: none;
  position: relative; }
  .tooltip-focus-dark::before {
    content: '';
    position: absolute;
    border: 0.0625rem solid #fff;
    border-radius: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.btn {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  border-radius: 0.25rem;
  min-height: 3rem;
  position: relative;
  height: auto;
  word-wrap: break-word; }
  .btn svg {
    margin-right: 0.375rem; }
  .btn.btn-primary {
    background-color: #002F6C;
    color: #fff;
    border-color: #002F6C; }
    .btn.btn-primary:hover {
      background-color: #002556;
      color: #fff;
      border-color: #002556; }
    .btn.btn-primary:not(:disabled):not(.disabled):active, .btn.btn-primary:not(:disabled):not(.disabled).active, .btn.btn-primary:active {
      background-color: #002556;
      color: #fff;
      border-color: #fff; }
    .btn.btn-primary svg {
      fill: #fff; }
    .btn.btn-primary:focus {
      -webkit-box-shadow: none;
              box-shadow: none; }
      .btn.btn-primary:focus::after {
        content: '';
        position: absolute;
        border: 0.0625rem solid #fff;
        border-radius: 0.25rem;
        top: 0.25rem;
        right: 0.25rem;
        bottom: 0.25rem;
        left: 0.25rem; }
      .btn.btn-primary:focus svg {
        fill: #fff; }
    .btn.btn-primary:not(:disabled):not(.disabled):active, .btn.btn-primary:not(:disabled):not(.disabled).active, .btn.btn-primary:active {
      -webkit-box-shadow: inset 0 0.125rem 0.25rem 0.0625rem rgba(0, 0, 0, 0.5);
              box-shadow: inset 0 0.125rem 0.25rem 0.0625rem rgba(0, 0, 0, 0.5); }
      .btn.btn-primary:not(:disabled):not(.disabled):active svg, .btn.btn-primary:not(:disabled):not(.disabled).active svg, .btn.btn-primary:active svg {
        fill: #fff; }
    .btn.btn-primary:hover {
      cursor: pointer; }
      .btn.btn-primary:hover svg {
        fill: #fff; }
  .btn.btn-secondary {
    border: 0.0625rem solid transparent;
    background-color: #0e78ad;
    color: #fff;
    border-color: #0e78ad; }
    .btn.btn-secondary:hover {
      background-color: #0a557a;
      color: #fff;
      border-color: #0a557a; }
    .btn.btn-secondary:not(:disabled):not(.disabled):active, .btn.btn-secondary:not(:disabled):not(.disabled).active, .btn.btn-secondary:active {
      background-color: #0e78ad;
      color: #fff;
      border-color: #fff; }
    .btn.btn-secondary svg {
      fill: #fff; }
    .btn.btn-secondary:focus {
      -webkit-box-shadow: none;
              box-shadow: none; }
      .btn.btn-secondary:focus::after {
        content: '';
        position: absolute;
        border: 0.0625rem solid #fff;
        border-radius: 0.25rem;
        top: 0.25rem;
        right: 0.25rem;
        bottom: 0.25rem;
        left: 0.25rem; }
      .btn.btn-secondary:focus svg {
        fill: #fff; }
    .btn.btn-secondary:not(:disabled):not(.disabled):active, .btn.btn-secondary:not(:disabled):not(.disabled).active, .btn.btn-secondary:active {
      -webkit-box-shadow: inset 0 0.125rem 0.25rem 0.0625rem rgba(0, 0, 0, 0.5);
              box-shadow: inset 0 0.125rem 0.25rem 0.0625rem rgba(0, 0, 0, 0.5); }
    .btn.btn-secondary:hover {
      cursor: pointer; }
      .btn.btn-secondary:hover svg {
        fill: #fff; }
  .btn.btn-tertiary, .recipe-blog-landing .blog-footer button.btn {
    border: 0.0625rem solid transparent;
    background-color: #fff;
    color: #002F6C;
    border-color: #002F6C; }
    .btn.btn-tertiary:hover, .recipe-blog-landing .blog-footer button.btn:hover {
      background-color: #002556;
      color: #fff;
      border-color: #002556; }
    .btn.btn-tertiary:not(:disabled):not(.disabled):active, .recipe-blog-landing .blog-footer button.btn:not(:disabled):not(.disabled):active, .btn.btn-tertiary:not(:disabled):not(.disabled).active, .recipe-blog-landing .blog-footer button.btn:not(:disabled):not(.disabled).active, .btn.btn-tertiary:active, .recipe-blog-landing .blog-footer button.btn:active {
      background-color: #002556;
      color: #fff;
      border-color: #fff; }
    .btn.btn-tertiary svg, .recipe-blog-landing .blog-footer button.btn svg {
      fill: #002F6C; }
    .btn.btn-tertiary:focus, .recipe-blog-landing .blog-footer button.btn:focus, .btn.btn-tertiary.spinning, .recipe-blog-landing .blog-footer button.btn.spinning {
      -webkit-box-shadow: none;
              box-shadow: none; }
      .btn.btn-tertiary:focus::after, .recipe-blog-landing .blog-footer button.btn:focus::after, .btn.btn-tertiary.spinning::after, .recipe-blog-landing .blog-footer button.btn.spinning::after {
        content: '';
        position: absolute;
        border: 0.0625rem solid #002F6C;
        border-radius: 0.25rem;
        top: 0.25rem;
        right: 0.25rem;
        bottom: 0.25rem;
        left: 0.25rem; }
      .btn.btn-tertiary:focus svg, .recipe-blog-landing .blog-footer button.btn:focus svg, .btn.btn-tertiary.spinning svg, .recipe-blog-landing .blog-footer button.btn.spinning svg {
        fill: #002F6C; }
    .btn.btn-tertiary:not(:disabled):not(.disabled):active, .recipe-blog-landing .blog-footer button.btn:not(:disabled):not(.disabled):active, .btn.btn-tertiary:not(:disabled):not(.disabled).active, .recipe-blog-landing .blog-footer button.btn:not(:disabled):not(.disabled).active, .btn.btn-tertiary:active, .recipe-blog-landing .blog-footer button.btn:active {
      -webkit-box-shadow: inset 0 0.125rem 0.25rem 0.0625rem rgba(0, 0, 0, 0.5);
              box-shadow: inset 0 0.125rem 0.25rem 0.0625rem rgba(0, 0, 0, 0.5); }
      .btn.btn-tertiary:not(:disabled):not(.disabled):active svg, .recipe-blog-landing .blog-footer button.btn:not(:disabled):not(.disabled):active svg, .btn.btn-tertiary:not(:disabled):not(.disabled).active svg, .recipe-blog-landing .blog-footer button.btn:not(:disabled):not(.disabled).active svg, .btn.btn-tertiary:active svg, .recipe-blog-landing .blog-footer button.btn:active svg {
        fill: #fff; }
    .btn.btn-tertiary:hover, .recipe-blog-landing .blog-footer button.btn:hover {
      cursor: pointer; }
      .btn.btn-tertiary:hover svg, .recipe-blog-landing .blog-footer button.btn:hover svg {
        fill: #fff; }
  .btn.btn-secondary-light {
    background-color: #fff;
    color: #1b806d;
    border-color: #fff; }
    .btn.btn-secondary-light:hover {
      background-color: #135d51;
      color: #fff;
      border-color: #135d51; }
    .btn.btn-secondary-light:not(:disabled):not(.disabled):active, .btn.btn-secondary-light:not(:disabled):not(.disabled).active, .btn.btn-secondary-light:active {
      background-color: #1b806d;
      color: #fff;
      border-color: #fff; }
    .btn.btn-secondary-light svg {
      fill: #1b806d; }
    .btn.btn-secondary-light:focus {
      background-color: #fff;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .btn.btn-secondary-light:focus::after {
        content: '';
        position: absolute;
        border: 0.0625rem solid #1b806d;
        border-radius: 0.25rem;
        top: 0.25rem;
        right: 0.25rem;
        bottom: 0.25rem;
        left: 0.25rem; }
      .btn.btn-secondary-light:focus svg {
        fill: #1b806d; }
    .btn.btn-secondary-light:not(:disabled):not(.disabled):active, .btn.btn-secondary-light:not(:disabled):not(.disabled).active, .btn.btn-secondary-light:active {
      -webkit-box-shadow: inset 0 0.125rem 0.25rem 0.0625rem rgba(0, 0, 0, 0.5);
              box-shadow: inset 0 0.125rem 0.25rem 0.0625rem rgba(0, 0, 0, 0.5);
      background-color: #fff;
      color: #696158; }
    .btn.btn-secondary-light:hover {
      cursor: pointer; }
      .btn.btn-secondary-light:hover svg {
        fill: #fff; }
  .btn.btn-tag {
    border-radius: 1rem;
    position: relative;
    background-color: #0e78ad;
    color: #fff;
    border-color: #002F6C;
    border: 0.125rem solid transparent;
    height: auto !important;
    padding-right: 1.5rem; }
    .btn.btn-tag:hover {
      background-color: #0a557a;
      color: #fff;
      border-color: #002556; }
    .btn.btn-tag:not(:disabled):not(.disabled):active, .btn.btn-tag:not(:disabled):not(.disabled).active, .btn.btn-tag:active {
      background-color: #0a557a;
      color: #fff;
      border-color: #002F6C; }
    .btn.btn-tag svg {
      margin-left: 0.375rem;
      fill: #fff;
      position: absolute;
      right: 0.25rem;
      top: 1.0625rem;
      -webkit-transform: translateY(-70%);
              transform: translateY(-70%); }
    .btn.btn-tag:focus {
      -webkit-box-shadow: 0 0 0.3125rem 0.0625rem #002F6C;
              box-shadow: 0 0 0.3125rem 0.0625rem #002F6C;
      border: 0.125rem solid #fff;
      background-color: #0a557a;
      color: #fff; }
      .btn.btn-tag:focus::after {
        border: none; }
    .btn.btn-tag:active {
      -webkit-box-shadow: inset 0 0.125rem 0.25rem 0.0625rem rgba(0, 0, 0, 0.5);
              box-shadow: inset 0 0.125rem 0.25rem 0.0625rem rgba(0, 0, 0, 0.5); }
  .btn.btn-white {
    background-color: transparent;
    color: #fff;
    border-color: #fff; }
    .btn.btn-white:hover {
      background-color: #fff;
      color: #696158;
      border-color: #fff; }
    .btn.btn-white:not(:disabled):not(.disabled):active, .btn.btn-white:not(:disabled):not(.disabled).active, .btn.btn-white:active {
      background-color: transparent;
      color: #696158;
      border-color: #fff; }
    .btn.btn-white:focus {
      -webkit-box-shadow: none;
              box-shadow: none; }
      .btn.btn-white:focus::after {
        content: '';
        position: absolute;
        border: 0.0625rem solid #fff;
        border-radius: 0.25rem;
        top: 0.25rem;
        right: 0.25rem;
        bottom: 0.25rem;
        left: 0.25rem; }
      .btn.btn-white:focus svg {
        fill: #fff; }
    .btn.btn-white:not(:disabled):not(.disabled):active, .btn.btn-white:not(:disabled):not(.disabled).active, .btn.btn-white:active {
      -webkit-box-shadow: inset 0 0.125rem 0.25rem 0.0625rem rgba(0, 0, 0, 0.5);
              box-shadow: inset 0 0.125rem 0.25rem 0.0625rem rgba(0, 0, 0, 0.5);
      background-color: #fff;
      color: #696158; }
    .btn.btn-white:hover {
      cursor: pointer; }
    .btn.btn-white.solid-fill {
      background: #fff;
      color: #000000; }
      .btn.btn-white.solid-fill:focus {
        -webkit-box-shadow: none;
                box-shadow: none; }
        .btn.btn-white.solid-fill:focus::after {
          content: '';
          position: absolute;
          border: 0.0625rem solid #000000;
          border-radius: 0.25rem;
          top: 0.25rem;
          right: 0.25rem;
          bottom: 0.25rem;
          left: 0.25rem; }
        .btn.btn-white.solid-fill:focus svg {
          fill: #000000; }
      .btn.btn-white.solid-fill:hover {
        background-color: #eaeaea; }
  .btn.btn-black {
    background-color: transparent;
    color: #000000;
    border-color: #000000; }
    .btn.btn-black:hover {
      background-color: #000000;
      color: #fff;
      border-color: #000000; }
    .btn.btn-black:not(:disabled):not(.disabled):active, .btn.btn-black:not(:disabled):not(.disabled).active, .btn.btn-black:active {
      background-color: transparent;
      color: #000000;
      border-color: #000000; }
    .btn.btn-black:focus {
      background-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .btn.btn-black:focus::after {
        content: '';
        position: absolute;
        border: 0.0625rem solid #000000;
        border-radius: 0.25rem;
        top: 0.25rem;
        right: 0.25rem;
        bottom: 0.25rem;
        left: 0.25rem; }
      .btn.btn-black:focus svg {
        fill: #000000; }
      .btn.btn-black:focus:hover {
        background-color: #000000;
        color: #fff; }
    .btn.btn-black:not(:disabled):not(.disabled):active, .btn.btn-black:not(:disabled):not(.disabled).active, .btn.btn-black:active {
      -webkit-box-shadow: inset 0 0.125rem 0.25rem 0.0625rem rgba(0, 0, 0, 0.5);
              box-shadow: inset 0 0.125rem 0.25rem 0.0625rem rgba(0, 0, 0, 0.5);
      background-color: #000000;
      color: #fff; }
    .btn.btn-black:hover {
      cursor: pointer; }
    .btn.btn-black.solid-fill {
      background: #000000;
      color: #fff; }
      .btn.btn-black.solid-fill:focus {
        background-color: #000000;
        -webkit-box-shadow: none;
                box-shadow: none; }
        .btn.btn-black.solid-fill:focus::after {
          content: '';
          position: absolute;
          border: 0.0625rem solid #fff;
          border-radius: 0.25rem;
          top: 0.25rem;
          right: 0.25rem;
          bottom: 0.25rem;
          left: 0.25rem; }
        .btn.btn-black.solid-fill:focus svg {
          fill: #fff; }
      .btn.btn-black.solid-fill:hover {
        background-color: #000000; }
  .btn.large {
    min-width: 11.1875rem;
    line-height: 2.1; }
  .btn.medium {
    min-width: 7.8125rem;
    min-height: 2.5rem;
    font-size: 0.875rem;
    line-height: 1.75; }
    @media (max-width: 991.98px) {
      .btn.medium {
        min-height: 0; } }
  .btn.small {
    min-width: 5.6875rem;
    min-height: 2rem;
    font-size: 0.875rem; }
  .btn.xsmall {
    min-width: 5.6875rem;
    min-height: 2rem;
    font-size: 0.75rem; }
  .btn.btn-primary.disabled, .btn.btn-primary:disabled, .btn.btn-secondary.disabled, .btn.btn-secondary:disabled, .btn.btn-tertiary.disabled, .recipe-blog-landing .blog-footer button.btn.disabled, .btn.btn-tertiary:disabled, .recipe-blog-landing .blog-footer button.btn:disabled, .btn.btn-secondary-light.disabled, .btn.btn-secondary-light:disabled, .btn.btn-white.disabled, .btn.btn-white:disabled, .btn.btn-black.disabled, .btn.btn-black:disabled {
    opacity: 1;
    cursor: not-allowed;
    background-color: #eaeaea;
    color: #696158;
    border-color: #696158; }
    .btn.btn-primary.disabled:hover, .btn.btn-primary:disabled:hover, .btn.btn-secondary.disabled:hover, .btn.btn-secondary:disabled:hover, .btn.btn-tertiary.disabled:hover, .recipe-blog-landing .blog-footer button.btn.disabled:hover, .btn.btn-tertiary:disabled:hover, .recipe-blog-landing .blog-footer button.btn:disabled:hover, .btn.btn-secondary-light.disabled:hover, .btn.btn-secondary-light:disabled:hover, .btn.btn-white.disabled:hover, .btn.btn-white:disabled:hover, .btn.btn-black.disabled:hover, .btn.btn-black:disabled:hover {
      background-color: #eaeaea;
      color: #696158;
      border-color: #696158; }
    .btn.btn-primary.disabled:not(:disabled):not(.disabled):active, .btn.btn-primary.disabled:not(:disabled):not(.disabled).active, .btn.btn-primary.disabled:active, .btn.btn-primary:disabled:not(:disabled):not(.disabled):active, .btn.btn-primary:disabled:not(:disabled):not(.disabled).active, .btn.btn-primary:disabled:active, .btn.btn-secondary.disabled:not(:disabled):not(.disabled):active, .btn.btn-secondary.disabled:not(:disabled):not(.disabled).active, .btn.btn-secondary.disabled:active, .btn.btn-secondary:disabled:not(:disabled):not(.disabled):active, .btn.btn-secondary:disabled:not(:disabled):not(.disabled).active, .btn.btn-secondary:disabled:active, .btn.btn-tertiary.disabled:not(:disabled):not(.disabled):active, .recipe-blog-landing .blog-footer button.btn.disabled:not(:disabled):not(.disabled):active, .btn.btn-tertiary.disabled:not(:disabled):not(.disabled).active, .recipe-blog-landing .blog-footer button.btn.disabled:not(:disabled):not(.disabled).active, .btn.btn-tertiary.disabled:active, .recipe-blog-landing .blog-footer button.btn.disabled:active, .btn.btn-tertiary:disabled:not(:disabled):not(.disabled):active, .recipe-blog-landing .blog-footer button.btn:disabled:not(:disabled):not(.disabled):active, .btn.btn-tertiary:disabled:not(:disabled):not(.disabled).active, .recipe-blog-landing .blog-footer button.btn:disabled:not(:disabled):not(.disabled).active, .btn.btn-tertiary:disabled:active, .recipe-blog-landing .blog-footer button.btn:disabled:active, .btn.btn-secondary-light.disabled:not(:disabled):not(.disabled):active, .btn.btn-secondary-light.disabled:not(:disabled):not(.disabled).active, .btn.btn-secondary-light.disabled:active, .btn.btn-secondary-light:disabled:not(:disabled):not(.disabled):active, .btn.btn-secondary-light:disabled:not(:disabled):not(.disabled).active, .btn.btn-secondary-light:disabled:active, .btn.btn-white.disabled:not(:disabled):not(.disabled):active, .btn.btn-white.disabled:not(:disabled):not(.disabled).active, .btn.btn-white.disabled:active, .btn.btn-white:disabled:not(:disabled):not(.disabled):active, .btn.btn-white:disabled:not(:disabled):not(.disabled).active, .btn.btn-white:disabled:active, .btn.btn-black.disabled:not(:disabled):not(.disabled):active, .btn.btn-black.disabled:not(:disabled):not(.disabled).active, .btn.btn-black.disabled:active, .btn.btn-black:disabled:not(:disabled):not(.disabled):active, .btn.btn-black:disabled:not(:disabled):not(.disabled).active, .btn.btn-black:disabled:active {
      background-color: #eaeaea;
      color: #696158;
      border-color: #696158; }
    .btn.btn-primary.disabled:hover, .btn.btn-primary:disabled:hover, .btn.btn-secondary.disabled:hover, .btn.btn-secondary:disabled:hover, .btn.btn-tertiary.disabled:hover, .recipe-blog-landing .blog-footer button.btn.disabled:hover, .btn.btn-tertiary:disabled:hover, .recipe-blog-landing .blog-footer button.btn:disabled:hover, .btn.btn-secondary-light.disabled:hover, .btn.btn-secondary-light:disabled:hover, .btn.btn-white.disabled:hover, .btn.btn-white:disabled:hover, .btn.btn-black.disabled:hover, .btn.btn-black:disabled:hover {
      cursor: not-allowed; }
    .btn.btn-primary.disabled svg, .btn.btn-primary:disabled svg, .btn.btn-secondary.disabled svg, .btn.btn-secondary:disabled svg, .btn.btn-tertiary.disabled svg, .recipe-blog-landing .blog-footer button.btn.disabled svg, .btn.btn-tertiary:disabled svg, .recipe-blog-landing .blog-footer button.btn:disabled svg, .btn.btn-secondary-light.disabled svg, .btn.btn-secondary-light:disabled svg, .btn.btn-white.disabled svg, .btn.btn-white:disabled svg, .btn.btn-black.disabled svg, .btn.btn-black:disabled svg {
      fill: #696158; }
    .btn.btn-primary.disabled:not(:disabled):not(.disabled):active, .btn.btn-primary.disabled:not(:disabled):not(.disabled).active, .btn.btn-primary.disabled:active, .btn.btn-primary:disabled:not(:disabled):not(.disabled):active, .btn.btn-primary:disabled:not(:disabled):not(.disabled).active, .btn.btn-primary:disabled:active, .btn.btn-secondary.disabled:not(:disabled):not(.disabled):active, .btn.btn-secondary.disabled:not(:disabled):not(.disabled).active, .btn.btn-secondary.disabled:active, .btn.btn-secondary:disabled:not(:disabled):not(.disabled):active, .btn.btn-secondary:disabled:not(:disabled):not(.disabled).active, .btn.btn-secondary:disabled:active, .btn.btn-tertiary.disabled:not(:disabled):not(.disabled):active, .recipe-blog-landing .blog-footer button.btn.disabled:not(:disabled):not(.disabled):active, .btn.btn-tertiary.disabled:not(:disabled):not(.disabled).active, .recipe-blog-landing .blog-footer button.btn.disabled:not(:disabled):not(.disabled).active, .btn.btn-tertiary.disabled:active, .recipe-blog-landing .blog-footer button.btn.disabled:active, .btn.btn-tertiary:disabled:not(:disabled):not(.disabled):active, .recipe-blog-landing .blog-footer button.btn:disabled:not(:disabled):not(.disabled):active, .btn.btn-tertiary:disabled:not(:disabled):not(.disabled).active, .recipe-blog-landing .blog-footer button.btn:disabled:not(:disabled):not(.disabled).active, .btn.btn-tertiary:disabled:active, .recipe-blog-landing .blog-footer button.btn:disabled:active, .btn.btn-secondary-light.disabled:not(:disabled):not(.disabled):active, .btn.btn-secondary-light.disabled:not(:disabled):not(.disabled).active, .btn.btn-secondary-light.disabled:active, .btn.btn-secondary-light:disabled:not(:disabled):not(.disabled):active, .btn.btn-secondary-light:disabled:not(:disabled):not(.disabled).active, .btn.btn-secondary-light:disabled:active, .btn.btn-white.disabled:not(:disabled):not(.disabled):active, .btn.btn-white.disabled:not(:disabled):not(.disabled).active, .btn.btn-white.disabled:active, .btn.btn-white:disabled:not(:disabled):not(.disabled):active, .btn.btn-white:disabled:not(:disabled):not(.disabled).active, .btn.btn-white:disabled:active, .btn.btn-black.disabled:not(:disabled):not(.disabled):active, .btn.btn-black.disabled:not(:disabled):not(.disabled).active, .btn.btn-black.disabled:active, .btn.btn-black:disabled:not(:disabled):not(.disabled):active, .btn.btn-black:disabled:not(:disabled):not(.disabled).active, .btn.btn-black:disabled:active {
      -webkit-box-shadow: none;
              box-shadow: none; }
  .btn.btn-primary.brand-add-to-cart-enabled, .btn.btn-tertiary.brand-add-to-cart-enabled, .recipe-blog-landing .blog-footer button.btn.brand-add-to-cart-enabled {
    background-color: #696158;
    border-color: #696158;
    color: #fff; }
    .btn.btn-primary.brand-add-to-cart-enabled svg, .btn.btn-tertiary.brand-add-to-cart-enabled svg, .recipe-blog-landing .blog-footer button.btn.brand-add-to-cart-enabled svg {
      fill: #fff; }
    .btn.btn-primary.brand-add-to-cart-enabled:not(:disabled):not(.disabled):active, .btn.btn-primary.brand-add-to-cart-enabled:not(:disabled):not(.disabled).active, .btn.btn-primary.brand-add-to-cart-enabled:active, .btn.btn-primary.brand-add-to-cart-enabled:hover, .btn.btn-tertiary.brand-add-to-cart-enabled:not(:disabled):not(.disabled):active, .recipe-blog-landing .blog-footer button.btn.brand-add-to-cart-enabled:not(:disabled):not(.disabled):active, .btn.btn-tertiary.brand-add-to-cart-enabled:not(:disabled):not(.disabled).active, .recipe-blog-landing .blog-footer button.btn.brand-add-to-cart-enabled:not(:disabled):not(.disabled).active, .btn.btn-tertiary.brand-add-to-cart-enabled:active, .recipe-blog-landing .blog-footer button.btn.brand-add-to-cart-enabled:active, .btn.btn-tertiary.brand-add-to-cart-enabled:hover, .recipe-blog-landing .blog-footer button.btn.brand-add-to-cart-enabled:hover {
      background-color: #696158;
      border-color: #696158; }
    .btn.btn-primary.brand-add-to-cart-enabled:focus::after, .btn.btn-tertiary.brand-add-to-cart-enabled:focus::after, .recipe-blog-landing .blog-footer button.btn.brand-add-to-cart-enabled:focus::after {
      border-color: #fff; }
    .btn.btn-primary.brand-add-to-cart-enabled.disabled, .btn.btn-primary.brand-add-to-cart-enabled:disabled, .btn.btn-tertiary.brand-add-to-cart-enabled.disabled, .recipe-blog-landing .blog-footer button.btn.brand-add-to-cart-enabled.disabled, .btn.btn-tertiary.brand-add-to-cart-enabled:disabled, .recipe-blog-landing .blog-footer button.btn.brand-add-to-cart-enabled:disabled {
      background-color: #eaeaea;
      color: #696158;
      border-color: #696158; }
      .btn.btn-primary.brand-add-to-cart-enabled.disabled:hover, .btn.btn-primary.brand-add-to-cart-enabled:disabled:hover, .btn.btn-tertiary.brand-add-to-cart-enabled.disabled:hover, .recipe-blog-landing .blog-footer button.btn.brand-add-to-cart-enabled.disabled:hover, .btn.btn-tertiary.brand-add-to-cart-enabled:disabled:hover, .recipe-blog-landing .blog-footer button.btn.brand-add-to-cart-enabled:disabled:hover {
        background-color: #eaeaea;
        color: #696158;
        border-color: #696158; }
      .btn.btn-primary.brand-add-to-cart-enabled.disabled:not(:disabled):not(.disabled):active, .btn.btn-primary.brand-add-to-cart-enabled.disabled:not(:disabled):not(.disabled).active, .btn.btn-primary.brand-add-to-cart-enabled.disabled:active, .btn.btn-primary.brand-add-to-cart-enabled:disabled:not(:disabled):not(.disabled):active, .btn.btn-primary.brand-add-to-cart-enabled:disabled:not(:disabled):not(.disabled).active, .btn.btn-primary.brand-add-to-cart-enabled:disabled:active, .btn.btn-tertiary.brand-add-to-cart-enabled.disabled:not(:disabled):not(.disabled):active, .recipe-blog-landing .blog-footer button.btn.brand-add-to-cart-enabled.disabled:not(:disabled):not(.disabled):active, .btn.btn-tertiary.brand-add-to-cart-enabled.disabled:not(:disabled):not(.disabled).active, .recipe-blog-landing .blog-footer button.btn.brand-add-to-cart-enabled.disabled:not(:disabled):not(.disabled).active, .btn.btn-tertiary.brand-add-to-cart-enabled.disabled:active, .recipe-blog-landing .blog-footer button.btn.brand-add-to-cart-enabled.disabled:active, .btn.btn-tertiary.brand-add-to-cart-enabled:disabled:not(:disabled):not(.disabled):active, .recipe-blog-landing .blog-footer button.btn.brand-add-to-cart-enabled:disabled:not(:disabled):not(.disabled):active, .btn.btn-tertiary.brand-add-to-cart-enabled:disabled:not(:disabled):not(.disabled).active, .recipe-blog-landing .blog-footer button.btn.brand-add-to-cart-enabled:disabled:not(:disabled):not(.disabled).active, .btn.btn-tertiary.brand-add-to-cart-enabled:disabled:active, .recipe-blog-landing .blog-footer button.btn.brand-add-to-cart-enabled:disabled:active {
        background-color: #eaeaea;
        color: #696158;
        border-color: #696158; }
      .btn.btn-primary.brand-add-to-cart-enabled.disabled svg, .btn.btn-primary.brand-add-to-cart-enabled:disabled svg, .btn.btn-tertiary.brand-add-to-cart-enabled.disabled svg, .recipe-blog-landing .blog-footer button.btn.brand-add-to-cart-enabled.disabled svg, .btn.btn-tertiary.brand-add-to-cart-enabled:disabled svg, .recipe-blog-landing .blog-footer button.btn.brand-add-to-cart-enabled:disabled svg {
        fill: #696158; }

.btn-link {
  color: #002F6C;
  text-decoration: none;
  fill: #002F6C;
  cursor: pointer;
  outline: none;
  position: relative;
  border: 0.0625rem solid transparent;
  padding: 0.25rem 0.5rem; }
  .btn-link:focus {
    border: 0.0625rem solid #8f8f8f;
    border-radius: 0.25rem;
    -webkit-text-decoration: auto;
            text-decoration: auto;
    outline: none; }
  .btn-link:hover {
    text-decoration: underline;
    color: #002556;
    fill: #002556; }
  .btn-link:active {
    text-decoration: underline;
    color: #002F6C;
    fill: #002F6C; }
  .btn-link.disabled {
    color: #b4b0ab;
    cursor: not-allowed;
    pointer-events: auto;
    fill: #b4b0ab;
    outline: 0; }
    .btn-link.disabled:hover {
      text-decoration: none; }
  .dark-theme .btn-link:focus {
    border-color: #fff; }

.btn-link-grey {
  text-decoration: none; }
  .btn-link-grey:active {
    text-decoration: underline; }
  .btn-link-grey:focus, .btn-link-grey:active {
    outline: 0.125rem solid #002F6C;
    outline-offset: 0rem; }
  .btn-link-grey:hover {
    text-decoration: underline;
    color: #002556; }

.btn-link-underline {
  text-decoration: underline;
  border: 0.0625rem solid transparent;
  padding: 0.25rem 0.5rem; }
  .btn-link-underline:focus {
    border: 0.0625rem solid #8f8f8f;
    border-radius: 0.25rem;
    outline: none; }

.btn-switch {
  width: 1.8125rem;
  height: 1rem;
  display: inline-block;
  border-radius: 2.125rem;
  border-color: transparent;
  position: relative;
  outline: none;
  background: #fff;
  -webkit-appearance: none;
  padding: 0;
  border: 0.0625rem solid #0e78ad; }
  .btn-switch:focus {
    outline: 0.0625rem solid #8f8f8f;
    outline-offset: 0.0625rem; }
  .btn-switch::before {
    position: absolute;
    content: '';
    height: 0.875rem;
    width: 0.875rem;
    left: 0rem;
    bottom: 0rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: block;
    border-radius: 50%;
    border: 0.0625rem solid #0e78ad;
    background: #fff; }
  .btn-switch[aria-pressed='true']::before {
    -webkit-transform: translateX(0.8125rem);
            transform: translateX(0.8125rem);
    border-color: #002F6C; }
  .btn-switch[aria-pressed='true'] {
    background: #002F6C;
    border: 0.0625rem solid #002F6C; }
  .btn-switch.disabled {
    background: #eaeaea;
    border: 0.0625rem solid #eaeaea;
    color: #eaeaea; }
    .btn-switch.disabled::before {
      border: 0.0625rem solid #eaeaea;
      background: #fff;
      color: #eaeaea; }

.braintree-cart-paypal-button {
  background: #ffc439; }

.modal-dialog .modal-header button.close:focus {
  outline: 0.125rem solid #002F6C;
  -webkit-box-shadow: 0 0 0.3125rem 0.0625rem #002F6C;
          box-shadow: 0 0 0.3125rem 0.0625rem #002F6C; }

.btn.btn-black:not(:disabled):not(.disabled):active, .btn.btn-black:not(:disabled):not(.disabled).active, .btn.btn-black:active {
  -webkit-box-shadow: inset 0 0.125rem 0.25rem 0.0625rem rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0.125rem 0.25rem 0.0625rem rgba(0, 0, 0, 0.5);
  background-color: #002F6C;
  color: #fff; }

.btn.btn-black.solid-fill {
  background-color: #002F6C;
  border-color: #002F6C; }
  .btn.btn-black.solid-fill:hover {
    background-color: #002556;
    border-color: #002556; }
  .btn.btn-black.solid-fill:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .btn.btn-black.solid-fill:focus::after {
      content: '';
      position: absolute;
      border: 0.0625rem solid #fff;
      border-radius: 0.25rem;
      top: 0.25rem;
      right: 0.25rem;
      bottom: 0.25rem;
      left: 0.25rem; }
    .btn.btn-black.solid-fill:focus svg {
      fill: #fff; }

.recipe-blog-landing .landing-title h1 {
  padding-bottom: 2.625rem;
  padding-top: 2.625rem; }

.recipe-blog-landing .recipe-nav-section {
  list-style: none;
  margin: 0 0 2.375rem; }

.recipe-blog-landing .recipe-nav-selection {
  margin: 0 auto 2.375rem; }

.recipe-blog-landing .blog-filters-desktop {
  margin: 0; }

.recipe-blog-landing .recipe-nav-content {
  margin-right: 2.5rem; }
  .recipe-blog-landing .recipe-nav-content:last-child {
    margin-right: 0; }

.recipe-blog-landing .custom-select-wrapper .form-control:valid {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.recipe-blog-landing .custom-select-wrapper::after {
  top: 1.25rem; }

.recipe-blog-landing .recipe-nav-link {
  text-decoration: none;
  color: #FF671F; }
  .recipe-blog-landing .recipe-nav-link.is-active {
    border-bottom: 0.125rem solid #000000;
    padding-bottom: 0.25rem; }
  .recipe-blog-landing .recipe-nav-link:focus {
    outline-color: #002F6C;
    -webkit-box-shadow: 0 0 0.3125rem 0.0625rem #002F6C;
            box-shadow: 0 0 0.3125rem 0.0625rem #002F6C; }

.recipe-blog-landing .blog-recipe-tile .content-title {
  color: #000000; }

.recipe-blog-landing .blog-recipe-tile .tile-content:hover {
  -webkit-box-shadow: 0 0 0 0.0625rem #0a557a;
          box-shadow: 0 0 0 0.0625rem #0a557a; }

.recipe-blog-landing .blog-recipe-tile .blog-tile-link:hover {
  text-decoration: none; }

.recipe-blog-landing .recipe-nav-link:hover {
  border-bottom: 0.125rem solid #000000;
  padding-bottom: 0.25rem; }

.recipe-blog-landing .recipe-nav-link.is-active:focus {
  outline-color: #002F6C;
  color: #0e78ad; }
