#primary-content {
    overflow: clip;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #263032;
    line-height: 1.25;
}

    .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: #005daa;
    }

.h4, .h5, .h6, h4, h5, h6 {
    font-family: Meta Pro, sans;
}

h2 {
    font-size: 32px;
    margin-bottom: 1%;
}

h3, .quote-title {
    font-size: 26px;
    margin-bottom: 20px;
}

h4 {
    font-size: 21px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 16px;
}

p {
    line-height: 1.25;
}

ol, ul {
    line-height: 1.25;
    margin-bottom: 4%;
}

footer ul,
footer ol {
    margin: 0;
}

ol {
    padding-left: 2rem;
    list-style-type: none;
    counter-reset: ordered;
    margin-left: 20px;
}

    ol li {
        margin-bottom: 20px;
        position: relative;
    }

@media (min-width: 768px) {
    ol li {
        padding-bottom: 20px;
    }
}

ol li::before {
    background: #ddf0ff;
    border-radius: 50%;
    color: #005daa;
    content: counter(ordered);
    counter-increment: ordered;
    display: inline-block;
    margin-left: -50px;
    margin-top: -7px;
    padding: 10px 16px;
    position: absolute;
    text-align: center;
}

ol li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.bg-golden-sand {
    background: #ffc20f;
}

.bg-ice-grey {
    background: #f0f0f0;
}

.text-golden-sand {
    color: #ffc20f;
}

.mb-1_5-percent {
    margin-bottom: 1.5% !important;
    clear: both;
}

.mb-2-percent {
    margin-bottom: 2% !important;
    clear: both;
}

.mb-4-percent {
    margin-bottom: 4% !important;
    clear: both;
}

.mb-4-percent > *:last-child {
    margin-bottom: 0 !important;
}

@media (min-width: 768px) {
    .mb-md-0 {
        margin-bottom: 0!important;
    }
}

@media (min-width: 992px) {
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
}

.left-0 {
    left: 0 !important;
}

.right-0 {
    right: 0 !important;
}

.m-n2 {
    margin: -10px;
}

.select2-container--open {
    z-index: 9999;
}

.social-icon a {
    height: 33px;
    width: 40px;
}

.social-icon a:active, .social-icon a:focus {
     background: #f3f4f5; 
     color: #005daa; 
}

.min-height-450,
.section-transperent-banner .container-lg > .row.min-height-450 {
    min-height: 450px;
}
@font-face {
    font-family: Meta Pro;
    src: url("/ResourcePackages/MSC/assets/fonts/MetaPro-CondBlack.otf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@media (min-width: 910px) {
    .inner-page .row-content,
    .inner-page .rte-content,
    .inner-page #primary-content .container {
        max-width: 910px;
        margin: 0 auto;
        padding: 0 15px;
    }

    .inner-page #primary-content .row-content .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

.card {
    margin-bottom: 0;
}

    .section-blog .card a:hover,
    .section-blog .card a:focus,
    .section-blog .card a:active {
        text-decoration: underline;
    }

.section-blog .card .card-body {
    padding-top: 0;
}

.section-blog > .container > .row > div:last-child .card .card-body {
    padding-bottom: 0;
}

@media (min-width:992px) {
    .section-blog .card .card-body {
        padding-bottom: 0;
    }
}

@media (min-width: 768px) {
    .section-blog > .container > .row > div:nth-last-child(2) .card .card-body {
        padding-bottom: 0;
    }
}

.section-blog .card .card-body .card-title {
    color: #263032;
    font-size: 20px;
    line-height: 25px;
}

.section-blog-with-bg .card .card-link {
    z-index: 5;
}

.section-blog-with-full-bg .card .card-body .card-title {
    font-size: 32px !important;
    line-height: 1.25 !important;
}

.section-blog-with-full-bg .card .card-body .card-text {
    font-size: inherit !important;
    line-height: inherit !important;
}

#primary-content img {
    display: block;
}

header .top-bar {
    display: none;
}

a {
    text-decoration: none;
}

    a:hover,
    a:focus {
        text-decoration: underline;
    }

header a:hover,
header a:focus,
footer a:hover,
footer a:focus,
.btn:hover,
.btn:focus,
.btn:active {
    text-decoration: none;
    box-shadow: none;
}

a[target="_blank"] .fa-external-link {
    margin-left: 0.5rem;
}

@media (max-width: 767.98px) {
    h1 {
        font-size: 35px !important;
        line-height: 1.25 !important;
    }

    h2 {
        font-size: 30px !important;
        line-height: 1.25 !important;
    }

    h3 {
        font-size: 25px !important;
        line-height: 1.25 !important;
    }

    h4,
    .section-blog .card .card-body .card-title {
        font-size: 20px;
        line-height: 1.25;
    }

    h5, h6 {
        line-height: 1.25 !important;
    }

    .credit-col-wrap:last-child:not(.credit-addres-wrap) br {
        display: none;
    }
}

.lead, .lead-sm,
p:last-child,
.page-intro .rte-content.component {
    margin-bottom: 1rem;
}

tr {
    border-color: #CFD9DB;
}

.header-primary thead tr th,
.header-primary tr th {
    border-color: #005daa;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    vertical-align: middle;
    background: #005daa;
}

td {
    font-size: 18px;
    line-height: 25.2px;
    font-weight: 500;
}

.btn {
    border-width: 1px;
}

.btn-primary {
    border-color: #005daa;
}

.btn-secondary {
    border-color: #ccebf4;
}

form .sf-fieldWrp button[type="submit"] {
    border: #005daa solid 1px;
    letter-spacing: .1px;
    text-transform: uppercase;
    background: #005daa;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-family: Meta Offc Pro;
    font-size: 1rem;
    font-weight: 700;
    line-height: 24px;
    padding: 10px 12px;
    text-align: center;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active,
    .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active,
    form .sf-fieldWrp button[type="submit"]:hover,
    form .sf-fieldWrp button[type="submit"]:focus,
    form .sf-fieldWrp button[type="submit"]:active {
        background-color: #fff !important;
        color: #005daa !important;
        border-color: #005daa !important;
    }
.form-submit-message,
[data-sf-role="success-message"] {
    font-family: "Meta Serif Pro";
    font-size: 26px;
    font-weight: 700;
    color: #263032;
    margin-bottom: 4%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

[data-sf-role="success-message"] {
    display: block;
}

@media (min-width:576px) {
    .form-submit-message {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .form-submit-message {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .form-submit-message {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .form-submit-message {
        max-width: 1140px
    }
}

@media (min-width:1400px) {
    .form-submit-message {
        max-width: 1280px
    }
}

@media (min-width: 910px) {
    .inner-page .form-submit-message {
        max-width: 910px;
        padding-left: 0;
        padding-right: 0;
    }
}
.carousel-desc {
    display: none;
}
.carousel-desc.active { display: block; }

#main-header.transparent-header.sticky-on .main-header-wrap,
#main-header.transparent-header.sticky-on .navbar-toggler .animated-icon2 span {
    -webkit-transition: all 1.6s ease-in-out;
    -moz-transition: all 1.6s ease-in-out;
    -o-transition: all 1.6s ease-in-out;
    transition: all 1.6s ease-in-out
}

@media (max-width: 991.98px) {
    .global-header {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        z-index: 9999;
    }

        .global-header + #primary-content {
            margin-top: 67px;
        }
}

a.skip-main {
    transform: translateY(-150px);
}

.transparent-header.sticky-on.fixed-top .main-header-wrap, .transparent-header.sticky-on.fixed-top .main-menu-wrap {
    background: #fff !important;
}

.transparent-header.sticky-on.fixed-top .logo, .transparent-header.sticky-on.fixed-top .lang-img {
    display: block !important;
}

.transparent-header.sticky-on.fixed-top .logo-transperent, .transparent-header.sticky-on.fixed-top .trans-header-lang-img {
    display: none !important;
}

.transparent-header.sticky-on.fixed-top .navbar-toggler .animated-icon2 span {
    background: #005daa !important;
}

.badge {
    background: none;
    white-space: normal;
}

    a.badge:hover,
    a.badge:focus,
    a.badge:active {
        background: #005daa;
        color: #fff;
        border-color: #005daa;
        text-decoration: none;
    }

ul.breadcrumb {
    padding-left: 0 !important;
}

.breadcrumb .breadcrumb-item a {
    color: #005daa;
}

ul.breadcrumb li.breadcrumb-item:first-child::before {
   display: none !important;
}

.breadcrumb-item + .breadcrumb-item:before {
    content: "-" !important;
    background: none !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
}

.breadcrumb-item.active {
    color: #4a5e62;
}

.rte-content, .row-medium, .row-left-touch {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.row-medium {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

@media (min-width: 576px) {
    .rte-content, .row-medium, .row-left-touch {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .rte-content, .row-medium, .row-left-touch {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .rte-content, .row-medium, .row-left-touch {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .rte-content, .row-medium, .row-left-touch {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .rte-content, .row-medium, .row-left-touch {
        max-width: 1280px;
    }
}

.container .container,
.row-content .row-content,
.row-medium .row-medium,
.container .rte-content,
.row-content .rte-content,
.row-medium .rte-content,
.container .row-medium,
.row-content .row-medium,
.row-medium .container,
.inner-page .container .container,
.inner-page .row-content .row-content,
.inner-page .row-medium .row-medium,
.inner-page .container .rte-content,
.inner-page .row-content .rte-content,
.inner-page .row-medium .rte-content,
.inner-page .container .row-medium,
.inner-page .row-content .row-medium,
.inner-page .row-medium .container,
.inner-page #primary-content .container .container,
.inner-page #primary-content .container .row-medium,
.inner-page #primary-content .container .rte-content {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    max-width: 100%;
}

.rte-content:before, .rte-content:after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 1399.98px) {
    .main-header-wrap > .container {
        max-width: 1240px;
    }
}

.video-title {
    top: auto;
    bottom: 20px;
    display: flex;
    align-items: flex-end;
    max-height: 140px;
}

lite-youtube.lyt-activated + .video-title {
    display: none !important;
}

.statistic {
    text-align: right;
    border: 1px #9fb2b6 solid;
    padding: 20px 30px;
    max-width: 100%;
    line-height: 1.25;
    color: #4a5e62;
    font-weight: 500;
    margin-bottom: 4%;
}

    .statistic + * {
        clear: right;
    }


@media (min-width: 576px) {
    .statistic {
        margin-right: 4%;
        clear: left;
        float: left;
        max-width: 40%;
    }

        .statistic.right {
            margin-left: 4%;
            text-align: left;
            float: right;
            margin-right: 0;
        }

            .statistic.right + * {
                clear: left;
            }
}

.statistic__header {
    font-size: 48px;
    line-height: 1.25;
    color: #008752;
    font-weight: 900;
    margin-bottom: 5px;
}

.statistic__desc {
    margin-bottom: 0;
}

.header-btn ul, .ftr-nav {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
}

    .header-btn ul li:before,
    .ftr-nav li:before {
        display: none;
    }

.section-heading-with-info-bg .info-box,
.section-heading-with-info-bg--left .info-box,
.section-heading-with-info-bg--space-top-bottom .info-box,
.section-heading-with-info-bg-top-space .info-box {
    display: block;
    text-decoration: none;
}

.section-heading-with-info-bg.info-bg-salmon-pink .info-box {
    background-color: #fff;
    border-radius: 5px;
    padding: 16px;
}

.section-heading-with-info-bg .info-box .info-title,
.section-heading-with-info-bg--left .info-box .info-title,
.section-heading-with-info-bg-top-space .info-box .info-title {
    font-size: 40px !important;
    line-height: 45px !important;
    font-family: "Meta Serif Pro" !important;
    word-break: normal;
}

.section-heading-with-info-bg.small .info-box .info-title,
.section-heading-with-info-bg--left.small .info-box .info-title,
.section-heading-with-info-bg-top-space.small .info-box .info-title {
    font-size: 20px !important;
    line-height: 25px !important;
}

@media (max-width: 767.98px) {
    .section-heading-with-info-bg .info-box .info-title,
    .section-heading-with-info-bg--left .info-box .info-title,
    .section-heading-with-info-bg-top-space .info-box .info-title {
        font-size: 32px !important;
        line-height: 40px !important;
        margin-bottom: 5px !important;
    }
}
.section-heading-with-info-bg.info-bg-salmon-pink .info-box .info-title,
.section-heading-with-info-bg--left.info-bg-salmon-pink .info-box .info-title,
.section-heading-with-info-bg--space-top-bottom.info-bg-salmon-pink .info-box .info-title,
.section-heading-with-info-bg-top-space .info-box .info-title {
    color: #dc695f !important;
}

.section-heading-with-info-bg.info-bg-primary .info-box .info-title,
.section-heading-with-info-bg--left.info-bg-primary .info-box .info-title,
.section-heading-with-info-bg--space-top-bottom.info-bg-primary .info-box .info-title,
.section-heading-with-info-bg-top-space.info-bg-primary .info-box .info-title {
    color: #005daa !important;
}

.section-heading-with-info-bg.info-bg-salmon-pink .info-box,
.section-heading-with-info-bg.info-bg-primary .info-box,
.section-heading-with-info-bg .info-box .info-content,
.section-heading-with-info-bg--left .info-box .info-content,
.section-heading-with-info-bg--space-top-bottom .info-box .info-content,
.section-heading-with-info-bg-top-space .info-box .info-content {
    color: #4a5e62 !important;
}

.section-heading-with-info-bg.info-bg-salmon-pink .info-box:hover,
.section-heading-with-info-bg--left.info-bg-salmon-pink .info-box:hover,
.section-heading-with-info-bg--space-top-bottom.info-bg-salmon-pink .info-box:hover,
.section-heading-with-info-bg-top-space.info-bg-salmon-pink .info-box:hover {
    background-color: #dc695f !important;
}

    .section-heading-with-info-bg.info-bg-primary .info-box:hover,
    .section-heading-with-info-bg--left.info-bg-primary .info-box:hover,
    .section-heading-with-info-bg--space-top-bottom.info-bg-primary .info-box:hover,
    .section-heading-with-info-bg-top-space.info-bg-primary .info-box:hover {
        background-color: #005daa !important;
    }

        .section-heading-with-info-bg.info-bg-salmon-pink .info-box:hover .info-title,
        .section-heading-with-info-bg.info-bg-salmon-pink .info-box:hover .info-content,
        .section-heading-with-info-bg--left.info-bg-salmon-pink .info-box:hover .info-title,
        .section-heading-with-info-bg--left.info-bg-salmon-pink .info-box:hover .info-content,
        .section-heading-with-info-bg--space-top-bottom.info-bg-salmon-pink .info-box:hover .info-title,
        .section-heading-with-info-bg--space-top-bottom.info-bg-salmon-pink .info-box:hover .info-content,
        .section-heading-with-info-bg-top-space.info-bg-salmon-pink .info-box:hover .info-title,
        .section-heading-with-info-bg-top-space.info-bg-salmon-pink .info-box:hover .info-content,
        .section-heading-with-info-bg.info-bg-primary .info-box:hover .info-title,
        .section-heading-with-info-bg.info-bg-primary .info-box:hover .info-content,
        .section-heading-with-info-bg--left.info-bg-primary .info-box:hover .info-title,
        .section-heading-with-info-bg--left.info-bg-primary .info-box:hover .info-content,
        .section-heading-with-info-bg--space-top-bottom.info-bg-primary .info-box:hover .info-title,
        .section-heading-with-info-bg--space-top-bottom.info-bg-primary .info-box:hover .info-content,
        .section-heading-with-info-bg-top-space.info-bg-primary .info-box:hover .info-title,
        .section-heading-with-info-bg-top-space.info-bg-primary .info-box:hover .info-content {
            color: #fff !important;
            text-decoration: none;
        }

.section-heading-with-info-bg--left.bg-colour::before,
.section-heading-with-info-bg::before,
.section-heading-with-info-bg--space-top-bottom.bg-colour::before,
.section-heading-with-info-bg-top-space.bg-colour::before {
    display: none;
}


.section-circle-cards a:hover,
.section-circle-cards a:focus {
    text-decoration: none;
}

.section-circle-cards .circle-inner-wrap {
    background: #fff;
}

.inner-page .section-circle-cards .circle-inner-wrap {
    width: 175px;
    height: 175px;
    padding: 40px;
}

.section-circle-cards .circle-lead-text {
    font-size: 16px;
    margin-bottom: 1%;
}

.section-circle-cards .circle-inner-wrap .circle-box-title,
.section-circle-cards .circle-inner-wrap .circle-box-hover-text {
    font-size: inherit;
    line-height: inherit;
}

.section-circle-cards.bg-hover-salmon-pink .circle-inner-wrap .circle-box-title {
    color: #dc695f !important;
}

.section-circle-cards.bg-hover-kelp-green .circle-inner-wrap .circle-box-title {
    color: #9c9c1e !important;
}

.section-circle-cards.bg-hover-primary .circle-inner-wrap .circle-box-title {
    color: #005daa !important;
}

.section-circle-cards.bg-hover-lobster-red .circle-inner-wrap .circle-box-title {
    color: #cc2c18 !important;
}

.section-circle-cards.bg-hover-salmon-pink .circle-col .circle-link:hover .circle-inner-wrap,
.section-circle-cards.bg-hover-salmon-pink .circle-col .circle-link:focus .circle-inner-wrap {
    background-color: #dc695f;
    color: #fff;
    border-color: #dc695f;
}

.section-circle-cards.bg-hover-primary .circle-col .circle-link:hover .circle-inner-wrap,
.section-circle-cards.bg-hover-primary .circle-col .circle-link:focus .circle-inner-wrap {
    background-color: #005daa;
    color: #fff;
    border-color: #005daa;
}

.section-circle-cards.bg-hover-lobster-red .circle-col .circle-link:hover .circle-inner-wrap,
.section-circle-cards.bg-hover-lobster-red .circle-col .circle-link:focus .circle-inner-wrap {
    background-color: #005daa;
    color: #fff;
    border-color: #005daa;
}

.section-circle-cards.bg-hover-kelp-green .circle-col .circle-link:hover .circle-inner-wrap,
.section-circle-cards.bg-hover-kelp-green .circle-col .circle-link:focus .circle-inner-wrap {
    background-color: #9c9c1e;
    color: #fff;
    border-color: #9c9c1e;
}

.section-circle-cards .circle-link:hover .circle-box-title,
.section-circle-cards .circle-link:focus .circle-box-title {
    display: none;
}

.section-circle-cards .circle-link:hover .circle-box-hover-text,
.section-circle-cards .circle-link:focus .circle-box-hover-text {
    display: block;
}

.section-heading-and-content-with-bg-image {
    min-height: 15.625rem;
    display: flex;
    align-items: center;
}

@media print, screen and (min-width: 40em) {
    .section-heading-and-content-with-bg-image {
        min-height: 21.875rem;
    }
}

@media print, screen and (min-width: 64em) {
    .section-heading-and-content-with-bg-image {
        min-height: 28.125rem;
    }
}

@media only screen and (min-width:49.91em) and (max-width: 63.9em) {
    .section-heading-and-content-with-bg-image {
        min-height: 31.875rem;
    }
}

@media only screen and (max-width:49.9em) and (min-width:40em) {
    .section-heading-and-content-with-bg-image {
        min-height: 37.875rem;
    }
}

footer .ftr-nav__item {
    display: inline-block;
    vertical-align: middle;
}

footer .ftr-nav.arrows.no-header li {
    margin-bottom: 0 !important;
}

.author-info img {
    border-radius: 100%;
}

.author-desc p {
    margin-bottom: 0;
}

.author-desc .author {
    line-height: 1.5;
}

.author-desc .auther-role {
    line-height: 1.7;
}

.search-result-title:first-letter {
    text-transform: uppercase;
}

.wide-image img {
    max-width: 100%;
}

.media-social {
    display: none;
    align-items: start;
    list-style: none;
    padding: 0 !important;
    margin: 0;
}

    .media-social li:before {
        display: none;
    }

    .media-social li {
        border-radius: 5px;
        border: 1px solid #e0e0e0;
        margin: 0 4px;
        line-height: 16px;
        padding: 0;
        background: #fff;
        color: #005daa;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none !important;
        width: 80px;
        height: 103px;
        order: 6;
    }

        .media-social a {
            text-decoration: none;
            display: block;
            text-align: center;
            height: 100%;
            width: 100%;
        }

        .media-social a + a {
            display: none;
        }

        .media-social a:hover,
        .media-social a:focus {
            background: #f3f4f5;
            color: #005daa;
        }

        .media-social a > span {
            color: #005daa !important;
        }

            .media-social a > span:first-child {
                font-family: "Font Awesome 6 Brands";
                font-weight: 400;
                display: flex;
                height: 70px;
                align-items: center;
                justify-content: center;
                font-size: 40px;
            }

                .media-social a > span:first-child:before {
                    content: "\f099";
                }

            .media-social a > span.yt:before {
                content: "\f167";
            }

            .media-social a > span.int:before {
                content: "\f16d";
            }

            .media-social a > span.fb:before {
                content: "\f082";
            }

            .media-social a > span.li:before {
                content: "\f0e1";
            }

.sf-fieldWrp input[type="text"],
.sf-fieldWrp textarea,
#mc_embed_signup .mc-field-group input.text,
#mc_embed_signup .mc-field-group input.email {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #cfd9db;
    border-radius: 4px;
    color: #4a5e62;
    display: block;
    font-family: Meta Pro;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 16px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%
}

.sf-fieldWrp input:not([type="submit"]),
.sf-fieldWrp textarea,
.sf-fieldWrp select {
    margin-bottom: 5px;
}

.form-row.msc-label-download form {
    background: #fff;
    border: 1px solid #e7eced;
    border-radius: 5px;
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.05), 0px 10px 10px rgba(0, 0, 0, 0.02);
    margin-bottom: 20px;
    padding: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.form-check {
    margin-top: 5px;
    padding-left: 20px;
}
    .form-check .form-check-input {
        width: 15px;
        height: 15px;
        margin-top: 2px;
        margin-left: -20px;
    }

.bg-primary .form-check-input:checked {
    background-color: #263032;
    border-color: #263032;
}

.section-contact-us-with-background.msc-label-download {
    position: relative;
    padding-top: 196px;
}

    .section-contact-us-with-background.msc-label-download:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        background-image: url('/ResourcePackages/MSC/assets/img/contact-us.jpg');
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        z-index: -1;
        height: 100%;
    }

    /*@media (min-width: 1200px) {
    .section-contact-us-with-background.msc-label-download:before {
        left: calc(50% + 50px);
        right: calc(50% + 50px);
    }
}*/
.inner-page .row-content .section.section-contact-us-with-background {
    margin-bottom: 170px;
    padding-bottom: 40px;
}
.section-contact-us-with-background.msc-label-download form {
    padding: 20px;
    margin: 0 auto -170px auto;
    max-width: 811px;
}
.section-contact-us-with-background .row {
    margin: 0 -15px;
}
/*======= old footer ==========*/
/*.right-footer-col > p,
.right-footer-col > span,
.right-footer-col > br,
footer .msc-logo p,
footer .msc-logo p + a,
footer .navbar > div p,
.cookie-policy {
    display: none;
}*/
.sticky-wrapper {
    height: 0 !important;
    overflow: visible;
    max-width: 78.125rem;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    text-align: right;
}

    .sticky-wrapper .related-sticky {
        display: inline-block;
    }

@media screen and (max-width: 63.9375em) {
    .related-sticky {
        position: fixed;
        bottom: 0;
        width: 100%;
        display: block;
        z-index: 1;
    }
}

@media print, screen and (min-width: 64em) {
    .related-sticky {
        display: none;
        width: 5.625rem !important;
    }

    .sticky-wrapper.is-sticky .related-sticky:not(.active) {
        margin-left: -90px;
    }

    .related-sticky.is-sticky.active {
        width: 78.75rem;
    }
}

.related-sticky.active {
    display: block;
    width: 100% !important;
}

.sticky-container {
    background: #fff;
    position: relative;
    height: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

    .sticky-container:before {
        content: "";
        display: table;
        clear: both;
    }

    .sticky-container:after {
        content: "";
        display: table;
        clear: both;
    }

@media print, screen and (min-width: 64em) {
    .sticky-container {
        background: transparent;
        height: auto !important;
    }
}

.sticky-container.loading:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 9;
    background: rgba(120, 120, 120, 0.5);
}

.sticky-container.loading:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    z-index: 10;
    background: transparent url("/ResourcePackages/MSC/assets/img/icons/icon-loading.svg") no-repeat 0 0;
    background-size: cover;
}

@media screen and (max-width: 63.9375em) {
    .related-items {
        display: none;
    }
}

@media print, screen and (min-width: 64em) {
    .related-items {
        position: relative;
    }
}

.related-items__toggle {
    overflow: hidden;
    display: none;
    background: #005daa;
    color: #fff;
    max-width: 5.625rem;
    padding: 10px;
    font-size: 1.0625rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2002;
    cursor: pointer;
}

@media print, screen and (min-width: 64em) {
    .related-items__toggle {
        display: block;
    }
}

.related-items__toggle--brgr {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    text-align: left;
    text-indent: -99999em;
}

    .related-items__toggle--brgr span {
        display: block;
        position: absolute;
        top: 29px;
        left: 15px;
        right: 15px;
        height: 3px;
        background: #fff;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

        .related-items__toggle--brgr span::before, .related-items__toggle--brgr span::after {
            position: absolute;
            display: block;
            left: 0;
            width: 100%;
            height: 3px;
            background: #fff;
            content: '';
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
        }

        .related-items__toggle--brgr span::before {
            top: -7px;
        }

        .related-items__toggle--brgr span::after {
            bottom: -7px;
        }

    .related-items__toggle--brgr:focus {
        outline: 0;
    }

.related-items__toggle.active .related-items__toggle--brgr span {
    background: #005daa;
}

    .related-items__toggle.active .related-items__toggle--brgr span::before, .related-items__toggle.active .related-items__toggle--brgr span::after {
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

    .related-items__toggle.active .related-items__toggle--brgr span::before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .related-items__toggle.active .related-items__toggle--brgr span::after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.related-items__toggle.active ~ .related-items__wrapper {
    display: block;
}

@media print, screen and (min-width: 64em) {
    .related-items__wrapper {
        background: #005daa;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2001;
        width: 100%;
        display: none;
        text-align: left;
    }
}

.related-items__wrapper ul {
    margin: 1.875rem 1.875rem 0.9375rem 1.875rem;
    padding-left: 0 !important;
}

@media print, screen and (min-width: 64em) {
    .related-items__wrapper ul {
        margin: 1.25rem 0 1.25rem 7.25rem;
    }
}

.related-items__wrapper ul li {
    font-size: 1.75rem;
    font-weight: 700;
}

    .related-items__wrapper ul li:before {
        display: none;
    }

    .related-items__wrapper ul li > a {
        text-decoration: none;
    }

@media print, screen and (min-width: 64em) {
    .related-items__wrapper ul li > a {
        color: #fff;
    }
}

.related-items__wrapper ul li ul.sub-list {
    margin: 1.25rem 0 0 0;
}

@media print, screen and (min-width: 64em) {
    .related-items__wrapper ul li ul.sub-list {
        margin: 1.25rem 0 0.9375rem 0;
    }
}

.related-items__wrapper ul li ul.sub-list li {
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 0.9375rem 0;
}

    .related-items__wrapper ul li ul.sub-list li:last-of-type {
        margin: 0;
    }

    .related-items__wrapper ul li ul.sub-list li a {
        color: #fff;
    }

@media screen and (max-width: 63.9375em) {
    .related-items__wrapper ul li ul.sub-list li a {
        color: #4a4a4a;
        font-size: 1.125rem;
    }
}

.related-items__wrapper ul li ul.sub-list li a:hover {
    color: #a0ddef;
}

.related-items__wrapper .custom-links {
    margin: 0 1.875rem;
}

@media print, screen and (min-width: 64em) {
    .related-items__wrapper .custom-links {
        margin: 0 0 1.25rem 11.25rem;
    }
}

.related-items__wrapper .custom-links a {
    color: #4a4a4a;
}

@media print, screen and (min-width: 64em) {
    .related-items__wrapper .custom-links a {
        color: #005daa;
    }
}

.related-items__wrapper .custom-links a:hover {
    color: #a0ddef;
}

.inpage-container {
    display: none;
}

@media print, screen and (min-width: 64em) {
    .inpage-container.is-active {
        display: inline-block;
        width: 5.625rem;
        padding-top: 15%;
    }
}

.inpage-container .inpage-nav {
    padding-left: 0 !important;
    margin: 0;
}

    .inpage-container .inpage-nav:before {
        content: "";
        display: table;
        clear: both;
    }

    .inpage-container .inpage-nav:after {
        content: "";
        display: table;
        clear: both;
    }

    .inpage-container .inpage-nav li {
        display: block;
        min-height: 20px;
        margin: 0 0 0.9375rem 0;
    }

        .inpage-container .inpage-nav li:before {
            display: none;
        }

@media print, screen and (min-width: 64em) {
    .inpage-container .inpage-nav li {
        width: 1.25rem;
        margin: 0 auto 0.9375rem auto;
    }
}

.inpage-container .inpage-nav li a {
    font-size: 1.125rem;
    min-height: 1.125rem;
    font-weight: normal;
    position: relative;
    padding: 0 0 0 1.875rem;
    display: block;
    text-decoration: none;
}

    .inpage-container .inpage-nav li a:before {
        content: "";
        display: table;
        clear: both;
    }

    .inpage-container .inpage-nav li a:after {
        content: "";
        display: table;
        clear: both;
    }

@media print, screen and (min-width: 64em) {
    .inpage-container .inpage-nav li a {
        font-size: 1.25rem;
        min-height: 1.25rem;
        font-weight: 700;
        padding: 0;
        overflow: hidden;
    }

        .inpage-container .inpage-nav li a:hover,
        .inpage-container .inpage-nav li a:focus {
            overflow: visible;
        }
}

.inpage-container .inpage-nav li a:before {
    position: absolute;
    top: 0.375rem;
    left: 0.25rem;
    width: 0.9375rem;
    height: 0.9375rem;
    border-radius: 50%;
    background: #d8d8d8;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

@media print, screen and (min-width: 64em) {
    .inpage-container .inpage-nav li a:before {
        top: 0;
    }
}

.inpage-container .inpage-nav li a span {
    color: #4a4a4a;
    font-size: 1.125rem;
}

    .inpage-container .inpage-nav li a span:before {
        content: "";
        display: table;
        clear: both;
    }

    .inpage-container .inpage-nav li a span:after {
        content: "";
        display: table;
        clear: both;
    }

@media print, screen and (min-width: 64em) {
    .inpage-container .inpage-nav li a span {
        color: #005daa;
        position: absolute;
        top: -13px;
        right: 25px;
        left: auto;
        opacity: 0;
        white-space: nowrap;
        letter-spacing: .07em;
        font-weight: 400;
        font-style: normal;
        text-decoration: none;
        margin-top: 0;
        padding: 0 0 5px 0;
        -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
        transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
        line-height: 32px;
        visibility: hidden;
        background: #a0ddef;
        padding: 0.3125rem 0;
    }

        .inpage-container .inpage-nav li a span:before {
            position: absolute;
            top: 11px;
            left: 100%;
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 10px solid #a0ddef;
        }
}

.inpage-container .inpage-nav li a:hover:before {
    background: #005daa;
}

.inpage-container .inpage-nav li a:hover span {
    opacity: 1;
    z-index: 51;
    padding: 0.3125rem 0.625rem;
    visibility: visible;
}

.inpage-container .inpage-nav li.active a:before {
    background: #005daa;
}

.inpage-mbl-title, .related-mbl-title {
    font-size: 1.0625rem;
    font-weight: 700;
    color: #fff;
    padding: 0.625rem 1.875rem;
    position: relative;
    z-index: 2002;
    cursor: pointer;
    height: 3.625rem;
    margin-bottom: 0;
}

@media print, screen and (min-width: 64em) {
    .inpage-mbl-title, .related-mbl-title {
        display: none;
    }
}

.inpage-mbl-title:before, .related-mbl-title:before {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.inpage-mbl-title.active, .related-mbl-title.active {
    color: #005DAA;
    background: #fff;
}

    .inpage-mbl-title.active:before, .related-mbl-title.active:before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.inpage-mbl-title {
    float: left;
    width: 55%;
    background: #0e3853;
    text-align: left;
}

    .inpage-mbl-title:before {
        content: "\f078";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 1.375rem;
        position: absolute;
        top: 0.625rem;
        right: 0.75rem;
        z-index: 1;
    }

.related-mbl-title {
    float: right;
    width: 45%;
    background: #005DAA;
    text-align: right;
    line-height: 0.9375rem;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

@media print, screen and (min-width: 64em) {
    .related-mbl-title {
        display: none;
    }
}

.related-mbl-title:before {
    content: "\f078";
    position: absolute;
    top: 0.9375rem;
    left: 0.75rem;
    z-index: 1;
}


.homepage .section-transperent-banner,
.section,
.section.section-accordian,
.inner-page .row-content .section.section-accordian,
.section.section-accordian.primary-bg-accordian {
    padding-top: 0;
    padding-bottom: 0;
    clear: both;
}
.inner-page #primary-content .row-content .section.section-accordian[class*='-bg'] 
{
    padding-left: 0 !important;
    padding-right: 0 !important;
    clear: both;
}

.section-transperent-banner {
    margin-bottom: 2%;
    clear: both;
    overflow: hidden;
    position: relative;
}

.section-transperent-banner:before {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.transparent-header + #primary-content > .section-transperent-banner:first-child .row,
.transparent-header + #primary-content > div[class*="section-transperent-banner"] .row {
    padding-top: 216px;
}

.transparent-header + #primary-content > div[class*="section-transperent-banner"] + [class*="section-transperent-banner"] .row {
    padding-top: 0;
}

@media (max-width: 991.98px) {
    .transparent-header + #primary-content > .section-transperent-banner:first-child .row,
    .transparent-header + #primary-content > div[class*="section-transperent-banner"] .row {
        padding-top: 67px;
    }

    .transparent-header + #primary-content > div[class*="section-transperent-banner"] + [class*="section-transperent-banner"] .row {
        padding-top: 0;
    }
}

.section,
.section.section-accordian,
.inner-page .row-content .section.section-accordian,
.author-info,
.inner-page .row-content .section.section-numbers,
.simple-text-area,
.mb-4-percent,
.section-sign-up,
.inner-page #primary-content .container.section-sign-up,
.section-newsletter.container {
    margin-bottom: 4%;
    clear: both;
}

/*.inner-page .rte-content .section,
.inner-page .row-content .section,
.row-medium .section,*/
#primary-content > .section:first-child,
.inner-page .row-content .row-content,
.inner-page #primary-content .row-content.container .row-content,
.inner-page .rte-content .rte-content,
.inner-page .row-medium .row-medium,
.inner-page .row-content .rte-content,
.inner-page .row-medium .rte-content,
.inner-page .row-content .row-medium,
.blue-gradient .rte-content.component.intro-blue,
.inner-page .rte-content.component.intro-blue,
.page-intro .rte-content.component.intro-blue,
.section-news-with-pagination.simple-list .row .latest-news-card:first-child .card .card-body,
.simple-text-area > *:last-child{
    margin-bottom: 0;
}

    .section.image-credits {
        margin-bottom: 20px;
    }

    .section[class*='bg-'],
    .section[class*='-bg'],
    .section-heading-with-sub-text,
    #primary-content [class*='bg-'] .section-newsletter,
    .inner-page #primary-content [class*='bg-'] .section-newsletter,
    #primary-content [class*='bg-'] .section-sign-up,
    .inner-page #primary-content [class*='bg-'] .section-sign-up {
        padding-top: 20px;
        padding-bottom: 20px;
    }

.row-content .section[class*='bg-'],
.row-content .section[class*='-bg'],
.rte-content .section[class*='bg-'],
.rte-content .section[class*='-bg'],
#primary-content .container .section[class*='bg-'],
#primary-content .container .section[class*='-bg'] {
    padding: 20px !important;
}
@media (min-width: 768px) {
    .section[class*='bg-'],
    .section[class*='-bg'],
    .section-heading-with-sub-text {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.section.section-numbers {
    padding-bottom: 0;
    padding-top: 0;
}
blockquote p {
    color: #4a5e62;
}

.quote-title {
    margin-bottom: 1%;
}

.section-blogquote-no-left-border.quote-salmon-pink .quote-title {
    color: #dc695f !important;
}

.section-blogquote-no-left-border.quote-kelp-green .quote-title {
    color: #9c9c1e !important;
}

.section-blogquote-no-left-border.quote-primary .quote-title {
    color: #005daa !important;
}

.main-menu-wrap .navbar-nav .dropdown-menu li a:active {
    color: #fff;
    background: #005daa;
}

.pagination {
    flex-wrap: wrap;
}

.pagination a {
    text-decoration: none;
}

    .pagination .current {
        background: none;
    }

    .pagination .page-item {
        margin: 0 5px;
    }

.page-link.prev, .page-link[aria-label=Previous],
.page-link.next, .page-link[aria-label=Next] {
    background: #005daa !important;
    color: #fff !important;
    font-size: 20px;
    font-weight: 700;
}

    .page-link.prev:hover,
    .page-link.prev:active,
    .page-link.prev:focus,
    .page-link[aria-label=Previous]:hover,
    .page-link[aria-label=Previous]:active,
    .page-link[aria-label=Previous]:focus,
    .page-link.next:hover,
    .page-link.next:active,
    .page-link.next:focus,
    .page-link[aria-label=Next]:hover,
    .page-link[aria-label=Next]:active,
    .page-link[aria-label=Next]:focus {
        background: #ddf0ff !important;
        color: #005daa !important;
    }

.main-menu-wrap .navbar {
    align-items: start;
}

.main-menu-wrap .navbar-nav .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

    /*.transparent-header .navbar-nav .dropdown-menu li a:focus, 
.transparent-header .navbar-nav .dropdown-menu li a:hover */
    /*.transparent-header .main-menu-wrap .navbar-nav .nav-item .nav-link:hover,
.transparent-header .main-menu-wrap .navbar-nav .nav-item .nav-link:focus,*/
    header .nav-link:hover,
    header .nav-link:focus,
    header .nav-link:active,
    header .nav-link.selected,
    header .nav-item:hover > a,
    header .nav-item:focus > a,
    .main-menu-wrap .navbar-nav .dropdown-menu li a.selected,
    .main-menu-wrap .navbar-nav .dropdown-menu li:hover > a,
    .main-menu-wrap .navbar-nav .dropdown-menu li:focus > a {
        color: #fff !important;
        background: #005daa !important;
    }

    .main-menu-wrap .navbar-nav .dropdown-menu .sub-dropdown-menu {
        padding: 0 !important;
        margin: 0;
        list-style: none;
    }

        .main-menu-wrap .navbar-nav .dropdown-menu .sub-dropdown-menu li:before {
            display: none;
        }

        .main-menu-wrap .navbar-nav .dropdown-menu .sub-dropdown-menu li {
            margin-bottom: 0 !important;
            position: relative;
        }

@media (min-width: 768px) {
    .documents-filter-wrap .filters {
        display: block !important;
    }

    .section-documents-box.position-relative {
        padding-top: 100px;
    }

    .section-documents-box .fs-search {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .footer-top-above-section .credit-col-wrap {
        max-width: 300px;
    }

    .main-menu-wrap .navbar-nav .dropdown-menu li {
        position: relative;
    }

        .main-menu-wrap .navbar-nav .dropdown-menu li:hover > .sub-dropdown-menu {
            display: block;
        }

    .main-menu-wrap .navbar-nav .dropdown-menu .sub-dropdown-menu {
        position: absolute;
        left: 100%;
        background: #fff;
        box-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px rgba(0,0,0,.04);
        top: 0;
        display: none;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        overflow: hidden;
        transition: all 0.5s ease;
    }

    /*.main-menu-wrap .navbar-nav .dropdown-menu li a {
        position: relative;
        padding: 6px 25px 6px 16px;
        white-space: normal;
        min-width: 265px;
    }*/

    .main-menu-wrap .navbar-nav .dropdown-menu a > .fa,
    .main-menu-wrap .navbar-nav .dropdown-menu a > .fa-solid {
        position: absolute;
        font-size: 12px;
        right: 10px;
        top: 11px;
    }

    .header-menu .nav-item:hover .dropdown-menu {
        display: block;
    }
}

.section-recipes .row .recipes-card {
    margin-bottom: 2%;
}

.section-recipes.simple-list .row .recipes-card:nth-child(2) .card,
.main-menu-wrap .navbar-nav .dropdown-menu .section-recipes .row .recipes-card:nth-child(2) .card {
    flex-direction: column;
    margin-bottom: 0;
}

.section-recipes .card .card-body {
    padding: 0;
}

@media (min-width:768px) and (max-width:992px) {
    .section-recipes .row .recipes-card:nth-child(2) {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .section-recipes .row .recipes-card > div:not(.card) {
        width: 50%;
        flex: 0 0 auto;
        padding-right: 15px;
        margin-bottom: 2%;
    }

        .section-recipes .row .recipes-card > div:not(.card):nth-child(2n) {
            padding-right: 0;
            padding-left: 15px;
        }

    .section-recipes .row .recipes-card > div:not(.card) .card {
        flex-direction: column;
        height: 100%;
        margin-bottom: 0;
    }

        .section-recipes .row .recipes-card > div:not(.card) .card .card-body {
            justify-content: space-between;
        }
}

/*@media (min-width:992px) {
    .section-recipes.simple-list .row .recipes-card .card .card-body {
        padding-bottom: 0;
    }
}*/

.section-recipes.simple-list .row .recipes-card:first-child .card > img,
.section-recipes.simple-list .row .recipes-card:nth-child(2) .card > img,
.section-recipes.simple-list .row .recipes-card:not(:first-child) .card > img {
    height: auto;
    width: 100%;
}

.section-recipes .row .recipes-card .card > a,
.section-recipes .row .recipes-card .card > img {
    margin-bottom: 4%;
}

.section-recipes .row .recipes-card:first-child .card .card-title,
.section-recipes .row .recipes-card:nth-child(2) .card .card-body .card-title {
    margin-bottom: 10px;
}

.rte-content ul,
.recipe-content ul {
    margin-bottom: 20px;
}

.content-recipe-person-info .fish {
    max-width: 150px;
}

a.ratio {
    display: block;
}

.recipe-header .ratio {
    position: relative;
}

.recipe-header .play-video {
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    width: 54px;
    height: 44px;
}

.section-recipes .card {
    cursor: default;
}

    .section-recipes .card .card-body .card-title {
        text-overflow: clip;
        white-space: normal;
        max-width: none;
        font-size: 1.0625rem;
        line-height: 1.25;
        font-weight: 700;
    }

.section-recipes .recipes-card > div .card .card-body .card-title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.section-recipes .row .recipes-card:nth-child(2) .card > a {
    flex: 0 0 100px;
    margin-bottom: 2%;
}

.section-recipes .row .recipes-card:not(:first-child):not(:nth-child(2)) .card > img {
    height: auto;
}

.recipe-header .play-video .play-link.play-icon,
.section-recipes .card .card-body .card-outer-wrap .play-video .play-link.play-icon {
    align-items: center;
    background: #005daa;
    border-radius: 5px;
    display: flex;
    font-size: 8px;
    height: 40px;
    justify-content: center;
    line-height: 8px;
    padding: 0;
    text-decoration: none;
    width: 40px;
}

.recipe-title > div {
    float: left;
    width: 50%;
}

.recipe-header .eco-label {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 20px;
    width: 75px;
    height: 100px;
    left: auto;
}

/* CAMPAIGN HUB HEADER */
.campaign-hub-header .row {
    padding-top: 0;
}

.campaign-hub-header .header-badge {
    border: 5px solid #fff;
    width: 245px;
    max-width: 100%;
    margin: 0 auto;
}

.campaign-hub-header:not(.recipe-hub-header) .header-badge {
    width: 400px;
}

    .campaign-hub-header:not(.recipe-hub-header) .header-badge h1 {
        font-size: 4rem;
    }

    .campaign-hub-header .header-badge > span {
        display: block;
        background: #fff;
        color: #263032;
        font-weight: 700;
    }

.section-transperent-banner.campaign-hub-header .badge-title {
    font-family: 'Meta Pro', sans;
    font-weight: 780;
    text-transform: uppercase;
    line-height: 1 !important;
    font-size: 2rem;
}

.section-transperent-banner.campaign-hub-header .title {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
}

.section-transperent-banner.campaign-hub-header:not(.recipe-hub-header) .title h1 {
    font-size: 32px;
}

.section-transperent-banner.campaign-hub-header.recipe-hub-header .title h1 {
    font-family: 'Meta Pro', sans;
    font-weight: 900;
    line-height: 1;
}
/* END */
/* CAMPAIGN MESSAGE */
.section-heading-and-content-with-bg-image.campaign {
    min-height: initial;
}

.campaign.section h2 {
    font-family: 'Meta Pro', sans;
    text-transform: uppercase;
    font-weight: 900;
}

.campaign.section .lead {
    margin-bottom: 0;
}
/* END */

/* CAMPAIGN CHEF */
.campaign-chef img {
    width: 263px;
    height: 263px;
}

.campaign-chef .quote-wrapper {
    max-width: 66%;
    margin: 0 auto;
}

@media (max-width: 767.98px) {
    .campaign-chef .quote-wrapper {
        max-width: 86%;
    }
}

.campaign-chef.section-blogquote-no-left-border blockquote .quote-title {
    color: #005daa !important;
}

.campaign-chef.section-blogquote-no-left-border.bg-primary blockquote .quote-title {
    color: #fff !important;
}
/* END */
/* CAMPAIGN GRADIENT IMAGE */
.campaign-gradient-image {
    margin-bottom: 0;
}

.campaign-gradient-image .banner-content-full {
    display: flex;
    align-self: stretch;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 100%;
}

.campaign-gradient-image::before,
.campaign-gradient-image::after {
    height: 120px;
}

.campaign-gradient-image.bottom-gradient::before {
    display: none;
}

.campaign-gradient-image.top-gradient::before {
    display: block;
}

.campaign-gradient-image h2 {
    font-family: 'Meta Pro', sans;
    font-weight: 900;
    padding: 10px 0 15px;
}

.campaign-gradient-image .bottom-gradient h2 {
    padding: 15px 0 10px;
}
/* END */
/* RECIPE PRE PANEL */
.recipe-prep-pannel {
    background: #005daa !important;
    color: #fff !important;
}

.recipe-prep-pannel .sub-text {
    font-weight: 700;
}

.recipe-prep-pannel .fa-file-pdf {
    font-size: 3rem;
}

.recipe-prep-pannel button img {
    width: 30px;
    padding-top: 5px;
}

.recipe-prep-pannel .title,
.recipe-prep-pannel button {
    font-size: 1rem;
}

@media (max-width: 767.98px) {
    .recipe-prep-pannel .title,
    .recipe-prep-pannel button span {
        font-size: 0.8rem;
    }

    .recipe-prep-pannel button span {
        width: 100px;
    }
}

/* END */
.campaign-recipe-wrapper .recipe-title {
    margin: 0;
}

.campaign-recipe-wrapper h2 {
    color: #838992;
    font-weight: 700;
    line-height: 1.15 !important;
    margin-bottom: 2%;
    font-family: 'Meta Pro', sans;
}

.campaign-recipe-wrapper strong {
    color: #263032;
    font-weight: 700;
}
.campaign-recipe-wrapper .recipe-content--right ol,
.campaign-recipe-wrapper .recipe-content--left ul {
    margin-left: 0;
    padding-left: 0 !important;
    line-height: inherit;
    margin-bottom: 0;
}

.campaign-recipe-wrapper .recipe-content--left ul li {
    margin-bottom: 0 !important;
}

.campaign-recipe-wrapper .recipe-content--left ul li::before {
    display: none;
}

.campaign-recipe-wrapper .recipe-content--right ol li {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    padding-bottom: 0;
    margin-bottom: 4%;
    align-items: flex-start;
}

.campaign-recipe-wrapper .recipe-content--right ol li img {
    margin-right: 25px;
    width: 50%;
    flex: 0 0 50%;
}

.campaign-recipe-wrapper .recipe-content--right ol li::before {
    display: none;
}

.campaign-recipe-wrapper .recipe-content--right ol li > span:first-child {
    position: relative;
    padding-left: 55px;
}

.campaign-recipe-wrapper .recipe-content--right ol li > span:first-child::before {
    background: #ddf0ff;
    border-radius: 50%;
    color: #005daa;
    content: counter(ordered);
    counter-increment: ordered;
    display: inline-block;
    margin: 0 15px 12px 0;
    text-align: center;
    width:40px;
    height:40px;
    line-height: 40px;
    position: absolute;
    left: 0;
    top: 0;

}

@media (min-width: 768px) {
    .section-recipes .row .recipes-card:nth-child(2) .card > a {
        margin-bottom: 4%;
    }

    .section-recipes.simple-list .row .recipes-card:nth-last-child(2) .card .card-body {
        padding-bottom: 0;
    }
}

.section-transperent-banner .row {
    padding-top: 0;
}

.section-transperent-banner .container-lg > .row {
    min-height: 650px;
    max-height: 800px;
}

.section-transperent-banner.recipe-hub-header .container-lg > .row {
    height: 450px;
    min-height: auto;
}

.section-heading-and-content-with-bg-image.no-transparency:before,
.section-transperent-banner.no-transparency::before {
    display: none;
}

#primary-content .section-transperent-banner .banner-content-center img {
    display: inline-block;
}

@media (min-width: 1200px) {
    .section-transperent-banner .banner-content-center h1 {
        font-size: 2.9rem;
    }
}

@media (max-width: 991.98px) {
    .section-transperent-banner .container-lg > .row {
        min-height: 600px;
    }
}

@media (max-width: 767.98px) {
    .section-transperent-banner .container-lg > .row {
        padding-top: 57px;
        min-height: 350px;
        max-height: 620px
    }

    .section-transperent-banner.recipe-hub-header .container-lg > .row {
        height: 350px;
        padding-top: 0;
    }
}

.section-documents-box .label,
.label {
    color: #4a5e62;
}

.section-documents-box .inner-content .title,
.accordion .accordion-item .accordion-header .accordion-button {
    font-size: 1.6rem;
}

.section-documents-box .inner-content .filesize-text {
    font-size: .75rem;
}

.section-documents-box .inner-content table tr th,
.section-documents-box .inner-content table tr td {
    font-weight: 500;
}

.documents-filter-wrap {
    border: 1px solid #e6e6e6;
    padding: 15px;
    border-radius: 5px;
}

    .documents-filter-wrap .filters-slug {
        font-size: 20px;
        font-weight: 500;
        padding-bottom: 10px;
        display: block;
        border-bottom: 1px solid #e6e6e6;
    }

    .documents-filter-wrap ul {
        margin: 0 !important;
        padding: 0 !important;
    }

        .documents-filter-wrap ul li:before {
            display: none;
        }

        .documents-filter-wrap ul li {
            margin-bottom: 15px !important;
        }

    .documents-filter-wrap .cb-label input[type=checkbox],
    .documents-filter-wrap .cb-label input[type=radio] {
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }

    .documents-filter-wrap .filters-list__item {
        padding-bottom: 5px;
        border-bottom: 1px solid #e6e6e6;
    }

    .documents-filter-wrap .filters {
        display: none;
    }

.left-footer-col .navbar-brand img {
    max-height: 50px;
}

@media (max-width: 1239.98px) {
    .select2-hidden-accessible,
    .select2 {
        white-space: pre !important;
        max-width: 180px;
        margin-right: 20px !important;
    }

    .navbar-collapse .select2,
    .sitemap-dropdown .select2 {
        white-space: normal !important;
        max-width: 100%;
        margin-right: 0 !important;
    }

    .select2-container .select2-results .select2-results__options .select2-results__option {
        line-height: 1.2;
    }

    .msc-logo:not(.left-footer-col) .navbar-brand img {
        height: auto;
        max-width: 180px;
    }
}

@media (max-width: 1023.98px) {
    .main-header-wrap .btn {
        min-width: 70px;
        padding: 10px 6px;
    }
}

@media (max-width: 991.98px) {
    .main-menu-wrap .lang-dropdown {
        margin-top: 0;
        margin-bottom: 4%;
    }

    .header-menu {
        margin-bottom: 4%;
    }

    .main-menu-wrap .navbar-nav .dropdown > .nav-link {
        position: relative;
        padding-left: 15px;
        padding-right: 55px;
    }

        .main-menu-wrap .navbar-nav .dropdown > .nav-link .opener {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 52px;
            height: 52px;
            text-align: center;
            line-height: 52px;
            /*background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.666 6 8 10.667 3.333 6' stroke='%236a868c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;*/
        }

        .main-menu-wrap .navbar-nav .dropdown > .nav-link.selected.show .opener,
        .main-menu-wrap .navbar-nav .dropdown > .nav-link.show .opener {
            /*background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.333 10 8 5.333 12.666 10' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
            transform: rotate(0deg);*/
        }
        /*.transparent-header .main-menu-wrap .navbar-nav .dropdown > .nav-link::after*/
        .main-menu-wrap .navbar-nav .dropdown > .nav-link.selected .opener {
            /*background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.666 6 8 10.667 3.333 6' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;*/
        }

    /*.transparent-header .main-menu-wrap .navbar-nav .dropdown > .nav-link.show::after {
        transform: rotate(-180deg);
    }*/

    .main-menu-wrap .sml-search-wrap,
    .main-menu-wrap .social-icon,
    .main-menu-wrap .location-selector {
        padding: 0 15px;
    }

    .main-menu-wrap .navbar-nav .dropdown > .nav-link:focus,
    .main-menu-wrap .navbar-nav .dropdown > .nav-link:active,
    .main-menu-wrap .navbar-nav .dropdown > .nav-link.show,
    .main-menu-wrap .navbar-nav .dropdown-menu.show {
        background: #fff;
        color: #005daa;
    }

    .main-menu-wrap .navbar-nav .dropdown-menu.show {
        margin-top: -1px;
        padding-top: 0;
        border-radius: 0;
    }

    .main-menu-wrap .navbar-nav .dropdown-menu li a {
        padding-left: 15px;
    }

    .transparent-header .navbar-nav .dropdown-menu li a {
        color: #4a5e62 !important;
    }

    .has-transperent-header .transparent-header .lang-dropdown .select2-container .select2-selection,
    .has-transperent-header .main-header-wrap,
    .has-transperent-header .transparent-header.sticky-on.fixed-top .main-header-wrap {
        background: #fff !important;
    }

    .has-transperent-header .main-menu-wrap,
    .has-transperent-header .transparent-header.sticky-on.fixed-top .main-menu-wrap {
        background: #f3f4f5 !important;
    }

    .has-transperent-header .transparent-header .lang-img, .has-transperent-header .transparent-header .logo {
        display: block !important;
    }

    .has-transperent-header .transparent-header .logo-transperent,
    .has-transperent-header .transparent-header .trans-header-lang-img {
        display: none !important;
    }

    .has-transperent-header .transparent-header .navbar-toggler .animated-icon2 span {
        background: #005daa !important;
    }

    .has-transperent-header .transparent-header .fs-search {
        padding-left: 0 !important;
        padding-right: 0 !important;
        background: none;
    }

    .has-transperent-header .transparent-header .lang-dropdown .select2-container .select2-selection__rendered {
        color: #005daa !important;
    }

    .has-transperent-header .transparent-header .social-icon a {
        color: #005daa !important;
        background: #fff !important;
    }

        .has-transperent-header .transparent-header .social-icon a:hover {
            background: #f3f4f5 !important;
            color: #005daa !important;
        }

        .has-transperent-header .transparent-header .social-icon a:focus,
        .has-transperent-header .transparent-header .social-icon a:active {
            background: #005daa !important;
            color: #fff !important;
        }

    .has-transperent-header .transparent-header .main-menu-wrap .navbar-nav .nav-item .nav-link {
        color: #4a5e62;
    }

        .has-transperent-header .transparent-header .search-icon,
        .has-transperent-header .transparent-header .main-menu-wrap .navbar-nav .nav-item .nav-link:hover, .has-transperent-header .transparent-header .main-menu-wrap .navbar-nav .nav-item .nav-link:focus {
            color: #fff !important;
            background: #005daa !important;
        }

    .has-transperent-header .transparent-header .navbar-nav .dropdown-menu {
        background: #fff;
    }

    .location-selector .select2 {
        min-width: 300px;
    }

    .msc-logo:not(.left-footer-col) .navbar-brand img {
        max-width: 135px;
    }

    .page-intro {
        padding-top: 1.25rem;
    }

    .section-recipes .row .recipes-card .card > a,
    .section-recipes .row .recipes-card .card > img,
    .section-recipes .row .recipes-card:nth-child(2) .card > a{
        margin-bottom: 2%;
    }
}

@media all and (max-width: 767.98px) {
    .campaign-chef img {
        width: 215px;
        height: 215px;
    }

    .recipe-wrapper .recipe-title {
        margin: 0 -15px;
        margin-bottom: 4%;
    }

    .recipe-title--left h2, .recipe-title--right h2 {
        font-size: 1.25rem !important;
        line-height: 1 !important;
        color: #263032;
        padding: 16px;
        cursor: pointer;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        background: #fcfcfc;
    }

    .recipe-title--left h2 {
        border-right: 1px solid #e6e6e6;
    }

    .campaign-recipe-wrapper .recipe-title--left h2,
    .campaign-recipe-wrapper .recipe-title--right h2 {
        cursor: pointer;
        border: none;
        background: #f0f0f0;
        color: #005daa;
        padding: 0;
        text-transform: uppercase;
        text-align: center;
        font-size: 1.0625rem !important;
    }

    .recipe-title--left h2.active, .recipe-title--right h2.active,
    .recipe-title--left h2:hover, .recipe-title--right h2:hover {
        color: #fff;
        background-color: #005daa;
        border-color: #005daa;
    }

    .recipe-title--left h2:hover a, .recipe-title--right h2:hover a {
        color: #fff;
    }
        .recipe-content--left.active, .recipe-content--right.active {
            display: block;
        }

        .campaign-recipe-wrapper .recipe-title--left h2 a,
        .campaign-recipe-wrapper .recipe-title--right h2 a {
            padding: 16px;
        }

        .section-recipes .row .recipes-card:nth-child(2), .section-recipes.simple-list .row .recipes-card:nth-child(2) .card {
        margin-bottom: 0;
    }

    .section-recipes .row .recipes-card:nth-child(2) .card,
    .section-recipes.simple-list .row .recipes-card:nth-child(2) .card {
        flex-direction: column;
        gap: 0;
        margin-bottom: 2%;
    }

        .section-recipes .row .recipes-card:nth-child(2) .card > img {
            height: 300px;
            width: 100%;
        }

    .campaign-recipe-wrapper .recipe-content--right ol li {
        flex-direction: column-reverse;
    }

    .campaign-recipe-wrapper .recipe-content--right ol li img {
        margin-right: 0;
        margin-bottom: 4%;
        width: 100%;
        flex: 0 0 100%;
    }

    .documents-filter-wrap {
        border: none;
        padding: 0;
    }

        .documents-filter-wrap .filters {
            border: 1px solid #e6e6e6;
            padding: 15px;
            border-radius: 5px;
        }

    .dropdown-item {
        white-space: normal;
    }
}

img.left,
.rte-content img.left {
    margin: 0 2rem 2rem 0;
    padding: 0;
    float: left;
}

img.right,
.rte-content img.right {
    margin: 0 0 1.25rem 2rem;
    padding: 0 0;
    float: right;
}

.rte-content img ~ h2, .rte-content img ~ h3 {
    clear: left;
}

tbody tr:nth-child(even) {
    background: none;
}

.header-menu {
    margin-left: 0;
}

lite-youtube:before {
    background: rgba(0, 0, 0, 0.2);
    bottom: 0;
    height: 100%;
}

.section-numbers .number-col {
    border-radius: 0 !important;
}

    .section-numbers .number-col:focus a, .section-numbers .number-col:hover a {
        color: #fff;
    }

    .section-numbers .number-col a {
        text-decoration: none;
    }

.section-numbers .number-col:first-child {
    border-top-left-radius: 5px !important;
}

.section-numbers.multiple-rows.full-row .number-col:first-child {
    border-bottom-left-radius: 0 !important;
}

.section-numbers .number-col:last-child {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.section-numbers.multiple-rows .number-col:last-child {
    border-top-right-radius: 0 !important;
}

@media all and (min-width: 992px) {
    .section-numbers.row-1 .number-col:first-child,
    .section-numbers.multiple-rows.half-row .number-col:first-child {
        border-bottom-left-radius: 5px !important;
    }

    .section-numbers .number-col.col-md-4:nth-child(3),
    .section-numbers.multiple-rows .number-col.col-md-4:nth-child(3),
    .section-numbers.multiple-rows .number-col.col-md-3:nth-child(4),
    .section-numbers.row-1.half-row .number-col:last-child {
        border-top-right-radius: 5px !important;
    }

    .section-numbers.row-2 .number-col.col-md-4:nth-child(4),
    .section-numbers.row-3 .number-col.col-md-4:nth-child(7),
    .section-numbers.row-2 .number-col.col-md-3:nth-child(5),
    .section-numbers.row-3.half-row .number-col.col-md-3:nth-child(5),
    .section-numbers.row-3 .number-col.col-md-3:nth-child(9) {
        border-bottom-left-radius: 5px !important;
    }

    .section-numbers.row-2.half-row .number-col.col-md-4:nth-child(3),
    .section-numbers.row-3.half-row .number-col.col-md-4:nth-child(6),
    .section-numbers.row-2.half-row .number-col.col-md-3:nth-child(4),
    .section-numbers.row-3.half-row .number-col.col-md-3:nth-child(8) {
        border-bottom-right-radius: 5px !important;
    }

    .section-transperent-banner .banner-content,
    .section-transperent-banner .banner-content-center {
        max-width: 66%;
    }
}

.top-gradient::before,
.top-gradient-lg::before {
    background: linear-gradient(0deg, rgba(0, 91, 167, 0) 76.25%, #005daa 100%);
}

.salmon-pink.top-gradient::before,
.salmon-pink.top-gradient-lg::before {
    background: linear-gradient(0deg, rgba(0, 91, 167, 0) 76.25%, #dc695f 100%);
}

.lobster-red.top-gradient::before,
.lobster-red.top-gradient-lg::before {
    background: linear-gradient(0deg, rgba(0, 91, 167, 0) 76.25%, #cc2c18 100%);
}

.kelp-green.top-gradient::before,
.kelp-green.top-gradient-lg::before {
    background: linear-gradient(0deg, rgba(0, 91, 167, 0) 76.25%, #9c9c1e 100%);
}

.bottom-gradient::after,
.bottom-gradient-lg::after {
    background: linear-gradient(180deg, rgba(0, 91, 167, 0) 64.23%, #005daa 88.93%);
}

.salmon-pink.bottom-gradient::after,
.salmon-pink.bottom-gradient-lg::after {
    background: linear-gradient(180deg, rgba(0, 91, 167, 0) 64.23%, #dc695f 88.93%);
}

.lobster-red.bottom-gradient::after,
.lobster-red.bottom-gradient-lg::after {
    background: linear-gradient(180deg, rgba(0, 91, 167, 0) 64.23%, #cc2c18 88.93%);
}

.kelp-green.bottom-gradient::after,
.kelp-green.bottom-gradient-lg::after {
    background: linear-gradient(180deg, rgba(0, 91, 167, 0) 64.23%, #9c9c1e 88.93%);
}


@media all and (max-width: 991.98px) {
    .section-numbers-4-col .number-col {
        width: calc(50% + 1px);
    }
    .section-numbers.full-sm-row.one-sm-row .number-col:last-child,
    .section-numbers .number-col:nth-child(2) {
        border-top-right-radius: 5px !important;
    }

    .section-numbers:not(.row-sm-1) .number-col:last-child {
        border-top-right-radius: 0 !important;
    }

    .section-numbers.full-sm-row.one-sm-row .number-col:first-child,
    .section-numbers.full-sm-row .number-col:nth-last-child(2),
    .section-numbers.half-sm-row .number-col:nth-last-child(3),
    .section-numbers.half-sm-row .number-col:last-child {
        border-bottom-left-radius: 5px !important;
    }

    .section-numbers.half-sm-row .number-col:nth-last-child(2) {
        border-bottom-right-radius: 5px !important;
    }
}
.section-numbers .number-col .number-inner-wrap .number-title {
    color: #9c9c1e;
    font-size: 40px;
    line-height: 1.25 !important;
}

.section-numbers.bg-number-primary .number-col .number-inner-wrap .number-title {
    color: #005daa;
}

.section-numbers.bg-number-lobster-red .number-col .number-inner-wrap .number-title {
    color: #cc2c18;
}

.section-numbers.bg-number-salmon-pink .number-col .number-inner-wrap .number-title {
    color: #dc695f;
}

    .section-numbers .number-col .number-inner-wrap .number-title.font-md {
        font-size: 30px;
    }

    .section-numbers .number-col .number-inner-wrap .number-title.font-sm {
        font-size: 24px;
    }

@media (max-width: 1399.98px) {
    .section-numbers .number-col .number-inner-wrap .number-title {
        font-size: 35px;
    }

        .section-numbers .number-col .number-inner-wrap .number-title.font-md {
            font-size: 30px;
        }

        .section-numbers .number-col .number-inner-wrap .number-title.font-sm {
            font-size: 24px;
        }
}

@media (max-width: 1199.98px) {
    .section-numbers .number-col .number-inner-wrap .number-title {
        font-size: 30px;
    }

        .section-numbers .number-col .number-inner-wrap .number-title.font-md {
            font-size: 26px;
        }

        .section-numbers .number-col .number-inner-wrap .number-title.font-sm {
            font-size: 22px;
        }
}

@media (max-width: 991.98px) {
    .section-numbers .number-col .number-inner-wrap .number-title {
        font-size: 24px !important;
    }

        .section-numbers .number-col .number-inner-wrap .number-title.font-md {
            font-size: 22px !important;
        }

        .section-numbers .number-col .number-inner-wrap .number-title.font-sm {
            font-size: 20px !important;
        }
}

.section-numbers .number-col .number-inner-wrap .number-sub-text {
    color: #838992;
    font-weight: 700;
    line-height: 1.15 !important;
}

.section-numbers.bg-number-salmon-pink .number-col .number-inner-wrap .number-title {
    color: #dc695f;
}

.section-numbers .number-col:focus, .section-numbers .number-col:hover {
    background: #9c9c1e;
    border-color: #fff;
}

    .section-numbers .number-col:focus .number-inner-wrap .number-sub-text, 
    .section-numbers .number-col:focus .number-inner-wrap .number-title, 
    .section-numbers .number-col:hover .number-inner-wrap .number-sub-text, 
    .section-numbers .number-col:hover .number-inner-wrap .number-title {
        color: #fff
    }

.section-numbers .number-col .number-inner-wrap .number-sub-text.statistic__super {
    line-height: 1.25;
}

.section-content-with-media-left-media.bg-white,
.section-content-with-media-right-media.bg-white,
.section-blog-with-bg.bg-white {
    padding: 0px !important;
}

.section-content-with-media-right-media a > img {
    height: 100%;
}

.section-blog .card img {
    margin-bottom: 4%;
}

.section-blog .card img.h-330 {
    height: 330px;
}

.section-news-with-pagination h3 a:focus,
.section-news-with-pagination h3 a:hover,
.section-news-with-pagination .card-title a:focus,
.section-news-with-pagination .card-title a:hover {
    text-decoration: underline;
}

.section-news-with-pagination .row .latest-news-card
{
    min-height: 120px;
}

.section-news-with-pagination .row .latest-news-card:not(:first-child) .card img,
.section-news-with-pagination.simple-list .row .latest-news-card:first-child .card img {
    height: 100%;
}

.section-news-with-pagination .row .latest-news-card:nth-child(2) .card-body
{
    margin-bottom: 0;
}

.section-news-with-pagination.simple-list .row .latest-news-card:nth-child(2) .card-body {
    padding: 30px 0 20px !important;
    margin: 0;
}

@media (max-width: 767.98px) {
    .section-news-with-pagination.simple-list .row .latest-news-card:nth-child(2) .card-body {
        padding: 10px 0 !important;
    }
    .section-news-with-pagination .row .latest-news-card:nth-child(n+3) .card a img {
        width: 100%;
        height: 100%;
    }
}

.credit-col-wrap .navbar p > span {
    color: #263032 !important;
}

.rte-content table tbody tr:last-child {
    border-bottom: 1px solid #CFD9DB;
}
/* on page banners */
.section-heading-and-content-with-bg-image h2,
.section-heading-and-desc-bg-color h2 {
    font-size: calc(1.4375rem + 2.25vw);
}

@media (min-width: 1200px) {
    .section-heading-and-content-with-bg-image h2,
    .section-heading-and-desc-bg-color h2 {
        font-size: 3.125rem;
    }
}

@media (max-width: 767.98px) {
    .section-heading-and-content-with-bg-image h2,
    .section-heading-and-desc-bg-color h2 {
        font-size: 2.1875rem;
    }
}
/* end on page banners*/
/* image full*/
.wide-image {
    position:relative;
    display: inline-block;
}
    .wide-image .image-content {
        display: block;
        width: 100%;
        color: #fff;
        position: absolute;
        bottom: 0;
        padding: 1.25rem;
    }

    .wide-image .image-content p {
        margin: 0;
    }

    .wide-image .section-numbers {
        position: absolute;
        right: 20px;
        max-width: 20rem;
        bottom: 81px;
    }

    .wide-image .section-numbers .number-col {
        width: 100%;
    }
/* end image full*/

/* website chooser */
.website-chooser {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     border-radius: 5px;
     box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0px 10px 10px rgba(0, 0, 0, 0.02);
}
 .website-chooser.white-popup {
     position: relative;
     background: #fff;
     width: auto;
     max-width: 43.75rem;
     margin: 1.25rem auto;
}
 .website-chooser__container {
     margin-bottom: 1.25rem;
}
 .website-chooser__container.container-logo {
     padding: 2.5rem 5rem 0;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
}
 @media print, screen and (min-width: 40em) {
    #main-header.global-header {
        margin-bottom: 0 !important;
    }

    .website-chooser__container.container-logo {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
 .website-chooser__container.container-logo .website-chooser__item {
     -webkit-box-flex: 1;
     -ms-flex-positive: 1;
     flex-grow: 1;
}
 .website-chooser__container.container-logo .website-chooser__item:first-child {
     margin: 0 20% 1.25rem;
     -webkit-box-flex: 1;
     -ms-flex: auto;
     flex: auto;
}
 @media print, screen and (min-width: 40em) {
     .website-chooser__container.container-logo .website-chooser__item:first-child {
         margin: 0 2.5rem 0 0;
         min-width:149px;
    }
}
 .website-chooser__container.container-logo h2 {
     font-size: 1.25rem;
     line-height: normal;
     text-align: center;
     color: #005daa;
}
 @media print, screen and (min-width: 40em) {
     .website-chooser__container.container-logo h2 {
         text-align: left;
         font-size: 2.25rem;
    }
}
 .website-chooser__container.container-site-selection {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     padding: 0 2.5rem;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
}
 @media print, screen and (min-width: 40em) {
     .website-chooser__container.container-site-selection {
         -webkit-box-orient: horizontal;
         -webkit-box-direction: normal;
         -ms-flex-direction: row;
         flex-direction: row;
    }
}
 .website-chooser__container.container-site-selection .website-chooser__item {
     -webkit-box-flex: 1;
     -ms-flex: 1;
     flex: 1;
     margin: 0 0 1.25rem;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     text-align: center;
}
 @media print, screen and (min-width: 40em) {
     .website-chooser__container.container-site-selection .website-chooser__item {
         margin: 0 1.875rem;
    }
}
 .website-chooser__container.container-cookie {
     background-color: #005DAA;
     color: #fff;
     padding: 0.75rem;
     margin-bottom: 0;
     border-bottom-left-radius: 5px;
     border-bottom-right-radius: 5px;
}
 .website-chooser__container.container-cookie a {
     color: #fff;
     text-decoration: underline;
}
 .website-chooser__container.container-cookie a:hover, .website-chooser__container.container-cookie a:focus {
     text-decoration: none;
}
/* end website chooser */
.carousel-indicators-desc-thumb button {
    display: none;
}

.carousel .carousel-img img {
    max-width: 105px;
}
@media (min-width: 768px) {
    .carousel .carousel-indicators [data-bs-target] {
        vertical-align: top;
    }

    .carousel .carousel-indicators-wrapper {
        min-height: 112px;
    }

    .carousel .carousel-heading-inner-wrapper {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .carousel.carousel-thumb-wrapper-sub-text .carousel-indicators-wrapper {
        min-height: 150px;
    }

    .section-carousel .carousel .carousel-inner .carousel-item-content img {
        height: 606px;
    }

    .section-carousel .carousel-control-next,
    .section-carousel .carousel-control-prev {
        top: auto;
        bottom: 31px;
    }

    .section-carousel .carousel-thumb-wrapper-sub-text .carousel-control-next,
    .section-carousel .carousel-thumb-wrapper-sub-text .carousel-control-prev {
        bottom: 69px;
    }

    .section-carousel .carousel-indicators {
        top: 0;
    }

    .section-recipes .row .recipes-card:nth-child(2) > div .card .card-body {
        padding-bottom: 0;
    }

    .section-carousel-no-thubnail .carousel .carousel-control-next,
    .section-carousel-no-thubnail .carousel .carousel-control-prev {
        top: 61%;
    }
}

@media (min-width: 1200px) {
    .carousel .carousel-indicators-wrapper {
        min-height: 162px;
    }

    .carousel.carousel-thumb-wrapper-sub-text .carousel-indicators-wrapper {
        min-height: 202px;
    }
    .section-carousel .carousel-control-next,
    .section-carousel .carousel-control-prev {
        bottom: 52px;
    }

    .section-carousel .carousel-thumb-wrapper-sub-text .carousel-control-next,
    .section-carousel .carousel-thumb-wrapper-sub-text .carousel-control-prev {
        bottom: 98px;
    }

    .carousel.carousel-thumb-wrapper .carousel-indicators [data-bs-target] {
        height: 120px;
    }

    .carousel .carousel-img img {
        max-width: 174px;
    }
}

.carousel .carousel-img.active:before {
    left: 0;
    top: 0;
}

.carousel-thumb-wrapper-sub-text .carousel-indicators-desc-thumb {
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 2;
    width: 100%;
}

.carousel-thumb-wrapper-sub-text .carousel-indicators-desc-inner {
    background-color: transparent;
    margin: 0 auto;
    overflow: hidden;
    width: calc(100% - 250px);
}

    .carousel-thumb-wrapper-sub-text .carousel-indicators-desc-inner:not(.container) {
        max-width: 100%;
    }

.carousel-thumb-wrapper-sub-text .carousel-indicators-desc-inner * {
    color: #fff;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 1199.98px) {
    .carousel-thumb-wrapper-sub-text .carousel-indicators-desc-inner {
        width: calc(100% - 210px);
    }    
}

.share-this-wrapper .fa-facebook-square {
    color: #4267b2;
}

.share-this-wrapper .fa-square-x-twitter {
    color: #000000;
}

.share-this-wrapper .fa-linkedin {
    color: #0077b5;
}

.share-this-wrapper .fa-weibo {
    color: #df2029;
}

.share-this-wrapper .fa-square-whatsapp {
    color: #25d366;
}

.share-this-wrapper .fa-line {
    color: #06c755;
}

.share-this-wrapper .fa-envelope {
    color: #005daa;
}

@media (max-width: 767.98px) {
    #primary-content .carousel .carousel-img img {
        display: none;
    }

    .carousel-thumb-wrapper-sub-text .carousel-indicators-desc-inner {
        width: 100%;
        margin-bottom: 42px;
        background: rgba(0, 0, 0, 0.2);
    }

        .carousel-thumb-wrapper-sub-text .carousel-indicators-desc-inner .caption-wrap.text-white > div {
            padding: 15px;
        }

        .carousel-thumb-wrapper-sub-text .carousel-indicators-desc-inner .caption-wrap.text-white > div:empty {
            padding: 0;
        }

    .share-this-wrapper {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: #263032;
        z-index: 9;
        padding: 15px 0;
        color: #fff;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .share-this-wrapper > * {
        margin: 0 15px 0 0 !important;
        text-transform: uppercase;
    }

        .share-this-wrapper > div {
            margin-right: 0 !important;
        }

    .site-footer {
        padding-bottom: 35px;
    }

    #primary-content [data-sf-role="loading-img"],
    [data-sf-role="loading-img"] {
        display: none;
    }
}

.section-carousel-no-thubnail .carousel-indicators-desc .carousel-desc .text-white * {
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    font-weight: 500;
}

.section-carousel-no-thubnail .carousel-heading-wrapper .carousel-indicators [data-bs-target].active .caption-wrap .heading,
.section-carousel-no-thubnail .carousel-item .carousel-heading-wrapper .heading {
    color: #9c9c1e !important;
}

.section-carousel-no-thubnail .carousel-heading-wrapper {
    z-index: 1;
}

.section-carousel-no-thubnail .carousel-item .carousel-heading-wrapper {
    background-color: rgba(0,0,0,.6);
}


.section-newsletter .sf-fieldWrp > label,
.section-sign-up .sf-fieldWrp > label {
    display: none;
}

.section-newsletter .sf-fieldWrp[dropdown-list-field-container] > label,
.section-sign-up .sf-fieldWrp[dropdown-list-field-container] > label {
    display: inline-block;
}

.section-newsletter .sf-fieldWrp input[type="email"],
.section-sign-up .sf-fieldWrp input[type="email"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #cfd9db;
    border-radius: 4px;
    color: #4a5e62;
    display: block;
    font-family: Meta Pro;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 16px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%
}

.section-newsletter .col-lg-8 .row > .col-lg-12,
.section-sign-up .sf_colsIn.col-lg-12 {
    flex-direction: column;
    align-items: start;
    width: 100%;
    display: flex;
}


.section-newsletter h2,
.section-newsletter h3 {
    color: #005daa;
}

.container [class*='bg-'] .section-sign-up,
.container [class*='bg-'] .section-newsletter,
.inner-page #primary-content .container [class*='bg-'] .section-sign-up.container,
.inner-page #primary-content .container [class*='bg-'] .section-newsletter.container {
    padding-left: 20px;
    padding-right: 20px;
}

[class*='bg-'] .section-sign-up h2,
[class*='bg-'] .section-sign-up h3,
[class*='bg-'] .section-sign-up,
[class*='bg-'] .section-sign-up a,
[class*='bg-'] .section-newsletter h2,
[class*='bg-'] .section-newsletter h3,
[class*='bg-'] .section-newsletter,
[class*='bg-'] .section-newsletter a,
[class*='bg-'] .form-submit-message,
[class*='bg-'] [data-sf-role="success-message"],
[class*='bg-'] legend {
    color: #fff;
}

.section-newsletter a,
.section-sign-up a {
    text-decoration: underline;
}

    .section-newsletter a:hover,
    .section-newsletter a:focus,
    .section-sign-up a:hover,
    .section-sign-up a:focus {
        text-decoration: none;
    }

    .section-sign-up .btn-primary:not(.sf-SubmitButton) { 
        float: right;
    }

    .bg-primary .section-newsletter .btn-primary,
    .section-sign-up .btn-primary,
    .section-sign-up .sf-fieldWrp button[type="submit"] {
        color: #005daa;
        background: #ccebf4;
        border-color: #ccebf4;
    }

    .section-newsletter [data-sf-role="email-text-field-container"],
    .section-sign-up .form-group {
        width: 100%;
    }

.section-sign-up .form-group.right {
    text-align: right;
}

.container [class*='bg-'] .form-submit-message,
.inner-page #primary-content .container [class*='bg-'] .form-submit-message,
.container [class*='bg-'] [data-sf-role="success-message"],
.inner-page #primary-content .container [class*='bg-'] [data-sf-role="success-message"] {
    padding-left: 2%;
    padding-right: 2%;
}

#primary-content [class*="bg-"] .form-submit-message,
.inner-page #primary-content [class*="bg-"] .form-submit-message,
#primary-content [class*="bg-"] .form-submit-message,
.inner-page #primary-content [class*="bg-"] .form-submit-message,
#primary-content [class*="bg-"] [data-sf-role="success-message"],
.inner-page #primary-content [class*="bg-"] [data-sf-role="success-message"],
#primary-content [class*="bg-"] [data-sf-role="success-message"],
.inner-page #primary-content [class*="bg-"] [data-sf-role="success-message"] {
    padding-top: 2%;
    padding-bottom: 2%;
}
@media (min-width: 768px) {
    .section-newsletter .col-lg-4 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .section-newsletter .col-lg-8 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

        .section-newsletter .col-lg-8 .row > .col-lg-12,
        .section-sign-up .sf_colsIn.col-lg-12 {
            flex-direction: row;
            gap: 10px;
        }

    .section-newsletter p {
        margin-bottom: 0;
    }
}


#mc_embed_signup,
#mc_embed_signup h2 {
    color: #fff;
    max-width: 600px;
}

#mc_embed_signup .indicates-required {
    text-align: right;
    font-size: 11px;
}

#mc_embed_signup .mc-field-group {
    clear: left;
    position: relative;
    width: 100%;
    padding-bottom: 3%;
    min-height: 50px;
    display: grid;
}

#mc_embed_signup .mc-field-group.input-group ul {
    margin: 0;
    padding: 5px 0;
    list-style: none;
}

#mc_embed_signup .mc-field-group.input-group ul li {
    display: block;
    padding: 5px 0;
    margin: 0;
}

#mc_embed_signup .mc-field-group.input-group ul li:before {
    display: none;
}

#mc_embed_signup .mc-field-group.input-group input {
    margin-right: 10px;
}

#mc_embed_signup .mc-field-group.input-group input,
#mc_embed_signup .mc-field-group.input-group label {
    display: inline;
    width: auto;
    border: none;
}

#mc_embed_signup .select2.select2-container {
    background-color: #fff;
}

#mc_embed_signup .button {
    color: #005daa;
    background: #ccebf4;
    border: none;
    letter-spacing: .1px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 12px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 24px;
    border-radius: 5px;
}

@media (max-width: 479.98px) {
    .site-footer {
        padding-bottom: 75px;
    }

    .share-this-wrapper {
        display: block;
    }

        .share-this-wrapper > p {
            margin-bottom: 10px !important;
        }
}

@media print {
    body {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: "";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    #main-header {
        display: none;
    }

    .container {
        max-width: 910px;
    }

    .navbar-brand img {
        width: 228px;
        height: auto;
        object-fit: none;
    }

    .main-header-wrap .msc-logo {
        max-height: none;
    }

        .main-header-wrap .msc-logo .navbar-brand {
            display: block;
            padding: 0;
        }

    header + #primary-content,
    .global-header + #primary-content {
        margin-top: 20px;
    }

    .row {
        display: block;
    }

    .col-md-6 {
        width: 50%;
        float: left;
    }

    .section-sign-up,
    .section-newsletter {
        display: none;
    }

    .main-header-wrap .mb-4-percent {
        margin-bottom: 0 !important;
    }
    /* Recipe. */

    .recipe-title--left h2,
    .recipe-title--right h2 {
        border: none;
    }

    .section-content-with-media-right-media .content-recipe-person-info .recipe-person-img img {
        width: 90px;
        height: auto;
    }

    .campaign-hub-header .header-badge > span {
        padding-left: 10px;
        text-align: left;
    }

    .campaign-hub-header .header-badge {
        position: relative !important;
    }

    .recipe-prep-pannel .col-3 {
        float: left;
    }

    .section-heading-and-content-with-bg-image {
        background-position: 50% !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

    .section-transperent-banner.campaign-hub-header,
    .section-transperent-banner.campaign-hub-header .min-height-450,
    .section-transperent-banner.campaign-hub-header .container-lg > .row {
        height: auto;
        min-height: auto;
        padding: 0;
    }

        .section-transperent-banner.campaign-hub-header .title {
            width: 100%;
            max-width: 480px;
        }

        .section-transperent-banner.campaign-hub-header .title {
            padding-left: 15px !important;
            padding-right: 15px !important;
        }

    .campaign-recipe-wrapper {
        padding-bottom: 40px !important;
    }

    .campaign-recipe-wrapper h2 {
        color: #838992 !important;
        margin-bottom: 15px;
    }

    .campaign-recipe-wrapper .recipe-content--left ul li {
        margin-bottom: 10px !important;
    }

    .campaign-recipe-wrapper .recipe-content--right ol li {
        page-break-inside: avoid;
        page-break-after: auto;
        page-break-before: auto;
    }

        .section-heading-and-content-with-bg-image:before,
        .section-heading-and-content-with-bg-image .btn-primary,
        .campaign-recipe-wrapper .recipe-content--right ol li br,
        .campaign-recipe-wrapper .recipe-content--right ol li img,
        .ot-floating-button,
        .recipe-single ~ .spotlight-items,
        .recipe-single .spotlight-items,
        .recipe-single ~ .section-heading-and-content-with-bg-image
        .recipe-single .section-heading-and-content-with-bg-image {
            display: none !important;
        }

    .section-transperent-banner {
        background-position: 50% !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        margin: 0 15px;
    }

    .recipe-title--left h2, .recipe-title--right h2 {
        font-size: 1.875rem !important;
        padding: 0;
    }

        .campaign-recipe-wrapper .recipe-content--right ol li > span:first-child::before {
            display: none;
        }

    .campaign-recipe-wrapper .col-12 {
        margin-right: -2px;
        vertical-align: top;
        font-size: 16px;
        width: 50%;
    }

    .campaign-recipe-wrapper .eco-label img {
        max-width: 50% !important;
        margin-bottom: 15px;
    }

    .recipe-prep-pannel {
        margin-top: 2% !important;
        margin-bottom: 4% !important;
    }

        .recipe-prep-pannel * {
            color: #fff !important;
        }

    .recipe-prep-pannel div[class*="col"] {
        width: 30%;
        float: left;
    }

    .recipe-prep-pannel .title {
        margin-bottom: 7px;
    }

    .text-seal-grey {
        color: #838992 !important;
    }

    .bg-transperent-20 {
        background-color: rgba(0,0,0,.2) !important;
    }

    .container > .recipe-wrapper > .recipe-content--right > .rte-content > ol > li > span {
        padding-left: 0;
    }
}

ul.sitemap {
    margin: 0;
    padding-left: 0 !important;
}

    ul.sitemap > li:before {
        display: none;
    }

    ul.sitemap > li {
        margin-bottom: 30px;
    }

.sitemap ul {
    margin-left: 0;
}

    .sitemap ul:not(.navbar-nav):not(.footer-menu-ul):not(.select2-results__options):not(.sub-menu):not(.nav.nav-tabs):not(.dropdown-menu):not(.pagination) li {
        margin-bottom: 0;
        margin-top: 10px;
    }

.section-contextual-parallax .container + .container {
    padding-top: 80px !important;
}

.section-contextual-parallax .sticky-top {
    z-index: 9;
}

.section-contextual-parallax .image-container {
    position: sticky;
    top: 0;
    width: 100vw;
    height: 100vh;
    min-height: 100vh;
    z-index: -2;
}

    .section-contextual-parallax .image-container img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.section-contextual-parallax .desc {
    position: relative;
    padding: 30px;
    color: white;
}

.section-contextual-parallax h1,
.section-contextual-parallax h2,
.section-contextual-parallax h3,
.section-contextual-parallax h4,
.section-contextual-parallax h5 {
    color: white;
}

@media (min-width: 576px) {
    .section-contextual-parallax .container + .container {
        padding-top: 40vh !important;
    }
}
/* backend */
.sfPageEditor #pagePopup:not(.show) {
    position: relative;
    opacity: 1;
    display: block;
}

.sfPageEditor #pagePopup .modal-header {
    display: none;
}

.sfPageEditor.zeContentMode.modal-open .breadcrumb {
    display: block;
}

.sfPageEditor.zeContentMode.modal-open .breadcrumb li:first-child::before {
    display: none;
}

.sfPageEditor.zeContentMode.modal-open .breadcrumb li::before {
    background: none;
    border-radius: initial;
    color: #ccc;
    display: inline;
    margin-left: 0;
    margin-top: 0;
    padding: 0;
    position: relative;
    content: "/ ";
}

.RadDock [data-campaign-products] {
    opacity: 1 !important;
}
