/* GLOBAL */

.ry-btn {
	padding: 15px 30px;
	border-radius: 30px;
	line-height: 1;
	min-height: auto;
	height: auto;
	text-transform: uppercase;
	font-size: 18px !important;
	font-family: 'Lato' !important;
}

.ry-btn.btn-center {
	margin-left: auto !important;
	margin-right: auto !important;
}

.link, 
.link a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 9;
}

.ry-text, .ry-text p {
	font-size: 18px !important;
	font-family: 'Lato' !important;
	line-height: 1.6;
	color: #333;
}

.section-background, 
.section-background img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ry-headline h2 {
	font-size: 70px !important;
	font-family: 'Playfair Display' !important;
	color: #1d5161;
	line-height: 1.1;
}

/* GLOBAL */

.module-hero.custom .photo {
	position: relative;
	padding-bottom: 90vh;
}

.module-hero.custom .photo img, .module-hero.custom .photo .ry-hero-video, .module-hero.custom .photo video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.module-hero.custom .card {
	position: absolute;
	bottom: 60px;
}

.module-hero.custom .card .ry-headline h1, 
.module-hero.custom .card .ry-headline h2 {
	font-size: 70px !important;
	font-family: Playfair Display !important;
	color: #fff;
	font-weight: 600 !important;
}

.module-hero.custom .card .ry-details-icons {
	display: flex;
	gap: 50px;
	padding: 0 0 10px;
}

.module-hero.custom .card .ry-details-icons span {
	display: flex;
	align-items: center;
	gap: 7px;
}

.module-hero.custom .card .ry-details-icons span div {
	font-size: 20px;
	color: #fff;
}

.module-hero.custom .card .ry-details-icons svg {
	fill: #fff;
	width: 18px;
	height: 18px;
}

.module-hero.custom .card .ry-text{
	font-size: 18px !important;
	color: #fff;
	max-width: 880px;
	line-height: 1.7;
	padding-bottom: 20px;
}

.module-hero.custom .card .ry-text h4 {font-size: 26px;}

.module-events.custom .section-background,
.module-events.custom .section-background img {
	object-position: bottom;
}

.module-events.custom {
	padding: 140px 0 130px;
}

.module-events.custom .ry-headline h2 {
	text-align: right;
	margin-bottom: 40px;
}

.module-events.custom .ry-flex {
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
}

.module-events.custom .ry-flex .each-block .photo {
	position: relative;
	padding-bottom: 420px;
	border-radius: 30px;
	overflow: hidden;
}

.module-events.custom .ry-flex .each-block .photo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 1s;
}

.module-events.custom .ry-flex .each-block {
	width: calc(60% - 20px);
}

.module-events.custom .ry-flex .each-block:first-child {
    width: calc(40% - 20px);
}

.module-events.custom .ry-flex .each-block .title {
	position: absolute;
	bottom: 30px;
	padding: 0 40px;
	font-size: 48px;
	font-family: 'Playfair Display' !important;
	color: #fff;
	font-weight: 600 !important;
	line-height: 1.1;
	z-index: 2;
}

.module-events.custom .ry-flex .each-block:nth-child(3) .title {
	max-width: 480px;
}

.module-events.custom .ry-flex .each-block .photo:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #a8c7e2;
	z-index: 1;
	opacity: .7;
	transition: 1s;
	opacity: .0;
}

.module-events.custom .ry-flex .each-block:hover .photo:before {
	opacity: .7;
}

.module-events.custom .ry-flex .each-block:hover .photo img {
	filter: grayscale(1);
}


.module-welcome.custom {
	padding: 160px 0 140px;
}

.module-welcome.custom .ry-each:nth-child(1) {
	padding-right: 160px;
}

.module-welcome.custom .ry-each .ry-text {
	margin-top: 20px;
	margin-bottom: 20px;
}

.module-welcome.custom .ry-each .ry-text h4 {
	font-size: 30px;
	font-family: 'Playfair Display' !important;
	font-style: italic;
	color: #333;
	margin-top: 30px;
	font-weight: 300 !important;
	margin-bottom: 10px;
}

.module-welcome.custom .ry-each .ry-text ul {
	list-style: none;
	padding-left: 0;
}

.module-welcome.custom .ry-each .ry-text ul li:before {
	content: "";
	width: 16px;
	height: 16px;
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230069ab' class='bi bi-check-circle-fill' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z'/%3E%3C/svg%3E");
	min-width: 16px;
	top: 7px;
	position: relative;
	filter: brightness(0.7);
}

.module-welcome.custom .ry-each .ry-text ul li {
	display: flex;
	gap: 17px;
}

.module-welcome.custom .ry-each .ry-text ul li:not(:last-child) {
	margin-bottom: 15px;
}

.module-welcome.custom .ry-each  .button-wrapper {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.module-welcome.custom .ry-each .button-wrapper .ry-btn {
	min-width: 240px;
}

.module-contact.custom {
	padding: 160px 0;
}

.module-contact.custom .ry-flex .ry-each:nth-child(2) {
	padding-left: 160px;
}

.module-contact.custom .ry-flex .ry-each .ry-headline h2 {
	margin-bottom: 30px;
}

.module-contact.custom .ry-flex .ry-each .form-control {
	height: 80px;
	border-radius: 40px;
	padding-left: 40px;
	resize: unset;
	border: unset;
	background: #ffffff30;
	font-size: 18px;
}

.module-contact.custom .ry-flex .ry-each textarea {
	padding-top: 28px;
}

.module-contact.custom .ry-flex .ry-each .ry-btn {
	min-width: 240px;
	height: 62px;
}
.module-contact.custom .ry-flex .ry-each select.form-control {
    appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
    background-position: calc(100% - 30px) center !important;
    background-repeat: no-repeat;
}
.module-contact.custom .ry-flex .ry-each select.form-control option {
    color: #333;
}
.module-contact.custom .ry-flex .photo {
	border-radius: 30px;
	overflow: hidden;
}


.footer-custom .footer-top {padding: 60px 0;}

.footer-custom .footer-top .ry-container .ry-flex {
	gap: 30px;
}

.footer-custom .footer-top .ry-container .ry-flex .ry-each {
	max-width: max-content;
}

.footer-custom .footer-top .ry-container .ry-flex .ry-each .photo {
	width: 600px;
}

.footer-custom .footer-top .ry-container .ry-flex .ry-each .each-details:not(:last-child) {
	margin-bottom: 20px;
}

.footer-custom .footer-top .ry-container .ry-flex .ry-each .each-details .icons {
	min-width: 60px;
	width: 60px;
	height: 60px;
	background: #a8c7e2;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-custom .footer-top .ry-container .ry-flex .ry-each .each-details .icons svg {
	width: 22px;
	height: 22px;
	fill: #fff;
}

.footer-custom .footer-top .ry-container .ry-flex .ry-each .each-details {
	display: flex;
	gap: 20px;
	align-items: center;
}

.footer-custom .footer-top .ry-container .ry-flex .ry-each .each-details .text, 
.footer-custom .footer-top .ry-container .ry-flex .ry-each .each-details .text a, 
.footer-custom .footer-top .ry-container .ry-flex .ry-each .each-details .text span {
	font-size: 18px;
	color: #333;
	line-height: 1.3;
}

.footer-custom .footer-top .ry-container .ry-flex .ry-each .each-details.phone .text {
	display: flex;
	flex-direction: column;
}

.footer-custom .footer-top .ry-container .ry-flex .ry-each .each-details.phone .text a {
	font-size: 22px;
}

.footer-custom .footer-top .ry-container .ry-flex .ry-each .title h4 {
	font-family: 'Playfair Display' !important;
	font-style: italic;
	font-size: 28px;
	font-weight: 400 !important;
	line-height: 1;
}

.footer-custom .footer-top .ry-container .ry-flex .ry-each .each-details.socmed {
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.footer-custom .footer-top .ry-container .ry-flex .ry-each  .custom-social-wrapper {
	padding: 0;
	list-style: none;
}

.footer-custom .footer-top .ry-container .ry-flex .ry-each .custom-social-wrapper .social-inner-wrap {
	display: flex;
	gap: 20px;
}

.footer-custom .footer-top .ry-container .ry-flex .ry-each .custom-social-wrapper .social-inner-wrap li {
	margin: 0 !important;
	max-height: unset;
	max-width: unset;
}

.footer-custom .footer-top .ry-container .ry-flex .ry-each .custom-social-wrapper .social-inner-wrap li a {
	width: 60px;
	height: 60px;
	min-width: 60px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #d3e5f0;
}

.footer-custom .footer-top .ry-container .ry-flex .ry-each .custom-social-wrapper .social-inner-wrap li a svg {
	width: 22px;
	height: 22px;
	fill: #666;
}

.footer-custom .footer-bottom {
	display: flex;
	align-items: center;
}

.footer-custom .footer-bottom .ry-container {
	padding: 30px 0;
	border-top: 1px solid #c6cdd1;
}

.footer-custom .footer-bottom .ry-container .ry-left p, 
.footer-custom .footer-bottom .ry-container .ry-left a, 
.footer-custom .footer-bottom .ry-container .ry-right p {
	font-size: 16px;
	color: #333;
}

.footer-custom .footer-bottom .ry-container .powered {
	display: flex;
	gap: 10px;
}

.footer-custom .footer-bottom .ry-container .powered img {
	width: 120px;
	object-fit: contain;
}

.footer-custom .footer-bottom .ry-container .ry-left, 
.footer-custom .footer-bottom .ry-container .ry-right {
	max-width: max-content;
	width: auto;
}

.footer-custom .footer-bottom .ry-container {
	justify-content: space-between;
	display: flex;
	align-items: center;
}
.module-media {
	padding: 190px 0 180px;
}

.module-media .ry-headline h2 {
	text-align: center;
	max-width: max-content;
	margin: auto;
	padding: 0 60px;
	background: #fff;
}

.module-media  .button-wrapper {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-top: 20px;
	margin-bottom: 60px;
}

.module-media .button-wrapper .ry-btn:not(:hover) {
	background: transparent !important;
	border: 1px solid #333;
	color: #333 !important;
}

.module-media .button-wrapper .ry-btn {
	display: flex;
	gap: 10px;10px:;
}

.module-media .button-wrapper .ry-btn svg {
	width: 16px;
	height: 16px;
}

.module-media .button-wrapper .ry-btn:hover svg {
	fill: #fff;
}

.module-media .social-list .title {
	font-size: 36px;
	font-family: 'Playfair Display' !important;
	color: #333;
	text-align: center;
	line-height: 1;
	margin-bottom: 30px;
}

.module-media .social-list .ry-flex {
	flex-wrap: wrap;
	gap: 50px;
}

.module-media .social-list .ry-flex .each-block {
	width: calc(33.33% - 35px);
}

.module-43 {
	position: relative;
	padding: 20px 0;
	transition: .5s;
}

.module-43 .ry-container {
	width: 90%;
	max-width: 1600px;
}

.module-43 .ry-container .ry-logo img {
	max-width: 500px;
	transition: .5s;
}

.module-43 .ry-right .ry-leads .button-block {
	display: flex;
	gap: 10px;
	margin-right: 10px;
}

.module-43 .ry-right .ry-leads {
	align-items: center;
}

.module-43 .ry-right .ry-leads .social li {
	max-height: unset;
	max-width: unset;
	margin: 0 !important;
	border-radius: unset;
}

.module-43 .ry-right .ry-leads .social li a {
	background: transparent;
	width: auto;
	height: auto;
}

.module-43 .ry-right .ry-leads .social li a svg {
	width: 22px;
	height: 22px;
	fill: #666;
}

.module-43 .ry-right .ry-leads .social {
	margin-right: 30px;
}

.module-43 .ry-right .ry-leads .search-block a {
	width: 50px;
	height: 50px;
	background: #a8c7e2;
	display: block;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: c;
}

.module-43 .ry-right .ry-leads .search-block a svg {
	width: 20px;
	height: 20px;
	fill: #fff;
	margin: auto;
}

.module-43 .ry-right .ry-menu .nav-menu li a {
	font-size: 18px;
	color: #333;
	letter-spacing: initial;
	font-family: 'Lato';
	line-height: 1;
}
.module-43 .ry-right .ry-menu .nav-menu li a:hover {
	color: #0069ab !important;
}
.module-43 .ry-right .ry-menu .nav-menu {
	margin-top: 0;
	transition: .5s;
}

.module-43 .ry-right {
	gap: 0;
	align-items: flex-start;
	justify-content: flex-start;
}

.module-43 .ry-container > .ry-flex {
	align-items: center;
	gap: 40px;
}

.module-43 .ry-container .custom-social-wrapper .social-inner-wrap {
	display: flex;
	gap: 20px;
}


.module-hero.custom .item .card .ry-details-icons .date {
	position: relative;
}
.module-hero.custom .item .card .ry-details-icons .date:before {
	content: "";
	position: absolute;
	left: -25px;
	width: 1px;
	height: 120%;
	background: #ffffff80;
}
.module-hero.custom .item .card .ry-details-icons .date:after {
	content: "";
	position: absolute;
	right: -25px;
	width: 1px;
	height: 120%;
	background: #ffffff80;
}

.module-hero.custom .item .card .ry-headline h1, .module-hero.custom .item .card .ry-headline h2 {
	line-height: 1.1;
	margin-bottom: 20px;
}

.module-43.fixed {
	padding: 10px 0;
	background: #fff !important;
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
}

.module-43.fixed .ry-container .ry-logo img {
	max-width: 280px;
}

.module-43.fixed .ry-right .ry-menu .nav-menu {
	margin-top: 15px;
}
.module-43 .ry-right .ry-menu .nav-menu > li {
	padding: 20px 0;
}
.module-events.custom:before {
	content: "";
	position: absolute;
	top: 185px;
	left: 0;
	width: 60%;
	height: 1px;
	background: #1d5161;
	z-index: 1;
}

.module-media:before {
	content: "";
	position: absolute;
	top: 235px;
	left: 0;
	width: 100%;
	background: #1d5161;
	height: 1px;
}

.module-welcome.custom:before {
	content: "";
	position: absolute;
	top: 205px;
	right: 0;
	width:75%;
	height: 1px;
	background: #1d5161;
	z-index: 1;
}

body.default #ry-section-header.module-43 {
	background: #fff;
}

.member-profile {
	background: #f8fbfc;
}

.member-profile .ry-headline h2 {
	margin: 0 !important;
	margin-bottom: 30px !important;
	color: #0069ab !important;
}

.member-profile .ry-flex .each-block .each-details {
	padding-bottom: 40px;
}

div#ry-pg-body {}

.member-profile .ry-flex .each-block .each-wrapper {
	display: flex;
	flex-direction: column;
}

.member-profile .ry-flex .each-block .each-wrapper .each-details {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 5px solid #dfecf4;
}

.member-profile .ry-flex .each-block:nth-child(1) {
	padding-right: 160px;
	padding-left: 160px;
	width: 60%;
}

.member-profile .ry-flex .each-block {
	width: 50%;
}

.member-profile .ry-flex .each-block .each-wrapper .each-details {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.member-profile .ry-flex .each-block .each-wrapper .each-details .each-1, 
.member-profile .ry-flex .each-block .each-wrapper .each-details .each-2 {
	max-width: max-content;
}

.member-profile .ry-flex .each-block .each-wrapper .each-details h4 {
	font-size: 30px !important;
	font-family: 'Playfair Display' !important;
	font-weight: 400 !important;
	color: #666666 !important;
	margin-bottom: 5px !important;
}

.member-profile .ry-flex .each-block .each-wrapper .each-details p {
	line-height: 1.3;
}

.member-profile .ry-container {
	max-width: 1600px !important;
	width: 90%;
}

.member-profile .ry-flex .each-block:nth-child(2) {
	max-width: 640px;
	width: 40%;
}

.member-profile .ry-flex .each-block .formblock {
	padding: 100px 90px;
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-c7e08f32-b05b-4f28-8803-802dc36e0e8c/HomepageAssetsV2/contact_bg.jpg);
	background-size: cover;
	border-radius: 20px;
}

.member-profile .ry-flex .each-block .formblock .ry-headline h3 {
	font-size: 52px !important;
	color: #fff !important;
	font-family: 'Playfair Display' !important;
	font-weight: 500 !important;
	margin: 0 !important;
}

.member-profile .ry-flex .each-block .formblock .business-form {
	margin-top: 30px;
}

.member-profile .ry-flex .each-block .formblock .business-form .form-control {
	height: 62px;
	padding-left: 30px;
	font-size: 18px;
	font-family: 'Lato';
	border: unset;
	border-radius: 10px;
	background: #ffffff36;
	color: #fff;
}

.member-profile .ry-flex .each-block .formblock .business-form .form-control::placeholder {
	font-size: 18px;
	color: #fff !important;
}

.member-profile .ry-flex .each-block .formblock .business-form textarea.form-control {
	resize: unset;
	height: 120px;
	padding-top: 20px;
}

.member-profile .ry-flex .each-block .formblock .business-form .ry-btn {
	margin: auto;
	margin-top: 20px;
}


#ry-pg-body h2, 
#ry-pg-body h3, 
#ry-pg-body h4, 
#ry-pg-body h5, 
#ry-pg-body h6 {
	font-family: 'Playfair Display' !important;
	color: #333;
	line-height: 1;
}

.check-list ul {
	list-style: none;
	padding-left: 0;
}

.check-list ul li:before {
	content: "";
	display: block;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230069ab' class='bi bi-check2-square' viewBox='0 0 16 16'%3E%3Cpath d='M3 14.5A1.5 1.5 0 0 1 1.5 13V3A1.5 1.5 0 0 1 3 1.5h8a.5.5 0 0 1 0 1H3a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V8a.5.5 0 0 1 1 0v5a1.5 1.5 0 0 1-1.5 1.5z'/%3E%3Cpath d='m8.354 10.354 7-7a.5.5 0 0 0-.708-.708L8 9.293 5.354 6.646a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0'/%3E%3C/svg%3E");
	width: 16px;
	height: 16px;
	min-width: 16px;
	position: relative;
	top: 10px;
}


.check-list ul li {
	display: flex;
	gap: 10px;
}

.x-list ul {
	list-style: none;
	padding-left: 0;
}

.x-list ul li:before {
	content: "";
	display: block;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230069ab' class='bi bi-x-square' viewBox='0 0 16 16'%3E%3Cpath d='M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z'/%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
	width: 16px;
	height: 16px;
	min-width: 16px;
	position: relative;
	top: 10px;
}


.x-list ul li {
	display: flex;
	gap: 10px;
}

#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1, 
#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title {
	font-size: 60px;
	font-family: 'Playfair Display' !important;
	color: #fff !important;
	letter-spacing: initial;
	text-transform: initial;
	font-weight: 400 !important;
	max-width: 70%;
	line-height: 1 !important;
}

.fc-toolbar.fc-header-toolbar .fc-center h2 {
	font-size: 50px !important;
	color: #0069ab !important;
	margin: 0 !important;
}

.fc-toolbar.fc-header-toolbar .fc-center {
	order: 0;
}

.fc-toolbar.fc-header-toolbar .fc-left {
	order: 1;
	display: flex;
	flex-direction: row-reverse;
}

.fc-toolbar.fc-header-toolbar .fc-right {
	display: none;
}

.fc-toolbar.fc-header-toolbar {
	flex-direction: row;
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
}

.fc-toolbar.fc-header-toolbar .fc-left .fc-button-group {
	display: flex !important;
	gap: 10px;

}

.fc-toolbar.fc-header-toolbar .fc-left .fc-button-group button {
	width: 50px;
	height: 50px;
	border-radius: 50% !important;
	min-height: 50px;
	padding: 0 !important;
	background: #f48b6e !important;
}

.fc-toolbar.fc-header-toolbar .fc-left .fc-today-button {
	display: none !important;
}

.mailchimp-sample {
	padding: 60px;
	background: #ebf3f8;
	border-radius: 15px;
}

.mailchimp-sample h2 {
	text-align: center !important;
	margin-top: 0 !important;
}

.mailchimp-sample p {
	text-align: center !important;
	line-height: 1.1;
	margin-bottom: 30px;
}

.mailchimp-sample input {
	height: 60px;
	width: 100%;
	border: unset;
	font-size: 18px;
	line-height: 1;
	padding: 10px 30px;
}

.mailchimp-sample button {
	height: 60px;
	padding: 10px 30px;
	border-radius: 30px;
	border: unset;
	background: #0069ab;
	color: #fff;
	text-transform: uppercase;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .5s;
}
.mailchimp-sample button:hover {
	background: #f48b6e !important;
}
.mailchimp-sample .form-group {
	margin-bottom: 30px;
}

.sb-mail .mailchimp-sample {
	padding: 40px 5%;
	margin-bottom: 20px;
}

.sb-mail .mailchimp-sample p {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 15px;
}

.sb-mail .mailchimp-sample h2 {
	margin-bottom: 10px !important;
}


.sb-mail .mailchimp-sample .form-group {
	margin-bottom: 15px !important;
	display: flex;
	justify-content: center;
}

.sb-mail .mailchimp-sample .form-group input {
	font-size: 16px !important;
	max-width: 300px;
	margin: auto;
}

.sb-mail .mailchimp-sample .form-group button {
	height: 50px !important;

}

.sb-mail .mailchimp-sample button {
	height: 50px;
	min-width: 180px;
}
#cta-wrap {
	margin-top: 0 !important;
}

body[data-page-name="newsletter"] #ry-pg-body {
    padding-bottom: 0;
}
.module-media .juicer-feed.modern .j-poster {
    display: none;
}

.module-media .juicer-feed.modern .j-text {
    display: none;
}

.module-media .juicer-feed.modern li.feed-item {
    margin: 0 !important;
}

.module-media .j-image {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}


.module-media .j-image img {
    height: 100%;
    float: unset;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: top;
}

.module-media .juicer-feed.modern li.feed-item:not(:last-child) {
    margin-bottom: 20px !important;
}

.module-media .juicer-feed.modern li.feed-item[data-id="491400715"] .j-poster,
.module-media .juicer-feed.modern li.feed-item[data-id="491400683"] .j-poster,
.module-media .juicer-feed.modern li.feed-item[data-id="491400685"] .j-poster,
.module-media .juicer-feed.modern li.feed-item[data-id="491400714"] .j-poster,
.module-media .juicer-feed.modern li.feed-item[data-id="491400682"] .j-poster{
    padding-bottom: calc(100% - 15px) !important;
    display: block;
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-c7e08f32-b05b-4f28-8803-802dc36e0e8c/TeamAssets/team_placeholder.jpg);
    background-size: cover;
}

.module-media .j-paginate.juicer-button {
    display: none;
}

.campaign {
    padding: 80px 0;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-378be8ad-17b1-424c-83de-5d21c383c518/HomepageAssetsV2/video_bg.jpg) no-repeat;
    background-size: cover;
}
.campaign .vid {
    padding-top: 95px;
    max-width: 800px;
    margin: 0 auto;
    float: none;
}

/** PLACE YOUR MOBILE AND UP CSS HERE **/

@media (max-width: 1680px) {

	/** PLACE YOUR TABLET AND UP CSS HERE **/
	.module-43 .ry-container > .ry-flex {
		gap: 30px;
	}
	.member-profile .ry-flex .each-block:nth-child(1) {
		padding: 0 4vw;
		width: 50%;
	}

	.member-profile .ry-flex .each-block:nth-child(2) {
		width: 50%;
	}

	.member-profile .ry-flex .each-block .formblock {
		padding: 60px;
	}

	.footer-custom .footer-top .ry-container .ry-flex .ry-each .photo {
		width: auto;
	}

	.footer-custom .footer-top .ry-container .ry-flex .ry-each:nth-child(2) {
		max-width: 330px;
	}
}

@media (max-width: 1366px) {

	/** PLACE YOUR LAPTOP AND UP CSS HERE **/
	.module-43 .ry-container > .ry-flex {
		gap: 0;
	}

	.module-43 .ry-left {
		position: absolute;
		left: 0;
		top: -10px;
		z-index: 999;
	}

	.module-43 .ry-container .ry-logo img {
		width: 300px;
	}

	.module-43 .ry-right {
		width: 100%;
	}

	.module-43 .ry-right .ry-menu {
		margin-top: 20px;
	}

	.module-43 .ry-right .ry-menu .nav-menu > li {
		padding-bottom: 0;
	}

	.module-43.fixed .ry-container .ry-logo img {
		max-width: 260px;
	}

	.module-43.fixed .ry-left {
		top: 0;
	}
}

@media (max-width: 1440px) {
	.ry-headline h2 {
		font-size: 62px !important;
	}
	
	div.upcoming-events-block .ry-headline h2:after {
        right: -43%;
    }

	.module-hero.custom .card .ry-headline h1, 
	.module-hero.custom .card .ry-headline h2 {
		font-size: 62px !important;
	}

	.module-events.custom .ry-flex .each-block .title {
		font-size: 32px;
	}

	.module-media .social-list .title {
		font-size: 30px;
	}

	.module-contact.custom .ry-flex .ry-each:nth-child(2) {
		padding-left: 4vw;
	}

	.module-contact.custom .ry-flex .ry-each .form-control {
		height: 60px;
	}

	.module-contact.custom .ry-flex .ry-each textarea {
		padding-top: 18px;
	}

	.module-contact.custom .ry-flex .ry-each .ry-headline h2 {
		margin-bottom: 20px;
	}

	.footer-custom .footer-top .ry-container .ry-flex .ry-each .photo {
		width: auto;
	}

	.module-hero.custom .carousel-control span {
		font-size: 30px;
		top: 40%;
	}
	.module-hero.custom .carousel-control {
		width: auto;
		height: auto;
		left: 5%;
	}

	.module-hero.custom .carousel-control.right {
		left: unset;
		right: 5%;
	}
	#ry-pg-banner .ry-bnr-wrp {
		height: 260px;
	}

}
@media (max-width: 1280px) {
	.member-profile .ry-flex .each-block .each-wrapper .each-details {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 20px;
	}

	.member-profile .ry-flex .each-block .formblock .ry-headline h3 {
		font-size: 42px !important;
		margin: 0 !important;
	}

	.module-events.custom:before {
		width: 50%;
	}

}
@media (max-width: 1080px) {

	#ry-pg-banner .ry-bnr-wrp {
		margin-top: 95px;
	}

	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1, 
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title {
		max-width: 100%;
		text-align: center;
	}

	#ry-pg-banner .ry-bnr-wrp .ry-pg-title {
		padding: 0;
		margin: 0;
	}

	#ry-pg-banner .ry-bnr-wrp:after, 
	#ry-pg-banner .ry-bnr-wrp:before {
		display: none;
	}


	.module-43 {
		display: none !important;
	}

	#theme2-smHeader {
		display: block !important;
	}

	.mobile-container {
		background: #fff;
	}

	.mobile-container .flex-wrap .mobile_logo img {
		max-width: 240px;
	}

	.mobile-container .mobile-nav button .hamburger-inner,
	.mobile-container .mobile-nav button .hamburger-inner:before,
	.mobile-container .mobile-nav button .hamburger-inner:after {
		background: #000;
	}

	#menu_container {
		background: #0069ab;
		padding-top: 60px;
	}

	#menu_container .mm-listview li a {
		font-size: 18px;
		letter-spacing: initial !important;
		line-height: 1;
	}
	.module-hero.custom .card {
		position: relative;
		bottom: 0;
		padding: 60px 0;
		background: #333;
	}

	.module-hero.custom .photo {
		padding-bottom: 65%;
	}

	.module-hero.custom {
		margin-top: 95px;
	}

	.module-hero.custom .card .ry-headline h1, 
	.module-hero.custom .card .ry-headline h2,
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1, 
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title {
		font-size: 52px !important;
		text-align: center;
	}

	.module-hero.custom .card .ry-details-icons {
		justify-content: center;
		flex-wrap: wrap;
	}

	.module-hero.custom .card .ry-text {
		text-align: center;
	}

	.module-hero.custom .card .button-wrapper {
		display: flex;
		justify-content: center;
	}

	.ry-headline h2 {
		font-size: 52px !important;
	}

	.module-events.custom:before {
		width: 100%;
		top: 95px;
	}

	.module-events.custom {
		padding: 60px 0;
	}

	.module-events.custom .ry-headline h2 {
		text-align: center;
		padding: 0 30px;
		max-width: max-content;
		margin-left: auto;
		margin-right: auto;
		background: #ebf2f8;
		z-index: 2;
		position: relative;
	}

	.module-events.custom .ry-flex {
		gap: 20px;
	}

	.module-events.custom .ry-flex .each-block {
		width: calc(60% - 10px);
	}

	.module-events.custom .ry-flex .each-block .photo {
		padding-bottom: 300px;
	}

	.module-events.custom .ry-flex .each-block .title {
		font-size: 26px;
	}

	.module-media {
		padding: 100px 0;
	}

	.module-media:before {
		top: 130px;
	}

	.ry-btn {
		font-size: 16px !important;
	}

	.module-welcome.custom {
		padding: 100px 0;
	}

	.module-welcome.custom:before {
		top: 135px;
		width:60%;

	}

	.module-welcome.custom .ry-each:nth-child(1) {
		padding-right: 4vw;
	}

	.module-welcome.custom .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 30px;
	}

	.footer-custom .footer-bottom .ry-container {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.footer-custom .footer-bottom .ry-container .ry-left, .footer-custom .footer-bottom .ry-container .ry-right {
		max-width: 100%;
		width: 100%;
	}

	.footer-custom .footer-bottom .ry-container .ry-left p, .footer-custom .footer-bottom .ry-container .ry-left a, .footer-custom .footer-bottom .ry-container .ry-right p {
		text-align: center;
	}

	.footer-custom .footer-bottom .ry-container .powered {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 5px;
	}

	.footer-custom .footer-top .ry-container .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.footer-custom .footer-top .ry-container .ry-flex .ry-each .photo img {
		max-width: 320px;
	}

	.footer-custom .footer-top .ry-container .ry-flex .ry-each .each-details {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 10px;
	}

	.footer-custom .footer-top .ry-container .ry-flex .ry-each .each-details .text, .footer-custom .footer-top .ry-container .ry-flex .ry-each .each-details .text a, .footer-custom .footer-top .ry-container .ry-flex .ry-each .each-details .text span {
		text-align: center;
	}

	.footer-custom .footer-top .ry-container .ry-flex .ry-each .each-details.socmed {
		justify-content: center;
		align-items: center;
	}

	.module-contact.custom {
		padding: 100px 0;
	}

	.module-contact.custom .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 60px;
	}

	.module-contact.custom .ry-flex .ry-each:nth-child(2) {
		padding-left: 0;
	}

	.module-contact.custom .ry-flex .ry-each .ry-btn {
		height: auto;
		min-width: unset;
	}

	.module-media .social-list .ry-flex {
		gap: 20px;
	}

	.module-media .social-list .ry-flex .each-block {
		width: calc(33.33% - 15px);
	}

	.member-profile {
		margin-top: 95px;
	}

	.member-profile .ry-flex .each-block:nth-child(1) {
		padding-left: 0;
	}

	.member-profile .ry-flex .each-block .each-wrapper .each-details h4 {
		font-size: 26px !important;
	}

	#ry-pg-banner .ry-bnr-wrp {
		height: 320px;
	}
}
@media (max-width: 991px) {
	.module-hero.custom .item .card .ry-details-icons {
		gap: 10px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.module-hero.custom .card .ry-details-icons .date:before, 
	.module-hero.custom .card .ry-details-icons .date:after {
		opacity: 0;
	}
	.member-profile .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 30px;
	}

	.member-profile .ry-flex .each-block:nth-child(1), 
	.member-profile .ry-flex .each-block:nth-child(2) {
		padding: 0;
		width: 100%;
		max-width: 100%;
	}
}
@media (max-width: 768px) {
	.module-hero .carousel-control {
		display: none;
	}
	.member-profile .ry-flex .each-block .ry-headline h2, 
	.member-profile .ry-flex .each-block .each-details h4 {
		text-align: left;
	}

	.module-media .button-wrapper select {
		padding: 15px 40px 15px 30px;
		font-size: 16px;
		border-radius: 30px;
		line-height: 1;
		background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
		background-position: calc(100% - 15px) center !important;
		background-repeat: no-repeat;
		-moz-appearance:none !important;
		-webkit-appearance: none !important;
		appearance: none !important;
	}

	.module-media .button-wrapper {
		flex-wrap: wrap;
		justify-content: center;
	}
	#cta-wrap .module-events.custom .ry-flex .each-block {width: 100%;}
	.module-events.custom .ry-flex .each-block .title {text-shadow: 3px 2px 3px #333333cc;}
}
@media (max-width: 680px) {
	.module-events.custom .ry-flex .each-block {
		width: 100%;
	}

	.module-events.custom .ry-flex .each-block:nth-child(2), 
	.module-events.custom .ry-flex .each-block:nth-child(3) {
		order: 3;
	}

	.module-events.custom .ry-flex {
		gap: 10px;
	}

	.module-events.custom .ry-flex .each-block .photo {
		border-radius: 20px;
		padding-bottom: 56.25%;
	}

	.module-events.custom .ry-flex .each-block .title {
		font-size: 22px;
		padding: 0 20px;
		text-align: center;
		width: 100%;
	}

	.module-events.custom .ry-flex .each-block:nth-child(3) .title {
		max-width: 100%;
	}

	.module-media .social-list .ry-flex {
		gap: 10px;
	}

	.module-media .social-list .ry-flex .each-block {
		width: calc(50% - 5px);
	}

	.module-welcome.custom .ry-each:nth-child(1) {
		padding-right: 0;
	}

	.module-welcome.custom .ry-each .ry-text p {
		text-align: left;
	}

	.module-welcome.custom:before {
		width: 50%;
	}

	.ry-headline h2,
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1, 
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title {
		font-size: 46px !important;
	}
	.member-profile .ry-flex .each-block .formblock .ry-headline h3 {
		font-size: 36px !important;
	}
	.module-hero.custom .card .ry-headline h1,
	.module-hero.custom .card .ry-headline h2 {
		font-size: 46px !important;
	}

	.module-hero.custom .card .ry-text,
	.mailchimp-sample input {
		font-size: 16px !important;
	}

	.module-hero.custom .card .ry-details-icons span div {
		font-size: 18px;
	}

	.ry-text,
	.ry-text p {
		font-size: 16px !important;
	}

	.module-contact.custom .ry-flex .ry-each .form-control,
	.member-profile .ry-flex .each-block .formblock .business-form .form-control {
		font-size: 16px;
	}
}

@media (max-width: 440px) {
	.mobile-container .mobile-nav {
		margin-right: 10px;
	}

	.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a:first-child {
		margin-right: 0;
	}

	.mobile-container .flex-wrap .flex-item.right-nav .mobile-button {
		gap: 5px;
	}

	.mobile-container .flex-wrap .mobile_logo img {
		max-width: 200px;
		min-width: 200px;
	}

	.module-hero.custom {
		margin-top: 85px;
	}

	.module-hero.custom .card .ry-headline h1,
	.module-hero.custom .card .ry-headline h2 {
		font-size: 36px !important;
	}

	.ry-headline h2,
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1, 
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title {
		font-size: 36px !important;
	}
	.member-profile .ry-flex .each-block .formblock .ry-headline h3 {
		font-size: 32px !important;
	}
	.module-events.custom .ry-flex .each-block .title {
		font-size: 18px;
		bottom: 20px;
	}

	.module-media .social-list .title {
		font-size: 24px;
	}

	.module-media .button-wrapper {
		margin-bottom: 40px;
	}

	.module-media .ry-headline h2 {
		padding: 0 20px;
	}

	.module-media:before {
		top: 120px;
	}

	.module-events.custom:before {
		top: 85px;
	}

	.module-hero.custom .card .ry-details-icons span div {
		font-size: 16px;
	}

	.module-welcome.custom::before {
		top: 120px;
		width: 40%;
	}

	.module-welcome.custom .ry-each .ry-text h4 {
		font-size: 24px;
	}
	
}

@media (min-width: 2100px) {

	/** PLACE YOUR DESKTOP AND UP CSS HERE **/
	.module-welcome.custom:before {
		width: 60%;
	}
}
@media (min-width: 1481px) {
	.module-hero.custom .card .ry-headline h1, .module-hero.custom .card .ry-headline h2 {
		max-width: 60%;
	}
}
@media (min-width: 1281px) {
	.module-hero.custom .photo {
		padding-bottom: calc(100vh - 145px);
	}
	.module-hero.custom .photo img {
		object-position: bottom;
	}
}
@media (min-width: 769px) {
	.module-media .button-wrapper select {
		display: none;
	}
}

.module-1 {
	display: flex;
	gap: 30px;
}

.module-1 .ry-box-left {
	width: 30%;
}

.module-1 .ry-box-right {
	width: 65%;
}
.module-1 .ry-box-right p {
	text-align: left;
}
.module-1:not(:last-child) {
	margin-bottom: 30px;
}

.module-1 .photo {
	position: relative;
	padding-bottom: 75%;
}

.module-1 .photo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.team-inner-page.style4 {
	float: unset;
	margin: auto;
	max-width: 1280px;
}

.team-inner-page.style4 .ry-flex {
	width: calc(100% + 30px);
	margin-left: -30px;
	justify-content: flex-start;
	align-items: flex-start;
	display: flex;
	margin-top: 40px;
}

.team-inner-page.style4 .ry-flex .ry-each {
	margin-left: 30px;
	width: calc(33.33% - 30px);
	margin-bottom: 60px;
}

.team-inner-page.style4 .ry-flex .ry-each .photo {
	padding-bottom: 120%;
	margin-bottom: 20px;
}

.team-inner-page.style4 .ry-flex .ry-each .photo:before {
	content: "";
	position: absolute;
	top: -20px;
	right: -20px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	background: linear-gradient(to bottom, #0069ab, #ffffff);
}

.team-inner-page.style4 .ry-flex .ry-each .details h5 {
	color: #0069ab !important;
}

.fc-content.CE {
	background: #0069ab;
}

.fc-content.COA {
	background: #5fad56;
}

.fc-content.Social {
	background: #666;
}

.fc-content.Membership {
	background: #f48b6e;
}
.fc-content.Volunteer {
    background: #333;
}
.events .event-container:not(.active) {
	display: none !important;
}

.events .button-wrapper {
	display: flex;
	margin-bottom: 120px;
	align-items: center;
	gap: 15px;
}

.events .button-wrapper .spacer {
	margin: 0 10px;
	border-left: 1px solid #b2b2b2;
	height: 90px;
}

.events .button-wrapper .ry-btn {
	padding: 17px 30px;
	min-width: 120px;
}

.events .button-wrapper .ry-btn[data-show=".calendar-all"]:not(:hover) {
	background: #cce0ee !important;
	color: #333 !important;
}
.events .button-wrapper .ry-btn[data-show=".calendar-ce"]:not(:hover) {
	background: transparent !important;
	color: #0069ab !important;
	border: 1px solid #0069ab;
}
.events .button-wrapper .ry-btn[data-show=".calendar-social"]:not(:hover) {
	background: transparent !important;
	color: #666 !important;
	border: 1px solid #666;
}

.events .button-wrapper .ry-btn[data-show=".calendar-membership"]:not(:hover) {
	background: transparent !important;
	color: #f48b6e !important;
	border: 1px solid #f48b6e;
}

.events .button-wrapper .ry-btn[data-show=".calendar-coa"]:not(:hover) {
	background: transparent !important;
	color: #5fad56 !important;
	border: 1px solid #5fad56;
}
.events .button-wrapper .ry-btn[data-show=".calendar-vol"]:not(:hover) {
    background: transparent !important;
    border: 1px solid #333;
    color: #333 !important;
}
.events #eventsMobile {
	padding: 15px 30px;
	border: 1px solid #b2b2b2;
	border-radius: 30px;
}

@media (min-width: 1081px) {
	.events #eventsMobile {
		display: none;
	}
}

.events tbody .fc-row .fc-content-skeleton tbody tr:nth-child(1) .fc-event-container {
	padding-left: 10px;
}

.events .fc tbody .fc-row .fc-content-skeleton tbody tr td {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.events tbody .fc-row .fc-content-skeleton tbody tr:nth-child(1) .fc-event-container {
	padding-top: 40px !important;
	padding-left: 0;
}

.events .fc-event .fc-content {
	padding: 10px 8px;
	border-radius: 6px;
}

.events .fc-event .fc-content span {
	padding-left: 0;
	padding-right: 0;
	font-size: 14px !important;
	padding: 0;
}

.events .fc-event {
	background: transparent !important;
}

.events .calendarTemplate .fc-day-header {
	background: #354e65 !important;
}

.events .calendarTemplate .fc-day-header span {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Lato' !important;
}

.events .calendarTemplate .fc-day-header {
	padding-top: 14px;
	padding-bottom: 14px;
}


.events .fc tbody .fc-row .fc-content-skeleton table {
	min-height: 170px;
}

.events body .fc th, 
.events body .fc td, 
.events body .fc hr, 
.events body .fc thead, 
.events body .fc tbody, 
.events body .fc-row {
	border-color: #354e65 !important;
}


.events .ry-list-wrp .ry-list-item .ry-list-content .event-name {
    font-size: 26px;
    font-family: 'Playfair Display' !important;
    color: #0069ab;
    line-height: 1.1;
    margin-bottom: 20px;
}

.events .ry-list-wrp .ry-list-item .ry-list-content .details {
    gap: 20px;
    display: flex;
}

.events .ry-list-wrp .ry-list-item .ry-list-content .details .each-details {
    max-width: max-content;
    display: flex;
    gap: 10px;
    align-items: center;
}

.events .ry-list-wrp .ry-list-item .ry-list-content .details .each-details .text {
    font-size: 14px;
}


.events .ry-list-wrp .ry-list-item .ry-list-content .event-button {
    margin-top: 20px;
}

.events .button-wrapper .event-layout {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 10px;
}

.events .button-wrapper .event-layout svg {
    width: 50px;
    height: 50px;
	transition: .5s;
}

.events .button-wrapper .event-layout a:hover svg,
.events .button-wrapper .event-layout a:active svg {
	fill: #f48b6e;
}
.events .button-wrapper .event-layout a:nth-child(1) svg {
    width: 33px;
}

.events .button-wrapper .event-layout .spacer {
    height: 60px;
}

.events .ry-list-wrp .ry-list-item {
    display: flex;
    flex-direction: row;
	align-items: flex-start;
	gap: 30px;
}

.events .ry-list-wrp .ry-list-item .ry-list-photo {
	margin: 0;
}

.events .ry-list-wrp .ry-list-item .ry-list-content .description {
	font-size: 18px;
}

@media (max-width: 1080px) {

	.events .ry-list-wrp {
		margin: 0;
	}
	
	.events .ry-list-wrp .ry-list-item .ry-list-photo > div {
		position: relative;
		padding-bottom: 75%;
	}

	.events .ry-list-wrp .ry-list-item .ry-list-photo > div img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.events .ry-list-wrp .ry-list-item {
		flex-direction: column;
	}
	.events .ry-list-wrp .ry-list-item .ry-list-photo {
		max-width: 100%;
	}

	.events .ry-list-wrp .ry-list-item .ry-list-photo > div img {
		object-fit: contain;
	}
	.events .ry-list-wrp .ry-list-item .ry-list-content .description {
		font-size: 16px;
	}

	.events .button-wrapper .event-layout .spacer {
		display: block;
		height: 40px;
	}

	.events .button-wrapper .event-layout svg {
		width: 40px;
		height: 40px;
	}

	.events .button-wrapper .event-layout a:nth-child(1) svg {
		width: 28px;
	}

}


.single-event .ry-container {
	max-width: 1600px !important;
	width: 90%;
}

.single-event .ry-container .section-block {
	margin-top: 45px;
}

.single-event .ry-container .section-block .ry-flex .each-block:nth-child(1) {
	width: 40%;
	max-width: 560px;
}

.single-event .ry-container .section-block .ry-flex .each-block:nth-child(2) {
	padding-left: 80px;
}

.single-event .ry-container .section-block .ry-flex .each-block h3 {
	font-size: 56px !important;
	color: #0069ab !important;
	margin-bottom: 30px !important;
}

.single-event .ry-container .section-block .ry-flex .each-block .tags {
	text-transform: uppercase;
	font-size: 22px;
	color: #9c9c9c;
}

.single-event .ry-container .section-block .ry-flex .each-block .ry-text {
	margin-top: 10px;
	margin-bottom: 30px;
}


.single-event .section-details {
	margin-top: 70px;
}

.single-event .section-details .wrapper {
	padding: 50px 8vw;
	background: #f2f7fb;
	border-radius: 30px;
	display: flex;
	justify-content: space-between;
}

.single-event .section-details .wrapper .each-details {
	max-width: max-content;
	display: flex;
	align-items: center;
	gap: 20px;
}

.single-event .section-details .wrapper .each-details .icons {
	width: 85px;
	height: 85px;
	background: #0069ab;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.single-event .section-details .wrapper .each-details .icons svg {
	width: 25px;
	height: 25px;
	fill: #fff;
}

.single-event .section-details .wrapper .each-details .text {
	font-size: 20px;
	color: #333;
	line-height: 1.3;
}

.section-banner-bot {
	margin-top: 120px;
	z-index: 2;
}

.section-banner-bot .wrapper {
	padding: 100px 8vw;
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-c7e08f32-b05b-4f28-8803-802dc36e0e8c/InnerContent/cta_bg.jpg);
	background-size: cover;
	border-radius: 30px;
}

.section-banner-bot .wrapper .group {
	max-width: 580px;
}

.section-banner-bot .wrapper .group div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.section-banner-bot .wrapper .group div p {
	font-size: 18px;
	color: #fff;
}

.section-banner-bot .wrapper .group div h4 {
	font-size: 45px !important;
	font-family: 'Playfair Display' !important;
	color: #fff !important;
	margin: 10px 0 25px !important;
}

.section-join {
	margin-top: 50px;
}

.section-join .group {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.section-join .group h4 {
	font-size: 43px !important;
	color: #0069ab !important;
}

.single-event {
	padding-bottom: 0 !important;
}

.single-event .module-contact.custom {
	padding-top: 320px;
	margin-top: -180px;
}

.default .module-contact.custom .ry-headline h2 {
	color: #fff !important;
}
.member-directory .direct-headline h3 {
	font-size: 40px !important;
	font-family: 'Playfair Display' !important;
	color: #0069ab !important;
	margin: 0 !important;
	padding: 0 160px;
}

.member-directory .ry-container {
	max-width: 1600px !important;
	width: 90% !important;
}

.member-directory .field-block {
	margin: 30px 0 20px;
}
.member-directory .field-block .wrapper {
	padding: 30px 160px 40px;
	background: #f2f7fb;
	border-radius: 30px;
}

.member-directory .field-block .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.member-directory .field-block .wrapper .filter p {
	font-size: 18px;
	color: #9c9c9c;
}

.member-directory .field-block .wrapper .filter .filter-order {
	display: flex;
	gap: 5px;
}

.member-directory .field-block .wrapper .filter .filter-order a {
	font-size: 22px;
	color: #333;
	font-weight: 400;
}

.member-directory .field-block .wrapper .filter .filter-order a:hover,
.member-directory .field-block .wrapper .filter .filter-order a.active {
	text-decoration: underline !important;
	color: #0069ab;
}

.member-directory .field-block .search-field .form-control {
	padding: 10px 0 10px 25px;
	width: 380px;
	height: auto;
	height: 40px;
	border: unset;
	background: transparent;
	font-size: 18px;
	color: #333;
	box-shadow: unset;
	border-bottom: 1px solid #000;
	border-radius: unset;
}

.member-directory .field-block .search-field .form-control::placeholder {
	color: #9c9c9c !important;
}

.member-directory .field-block .search-field  svg {
	position: absolute;
	bottom: 10px;
	width: 18px;
	height: 18px;
}

.member-directory .field-block .search-field {
	position: relative;
}

.member-list .each-member .inner-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap:10px
}
.member-list .each-member .inner-wrapper .button-wrapper .ry-btn {
	margin:auto
}
.member-list .wrapper .each-member {padding: 40px 160px;}


.member-list .wrapper .each-member .button-wrapper br {
	display: none;
}

.member-list .wrapper .each-member:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #babec3;

}

.section-page {
	height: 50px;
	margin-top: 60px;
	margin-bottom: 110px;
	position: relative;
}

.section-page:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	top: 50%;
	transform: translate(0, -50%);
	background: #b2d2e6;
}

.member-list .each-member .inner-wrapper .name {
	font-size: 28px;
	font-family: 'Playfair Display' !important;
	color: #0069ab;
}

.member-list .each-member .inner-wrapper .pname {
	font-size: 18px !important;
	color: #333 !important;
	line-height:1.2
}

.member-list .each-member .inner-wrapper > div {
	max-width:300px;
	width:100%;
}

.section-page #pagination_custom {
	display: flex;
	justify-content: center;
	padding: 0 60px;
	max-width: max-content;
	margin: auto;
	background: #fff;
	 gap: 5px;
}

.section-page #pagination_custom a {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	background: #fff;
	justify-content: center;
	border: 1px solid #f48b6e;
	border-radius: 5px;
	color: #f48b6e;
}

.section-page #pagination_custom a.active {
	background: #f48b6e;
	color: #fff;
}

.member-list.classifieds .wrapper .each-member .inner-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.member-list.classifieds .wrapper .each-member .inner-wrapper .pname p {
     text-align: left;   
}

.member-list.classifieds .wrapper .each-member .inner-wrapper .button-wrapper {
    margin-top: 20px;
}

.single-event.single-classifieds .ry-container .section-block .ry-flex .each-block:nth-child(1) {
    width: 25%;
    max-width: 320px;
}

.single-event.single-classifieds .ry-container .section-block .ry-flex {
    justify-content: flex-start;
}

.single-event.single-classifieds .ry-container .section-block .ry-flex .each-block .name {
    clear: both;
    padding-top: 10px;
    text-align: center;
}


.single-event.single-classifieds .ry-container .section-block .ry-flex .each-block .name .span-1 {
    font-size: 24px;
    font-family: 'Playfair Display';
    color: #0069ab;
}

.single-event.single-classifieds .ry-container .section-block .ry-flex .each-block .name .span-2 {
    color: #333;
    font-size: 16px;
    font-style: italic;
}

.single-event.single-classifieds .section-details .wrapper .each-details .text {
    display: flex;
    flex-direction: column;
}

.single-event.single-classifieds .section-details .wrapper .each-details .text .span-1 {
    font-size: 20px;
    font-family: 'Playfair Display';
}

.single-event.single-classifieds .section-details .wrapper .each-details .text a {
    color: #333;
    font-weight: 600;
}

.single-event.single-classifieds .section-details .wrapper .each-details .text a:hover {
    color: #0069ab;
}

.default .member-directory {
    padding-bottom: 0 !important;
}

@media (max-width: 1680px) {
	.section-page #pagination_custom a {
		width: 40px;
		height: 40px;
		min-width: 40px;
	}
	.member-list .wrapper .each-member, 
	.member-directory .field-block .wrapper,
	.member-directory .direct-headline h3 {
		padding-left: 8vw;
		padding-right: 8vw;
	}
}

@media (max-width: 1480px) {
	.single-event .ry-container .section-block .ry-flex .each-block h3 {
		font-size: 42px !important;
	}

	.single-event .section-details .wrapper .each-details .text {
		font-size: 18px;
	}

	.section-join .group h4, 
	.section-banner-bot .wrapper .group div h4 {
		font-size: 38px !important;
	}

	.single-event .section-details .wrapper .each-details .icons {
		width: 60px;
		height: 60px;
	}

	.single-event .section-details .wrapper .each-details .icons svg {
		width: 20px;
		height: 20px;
	}

	.single-event .ry-container .section-block .ry-flex .each-block:nth-child(2) {
		padding-left: 4vw;
	}
	.member-list .wrapper .each-member, 
	.member-directory .field-block .wrapper,
	.member-directory .direct-headline h3 {
		padding-left: 5%;
		padding-right: 5%;
	}

}
@media (max-width: 1280px) {
	.member-directory .field-block .wrapper .filter .filter-order a {
		font-size: 20px;
	}

	.member-list .each-member .inner-wrapper .name {
		font-size: 24px;
	}

	.member-directory .field-block .wrapper {
		align-items: flex-end;
	}

	.member-list .wrapper .each-member {
		padding-top: 30px;
		padding-bottom: 30px;
	}



	.member-directory .field-block .wrapper .filter p {
		font-size: 16px;
	}

	.member-directory .field-block .search-field .form-control {
		font-size: 16px !important;
		max-width: unset;
		width:100%
	}
	.member-directory .field-block .search-field {
		width:100%
	}
}


@media (max-width: 1080px) {
	.section-join .group {
		gap: 20px;
		justify-content: center;
		align-items: center;
	}

	.single-event .section-details .wrapper {
		padding-left: 5%;
		padding-right: 5%;
	}

	.section-banner-bot .wrapper {
		padding: 60px 5%;
		background-position: right;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.section-banner-bot .wrapper:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		background: #000;
		border-radius: 30px;
		opacity: .7;
	}

	.single-event .ry-container .section-block .ry-flex {
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}


	.single-event .ry-container .section-block .ry-flex .each-block:nth-child(2) {
		padding-left: 0;
	}

	.single-event .ry-container .section-block .ry-flex .each-block h3 {
		font-size: 38px !important;
	}


	.section-join .group h4, 
	.section-banner-bot .wrapper .group div h4 {
		font-size: 32px !important;
	}
	
	.events .button-wrapper button, 
	.events .button-wrapper .spacer {
		display: none;
	}

	.events .button-wrapper select#eventsMobile {
		font-size: 16px;
		line-height: 1;
		appearance: none !important;
		padding: 15px 40px 15px 30px;
		border-radius: 30px;
		background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
		background-position: calc(100% - 15px) center !important;
		background-repeat: no-repeat;
		display: block;
	}

	.single-event.single-classifieds .ry-container .section-block .ry-flex .each-block:nth-child(1) {
		width: auto;
	}

	.single-event.single-classifieds .section-details .wrapper {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 20px;
	}

	.single-event.single-classifieds .section-details .wrapper .each-details {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.single-event.single-classifieds .section-details .wrapper .each-details .text {
		text-align: center;
	}
}
@media (max-width: 768px) {
	.team-inner-page.style4 .ry-flex .ry-each {
		width: calc(50% - 20px);
		margin-left: 20px;
	}

	.team-inner-page.style4 .ry-flex {
		width: calc(100% + 20px);
		margin-left: -20px;
	}

	.team-inner-page.style4 .ry-flex .ry-each .photo:before {
		top: -10px;
		right: -10px;
	}
	.single-event .section-details .wrapper {
		gap: 20px;
		flex-wrap: wrap;
		justify-content: flex-start;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.single-event .section-details .wrapper .each-details .icons {
		width: 50px;
		height: 50px;
	}

	.single-event .section-details .wrapper .each-details {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 5px;
	}

	.single-event .section-details .wrapper .each-details .text {
		text-align: center;
	}

	.single-event .ry-container .section-block .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.member-list .each-member .inner-wrapper .pname {
		font-size: 16px !important;
	}
	.member-directory .field-block .wrapper {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}

	.member-directory .field-block .wrapper {
		align-items: center;
		justify-content: center;
	}

	.member-list .each-member .inner-wrapper .pname {
		font-size: 16px !important;
	}
	
	.events .button-wrapper {
		margin-bottom: 60px;
	}

	

	.event-container {
		max-width: 100% !important;
		width: 100%;
	}

	.events .calendarTemplate .fc-day-header span {
		font-size: 12px;
	}

	.events .calendarTemplate .fc-day-header {
		padding: 10px;
		line-height: 1;
	}

	.events .fc tbody .fc-row .fc-content-skeleton table {
		min-height: auto;
		height: 10vw;
	}

	.events .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
		font-size: 10px;
		padding: 7px;
	}

	.events .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group button {
		width: 30px;
		height: 30px;
		min-height: 30px;
	}

	.events .fc-icon-left-single-arrow:after, 
	.events .fc-icon-right-single-arrow:after {
		font-size: 100%;
	}

	.events .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group {
		gap: 5px;
	}

	.events .fc-toolbar.fc-header-toolbar h2 {
		font-size: 24px !important;
	}

	.events .fc-toolbar.fc-header-toolbar .fc-center h2 {
		font-size: 26px !important;
	}

	.events .fc tbody .fc-row .fc-content-skeleton tbody tr td {
		padding-left: 3px !important;
		padding-right: 3px !important;
	}

	.events .fc-event .fc-content {
		padding: 5px;
		border-radius: 4px;
	}

	.events .fc-event .fc-content span {
		font-size: 10px !important;
	}
}
@media (max-width: 640px) {
	.module-1 .photo {
		padding-bottom: 56.25%;
	}
	.module-1 {
		flex-direction: column;
	}

	.module-1 .ry-box-left {
		width: 100%;
	}

	.module-1 .ry-box-right {
		width: 100%;
	}

	.single-event .ry-container .section-block .ry-flex .each-block h3 {
		font-size: 36px !important;
	}

	.single-event .section-details .wrapper .each-details .text {
		font-size: 16px;
	}

	.section-join .group h4, 
	.section-banner-bot .wrapper .group div h4 {
		font-size: 30px !important;
	}
	.member-list .each-member .inner-wrapper {
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}

	.member-list .each-member .inner-wrapper * {
		text-align:center;
		line-height:1.2
	}

	.member-list .each-member .inner-wrapper .button-wrapper {
		margin-top: 10px;
	}
	.member-directory .field-block .search-field .form-control::placeholder {
		font-size:15px !important
	}
}

@media (max-width: 440px) {
	.events .fc tbody .fc-row .fc-content-skeleton table {
		height: 15vw;
	}

	.events .fc-event .fc-content span {
		font-size: 8px !important;
	}

	.events .fc tbody .fc-row .fc-content-skeleton tbody tr td {
		padding-left: 1px !important;
		padding-right: 1px !important;
	}

	.events .fc-event .fc-content {
		border-radius: 2px;
		padding: 3px;
	}
	.events .calendarTemplate .fc-day-header {
		padding-bottom: 15px;
	}

	.events .button-wrapper {
		margin-bottom: 30px;
	}
}
.ry-flex.old-team {
	flex-wrap: wrap;
	gap: 30px;
	clear: both;
	padding-top: 30px;
}

.ry-flex.old-team .each-team {
	width: calc(50% - 30px);
	border: 1px solid #dfdfdf;
}

.ry-flex.old-team .each-team .details {
	padding: 30px 20px;
	/* border: 1px solid #333; */
}

.ry-flex.old-team .each-team .details p {
	font-size: 16px;
	line-height: 1.2;
}

.ry-flex.old-team .each-team .details p span {
	display: block;
	margin-bottom: 20px;
	font-style: italic;
	font-size: 14px;
	margin-top: 5px;
}

.ry-flex.old-team .each-team .details a {
	font-size: 16px;
}



@media (max-width: 420px) {
	.ry-flex.old-team .each-team {
		width: 100%;

	}
	.member-directory .field-block .wrapper .filter .filter-order {
		flex-wrap: wrap;
		justify-content: center;
	}

	.member-directory .field-block .wrapper .filter .filter-order a {
		font-size: 14px;
	}
}
.default #awesomebar {
    position: relative;
}

body[data-page-name*="newsletter-for"] #ry-pg-body .ry-right {
	display: none;
}
body[data-page-name*="newsletter-for"] #ry-pg-body .ry-left {
	width: 100% !important;
	max-width: 100% !important;
}
/*
body[data-page-name*="newsletter-for"] #ry-section-header,
body[data-page-name*="newsletter-for"] #ry-pg-banner,
body[data-page-name*="newsletter-for"] #ry-footer {
	display: none;
}




body[data-page-name*="newsletter-for"] .ry-container {
	max-width: 100% !important;
	width: 90% !important;
}

body[data-page-name*="newsletter-for"] #ry-pg-body {
	padding: 0;
}

*/
.module-contact.custom .ry-btn.ry-btn-secondary:hover {
	border: solid 1px;
}

.module-43 .ry-right .ry-menu .nav-menu {
	gap:1vw
}

.module-43 .ry-right .ry-menu .nav-menu a {
	font-size: clamp(0.9375rem, 0.9056rem + 0.1307vw, 1.0625rem)!important
}

.module-43 .ry-left {
	max-width:fit-content;
}
.module-43 .ry-container .ry-logo img {
	max-width: 280px;
	transition: .5s;
}

.member-profile .ry-flex .each-block .each-wrapper .each-details .each-1 {
    max-width:420px;
    width:100%;
}

[data-page-id="WebPage-2240c1ce-d55f-4fa0-9825-0221d79f022d"] #ry-pg-body h3 {
	font-size: clamp(1.875rem, 1.7157rem + 0.6536vw, 2.5rem) !important;
	line-height:1.2
}
@media(max-width:1580px) {
	.module-43 .ry-container .ry-logo img {
		max-width: 20vw;
		transition: .5s;
	}
}

@media (max-width: 1280px) {
    .member-profile .ry-flex .each-block .each-wrapper .each-details {
        flex-direction: row;
        justify-content: space-between;
    }

    .member-profile .ry-flex .each-block .each-wrapper .each-details * {
        text-align:start
    }
   .member-profile .ry-flex .each-block .each-wrapper .each-details .each-1 {
    max-width:350px;
}
}
@media(max-width: 640px) {
       .member-profile .ry-flex .each-block .each-wrapper .each-details {
        flex-direction: column;
        justify-content: center;
    }
    .member-profile .ry-flex .each-block .each-wrapper .each-details .each-1 {
        max-width:100%;
    }
    .member-profile .ry-flex .each-block .each-wrapper *, .member-profile .ry-flex .each-block .each-wrapper .each-details {
        text-align:center !important
    }
   .member-profile .ry-flex .each-block .each-wrapper .each-details .each-2{
       margin:auto
   }
}


.member-directory .field-block .wrapper .filter .filter-order {
	flex-wrap:wrap;
	justify-content:center;
	
}
.member-profile .ry-flex .each-block .each-wrapper .ry-btn.ry-btn-secondary{
	text-wrap:nowrap !important;
}
.member-profile .ry-flex .each-block .each-wrapper .each-details .each-2 {
	max-width:200px;
	width:100%;
}
.member-profile .ry-flex .each-block .each-wrapper .each-details {
	flex-wrap:wrap;
	gap:10PX
}


/* HP edits <October 27, 2025>*/
	.module-events.custom .ry-flex .each-block:nth-child(3) {
		width: 100%;
	}

	.module-events.custom .ry-flex .each-block:nth-child(3) .photo img {
		object-position: top;
	}
	.module-43 .ry-right .ry-menu .nav-menu li a {
		text-align: center;
	}

	body em{
		color: white !important;
	}

	.module-hero.custom .card .ry-headline h1, .module-hero.custom .card .ry-headline h2 {
		margin: 0;
	}

	.module-43 .ry-right .ry-menu .nav-menu,
	.module-43 .ry-right{
		max-width: 1260px;
	}
	.module-welcome.custom .ry-flex {
		z-index: 1;
	}
	.module-welcome.custom {
		background: white;
	}
	.custom-spotlight-story .background-section, .custom-spotlight-story .background-section img {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background-size: cover;
		object-fit: cover;
	}

	.custom-spotlight-story .photo img {
		max-width: 180px;
		margin-bottom: 30px;
	}

	.custom-spotlight-story .text-wrapper {
		max-width: 50%;
	}

	.custom-spotlight-story .text-wrapper .ry-text {margin-top: 30px;}
	.custom-spotlight-story {
		padding: 8.6vh 0;
	}

	.module-contact.custom {
		margin-top: -4px;
	}
	.footer-custom {
		background: #ebece9;
	}
	@media screen and (max-width: 580px){
		.custom-spotlight-story .background-section, .custom-spotlight-story .background-section img {
			object-position: left;
		}

		.custom-spotlight-story .text-wrapper {
			max-width: 100%;
		}
	}
/* HP edits - END */