:root{
	--tw-color-accent-1: #102d5e;
	--tw-color-accent-2: #df4836;
	--tw-color-accent-3: #0157ff;
	--tw-input-border-color: #e0e0e0;
	--tw-input-error-color: #c02b0a;
	--tw-input-success-color: #008000;
}
html {
	font-size: 62.5%;
}

body {
	margin: 0;
	overflow-x: hidden;
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: bold;
  margin: 24px 0 0;
  line-height: 1.3;
}

h1,
.h1 {
  font-size: 2.8em;
}

h2,
.h2 {
  font-size: 1.75em;
}

h3,
.h3 {
  font-size: 1.4em;
}

h4,
.h4 {
  font-size: 1.25em;
}

h5,
.h5,
h6,
.h6 {
  font-size: 1em;
  line-height: 1.5;
}


img {
	max-width: 100%;
	height: auto;
}

* {
	box-sizing: border-box;
}

.content-post > p {
	margin: 0 0 1.5rem;
}

.content-post a{
	color: var(--navbar-bg, #315179);
	font-weight: bold;
	text-decoration: none;
}

.content-post a:hover{
	text-decoration: underline;
}

h4.theme-hashlink {
	margin: 0 0 .5rem;
	line-height: 1;
}

.theme-hashlinkbox-ul { 
	display: inline-block;
	margin: 0;
	padding: 1rem;
	margin-right: 1rem;
	list-style: none;
	border-radius: 5px;
}

.theme-hashlinkbox-a { 
	text-decoration: none; 
	color: inherit;
	white-space: nowrap; 
}


.page-container {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.content-container {
	align-self: stretch;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media only screen and (min-width: 816px) {

	.desktop-hidden {
		display: none;
	}
}

@media only screen and (min-width: 1045px) {

/* container for actual header */
.emtheme-header {
	display: flex;
	align-items: center;
}

.title-link {
	text-decoration: none;
	margin-right: auto;
}

.custom-logo,
.custom-logo-link {
	display: block;
}

.custom-logo {
	height: 3.7rem !important;
	width: auto !important;
}

.emtheme-title-tagline {
	display: flex;
	flex-direction: column;
	margin-left: 2rem;
	margin-right: auto;
}

.emtheme-header-tagline {
	margin-left: 2rem;
}

/* 1.2 navbar */
.navbar-background {
	align-self: stretch;
	display: flex;
	justify-content: center;
}

.navbar-identity {
	display: flex;
	align-items: center;
	margin-right: auto;
}

.navbar-title {
	white-space: nowrap;
	text-decoration: none; 
	margin-right: auto;
}

.navbar-menu {
	display: flex;
	align-self: stretch;
}

.nav-arrow-container{
	background-image: url(../../img/icon-down-light.svg);
	height: 12px;
	width: 12px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 10px;
}

.menu-container {
	margin-right: auto;
	display: flex;
}

.menu-list {
	height: 100%;
}

.menu-link {
	height: 100%;
}

.menu-list > .menu-item:last-child > .menu-link {
	border-right: none !important;
}

.sub-menu {
	position: absolute;
}

.menu-has-child:hover > .sub-menu { 
	display: block; 
}

.emtheme-navbar-description {
	display: block;
	position: absolute;
	top: 2px;
	right: 2px;
	font-family: verdana;
	font-size: 1.2rem;
	z-index: 99;
}

}

/* 2.0 content */
.category-title {
	margin-left: 2rem;
}

/* 2.1 widgets */
.widget-title {
	margin: 0;
	font-size: 2rem;
}

.default-template-widget {
	padding: 1rem;
}

.default-template-widget img {
	display: block;
}

.default-template-top-widget,
.default-template-left-widget,
.default-template-right-widget {
	padding: 1rem;
	position: sticky;
	top: 2rem;
	align-self: flex-start;
}

.default-template-top-widget,
.default-template-bottom-widget {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 1rem;
}

.default-template-top-widget p,
.default-template-bottom-widget p {
	padding: 0;
	margin: 0;
}

.default-template-right-widget {
	grid-area: right;
	margin-left: 2rem;
}

.default-template-left-widget {
	grid-area: left;
	margin-right: 2rem;
}

.default-template-top-widget {
	grid-area: top;
	margin-bottom: 2rem;
}

.default-template-bottom-widget {
	grid-area: bottom;
}

/* 2.2 post content */
.content-column {
	grid-area: content;
	width: 100%;
}

.content {
	box-sizing: border-box;
	margin-bottom: 2rem;
}

.content-date,
.content-title {
	max-width: var(--content-width, 106rem);
	margin: 40px auto 20px auto;
}

.content-date{
	margin-top: 0;
}

.content-flex {
	display: flex;
	flex-direction: column;
}

.content-flex-right {
	max-width: 400px;
	margin: 30px auto;
	order: 3;
	padding: 30px 25px;
	border-radius: 20px;
	background-color: #edf2f2;
	box-shadow: 0 0 8px 4px #e2e5e5;
}

@media only screen and (min-width: 816px) {

	.alignright {
		float: right;
		margin-left: 20px;
	}

	.alignleft {
		float: left;
		margin-right: 20px;
	}

	.aligncenter {
		display: block;
		margin: auto;
	}

	
	.content-flex {
		flex-direction: row;
	}

	.content-flex-left {
		order: 1;
		margin-right: 3rem;
		width: 25rem;
	}

	.content-flex-center {
		flex: 1;
		order: 2;
		overflow: auto;
	}

	.content-flex-right {
		order: 3;
		margin: 0 0 0 3rem;
		width: 300px;
		padding: 30px 25px;
		border-radius: 20px;
		background-color: #edf2f2;
		box-shadow: 0 0 8px 4px #e2e5e5;
		margin-bottom: auto;
	}
}


/* 2.3 serp */

.emtheme-serp {
	padding: 0;
}

.emtheme-search-item {
	display: block;
	font-family: arial;
	margin-bottom: 3rem;
}

/* link */
.emtheme-search-link {
	display: block;
	color: #1a0dab;
	text-decoration: none;
	font-family: arial;
	font-size: 1.8rem;
}

/* link text */
.emtheme-search-link-text {
	font-size: 1.4rem;
	color: #006621;
}

/* container for thumbnail and excerpt */
.emtheme-search-box {
	display: flex;
}

/* post image */
.emtheme-search-box > img {
	display: block;
	height: 9rem;
	width: auto;
	margin-right: 2rem;
}

/* post excerpt, either user set or wp generated */
.emtheme-search-excerpt {
	font-size: 1.3rem;
}

/* 3.0 footer */
.emtheme-footer-container{
	width: 100%;
}

.footer-content {
	max-width: 100%;
	margin: auto;
}

.footer-top{
	width: 100%;
	border-top: 1px solid #d6d6d6;
	padding: 40px 0;
	display: flex;
	justify-content: center;
}

.footer-top .footer-content {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin: auto;
}

.emtheme-footer-col{
	flex-basis: 33%;
}

.emtheme-footer-col ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.emtheme-footer-col ul li{
	margin: 5px 0;
}

.emtheme-footer-col a{
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration: none;
	font-weight: bold;
}

.emtheme-footer-col a:hover{
	text-decoration: underline;
}

.footer-logo-container{
	display: flex;
}

.footer-logo{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 15px;
	width: auto;
	justify-content: center;
	align-items: center;
	background-color: var(--navbar-bg, #315179);
	border-radius: 50px;
	padding: 10px 20px;
}

.footer-logo img{
	max-width: 250px;
	max-height: 30px;
	width: 100%;
	height: auto !important;
}

.footer-title{
	font-size: 1.5em;
	color: var(--navbar-color, #FFF) !important;
	text-decoration: none !important;
	font-weight: 400 !important;
}

@media (max-width:700px){
	.footer-top .footer-content {
		grid-template-columns: 1fr;
	}

	.footer-logo-container{
		justify-content: center;
	}

	.emtheme-footer-col-1{
		text-align: center;
	}

	.emtheme-footer-col-content ul{
		margin: 16px 0;
	}
}

/* copyright element */
.emtheme-cc {
	font-family: Verdana;
	font-size: 1rem;
	margin: 1rem 0;
	width: 100%;
	text-align: center;
}

@media (max-width: 1160px){
	.footer-content {
		padding-left: 20px;
		padding-right: 20px;
	}
}


/* 4.0 misc elements */

/* Stars shortcode */
.rating-stars {
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
    max-width: 100%;
	gap: 5px;
}

.dark-star, .yellow-star{
    width: 20px;
    height: 20px;
    background-position:center;
    background-size:contain;
    background-repeat:no-repeat;
}

.dark-star{
    background-image:url(../../img/dark-star.svg);
}

.yellow-star{
    background-image:url(../../img/yellow-star.svg);
}
/* FAQs */
.faq-ul {
	margin:30px 0;
	padding:0;
}
.faq-li {
	background:#EDF2F2;
	margin-bottom:22px;
	border-radius:10px;
	overflow:hidden;
	list-style: none;
}
.faq-title,
.faq-text {
	padding:15px 20px;
	background-color:inherit !important;
	margin: 0;
}
.faq-title {
	font-weight:700;
	position:relative;
	cursor:pointer;
	padding-right:40px;
	font-size: 1.1em;
}
.faq-title::after {
	content:"";
	position:absolute;
	right:19px;
	top:19px;
	background-image:url(../../img/arrow.svg);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	display:block;
	width:15px;
	height:15px;
	transform:rotate(-90deg);
	transition: all 0.1s;
}
.faq-title.collapsed::after {
	transform:rotate(0deg)
}
.faq-text{
	display: none;
	padding-top: 0;
}
.faq-text p:first-of-type{
	margin-top: 0;
}
.faq-text p:last-of-type{
	margin-bottom: 0;
}

@media only screen and (max-width: 920px) {
	.main-sidebar {
		display: flex;
		flex-direction: column;		
	}

	.default-template-widget {
		margin: 1rem auto;
	}
}

/* Home hero lender list sections */
.lender-list-container,
.hero-container{
	margin: 0 -20px;
    padding: 50px 20px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.lender-list-container.hide-lenders{
	display: none;
}

.lender-list-container + .content-post + .lender-list-container{
	margin-top: -50px !important;
	padding-top: 0;
}
.lender-list-container + .content-post + .lender-list-container #toplist{
	margin-top: 0;
}
.lender-list-inner,
.hero-inner{
    max-width: var(--content-width, 106rem);
    margin: auto;
	display: flex;
	gap: 50px;
	align-items: center;
}

.lender-list-inner{
	flex-direction: column;
	gap: 20px;
}

.hero-inner.layout--center{
	justify-content: center;
}


.hero-inner.layout--center > div{
	max-width: 600px;
}

.hero-inner.layout--left > div,
.hero-inner.layout--right > div{
	width: 50%;
}

.hero-inner.layout--right{
	flex-direction: row-reverse;
}

.hero-heading{
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 1.2;
}

.show-more-container,
.hero-img-container{
	text-align: center;
	text-align: center;
}

.show-more-container .show-more-cards{
	margin-bottom: 40px;
}

.hero-img-container img{
	max-height: 400px;
	margin: auto;
	object-fit: contain;
	object-position: center;
	border-radius: 8px;
}

.hero-buttons{
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

.wp-block-button__link,
.hero-btn{
    display: inline-block !important;
    padding: 13px 24px;
    border: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    background-color: var(--button-bg, #F6D657);
    color: var(--button-color, #000);
    border-radius: 8px;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
}

.hero-btn.btn-outline{
	background-color: transparent !important;
}

.hero-btn.btn-outline{
	border-width: 2px;
	border-style: solid;
	padding: 11px 22px;
}

@media only screen and (max-width: 600px) {
	h1,
	.h1 {
		font-size: 2.3em;
	}

	h2,
	.h2 {
		font-size: 1.5em;
	}

	.hero-container{
		padding: 20px;
	}

	.hero-inner{
		flex-direction: column !important;
		gap: 20px;
	}

	.hero-inner > div{
		width: 100% !important;
		max-width: 100% !important;
	}

	.hero-content{
		text-align: center;
	}

	.hero-content h1{
		margin-top: 0;
		line-height: 1.2;
	}

	.hero-buttons{
		display: none;
	}

	.hero-img-container.hide-mobile{
		display: none;
	}

	.lender-list-container{
		padding: 30px 20px;
	}
}

@media only screen and (max-width: 1044px) {
	
	/* 2.0 navbar */
	.navbar-background {
		align-self: stretch;
	}
	
	.navbar-container {
		display: flex;
		position: relative;
	}

	.mobile-arrow-container{
	background-image: url(../../img/icon-down-light.svg);
	width: 40px;
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 10px;
	cursor: pointer;
}
	
	/* logo, site title */
	.navbar-identity {
		display: flex;
		align-items: center;
		margin-right: auto;
		max-width: 80%;
		padding-right: 2rem;
	
	}
	
	/* container for logo */
	.navbar-logo {
		margin-right: 1rem;
		flex-shrink: 0;
	}
	
	/* logo element */
	.custom-logo {
		display: block;
		height: 3.5rem !important;
		width: auto !important;
	}
	
	/* site title */
	.navbar-title {
		white-space: nowrap;
		overflow: hidden;
		text-decoration: none;
		font-size: 2.8rem;
		margin-left: 1rem;
	}
	
	
	/* container for nav and search form elements */
	.navbar-menu {
		display: none;
		position: absolute;
		top: 4.4rem;
		left: 0;
		z-index: 99;
		width: 100%;
	}
	
	/* onclick class */
	.navbar-menu-show {
		display: flex;
	}
	
	.menu-link {
		padding: 1.5rem;
		overflow: hidden;
		border-right: none;
	}
	
	.menu-has-child {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.menu-has-child > a {
		flex: 1;
	}
	
	.sub-menu {
		/* show sub menu after arrow */
		order: 3;
		width: 100vw;
		box-sizing: border-box;
	}
	
	.submenu-show {
		display: block !important;
	}
	
	/* css for phone menu item */
	.menu-link.phone {
		text-align: center;
		justify-content: center;
	}
	
	.menu-link.phone:before {
		content: '';
		display: block;
		height: 1.6rem;
		width: 9px;
		background-image: url('../../img/phone.svg');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		margin-right: 7px;
	}
	
	/* text set in wp navbar maker */
	.emtheme-navbar-description {
		position: absolute;
		right: 10px;
		top: 10px;
		font-size: 1.6rem;
	}
	
	.mobile-icon-container {
		background-color: transparent;
		border: none;
		padding: 0;
		margin-right: 1rem;
		cursor: pointer;
	}
	.mobile-icon-container:focus {
		outline:none;
	}
	
	/* menu/arrow icon */
	.nav-arrow-svg,
	.mobile-menu-svg {
		position: relative;
		top: 0.2rem;
		height: 4rem;
		width: 4rem	;
		cursor: pointer;
	}
	}
	
	@media only screen and (max-width: 815px) {
	
	/* 3.0 content */
	
	.category-title {
		margin-left: 1rem;
	}
	
	.content {
		padding: 0;
		margin: 0 0 1rem;
	}
	
	/* wp classes for inserted images */
	.alignright,
	.alignleft,
	.aligncenter {
		display: block;
		margin: auto;
	}
	
	.alignright,
	.alightleft {
		max-width: 60%;
		height: auto;
	}
	
	.alignright {
		float: right;
		margin-left: 1rem;
	}
	
	.alignleft {
		float: left;
		margin-right: 1rem;
	}
	
	/* 3.1 SERP */
	
	.emtheme-serp {
		padding: .3rem;
		margin: 0;
	}
	
	.emtheme-search-item {
		display: block;
		font-family: arial;
	
		margin-bottom: 3rem;
	}
	
	/* link */
	.emtheme-search-link {
		display: inline-block;
		color: #1a0dab;
		text-decoration: none;
		font-family: arial;
		font-size: 1.8rem;
		padding: 0.2rem 0.5rem;
		border: solid 1px #ccc;
		border-radius: 5px;
		background-color: #aaaaaa20;
	}
	
	/* link text */
	.emtheme-search-link-text {
		font-size: 1rem;
		color: #006621;
	}
	
	
	.emtheme-search-box > img {
		width: 70%;
		height: auto;
		display: block;
	}
	
	/* post excerpt, either user set or wp generated */
	.emtheme-search-excerpt {
		font-size: 1.3rem;
	}
	
	/* 5.0 widgets */
	.widget-title {
		margin: 0;
		font-size: 1.8rem;
	}
	
	.default-template-widget {
		padding: 1rem;
		margin: 1rem 0;
	}
	
	.default-template-widget img {
		margin: auto;
		display: block;
	}
	
	.default-template-top-widget,
	.default-template-bottom-widget {
		display: flex;
		justify-content: space-around;
	}

	/* 6.0 misc */
	
	/* hashtag link box */
	.theme-hashlinkbox-ul {
		margin: 1rem;
		padding: 0;
		list-style: none;
		float: none !important;
	}
	
	.theme-hashlinkbox-li {
		margin-bottom: 1rem;
	}
	
	.theme-hashlinkbox-li:last-child {
		margin-bottom: 0;
	}
	
	.theme-hashlinkbox-a {
		text-decoration: none;
		color: inherit;
	}
}