/**
* Bootstrap overrides
 */
body {
    color: #725638;
    font-size: 18px;
    font-family: Montserrat, sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat, sans-serif;
    font-weight: normal;
}

.h1, h1 {
	margin-bottom: 1rem;
}

.btn {
    padding: .5rem 2.2rem;
    text-transform: uppercase;
    font-weight: normal;
}
.btn-primary {
    color: #241606;
    background-color: #F5AA27;
    border-color: #F5AA27;
}
.btn-primary:hover {
    color: #241606;
    background-color: #f8ae2f;
    border-color: #F5AA27;
}
.btn-secondary {
    color: #fff;
    background-color: #3B240B;
    border: none;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #462a0c;
    border: none;
}

.visually-hidden{
    display: none;
}

/**
* Homepage
 */
.homepage-hero {
    padding: 40px 0;
    background: url('../images/hauge-hero-bg2.png') no-repeat center center;
    background-size: cover;
    color: #ffffff;
}

@media (min-width: 576px) {
	.homepage-hero {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.homepage-hero h1 {
    font-size: 28px;
    font-weight: bold;
}

@media (min-width: 576px) {
	.homepage-hero h1 {
		font-size: 55px;
	}
}

@media (min-width: 576px) {
	.homepage-hero-desc {
		margin: 30px 0 60px;
	}
}

.homepage-hero-desc h2 {
	font-size: 18px;
	font-weight: bold;
}

@media (min-width: 576px) {
    .homepage-hero-desc h2 {
		font-size: 22px;
	}
}
@media (min-width: 768px) {
	.homepage-hero-desc h2 {
		font-size: 26px;
	}
}

.homepage-hero .btn-lg {
	font-size: 18px;
    font-weight: bold;
    width: 200px;
}
@media (min-width: 768px) {
	.homepage-hero .btn-lg {
		font-size: 18px;
	}
}

.home-main {
    background: #F8F4F1;
    padding: 60px 0;
}
.homepage-feature-item {
    min-height: 100px;
    margin-top: 30px;
}

@media (min-width: 768px) {
	.homepage-feature-item {
		min-height: 140px;
	}
}

.homepage-feature-item svg {
    margin-bottom: 10px;
}

/**
* Future 2025
 */
 .future-2025 {
    color: #fff;
    /* background: rgb(245,170,39); */
    background: radial-gradient(circle, rgba(160, 106, 0, 0.94) 0%, rgba(187, 118, 0, 0.90) 100%),
                url('../images/hauge-hero-bg.jpg');

    background-size: cover; /* Scale the image to cover the container */
    background-position: center; /* Center the image */    
    padding: 80px 0;
    font-size: 20px;
 }
 .future-2025-content {
    padding: 80px 0;
    position: relative;
 }

 .section-jump {
    color: #fff;
    background-color: #e4940b;
    padding: 30px 60px 24px;
    border-radius: 6px;
    margin-bottom: 30px;
 }

 @media (min-width: 768px) {
    .section-jump {
        position: absolute;
        top: -130px;
        left: 50%;
        transform: translate(-50%); /* Center the element */
    }
 }
.homepage-login {
    background: linear-gradient(180deg, #778F6B 0%, #4F6A41 100%);
    padding: 50px 0;
}

.homepage-login h2 {
    font-family: "Gothic A1", Montserrat, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    color: #FFF2E4;
}

.btn-lg.homepage-login-btn, .btn-lg.homepage-login-btn:hover {
    background-color: #34422D;
    color: #FFF2E4;
}

.homepage-login a {
    font-weight: 600;
    font-size: 16px;
    text-decoration-line: underline;
    color: #FFF2E4;
}


.homepage-features {
    padding: 80px 0 50px;
}
.homepage-features h4 {
    margin-bottom: 20px;
}

.homepage-features ul {
    list-style-image: url("/templates/hauge/images/checkmark.png");
}
.homepage-features li {
    padding-bottom: 20px;
}

.homepage-testimonials {
    background: #F8F4F1;
    padding: 80px 0;
}

.homepage-testimonials h3 {
    color: #778F6B;
}
.homepage-testimonials  .carousel-indicators {
    bottom: -40px;
}

.homepage-testimonials  .carousel-item {
    min-height: 300px;
}
.homepage-testimonials  .carousel-indicators li {
    height: 20px;
    background-color: #778F6B;
}

.homepage-newsletter {
    width: 100%;
    height: 200px;
    background-image: url('../images/newsletter.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.footer-info {
    color: #F8F4F1;
}

.footer hr {
	border-top: 2px solid #FFA449;
	border-radius: 1px;
}

.footer-menu .mod-menu li a {
    font-weight: 500;
    line-height: 200%;
    color: #FFF2E4;
    text-decoration: none;
}

.separate-menu-items ul > li:first-child {
	margin-bottom: 2rem;
}

.copyright-wrap {
    background: #181716;
	min-height: 100px;
}

.copyright-wrap p {
    font-size: 14px;
    color: #AB9E91;
}

.copyright-wrap p:last-child {
	color: #AAA29A;
}

.mobile-lines::before,
.mobile-lines::after {
	content: "";
	border-top: 2px solid  #725638;
	border-radius: 1px;
	width: 4rem;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
}

@media (min-width: 768px) {
	.mobile-lines::before,
	.mobile-lines::after {
		content: none;
	}
}

.col-form-label {
	font-family: "Gothic A1", Montserrat, sans-serif;
	font-size: 22px;
	color: #3B240B;
}

.form-control {
	color: #3B240B;
	font-size: 20px;
	border: 1px solid #AAA29A;
	box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.1);
	border-radius: 0;
}

.form-control::placeholder {
    opacity: .5;
}

select.form-control {
	background: url('../images/select.png') no-repeat right #FFFFFF;
    -webkit-appearance: none;
	background-position: calc(100% - 15px);
    border: 1px solid #AAA29A;
    padding-right: 33px;
	
}

.crop-type {
    display: grid;
    grid-template-columns: repeat(auto-fit, 25%);
	cursor: pointer;
}

.crop-type > div:last-of-type {
    border-radius: 0px 8px 8px 0px;
}

.crop-type > div:first-of-type {
    border-radius: 8px 0px 0px 8px;
}

.crop-type div {
    font-family: "Gothic A1", Montserrat, sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF2E4;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
    padding: 10px 10px;
    background: #8A7C6F;
    position: relative;
}

@media (min-width: 576px) {
    .crop-type div {
        font-size: 18px;
    }
}

.crop-type-name::after {
    content: "";
    border-right: 1px solid #AB9E91;
    position: absolute;
    top: 10px;
	right: 0;
	bottom: 10px;
	z-index: 1;
}

.crop-type .active {
    background: #D26D00;

}

.crop-type .active::after {
    content: none;
}

.organic div {
    background: #8A7C6F;
    font-family: "Gothic A1", Montserrat, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    padding: 11px 0;
    color: #FFF2E4;
    max-width: 60px;
    height: 40px;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
	cursor: pointer;
}

.organic div:first-child {
    border-radius: 8px 0px 0px 8px;
}

.organic div:last-of-type {
    border-radius: 0px 8px 8px 0px;
}

.organic .active {
    background: #D26D00;
}


.page-header {
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.page-header h1, .main-header {
    color: #3B240B;
	font-weight: 600;
	font-size: 28px;
}

.page-header p, .main-intro {
    font-family: "Gothic A1", Montserrat, sans-serif;
    font-size: 18px;
    line-height: 120%;
    color: #725638;
}

.page-header p a, .main-intro a {
    color: #D26D00;
    text-decoration: underline;
}

.info {
    font-family: "Gothic A1", Montserrat, sans-serif;
    font-size: 18px;
    line-height: 120%;
    color: #725638;
}

.text-grey-right {
    font-family: "Gothic A1", Montserrat, sans-serif;
    font-size: 22px;
    color: #AAA29A;
	text-align: right;
	align-self: center;
}

.cropdetails-container table tr td:last-child {
    text-align: right;
}

.cropdetails-container .feedindex_info {
    background: #ECE1D9;
    padding: 17px 32px;
	height: 100%;
}

.cropdetails-container .feedindex_info h3 {
    font-family: "Gothic A1", Montserrat, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: #725638;
}

.cropdetails-container .feedindex_info h3 + h3 {
	margin-bottom: 0;
}

.cropdetails-container .feedindex_info h3:last-child {
    color: #3B240B;
}

.cropdetails-container h2 {
    font-family: "Gothic A1", Montserrat, sans-serif;
    font-size: 18px;
	font-weight: normal;
    line-height: 120%;
    color: #725638;
}
.cropdetails-container h2.f-6 {
    font-weight: 600;
}

.cropdetails-container table td {
    padding: 0;
    vertical-align: top;
    border: none;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    font-family: "Gothic A1", Montserrat, sans-serif;
    color: #725638;

}

.hauge-h2 {
    font-family: "Gothic A1", Montserrat, sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #3B240B;
}

.login-form .form-control {
	font-size: 14px;
}

.forgot-password {
    font-family: "Gothic A1", Montserrat, sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #D26D00;
}

.footer {
    background: #2F2A23;
}

.footer-menu .mod-menu li a img {
    filter: brightness(0.1) invert(1);
}

.footer-menu .mod-menu {
    flex-direction: column;
}

.submit-btn {
    height: 51px;
    font-family: "Gothic A1", Montserrat, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF2E4;
    background: #D26D00;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
    border: none;
	padding-left: 1rem;
	padding-right: 1rem;
}

.button-grey {
	display: inline-flex;
	align-items: center;
	justify-content: center;
    background: #8A7C6E;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF2E4;
    min-width: 160px;
    height: 32px;
    border: none;
}

a.button-back {
    font-size: 18px;
    color: #FFF2E4;
    height: 51px;
    cursor: pointer;
    text-decoration: none;
}
a.button-back:hover {
    color: #FFF2E4;
    background-color: #4E300E;
}

.btn-cvr-data {
    background: #4F6A41;
    font-family: "Gothic A1", Montserrat, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #EFFFEF;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.warning-message {
    background: #D26D00;
}

.warning-message h1 {
    font-weight: 600;
    font-size: 22px;
    color: #FFF2E4;
	margin-bottom: 10px;
}

.warning-message p {
    font-family: "Gothic A1", Montserrat, sans-serif;
    font-size: 16px;
    line-height: 120%;
    color: #FFF2E4;
}

.sellcrop-detail {
    border-bottom: 2px solid #DADADA;
    padding: 20px 22px;
}

.sellcrop-detail:first-of-type {
    border-top: 2px solid #DADADA;
}

.sellcrop-detail h3 span {
    text-transform: capitalize;
}

.sellcrop-detail p {
    font-family: "Gothic A1", Montserrat, sans-serif;
    color: #725638;

}

.sellcrop-detail a {
    background: #8A7C6E;
    border-radius: 8px;
    font-family: "Gothic A1", Montserrat, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 9px 18px;
}

#system-message .close {
    cursor: pointer;
}

.design-and-development {
    color: #AAA29A;
    text-decoration: none;
}

.design-and-development:hover {
    color: #AAA29A;
}

#contact-form {
    display: flex;
    flex-direction: column;
}

#contact-form > .contact-field-type-Textarea {
    order: 1;
}

#contact-form > .contact-field-type-Captcha {
    order: 2;
}

#contact-form > .control-group span.optional {
    display: none;
}

.contact h3 {
    margin-top: 2rem;
}

.contact a {
    color: #725638;
}

#my-profile-cvr-result {
    width: 100%;
    margin-top: 1rem;
}

.crop-detail:first-child {
    border-top: 2px solid #DADADA;
}

.crop-detail {
    border-bottom: 2px solid #DADADA;
    padding: 20px 0
}

.crop-detail h3 {
    font-family: "Gothic A1", Montserrat, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #3B240B;
    margin-bottom: 0;
}

.crop-detail p {
    font-family: "Gothic A1", Montserrat, sans-serif;
    margin-bottom: 0;
    color: #725638;
}

.crop-detail a {
    background: #8A7C6E;
    border-radius: 8px;
    font-family: "Gothic A1", Montserrat, sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 9px 18px;
	text-decoration: none;
}

#system-message-container > div {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#subscribe-to-newsletter .cmc-popup {
    width: auto;
    height: auto;
    border: 10px solid #D26D00;
    overflow: auto;
    margin-left: 0;
    margin-top: 0;
    transform: translate(-50%, -50%);
}

#subscribe-to-newsletter .cmc-popup-close {
    line-height: 1;
}

#subscribe-to-newsletter .cmc-popup-close a {
    text-decoration: none;
}

#subscribe-to-newsletter .form-control {
    min-width: 220px;
}

.spinner-container {
    height: 30px;
}

div.cmc-popup-close {
    top: 3px;
    right: 5px;
}

.login {
    margin: 0 auto;
    max-width: 330px;
}

.navbar {
    background: #F8F4F1;
}

.mod-menu {
    list-style: none;
    padding-left: 18px;
    position: relative;
}

.nav-link {
    padding: 0 !important;
}

.mod-menu li {
    font-size: 18px;
    line-height: 36px;
}

.mod-menu li a {
    color: #725638;
}

.navbar-collapse .mod-menu li a span {
    position: absolute;
    left: 57px;
}

@media (max-width: 991px) {
    .navbar-collapse {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .navbar-collapse::after {
        content: "";
        border-bottom: 7px solid #8A7C6E;
        display: block;
        margin-left: -20px;
        margin-right: -20px;
    }
    header.navbar {
        padding-bottom: 0;
    }
    .navbar > a {
        padding-bottom: .5rem;
    }
}

.footer-menu .mod-menu {
    padding: 0
}

.footer .mod-menu li a span {
    position: absolute;
    left: 44px;
}


.main-menu {
    width: 100%;
}

.main-menu ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.main-menu ul li {
    padding-left: 20px;
}

.main-menu > ul > li:not(:last-child) > a > img {
    display: none;
}

.main-menu ul li:last-child {
    padding-left: 50px;
}

.main-menu ul li:last-child a span {
    padding-left: 5px;

}

.main-menu ul li a {
    text-align: right;
    color: #181716;

}

#navbarSupportedContent > ul {
    padding-left: 0;
}

#navbarSupportedContent .mod-menu {
    flex-direction: column;
    margin-bottom: 1rem;
}

#navbarSupportedContent .mod-menu li a span {
    position: relative;
    left: auto;
    padding-left: 15px;
    vertical-align: middle;
}

.auth-user {
    background: #2F2A23;
    padding: 12px 1.75rem 12px 1rem;
}

.auth-user span,
.auth-user a {
    font-family: "Gothic A1", Montserrat, sans-serif;
    font-size: 16px;
    line-height: 120%;
    color: #FFF2E4;
}

.captcha {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.video-desc h1 {
    font-family: "Gothic A1", Montserrat, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 92.6%;
    letter-spacing: -0.02em;
	color: #3B240B;
}

.video-desc p {
    font-family: "Gothic A1", Montserrat, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 120%;
    color: #725638;
}

.navbar {
    padding: .5rem 20px;
}

@media (min-width: 992px) {
    .navbar {
        padding: .5rem 30px;
    }
}

.deal-table {
    background: #F8F4F1;
}

.deal-table th,
.deal-table td {
    border: none;
    padding: 0.5rem;
    padding-left: 22px;
    padding-right: 22px;
    font-family: "Gothic A1", Montserrat, sans-serif;
}

.deal-table th {
    font-weight: 600;
    font-size: 22px;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #3B240B;
}

.deal-table td {
    font-size: 18px;
    line-height: 120%;
    color: #725638;

}

.deal-table td:last-child {
    text-align: right;
    color: #D26D00;
}

.deal-table tr:last-child td {
    padding-bottom: 30px;
}


.responsive-video {
    position: relative;
}

.responsive-video .transparent-img {
    display: block;
    width: 100%;
}

.responsive-video .video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#frame {
    width: 420px;
    height: 280px;
    position: absolute;
}

.play {
    z-index: 100
}

.absolute-bottom-left{
    position: absolute;
    bottom: 5px;
    left:5px;
}

.min-height-200{
    min-height: 200px;
}


@media (max-width: 575px) {
    .form-negative-margin {
        margin-left: -15px;
        margin-right: -15px;
    }
}

/* global */

.mtc-2 {
    margin-top: 2rem;
}

.pbc-6 {
	padding-bottom: 4rem;
}

.f-6 {
    font-weight: 600;
}

.f-16 {
    font-size: 16px;
}

.text-dark-2 {
	color: #3B240B;
}

.bg-orange-1 {
    background: #F8F4F1;
}

.nav-item a:focus, .nav-item a:hover {
  text-decoration: none;
}

#user-registration legend {
    font-size: 18px;
}