@font-face {
	font-family: "SegoeScript-Regular";
	src: url("https://db.onlinewebfonts.com/t/6425b9e54201833003df3df0a4c10be5.eot"); /* IE9*/
	src: url("https://db.onlinewebfonts.com/t/6425b9e54201833003df3df0a4c10be5.eot?#iefix")
			format("embedded-opentype"),
		/* IE6-IE8 */
			url("https://db.onlinewebfonts.com/t/6425b9e54201833003df3df0a4c10be5.woff2")
			format("woff2"),
		/* chrome firefox */
			url("https://db.onlinewebfonts.com/t/6425b9e54201833003df3df0a4c10be5.woff")
			format("woff"),
		/* chrome firefox */
			url("https://db.onlinewebfonts.com/t/6425b9e54201833003df3df0a4c10be5.ttf")
			format("truetype"),
		/* chrome firefox opera Safari, Android, iOS 4.2+*/
			url("https://db.onlinewebfonts.com/t/6425b9e54201833003df3df0a4c10be5.svg#SegoeScriptW01-Regular")
			format("svg"); /* iOS 4.1- */
}
.d-flex {
	display: flex;
}
.d-none {
	display: none;
}
.justify-content-center {
	justify-content: center;
}
.align-items-center {
	align-items: center;
}
.m-0 {
	margin: 0 !important;
}
.mb-3 {
	margin-bottom: 1rem !important;
}
.p-0 {
	padding: 0 !important;
}
.p-4 {
	padding: 1.5rem !important;
}
.gap-10 {
	gap: 10px;
}
.gap-15 {
	gap: 15px;
}
.text-white {
	color: #ffffff !important;
}
.br-10 {
	border-radius: 10px;
}
.letter-spacing-1 {
	letter-spacing: 1px;
}
.w-100 {
	width: 100% !important;
}
.h-100 {
	height: 100%;
}
.text-uppercase {
	text-transform: uppercase !important;
}
.p-mb-1rem p {
	margin-bottom: 1rem;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-top: 0;
}
.mq-bg-red {
	background-color: #f04937;
}
.text-center {
	text-align: center !important;
}
.text-decoration-none {
	text-decoration: none !important;
}
ol.mq li,
ul.mq li {
	margin-bottom: 10px;
}
#ui-id-1 {
	list-style: none;
	margin: 0;
	left: 0 !important;
	top: 0 !important;
}
#ui-id-1 li:hover {
	background-color: #303f4e;
}
#ui-id-1 li a {
	color: #303f4e;
	padding: 0.5em 0.5em 0.5em 1.5em;
	font-weight: 300;
}
#ui-id-1 li:hover a {
	color: #ffffff;
}
#masthead {
	box-shadow: 0 20px 20px -21px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 20px 20px -21px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 20px 20px -21px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease-in-out;
}
#masthead.active {
	position: fixed !important;
	width: 100%;
	background-color: #ffffff;
}
#header-wrapper > .e-con-inner {
	padding-top: 0;
	padding-bottom: 0;
}
.primary-menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	gap: 20px;
	font-weight: 600;
}
.primary-menu li a {
	color: #303f4e;
	transition: all 0.2s ease-in-out;
	font-weight: 600;
}
.primary-menu li a:hover {
	color: #f04937;
}
a#make-an-enquiry {
	text-decoration: none;
	color: #fff;
	padding: 11px 25px;
	background-color: #f04937;
	border-radius: 5px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}
#mobile-menu {
	top: 100%;
	background-color: transparent;
	display: none;
	z-index: 99;
}
#mobile-menu > .e-con-inner {
	background-color: #f5f5f5;
}
#search-main {
	top: 100%;
	background-color: transparent;
	z-index: 100;
	display: none;
}
#search-main > div > div {
	padding: 0;
}
.primary-menu-mobile {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.primary-menu-mobile li a {
	color: #303f4e;
	font-weight: 600;
}
#lp-main-search {
	background-color: transparent;
	border: none;
	transition: unset;
}
#lp-main-search:focus {
	border: none;
}
#main-search-input-wrapper form > span {
	padding: 13px 25px;
	text-transform: uppercase;
	font-size: 0.875em;
	position: relative;
}
#main-search-input-wrapper form > span:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 15px;
	background-color: #303f4e;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.ui-autocomplete-loading {
	background: url(/wp-content/themes/scarton-finance/img/red-loader.svg) 99%
		50% / 33px no-repeat !important;
}
#mega-menu-toggle {
	position: relative;
	height: 35px;
	width: 35px;
	text-align: center;
	cursor: pointer;
}

#mega-menu-toggle span:first-child {
	top: 6px;
}
#mega-menu-toggle span:nth-child(2) {
	top: 13px;
}
#mega-menu-toggle span:first-child,
#mega-menu-toggle span:nth-child(2) {
	height: 4px;
	border-radius: 20px;
	transform: translateX(-50%);
	width: 32px;
	background-color: #f04937;
	position: absolute;
	left: 50%;
}
#mega-menu-toggle span:nth-child(3) {
	position: absolute;
	top: 20px;
	left: 52%;
	transform: translateX(-50%);
	font-size: 9px;
	font-weight: 900;
	letter-spacing: 1.6px;
	color: #f04937;
	line-height: 1;
}
#mega-menu-toggle.active span:first-child {
	transform: translateX(-50%) rotate(45deg);
	top: 17px;
}
#mega-menu-toggle.active span:nth-child(2) {
	transform: translateX(-50%) rotate(-45deg);
	top: 17px;
}
#mega-menu-toggle.active span:nth-child(3) {
	display: none;
}
.alt-menu {
	display: flex;
	list-style-type: none;
	margin: 0;
	align-items: center;
}
.alt-menu li {
	position: relative;
	padding: 1em 0.5em;
}
.alt-menu li:first-child:before,
.alt-menu li:first-child:after {
	content: "";
	position: absolute;
	height: 23px;
	width: 1.5px;
	background-color: rgba(0, 0, 0, 0.07);
	top: 50%;
	transform: translateY(-50%);
}
.alt-menu li:first-child:before {
	left: 0;
}
.alt-menu li:first-child:after {
	right: 0;
}
.alt-menu li:first-child:hover,
.alt-menu li:last-child:hover {
	background-color: #fbc9c3;
}
.alt-menu li:first-child div {
	height: 35px;
	width: 35px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.no-padding p {
	margin-bottom: 1em;
}
.no-padding p:last-child {
	margin-bottom: 0;
}
.no-border-bottom ul li:not(:last-child) {
	border-bottom: 1px solid #e6e6e6;
}
.link-white a {
	color: #ffffff;
	text-decoration: none !important;
}
.bb-gray ul li {
	margin-bottom: 7px !important;
}
.bb-gray ul li a {
	text-decoration-color: #b1b1b1 !important;
	line-height: 1.2;
	font-size: 1rem;
}
.link-hover-underline a:hover {
	color: #ffffff;
}
.btn-d-block a {
	display: block;
}

ul.franchise-social-media li {
	display: inline;
}
ul.franchise-social-media li a div {
	position: relative;
	border: 2px solid #fff;
	border-radius: 5px;
	background-color: transparent;
	width: 40px;
	height: 40px;
	transition: 0.3s ease-in-out;
}
ul.franchise-social-media li a div:before {
	content: "";
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
ul.franchise-social-media li a div.gmb-icon:before {
	background-image: url(/wp-content/themes/scarton-finance/img/pin-icon.svg);
}
ul.franchise-social-media li a div.ig-icon:before {
	background-image: url(/wp-content/themes/scarton-finance/img/ig-icon.svg);
}
ul.franchise-social-media li a div.fb-icon:before {
	background-image: url(/wp-content/themes/scarton-finance/img/fb-icon.svg);
}
ul.franchise-social-media li a:hover div {
	background-color: #303f4e;
	border: 2px solid #303f4e;
}

.card-photo img {
	border-radius: 50%;
	background-color: #f2f2f2;
}
.broker-bio-excerpt {
	max-height: 74.56px;
	height: 74.56px;
	overflow: hidden;
}
.btn-w-100,
.btn-w-100 a {
	width: 100% !important;
}
.btn-w-100 a span span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.w-250 a {
	width: 250px;
}
.no-wrap a span span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.wwd-hover:hover img {
	filter: brightness(0) invert(1);
}
.wwd-hover:hover div {
	color: #ffffff;
}
/* 
.btn-other-loans a {
	width: 100%;
} */
.btn-other-loans a > span {
	align-items: center;
}
.btn-other-loans svg {
	width: 1.7em;
}
.btn-other-loans a:hover svg path {
	fill: #ffffff;
}

.services-page .wpcf7-form input[type="submit"] {
	width: 100%;
	border-radius: 8px;
	background-color: transparent;
	border: 2px solid #ffffff;
	font-weight: 600;
	font-size: 1.1em;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}
.services-page .wpcf7-form input[type="submit"]:hover {
	background-color: #ffffff;
	color: #f04937;
}
.services-page .wpcf7-form select {
	color: #9ca3af;
}
.services-page .wpcf7-form p:last-child {
	margin-bottom: 0 !important;
}
.member-ctas button {
	border: 2px solid #ffffff;
	color: #ffffff;
	width: 280px;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	outline: 0;
	background-color: transparent;
	transition: 0.3s ease-in-out;
}
.member-ctas button:hover {
	background-color: #ffffff;
	color: #f04937 !important;
}
.member-ctas a.btn {
	display: block;
	border: 2px solid #ffffff;
	width: 280px;
	padding-top: 0.425em;
	padding-bottom: 0.425em;
	text-align: center;
	outline: 0;
	background-color: #ffffff;
	color: #f04937;
	text-decoration: none;
	transition: 0.3s ease-in-out;
}
.member-ctas a.btn:hover {
	background-color: #303f4e !important;
	border: 2px solid #303f4e;
	color: #ffffff;
}
.c-popup.active {
	position: fixed;
	z-index: 999999;
	background-color: rgba(0, 0, 0, 0.9);
	top: 0;
	left: 0;
	padding: 1em;
}
.c-popup > div {
	width: 390px;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 3em 1.5em 1em 1.5em;
	position: relative;
}
/* FORM */
#wpcf7-f1946-o1 form > p:last-child {
	margin-bottom: 0 !important;
}
#wpcf7-f1946-o2 .wpcf7-not-valid-tip {
	margin-top: 5px;
}
#wpcf7-f1946-o1 form > div,
#wpcf7-f1946-o1 form > p,
#wpcf7-f1946-o2 form > div,
#wpcf7-f1946-o2 form > p {
	margin-bottom: 0.5em;
}
.wpcf7 input.wpcf7-form-control:not([type="submit"]),
.wpcf7 textarea.wpcf7-form-control {
	padding: 5px 10px;
	border: 1px solid #dee2e6;
	border-radius: 5px;
}
.wpcf7 input.wpcf7-form-control:not([type="submit"]):focus {
	border-color: #475569;
	border-style: solid;
}
#wpcf7-f1946-p292-o1 form > p:last-child {
	margin-bottom: 0;
}
#wpcf7-f1946-o1 form .wpcf7-response-output,
#wpcf7-f1946-o2 form .wpcf7-response-output {
	border: 0 !important;
	text-align: center !important;
	margin: 0 !important;
}
#wpcf7-f1946-p292-o1 form .wpcf7-response-output {
	color: #ffffff !important;
	border: 0 !important;
	text-align: center !important;
	margin: 0 !important;
}
#wpcf7-f3092-p3227-o1 form > p {
	margin-bottom: 0.5em;
}
#wpcf7-f3092-p3227-o1 form > input[type="submit"] {
	background-color: #f04937;
	width: 100%;
	border-radius: 7px;
	border: 2px solid #f04937;
	font-size: 1.2em;
	font-weight: 600;
	text-transform: uppercase;
	transition: background-color 0.2s ease-in-out;
}
#wpcf7-f3092-p3227-o1 form > input[type="submit"]:hover {
	background-color: #303f4e;
	border: 2px solid #303f4e;
}
.sf-form-close {
	position: absolute;
	width: 35px;
	height: 35px;
	cursor: pointer;
	right: -12px;
	top: -12px;
	border-radius: 50%;
	background-color: #f5887d;
}
.sf-form-close span:first-child {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 2px;
	border-radius: 5px;
	background-color: #ffffff;
	transform: translate(-50%, -50%) rotate(45deg);
}
.sf-form-close span:last-child {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 2px;
	border-radius: 5px;
	background-color: #ffffff;
	transform: translate(-50%, -50%) rotate(315deg);
}
.mqfranchise-form form input[type="submit"] {
	width: 100%;
	padding: 15px 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #f04937;
	transition: all 0.3s ease-in-out;
	font-weight: 700;
}
.mqfranchise-form form select {
	color: #9ca3af;
}
.mqfranchise-form form select:focus {
	border-color: #475569;
	border-style: solid;
}
.mqfranchise-form form input[type="submit"]:hover {
	color: #ffffff;
	opacity: 0.8;
}
#wpcf7-f3092-p317-o1 form input[type="submit"] {
	background-color: transparent !important;
	color: #ffffff !important;
	border: 2px solid #ffffff;
	border-radius: 8px;
	padding-top: 0.8rem !important;
	padding-bottom: 0.8rem !important;
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
	transition: background-color 0.2s ease-in-out;
}
#wpcf7-f3092-p317-o1 form input[type="submit"]:hover {
	background-color: #ffffff !important;
	color: #f04937 !important;
}
.latest-news-widget {
	width: 306px;
	margin-left: auto;
	margin-right: auto;
}
.latest-news div:first-child,
.latest-news div:first-child img {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.latest-news div:last-child {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	height: 284px;
	max-height: 284px;
	overflow: hidden;
}
.latest-news h5 {
	height: 74px;
	max-height: 74px;
	overflow: hidden;
}
.latest-news p {
	height: 73.6px;
	max-height: 73.6px;
	overflow: hidden;
	line-height: 18.4px;
	font-weight: 300;
}
.tns-nav {
	display: flex;
	justify-content: center;
	gap: 10px;
}
.tns-nav button {
	background-color: #d9d9d9;
	height: 10px;
	width: 10px;
	border-radius: 50px;
	padding: 0;
}
.tns-nav button.tns-nav-active {
	background-color: #f04937;
}
#tns1-iw {
	margin-bottom: 20px;
}
.fb_iframe_widget iframe {
	border-radius: 15px;
}
.list-divider ul li:not(:last-child) span:after {
	content: "";
	width: 3px;
	height: 15px;
	position: absolute;
	background-color: #ffffff;
	top: 50%;
	transform: translateY(-50%);
	right: -15px;
	border-radius: 5px;
}
.broker-headshot-mobile img {
	border-radius: 50%;
	background-color: #f36d5f;
}
#latest-news-postgrid article .eael-grid-post-holder {
	border-radius: 20px;
	border-color: transparent;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
#latest-news-postgrid article .eael-grid-post-holder .eael-entry-media {
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}
.single-post #content {
	background-color: #ffffff;
}
@media (max-width: 1020px) {
	#menu-header-menu li:not(:last-child) {
		display: none;
	}
	.mobile-header-wrapper > div:first-child {
		flex: 2;
	}
	.mobile-header-wrapper > div:nth-child(2) {
		flex: 6;
	}
	.mobile-header-wrapper > div:last-child {
		flex: 1;
	}
}
@media (max-width: 768px) {
	.mobile-header-wrapper > div:nth-child(2) {
		flex: 4.5;
	}
}
@media (max-width: 767px) {
	.border-bottom-mobile ul li:last-child {
		border-bottom: 1px solid #e6e6e6;
	}
	.mq-bg-red-mobile {
		background-color: #f04937;
	}
}
@media (max-width: 500px) {
	#desktop-menu {
		display: none;
	}
	.latest-news-widget {
		width: 290px;
	}
}

@media (min-width: 768px) {
	.atf-bg-img:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		border-right: 0px solid transparent;
		border-left: 105px solid transparent;
		border-bottom: 408px solid #f04937;
		width: unset !important;
		left: unset !important;
	}
	.atf-bg-img-contact:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		border-right: 0px solid transparent;
		border-left: 105px solid #f04937;
		border-bottom: 508px solid transparent;
		width: unset !important;
		left: unset !important;
	}
}
