@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,700,900');

html, body {
	height: 100%;
}
body {
	font-family: 'Lato', sans-serif;
	color: #7B6F51;
	overflow-y: scroll;
	overflow-x: hidden;
	background: #fff;
}
a:hover {
	text-decoration: none;
}
.hide_me {
	visibility: hidden;
}
.show_me {
	visibility: visible;
}
#loader {
	position: absolute;
	z-index: 999;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/*----------------
login
-----------------*/

.login {
	position: relative;
	float: right;
	color: #fff;
	padding: 15px 20px;
	opacity: 0.8;
}
@media screen and (min-width: 620px) {
	.login {
		position: absolute;
		right: 0;
	}
}
.login:hover {
	color: #fff;
	opacity: 1;
}

/*----------------
header
-----------------*/

header {
	padding: 20px;
	background: #000;
}

/*----------------
branding
-----------------*/

.branding {
	position: relative;
}
.branding a:hover {
	text-decoration: none;
}

/*----------------
menu trigger
-----------------*/

.menu-trigger {
	vertical-align: baseline;
	margin-right: 15px;
}
@media screen and (min-width: 620px) {
	.menu-trigger {
		margin-right: 20px;
	}
}

/*----------------
logo
-----------------*/

.logo img:nth-of-type(2) {
	max-width: 160px;
	height: auto;
	margin-left: 15px;
}

/*----------------
content area
-----------------*/

.content-area {
	visibility: hidden;
	position: relative;
	font-family: 'Lato', sans-serif;
	min-height: calc(100% - 91px);
	padding: 30px;
	text-align: center;
}
.content-area h2 {
	font-size: 40px;
	font-weight: 300;
    color: #c3ac6b;
    width: 94%;
    display: inline-block;
    text-align: left;
    margin: 30px 0;
}
.content-area h2:first-child {
	margin-top: 0;
}
.content-area > div {
	text-align: center;
}
.content-area div > div {
	display: inline-block;
}
@media screen and (min-width: 620px) {
	.content-area div > div {
		margin: 0 20px;
	}
}
.content-area::after,
.content-area > div::after {
	content: "";
	display: table;
	clear: both;
}

/*----------------
footer
-----------------*/

.footer {
	background: #f2f1ed;
	padding: 30px 0;
}
@media screen and (min-width: 770px) {
	.footer {
		padding: 0;
		padding-bottom: 50px;
		margin-top: 50px;
	}
}

/*----------------
footer boxes
-----------------*/

.flex-container {
	padding: 0;
	margin-bottom: 35px;
	color: #7a6d54;
}
@media screen and (min-width: 770px) {
	.flex-container {
		display: flex;
		justify-content: flex-start;
		padding: 0;
		margin-bottom: 35px;
	}
}
.footer .box {
	border-bottom: solid 1px #d1cec8;
	padding: 20px;
	justify-content: center;
}
.one,
.two,
.three,
.four,
.five {
	display: flex;
}
.three,
.four,
.five {
	flex-direction: column;
	text-align: center;
}
.one > * + *,
.two > * + *,
.space-x-4 > * + * {
	margin-left: 1rem;
} 
.three > * + *,
.four > * + *, 
.five > * + *,
.space-y-4 > * + * {
	margin-top: 1rem;
} 
@media screen and (min-width: 770px) {
	.footer .box {
		-webkit-flex: 1; /* Safari 6.1+ */
		-ms-flex: 1; /* IE 10 */ 
		flex: 1;
		border-bottom: none;
		border-left: solid 1px #d1cec8;
		padding: 25px;
		justify-content: flex-start;
	}
	.three,
	.four,
	.five {
		text-align: left;
	}
}
.footer .box:first-of-type {
	border-left: none;
}
.footer .box a {
	color: #7a6d54;
}

.one h4,
.two h4 {
	font-size: 50px;
	font-weight: 300;
	color: #7a6d54;
	margin: 0;
}
.three h5,
.four h5,
.five h5 {
	font-size: 17px;
	font-weight: 700;
	color: #7a6d54;
	margin-bottom: 15px;
}
.one p,
.two p,
.three p,
.four p,
.five p {
	margin: 0;
}
.three ul,
.four ul,
.five ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.three li,
.four li,
.five li {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0;
}
.three li a,
.four li a,
.five li a {
	color: #7a6d54;
}

/*----------------
footer socials
-----------------*/

.footer-socials {
	font-size: 30px;
	color: #c0b9ad;
	margin-bottom: 20px;
}
@media screen and (min-width: 770px) {
	.footer-socials {
		display: flex;
		justify-content: space-between;
	}
}

/*----------------
accredited footer
-----------------*/

.accredited-tag {
	display: flex;
	border-radius: 8px;
	overflow: hidden;
	max-width: 600px;
	background: #fff;
	align-items: center;
	/*height: 96px;*/
	margin-bottom: 20px;
}
.accredited-tag p {
	width: 70%;
	padding: 15px 20px;
	margin: 0;
	font-size: 10px;
	color: #7a6d54;
	font-weight: 300;
}
@media screen and (min-width: 770px) {
	.accredited-tag p {
		font-size: 13px;
	}
}
.accredited-tag img {
	width: 35%;
}

/*----------------
social media
-----------------*/

.footer-socials .social-media {
	margin-bottom: 10px;
}
@media screen and (min-width: 770px) {
	.footer-socials .social-media {
		text-align: right;
	}
}
.footer-socials .social-media a {
	color: #c0b9ad;
	margin-left: 15px;
}
.footer-socials .social-media a:first-child {
	margin-left: 0;
}

/*----------------
mailchimp newsletter
-----------------*/

#mc_embed_signup {
	position: relative;
}
#mc_embed_signup form {
	text-align: center;
	padding: 0;
}
#mc-embedded-subscribe-form input[type=checkbox] {
	display: inline; 
	width: auto;
	margin-right: 10px;
}
#mergeRow-gdpr {
	margin-top: 20px;
}
#mergeRow-gdpr fieldset label {
	font-weight: normal;
}
#mc-embedded-subscribe-form .mc_fieldset{
	border: none;
	min-height: 0px;
	padding-bottom: 0px;
}
#mc_embed_signup input.email {
	display: block;
	width: 100%;
	height: 42px;
	border-radius: 3px;
	background-color: #ffffff;
	border: none;
	outline: none;
	font-size: 18px;
	font-weight: 700;
	color: #7a6d54;
	padding: 0 100px 0 10px;
}
@media screen and (min-width: 770px) {
	#mc_embed_signup input.email {
		width: 430px;
		font-size: 22px;
	}
}
#mc_embed_signup .button { 
	width: 90px;
	height: 30px;
	border-radius: 5px;
	background-color: #c3ac6b;
	border: none;
	color: #fff;
	font-size: 16px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	margin: 6px;
	text-align: center;
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
}
.mc-field-group { display: inline-block; } /* positions input field horizontally */
#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup .clear {display: inline-block;} /* positions button horizontally in line with input */
#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

/*----------------
footer menu
-----------------*/

.footer-menu {
	margin-bottom: 20px;
}
.footer-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: 300;
}
.footer-menu > ul:after {
	content: "";
	display: table;
	clear: both;
}
.footer-menu > ul li {
	float: left;
	margin-left: 5px;
}
.footer-menu > ul li:first-of-type {
	margin-left: 0;
}
.footer-menu > ul li::before {
	content: "|";
	margin-right: 5px;
}
.footer-menu > ul li:first-of-type::before {
	content: "";
	margin-right: 0;
}
.footer-menu > ul li a {
	color: #7a6d54;
	border-bottom: solid 1px transparent;
}
.footer-menu > ul li a:hover {
	border-bottom: solid 1px #7a6d54;
}

/*----------------
footer copy
-----------------*/

.footer-copy p {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: #7a6d54;
}
.footer-copy-excerpt button {
	padding: 0;
	font-size: 13px;
	font-weight: 300;
	color: #7a6d54;
	background-color: transparent;
	border: 0;
	outline: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}
@media screen and (min-width: 770px) {
	.footer-copy-excerpt {
		position: relative;
		padding-right: 70px;
	}
	.footer-copy-excerpt button {
		position: absolute;
		top: 0;
		right: 0;
	}
}
.footer-copy-excerpt button i {
	width: 16px;
	height: 16px;
}
.footer-copy-excerpt button span {
	cursor: pointer;
}
.footer-copy-excerpt button span:hover {
	text-decoration: underline;
}
.footer-copy-more {
	display: inline-block;
}
.footer-copy-hide {
	display: none;
}
.footer-copy-open .footer-copy-more {
	display: none;
}
.footer-copy-open .footer-copy-hide {
	display: inline-block;
}
.footer-copy-content {
	display: none;
	margin-top: 20px;
}
@media screen and (min-width: 770px) {
	.footer-copy-content {
		margin-top: 0;
	}
}

/*----------------
footer area (lenders)
-----------------*/

.footer-area {
	position: fixed;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
	text-align: center;
	padding: 10px 0;
	box-shadow: 0 -5px 25px 0 rgba(0, 0, 0, 0.5);
}
.footer-area p {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #4a4a4a;
	margin-bottom: 10px;
}
.footer-area a:nth-of-type(1) {
	display: inline-block;
	padding: 8.5px 35px;
	border-radius: 22px;
	background-color: #ff6500;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 6px;
}
.footer-area a:nth-of-type(2) {
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #4a4a4a;
}
.footer-area a:hover {
	text-decoration: none;
}
@media screen and (min-width: 770px) {
	.footer-area {
		display: none;
		position: fixed;
		z-index: 1;
		left: 0;
		bottom: 0;
		width: 100%;
		background: rgba(0,0,0,0.6);
		text-align: center;
		padding: 20px 0;
		box-shadow: none;
	}
	.footer-area p {
		display: none;
	}
	.footer-area a:nth-of-type(1) {
		display: none;
	}
	.footer-area a:nth-of-type(2) {
		display: inline-block;
		padding: 8.5px 35px;
		border-radius: 22px;
		background-color: #ff6500;
		font-family: 'Lato', sans-serif;
		font-size: 18px;
		font-weight: 700;
		color: #ffffff;
		margin-bottom: 6px;
	}
}

/*----------------
area pages
-----------------*/

.inside .content-area.area-page {
	max-width: 100%;
}
@media screen and (min-width: 770px) {
	.inside .content-area.area-page {
		margin-left: 0;
		max-width: none;
		top: auto;
		transform: none;
		min-height: 0;
		padding: 30px;
		padding-top: 0;
	}
}
.area-page h2 {
	margin-bottom: 0;
}
table.subareas {
	width: 100%;
}

/* tailwind styles */

.uppercase {
	text-transform: uppercase;
}
.font-bold {
	font-weight: 700;
}
.text-sm {
	font-size: 13px;
}
.tracking-3px {
	letter-spacing: 3px;
}
.whitespace-nowrap {
	white-space: nowrap;
}
@media screen and (min-width: 770px) { 
	#originators .wrapper {
		padding-bottom: 50px;
	}
}
.footer-menu {
	display: flex;
	flex-direction: column;
}
@media screen and (min-width: 770px) { 
	.footer-menu {
			flex-direction: row;
			justify-content: space-between; 
			align-items: center; 
	}
}

/*----------------
footer wrapper
-----------------*/

.footer .wrapper {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.footer .wrapper::after {
	content: "";
	display: table;
	clear: both;
}

/*----------------
main menu
-----------------*/

#main-menu {
	display: none;
	position: fixed;
	z-index: 101;
	width: 100%;
	height: 100%;
	background: #312b1b;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	overflow: auto;
}
@media screen and (min-width: 720px) {
	#main-menu {
		max-width: 350px;
	}
}
/* width */
#main-menu::-webkit-scrollbar {
	width: 6px;
}
/* Track */
#main-menu::-webkit-scrollbar-track {
	background: #f1f1f1; 
}
/* Handle */
#main-menu::-webkit-scrollbar-thumb {
	background: #c3ac6b;
	border-radius: 5px;
}

/*----------------
main menu - header
-----------------*/

#main-menu .close-trigger {
	display: block;
	float: left;
	font-size: 35px;
	color: #fff;
	text-decoration: none;
	line-height: 56px;
	width: 56px;
	height: 56px;
	text-align: center;
}
#main-menu .close-trigger:hover {
	text-decoration: none;
}
#main-menu .menu-header {
	position: relative;
	background: #000;
}
#main-menu .menu-header::after {
	content: "";
	display: table;
	clear: both;
}
#main-menu .menu-header span {
	display: block;
	float: left;
	width: calc(100% - 56px);
	color: #fff;
	font-size: 20px;
	line-height: 56px;
}
#main-menu .menu-header img {
	width: 35px;
	height: auto;
	position: absolute;
	right: 10px;
	top: 11.5px;
}

/*----------------
main menu - container
-----------------*/

#main-menu .menu-container {
	padding-bottom: 40px;
	background: #000;
}
#main-menu .menu-container .menu {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 56px;
}
#main-menu .menu-container .menu::after {
	content: "";
	display: table;
	clear: both;
}
#main-menu .menu-container .menu li {
	font-family: 'Lato', sans-serif;
	font-size: 19px;
	padding-top: 10px;
	margin-bottom: 10px;
	border-top: solid 1px #575757;
}
#main-menu .menu-container .menu li a {
	display: block;
	color: #ffffff;
}
#main-menu .menu-container .menu li a span {
	display: block;
}
#main-menu .menu-container .menu ul {
	list-style: none;
	padding: 0;
	padding-left: 20px;
}
#main-menu .menu-container .menu ul li {
	padding-top: 0;
	margin-bottom: 10px;
	border-top: none;
}
#main-menu .menu-container .menu ul li a {
	color: #c3ac6b;
}

/*----------------
main menu - footer
-----------------*/

#main-menu .menu-footer {
	padding: 42px 10px 20px 56px;
}
#main-menu .menu-footer h3 {
	font-size: 40px;
	font-weight: 300;
	color: #c3ac6b;
	margin-bottom: 20px;
}
#main-menu .menu-footer #mc_embed_signup {
	margin-bottom: 25px;
}
#main-menu .menu-footer #mc_embed_signup input.email {
	width: 100%;
	font-size: 15px;
}
#main-menu .menu-footer .social-media a {
	font-size: 30px;
	color: #c0b9ad;
	margin-right: 15px;
}

.hidden {
	display: none;
}
.max-w-lg {
max-width: 32rem;
}

.mx-auto {
margin-left: auto;
margin-right: auto;
}

.relative {
position: relative;
}

.text-sm {
font-size: 0.875rem;
}

.border-brown {
border-width: 1px;
border-color: #7a6d54;
}

.rounded-lg {
border-radius: 0.5rem;
}

.flex {
display: flex;
}

.items-center {
align-items: center;
}

.space-x-2 {
gap: 0.5rem;
}

.px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
}

.py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}

[type="button"] {
appearance: button;
}

[data-dropdown-toggle="dropdown"] {
cursor: pointer;
}

.w-4 {
width: 1rem;
}

.h-4 {
height: 1rem;
}

.ml-2 {
margin-left: 0.5rem;
}

.absolute {
position: absolute;
}

.w-full {
width: 100%;
}

.bg-white {
background-color: #fff;
}

.text-base {
font-size: 1rem;
}

.z-50 {
z-index: 50;
}

.list-none {
list-style-type: none;
padding-left: 0;
}

.rounded {
border-radius: 0.25rem;
}

.shadow {
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.my {
margin-top: 1rem;
margin-bottom: 1rem;
}

#dropdown, #countrySelectDropdown {
top: 100%;
}

.py-1[aria-labelledby="dropdown"] {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}

.py-1[aria-labelledby="dropdown"] > li {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}

.text-gray-700 {
color: #4a5568;
}

.hover\:bg-gray-100:hover {
background-color: #f7fafc;
}

.block {
display: block;
}

.px-4 {
padding-left: 1rem;
padding-right: 1rem;
}

.py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}

.text-gray-700 {
color: #4a5568;
}

.flex {
display: flex;
}

.items-center {
align-items: center;
}

.space-x-2 {
gap: 0.5rem;
}

.w-4 {
width: 1rem;
}