body, .ry-btn {
	font-family: 'Montserrat', sans-serif; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block; }

body {
	line-height: 1; }

ol, ul {
	list-style: none; }
ol:before, ol:after, ul:before, ul:after {
	display: none !important; }

blockquote, q {
	quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }

table {
	border-collapse: collapse;
	border-spacing: 0; }

body {
	font-size: calc(14px + 2 * ((100vw - 320px) / 1280)); }
@media screen and (max-width: 320px) {
	body {
		font-size: 14px; } }
@media screen and (min-width: 1600px) {
	body {
		font-size: 16px; } }

.ry-container {
	max-width: 83.33333%;
	margin: 0 auto;
	float: none; }
@media (min-width: 992px) {
	.ry-container {
		max-width: 1600px; } }
@media screen and (min-width: 992px) and (max-width: 1700px) {
	.ry-container {
		max-width: 90%; } }
@media (max-width: 991px) {
	.ry-container {
		max-width: 90%; } }

.ry-heading h1 {
	font-size: calc(32px + 16 * ((100vw - 320px) / 1280)); }
@media screen and (max-width: 320px) {
	.ry-heading h1 {
		font-size: 32px; } }
@media screen and (min-width: 1600px) {
	.ry-heading h1 {
		font-size: 48px; } }

.ry-heading h2 {
	font-size: calc(26px + 10 * ((100vw - 320px) / 1280)); }
@media screen and (max-width: 320px) {
	.ry-heading h2 {
		font-size: 26px; } }
@media screen and (min-width: 1600px) {
	.ry-heading h2 {
		font-size: 36px; } }

.ry-heading h3 {
	font-size: calc(22px + 6 * ((100vw - 320px) / 1280)); }
@media screen and (max-width: 320px) {
	.ry-heading h3 {
		font-size: 22px; } }
@media screen and (min-width: 1600px) {
	.ry-heading h3 {
		font-size: 28px; } }

.ry-heading h4 {
	font-size: calc(18px + 0 * ((100vw - 320px) / 1280)); }
@media screen and (max-width: 320px) {
	.ry-heading h4 {
		font-size: 18px; } }
@media screen and (min-width: 1600px) {
	.ry-heading h4 {
		font-size: 18px; } }

.ry-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between; }

.ry-social {
	width: auto; }
.ry-social .social-inner-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end; }
.ry-social .social-inner-wrap li {
	width: 27px;
	height: 27px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 10px;
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease; }
.ry-social .social-inner-wrap li:last-child {
	margin-right: 0; }
.ry-social .social-inner-wrap li:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2); }
.ry-social .social-inner-wrap li:hover a {
	background: #a9a9a9 !important;
	border: #a9a9a9; }
.ry-social .social-inner-wrap li a {
	color: #ffffff;
	font-size: 16px;
	background: rgba(169, 169, 169, 0.4);
	border-radius: 50%;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease; }
.ry-social .social-inner-wrap li a:before {
	font-family: fontawesome !important; }

.ry-btn {
	text-align: center;
	position: relative;
	border-radius: 0;
	padding: 10px 20px;
	display: inline-block;
	color: #ffffff; }
.ry-btn:focus, .ry-btn:hover {
	outline: 0; }
.ry-btn.ry-btn-primary {
	background: #a9a9a9; }

/* ---- MOBILE ---- */
.mobile-container .flex-wrap .flex-item.left-nav, .mobile-container .flex-wrap .flex-item.right-nav, .mobile-container .flex-wrap .flex-item.right-nav .mobile-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between; }

#mobileheader {
	padding: 0 !important; }

.mobile-container {
	width: 100%;
	padding: 15px 0;
	position: fixed;
	z-index: 999;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease; }
.mobile-container.fixed {
	padding: 10px 0 0; }
.mobile-container.fixed .mobile_logo img {
	max-width: 200px; }
@media (max-width: 991px) {
	.mobile-container {
		display: block; } }
.mobile-container .mobile_logo {
	padding-bottom: 0; }
.mobile-container .mobile_logo img {
	max-width: 309px;
	margin: 0 auto; }
@media (max-width: 375px) {
	.mobile-container .mobile_logo img {
		max-width: 120px; } }
.mobile-container .flex-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: transparent; }
.mobile-container .flex-wrap .flex-item.left-nav {
	width: 50%;
	padding-left: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 309px; }
@media (max-width: 500px) {
	.mobile-container .flex-wrap .flex-item.left-nav {
		width: 60%; } }
@media (max-width: 375px) {
	.mobile-container .flex-wrap .flex-item.left-nav {
		padding-left: 20px; } }
.mobile-container .flex-wrap .flex-item.left-nav .mobile-nav .hamburger {
	padding: 0; }
.mobile-container .flex-wrap .flex-item.left-nav .mobile-nav .hamburger.is-active .hamburger-inner:before {
	top: 0; }
.mobile-container .flex-wrap .flex-item.left-nav .mobile-nav .hamburger:focus {
	outline: 0; }
.mobile-container .flex-wrap .flex-item.left-nav .mobile-nav .flex-btn {
	border-radius: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 0;
	width: 50px;
	height: 50px;
	border-radius: 0%;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	margin: 0 20px 0 0; }
@media (max-width: 500px) {
	.mobile-container .flex-wrap .flex-item.left-nav .mobile-nav .flex-btn {
		width: 35px;
		height: 35px; } }
.mobile-container .flex-wrap .flex-item.left-nav .mobile-nav .flex-btn:focus {
	outline: 0; }
@media (max-width: 500px) {
	.mobile-container .flex-wrap .flex-item.left-nav .mobile-nav .flex-btn .hamburger-box {
		width: 20px;
		height: 15px; } }
.mobile-container .flex-wrap .flex-item.left-nav .mobile-nav .flex-btn .hamburger-inner {
	height: 4px;
	border-radius: 0; }
@media (max-width: 500px) {
	.mobile-container .flex-wrap .flex-item.left-nav .mobile-nav .flex-btn .hamburger-inner {
		height: 2px;
		width: 20px; } }
.mobile-container .flex-wrap .flex-item.left-nav .mobile-nav .flex-btn .hamburger-inner:after {
	height: 4px;
	border-radius: 0; }
@media (max-width: 500px) {
	.mobile-container .flex-wrap .flex-item.left-nav .mobile-nav .flex-btn .hamburger-inner:after {
		height: 2px;
		top: -6px;
		width: 20px; } }
.mobile-container .flex-wrap .flex-item.left-nav .mobile-nav .flex-btn .hamburger-inner:before {
	height: 4px;
	border-radius: 0; }
@media (max-width: 500px) {
	.mobile-container .flex-wrap .flex-item.left-nav .mobile-nav .flex-btn .hamburger-inner:before {
		height: 2px;
		top: -12px;
		width: 20px; } }
.mobile-container .flex-wrap .flex-item.right-nav {
	padding-right: 30px;
	width: 40%;
	max-width: 185px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; }
@media (max-width: 500px) {
	.mobile-container .flex-wrap .flex-item.right-nav {
		width: 35%; } }
@media (max-width: 425px) {
	.mobile-container .flex-wrap .flex-item.right-nav {
		width: 42%; } }
.mobile-container .flex-wrap .flex-item.right-nav .mobile-button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 105px; }
@media (max-width: 500px) {
	.mobile-container .flex-wrap .flex-item.right-nav .mobile-button {
		max-width: 70px; } }
.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #ffffff;
	font-size: 20px;
	text-align: center; }
@media (max-width: 500px) {
	.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a {
		width: 30px;
		height: 30px;
		font-size: 14px; } }
.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a .phone:before {
	content: "";
	background: url("https://s3.amazonaws.com/static.organiclead.com/Site-e8cded92-df14-4bd9-96aa-da854ee86d7d/phone_ico.png");
	width: 15px;
	height: 29px;
	display: block; }
.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a .phone i {
	display: none; }
.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a:hover {
	text-decoration: none; }
.mobile-container .mobile_menu {
	display: none; }

#menu_container {
	padding-top: 0; }
#menu_container .mm-navbar {
	position: static;
	height: auto;
	border: 0; }
#menu_container .mm-navbar img {
	max-width: 150px; }
#menu_container .mm-listview .mob-menu a:hover {
	color: #ffffff !important; }

.mm-panel .mob-menu a:hover {
	color: #ffffff !important; }

/* ----- INNER PAGE ----- */
body.default {
	color: #403f40; }
body.default #ry-section-header {
	position: relative; }
body.default #ry-section-header .header-wrap {
	border-bottom: 0; }

/*banner*/
#ry-pg-banner .ry-bnr-wrp {
	height: 400px;
	display: none;
	background-position: 50% !important;
	background-size: cover !important; }
@media screen and (min-width: 992px) and (max-width: 1440px) {
	#ry-pg-banner .ry-bnr-wrp {
		background-position: 70% !important; } }
@media (max-width: 991px) {
	#ry-pg-banner .ry-bnr-wrp {
		height: 330px;
		margin-top: 0px; }
	#ry-pg-banner .ry-bnr-wrp:after {
		content: "";
		background: rgba(255, 255, 255, 0.5);
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%; } }
@media (max-width: 768px) {
	#ry-pg-banner .ry-bnr-wrp {
		background-position: 70% !important; } }
@media (max-width: 500px) {
	#ry-pg-banner .ry-bnr-wrp {
		background-position: 80% !important; } }
#ry-pg-banner .ry-bnr-wrp .ry-pg-title {
	position: absolute;
	top: 60%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9; }
#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
	text-transform: capitalize;
	font-size: calc(30px + 15 * ((100vw - 500px) / 940)); }
@media screen and (max-width: 500px) {
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
		font-size: 30px; } }
@media screen and (min-width: 1440px) {
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
		font-size: 45px; } }
@media (max-width: 991px) {
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
		text-align: center; } }
#ry-pg-banner .ry-bnr-wrp img {
	display: none; }

@media (max-width: 991px) {
	#ry-sidebar {
		margin-top: 20px; } }

#ry-sidebar .ry-sb-main {
	margin-bottom: 20px; }

#ry-sidebar .ry-sb-articles {
	margin-bottom: 30px; }

#ry-sidebar #searchfield {
	margin-bottom: 15px; }
@media (max-width: 991px) {
	#ry-sidebar #searchfield {
		margin-top: 20px; } }
#ry-sidebar #searchfield input {
	border-radius: 0px !important;
	border: 1px solid #c6cfd6;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline: 0px !important;
	min-height: 50px;
	max-width: 100%;
	width: 100%;
	border-right: 0px;
	padding-left: 30px;
	font: 400 15px/24px georgia, serif !important; }
#ry-sidebar #searchfield input::-webkit-input-placeholder {
	font: 400 15px/24px georgia, serif !important;
	color: rgba(112, 120, 128, 0.5) !important;
	font-style: italic !important; }
#ry-sidebar #searchfield input::-moz-placeholder {
	font: 400 15px/24px georgia, serif !important;
	color: rgba(112, 120, 128, 0.5) !important;
	font-style: italic !important; }
#ry-sidebar #searchfield input:-ms-input-placeholder {
	font: 400 15px/24px georgia, serif !important;
	color: rgba(112, 120, 128, 0.5) !important;
	font-style: italic !important; }
#ry-sidebar #searchfield input:-moz-placeholder {
	font: 400 15px/24px georgia, serif !important;
	color: rgba(112, 120, 128, 0.5) !important;
	font-style: italic !important; }
#ry-sidebar #searchfield input::-ms-input-placeholder {
	font: 400 15px/24px georgia, serif !important;
	color: rgba(112, 120, 128, 0.5) !important;
	font-style: italic !important; }
#ry-sidebar #searchfield button {
	width: auto;
	max-height: 50px;
	border: 1px solid #c6cfd6;
	border-left: 0px !important;
	border-radius: 0px !important;
	outline: 0px !important;
	display: inline-block;
	font-size: 18px;
	color: rgba(112, 120, 128, 0.5);
	padding-right: 30px; }

#ry-sidebar .ry-sb-title {
	padding: 20px 30px;
	font-size: calc(18px + 12 * ((100vw - 500px) / 940)); }
@media screen and (max-width: 500px) {
	#ry-sidebar .ry-sb-title {
		font-size: 18px; } }
@media screen and (min-width: 1440px) {
	#ry-sidebar .ry-sb-title {
		font-size: 30px; } }

#ry-sidebar .ry-link-wrp {
	margin: 0;
	list-style: none;
	padding-left: 0;
	background: #fff;
	padding: 0 30px;
	-webkit-box-shadow: 1px 1px 120px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 120px rgba(0, 0, 0, 0.1); }
#ry-sidebar .ry-link-wrp .ry-link-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 0;
	padding: 20px 15px;
	border-bottom: 1px solid rgba(219, 225, 230, 0.3); }
#ry-sidebar .ry-link-wrp .ry-link-item.ry-drop-nav {
	display: block; }
#ry-sidebar .ry-link-wrp .ry-link-item.ry-drop-nav:after {
	display: none; }
#ry-sidebar .ry-link-wrp .ry-link-item.ry-drop-nav ul {
	display: none;
	margin-top: 20px; }
#ry-sidebar .ry-link-wrp .ry-link-item.ry-drop-nav ul li {
	margin-bottom: 10px; }
#ry-sidebar .ry-link-wrp .ry-link-item:last-child {
	border-bottom: 0; }
#ry-sidebar .ry-link-wrp .ry-link-item:after {
	content: "\f105";
	font-family: fontawesome !important;
	color: rgba(64, 63, 64, 0.5);
	font-size: 18px; }
#ry-sidebar .ry-link-wrp .ry-link-item a {
	font-size: calc(18px + 2 * ((100vw - 500px) / 940));
	font-family: "Montserrat", serif;}
@media screen and (max-width: 500px) {
	#ry-sidebar .ry-link-wrp .ry-link-item a {
		font-size: 18px; } }
@media screen and (min-width: 1440px) {
	#ry-sidebar .ry-link-wrp .ry-link-item a {
		font-size: 20px; } }

#ry-sidebar .ry-sb-cta .ry-cta-wrp {
	background-size: cover !important;
	min-height: 240px;
	padding: 9.5% 12%; }
@media (max-width: 991px) {
	#ry-sidebar .ry-sb-cta .ry-cta-wrp {
		text-align: center; } }
#ry-sidebar .ry-sb-cta .ry-cta-wrp:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%; }
#ry-sidebar .ry-sb-cta .ry-cta-wrp:nth-child(1) {
	margin: 0 0 20px; }
@media (max-width: 991px) {
	#ry-sidebar .ry-sb-cta .ry-cta-wrp {
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background-size: cover !important;
		min-height: 240px;
		max-width: 450px;
		float: none;
		margin: 20px auto !important; } }
#ry-sidebar .ry-sb-cta .ry-cta-wrp h4 {
	font: 400 20px/28px alice, sans-serif;
	margin-bottom: 20px;
	margin-top: 0;
	color: #fff !important; }

@media (max-width: 991px) {
	#ry-sidebar .contact-table {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; } }

#ry-sidebar .contact-table td:first-child {
	font: 400 16px/40px montserrat, sans-serif; }

#ry-sidebar .contact-table td:last-child {
	font: 300 16px/28px montserrat, sans-serif; }

#ry-sidebar .contact-table #adr td:first-child {
	position: relative;
	top: 0;
	vertical-align: top;
	min-width: 85px; }

#ry-sidebar .contact-table a.directions.primary-btn {
	display: block;
	padding: 0 !important;
	text-align: center;
	border-radius: 10px;
	text-transform: uppercase;
	font-size: 12px !important;
	height: auto;
	padding: 5px 20px;
	font: 300 14px/35px montserrat, sans-serif;
	position: relative;
	top: 3px; }

#ry-sidebar .social-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }
@media (max-width: 991px) {
	#ry-sidebar .social-wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; } }
#ry-sidebar .social-wrap .lbl {
	min-width: 85px;
	font: 400 16px/40px montserrat, sans-serif; }

#ry-sidebar .social-inner-wrap li {
	width: 40px;
	height: 40px; }
#ry-sidebar .social-inner-wrap li a {
	height: 100%;
	width: 100%; }

#ry-pg-body {
	background: #f5fafe;
	padding: 100px 0; }
@media (max-width: 991px) {
	#ry-pg-body {
		padding: 50px 0; } }
@media (max-width: 991px) {
	#ry-pg-body .ry-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column; } }
#ry-pg-body .ry-left {
	width: 63%; }
@media (max-width: 991px) {
	#ry-pg-body .ry-left {
		width: 100%; } }
#ry-pg-body .ry-right {
	width: 30%; }
@media (max-width: 991px) {
	#ry-pg-body .ry-right {
		width: 100%; } }
@media (max-width: 991px) {
	#ry-pg-body .ry-text {
		text-align: center; } }
#ry-pg-body .ry-text h3 {
	line-height: 1;
	font-size: calc(30px + 15 * ((100vw - 500px) / 940));
	margin-bottom: 30px;
	margin-top: 0; }
@media screen and (max-width: 500px) {
	#ry-pg-body .ry-text h3 {
		font-size: 30px; } }
@media screen and (min-width: 1440px) {
	#ry-pg-body .ry-text h3 {
		font-size: 45px; } }
#ry-pg-body .ry-text h4 {
	line-height: 1;
	font-size: calc(20px + 10 * ((100vw - 500px) / 940));
	margin-bottom: 10px;
	margin-top: 0; }
@media screen and (max-width: 500px) {
	#ry-pg-body .ry-text h4 {
		font-size: 20px; } }
@media screen and (min-width: 1440px) {
	#ry-pg-body .ry-text h4 {
		font-size: 30px; } }
#ry-pg-body .ry-text p, .ry-text {
	font-size: calc(18px + 2 * ((100vw - 500px) / 940)); }
@media screen and (max-width: 500px) {
	#ry-pg-body .ry-text p {
		text-align: justify;
		font-size: 18px; } }
@media screen and (min-width: 1440px) {
	#ry-pg-body .ry-text p, .ry-text {
		font-size: 20px; } }
#ry-pg-body .ry-text .search-result.page {
	margin-bottom: 20px; }
#ry-pg-body .ry-text .description {
	line-height: 30px; }
#ry-pg-body .ry-text .search-result, #ry-pg-body .ry-text .description {
	line-height: 30px;
	font-size: calc(18px + 2 * ((100vw - 500px) / 940)); }
@media screen and (max-width: 500px) {
	#ry-pg-body .ry-text .search-result, #ry-pg-body .ry-text .description {
		font-size: 18px; } }
@media screen and (min-width: 1440px) {
	#ry-pg-body .ry-text .search-result, #ry-pg-body .ry-text .description {
		font-size: 20px; } }
#ry-pg-body .ry-text a {
	text-transform: capitalize; }
#ry-pg-body .ry-text ul {
	padding-left: 30px; }
@media (max-width: 991px) {
	#ry-pg-body .ry-text ul {
		padding-left: 0; } }
#ry-pg-body .ry-text ul.pagination {
	padding-left: 0; }
#ry-pg-body .ry-text ul.pagination li:before {
	display: none; }
#ry-pg-body .ry-text ul li {
	position: relative;
	line-height: 30px; }
@media (max-width: 991px) {
	#ry-pg-body .ry-text ul li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; } }
#ry-pg-body .ry-text ul li:before {
	content: "\f054";
	font-size: 12px;
	position: absolute;
	left: -20px;
	font-family: FontAwesome;}
@media (max-width: 991px) {
	#ry-pg-body .ry-text ul li:before {
		left: 0;
		position: relative;
		margin-right: 10px; } }
#ry-pg-body .ry-photo {
	padding: 30px 0 30px; }
#ry-pg-body .btn-primary {
	height: 60px;
	width: 140px;
	border: none;
	font-family: 'Montserrat', serif;}
#ry-pg-body .review-item {
	padding: 60px 0 95px;
	border-bottom: 1px solid #dbe1e6; }
@media (max-width: 991px) {
	#ry-pg-body .review-item {
		padding: 20px; } }
#ry-pg-body .review-item:last-child {
	border-bottom: 0; }
#ry-pg-body .review-item h5 {
	font-size: calc(16px + 2 * ((100vw - 500px) / 940));
	margin-bottom: 15px; }
@media screen and (max-width: 500px) {
	#ry-pg-body .review-item h5 {
		font-size: 16px; } }
@media screen and (min-width: 1440px) {
	#ry-pg-body .review-item h5 {
		font-size: 18px; } }
#ry-pg-body .review-item em {
	font-style: italic; }
#ry-pg-body .rev-form-box {
	/*padding: 60px 50px 80px !important;*/ }
@media (max-width: 500px) {
	#ry-pg-body .rev-form-box {
		padding: 10% !important; } }
#ry-pg-body .rev-form-box h3 {
	margin-top: 0; }
#ry-pg-body .rev-form-box .form-group {
	margin-bottom: 0; }
#ry-pg-body .rev-form-box .star-box {
	margin-left: 30px; }
@media (max-width: 991px) {
	#ry-pg-body .rev-form-box .star-box {
		margin-left: 0; } }
#ry-pg-body .rev-form-box .star-box .blank-star .fa {
	color: #c6c8ca; }
#ry-pg-body .rev-form-box .star-box .star-active .fa {
	color: #e5c865 !important; }
#ry-pg-body .rev-form-box .star-box .star-rated .fa {
	color: #e5c865 !important; }
#ry-pg-body .rev-form-box .star-box .star-active .fa {
	color: #e5c865 !important; }
#ry-pg-body .rev-form-box .pg-fields {
	max-width: 100%;
	float: right;
	min-height: 55px;
	border-radius: 0px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline: 0px !important;
	border: 1px solid #c6cfd6;
	padding: 10px 15px;
	font: 400 15px/24px georgia, serif;
	font-style: italic;
	color: #707880 !important; }
#ry-pg-body .rev-form-box .pg-fields::-webkit-input-placeholder {
	color: rgba(112, 120, 128, 0.5) !important;
	font: 400 15px/24px georgia, serif;
	font-style: italic;
	color: #333; }
#ry-pg-body .rev-form-box .pg-fields::-moz-placeholder {
	color: rgba(112, 120, 128, 0.5) !important;
	font: 400 15px/24px georgia, serif;
	font-style: italic;
	color: #333; }
#ry-pg-body .rev-form-box .pg-fields:-ms-input-placeholder {
	color: rgba(112, 120, 128, 0.5) !important;
	font: 400 15px/24px georgia, serif;
	font-style: italic;
	color: #333; }
#ry-pg-body .rev-form-box .pg-fields:-moz-placeholder {
	color: rgba(112, 120, 128, 0.5) !important;
	font: 400 15px/24px georgia, serif;
	font-style: italic;
	color: #333; }
#ry-pg-body .rev-form-box .pg-fields::-ms-input-placeholder {
	color: rgba(112, 120, 128, 0.5) !important;
	font: 400 15px/24px georgia, serif;
	font-style: italic;
	color: #333; }
#ry-pg-body .rev-form-box textarea.pg-fields {
	min-height: 250px;
	max-width: 100%;
	min-width: 100%; }
#ry-pg-body .rev-form-box .rate-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; }
@media (max-width: 991px) {
	#ry-pg-body .rev-form-box .rate-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column; } }
#ry-pg-body .rev-form-box .rate-box .pg-copy {
	margin-bottom: 0;
	margin-right: 30px; }
@media (max-width: 991px) {
	#ry-pg-body .rev-form-box .rate-box .pg-copy {
		margin: 0; } }
#ry-pg-body .rev-form-box .rf-box {
	margin-bottom: 35px; }
#ry-pg-body .formBox {
	padding: 50px;
	border: 1px solid #eee;
	margin-top: 30px; }
@media (max-width: 500px) {
	#ry-pg-body .formBox {
		padding: 10%; } }
#ry-pg-body .formBox .leadbox .pg-copy p {
	margin-bottom: 5px; }
#ry-pg-body .formBox .pg-fields {
	max-width: 100%;
	float: right;
	min-height: 55px;
	border-radius: 0px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline: 0px !important;
	border: 1px solid #c6cfd6;
	padding: 10px 15px;
	font: 400 15px/24px georgia, serif;
	font-style: italic;
	color: #707880 !important; }
#ry-pg-body .formBox .pg-fields::-webkit-input-placeholder {
	color: rgba(112, 120, 128, 0.5) !important;
	font: 400 15px/24px georgia, serif;
	font-style: italic; }
#ry-pg-body .formBox textarea.pg-fields {
	min-height: 250px;
	max-width: 100%;
	min-width: 100%; }
#ry-pg-body #srvc-box.style1 {
	margin-top: 40px !important; }
#ry-pg-body #srvc-box.style1 .service-items {
	-webkit-transform: scale(0.96);
	-ms-transform: scale(0.96);
	transform: scale(0.96);
	padding: 40px 20px !important;
	border: 1px solid #c6cfd6;
	min-height: 33vh;}
#ry-pg-body #srvc-box.style1 .service-items img {
	max-width: 100px;
	float: none;
	margin: 0 auto; }
#ry-pg-body #srvc-box.style1 .service-items .service-info {
	margin: 50px 0 10px; }
#ry-pg-body #srvc-box.style1 .service-items .service-info h4 {
	font-size: 20px;
	font-weight: 600;
	text-align: center;}
#ry-pg-body .teambox {
	margin: 50px 0 0; }
#ry-pg-body .teambox h3 {
	margin-bottom: 70px; }
#ry-pg-body .teambox .team-item {
	margin-bottom: 90px; }
#ry-pg-body .teambox .team-item h4 {
	font-weight: 700; }
@media screen and (min-width: 992px) and (max-width: 1199px) {
	#ry-pg-body .teambox .team-item h4 {
		text-align: center; } }
#ry-pg-body .teambox .team-item h5 {
	margin-bottom: 40px;
	font-weight: 500; }
@media screen and (min-width: 992px) and (max-width: 1199px) {
	#ry-pg-body .teambox .team-item h5 {
		text-align: center; } }
#ry-pg-body .teambox .team-item p {
	text-align: justify; }
#ry-pg-body .result-box a {
	display: block; }
#ry-pg-body ul.pagination a {
	border: 0; }
#ry-pg-body .primary-btn:hover {
	border: 0; }
#ry-pg-body .alert {
	margin-top: 20px; }
#ry-pg-body .ry-list-wrp {
	margin-top: 50px; }
#ry-pg-body .ry-list-wrp .ry-list-item {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px dashed #eee;
	padding: 0 0 1em;
	margin-bottom: 2em; }
@media (max-width: 991px) {
	#ry-pg-body .ry-list-wrp .ry-list-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; } }
#ry-pg-body .ry-list-wrp .ry-list-item:last-child {
	border: 0; }
#ry-pg-body .ry-list-wrp .ry-list-item .ry-list-photo {
	width: 25%; }
@media (max-width: 991px) {
	#ry-pg-body .ry-list-wrp .ry-list-item .ry-list-photo {
		width: 45%;
		margin-bottom: 20px; } }
#ry-pg-body .ry-list-wrp .ry-list-item .ry-list-content {
	width: 70%; }
@media (max-width: 991px) {
	#ry-pg-body .ry-list-wrp .ry-list-item .ry-list-content {
		width: 100%; } }
#ry-pg-body .ry-list-wrp .ry-list-item .ry-list-content .ry-list-title {
	margin-bottom: 20px; }
#ry-pg-body .ry-list-wrp .ry-list-item .ry-list-content .ry-list-title a {
	font-size: calc(20px + 2 * ((100vw - 500px) / 940));
	margin-bottom: 20px; }
@media screen and (max-width: 500px) {
	#ry-pg-body .ry-list-wrp .ry-list-item .ry-list-content .ry-list-title a {
		font-size: 20px; } }
@media screen and (min-width: 1440px) {
	#ry-pg-body .ry-list-wrp .ry-list-item .ry-list-content .ry-list-title a {
		font-size: 22px; } }
#ry-pg-body .ry-list-wrp .ry-list-item .ry-list-content .ry-list-excerpt {
	font-size: calc(18px + 2 * ((100vw - 500px) / 940));
	line-height: 28px;
	text-align: justify;
	font-family: "Montserrat", serif;}
@media screen and (max-width: 500px) {
	#ry-pg-body .ry-list-wrp .ry-list-item .ry-list-content .ry-list-excerpt {
		font-size: 18px; } }
@media screen and (min-width: 1440px) {
	#ry-pg-body .ry-list-wrp .ry-list-item .ry-list-content .ry-list-excerpt {
		font-size: 20px; } }
#ry-pg-body .ry-list-wrp .ry-list-item .ry-list-content .primary-btn {
	display: block;
	max-width: 170px;
	margin-top: 20px;
	text-align: center;
	font-family: "Montserrat", serif;}
@media (max-width: 991px) {
	#ry-pg-body .ry-list-wrp .ry-list-item .ry-list-content .primary-btn {
		margin: 20px auto; } 
	.rf-box p {
		text-align: left;}
	#ry-pg-body .rev-form-box .pg-fields {
		max-width: 100%;}}
.modal-dialog {
	z-index: 99999;
}

@media (max-width: 767px) {
	div#ry-section-map .ry-text {
		text-align: center;
	}
}

button.btn.btn-default {
	background: #000;
	color: #fff;
	border: 0px;
	padding: 15px 30px;
	border-radius: 0px;
	font-family: 'Poppins', sans-serif !important;
	letter-spacing: 1px;
}

.modal-footer {
	display: inline-block;
	width: 100%;
}


.default .ry-text p, .default .ry-text {
	text-align: justify;
}

/* EDITS */

#ry-pg-body .result-box a{
	font-family: "Alice", serif;
	font-size: 22px;
}
#ry-pg-body .result-box .description{
	font-family: 'Montserrat',serif;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
	background-color: #d2ac5c;
	border-color: #d2ac5c;
}

#ry-pg-body .rev-form-box .star-box .blank-star .fa{
	font-size: 20px;
}

@media (min-width: 768px) {
	.style1 .service-list{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-flow: wrap;
		flex-flow: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#ry-pg-body #srvc-box.style1 .service-items{
		width: 50%;
	}
}

#ry-sidebar #searchfield button .fa{
	padding-left: 15px;
}

#ry-sidebar .contact-table a.directions.primary-btn{
	margin-bottom: 15px;
}
#ry-sidebar .social-wrap{
	margin-top: 10px;
}

@media (max-width: 1199px) {
	.team-photo{
		margin-bottom: 1em;
	}
	#ry-sidebar .ry-link-wrp .ry-link-item{
		padding: 20px 10px;
	}
}

.ry-cta-contain{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

#ry-sidebar .social-wrap .lbl, #ry-sidebar .span-2 {
	min-width: 85px;
	font: 400 16px/40px montserrat, sans-serif;
}
#ry-sidebar .span-3 {
	font: 400 16px/40px montserrat, sans-serif;
	max-width: 200px;
}
#ry-sidebar .contact-table a.directions.primary-btn {
	margin-bottom: 15px;
	max-width: 200px;
}
@media (min-width: 992px) {
	#ry-sidebar .social-wrap .lbl, #ry-sidebar .span-2 {
		width: 80px;
		display: inline-block;
	}
	#ry-sidebar .span-3 {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	#ry-sidebar .contact-table a.directions.primary-btn {
		margin-left: 90px;
	}
}
@media (max-width: 991px) {
	#ry-sidebar .contact-table{
		text-align: center !important;
	}
}
#ry-pg-body #srvc-box.style2 .service-items:first-child {
	padding-top: 0 !important;
}
#ry-pg-body #srvc-box.style2 .service-items img {
	max-width: 265px;
	margin: 0;
}
#ry-pg-body #srvc-box.style2 .service-items .service-info {
	width: 62%;
	margin-top: 0;
}
#ry-pg-body #srvc-box.style2 .service-items .service-info {
	width: 62%;
	margin-top: 0;
}
#ry-pg-body #srvc-box.style2 .service-items {
	padding: 50px 0 !important;
	background: none;
	border: 0;
	border-bottom: 1px solid rgba(189, 189, 189, 0.5);
}
@media (min-width: 1441px) {
	#ry-pg-body #srvc-box.style2 .service-items{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: space-between;
		-ms-flex-pack: space-between;
		justify-content: space-between;
	}
}
@media (max-width: 1440px) {
	#ry-pg-body #srvc-box.style2 .service-items{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: -webkit-center;
	}
	#ry-pg-body #srvc-box.style2 .service-items .service-info {
		width: 100%;
	}
	#ry-pg-body #srvc-box.style2 .service-items img{
		margin-bottom: 3em;
	}
	#ry-pg-body #srvc-box.style2 .service-items .service-info .ry-text{
		text-align: center;
	}
}
#ry-sidebar #accordion {
	padding: 0; }
#ry-sidebar #accordion .ry-link-item {
	padding: 20px 45px;
	position: relative; }
#ry-sidebar #accordion .ry-link-item > a {
	display: block;
	text-transform: capitalize; }
#ry-sidebar #accordion .ry-link-item > a:after {
	content: "\f055";
	font-family: fontawesome;
	display: block;
	float: right; }
#ry-sidebar #accordion .ry-link-item.open {
	background: rgba(99, 112, 108, 0.1); }
#ry-sidebar #accordion .ry-link-item.open > a {
	font-weight: 700; }
#ry-sidebar #accordion .ry-link-item.open > a:after {
	content: "\f056";
	font-family: fontawesome;
	display: block;
	float: right; }
#ry-sidebar #accordion .ry-link-item.open:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background: #403f40; }
#ry-sidebar #accordion .ry-link-item ul a {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start; }
#ry-sidebar #accordion .ry-link-item ul a:before {
	content: "\f105";
	font-family: fontawesome;
	margin-right: 15px; }