/* index v3 */
html, body {
	max-width: 100%;
	overflow-x: hidden;
	background: transparent;
	
}

	body.index-v3 {
		font-family: 'Jost', sans-serif;
	}

.index-v3 span.span-1 {
	color: inherit;
	background: transparent;
	text-transform: none;
	border-radius: 0;
	padding: 0;
}

.ry-section, .ry-section div {
	padding: 0;
	width: 100%;
}

.ry-container {
	max-width: 1280px;
	width: 90%;
	margin: auto;
	float: none;
}

	.ry-container::after {
		content: "";
		clear: both;
		display: table;
	}

.ry-el-bg {
	background-size: cover;
	background-repeat: no-repeat;
}

	.ry-el-bg img {
		opacity: 0;
	}

.ry-flex {
	display: flex;
	flex-wrap: wrap;
}

img.img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* header */
.ry-section-header {
	padding: 30px 0;
}

	.ry-section-header .ry-container {
		max-width: 1600px;
		width: 95%;
	}

	.ry-section-header .ry-flex {
		justify-content: space-between;
		align-items: center;
	}

	.ry-section-header .header-logo {
		max-width: 455px;
	}

	.ry-section-header .header-nav {
		width: 70%;
		max-width: 1000px;
	}

	.ry-section-header .header-buttons {
		display: flex;
		justify-content: flex-end;
		margin-bottom: 20px;
	}

		.ry-section-header .header-buttons a {
			height: 38px;
			line-height: 38px;
			background-color: #4e4e4e;
			color: #fff;
			display: inline-block;
			padding: 0 25px;
			border-radius: 50px;
			transition: all .5s;
			text-decoration: none;
			margin-left: 8px;
			font-size: 17px;
			font-weight: 500;
			letter-spacing: 2px
		}

			.ry-section-header .header-buttons a::before {
				content: '';
				font-family: "Font Awesome 5 Free";
				font-weight: 900;
				font-size: 16px;
				margin-right: 8px;
				display: inline-block;
			}

			.ry-section-header .header-buttons a:last-child {
				background-color: #c10028;
			}

			.ry-section-header .header-buttons a:hover {
				background-color: #c10028;
			}

			.ry-section-header .header-buttons a.join-mls::before {
				content: '\f234';
			}

			.ry-section-header .header-buttons a.call::before {
				content: '\f095';
				transform: scaleX(-1);
			}

			.ry-section-header .header-buttons a.mls-login::before {
				content: '\f2c1';
			}

	.ry-section-header .header-menu .ry-nav {
		list-style: none;
		display: flex;
		padding-left: 0;
		margin-left: 0;
		justify-content: space-between;
	}

		.ry-section-header .header-menu .ry-nav > li > a {
			font-size: 16px;
			text-transform: uppercase;
			color: #5c5c5c;
			font-weight: 500;
		}

/* mobile header */
.ry-section-header-mobile .ry-container {
	width: 100%;
	max-width: 100%;
}

.ry-section-header-mobile .mobile-menu-toggle {
	position: absolute;
	top: 0;
	left: 0;
}

	.ry-section-header-mobile .mobile-menu-toggle .menu-toggle {
		background-color: #302f2f;
		display: block;
		width: 70px;
		height: 70px;
		line-height: 70px;
		text-align: center;
		color: #fff;
		font-size: 30px;
		border-top: 3px #c10028 solid;
	}

.ry-section-header-mobile .ry-flex {
	align-items: center;
	justify-content: space-between;
	height: 70px;
}

.ry-section-header-mobile .header-logo {
	max-width: 300px;
	margin-left: 90px;
}

.ry-section-header-mobile .header-nav {
	width: auto;
}

.ry-section-header-mobile .header-menu {
	position: fixed;
	left: -100%;
	top: 70px;
	background-color: #302f2f;
	z-index: 999;
	width: 100%;
	height: 100%;
	padding-top: 20px;
	transition: all .5s;
}

	.ry-section-header-mobile .header-menu.open {
		left: 0;
	}

	.ry-section-header-mobile .header-menu .ry-nav {
		list-style: none;
		padding-left: 20px;
	}

		.ry-section-header-mobile .header-menu .ry-nav > li > a {
			color: #fff;
			font-size: 22px;
		}

	.ry-section-header-mobile .header-menu .dropdown-menu {
		position: relative;
		width: 100%
	}

		.ry-section-header-mobile .header-menu .dropdown-menu a {
			color: #c10028;
			font-size: 18px;
		}

.ry-section-header-mobile .header-buttons a {
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background-color: #4e4e4e;
	color: #fff;
	display: inline-block;
	border-radius: 50%;
	transition: all .5s;
	text-decoration: none;
	margin-right: 8px;
	font-weight: 500;
	letter-spacing: 2px
}

	.ry-section-header-mobile .header-buttons a::before {
		content: '';
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 14px;
		display: inline-block;
	}

	.ry-section-header-mobile .header-buttons a:last-child {
		background-color: #c10028;
	}

.ry-section-header-mobile` .header-buttons a:hover {
	background-color: #c10028;
}

.ry-section-header-mobile .header-buttons a.join-mls::before {
	content: '\f234';
}

.ry-section-header-mobile .header-buttons a.call::before {
	content: '\f095';
	transform: scaleX(-1);
}

.ry-section-header-mobile .header-buttons a.mls-login::before {
	content: '\f2c1';
}

@media(max-width:565px) {
	.ry-section-header-mobile .mobile-menu-toggle .menu-toggle {
		background-color: #302f2f;
		display: block;
		width: 50px;
		height: 70px;
	}

	.ry-section-header-mobile .header-logo {
		margin-left: 70px;
		max-width: 220px;
	}
}

@media(max-width:455px) {
	.ry-section-header-mobile .header-logo {
		margin-left: 70px;
		max-width: 180px;
	}

	.ry-section-header-mobile .header-buttons a {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}

		.ry-section-header-mobile .header-buttons a::before {
			font-size: 12px !important;
		}
}

@media(max-width:399px) {
	.ry-section-header-mobile .header-buttons {
		margin-left: 70px;
	}
}
/* banner */
.ry-section-banner .item {
	background-size: cover;
	background-repeat: no-repeat;
}

.ry-section-banner .slide-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 1280px;
	width: 90%;
	color: #fff;
}

	.ry-section-banner .slide-text h1,
	.ry-section-banner .slide-text h2 {
		font-size: 75px !important;
		text-transform: uppercase;
		font-weight: 400;
	}

		.ry-section-banner .slide-text h1 span.span-1,
		.ry-section-banner .slide-text h2 span.span-1 {
			display: block;
			text-transform: uppercase;
			font-size: 32px;
			color: #aaa8a5;
			letter-spacing: 5px;
		}

		.ry-section-banner .slide-text h1 span.span-2,
		.ry-section-banner .slide-text h2 span.span-2 {
			color: #c10028;
		}

.ry-section-banner .ry-indicator {
	position: absolute;
	left: 50%;
	top: 70%;
	transform: translate(-50%,-50%);
	max-width: 1280px;
	width: 90%;
}

@media(max-width:1500px) {
	.ry-section-banner .ry-indicator {
		top: 75%;
	}
}

@media(max-width:991px) {
	.ry-section-banner .item {
		height: 380px;
		background-position: right;
	}

		.ry-section-banner .item img {
			opacity: 0;
		}

	.ry-section-banner .slide-text {
		position: relative;
		bottom: auto;
	}

	.ry-section-banner .ry-indicator {
		top: auto;
		bottom: 20px;
	}
}

.ry-section-banner .ry-indicator span {
	width: 13px;
	height: 13px;
	background-color: #373535;
	display: inline-block;
	border-radius: 50%;
	margin-right: 5px;
	cursor: pointer;
}

	.ry-section-banner .ry-indicator span.active {
		background-color: #797878;
	}

.ry-section-banner .carousel-control {
	display: none;
}

/* stats */
.ry-section-stats {
	background: #ededed;
}

	.ry-section-stats .ry-flex {
		justify-content: space-between;
		align-items: center;
		height: 110px;
	}

	.ry-section-stats .ry-container::before {
		width: 80px;
		height: 110px;
		background-color: #302f2f;
		background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-6ef096f0-07cf-47c5-99c0-f4636ba633c4/v3_assets/statticker.png);
		background-repeat: no-repeat;
		background-position: center;
		content: '';
		border-top: 5px #f11831 solid;
		display: block;
		position: absolute;
	}

	.ry-section-stats .ry-btn {
		height: 48px;
		line-height: 48px;
		display: inline-block;
		background-color: #c10028;
		color: #fff;
		padding: 0 28px;
		border-radius: 50px;
		font-size: 18px;
		transition: all .5s;
	}

		.ry-section-stats .ry-btn:hover {
			text-decoration: none;
			background-color: #4e4e4e;
		}

	.ry-section-stats .news {
		padding-left: 119px;
		width: 72%;
		max-width: 980px;
	}

		.ry-section-stats .news strong {
			text-transform: uppercase;
			font-size: 15px;
			margin-bottom: -5px;
			display: block;
		}

	.ry-section-stats .ticker > div {
		display: none;
		font-size: 18px;
	}

	.ry-section-stats .ry-btn::before {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: '\f3cd';
		margin-right: 10px;
	}

@media(max-width:1285px) {
	.ry-section-stats .news {
		width: 65%;
	}
}

@media(max-width:1138px) {
	.ry-section-stats .news {
		width: 60%;
	}
}

@media(max-width:991px) {
	.ry-section-stats .ry-container {
		padding-bottom: 30px;
	}

		.ry-section-stats .ry-container::before {
			position: relative;
			margin: auto;
		}

	.ry-section-stats .ry-flex {
		justify-content: center;
		height: auto;
	}

	.ry-section-stats .news {
		width: 100%;
		text-align: center;
		padding-left: 0;
		margin: 20px 0;
	}
}


/* cta */
.ry-section-cta {
	padding: 60px 0 100px;
}

	.ry-section-cta .ry-flex {
		justify-content: space-between;
	}

	.ry-section-cta .cta-item {
		width: 24%;
	}

	.ry-section-cta .cta-text {
		background-color: #4e4e4e;
	}

		.ry-section-cta .cta-text a {
			color: #fff;
			display: block;
			text-align: center;
			font-size: 18px;
			letter-spacing: 2px;
			padding: 10px 0;
			text-transform: uppercase;
			transition: all .5s;
		}

			.ry-section-cta .cta-text a:hover {
				text-decoration: none;
			}

	.ry-section-cta .ry-el-bg {
		background-size: 100%;
		background-position: center;
		transition: all .5s;
	}

	.ry-section-cta .cta-item:hover a {
		background-color: #c10028;
	}

	.ry-section-cta .cta-item:hover .ry-el-bg {
		background-size: 105%;
	}

@media(max-width:1200px) {
	.ry-section-cta .cta-text a {
		font-size: 14px;
	}
}

@media(max-width:930px) {
	.ry-section-cta .ry-container {
		max-width: 600px;
	}

	.ry-section-cta .cta-item {
		width: 49%;
		max-width: 295px;
		margin-bottom: 10px;
	}

	.ry-section-cta {
		padding: 60px 0 50px;
	}
}

@media(max-width:500px) {
	.ry-section-cta .cta-text a {
		font-size: 10px;
	}
}
/* listing stats 
.ry-section-listing-stats {
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-6ef096f0-07cf-47c5-99c0-f4636ba633c4/v3_assets/bg_listingstats.jpg);
    background-size: cover;
    padding: 140px 0;
}*/

.ry-section-listing-stats {
	background-image: none;
	background-size: cover;
	padding: 0;
}


	.ry-section-listing-stats .ry-container {
		max-width: 985px;
		width: 95%;
	}

	.ry-section-listing-stats h2 {
		color: #fff;
		margin-bottom: 50px;
		font-size: 50px !important;
		font-weight: 300;
	}

		.ry-section-listing-stats h2 strong {
			font-weight: 500;
		}

	.ry-section-listing-stats .stat {
		background-color: #fff;
		margin-bottom: 14px;
		display: flex;
		justify-content: space-between;
		overflow: hidden;
	}

		.ry-section-listing-stats .stat > div {
			height: 85px;
			display: flex;
			align-items: center;
			font-size: 27px;
			width: auto;
			/* justify-content: flex-end; */
		}

			.ry-section-listing-stats .stat > div.stat-label {
				background-color: #c10028;
				color: #fff;
				width: 234px;
				padding-left: 35px;
			}

				.ry-section-listing-stats .stat > div.stat-label::after {
					left: 100%;
					border: solid transparent;
					content: " ";
					height: 0;
					width: 0;
					position: absolute;
					pointer-events: none;
					border-left-color: #c10028;
					border-width: 45px;
				}

				.ry-section-listing-stats .stat > div.stat-label span.span-1 {
					display: block;
					font-size: 18px;
					text-transform: uppercase;
					opacity: 0.60;
				}

			.ry-section-listing-stats .stat > div.stat-percent {
				padding-right: 35px;
				width: 160px;
				justify-content: flex-end;
			}

			.ry-section-listing-stats .stat > div .up {
				color: #439025;
			}

			.ry-section-listing-stats .stat > div.stat-percent .up::after {
				font-family: "Font Awesome 5 Free";
				font-weight: 900;
				content: '\f0d8';
				margin-left: 10px;
			}

			.ry-section-listing-stats .stat > div.stat-percent .down {
				color: #c10028;
			}

				.ry-section-listing-stats .stat > div.stat-percent .down::after {
					font-family: "Font Awesome 5 Free";
					font-weight: 900;
					content: '\f0d7';
					margin-left: 10px;
				}

			.ry-section-listing-stats .stat > div.stat-from,
			.ry-section-listing-stats .stat > div.stat-to {
				width: 245px;
				letter-spacing: -1px;
				text-align: center;
			}

			.ry-section-listing-stats .stat > div.stat-from {
				margin-left: 35px
			}

				.ry-section-listing-stats .stat > div.stat-from::after,
				.ry-section-listing-stats .stat > div.stat-to::after {
					width: 1px;
					height: 50px;
					background-color: #b2b2b2;
					content: '';
					position: absolute;
					right: 0;
				}

@media(max-width:795px) {
	.ry-section-listing-stats .stat > div.stat-label {
		padding-left: 20px;
	}

	.ry-section-listing-stats .stat > div {
		font-size: 22px;
	}

		.ry-section-listing-stats .stat > div.stat-from,
		.ry-section-listing-stats .stat > div.stat-to {
			width: 130px;
		}
}

@media(max-width:710px) {
	.ry-section-listing-stats {
		padding: 50px 0;
	}

		.ry-section-listing-stats h2 {
			font-size: 32px !important;
		}

		.ry-section-listing-stats .stat > div.stat-label::after,
		.ry-section-listing-stats .stat > div.stat-from::after,
		.ry-section-listing-stats .stat > div.stat-to::after {
			display: none;
		}

		.ry-section-listing-stats .stat {
			flex-wrap: wrap;
		}

			.ry-section-listing-stats .stat > div div,
			.ry-section-listing-stats .stat > div,
			.ry-section-listing-stats .stat > div.stat-label,
			.ry-section-listing-stats .stat > div.stat-from,
			.ry-section-listing-stats .stat > div.stat-to,
			.ry-section-listing-stats .stat > div.stat-percent {
				width: 100%;
				text-align: center;
				padding-left: 0;
				padding-right: 0;
				margin-left: 0;
			}

				.ry-section-listing-stats .stat > div.stat-from,
				.ry-section-listing-stats .stat > div.stat-to {
					border-bottom: 1px #ccc solid;
				}
}

/* mls news */
.ry-section-mls-news {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-6ef096f0-07cf-47c5-99c0-f4636ba633c4/v3_assets/bg_newsandlistings.jpg);
	background-size: cover;
	padding: 140px 0;
}

	.ry-section-mls-news h2 {
		font-size: 60px !important;
		font-weight: 300;
		text-transform: uppercase;
		color: #4e4e4e;
		letter-spacing: 5px;
		margin-bottom: 45px;
	}

	.ry-section-mls-news .ry-container {
		max-width: 1300px;
	}

	.ry-section-mls-news #ry-list .owl-stage {
		display: flex;
	}

	.ry-section-mls-news #ry-list .owl-item {
		display: flex;
		padding: 20px;
	}

		.ry-section-mls-news #ry-list .owl-item .ry-card {
			background: #fff;
		}

		.ry-section-mls-news #ry-list .owl-item .ry-data {
			padding: 0 40px;
			display: flex;
			flex-direction: column;
			justify-content: space-between;
			min-height: 340px;
		}

		.ry-section-mls-news #ry-list .owl-item .ry-title {
			font-size: 25px;
			color: #4e4e4e;
			height: 60px;
		}

		.ry-section-mls-news #ry-list .owl-item .ry-details {
			font-size: 17px;
			min-height: 130px;
		}

		.ry-section-mls-news #ry-list .owl-item .ry-link {
			border-top: 1px #ccc solid;
			padding: 20px 0;
			height: 30%;
		}

			.ry-section-mls-news #ry-list .owl-item .ry-link a {
				color: #c10028;
				text-transform: uppercase;
				letter-spacing: 1px;
			}

				.ry-section-mls-news #ry-list .owl-item .ry-link a::after {
					font-family: "Font Awesome 5 Free";
					font-weight: 900;
					content: '\f0da';
					margin-left: 10px;
				}

		.ry-section-mls-news #ry-list .owl-item .ry-image.ry-el-bg {
			height: 320px;
			background-position: center;
			background-color: #333;
		}

	.ry-section-mls-news #ry-list.owl-theme .owl-nav [class*='owl-'] {
		width: 27px;
		height: 59px;
		background-color: transparent;
		text-indent: -9999em;
		background-size: cover;
		background-repeat: no-repeat;
		position: absolute;
		top: 20%;
	}

	.ry-section-mls-news #ry-list.owl-theme .owl-nav .owl-prev {
		background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-6ef096f0-07cf-47c5-99c0-f4636ba633c4/v3_assets/arrow_left.png);
		left: -130px;
	}

	.ry-section-mls-news #ry-list.owl-theme .owl-nav .owl-next {
		background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-6ef096f0-07cf-47c5-99c0-f4636ba633c4/v3_assets/arrow_right.png);
		right: -130px;
	}

@media(max-width:1280px) {
	.ry-section-mls-news #ry-list .owl-item .ry-data {
		display: block;
		padding-top: 40px;
	}

	.ry-section-mls-news #ry-list .owl-item .ry-title,
	.ry-section-mls-news #ry-list .owl-item .ry-details,
	.ry-section-mls-news #ry-list .owl-item .ry-links {
		height: auto;
		margin-bottom: 20px;
	}
}

@media(max-width:710px) {
	.ry-section-mls-news h2 {
		font-size: 32px !important;
	}
}



/* quick links */
.ry-section-quick-links {
	padding: 140px 0 0;
}

	.ry-section-quick-links .link {
		background-size: cover;
		background-position: right;
		margin-bottom: 25px;
		min-height: 452px;
	}

		.ry-section-quick-links .link .link-text {
			max-width: 350px;
			margin-left: 60px;
			margin-top: 70px;
		}

			.ry-section-quick-links .link .link-text h3 {
				font-size: 39px !important;
				margin-bottom: 30px;
				color: #4e4e4e;
			}

			.ry-section-quick-links .link .link-text p {
				max-width: 250px;
				font-size: 22px;
				margin-bottom: 30px;
			}

		.ry-section-quick-links .link:last-child .link-text {
			max-width: 400px;
			margin-top: 100px;
		}

			.ry-section-quick-links .link:last-child .link-text p {
				max-width: 450px;
			}

		.ry-section-quick-links .link .link-text .ry-btn {
			font-size: 15px;
			color: #fff;
			background-color: #c10028;
			display: inline-block;
			height: 45px;
			line-height: 45px;
			padding: 0 40px;
			border-radius: 50px;
			transition: all .5s;
		}

			.ry-section-quick-links .link .link-text .ry-btn:hover {
				background-color: #4e4e4e;
				text-decoration: none;
			}

			.ry-section-quick-links .link .link-text .ry-btn::after {
				font-family: "Font Awesome 5 Free";
				font-weight: 900;
				content: '\f0da';
				margin-left: 10px;
			}

		.ry-section-quick-links .link img {
			display: none;
		}

		.ry-section-quick-links .link:not(:last-child) {
			width: 49%;
		}

	.ry-section-quick-links .ry-flex {
		justify-content: space-between;
	}

@media(max-width:1280px) {
	.ry-section-quick-links .link::before {
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: rgb(255 255 255 / 0.7);
		content: '';
		z-index: 1;
	}

	.ry-section-quick-links .link .link-text {
		z-index: 2;
		position: relative;
	}
}

@media(max-width:991px) {
	.ry-section-quick-links {
		padding: 50px 0;
	}

		.ry-section-quick-links .link:not(:last-child) {
			width: 100%;
		}
}

/* about */
.ry-section-about {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-6ef096f0-07cf-47c5-99c0-f4636ba633c4/v3_assets/bg_about.png);
	background-size: cover;
	background-position: bottom;
	padding: 70px 0 520px;
}

	.ry-section-about h2 {
		font-size: 60px !important;
		font-weight: 300;
		text-transform: uppercase;
		color: #4e4e4e;
		letter-spacing: 5px;
		margin-bottom: 45px;
	}

	.ry-section-about p {
		font-size: 24px;
		max-width: 780px;
		margin-bottom: 80px;
	}

	.ry-section-about .ry-btn {
		font-size: 15px;
		color: #fff;
		background-color: #c10028;
		display: inline-block;
		height: 45px;
		line-height: 45px;
		padding: 0 40px;
		border-radius: 50px;
		transition: all .5s;
	}

		.ry-section-about .ry-btn:hover {
			background-color: #4e4e4e;
			text-decoration: none;
		}

		.ry-section-about .ry-btn::after {
			font-family: "Font Awesome 5 Free";
			font-weight: 900;
			content: '\f0da';
			margin-left: 10px;
		}

@media(max-width:1440px) {
	.ry-section-about {
		padding: 70px 0 320px;
	}
}

@media(max-width:991px) {
	.ry-section-about {
		padding: 70px 0 250px;
	}
}

@media(max-width:710px) {
	.ry-section-about h2 {
		font-size: 32px !important;
	}
}

/* footer */
.ry-section-footer .ry-flex {
	justify-content: space-between;
	align-items: center;
}

.ry-section-footer .ry-section-footer-top {
	background-color: #f3f3f3;
	padding: 120px 0;
}

.ry-section-footer .footer-title {
	margin-bottom: 15px;
}

.ry-section-footer .footer-contact {
	min-width: 420px;
}

.ry-section-footer .contact-info {
	padding-left: 58px;
	position: relative;
	height: 40px;
	line-height: 120%;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	font-size: 21px;
}

	.ry-section-footer .contact-info.address {
		font-size: 17px;
	}

	.ry-section-footer .contact-info::before {
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		background-color: #4e4e4e;
		content: '';
		display: block;
		border-radius: 50%;
		position: absolute;
		top: 0;
		left: 0;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: '';
		margin-right: 10px;
		color: #fff;
		font-size: 16px;
	}

	.ry-section-footer .contact-info.address::before {
		content: '\f3c5';
	}

	.ry-section-footer .contact-info.hours::before {
		content: '\f017';
	}

	.ry-section-footer .contact-info.phone::before {
		content: '\f095';
	}

.ry-section-footer .footer-support {
	max-width: 480px;
}

	.ry-section-footer .footer-support .footer-title {
		margin-bottom: 25px;
		padding-left: 55px;
	}

		.ry-section-footer .footer-support .footer-title::before {
			background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-6ef096f0-07cf-47c5-99c0-f4636ba633c4/v3_assets/livesupport.png);
			width: 37px;
			height: 44px;
			content: '';
			display: block;
			position: absolute;
			left: 0;
			top: 5px;
		}

	.ry-section-footer .footer-support .support-hours {
		display: flex;
		justify-content: space-between;
		margin-bottom: 30px;
	}

		.ry-section-footer .footer-support .support-hours .support:not(:last-child) {
			border-right: 1px #ccc solid;
			padding-right: 20px;
		}

	.ry-section-footer .footer-support .support-buttons .ry-btn {
		font-size: 18px;
		color: #fff;
		background-color: #4e4e4e;
		display: inline-block;
		height: 45px;
		line-height: 45px;
		padding: 0 40px;
		border-radius: 50px;
		color: #fff !important;
		transition: all .5s;
	}

		.ry-section-footer .footer-support .support-buttons .ry-btn:last-child {
			background-color: #c10028;
			margin-left: 10px;
		}

		.ry-section-footer .footer-support .support-buttons .ry-btn:hover {
			text-decoration: none;
			background-color: #c10028;
		}

		.ry-section-footer .footer-support .support-buttons .ry-btn::before {
			font-family: "Font Awesome 5 Free";
			font-weight: 900;
			content: '\f013';
			margin-right: 10px;
		}

		.ry-section-footer .footer-support .support-buttons .ry-btn:last-child::before {
			content: '\f023 ';
		}

.ry-section-footer ul.social-icons {
	width: auto;
	margin: 0;
}

	.ry-section-footer ul.social-icons li {
		border: 0;
	}

		.ry-section-footer ul.social-icons li a {
			font-size: 16px;
		}

		.ry-section-footer ul.social-icons li:hover {
			background-color: #c10028;
		}

			.ry-section-footer ul.social-icons li:hover a {
				color: #fff !important;
			}

.ry-section-footer .ry-section-footer-bottom {
	padding: 30px 0;
}

.ry-section-footer .footer-title {
	font-size: 20px;
	text-transform: uppercase;
	color: #4e4e4e;
	font-weight: 500;
}

.ry-section-footer .policy-links a {
	display: block;
	font-size: 16px;
}

.ry-section-footer a {
	color: #4e4e4e !important;
}

@media(max-width:1280px) {
	.ry-section-footer .footer-support {
		max-width: none;
	}

	.ry-section-footer .footer-contact {
		min-width: auto;
	}

	.ry-section-footer .footer-policy {
		padding-left: 50px;
	}
}

@media(max-width:1220px) {
	.ry-section-footer .contact-info.address {
		font-size: 16px;
	}
}

@media(max-width: 991px) {
	.ry-section-footer .ry-section-footer-top {
		padding: 50px 0;
	}

	.ry-section-footer .ry-flex {
		flex-direction: column;
		align-items: center;
	}

	.ry-section-footer .footer-support,
	.ry-section-footer .footer-contact,
	.ry-section-footer .footer-policy {
		max-width: none;
		margin-bottom: 30px;
		padding-left: 0;
		text-align: center;
	}

	.ry-section-footer .contact-info {
		display: block;
		padding-left: 0;
		height: auto;
	}

		.ry-section-footer .contact-info::before {
			position: relative;
			display: block;
			top: auto;
			left: auto;
			margin: 0 auto 10px;
		}

	.ry-section-footer .footer-support .footer-title {
		padding-left: 0;
	}

		.ry-section-footer .footer-support .footer-title::before {
			position: relative;
			left: auto;
			top: auto;
			margin: 0 auto 10px;
		}

	.ry-section-footer .footer-support {
		margin-bottom: 0;
	}

		.ry-section-footer .footer-support .support-hours {
			flex-direction: column;
		}

			.ry-section-footer .footer-support .support-hours .support:not(:last-child) {
				padding-right: 0;
				border-right: 0;
				margin-bottom: 20px;
			}

	#homefooter .social-icons li .fa {
		margin-left: 0 !important;
		position: relative !important;
		top: auto !important;
		left: auto !important;
		transform: translate(0, 0) !important;
		padding: 0;
	}

	.copyright {
		text-align: center;
	}
}

@media(max-width:600px) {
	.ry-section-footer .footer-support .support-buttons .ry-btn:last-child {
		margin-left: 0;
		margin-top: 10px;
	}
}

.gad-wrap-leaderboard {
	margin-top: 45px !important;
	max-width: 728px;
	width: 90%;
	background-color: #eee;
	margin: 0 auto 0;
}

/* modal styles */
.modal .modal-dialog {
	max-width: 600px;
}

.modal .modal-content {
	padding: 20px;
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
}

.modal-backdrop {
	display: flex;
	align-items: center;
	justify-content: center;
}
