/* @font-face {
	font-family: "Marianne";
	src: url('/templates/default/fonts/Marianne.eot');
	src: url('/templates/default/fonts/Marianne.eot') format('embedded-opentype'), url('/templates/default/fonts/Marianne.woff') format('woff'), url('/templates/default/fonts/Marianne.ttf') format('truetype');
} */

body {
	min-height: 75rem;
	padding-top: 1.5rem;
	padding-bottom: 7.5rem;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#F0EEE9;
}

.application-section-divider {
	width: 100%;
	height: 3rem;
	background-color: rgba(0, 0, 0, 0.1);
	border: solid rgba(0, 0, 0, 0.15);
	border-width: 1px 0;
	box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1), inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

#application-nav {
	background-color: #F0EEE9 !important;
}

.application-top-row {
	/* background-color: #F0F0F0 !important; */
	border-bottom: 1px solid #f0f0f0 !important;
	color: #F0F0F0 !important;
	min-height: 48px !important;
}
.application-top-row a{
	font-weight: bold;
	text-decoration: none;
	color:#f0f0f0;
}

.application-logo img {
	/* background-color: #FFFFFF !important; */
	max-width: 160px;
	max-height: 90px;

}
.header-container{
	/* background-color: red !important; */
	margin-bottom: 60px;
}
.application-header {
	background-color: transparent !important;
	transition: background-color 400ms linear;
	font-size: 12pt;
}

.application-fixed-header{
	position: fixed;
	top: 48px;
	right: 0;
	left: 0;
	z-index: 1030;
}

.application-header.scrolled {
	background-color: #3539A2 !important;
	transition: background-color 400ms linear;
}
.application-header.scrolled a{
	color: #f0f0f0 !important;
}
.app-menu{
	padding-left: 20px;
}
.app-menu a{
	padding-right: 40px !important;
}

.application-footer {
	background-color: #F0F0F0 !important;
	font-size: 10pt;
}
.application-footer a {
	color: #f0f0f0;
}

.footer-logo {
	max-width: 120px;
}

.footer-nav {
	line-height: 1.2;
}

.footer-contact {
	line-height: 1.4 !important;
	font-size: 14pt;
}
.footer-contact-btn {
	font-size: 14pt !important;
}

.footer-nav-link {
	/* padding-left: 20px;; */
	color : #fff !important;
	font-size: 14pt !important;
}

.application-sticky-card {
	position: -webkit-sticky;
	position: sticky;
	top: 200px;
	z-index: 1020;
  }
.application-main-hero{
	min-height: 450px !important;
}


.steps-accordion{
	/* --bs-accordion-btn-icon: none !important; */
	--bs-accordion-btn-focus-box-shadow: none !important;
	--bs-accordion-border-color: transparent;
	--bs-accordion-border-width: 0;
}

.steps-accordion-button {
	color:white !important;
	background-color: #6F7048 !important;
	font-size: 48pt !important;
}

.faq-accordion{
	/* --bs-accordion-btn-icon: none !important; */
	--bs-accordion-btn-focus-box-shadow: none !important;
	--bs-accordion-border-color: transparent;
	--bs-accordion-border-width: 0;
	--bs-border-radius: 15px !important;
}

.faq-accordion-button {
	/* color:white !important; */
	background-color: #ffffff !important;
}

.how-card{
    margin-top: 10px !important ;
	min-height: 390px !important;
}
.green-bg{
	background-color: #6F7048 !important;
}

.application-intro {
	border-image: fill 0
    linear-gradient(90deg, rgba(111,112,72,1) 50%,rgba(255,255,255,0) 100%); /* your gradient here */ 
	height: 550px;
	background: url('/img/intro.png') right no-repeat;
}

.benefits-intro {
	border-image: fill 0
    linear-gradient(90deg, rgba(111,112,72,1) 50%,rgba(255,255,255,0) 100%); /* your gradient here */ 
	height: 550px;
	background: url('/img/benefits_header.png') right no-repeat;
}

.aboutus-intro {
	border-image: fill 0
    linear-gradient(90deg, rgba(111,112,72,1) 50%,rgba(255,255,255,0) 100%); /* your gradient here */ 
	height: 550px;
	background: url('/img/on_location.png') right no-repeat;
}

.benefit-sect-img {
	max-width: 120px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.how-it-works-intro {
	border-image: fill 0
    linear-gradient(90deg, rgba(111,112,72,1) 50%,rgba(255,255,255,0) 100%); /* your gradient here */ 
	height: 550px;
	background: url('/img/back_in_business.png') right no-repeat;
}

.intro-btn{
	font-weight: bold;
	border: 2px solid white;
	border-radius: 25px ;;
	color:white !important;
	text-decoration: none;
	padding-top:    12px;
	padding-left:   18px;
	padding-right:  18px;;
	padding-bottom: 12px;;
}

.improve-btn{
	font-weight: bold;
	border: 2px solid #010101;
	border-radius: 25px ;;
	color:#010101 !important;
	text-decoration: none;
	padding-top:    12px;
	padding-left:   18px;
	padding-right:  18px;;
	padding-bottom: 12px;;
}

.header-link {
	font-size: 10pt;
}

.improve-img{
	max-width: 100%;
	border-radius:15px;
	max-height: 90%;
}

.benefit-img{
	max-width: 100%;
	border-radius:15px;
	max-height: 500px;
}

.sect-header{
	text-align: center;
	font-size: 14pt;
	color: #767751;
	font-weight: bold;
}
.sect-header-white{
	/* text-align: center; */
	font-size: 14pt !important;
	color: #ffffff;
	font-weight: bold;
}

.improve-text{
	padding-top:200px;
}

.footer-col-l {
	text-align: left !important;
	font-size: 10pt;
	margin-bottom: 10px !important;
}

.footer-col-c {
	text-align: center !important;
	font-size: 10pt;
	margin-bottom: 10px !important;
}

.footer-col-r {
	text-align: right !important;
	font-size: 10pt;
	margin-bottom: 10px !important;
}

.footer-link-l {
	color:#ffffff !important;
	font-size: 10pt !important;
	margin-left: 10px;
}

.footer-link-l a,a:hover{
	color:#cecece !important;
}

.footer-link-c a,a:hover{
	color:#cecece !important;
}

.footer-link-r a,a:hover{
	color:#cecece !important;
}

.footer-link-c {
	color:#ffffff !important;
	text-align: center !important;
	font-size: 10pt;
}

.footer-link-r {
	color:#ffffff !important;
	text-align: right;
	font-size: 10pt;
}

.application-link {
	color: #F5F7F8 !important;
	text-decoration: none !important;
}

.application-link-dark {
	color: #272727 !important;
	text-decoration: none !important;
}

.application-active_link {
	color: #F5F7F8 !important;
	font-weight: bold !important;
	/* font-size: 10pt; */
}

.application-active_link:hover {
	color: #F5F7F8 !important;
}

.application-link:hover {
	color: #FEFEFE !important;
	font-weight: bold;
}

.dropdown_header_bg {
	background-color: #3539A2;
}

.application-hr_sep {
	margin-top: 30px;
}
.application-a {
	text-decoration: none;
}

.application-ul {
	list-style-type: none;
	margin-top: 20px;
}
.application-li {
	text-decoration: none;
}

.application-li_a {
	text-decoration: none;
	text-decoration: none;
	color: #3539A2;
}

.application-span {
	min-width: 17px;
}

.application-dropdown {
	background-color: #3539A2 !important;
	color: #F5F7F8 !important;
	margin-top: 1px;
}

.application-dropdown:hover {
	background-color: #3539A2 !important;
	font-weight: bold;
}
.application-card {
	margin-bottom: 10px;
}

.user_link {
	text-decoration: none !important;
	color: #191769 !important;

}

.card-footer-link {
	text-decoration: none !important;
	color: #3539A2 !important;
	font-weight: 600 !important;
}

.center-image {
	display: block;
	margin: 10px auto;
	max-width: 300px;
}

.center-image-sm {
	display: block;
	margin: 20px auto 10px;
	max-width: 150px;
}

.img_flag {
	float: right;
	max-width: 17px;
	/* margin-right: 5px; */
}
.lang_menu {
	float: right;
}

.lang_flag {
	padding: 0 !important;
	margin-left: 2px;
}
.user_section {
	margin-top: 5px;
	margin-left: 20px;
}

.center-text {
	text-align: center !important;
}

.sticky-sidebar {
	position: sticky;
	top: 90px;
}

.error_button {
	float: right !important;
}

.footer-image {
	/* display: inline; */
	/* margin-left: 20px; */
	padding-left: 10px;
	max-width: 80px;
}

/* .application-main{
	margin-bottom: 20px !important;
} */

/* .bottom-row-img  {
	margin-bottom: 100px !important;
	margin-top: 20px !important;
	
} */
.application-main_link img {
	width: 180px;
	/* height: 200px; */
}

.content-row {
	margin-bottom: 20px;
}

.welcome-message {
	text-align: justify;
	font-size: 16px;
}

.right-align {
	float: right;
}

.img-powered-by {
	margin-top: -10px !important;
	font-size: 12px !important;

}

.fa-card-img {
	color: #3539A2;
	font-size: 48px;
	padding-left: 20px;
	padding-right: 20px;
}

span.clear {
	clear: both;
}

.text-justify {
	text-align: justify;
}
.text-right {
	text-align: right;
}

.application-error-container{
	background-color: #f0f0f0;
	border-radius:10px;
}

.float-right {
	float: right !important;
}
