/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 * If this is going to have a theme effect, define an override in the theme specific color in the siteColor.css file in the same directory.
 * 
 * Defaults:
 * #D3D3D3- Light
 * #bdbdbd - Medium
 * #808080 - Dark
 */


/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap');

html #wrapper.find-my-match #main,
html #wrapper.loan-results #main{
	/*scroll-behavior: smooth;*/
	text-rendering: optimizeSpeed;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2em;
	height: auto;
	overflow-x: hidden;
	scroll-behavior: smooth;
	width: 100%;
}
body.disclosure-open {
	overflow: hidden;
}

html.work-open,
html.about-open,
html.capabilities-open,
html.mobile-nav-open {
	height: 100%;
	overflow: hidden;
}
input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
	display: none;
	height: 0;
	width: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}
.sr-only {
	border: 0;
	clip: rect(0,0,0,0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	overflow: hidden;
	width: 1px;
}
.full-wrap {
	display: block;
	position: relative;
	z-index: 5;
}
#wrapper.find-my-match {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
#wrapper.find-my-match #main {
	flex: 1 0 auto;
}
#wrapper.find-my-match #main > .fusion-footer {
	flex: 0 0 auto;
}

/* QUESTIONNAIRE */
.quest-full-wrap {
	background: #fff;
	display: block;
	height: 100%;
	left: 0;
	position: relative;/*Added*/
	top: 0;
	width: 100%;
}
body .quest-progress-wrap {
	background: #e3e3e3;
	display: block;
	height: .8em;
	left: 0;
	margin: 10px auto 0;
	position: relative;
	right: 0;
	top: 0;
	width: 100%;
}

.quest-back {
	color: #767676;
	display: block;
	font-size: .7em;
	line-height: 1.2em;
	margin: 0 0 0 -1em;
	padding: .72em 1em;
	position: relative;
	text-decoration: none;
	transition: .25s;
	z-index: 1;
}

.quest-back::before,
.quest-back:before {
	background: url(../images/arrow-gray.png) no-repeat center;
	background-size: contain;
	content: '';
	display: inline-block;
	height: .9em;
	image-rendering: -webkit-optimize-contrast;
	margin: .15em .3em 0 0;
	position: relative;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	transform-origin: center;
	transition: .25s;
	vertical-align: top;
	width: 1.07em;
}

.quest-step-action-wrap {
	align-content: center;
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 1.85em;
	position: relative;
	width: 100%;
	max-width: var(--site_width);
	margin: 0 auto;
}
.quest-paging {
	justify-self: flex-end;
	color: #767676;
	display: block;
	font-size: .7em;
	line-height: 1.2em;
	padding: .72em 1em;
	position: relative;
}
.quest-content {
	overflow: hidden;

}
.quest-content input[type="radio"]  {
	/* display: none; */
	opacity: 0;
	position: fixed;
	width: 0;
}
#load {
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	display: none;
	height: 100vh;
}
#load.load-hidden {
	background: url("../images/load.gif") no-repeat 50% -7px rgba(255,255,255,0);
	background-size: 3.4em auto;
	/*-webkit-backdrop-filter: blur(10px);*/
	/*backdrop-filter: blur(10px);*/
	bottom: 0;/*Added*/
	display: block;
	height: 100%;
	/*height: calc(100% - 6em);*/
	left: 0;
	position: absolute;
	/*position: fixed;*/
	top: auto;/*Added*/
	width: 100%;
	z-index: 9999;
	/*height: 100vh;*/
	/*top: -1em;*/
}
.quest-content-wrap {
	display: block;
	height: 100%;
	padding: 0;
	position: relative;
	width: auto;
}
.quest-content {
	display: none;
	left: 0;
	margin: auto;
	overflow: auto;
	padding: 3.2em 0 5em;
	position: relative;
	right: 0;
	width: 100%;
}
.no-js .quest-content {
	display: block;
}
.quest-content.active {
	display: block;
}
.quest-content-wrap.debugging .quest-content {
	position: relative;
	display: block;
}
.quest-above-response {
	align-items: flex-end;
	align-content: flex-end;
	display: flex;
	height: auto;
	min-height: 5em;
	padding: .85em 0;
	position: relative;
	width: 100%;
}
.quest-content p {
	color: #767676;
	display: block;
	font-size: 1em;
	line-height: 1.2em;
	margin: 0 auto;
	max-width: 38em;
	padding: 0 0 .63em 0;
	position: relative;
	text-align: center;
}
#schoolerror,#companyerror,#worshiperror {
	display: block;
	font-size: .95em;
	line-height: 1.2em;
	padding: 0 0 0.63em 0;
	position: relative;
	font-size: 13px;
}
.quest-content p.help-tag {
	color: #767676;
	display: block;
	font-size: .7em;
	line-height: 1.2em;
	padding: 0 0 .63em 0;
	position: relative;
	text-align: center;
}
.quest-content .bottom-tag {
	color: #767676;
	display: block;
	font-size: .6em;
	line-height: 2em;
	padding: 0 0 .63em 0;
	position: relative;
	text-align: center;
}

label.quest-content p {
	margin: 0 auto;
	max-width: 21em;
	padding: 0 0 0 1.467em;
	text-align: left;
	width: 100%;
}
.quest-content p a {
	color: inherit;
}
.quest-content p input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	border: 2px solid #8d8d8d;
	border-radius: 0;
	display: block;
	height: .733em;
	left: 0;
	position: absolute;
	top: .213em;
	width: .733em;
}
.quest-question {
	color: #212934;
	display: block;
	font-size: 2em;
	font-weight: 800;
	line-height: 1.05em;
	margin: 0 auto;
	max-width: 18.8em;
	padding: 0 0 .238em 0;
	position: relative;
	text-align: center;
	text-transform: none;
}
.quest-question.top-padd {
	padding: .338em 0 .238em 0;
}

.quest-spacing {
	display: block;
	height: 2.3em;
	position: relative;
	width: 100%;
}
.quest-spacing--small {
	height: 1em;
}
.quest-button-wrap {
	align-content: center;
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	width: 100%;
}
.quest-credit-button-wrap {
	display: flex;
	flex-wrap: nowrap;
	gap: .4em;
	margin: 0 auto;
	max-width: 25.6em;
}
.quest-button {
	background: #fff;
	border-radius: .25em;
	color: #212934;
	cursor: pointer;
	display: inline-block;
	font-size: .8em;
	font-weight: 800;
	line-height: 1.2em;
	margin: 0 .75em;
	min-width: 12em;
	padding: 1.15em 1.5em;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-transform: perspective(1px) translateZ(0);
	-ms-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	transition: .25s;
	vertical-align: top;
}
.quest-credit-button-wrap .quest-button {
	border: 1px solid #e9e9e9;
	display: inline-block;
	flex: 1 1 20%;
	font-size: .6em;
	font-weight: 400;
	margin: 0 0 .6em 0;
	min-width: 0;
	padding: 1.15em .5em;
	text-align: center;
	text-transform: none;
	transition: .15s;
	width: 20%;
}
.quest-credit-button-wrap .quest-button-bold {
	font-size: .8em;
	font-weight: 800;
	padding: 0.97em 1.5em;
	text-align: center;
}
.quest-button-score {
	display: block;
	font-size: 1.3em;
	font-weight: 800;
	line-height: 1.2em;
	padding: 0;
	text-align: center;
}
.quest-credit-button-wrap .quest-button:hover .quest-button-score,
.quest-credit-button-wrap .quest-button:focus .quest-button-score,
.quest-credit-button-wrap .quest-button.filled .quest-button-score {
	color: #212934;
}
.quest-input-wrap {
	display: block;
	max-width: 22.5em;
	padding: 0;
	position: relative;
	z-index: 11;
	width: calc(100% - 60px);
	left: 50%;
	transform: translateX(-50%);
}
.quest-input-label {
	border: 2px solid transparent;
	color: #767676;
	display: block;
	font-size: .8em;
	font-weight: 600;
	left: 0;
	line-height: 1.2em;
	outline: none;
	padding: 1.3em 1.39em;
	pointer-events: none;
	position: absolute;
	top: 0rem;
	transition: .25s;
	z-index: 1;
}
.quest-input-money-wrap .quest-input-label {
	padding-left: 3.08em;
}
.quest-input-money-wrap::before,
.quest-input-money-wrap:before {
	color: #212934;
	content: '$';
	display: block;
	font-size: .8em;
	font-weight: 700;
	left: 1.5em;
	line-height: 1.2em;
	pointer-events: none;
	position: absolute;
	top: 1.4em;
	z-index: 1;
}
.gslide iframe[src*=zoho] {
	max-width: 768px;
	margin: 0 auto;
	display: block;
}
button.glightbox-button-hidden {
	display: none;
}
.input-focused .quest-input-label,
.has-value .quest-input-label,
.autocomplete-error .quest-input-label,
.quest-input-money-wrap.input-focused .quest-input-label,
.quest-input-money-wrap.has-value .quest-input-label {
	border-width: 0;
	font-size: .65em;
	letter-spacing: .038em;
	margin: -1.3em 0 0 0;
	padding: 0;
	top: 0;
}
.quest-input,
input.quest-input,
input.quest-input[type=text],
input.quest-input[type=number],
input.quest-input[type=email] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .2em;
	color: #212934;
	display: block;
	font-size: .8em;
	font-weight: 700;
	height: auto;
	line-height: 1.2em;
	outline: none;
	padding: 1.3em 3.67em 1.3em 1.39em;
	position: relative;
	width: 100%;
}
.quest-input:focus,
.input-focused .quest-input,
.has-value .quest-input,
.quest-input[type=text]:focus,
.input-focused .quest-input[type=text],
.has-value .quest-input[type=text],
.quest-input[type=number]:focus,
.input-focused .quest-input[type=number],
.has-value .quest-input[type=number],
.quest-input[type=email]:focus,
.input-focused .quest-input[type=email],
.has-value .quest-input[type=email] {
	border-color: #18601f;
}
.quest-input::-webkit-outer-spin-button,
.quest-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.quest-submit {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-size: 1em auto;
	border: none;
	border-radius: 0 .2em .2em 0;
	cursor: pointer;
	display: block;
	height: 3.2em;
	image-rendering: -webkit-optimize-contrast;
	opacity: .75;
	position: absolute;
	right: 0;
	top: 0;
	transition: .25s;
	width: 3.3em;
}

.autocomplete-error #autoComplete,.autocomplete-error #company-autoComplete,.autocomplete-error #worship-autoComplete, .autocomplete-error .school-instructions {
	color: #ff0000;
}
.autoComplete_wrapper > ul#autoComplete_list > li {
	font-size: .8rem;
}
.quest-link {
	color: #767676;
	display: block;
	font-size: .8em;
	line-height: 1.2em;
	margin: 0 auto;
	padding: 1.17em 1.5em;
	position: relative;
	text-decoration: underline;
	text-align: center;
}
.quest-content-icon {
	display: block;
	height: 3.2em;
	margin: 0 auto;
	object-fit: contain;
	position: relative;
	width: 3.2em;
}
/* RESULTS */
.results-filter-wrap {
	display: block;
	margin: .25em 0 0 0;
	position: relative;
	width: 100%;
}
.results-filter-trigger {
	bottom: 100%;
	display: block;
	height: 1.6em;
	position: absolute;
	right: 0;
	width: 1.6em;
	cursor: pointer;
}
.filters-open .results-filter-trigger {
	background: #ececec;
}
.filters-active .results-filter-trigger::after,
.filters-active .results-filter-trigger:after {
	border-radius: 50%;
	content: '';
	display: block;
	height: .4em;
	position: absolute;
	right: -.1em;
	top: -.1em;
	width: .4em;
}
.results-filter-icon {
	bottom: 0;
	display: block;
	height: 1.1em;
	image-rendering: -webkit-optimize-contrast;
	left: 0;
	margin: auto;
	object-fit: contain;
	position: absolute;
	right: 0;
	top: 0;
	width: 1.1em;
}
.results-filter-collapse-inner {
	background: #ececec;
	display: block;
	padding: 0 0 1.2em 0;
	position: relative;
	width: 100%;
}
.results-filter-flex {
	align-content: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	justify-content: flex-start;
	position: relative;
}
.results-filter-cell {
	display: inline-block;
	flex: 1 1 auto;
	padding: 1.2em 1.2em 0 1.2em;
	position: relative;
}
.results-filter-cell.full {
	flex-basis: 100%;
	padding-right: 5em;
}
.results-filter-cell-title {
	color: #555;
	display: block;
	font-size: .8em;
	font-weight: 600;
	line-height: 1.2em;
	padding: 0 0 .75em 0;
	position: relative;
}
.results-filter-info-wrap {
	align-content: center;
	align-items: center;
	display: flex;
	gap: .6em;
	justify-content: space-between;
	padding: .1em 0;
	position: relative;
	width: 100%;
}
.results-filter-info-cell {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.results-filter-info-value {
	color: #212934;
	display: block;
	font-size: .8em;
	font-weight: 700;
	line-height: 1.2em;
	position: relative;
}
.results-filter-info-label {
	color: #767676;
	display: block;
	font-size: .7em;
	font-weight: 600;
	line-height: 1.2em;
	position: relative;
}
.results-filter-info-cta {
	background: #fff;
	border-radius: .214em;
	color: #212934;
	display: inline-block;
	font-size: .7em;
	font-weight: 700;
	line-height: 1.2em;
	padding: .55em 1.05em;
	position: relative;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	margin-bottom: 15px;
}

.results-filter-toggle-wrap {
	background: #cdcdcd;
	border-radius: .15em;
	display: flex;
	justify-content: space-between;
	padding: .2em;
	position: relative;
}
.results-filter-toggle {
	color: #555;
	cursor: pointer;
	display: inline-block;
	flex: 1 1 50%;
	font-size: .7em;
	font-weight: 600;
	line-height: 1.2em;
	padding: .55em;
	position: relative;
	text-align: center;
}
.results-filter-toggle.active {
	background: #fff;
	border-radius: .214em;
	color: #212934;
}
.results-filter-toggle:not(.active) + .results-filter-toggle:not(.active)::before,
.results-filter-toggle:not(.active) + .results-filter-toggle:not(.active):before {
	border-left: 1px solid #b2b2b2;
	bottom: .25em;
	content: '';
	display: block;
	left: 0;
	position: absolute;
	top: .25em;
	width: 0;
}
.results-checkbox-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 0 0 -1.44em;
	position: relative;
	width: 100%;
}
.results-checkbox-label {
	color: #555;
	display: inline-block;
	font-size: .8em;
	font-weight: 600;
	line-height: 1.25em;
	padding: .5em 1.8em;
	position: relative;
	vertical-align: top;
}
.results-checkbox-label span {
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.results-checkbox {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #cdcdcd;
	border: 1px solid #cdcdcd;
	border-radius: .1875em;
	display: inline-block;
	height: 1.25em;
	image-rendering: -webkit-optimize-contrast;
	margin: 0 .75em 0 0;
	position: relative;
	vertical-align: top;
	width: 1.25em;
}

.results-checkbox:checked + span {
	color: #212934;
	font-weight: 700;
}
.results-filter-reset {
	bottom: 1.5em;
	display: block;
	font-size: .8em;
	font-weight: 600;
	line-height: 1.25em;
	padding: .5em 1.625em;
	position: absolute;
	right: 0;
}
.results-filter-reset:hover,
.results-filter-reset:focus-visible {
	color: #212934;
}
.results-wrap {
	display: block;
	padding: 2.3em 0;
	position: relative;
	width: 100%;
}
.results-wrap-title {
	color: #555;
	display: block;
	font-size: 1em;
	font-weight: 600;
	line-height: 1.2em;
	position: relative;
}
.full-result-tile-special {
	color: #212934;
	display: block;
	font-size: .6em;
	font-weight: 700;
	line-height: 1.33em;
	position: absolute;
	right: 2em;
	top: 2.75em;
}
.full-results-wrap {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	gap: .8em;
	justify-content: flex-start;
	padding: .8em 0;
	position: relative;
	width: 100%;
}
.full-result-tile,.ioStudentResultCardWrapper {
	border-radius: .4em;
	box-shadow: .05em .1em .7em .05em rgba(0,0,0,.15);
	color: #212934;
	display: inline-block;
	/*flex: 1 1 30%;*/
	flex: 0 1 auto;
	padding: .95em 1.15em 3.75em 1.15em;
	position: relative;
	text-decoration: none;
	vertical-align: top;
	width: calc(33.33% - .534em);
}
.raf-cta.ioStudentResultCardWrapper,
.new-raf.ioStudentResultCardWrapper {
	padding: .95em 1.15em .95em 1.15em;
	min-height: 244px;
	cursor:pointer;
}
.new-raf.ioStudentResultCardWrapper {
	cursor:auto;
	background: var(--awb-color7);
}
.full-result-tile-logo {
	display: block;
	padding: 0 0 .75em 0;
	position: relative;
	text-align: left;
	width: 100%;
}
.full-result-tile-logo img {
	display: block;
	height: 2.25em;
	image-rendering: -webkit-optimize-contrast;
	max-width: 50%;
	object-fit: contain;
	position: relative;
	width: auto;
}
.full-result-tile-rate-table {
	display: table;
	position: relative;
	width: 100%;
}
.full-result-tile-rate-table-row {
	display: table-row;
	position: relative;
	width: 100%;
}
.full-result-tile-rate-table-cell {
	display: table-cell;
	padding: .3em 0;
	position: relative;
	text-align: center;
	vertical-align: middle;
}
.full-result-tile-rate-table-cell::before,
.full-result-tile-rate-table-cell:before {
	border-left: 1px solid #e0e0e0;
	bottom: .3em;
	content: '';
	display: block;
	left: 0;
	position: absolute;
	top: .3em;
}
.full-result-tile-rate-table-cell:first-child {
	text-align: left;
}
.full-result-tile-rate-table-row:first-child .full-result-tile-rate-table-cell::before,
.full-result-tile-rate-table-row:first-child .full-result-tile-rate-table-cell:before,
.full-result-tile-rate-table-cell:first-child::before,
.full-result-tile-rate-table-cell:first-child:before {
	display: none;
}
.result-tile-heading {
	color: #767676;
	display: block;
	font-size: .6em;
	font-weight: 600;
	line-height: 1.2em;
	margin: 0 auto;
	/*max-width: 8em;*/
	position: relative;
}
.result-tile-term {
	color: #767676;
	display: block;
	font-size: .8em;
	line-height: 1.2em;
	position: relative;
}
.result-tile-rate {
	color: #212934;
	display: block;
	font-size: 1em;
	font-weight: 800;
	line-height: 1.2em;
	position: relative;
}
.full-result-match-wrap {
	display: flex;
	justify-content: flex-start;
	position: relative;
	width: 100%;
}
.full-result-match {
	color: #767676;
	display: inline-block;
	font-size: .6em;
	font-weight: 600;
	line-height: 1.33em;
	padding: 1.2em 2em 0 0;
	position: relative;
	vertical-align: top;
}
.full-result-tile-action-wrap {
	align-content: center;
	align-items: center;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	left: 0;
	padding: .95em 1.15em;
	position: absolute;
	width: 100%;
}
.full-result-tile-distance {
	color: #767676;
	display: inline-block;
	font-size: .6em;
	font-weight: 600;
	line-height: 1.33em;
	padding: .8em 0;
	position: relative;
	vertical-align: middle;
}
.full-result-tile-cta {
	border-radius: .214em;
	color: #212934;
	display: inline-block;
	font-size: .7em;
	font-weight: 700;
	line-height: 1.2em;
	padding: .55em 1.25em;
	position: relative;
	vertical-align: middle;
}

.result-inline-icon {
	display: inline-block;
	height: 1.33em;
	image-rendering: -webkit-optimize-contrast;
	position: relative;
	vertical-align: top;
	width: auto;
}
.results-overlay-wrap {
	background: rgba(0,0,0,.5);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999999;
}
.results-overlay {
	background: #fff;
	border: .8em solid transparent;
	border-radius: 1em;
	box-shadow: .05em .1em .7em .05em rgba(0,0,0,.16);
	display: block;
	height: auto;
	left: 2em;
	margin: 0 auto;
	max-height: calc(100% - 2em);
	max-width: 28em;
	overflow: auto;
	padding: 1.6em;
	position: absolute;
	right: 2em;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	width: calc(100% - 4em);
}
.results-overlay-close {
	display: block;
	height: 3em;
	position: absolute;
	right: .4em;
	top: .4em;
	width: 3em;
	z-index: 1;
	cursor: pointer;
}
.results-overlay-close::before,
.results-overlay-close:before {
	background: url(../images/close-btn.png) no-repeat center;
	background-size: contain;
	bottom: 0;
	content: '';
	display: block;
	height: .7em;
	image-rendering: -webkit-optimize-contrast;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: .7em;
}
.results-overlay-logo {
	display: block;
	height: 2.8em;
	margin: 0 0 .5em 0;
	position: relative;
	width: 100%;
}
.results-overlay-logo img {
	bottom: 0;
	display: block;
	height: auto;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	top: 0;
	width: auto;
}
.results-overlay-content {
	display: block;
	padding: .8em 0 0 0;
	position: relative;
	width: 100%;
}
.results-overlay-content p {
	color: #767676;
	display: block;
	font-size: .7em;
	line-height: 1.428em;
	padding: 0 0 1.14em 0;
	position: relative;
}
.results-overlay-content p a {
	color: inherit;
	text-decoration: underline;
}
.results-overlay-detail-wrap {
	align-content: flex-start;
	display: flex;
	justify-content: space-between;
	padding: .4em 0;
	position: relative;
	width: 100%;
}
.results-overlay-detail {
	color: #767676;
	display: inline-block;
	font-size: .6em;
	line-height: 1.33em;
	position: relative;
	vertical-align: top;
}
.results-overlay-detail-icon {
	display: inline-block;
	height: auto;
	line-height: 1em;
	margin: 0 .25em 0 0;
	max-height: 1.33em;
	max-width: 1.33em;
	position: relative;
	vertical-align: top;
	width: auto;
}
.results-overlay-rate-headline {
	align-content: center;
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: .7em 0;
	position: relative;
	width: 100%;
}
.results-overlay-rate-title {
	color: #212934;
	display: inline-block;
	font-size: .7em;
	font-weight: 700;
	line-height: 1.2em;
	position: relative;
	vertical-align: middle;
}
.results-overlay-rate-title a {
	color: inherit;
}
.results-overlay-rate-button {
	border-radius: .214em;
	box-shadow: 0 .2em .8em rgba(0,0,0,.16), 0 .2em .6em rgba(0,0,0,.04);
	color: #fff;
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53aa4e', endColorstr='#46c53e',GradientType=1 );
	font-size: .7em;
	font-weight: 700;
	line-height: 1.2em;
	padding: .7em 1.15em;
	position: relative;
	text-align: center;
	vertical-align: middle;
}
.results-overlay-rate-button:hover,
.results-overlay-rate-button:focus-visible {
	color: #fff;
}
.results-overlay-rate-table {
	background: #f0f0f0;
	border-radius: .3em;
	display: table;
	margin: 0 0 .5em 0;
	padding: .45em 0;
	position: relative;
	width: 100%;
}
.results-overlay-rate-table-head-row,
.results-overlay-rate-table-row {
	display: table-row;
	position: relative;
	width: 100%;
}
.results-overlay-rate-table-head {
	color: #767676;
	display: table-cell;
	font-size: .6em;
	font-weight: 600;
	line-height: 1.2em;
	padding: .4em 1.5em;
	position: relative;
	text-align: center;
	vertical-align: middle;
}
.results-overlay-rate-table-cell {
	color: #212934;
	display: table-cell;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.2em;
	padding: .25em 1.5em;
	position: relative;
	text-align: center;
	vertical-align: middle;
}
.results-overlay-rate-table-cell + .results-overlay-rate-table-cell::before,
.results-overlay-rate-table-cell + .results-overlay-rate-table-cell:before {
	bottom: .25em;
	border-left: 1px solid #e0e0e0;
	content: '';
	display: block;
	left: 0;
	position: absolute;
	top: .25em;
}
.results-overlay-rate-table-cell-2 + .results-overlay-rate-table-cell-2::before,
.results-overlay-rate-table-cell-2 + .results-overlay-rate-table-cell-2:before {
    bottom: .25em;
    border-left: 1px solid #e0e0e0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    top: .25em;
}
.results-overlay-rate-table-cell-2 {
    color: #212934;
    display: table-cell;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.2em;
    padding: .25em 1.5em;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.results-overlay-rate-table-cell:first-child {
	color: #767676;
	font-size: .8em;
	font-weight: 500;
	text-align: left;
}
.results-overlay-disclaimer {
	color: #767676;
	display: block;
	font-size: .55em;
	line-height: 1.2em;
	position: relative;
}
.results-overlay-space {
	display: block;
	height: 1em;
	position: relative;
}
.results-overlay-disclosures a {
	color: #767676;
	display: block;
	font-size: .6em;
	font-weight: 600;
	line-height: 1.2em;
	position: relative;
	text-decoration: none;
}
.results-overlay-disclosures-icon {
	display: inline-block;
	height: 1.1em;
	position: relative;
}
.results-overlay-tooltip {
	background: url(../images/info.png) no-repeat center;
	background-size: contain;
	display: inline-block;
	height: 1em;
	position: relative;
	vertical-align: top;
	width: 1em;
}
.results-overlay-tooltip-content {
	background: #fff;
	border-radius: .3em;
	bottom: .5em;
	box-shadow: 0 0 .5em rgba(0,0,0,.25);
	display: none;
	left: .5em;
	padding: .75em;
	position: absolute;
	width: 15em;
}
.results-overlay-tooltip:hover .results-overlay-tooltip-content {
	display: block;
}
.find-my-rate-header {
	align-content: center;
	align-items: center;
	display: flex;
	justify-content: space-between;
	position: relative;
	width: 100%;
}
.find-my-rate-logo {
	/*display: none;*/
	display: inline-block;
	max-width: 50%;
	padding: 1.5em 1.5em 1.5em 0;
	position: relative;
	vertical-align: middle;
}
.find-my-rate-logo .sclogo,
html #wrapper.find-my-match #main img.sclogo {
	display: none;
}
.find-my-rate-logo.no-right-padd {
	display: inline-block;
	max-width: 50%;
	padding: 1.5em 0;
	position: relative;
	vertical-align: middle;
}
.find-my-rate-logo img {
	display: block;
	height: auto;
	/*max-height: 2.35em;*/
	max-width: 100%;
	position: relative;
	width: auto;
}
.find-my-rate-title {
	color: #929292;
	display: inline-block;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.2em;
	position: relative;
	vertical-align: middle;
}

/* MEDIA */
@media screen and (max-width: 1000px) {
	/* RESULTS */
	.full-result-tile {
		/*flex: 1 1 48%;*/
		font-size: .8em;
		max-width: calc(50% - .5em);
		width: calc(50% - .5em);
	}
	.results-filter-wrap {
		font-size: .8em;
	}
	.results-checkbox {
		margin: 0 .25em 0 0;
	}
	.results-checkbox-wrap {
		margin: 0 0 0 -.8em;
	}
	.results-checkbox-label {
		padding: .5em 1em;
	}
}
@media screen and (max-width: 800px) {
	#main>.fusion-row:nth-child(2) {
		width: 100%;
	}
	#main>.fusion-row {
		display: block !important;
		flex-wrap: unset !important;
		/* display: flex; */
		/* flex-wrap: wrap; */
	}
}
@media screen and (max-width: 600px) {
	html:not(.avada-has-site-width-percent) #main {
		padding: 0 1em;
	}
	.quest-progress-wrap {
		height: .4em;
	}
	.quest-back {
		font-size: .6em;
	}
	.quest-content {
		padding: 1em 0;
	}
	.quest-above-response {
		min-height: 3em;
		padding: .5em 0;
	}
	.quest-question {
		font-size: 1.3em;
	}
	.quest-button {
		font-size: .7em;
		margin: 0 .75em .75em .75em;
		min-width: 15em;
	}
	.quest-spacing {
		height: 1.25em;
	}
	.quest-spacing--small {
		height: .5em;
	}
	.quest-content p {
		font-size: .7em;
	}
	.quest-content p br {
		display: none;
	}
	.quest-content p.help-tag {
		font-size: .6em;
	}
	.quest-content .bottom-tag {
		font-size: .55em;
	}
	.quest-input-label {
		font-size: .8em;
	}
	.quest-input,
	input.quest-input,
	input.quest-input[type=text],
	input.quest-input[type=number],
	input.quest-input[type=email] {
		font-size: .8em;
		height: 4.046875em;
	}
	.quest-input-money-wrap::before,
	.quest-input-money-wrap:before {
		font-size: .8em;
	}
	.quest-submit {
		font-size: .875em;
		height: 3.7em;
	}
	.autoComplete_wrapper > ul#autoComplete_list > li {
		font-size: .7rem;
	}
	.quest-credit-button-wrap {
		flex-wrap: wrap;
	}
	.quest-credit-button-wrap
	.quest-button {
		flex: 1 1 48%;
		max-width: calc(50% - .2em)
	}
	.quest-content-icon {
		height: 2em;
		width: 2em;
	}
	/* RESULTS */
	.full-result-tile {
		/*flex: 1 1 100%;*/
		max-width: 100%;
		width: 100%;
	}
	.results-filter-cell.full {
		padding-right: 1.2em;
	}
	.results-checkbox-label {
		width: 50%;
	}
	.results-filter-reset {
		position: relative;
		bottom: auto; text-align: center; width: 100%;
	}
	.results-overlay {
		font-size: .9em;
		left: 1em;
		max-height: calc(100% - 2em);
		padding: 1.5em;
		right: 1em;
		width: calc(100% - 2em);
	}
	.results-overlay-detail-wrap {
		flex-wrap: wrap;
	}
	.results-overlay-detail {
		padding: .5em 0;
		width: 100%;
	}
	.results-overlay-rate-table-cell {
		padding: .25em .8em;
	}
	.results-overlay-rate-table-cell:first-child {
		white-space: nowrap;
	}
	.find-my-rate-title {
		font-size: .7em;
	}
	.find-my-rate-logo.no-right-padd {
		padding: 1.1em 0 1.5em;
	}

	/* mobile new Avada results cards fixing */
	.full-result-tile,.ioStudentResultCardWrapper {
		width: calc(100% - .534em)!important;
	}
}
.hidden{display: none !important;}
.non-refi-item {width: 50%;display: table-cell;}
.non-refi-item .full-result-tile-rate-table-cell {
	display: block;
	margin: 0 auto;
	max-width: 8em;
	position: relative;

	text-align: center;
}


span.non-refi-item.fixed-item {
	float: right;
}

span.non-refi-item.variable-item {
	float: left;
}
.non-refi-item .full-result-tile-rate-table-cell::before {
	content: none;
}
span#empty-reults {
	padding: .8em 0;
	display: flex;
}
.quest-progress-wrap {
	max-width: 1116px;
}
.quest-progress-wrap {
	max-width: var(--site_width);
}





 /********************************************************************************
 /* here is the previous file, added after to overwrite if necessary 
    - before leveraging legacy unused css */
 /*******************************************************************************/
.gf-loan-amount .ginput_container{
    position: relative;
}

.gf-loan-amount .ginput_container:before {
    height: 21px;
    width: 50px;
    color: #D3D3D3;
    content: '$';
    display: block;
    font-size: 16px;
    font-weight: 700;
    left: 1.5em;
    line-height: 1.2em;
    pointer-events: none;
    position: absolute;
    top: 1em;
    z-index: 0;
    left: 24.8%;
}
.gf-loan-amount .ginput_container input{
    padding-left: 29px !important;
}


.gf-school .autoComplete_wrapper > ul, .gf-company .autoComplete_wrapper > ul, .gf-worship .autoComplete_wrapper > ul {
    width: 100%;
    margin: auto;
    max-height: 200px;
    max-width: 550px;
}

.loan_amount_error{
    display: block;
    color: red;
    font-size: 14px;
    margin: 5px 0px;
}

.gf-school .autoComplete_wrapper {
    position: relative;
}
.gf-school span.undecided {
    position: absolute;
    top: 23%;
    background: #fff;
    width: 47%;
    margin: 0 auto;
    left: 26.5%;
    color: #808080;
    font-size: 14px;
    text-align: left;
}

.gf-school span#UndecidedShool{ 
    font-weight: 600;
    color: #808080;
}

.gf-zipcode span#zipcodeError {
    display: block;
    color: red;
    font-size: 15px;
    font-weight: normal;
    margin-top: 1px;
    text-align: center;
}

/*
.loader_container img {
    margin: 0 auto;
    width: 46px;
    position: absolute;
    top: 50%;
    left: 49%;
    z-index: 999;
}*/
.loader_container {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background:#ffffff;
    z-index: 999;
}
.loading_content_cont {
    margin: 0 auto;
    position: absolute;
    top: 40%;
    left: 40%;
    z-index: 9999;
    width: 22%;
    text-align: center;
}

.loader_container img {
    margin-bottom: 16px;
    width: 46px;
    /* position: absolute; */
    /* top: 50%; */
    /* left: 49%; */
     z-index: 99999; 
}

.loader_container .loading_information {
    color: #000;
    font-size: 16px;
}


@media(max-width:767px){
    .gf-school ul#autoComplete_list {
        width: 100%;
        max-height: 240px;
    }
    .gf-loan-amount .ginput_container:before {
/*        sleft: -3px;*/
    }
    .gf-school span.undecided {  
        left: 4%;
        width: 90%;
        top: 25%;
    }
}

@media(max-width:1001px) and (min-width: 768px)  {
    .gf-loan-amount .ginput_container:before{
     left: -1.2%;
    }

}
@media(max-width: 641px)  {
   .gf-loan-amount .ginput_container:before {
    left: -1.2%;
}

}

#wrapper.loan-results #main img {
    display: inline-block !important;
}

/* Refer a friend ad slot on results pages */
.raf-cta .full-result-tile-rate-table {top: 35% !important;}
.raf-cta .full-result-tile-rate-table-cell {max-width: 90% !important;}
.raf-cta .result-tile-rate, .raf-cta .result-tile-term {color: #fff !important;}
.raf-cta .rate-row {width: 100% !important;}
.raf-cta .full-result-tile-cta {background-color: #fff; border: 2px solid #fff !important;}
.raf-cta .full-result-tile-action-wrap {justify-content: right !important;}

@media screen and (max-width: 1000px){
    .raf-cta .full-result-tile-rate-table {
        top: 10% !important;
    }
}


span.result-popover {
    margin: 0 !important;
    line-height: 15px !important;
    float: right;
}


.awb-menu.loading {
	display:none;
}


.page-template-page-thank-you-unified-avada-refi .card_repeater_block > .fusion-column-wrapper {
	min-height:102px;
}


.swiper-autoheight.gform_page, 
.swiper-autoheight.gform_page .swiper-slide {
    min-height: 500px;
}


.ui-menu.ui-autocomplete .highlight {
	background: rgba(255, 237, 40, 0.4);
    border-radius: 1px;
}

.ui-autocomplete li:hover {
	background-color: #e9ecef!important;
    color: #1e2125;
}

/* hiding the forms error summary above - #601 */
.gform_validation_errors {
	display: none!important;
}