:root {
    --raisio-green: #2d8f2e;
    --raisio-green-darker-hover: #257525;
    --forest-green: #0E5443;
    --harvest-day: #F0BF84;
    --morning-dew: #9BD3B1;
    --morning-dew-reduced-color: rgb(156 211 178 / 20%);
    --morning-dew-reduced-color2: #dbeee0;
    --blueberry-milk: #D2ACD1;
    --summer-day: #FFD44F;
    --clear-sky: #7EC0EA;

    --error-message: #f7dcbb;
    --success-message: #c1e2cb;

    --font-regular: 'The Sans Regular','Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    --font-bold: 'The Sans Bold', 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    --font-heavy: 'The Sans Black', 'Helvetica Neue', Helvetica, Arial, sans-serif;

	--form-control-height: 2.5rem;
	--form-background-color: #ebf6f0;
	--form-font-color: #1c1c1c;
    --form-control-border-color: #ced4da;
}

/* FONT */

@font-face {
    font-family: 'The Sans Regular';
    src: url('TheSansOfficeLF-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'The Sans Bold';
    src: url('TheSansOfficeLF-Bold.woff') format('woff');
}
@font-face {
    font-family: 'The Sans Black';
    src: url('TheSansC5-9-Black.woff2') format('woff2');
}

body, p, input, h4 {
    font-family: var(--font-regular);
}

input, h4 {
    letter-spacing: 0.4px;
}

h1.hero-h1 {
    font-family: var(--font-heavy) !important;
    font-weight: 900;
    font-size: 60px;
}

h1 {
    font-family: var(--font-heavy) !important;
    font-size: 40px;
    margin-bottom: 2rem;
}

.home-page-two-sections-container h5 {
    font-family: var(--font-bold) !important;
    font-weight: 700;
    font-size: 22px;
}

.home-page-two-sections-container p {
    font-size: 18px;
}

a.hero-btn {
    font-size: 22px;
    font-weight: 700;
}

.static-top.navbar .menu-bar > .navbar-nav > li > a,
a {
    font-family: var(--font-regular);
}


/* footer that stays at the bottom of the page, even if there is little content */

body {
  display: flex;
  flex-direction: column;
}

form {
  flex: 1;
}

.wrapper-body {
  min-height: unset;
  flex: 1;
}

/* HEADER */

.navbar.static-top {
    border-radius: 0 0 35px 35px;
    width: 90%;
    margin: auto;
    box-shadow: none;
    z-index: 1
}

.container.custom-container {
    padding: 0.7rem 3rem;
}

.navbar-dark .navbar-toggler {
    background-color: var(--forest-green);;
    border: 1px solid var(--forest-green);;
}

.navbar-dark .navbar-nav > li > a:hover, .navbar-dark .navbar-nav > li.dropdown > a:hover {
    background-color: unset;
    color: #2d8f2e;
    text-decoration: none !important;
}

.navbar-dark .navbar-nav > li > a:hover, .navbar-dark .navbar-nav > li.dropdown > a:hover {
    color: #2d8f2e;
}

.navbar-dark .navbar-nav a.show, .navbar-dark .navbar-nav a.dropdown-toggle.show {
    color: #000000;
    background-color: #ffffff;
    text-decoration: none !important;
}

.navbar-dark .navbar-nav .show.dropdown-menu {
    background-color: #ffffff;
}

.navbar-dark .navbar-nav .show.dropdown-menu > li > a {
    color: #000000;
    text-decoration: none;
}

.navbar-dark .navbar-nav a.show:focus, .navbar-dark .navbar-nav a.dropdown-toggle.show:focus {
    color: unset;
    background-color: unset;
    border: none !important;
}

.navbar-dark .navbar-nav .show.dropdown-menu > li > a:hover {
    background-color: #f0f7f0;
    color: #2d8f2e;
    text-decoration: none !important;
}

.navbar-dark .navbar-nav > li > a:focus, .navbar-dark .navbar-nav > li.dropdown > a:focus {
    background-color: #ffffff;
    color: #000000;
    text-decoration: none !important;
    border: none !important;
}

/* Accessibility */
button.navbar-toggler.custom-navbar-toggler:focus,
button.navbar-toggler.custom-navbar-toggler:focus-visible
{
    outline: 3px solid #e59700;
}

/*HERO SECTION*/

.heroImg {
    height: 500px;
    width: 100vw;
    position: absolute !important;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* wrapper for CTA buttons */
.hero-inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* CTA buttons above the bottom of the hero image */
.cta-wrapper {
    margin-top: 320px;     
    display: flex;
    gap: 20px;
    position: relative;
    z-index: 10;
}

.hero-btn {
    color: white;
    max-width: 340px;
    width: 100%;
    padding: 1.3rem;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    border: none;
    white-space: normal;
}

.hero-btn-darker {
    background: var(--forest-green);
}

.hero-btn-darker:hover, 
.hero-btn-darker:active,
.hero-btn-darker:focus,
.hero-btn-darker:focus-visible  {
    background:#0a4033 !important;
    color: white !important;
    border: none !important;
}

.hero-btn-lighter {
    background: var(--raisio-green);
}

.hero-btn-lighter:hover, 
.hero-btn-lighter:active,
.hero-btn-lighter:focus,
.hero-btn-lighter:focus-visible {
    background: var(--raisio-green) !important;
    background: var(--raisio-green-darker-hover) !important;
    color: white !important;
    border: none !important;
}

.hero-text-wrapper {
    max-width: 550px;
}

.hero-h1 {
    margin-bottom: 20px;
    margin-top: 6rem;
}

/* HERO SECTION - END */


/* PAGES */

/*Home page*/
.home-page-two-sections-container .columnBlockLayout {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.home-page-two-sections-container .col-lg-7{
    padding-right: 4rem;
}

.border-left {
    border-left: 2px solid var(--raisio-green);
}

/* Feedback Pages */
body:has(.page-complaint) {
  background-color: var(--morning-dew-reduced-color) !important;
}

body:has(.page-other-feedback) {
  background-color: var(--morning-dew-reduced-color) !important;
}


/*RESPONSIVENESS*/

@media (min-width: 1640px) {
    .container.custom-container {
        padding: 0.7rem 0rem;
    }
}

@media (max-width: 1199px) {
    .navbar.static-top {
        border-radius: unset;
        width: 100%;
        margin: 0;
    }
    div.navbar-brand.navbar-header a > img {
        height: 55px !important;
    }
    .navbar .container.custom-container {
    padding: 0rem 0rem;
    }
    .cta-wrapper {
        margin-top: 370px;
    }
}

@media (max-width: 575px) {
    .nav navbar-nav.weblinks {
        margin-left: 1rem;
    }
}

/*home page texts*/

@media (max-width: 991px) {
    .home-page-two-sections-container .col-lg-7 {
        padding-right: 0;
        margin-bottom: 0;
        padding-left: 16px;
        padding-right: 16px;
    }

    .home-page-two-sections-container .border-left {
        margin-left: 1rem;
        margin-top: 30px;
    }

    .home-page-two-sections-container h5 {
        margin-top: 0;
    }

    .home-page-two-sections-container .border-left p:last-child {
        margin-bottom: 0 !important;
    }
}

/*hero title*/

@media (max-width: 1199px) {
    h1.hero-h1 {
        font-size: 48px;
    }
}

@media (max-width: 899px) {
    h1.hero-h1 {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    a.hero-btn {
        font-size: 20px;
    }
}

@media (max-width: 599px) {
    h1.hero-h1 {
        font-size: 40px;
    }
    .heroImg {
        height: 400px;
    }
    .cta-wrapper {
        margin-top: 270px;
    }
    a.hero-btn {
        font-size: 18px;
    }
}

@media (max-width: 430px) {
    a.hero-btn {
        font-size: 16px;
    }

    .hero-text-wrapper {
        margin-top: 60px;
        margin-bottom: 60px;
        padding: 16px;
        padding: 0 !important;
        text-align: center;
    }

    .container.home-page-two-sections-container .columnBlockLayout {
        margin-top: 30px !important;
    }
}

@media (max-width: 360px) {
    h1.hero-h1 {
        font-size: 30px;
    }

    .hero-inner {
        padding: 0 !important;
    }
}

/* FOOTER START */

.footer-green {
    background-color: var(--forest-green);
    margin-top: 100px;
}

.footer-white {
    background-color: #fff;
}

.l-footer {
    background-color: var(--forest-green);
    background-position: 100% 0;
    background-repeat: no-repeat;
    color: #fff;
    padding-top: 30px;
    position: relative;
    z-index: 60;
}

@media (min-width: 1200px) {
    .l-footer__container {
        padding-left: 70px;
        padding-right: 70px;
    }
}

@media (min-width: 600px) {
    .l-footer__container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.l-footer__container {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    width: 100%;
    z-index: 2;
}

@media (min-width: 900px) {
    .l-footer__logo {
        width: 116px
    }    
}

.l-footer__logo {
    text-align: center;
    width: 90px;
}

.raisio-image {
    background-size: contain;
    background-position: center;
}

.twitter-image {
    background-image: url(twitter-image.png);
    background-size: contain;
    background-position: center;
    background-color: #2d8f2e;
}

.linkedin-image {
    background-image: url(linkedin-image.png);
    background-size: contain;
    background-position: center;
    background-color: #2d8f2e;
}

.youtube-image {
    background-image: url(youtube-image.png);
    background-size: contain;
    background-position: center;
    background-color: #2d8f2e;
}

.l-footer__menu {
    padding-top: 30px;
    width: 100%;
}

@media (min-width: 900px) {
    .c-footer-menu {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
    }
}

@media (min-width: 900px) {
    .c-footer-menu {
        font-size: 2.4rem;
    }
}

@media (min-width: 600px) {
    .c-footer-menu {
        font-size: 2.2rem;
    }
}

.c-footer-menu {
    margin: 0;
    padding: 0;
    text-align: center;
}

ol, ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

@media (max-width: 1199px) {
    ul.nav.navbar-nav.weblinks {
        margin-left: 1rem;
    }
}

@media (min-width: 600px) {
    .c-footer-menu>li {
        padding-bottom: 0;
        padding-left: 25px;
        padding-right: 25px;
    }
}

.c-footer-menu>li {
    display: block;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.c-footer-menu>li>a {
    display: block;
    margin-bottom: 10px;
}

.c-footer-menu>li a {
    color: inherit;
    font-weight: bold;
}

@media (min-width: 600px) {
    .l-footer__link {
        padding-left: 15px;
    }
}

.l-footer__link {
    color: var(--morning-dew);
    display: inline-block;
    opacity: .8;
    font-size: 16px;
}

@media (min-width: 600px) {
    .l-footer__copyright {
        padding-left: 15px;
    }
}

.l-footer__copyright {
    opacity: .8;
}

.c-social-media-links__list li a {
    display: inline-block;
    height: 40px;
    padding: 10px 20px;
    width: 68px;
}

.c-social-media-links {
    font-size: 0;
    position: relative;
    margin-bottom: 15px;
}

@media (min-width: 600px) {
    .l-footer__bottom {
        padding-top: 25px;
    }
}

.l-footer__bottom {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 0px;
    position: relative;
    width: 100%;
}

.c-social-media-links__list li {
    display: inline-block;
}

@media (min-width: 900px) {
    .l-footer__logo img {
        width: 116px;
    }
}

.l-footer__logo img {
    text-align: center;
    width: 75px;
}

@media (min-width: 1200px) {
    .l-footer__container {
        padding-left: 70px;
        padding-right: 70px;
    }
}

@media (min-width: 600px) {
    .l-footer__container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.l-footer__logos {
    background: #fff;
    padding: 25px 0;
}

.l-footer__container {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    width: 100%;
    z-index: 2;
}

@media (min-width: 1200px) {
    .l-footer__logolist {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
}

.l-footer__logolist {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

@media (min-width: 900px) {
    .l-footer__bottom-logo {
        margin-right: 50px;
        text-align: left;
        width: auto;
    }
}

.l-footer__bottom-logo {
    height: 50px;
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
}

@media (min-width: 600px) {
    .l-footer__bottom-secondary {
        -webkit-flex-direction: row;
        flex-direction: row;
        margin-top: 15px;
    }
}

.l-footer__bottom-secondary {
    -webkit-align-items: center;
    align-items: center;
    border-top: 1px solid hsla(0,0%,100%,.2);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 5px;
    padding: 15px 0;
    width: 100%;
}

@media (min-width: 900px) {
    .l-footer {
        padding-top: 40px;
    }
}

.l-footer__bottom-logo img {
    height: auto;
    vertical-align: middle;
    border-style: none;
    max-width: 90px;
}

.l-footer__bottom-secondary a:hower {
    color: inherit;
    display: inline-block;
    opacity: .8;
    font-size: 20px;
    text-decoration: underline;
}

 a.l-footer__link:hover, a.l-footer__link:focus {
    color: inherit;
    display: inline-block;
    opacity: .8;
    font-size: 20px;
    text-decoration: underline;
}

/*Social media*/

li a svg path {
    fill: #fff;
}

li a svg {
    height: 24px;
    width: 24px;
}

/* Logo list */

@media (max-width: 1200px) {
    .l-footer__logolist {    
        justify-content: space-between;
    }
}

@media (max-width: 991px) {
    .footer-green {
        background-color: var(--forest-green);
        margin-top: 3rem;
    }
}

@media (max-width: 768px) {
    footer.footer-white .container  {
        max-width: 100%;
    }

    .l-footer__bottom-logo img {
        max-width: 90px;
    }

    .l-footer__container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .l-footer__logolist {
        gap: 10px;
        justify-content: center;
    }

    .l-footer__bottom-logo {
        height: 50px;
        margin-left: 5px;
        margin-right: 5px;
        flex: 0 0 calc(33.33% - 20px);
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 599px) {
    .footer-green {
        background-color: var(--forest-green);
        margin-top: 2rem;
    }
}

@media (max-width: 430px) {
    .l-footer__bottom-secondary {
        display: block !important;
        text-align: center;
    }
    .l-footer__link {
        display: block !important;
    }
    .l-footer__bottom-logo img {
        max-width: 70px;
    }
    .l-footer__logolist {
        gap: 0;
    }
}

@media (max-width: 400px) {
    .footer-green {
        background-color: var(--forest-green);
        margin-top: 0;
    }
}

/* FOOTER END */