html, body {
    font-family: 'Rubik', sans-serif;
    scroll-behavior: smooth;
}
.container{
    position: relative;
}
a, a:hover{
    color: #EB5538;
}
.header-wrapper.bg-dark{
    background-color: #4880A5!important;
}
#header .navbar-btn{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 1rem;
    font-weight: 400;
    padding: 2.5rem 1rem;
}
#header.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 0.45rem;
    padding-left: 0.45rem;
}
.hero-image-carousel{
    max-height: 816px;
    margin-top: -166px;
    overflow: hidden;
}
.hero-image-carousel .carousel-caption {
    text-align: left;
    top: 0;
    width: 1140px;
    height: 816px;
    position: relative;
    left: 0;
    margin: 0 auto;
}
.hero-image-carousel  img{
    height: 816px;
    object-fit: cover;
    object-position: center;
}
.hero-image-carousel .carousel-item:nth-child(1) img,
.hero-image-carousel .carousel-item:nth-child(2) img,
.hero-image-carousel .carousel-item:nth-child(3) img{
    object-position: 65% center;
}
/* 50% black overlay for banner
.hero-image-carousel .carousel-item::after{
    content:"";
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:linear-gradient(to right, rgba(0,0,0,0.5),rgba(0,0,0,0));
}
*/
.page-features.carousel .carousel-item .h1 {
    font-weight: 700;
    color: #fff;
    font-size: 3.2rem !important;
}
.page-features.carousel.hero-image-carousel .carousel-indicators{
    position: absolute;
    bottom: 5rem;
}
.page-features.carousel.hero-image-carousel .carousel-item .h1 {
    position: absolute;
    top: -60%;
    left: 0;
    width: 55%;
}
.hero-image{
    min-height: 650px;
    display: flex;
    align-items: center;
}
.hero-image h2{
    font-size: 3.2rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 7rem;
}
.hero-image .author-details {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 2rem;
}
.hero-image .author-details img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    margin-right: 25px;
}
.hero-image .author-details .author-details-content h4{
    font-size: 21px;
    color: #fff;
}
.hero-image .author-details .author-details-content p{
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}
/* section */
.section_padding{
    padding: 5rem 0 0;
}

/* button */
button.btn, a.btn{
    color: #ffffff;
    background-color: #F26F21;
    border: 1px solid #F26F21;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
}
button.btn:hover, a.btn:hover{
    background: #F26F21;
    color: #ffffff;
    border: 1px solid #F26F21;
}
button.btn:focus, button.btn:active, a.btn:focus, a.btn:active{
    outline: none;
    outline-width: 0;
    box-shadow: none;
}
.page .page-inner, .event-page-content .page-inner {
    padding-top: 3rem;
}

button.btn.type-2, a.btn.type-2{
    background-color: #EC5538;
    border: 1px solid #EC5538;
    text-transform: uppercase;
    letter-spacing: 1px;
}

button.btn.type-2.long-text, a.btn.type-2.long-text{
    padding: 0.25rem 1.25rem;
}
/* home */
.section_content {
    padding: 5rem 0;
}
.section_content .left_content{
    padding-top: 2rem;
    padding-right: 5rem;
}
.section_content .right_content{
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
}
.section_content .center_content{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section_content .center_content.center_content_card{
    border-bottom: 1px solid #000000;
    max-width: 800px;
    padding: 3rem 3rem;
    margin-bottom: 30px;
}
.section_content .center_content.center_content_card p{
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.3px;
}
.section_content .left_content h4, .section_content .right_content h4, .section_content .center_content h4{
    font-size: 45px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #4880A5;
}
.section_content .left_content p, .section_content .right_content p, .section_content .center_content p{
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 15px;
    line-height: 33px;
}
.section_content .left_content p.background-color{
    background-color: #EB5538;
    color: #fff;
    display: inline-flex;
    padding: 0 1rem;
}
.section_content .left_content .info img{
    width: 190px;
    height: auto;
    object-fit: cover;
    margin-bottom: 10px;
}
.section_content .left_content .info h4{
    font-size: 18px;
    color: #000000;
    margin-bottom: 10px;
}
.section_content img{
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
}
.section_content.type-2 {
    padding: 3rem 0;
}
.section_content.type-2 .row{
    margin-bottom: 4rem;
}
.section_content.type-3 .left_content {
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 1rem;
  }
.section_content.type-3 .left_content h4{
    font-size: 21px;
    font-weight: 700;
    color: #4880A5;
    margin: 2rem 0;
}
.section_content.type-2 .left_content h4, .section_content.type-2 .right_content h4{
    font-size: 29px;
    font-weight: 700;
    color: #4880A5;
    margin-bottom: 15px;
}
.section_content.type-2 .left_content h4 a, .section_content.type-2 .right_content h4 a{
    color: #4880A5;
    text-decoration: none;
}
.section_content.type-2 .center_content h4{
    font-size: 35px;
    letter-spacing: 2px;
    color: #373F41;
    max-width: 500px;
}
.section_content.type-2 .left_content{
    padding-right: 4rem;
    padding-top: 0;
}
.section_content.type-2 .right_content{
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
}
.section_content.type-2 img{
    width: 100%;
    height: 256px;
}
.section_content.type-3 img{
    width: 100%;
    height: 182px;
}
.section_content.type-2 .btn{
    margin-bottom: 20px;
}
.section_content .left_content ul.image-list {
    list-style:none;
    padding:0;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.section_content .left_content ul.image-list li{
    margin-right: 50px;
}
.section_content .left_content ul.image-list li img {
    width: 140px;
    margin-bottom: 0;
    height: auto;
}
.section_content .left_content ul.download-list{
    list-style:none;
    padding:1rem 0 0;
    display: inline-block;
}
.section_content .left_content ul.download-list li{
    margin-right: 10px;
    float: left;
}
.section_content .left_content ul.download-list li .download-list-btn{
    display: flex;
    flex-direction: row;
    align-items: center
}
.section_content .left_content ul.download-list li img {
    width: 55px;
    margin-right: 1rem;
    margin-bottom: 10px;
    height: auto;   
}
.section_content .left_content ul.download-list li p{
    font-size: 29px;
    font-weight: 400;
    color: #005AAA;
    line-height: 32px;
    margin-bottom: 10px;
    margin-left: 1rem;
}

.page-headline{
    font-size: 45px;
    font-weight: 700;
    color: #4880A5;
    margin-bottom: 20px;
}
.fact_section .main_content{
    margin-bottom: 50px;
}
.fact_section .main_content p{
    font-size: 19px;
    line-height: 41px;
    color: #000000;
}
.fact_section .content_list{
    margin-bottom: 50px;
}
.fact_section .content_list h4{
    color: #4880A5;
    font-weight: 700;
    font-size: 29px;
    margin-bottom: 15px;
}
.fact_section .content_with_image{
    margin-bottom: 50px;
}
.fact_section .content_with_image h4{
    font-style: italic;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 30px;
}
.fact_section .content_with_image img{
    width: 100%;
    margin-bottom: 30px;
}
.fact_section .content_with_image p{
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    margin-bottom: 20px;
}
.fact_section .content_with_image hr{
    margin: 3rem 0;
}
.fact_section .small_content{
    margin-bottom: 50px;
    margin-right: 40px;
}
.fact_section .small_content h5{
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #4880A5;
    margin-bottom: 20px;
}
.fact_section .small_content p{
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    color: #000000;
    margin-bottom: 20px;
}
.faqs_section .main_content{
    margin-bottom: 50px;
}
.faqs_section .main_content p{
    font-size: 27px;
    line-height: 41px;
    color: #000000;
}

/* facts */
    .fact_section .small_content{
        margin-right: 0;
    }

    .facts_sec ul {
        padding-top: 20px;
        margin: 0px;
    }
    .facts_sec ul li {
        position: relative;
        list-style: none;
        padding-left: 70px;
        margin-bottom: 25px;
    }
    .facts_sec ul li::after {
        position: absolute;
        top: 7px;
        left: 0px;
        content: "";
        background: url('https://assets.nationbuilder.com/lovesalmon/pages/97/attachments/original/1682086869/check-circle.svg?1682086869');
        width: 50px;
        height: 50px;
    }

    a#banner-button {
        width: fit-content;
        display: block;
        color: #fff;
        background-color: #EC5538;
        border: 1px solid #EC5538;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 16px;
        font-weight: 600;
        border-radius: 5px;
        margin-top: -80px;
        padding: 20px;
    }
    
        @media screen and (max-width: 992px){
            a#banner-button {
                margin-left:30px;
                margin-right:30px;
            }
        }

        @media screen and (max-width: 859px){
            a#banner-button {
                max-width:375px;
                margin-top: -130px;
            }
        }
    


.accordion > .card .card-header .accordion-headline a{
    color: #4880A5;
    font-weight: 700;
    font-size: 29px;
}
.accordion > .card .card-header .accordion-headline .faq-title,
.accordion > .card .card-header .accordion-headline .sustainability-commitments-title{
    color: #4880A5;
    font-weight: 700;
    font-size: 29px;
}
.accordion > .card .card-header .btn{
    background-color: transparent;
    border-color: transparent;
}
.accordion > .card .card-header .btn svg path{
    stroke: #4880A5;
}
.accordion > .card .card-body p{
    font-size: 18px;
    line-height: 33px;
    color: #000000;
}

/* sustainability */

/* sustainability */
.sustainability_section .content_list{
    margin-bottom: 50px;
}
.sustainability_section .content_with_image{
    margin-bottom: 50px;
}
.sustainability_section .content_with_image h4{
    color: #4880A5;
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 22px;
}
.sustainability_section .content_with_image h5{
    color: #4880A5;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 25px;
}
.sustainability_section .content_with_image img{
    width: 100%;
    margin-bottom: 50px;
}
.sustainability_section .content_with_image p{
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 30px;
}
.sustainability_section .content_with_image ul.image-list {
    list-style:none;
    padding:0;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.sustainability_section .content_with_image ul.image-list li{
    margin-right: 50px;
}
.sustainability_section .content_with_image ul.image-list li img {
    width: 140px;
    margin-bottom: 0;
}
.sustainability_section .content_with_image ul.download-list{
    list-style:none;
    padding:1rem 0 0;
    display: inline-block;
}
.sustainability_section .content_with_image ul.download-list li{
    margin-right: 10px;
    float: left;
}
.sustainability_section .content_with_image ul.download-list li a{
    display: flex;
    flex-direction: row;
    align-items: center
}
.sustainability_section .content_with_image ul.download-list li img {
    width: 65px;
    margin-right: 15px;
    margin-bottom: 10px;
}
.sustainability_section .content_with_image ul.download-list li p{
    font-size: 18px;
    font-weight: 700;
    color: #4880A5;
    line-height: 22px;
    max-width: 260px;
    margin-bottom: 10px;
}
.sustainability_section .content_with_image ul.sustainability-list{
    list-style:none;
    padding:1rem 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sustainability_section .content_with_image ul.sustainability-list li{
    width: 28%;
    margin-bottom: 50px;
    box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
}
.sustainability_section .content_with_image ul.sustainability-list li a{
    display: flex;
    flex-direction: row;
    align-items: center
}
.sustainability_section .content_with_image ul.sustainability-list li img {
    width: 100%;
    margin-bottom: 0px;
}
.sustainability_section .content_with_image ul.sustainability-list li .sustainability-inner-content{
    padding: 1.5rem 1.8rem;
}
.sustainability_section .content_with_image ul.sustainability-list li .sustainability-inner-content h5{
    font-size: 18px;
    margin-bottom: 15px;
}
.sustainability_section .content_with_image ul.sustainability-list li .sustainability-inner-content p{
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0px;
}
.sustainability_section .content_with_image ul.download-list li .download-list-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sustainability_section .sustainability-accordion .card .card-header img{
    width: 100%;
    height: 275px;
    object-fit: contain;
    object-position: center;
    background-color: #4880a5;
}
.sustainability_section .sustainability-accordion .card .card-header h4{
    color: #EB5538;
    font-size: 26px;
    font-weight: 700;
}
.sustainability_section .sustainability-accordion .card .card-header p{
    font-size: 16px;
    margin-bottom: .5rem;
    line-height: 20px;
    color: #000;
}
.sustainability_section .sustainability-accordion .card .card-header a{
    font-size: 16px;
    color: #EB5538;
}
.sustainability_section .sustainability-accordion .card .card-header .sustainability-table-heading{
    padding: 1.5rem;
    border-top: 1px solid #efefef;
}
.sustainability_section .sustainability-accordion .card .card-header .sustainability-table-heading h6{
    color: #4880A5;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}
.sustainability_section .sustainability-accordion .card .card-header .sustainability-table-heading .btn.accordion-toggle{
    position: absolute;
    right: 10px;
    transform: scale(1.3);
}
.sustainability_section .sustainability-accordion .card .card-body{
    padding: 0;
}
.sustainability_section .sustainability-accordion .card .card-body ul li{
    border-bottom: 2px solid #efefef;
    padding: 2.5rem 3rem;
}
.sustainability_section .sustainability-accordion .card .card-body ul li:last-child{
    border-bottom: none;
}
.sustainability_section .sustainability-accordion .card .card-body ul li h4{
    color: #EB5538;
    font-size: 26px;
    font-weight: 700;
    padding-right: 4rem;
}
.sustainability_section .sustainability-accordion .card .card-body ul li p{
    color: #4880A5;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}
.sustainability_section .sustainability-accordion .card .card-body ul li p a{
    color: #EB5538;
}
.sustainability_section .sustainability-accordion .card .card-body ul li p a.blue_text{
    color: #4880A5;
}
/* about */
.about_section .main_content p {
    font-size: 18px;
    line-height: 37px;
    color: #000000;
    margin-bottom: 22px;
}
.custom_shadow{
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.177086);
}
.feedback_form .form-control,.feedback_form .custom-select{
    background-color: #EFF6FC;
    height: 94px;
    font-size: 22px;
}
.feedback_form .float-label label,.feedback_form .custom-select{
    color: #aeaeae;
    font-size: 22px;
    font-weight: 300;
    line-height: 60px;
}
.feedback_form .float-label-active label {
    line-height: unset;
    font-size: .875rem;
    color: #747474;
}
.feedback_form .btn{
    background-color: #F26F21;
    border: 1px solid #F26F21;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 600;
    letter-spacing: 0.9px;
    height: 67px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.feedback_form .btn:focus, .feedback_form .btn:active{
    outline: none;
    outline-width: 0;
    box-shadow: none;
    background-color: #F26F21!important;
    border: 1px solid #F26F21!important;
}
.feedback_form textarea.form-control{
    height: 350px;
}


/* footer */
footer.bg-dark{
    background-color: #4880A5!important;
}
.footer_main{
    padding: 1.5rem 0;
}
.footer_main  ul li{
    display: inline-flex;
    color: #fff;
    padding: 0 16px;
    position: relative;
}
.footer_main ul li:first-child {
    padding-left: 0;
}
.footer_main ul li:last-child {
    padding-right: 0;
}
.footer_main  ul li a{
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}
.footer_main  ul li:after{
    content: "";
    width: 1px;
    height: 15px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 4px;
}
.footer_main  ul li:last-child:after{
    width: 0;
}
.footer_main ul li a i{
    font-size: 28px;
}
.footer_main .copyrights{
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}
.footer_main .footer-social-media{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_main .footer-social-media li{
    padding: 0;
    margin-top: 1.7rem;
}
.footer_main .footer-social-media li:first-child{
    margin-top: 0;
}
.footer_main .footer-social-media li:first-child a:hover{
    opacity: 1;
}
.footer_main .footer-social-media li:after{
    content: '';
    width: 0;
}
#created-with-nb.mt-5{
    margin-top: 0!important
}
.footer-logo{
    width: 300px;
    height: auto;
    margin-right: 30px;    
}

/* blue economy */
.full-width-background-image{
    background-color: #f6f9fa;
    padding: 5rem 0;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.full-width-background-image .card-item {
    height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.full-width-background-image .card-item img{
    object-fit: unset;
    width: auto;
    height: 230px;
    position: absolute;
    left: 0;
    right: 0;   
    margin: 0 auto;
    top: 10px;
    z-index: 1;
}
.full-width-background-image .card-item h4{
    color: #EB5538;
    font-size: 80px;
    z-index: 11;
    position: relative;
    text-align: center;
    margin-bottom: 0;
    font-weight: 700;
}
.full-width-background-image .card-item h4 sup.type-1{
    top: -25px;
    font-size: 55%;
}
.full-width-background-image .card-item h4 sup.type-2{
    top: -15px;
    font-size: 60%;
}
.full-width-background-image .card-item p{
    color: #EB5538;
    font-size: 18px;
    z-index: 11;
    position: relative;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0.2rem;
}
.full-width-background-image li:nth-child(2) .card-item img{
    padding: 1rem;
}
.full-width-background-image .card-item h4.font-small{
    font-size: 50px;
    margin-bottom: 10px;
}
.full-width-background-image li:nth-child(2) p.font-big{
    font-size: 40px;
    line-height: 30px;
}

/* nutrition page*/
.recipes_section h2{
    font-size: 50px;
    font-weight: 700;
    color: #4880A5;
    margin-bottom: 30px;
}
.recipes_section ul.recipes-list{
    list-style:none;
    padding:1rem 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 5rem;
}
.recipes_section ul.recipes-list li{
    width: 28%;
    margin-bottom: 50px;
    box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
}
.recipes_section ul.recipes-list li a{
    display: flex;
    flex-direction: column;
    align-items: center
}
.recipes_section ul.recipes-list li a:hover {
    color: #4880A5;
}
.recipes_section ul.recipes-list li img {
    width: 100%;
    margin-bottom: 0px;
}
.recipes_section ul.recipes-list li .recipes-inner-content{
    padding: 2.5rem 1.4rem;
}
.recipes_section ul.recipes-list li .recipes-inner-content h5{
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 700;
    color: #4880A5;
}
.recipes_section ul.recipes-list li .recipes-inner-content p{
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0px;
}

/* commitments in action */
.commitments_in_action_section .card{
    border: none;
    box-shadow: none;
}
.commitments_in_action_section h3{
    font-size: 45px;
    color: #4880A5;
    margin-bottom: 3rem;
    font-weight: 700;
}
.commitments_in_action_section .card h4{
    font-size: 24px;
    color: #EB5538;
    margin-bottom: 1rem;
    font-weight: 700;
}
.commitments_in_action_section .card p{
    font-size: 18px;
    line-height: 22px;
}
.commitments_in_action_section .card img{
    height: auto;
    padding: 0;
}

/* in the news */
.owl-carousel .owl-stage{display: flex;}
.owl-carousel .owl-dots{
    margin: 5rem 0;
    text-align: center;
}
.owl-carousel .owl-nav{
    position: absolute;
    top: 45%;
    left:0;
    right: 0;
}
.owl-carousel .owl-nav .nav-left-button{
    height: 50px;
    position: absolute;
    stroke: #4880A5;
    fill: #4880A5;
    stroke-width: 1px;
    left: 0;
}
.owl-carousel .owl-nav .nav-right-button{
    height: 50px;
    position: absolute;
    stroke: #4880A5;
    fill: #4880A5;
    stroke-width: 1px;
    transform: scaleX(-1);
    right: 0;
}
.owl-carousel .owl-nav .owl-prev{
    left: -60px;
    position: absolute;
    outline: none;
}
.owl-carousel .owl-nav .owl-next{
    right: -60px;
    position: absolute;
    outline: none;
}
.owl-carousel .owl-dots .owl-dot{
    height: 6px;
    border-radius: 6px;
    width: 70px;
    opacity: 0.5;
    margin-right: 3px;
    margin-left: 3px;
    background-color: #4880A5 !important;
}
.owl-carousel .owl-dots .owl-dot.active{
    opacity: 1;
}
.in-the-news-carousel{
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
.owl-carousel .owl-item{
    margin-left: 4px;
}
.in-the-news-carousel .card{
    border: 1px solid #E5E5E5;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
}
.in-the-news-carousel .card .card-img-top{
    width: 100%;
    height: 370px;
    object-fit: cover;
    object-position: center;
    padding: 0;
    border-radius: 0;
}
.in-the-news-carousel .card  .card-body{
    padding: 2rem 2.5rem;
}
.in-the-news-carousel .card  .card-body .card-title{
    color: #4880A5;
}
.in-the-news-carousel .card  .card-body .card-title h5{
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 700;
}
.in-the-news-carousel .card  .card-body h5 a {
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #4880A5;
    display: flex;
}
.in-the-news-carousel .card  .card-body .card-text{
    font-size: 16px;
    line-height: 22px;
}
.in-the-news-carousel .card  .card-footer{
    border-top: 1px solid #E5E5E5;
    padding: 2rem 2.5rem;
}
.in-the-news-carousel .card  .card-footer .author-details {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.in-the-news-carousel .card  .card-footer .author-details img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    margin-right: 15px;
    border: 1px solid #E5E5E5;
    padding: 0;
}
.in-the-news-carousel .card  .card-footer .author-details .author-details-content h4{
    font-size: 16px;
    color: #000;
}
.in-the-news-carousel .card  .card-footer .author-details .author-details-content p{
    font-size: 13px;
    color: #000;
    margin-bottom: 0;
}

/* science */
.full-width-row{
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    background-color: #f6f9fa;
}
.full-width-row .col-12{
    max-width: 1200px;
    margin: 0 auto;
}
.section_content .left_content.card-section h5{
    font-size: 30px;
    color: #4880A5;
    font-weight: 700;
}
.section_content .left_content.card-section .card .card-header h6{
    color: #EB5538;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 0;
}
.section_content .left_content.card-section .card .card-header h6 span{
    font-weight: 400;
}
.section_content .left_content.card-section .card .card-header a{
    color: #EB5538;
    font-size: 24px;
}
.blockquote{
    border-right: 5px solid #fff;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    margin-left: 9rem;
    position: relative;
    padding-bottom: 2rem;
    margin-right: 1rem;
}
.section_content .left_content.blockquote h5{
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 1rem;
}
.section_content .left_content.blockquote p{
    color: #fff;
    margin-bottom: 0;
}
.blockquote .blockquote-icon{
    position: absolute;
    top: -5px;
    left: -130px;
}
.blockquote .blockquote-icon img{
    width: 105px;
    height: auto;
    object-fit: cover;
    padding: 0;
}
.blockquote:before{
    content: '';
    width: 5px;
    height: 66%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: -130px;
}
.blockquote:after{
    content: '';
    width: 50%;
    height:5px;
    background-color: #fff;
    position: absolute;
    bottom: -5px;
    left: -130px;    
}
@media screen and  (max-width: 1160px){
    .recipes_section ul.recipes-list{
        gap: 0 4rem;
    }
    .full-width-row .col-12{
        max-width: 960px;   
    }
}
@media screen and (max-width: 992px){
    .recipes_section ul.recipes-list{
        gap: 0 3rem;
    }
    .full-width-row .col-12{
        max-width: 720px;  
    }
}
@media (min-width: 992px){
    #header .navbar-brand {
    width: 17%;
    margin-left: 1rem;
    margin-right: 1rem;
    }
}
@media screen and (max-width: 920px){
    #header.navbar-light .navbar-nav .nav-link {
        padding-right: 1.875rem;
        padding-left: 1.875rem;
    }
    .page-features.carousel.hero-image-carousel .carousel-item .h1 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .section_content .left_content {
        padding-top: 1rem;
        padding-right: 0;
    }
    .section_content .right_content {
        padding-left: 0;
        padding-top: 1rem;
        padding-right: 0;
    }
    .section_content img {
        height: unset;
        padding: 20px 0 0;
    }
    .page-features.carousel .carousel-item .h1 {
        font-size: 1.7rem !important;
    }
    .recipes_section ul.recipes-list li {
        width: 44%;
    }
    .section_content .left_content.blockquote h5 {
        font-size: 28px;
    }
}
@media screen and (max-width: 768px) {
    .section_padding{
        padding: 2rem 0 0;
    }
    .no-padding-right{
        padding-right: 15px!important;
    }
    /* home */
    .section_content {
        padding: 2rem 0 0;
    }
    .section_content .container {
        padding: 0 3rem;
    }

    .section_content .left_content h4, .section_content .right_content h4 , .section_content .center_content h4{
        font-size: 36px;
        margin-bottom: 15px;
    }
    .section_content.type-2 {
        padding: 3rem 0 0;
    }
    .section_content.type-2 .left_content h4, .section_content.type-2 .right_content h4 {
        font-size: 28px;
    }
    .section_content.type-2 .center_content h4 {
        font-size: 28px;
    }
    .section_content.type-3 img {
        height: 280px;
    }   
    /* facts */
    .fact_section .small_content{
        margin-right: 0;
    }

    .facts_sec ul {
        padding-top: 20px;
        margin: 0px;
    }
    .facts_sec ul li {
        position: relative;
        list-style: none;
        padding-left: 70px;
        margin-bottom: 25px;
    }
    .facts_sec ul li::after {
        position: absolute;
        top: 7px;
        left: 0px;
        content: "";
        background: url('https://assets.nationbuilder.com/lovesalmon/pages/97/attachments/original/1682086869/check-circle.svg?1682086869');
        width: 50px;
        height: 50px;
    }

    /* sustainability */
    .sustainability_section .content_with_image h4 {
        font-size: 29px;
    }
    .sustainability_section .content_with_image p {
        font-size: 18px;
        line-height: 30px;
    }
    .sustainability_section .content_with_image ul.sustainability-list li {
        width: 100%;
    }
    .sustainability_section .sustainability-accordion .card .card-body ul li h4 {
        padding-right: 0;
    }
    .sustainability_section .sustainability-accordion .card .mobile-view-padding{
        padding-left: 3rem;
    }
    .commitments_in_action_section .card .mobile-view-padding{
        padding-right: 0!important;
    }
    /* footer */
    .footer_main  ul li{
        padding: 0 16px;
    }
    .footer_main  ul li a{
        font-size: 16px;
    }
    .footer_main .copyrights{
        font-size: 14px;
    }
    .full-width-background-image .card-item {
        margin-bottom: 2rem;
    }
    .full-width-background-image {
        padding: 2rem 0 0rem 0;
    }
    .recipes_section ul.recipes-list li {
        width: 100%;
    }
    .full-width-row .col-12{
        max-width: 540px;  
    }
    .section_content .left_content.blockquote{
        padding-right: 1rem;
    }
    .section_content .left_content.blockquote h5 {
        font-size: 22px;
        line-height: 28px;
    }
    .section_content .left_content p.background-color {
        padding: 0.5rem 1rem;
    }
    .blockquote .blockquote-icon img {
        width: 95px;
    }
    .blockquote::before {
        height: 72%;
    }
}

@media screen and (max-width: 530px) {
    #header .navbar-brand {
        margin-left: 1.7rem;
    }
    .hero-image h2 {
        font-size: 37px;
    }
    .hero-image-carousel .carousel-caption {
        max-width: 100%;
    }
    .page-features.carousel.hero-image-carousel .carousel-item .h1 {
        width: 100%;
    }
    .section_content {
        padding: 1rem 0 0;
    }
    .section_content.type-2 {
        padding: 2rem 0 0;
    }
    .section_content .container {
        padding: 0 1rem;
    }
    .section_content .left_content h4, .section_content .right_content h4, .section_content .center_content h4 {
        font-size: 28px;
    }
    .section_content .left_content p, .section_content .right_content p, .section_content .center_content p {
        margin-bottom: 10px;
    }
    .section_content .left_content ul.download-list li p {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 0;
    }
    .owl-carousel .owl-nav .owl-prev{
        left: -20px;
    }
    .owl-carousel .owl-nav .owl-next{
        right: -20px;
    }
    .owl-carousel .owl-nav .nav-left-button, .owl-carousel .owl-nav .nav-right-button {
        height: 35px;
    }
    .in-the-news-carousel .card .card-img-top {
        height: 200px;
    }
    .in-the-news-carousel .card .card-body .card-title h5 {
        font-size: 22px;
    }
    .commitments_in_action_section h3 {
        font-size: 28px;
    }
    .recipes_section h2 {
        margin-top: 1rem;
        font-size: 28px;
    }
    .footer-logo {
        width: 180px;
    }
    .footer_main ul li a i {
        font-size: 20px;
    }
    .section_content .left_content.card-section h5{
        font-size: 28px;
    }
    .section_content .left_content.card-section .card .card-header h6 {
        font-size: 22px;
    }
    .blockquote{
        margin-left: 6rem;
        margin-right: 0;
    }
    .blockquote::before {
        height: 80%;
        left: -90px;
    }
    .blockquote .blockquote-icon {
        top: -5px;
        left: -90px;
    }
    .blockquote .blockquote-icon img {
        width: 68px;
    }
    .blockquote::after {
        left: -90px;
    }
}