:root {
	--text-normal: 'Inter'!important;
		--clr-primary: #be162e;
		--clr-secondary: #0067b2;
		--clr-base: #e2ddd3;
		--lg-normal: 18px;
		--lg-small: 16px;
		--md-normal: calc(16px + 2 * ( (100vw - 320px) / 1660));
		--md-small: calc(14px + 2 * ( (100vw - 320px) / 1660));
		--light: 300;
		--normal: 400;
		--bold: 700;
		--leading-tight: 1.3;
		--leading-normal: 1.5;
		--leading-spaced: 1.7;
	}
	.ry-horizontal-line:after {
		background-color: #cce1f0;
	}
	.ry-headline h2 {
		font-size: 60px;
		font-weight: 300;
		color: #004894;
		line-height: 1.1;
		letter-spacing: -1px;
	}
	
	a:focus {
		outline: unset;
	}
	
	.ry-text p,
	.desc p {
		font-size: 18px;
		line-height: 1.5;
		font-weight: 400;
	}

	.ry-btn {
		padding: 17px 30px;
		border-radius: 13px;
		font-size: 16px;
		letter-spacing: -0.2px;
		line-height: 1;
		border: 1px solid var(--clr-primary);
			}
	.ry-btn.arrow-right:after {
		content: "";
		width: 16px;
		height: 16px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-arrow-right-short' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8'/%3E%3C/svg%3E");
		display: inline-block;
		background-size: 21px;
		margin-left: 5px;
		background-position: top;
	}

	.ry-btn.double-arrow-right:after {
		content: "";
		width: 12px;
		height: 12px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-double-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M3.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L9.293 8 3.646 2.354a.5.5 0 0 1 0-.708'/%3E%3Cpath fill-rule='evenodd' d='M7.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L13.293 8 7.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
		display: inline-block;
		background-size: 21px;
		margin-left: 5px;
		background-position: center;
		background-size: contain; 
		filter: invert(1);

	}
	.ry-btn.ry-btn-primary {
		background: var(--clr-primary) !important;
			color: #fff !important;
			}

	.ry-btn.ry-btn-primary:hover {
		background: var(--clr-secondary) !important;
			color: #fff !important;
			border-color: var(--clr-secondary);
				}

	.ry-btn.ry-btn-secondary {
		background: var(--clr-secondary) !important;
			color: #fff !important;
			border-color: var(--clr-secondary);
				}

	.ry-btn.ry-btn-secondary:hover {
		background: var(--clr-primary) !important;
			color: #fff !important;
			border-color: var(--clr-primary); 
				}

	.ry-btn.ry-btn-yellow {
		background: #eec24c !important;
		color: #133751 !important;
	}

	.ry-btn.ry-btn-yellow:hover {
		background: var(--clr-secondary) !important;
			color: #fff !important;
			border-color: var(--clr-secondary); 
				}

	.ry-btn.ry-btn-yellow:hover:after {
		filter: invert(1);
	}

	.link, .link a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 9;
		opacity: 0;
	}
	.section-background, 
	.section-background img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}


	.module-header {
		position: fixed;
		padding: 25px 10px;
	}

	.module-header .ry-right .ry-menu .nav-menu {
		top: 0;
		gap: 35px;
	}

	.module-header .ry-right .ry-menu .nav-menu .primary {
		padding: 0;
	}

	.module-header .ry-right {
		display: flex;
		flex-direction: row;
		align-items: center;
		max-width: unset;
	}

	.module-header .ry-left img {
		min-width: 140px;
	}

	.module-header .ry-right .ry-menu .nav-menu li a {
		padding-bottom: 0 !important;
		line-height: 1;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: initial;
		color: #000 1im;
	}
	.module-header .ry-right .ry-menu .nav-menu li.primary > a {
		padding: 15px 0 !important;
	}
	.module-header .ry-right .ry-menu .nav-menu li .dropdown-menu li.active a {
		color: var(--clr-secondary);
			}
	.ry-menu .ry-nav li.dropdown .dropdown-menu.hover {
		top: 40px !important;
	}
	.module-header .ry-flex {
		gap: 50px;
	}

	.module-header .ry-right .leads {
		max-width: max-content;
	}

	.module-header .ry-container {
		max-width: 1880px;
		width: calc(100% - 60px);
	}

	.module-header .ry-right .leads a {
		font-size: 18px;
		font-weight: 700;
		display: flex;
		align-items: center;
		gap: 13px;
		color: var(--clr-secondary);
			}

	.module-header .ry-right .leads a i {
		width: 25px;
		height: 25px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: var(--clr-secondary);
			border-radius: 5px;
			}
	
	.module-header .ry-right .leads a i svg {
		width: 12px;
		height: 12px;
		fill: #fff;
	}

	.module-header .ry-right .leads .button-wrapper {
		display: flex;
	}

	.module-header .ry-right .leads a:nth-child(1) {
		padding-right: 25px;
		margin-right: 25px;
		position: relative;
	}

	.module-header .ry-right .leads a:nth-child(1):after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		width: 1px;
		height: 45px;
		background: #b2b2b2;
		transform: translate(0, -50%);
	}

	.module-header .ry-right .leads a:nth-child(2) {
		color: var(--clr-primary);
			}

	.module-header .ry-right .leads a:nth-child(2) i {
		background: var(--clr-primary);
			}
	.module-header .ry-right .leads a:nth-child(2) {
    max-width: 210px;
		text-align: left;
}
	

.module-header .ry-right .leads a i {
    min-width: 25px;
}
	.module-header.fixed {
		background: #fff;
		box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.4);
		-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.4);
		-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.4);
	}

	.module-hero .container {
		width: calc(100% - 60px);
		margin: auto;
		/*max-width: 100%;*/
		max-width: 1880px;
	}

	.module-hero {
		display: flex;
		margin-top: 120px;
	}

	.module-hero .container .right-block {
		width: 19%;
		display: flex;
		flex-direction: column;
		gap: 10px;
		min-width: 358px;
	}

	.module-hero .container .ry-flex {
		gap: 10px;
	}

	.module-hero .container .left-block {
		width: 81%;
	}

	.advertise-sdar .photo {
		position: relative;
		padding-bottom: 82%;
	}

	.advertise-sdar .photo img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 15px;
	}


	.module-hero .container .right-block .each-item .text-inside,
	.advertise-sdar .text-inside {
		position: absolute;
		top: 40px;
		z-index: 1;
		padding: 0 30px;
	}

	.module-hero .container .right-block .each-item .text-inside .title h3 ,
	.advertise-sdar .text-inside .title h3 {
		font-size: 22px;
		font-weight: 800;
		color: #fff;
		text-align: left;
		margin-bottom: 15px;
		line-height: 1;
	}

	.module-hero .container .right-block .each-item .text-inside .item p,
	.advertise-sdar .text-inside .item p  {
		font-size: 16px;
		font-weight: 500;
		text-align: left;
		line-height: 1.3;
		color: #fff;
	}

	.module-hero .container .right-block .each-item .text-inside .desc p,
	.advertise-sdar .text-inside .desc p {
		font-size: 16px;
		font-weight: 500;
		color: #fff;
		line-height: 1;
		margin-bottom: 10px;
	}

	.module-hero .container .right-block .each-item .text-inside .ry-btn,
	.advertise-sdar .text-inside .ry-btn  {
		padding: 13px 30px;
		background: #eec24c !important;
		border-radius: 10px;
		font-weight: bold;
	}

	.advertise-sdar .text-inside .ry-btn:hover {
		background: #133751 !important;
		border-color: #133751;
		color: #fff !important;
	}
	.module-hero .container .right-block .each-item .text-inside .desc .ry-btn:after,
	.advertise-sdar .text-inside .desc .ry-btn:after {
		content: "";
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23133751' class='bi bi-arrow-right-short' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8'/%3E%3C/svg%3E");
	}

	.module-hero .container .right-block .each-item .text-inside .ry-btn,
	.advertise-sdar .text-inside .ry-btn  {
		background: #eec24c !important;
		border-color: #eec24c;
		color: #133751 !important;
	}


	.module-hero .container .left-block .hero-text {
		position: absolute;
		top: 90px;
		padding: 0 7.333%;
	}

	.module-hero .container .left-block .photo {
		position: relative;
		padding-bottom: 500px;
	}

	.module-hero .container .left-block .photo img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 15px;
	}

	.module-hero .container .left-block .hero-text .ry-headline h1 {
		font-size: 55px;
		font-weight: 300;
		color: #004894;
		max-width: 440px;
		margin-bottom: 25px;
		text-align: left;
	}

	.module-hero .container .left-block .hero-text input.form-control {
		height: 75px;
		border-radius: 37px;
		border-color: #d8d8d8;
		box-shadow: unset;
		padding-left: 35px;
		font-size: 18px;
		width: 100%;
	}

	.module-hero .container .left-block .hero-text input.form-control::placeholder {
		font-size: 18px !important;
		color: #000 !important;
		opacity: .5;
	}

	.module-hero .container .left-block .hero-text .search-bar-widget {
		width: 100%;
		max-width: 900px;
	}

	.module-hero .container .left-block .hero-text .search-bar-widget .input-group-btn {
		position: absolute;
		width: 50px;
		z-index: 2;
		right: 15px;
		top: 50%;
		transform: translate(0, -50%);
	}

	.module-hero .container .left-block .hero-text .search-bar-widget .input-group-btn button {
		width: 50px;
		height: 50px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #e41936;
		border-color: #e41936;
	}

	.module-hero .container .right-block .photo {
		position: relative;
		height: 100%;
	}

	.module-hero .container .right-block .photo img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.module-hero .container .right-block .photo {
		position: relative;
		padding-bottom: unset;
	}
	.module-hero .container .right-block .photo img {
		position: relative;
		top: unset;
		left: unset;
		width: auto;
		height: 100%;
		object-fit: contain;
	}
	.module-hero .container .right-block .each-item {
		height: 50%;
	}
	.module-hero .container .right-block .each-item {
		height: auto;
	}
	.module-hero .container .right-block .each-item .inner-wrapper {
		height: 100%;
	}
	.module-hero .container .right-block .photo img {
		border-radius: 20px;
	}

	.module-hero .container .left-block .photo {
		padding: 0;
		height: 100%;
	}

	.module-hero .container .left-block .each-wrapper {
		height: 100%;
	}
	.module-welcome-cta {
		padding: 110px 0;
	}


	.module-welcome-cta .ry-headline h2 {
		max-width: 1000px;
		margin: auto;
		margin-bottom: 20px;
	}

	.module-welcome-cta .ry-text p {
		max-width: 920px;
		margin: auto;
		margin-bottom: 50px;
	}

	.module-welcome-cta .ry-container {
		max-width: 1440px;
		width: 90%;
	}

	.module-welcome-cta .ry-container .ry-flex {
		gap: 45px;
	}

	.module-welcome-cta .ry-container .ry-each .photo {
		position: relative;
		padding-bottom: 120%;
	}

	.module-welcome-cta .ry-container .ry-each img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 25px;
	}

	.module-welcome-cta .ry-container .ry-each .details {
		position: absolute;
		top: 25px;
		z-index: 2;
		padding: 0 20px;
	}


	.module-welcome-cta .ry-container .ry-each .details .button-wrapper {
		display: flex;
		justify-content: center;
		margin-top: 10px;
	}

	.module-welcome-cta .ry-container .ry-each .details .title div .span-2 {
		/* max-width: 210px; */
		text-transform: uppercase;
		color: var(--clr-secondary);
			font-weight: 900;
			font-size: 34px;
			/* text-align: center; */
			display: block;
			}

	.module-welcome-cta .ry-container .ry-each .details .title div {
		display: flex;
		flex-direction: column;
		gap: 5px;
		line-height: 1;
		font-size: 22px;
		font-weight: 500;
	}

	.module-welcome-cta .ry-container .ry-each.each-1 .details .title div .span-2, 
	.module-welcome-cta .ry-container .ry-each.each-4 .details .title div .span-2 {
		text-transform: initial;
	}

	.module-welcome-cta .ry-container .ry-each .photo:before {
		content: "";
		position: absolute;
		top: -5px;
		left: -5px;
		width: calc(100% + 10px);
		height: calc(100% + 10px);
		z-index: -1;
		border: 1px solid #d2e2ea;
		border-radius: 30px;
	}

	.module-events {
		padding: 120px 0;
		background: #eaf6fe;
	}

	.module-events .ry-container {
		width: 90%;
		max-width: 1440px;
	}

	.module-events .ry-flex {
		margin-top: 60px;
	}

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

	.module-events .ry-flex .ry-each .photo {
		position: relative;
		padding-bottom: 76.25%;
		margin-bottom: 50px;
		border-radius: 25px;
		overflow: hidden;
	}

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

	.module-events .ry-flex .ry-each  .date {
		font-size: 16px;
		color: #004894;
		font-weight: 600;
	}

	.module-events .ry-flex .ry-each .title h4 {
		font-size: 23px;
		text-align: left;
		margin: 20px 0 12px;
		font-weight: 700;
		max-width: 380px;
		line-height: 1.2;
		text-transform: initial;
	}


	.module-events .ry-flex .ry-each .desc p {
		font-size: 16px;
		text-align: left;
		line-height: 1.4;
		font-weight: 400;
	}

	.module-classes {
		padding: 130px 0;
	}

	.module-classes .ry-flex {
		flex-direction: column;
	}

	.module-classes .ry-flex .ry-each {
		padding: 40px 0;
		border: 1px solid #cccccc;
		border-left: unset;
		border-right: unset;
		border-bottom: unset;
	}

	.module-classes .ry-flex .ry-each .details {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}

	.module-classes .ry-flex .ry-each .details .date {
		display: flex;
		align-items: center;
		gap: 25px;
		min-width: 140px;
	}

	.module-classes .ry-flex .ry-each .details .date span {
		width: 66px;
		font-size: 60px;
		font-weight: 900;
	}

	.module-classes .ry-flex .ry-each .details .date div {
		display: flex;
		flex-direction: column;
		gap: 7.5px;
		max-width: 50px;
		font-size: 16px;
	}

	.module-classes .ry-flex .ry-each .details .date div p {
		line-height: 1;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 22px;
	}

	.module-classes .ry-flex .ry-each .details .photo {
		max-width: 240px;
		width: 20%;
	}

	.module-classes .ry-flex .ry-each .details .photo img {
		aspect-ratio: 16 / 9;
		object-fit: cover;
		min-height: 150px;
	}

	.module-classes .ry-flex .ry-each .details .desc {
		max-width: 670px;
		width: 50%;
		padding: 20px 0;
	}

	.module-classes .ry-container {
		max-width: 1440px;
		width: 90%;
	}

	.module-classes .ry-flex .ry-each .details .button-link {
		margin: auto 0;
	}

	.module-classes .ry-flex .ry-each .details .button-link a {
		width: 50px;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: var(--clr-secondary);
			border-radius: 6px;
			}

	.module-classes .ry-flex .ry-each .details .button-link a:hover {
		background: var(--clr-primary);
			}

	.module-classes .ry-flex .ry-each .details .button-link a svg {
		width: 22px;
		height: 22px;
		fill: #fff;
	}

	.module-classes .ry-flex .ry-each .details .desc h5 {
		margin-bottom: 20px;
		text-transform: uppercase;
		font-size: 18px;
		color: #333;
		opacity: .5;
	}

	.module-classes .ry-flex .ry-each .details .desc h3 {
		max-width: 570px;
		font-size: 24px;
		text-align: left;
		font-weight: 700;
		letter-spacing: -0.2px;
		margin-bottom: 10px;
	}

	.module-classes .ry-flex .ry-each .details .desc p {
		text-align: left;
		line-height: 1.4;
		font-size: 18px;
		font-weight: 400;
	}

	.module-classes .headline-group {
		margin-bottom: 60px;
	}

	.module-classes .headline-group {
		display: flex;
		gap: 30px;
		align-items: center;
	}

	.module-classes .headline-group .photo {
		max-width: 700px;
		margin-left: auto;
		width: 60%;
	}

	.module-member {
		padding: 230px 0 140px;
	}

	.module-member .ry-container {
		max-width: 1280px;
		width: 90%;
	}

	.module-member .ry-flex {
		margin-bottom: 80px;
		gap: 15px;
	}

	.module-member .ry-flex .icon {
		position: relative;
		padding-bottom: 100%;
		border-radius: 20px;
		border: 2px solid #fff;
	}

	.module-member .ry-flex .icon img {
		position: absolute;
		height: 45px;
		width: auto;
		object-fit: contain;
		right: 26px;
		top: 25px;
	}

	.module-member .ry-flex .icon .icon-svg {
		width: max-content;
		position: absolute;
		right: 25px;
		top: 25px;
	}

	.module-member .ry-flex .icon .icon-svg svg {
		height: 50px;
		width: auto;
		fill: #fff;
	}

	.module-member .ry-flex .ry-each:nth-child(even) .icon .icon-svg svg {
		fill: #0067b2;
	}

	.module-member .ry-flex .ry-each .title {
		position: absolute;
		bottom: 35px;
		left: 35px;
		font-size: 22px;
		color: #fff;
		font-weight: 400;
		line-height: 1.2;
	}

	.module-member .ry-flex .ry-each:nth-child(even) .icon {
		background: #fff;
	}

	.module-member .ry-flex .ry-each:nth-child(even) .title {
		color: var(--clr-secondary);
			}

	.module-member .ry-headline h2 {
		color: #fff;
		margin-bottom: 40px;
	}

	.module-member .ry-text p {
		text-align: center;
		color: #fff;
		font-size: 20px;
		line-height: 1.6;
		max-width: 960px;
		margin: auto;
		font-weight: 400;
		/* margin-bottom: 40px; */
	}

	.module-member .button-wrapper .ry-btn {
		margin: auto;
		display: flex;
		max-width: max-content;
	}

	.module-member .ry-text {
		margin-bottom: 20px;
	}

	.module-member .section-background img {
		object-position: top;
	}

	.module-member .ry-flex .ry-each .icon .icon-svg svg {
		transition: .5s;
	}

	.module-member .ry-flex .ry-each:hover .icon .icon-svg svg {
		transform: scale(1.2);
	}

	.module-hero .container .right-block .each-item .text-inside .desc p a, 
	.advertise-sdar .text-inside .desc p a {
		color: #fff;
	}

	.module-hero .container .right-block .each-item .text-inside .inner-text-carousel {
		margin-bottom: 10px;
	}

	#footer .footer-top {
		padding: 110px 0 100px;
		background: #f5f5f5;
	}

	#footer .footer-top .ry-flex .ry-each {
		width: 23%;
		max-width: 300px;
	}

	#footer .footer-top .ry-flex .ry-each:nth-child(1) {
		min-width: 280px;
	}

	#footer .footer-top .ry-flex .ry-each .inner-wrapper {
		margin-top: 35px;
		display: flex;
		align-items: center;
		gap: 10px;
	}

	#footer .footer-top .ry-flex .ry-each .inner-wrapper .text {
		font-size: 16px;
		color: #666;
	}

	#footer .footer-top .ry-flex .ry-each .inner-wrapper .ry-social {
		padding-left: 0;
	}

	#footer .footer-top .ry-flex .ry-each .inner-wrapper .ry-social li {
		margin: 0;
		width: auto;
		height: auto;
	}

	#footer .footer-top .ry-flex .ry-each .inner-wrapper .ry-social .social-inner-wrap {
		display: flex;
		gap: 6px;
		width: 100%;
	}

	#footer .footer-top .ry-flex .ry-each .inner-wrapper .ry-social .social-inner-wrap a {
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		min-width: 42px;
		background: #dcdcdc;
	}

	#footer .footer-top .ry-flex .ry-each .inner-wrapper .ry-social .social-inner-wrap a svg {
		width: 20px;
		height: 20px;
		fill: #6e6e6e;
	}

	#footer .footer-title {
		font-size: 22px;
		color: var(--clr-secondary);
			}

	#footer .footer-top .ry-flex .ry-each:nth-child(2) .footer-title {
		margin-bottom: 30px;
	}

	#footer .footer-top .ry-flex .ry-each .footer-list ul {
		padding-left: 0;
		list-style: none;
	}

	#footer .footer-top .ry-flex .ry-each .footer-list ul li a {
		font-size: 16px;
		line-height: 1;
	}

	#footer .footer-top .ry-flex .ry-each .footer-list ul li {
		line-height: inherit;
	}

	#footer .footer-top .ry-flex .ry-each .footer-list ul li:not(:last-child) {
		margin-bottom: 13px;
	}

	#footer .footer-top .ry-flex .ry-each .live-support a {
		font-size: 22px;
		font-weight: 800;
		color: var(--clr-secondary);
			display: block;
			margin-top: 5px;
			}

	#footer .footer-top .ry-flex .ry-each .live-support {
		margin-bottom: 20px;
	}

	#footer .footer-top .ry-flex .ry-each .hours {
		font-size: 16px;
		text-align: left;
		line-height: 1.3;
		margin-bottom: 30px;
	}

	#footer .footer-top .ry-flex .ry-each a:hover {
		color: var(--clr-secondary);
	}
	
	#footer .footer-top .ry-flex .ry-each .advertise-sdar .inner-wrapper {
		margin-top: 0;
	}

	#footer .ry-container {
		max-width: 1200px;
		width: 90%;
	}

	#footer .footer-top .ry-flex .ry-each:nth-child(2), #footer .footer-top .ry-flex .ry-each:nth-child(3) {
		max-width: 220px;
	}

	#footer .footer-top .ry-flex .ry-each:nth-child(2):before {
		content: "";
		position: absolute;
		right: -40px;
		width: 50px;
		height: 257px;
		background-image: url(../png/footer_shadow.png);
		top: -5%;
	}

	#footer .footer-bottom .ry-container {
		padding: 35px 0 30px;
	}

	#footer .footer-bottom .ry-container .ry-flex {
		justify-content: space-between;
		gap: 10px;
	}

	#footer .footer-bottom .ry-container .ry-flex .ry-each {
		max-width: max-content;
	}

	#footer .footer-bottom .ry-container .ry-flex .ry-each * {
		font-size: 16px;
		color: #666;
		text-transform: uppercase;
	}

	#footer .footer-bottom .ry-container .ry-flex .ry-each  .footer-powered {
		display: flex;
		gap: 5px;
	}

	#footer .footer-bottom .ry-container .ry-flex .ry-each .footer-powered img {
		width: 110px;
	}

	#footer .footer-bottom {
		display: flex;
	}


	/* CAREERS */
	.mainContent {
		padding: 105px 0;
	}

	.mainContent .ry-container {
		max-width: 1440px;
		width: 90%;
	}

	.mainContent .ry-container .each {
		width: calc(50% - 15px);
	}
	.mainContent .ry-container .each.each-right.full-width {
		width: 100% !important;
	}
	.mainContent .ry-container .each .jobs {
		padding: 45px 30px 40px 40px;
		border: 1px solid #e1e1e1;
		border-radius: 20px;
	}

	.mainContent .ry-container .each .jobs .title {
		font-size: 24px;
		font-weight: 700;
		color: #333333;
		margin-bottom: 20px;
	}

	.mainContent .ry-container .each .jobs .button-wrapper {
		display: flex;
		gap: 7px;
		align-items: center;
	}

	.mainContent .ry-container .each .jobs .button-wrapper .btn-style {
		font-size: 16px;
		color: #666666;
		padding: 17px 25px;
		background: #f2f2f2;
		border-radius: 30px;
		display: flex;
		gap: 10px;
	}

	.mainContent .ry-container .each .jobs .button-wrapper .apply {
		display: flex;
		font-size: 19px;
		gap: 10px;
		margin-left: auto;
		color: var(--clr-secondary);
			font-weight: 600;
			align-items: center;
			}

	.mainContent .ry-container .each .jobs .button-wrapper .apply .icon {
		width: 45px;
		height: 45px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		background: var(--clr-secondary);
			}

	.mainContent .ry-container .each .jobs .button-wrapper .apply .icon svg {
		fill: #fff;
	}

	.mainContent .ry-container .each .innerWrapper {
		display: flex;
		flex-direction: column;
		gap: 25px;
	}

	.mainContent .ry-container .each .details {
		padding: 60px 60px;
		border: 1px solid #e1e1e1;
		border-radius: 20px;
	}

	.mainContent .ry-container .each .details .title {
		font-size: 24px;
		font-weight: 700;
		color: var(--clr-secondary);
			margin-bottom: 30px;
			}

	.mainContent .ry-container .each .details .header-accord {
		padding: 25px 0;
		font-size: 22px;
		border-bottom: 1px solid #cccccc;
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.mainContent .ry-container .each .details .description-accord {
		padding: 30px 0;
		border: unset;
		border-radius: unset;
	}

	.mainContent .ry-container .each .details .description-accord p {
		font-size: 16px;
		text-align: left;
		line-height: 1.6;
	}

	.mainContent .ry-container .each .details .each-accord:nth-child(2) .header-accord {
		border-top-color: transparent;
	}


	.mainContent .ry-container .each .form-control {
		height: 55px;
		border-radius: 5px;
		font-size: 16px;
		padding-left: 20px;
	}

	.formWrapper {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		justify-content: space-between;
	}

	.formWrapper .form-group {
		margin: 0;
	}

	.formWrapper .md-field {
		width: calc(50% - 5px);
	}

	.formWrapper .lg-field {
		width: 100%;
	}

	.formWrapper .upload {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 0;
		margin-top: 15px;
	}

	.formWrapper .upload .uploadbtn {
		max-width: 180px;
	}

	.formWrapper .upload .uploadbtn .form-control {
		opacity: 0;
	}

	.formWrapper .upload .uploadbtn .form-group:after {
		content: "UPLOAD FILE";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: var(--clr-secondary);
			border-radius: 10px;
			display: flex;
			align-items: center;
			justify-content: center;
			font-size: 16px;
			color: #fff;
			z-index: -1;
			}

	.formWrapper .upload p {
		font-size: 16px !important;
		line-height: 1.2 !important;
	}

	.formWrapper .upload p .span-1 {
		font-size: 18px;
		font-weight: bold;
		color: #333;
	}

	.mainContent .ry-container .each .details .each-accord:last-child .description-accord {
		padding-bottom: 0;
	}

	.mainContent .ry-container .each .details .description-accord .button-wrapper {
		bottom: 0;
		margin-bottom: -60px;
		margin-left: -60px;
		margin-right: -60px;
		display: flex;
		width: calc(100% + 120px);
		align-items: center;
		justify-content: center;
		padding: 25px;
		background: #247cbd;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
		margin-top: 30px;
		gap: 10px;
	}

	.mainContent .ry-container .each .details .description-accord .button-wrapper .form-group {
		margin-bottom: 0;
		width: auto;
	}

	.mainContent .ry-container .each .details .description-accord .button-wrapper .btn-white {
		background: #fff;
		border: 1px solid #fff;
		color: #247cbd;
		text-transform: uppercase;
		font-size: 17px;
	}

	.mainContent .ry-container .each .details .description-accord .button-wrapper .btn-white.btn-trans:not(:hover) {
		background: transparent;
		color: #fff;
	}
	.mainContent .ry-container .each .details .description-accord .button-wrapper {
		position: absolute;
		top: unset;
		margin-top: 0;
	}

	.mainContent .ry-container .each .details .description-accord .fieldset {
		display: flex;
	}


	.mainContent .ry-container .each .details .each-accord:last-child .description-accord form {
		padding-bottom: 80px;
	}

	.mainContent .ry-container .each .details .description-accord .container-fluid div {
		font-size: 14px;
	}
	.mainContent .ry-container .each .jobs:hover,
	.mainContent .ry-container .each .jobs.active {
		background: #eaf6fe;
		border-color: #b0d0e7;
	}

	.mainContent .ry-container .each .jobs:hover .button-wrapper .btn-style,
	.mainContent .ry-container .each .jobs.active .button-wrapper .btn-style {
		background: #fff;
		color: #333;
	}

	.mainContent .ry-container .each .jobs * {
		transition: .2s;
	}

	.mainContent .ry-container .each .jobs:hover .title,
	.mainContent .ry-container .each .jobs.active .title {
		color: var(--clr-secondary);
			}
	.mainContent .ry-container .each .jobs:hover {
		cursor: pointer;
	}
	.mainContent .ry-container .each .details .header-accord:after {
		content: "";
		border: solid #333;
		border-width: 0 1px 1px 0;
		display: inline-block;
		padding: 6px;
		content: "";
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		position: absolute;
		right: 10px;
		top: 30px;
		transition: .3s;
	}
	.mainContent .ry-container .each .details .header-accord.disabled-accord:after {
		opacity: 0;
	}
	.mainContent .ry-container .each .details .header-accord.active:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}


	.container-fluid {
		clear: both;
		/* position: absolute; */
		/* display: none; */
	}



	.slug-banner {
		height: 55px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: var(--clr-secondary);
			}

	.slug-banner .ry-flex {
		align-items: center;
		padding: 0 160px;
	}

	.slug-banner .ry-flex .breadsrcumbs {
		font-size: 16px;
	}

	.slug-banner .ry-flex .breadcrumbs svg {
		width: 12px;
		min-width: 12px;
		height: 12px;
		fill: #fff;
		margin: 0 5px;
	}

	.slug-banner .ry-flex .breadcrumbs a {
		font-size: 16px;
		color: #fff;
	}

	.slug-banner .ry-flex .breadcrumbs a:last-child {
		font-weight: bold;
	}

	.slug-banner .ry-container {
		width: 90%;
		max-width: 1680px;
	}

	.slug-banner:after {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		width: 30%;
		height: 100%;
		background: #144e78;
	}

	.slug-banner .each-right {
		position: relative;
		z-index: 2;
		max-width: 420px;
	}

	.slug-banner .each-right .form-control {
		height: 55px;
		border: unset;
		box-shadow: unset;
		background: #144e78;
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
		padding-left: 60px;
		font-size: 16px;
		color: #fff;
	}

	.slug-banner .each-right .form-control::placeholder {
		font-size: 16px;
		color: #fff !important;
	}

	.slug-banner .each-right .input-group:before {
		content: "";
		position: absolute;
		left: 30px;
		width: 20px;
		height: 20px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001q.044.06.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1 1 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0'/%3E%3C/svg%3E");
		z-index: 22;
		background-position: center;
		background-size: contain;
		top: 50%;
		transform: translate(0, -50%);
	}

	.slug-banner .each-right .input-group .input-group-btn {
		opacity: 0;
	}

	.breadcrumbs.dynamic {
		display: flex;
		align-items: center;
	}

	.staff-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 60px 65px;
		justify-content: flex-start;
	}
	.staff-list:not(:last-child) {
		margin-bottom: 60px;
	}

	.sdar-staff {
		padding: 100px 0;
	}

	.sdar-staff .ry-container {
		width: 90%;
		max-width: 1440px;
	}

	.sdar-staff .group-banner .photo {
		position: relative;
		padding-bottom: 210px;
		overflow: hidden;
		border-radius: 20px;
	}

	.sdar-staff .group-banner .photo img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.sdar-staff .group-banner .title {
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
		padding: 25px;
		padding-left: 50px;
		background: rgba(0,0,0,0.6);
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
		font-size: 33px;
		font-weight: 300;
		color: #fff;
	}

	.sdar-staff .group-banner .title span {
		font-weight: 800;
		font-size: 18px;
		margin-left: 7px;
		position: relative;
		top: -15px;
	}

	.sdar-staff .group-banner {
		margin-bottom: 60px;
	}

	.staff-list .each {
		max-width: 310px;
		width: 25%;
	}

	.template .staff-list .each .photo {
		position: relative;
		padding-bottom: 100%;
		margin-bottom: 30px;
		border-radius: 20px;
	}

	.template .staff-list .each .photo img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 20px;
	}

	.template .sdar-staff:not(.main-staff-template) .staff-list .each .photo:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		background: #0067b2;
		z-index: 1;
		border-radius: 20px;
		opacity: .4;
		width: 0;
		height: 0;
		bottom: 0;
		right: 0;
		transition: .5s;
	}

	.template .sdar-staff:not(.main-staff-template) .staff-list .each:hover .photo:before {
		width: 100%;
		height: 100%;
	}

	.template .sdar-staff:not(.main-staff-template) .staff-list .each:hover .photo img {
		filter: grayscale(1);
	}

	.template .sdar-staff:not(.main-staff-template) .staff-list .each .photo img {
		transition: .8s;
	}

	.staff-list .each .photo .icon {
		position: absolute;
		z-index: 2;
		bottom: 20px;
		right: 25px;

	}

	.staff-list .each .photo .icon a {
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #fff;
		border-radius: 50%;
	}

	.staff-list .each .photo .icon a svg {
		width: 20px;
		height: 20px;
		fill: #224968;
	}

	.staff-list .each .details {
		clear: both;
	}

	.staff-list .each .details h4 {
		font-size: 24px;
		letter-spacing: -0.5px;
		line-height: 1;
		display: block;
		text-transform: initial;
	}

	.staff-list .each .details p {
		font-size: 16px;
		color: var(--clr-secondary);
			font-weight: 600;
			letter-spacing: -0.3px;
			margin: 0;
			line-height: 1;
			margin: 13px 0 8px;
			text-align: left;
			} 

	.staff-list .each .details h5 {
		font-size: 16px;
		font-weight: 400;
		line-height: 1;
		color: #666;
		text-transform: initial;
	}
	.sdar-staff .group:not(:last-child) {
		margin-bottom: 120px;
	}

	.sdar-banner.staff-banner .ry-container {
		max-width: 1440px;
	}

	.sdar-banner.staff-banner .ry-container .ry-text p {
		max-width: 1330px;
	}


	.sdar-staff.board-template .staff-list {
		gap: 80px 30px;
	}

	.staff-list:not(:last-child) {
		margin-bottom: 80px;
	}
	.sdar-staff.board-template .staff-list .each {
		width: calc(33.33% - 15px);
		max-width: 330px;
	}

	.sdar-staff.board-template .staff-list {
		justify-content: center;
	}
	/*
	.sdar-staff.board-template:not(.director-list) .staff-list .each:nth-child(1) {
	margin-left: 10vw;
}

	.sdar-staff.board-template:not(.director-list) .staff-list .each:nth-child(3) {
	margin-right: 10vw;
}
	*/
	.sdar-staff.board-template:not(.director-list) .staff-list {
		gap: 50px 30px;
	}

	.sdar-staff.director-list {
		padding-top: 210px;
		background: #f2f2f2;
		padding-bottom: 160px;
	}


	.sdar-staff.board-template.instructor-version .staff-list {
		gap: 50px 30px;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		justify-content: center;
		align-items: center;
	}
	.sdar-staff.board-template.instructor-version .staff-list .each:nth-child(2) {
		/*
		grid-column: span 2; 
		grid-column: 3 / 4;
		*/
		margin: 0 !important;
	}

	.sdar-staff.board-template.instructor-version .staff-list .each:nth-child(1) {
		/*
		grid-column: 2 / 3;
		*/
		margin: 0 !important;
	}
	.sdar-staff.board-template.instructor-version .staff-list .each:nth-child(3) {
		/*
		grid-column: 1;
		*/
		margin: 0;
	}
	.sdar-staff.board-template.instructor-version .staff-list .each {
		width: 100% !important;
		max-width: 100% !important;
	}


	.sdar-staff.top-block-static .staff-list .each:nth-child(1) {
		margin-left: 25%;
	}

	.sdar-staff.top-block-static .staff-list .each:nth-child(2) {
		margin-right: 25%;
	}

	.sdar-staff.top-block-static .staff-list .each:nth-child(3) {
		margin-left: auto;
	}

	.sdar-staff.top-block-static .staff-list .each:nth-child(5) {
		margin-right: auto;
	}

	.sdar-staff.bottom-block-static {
		padding: 160px 0;
		background: #f1f1f1;
	}

	.sdar-staff.bottom-block-static .each:not(.col-xs-12) {
		display: none;
	}
	
	.leader-photo {
		position: absolute;
		left: 50%;
		max-width: 600px;
		bottom: 0;
	}

	.leader-photo .wrapper {
		display: flex;
		align-items: center;
	}

	.leader-photo .wrapper .details-wrap {
		display: flex;
		flex-direction: column;
	}

	.leader-photo .wrapper .details-wrap .top-name {
		display: flex;
		gap: 10px;
		margin-bottom: 5px;
		align-items: center;
	}

	.leader-photo .wrapper .details-wrap .top-name .icon a {
		width: 35px;
		height: 35px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #fff;
		border-radius: 50%;
		min-width: 35px;
	}

	.leader-photo .wrapper .details-wrap .top-name .icon a svg {
		width: 16px;
		height: 16px;
		fill: #0067b2;
	}

	.leader-photo .wrapper .details-wrap .top-name h4 {
		font-weight: bold;
		font-size: 24px;
		color: #fff;
	}

	.leader-photo .wrapper .left-photo img {
		max-width: 240px;
		min-width: 200px;
		max-height: 210px;
		object-fit: contain;
	}

	.leader-photo .wrapper .each {
		max-width: max-content;
	}

	.leader-photo .wrapper .details-wrap .title-new .clr-based {
		font-weight: 600;
		color: #8fe9ff;
	}

	.leader-photo .wrapper .details-wrap .title-new {
		font-size: 16px;
		color: #b5cfe2;
		text-align: left;
		line-height: 1.4;
	}

	.main-staff-template .staff-list .photo:before {
		content: "";
		position: absolute;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: url(../png/bg_staff_light_version.png);
		background-size: cover;
		bottom: 0;
	}
	.main-staff-template .staff-list .photo[data-photo*="Placeholder"]:before,
	.main-staff-template .staff-list .photo[data-photo*="hiring"]:before, 
	.main-staff-template .staff-list .photo[data-photo*="sam"]:before {
		opacity: 0;
	}

	/* CALENDAR */
	.events {
		padding: 105px 0 120px;
	}

	.events .ry-container {
		max-width: 1440px;
		width: 90%;
	}

	.events #calendar .fc-toolbar-chunk .fc-today-button {
		display: none;
	}

	.events #calendar .fc-toolbar-chunk button {
		width: 38px;
		padding: 0;
		height: 38px;
		border-radius: 50%;
		background: #e9e9e9;
		border-color: #e9e9e9;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.events #calendar .fc-toolbar-chunk button span {
		color: #333;
		font-size: 22px;
	}

	.events #calendar .fc-toolbar-chunk {
		gap: 10px;
		display: flex;
	}

	.events #calendar .fc-toolbar-chunk .fc-button-group {
		display: flex;
		gap: 10px;
	}

	.events .fc .fc-toolbar {
		justify-content: flex-start;
		gap: 25px;
	}

	.events .fc .fc-toolbar-title {
		font-size: 28px;
		letter-spacing: -1px;
		color: #333;
	}

	.events .button-wrapper {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.events .button-wrapper .event-layout {
		display: flex;
		border-radius: 10px;
		background: #e4e4e4;
		margin-right: 25px;
		position: relative;
	}

	.events .button-wrapper .event-layout a {
		width: 48px;
		height: 48px;
		background: #e6e6e6;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.events .button-wrapper .event-layout a.active {
		background: #fff;
		box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
		border-radius: 10px;
	}

	.events .button-wrapper .event-layout a:nth-child(1) {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}

	.events .button-wrapper .event-layout a:nth-child(2) {
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}

	.events .button-wrapper .event-layout:before {
		content: "";
		position: absolute;
		right: -25px;
		height: 100%;
		width: 1px;
		background: #666;
	}

	.events .buttonlist-right .button-wrapper {
		display: flex;
		gap: 10px;
	}

	.events .buttonlist-right .button-wrapper button {
		display: flex;
		min-width: 150px;
		max-width: 150px;
		border-radius: 30px;
		align-items: center;
		justify-content: center;
		gap: 10px;
		background: transparent !important;
		color: #333 !important;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: -1px;
		border-color: #e1e1e1;
	}
	.events .buttonlist-right .button-wrapper button[disabled] {
		opacity: .5;
	}
	.events .buttonlist-right .button-wrapper button .icon {
		width: 21px;
		height: 21px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #666;
		border-radius: 50%;
		min-width: 21px;
	}

	.events .buttonlist-right .button-wrapper button .icon svg {
		width: 12px;
		height: 12px;
		fill: #fff;
	}

	.events .buttonlist-right .button-wrapper button[data-filter="Caravans"] .icon {
		background: #95b94d;
	}

	.events .buttonlist-right .button-wrapper button[data-filter="Events"] .icon {
		background: #e3a101;
	}

	.events .buttonlist-right .button-wrapper button[data-filter="Classes"] .icon {
		background: #c678ef;
	}


	.events .buttonlist-right {
		display: flex;
		align-items: center;
	}
	select {
		padding-right: 2.5em;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		background: url('data:image/svg+xml;utf8,<svg fill="black" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 0.75em center;
		background-size: 1em;
	}
	.events .buttonlist-right #viewSelector {
		width: 150px;
		height: 54px;
		border-radius: 15px;
		background: #e9e9e9;
		border-color: #e9e9e9;
		box-shadow: unset;
		font-size: 17px;
		font-family: var(--text-normal);
			font-weight: 600;
			letter-spacing: -0.5px;
			appearance: none;
			-webkit-appearance: none;
			-moz-appearance: none;
			background: url('data:image/svg+xml;utf8,<svg fill="black" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 0.75em center;
			background-size: 1em;
			}

	.events .fc .fc-toolbar {
		position: absolute;
		top: 0;
		left: 140px;
	}

	.events .ry-content > .button-wrapper {
		margin-bottom: 50px;
	}

	.events .fc-daygrid .fc-col-header-cell {
		height: 88px;
		border: transparent;
		background: #f5f7fc;
		vertical-align: middle;
		/* text-align: center; */
	}

	.events .fc-daygrid .fc-col-header-cell div {
		text-align: center;
	}

	.events .fc-daygrid .fc-col-header-cell div a {
		font-size: 17px;
		text-transform: uppercase;
		font-family: var(--text-normal);
			letter-spacing: -0.5px;
			color: #333333;
			}

	.events .fc-daygrid .fc-col-header {
		border: unset;
	}

	.events .fc-daygrid .fc-col-header tr {
		border: unset;
	}

	.events .fc-scrollgrid {
		border: unset;
	}

	.events .fc .fc-daygrid-event {
		padding: 8px 12px;
		border-radius: 7.5px;
		margin-top: 5px;
		margin-left: 10px;
		margin-right: 10px;
	}

	.events .fc-h-event .fc-event-title {
		font-size: 14px;
		font-weight: 500;
		font-family: var(--text-normal);
			letter-spacing: -0.5px;
			line-height: 1;
			display: block;
			}

	.events .fc-daygrid-body {
		border-left: 1px solid #dddddd;
	}

	.events .fc .fc-daygrid-day-frame {
		max-height: 120px;
		height: 120px;
	}

	.events .fc .fc-daygrid-day-top {
		justify-content: flex-end;
		margin: 20px 10px 0;
	}

	.events .fc .fc-daygrid-day-top * {
		font-size: 17px;
		font-family: var(--text-normal);
			}


	.events .list-grid .item .item-wrapper .each-left {
		width: 103px;
		height: 103px;
		min-width: 103px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		background: #f5f7fc;
		border-radius: 10px;
		border: 1px solid #e9e9e9;
	}

	.events .list-grid .item .item-wrapper .each-left .date-hidden {
		display: none;
	}

	.events .list-grid .item .item-wrapper .each-left .date {
		text-align: center;
	}

	.events .list-grid .item .item-wrapper .each-left .date span {
		font-size: 28px;
		font-weight: 700;
		color: var(--clr-secondary);
			letter-spacing: -0.5px;
			}

	.events .list-grid .item .item-wrapper .each-left .date div {
		font-size: 13px;
		text-transform: uppercase;
		color: #666;
		margin-top: 5px;
	}

	.events .list-grid .item .item-wrapper {
		display: flex;
		gap: 70px;
	}

	.events .list-grid .item .item-wrapper .icon {
		width: 65px;
		height: 65px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		background: #f2e5f9;
	}

	.events .list-grid .item .item-wrapper .caravans .icon {
		background: #E9F0DA;
	}

	.events .list-grid .item .item-wrapper .icon svg {
		width: 30px;
		height: 30px;
		fill: #ae3ee9;
	}

	.events .list-grid .item .item-wrapper .middle {
		padding: 20px 0;
		display: flex;
		gap: 30px;
		/* max-width: 75%; */
		align-items: flex-start;
	}

	.events .list-grid .item .item-wrapper .event .icon {
		background: #f2e7cd;
	}

	.events .list-grid .item .item-wrapper .event .icon svg {
		fill: #d38600;
	}

	.events .list-grid .item .item-wrapper .middle .icon-block {
		width: 65px;
	}
	.events .list-grid .item .item-wrapper .caravans .icon svg {
		fill: #849e49 ;
	}
	.events .list-grid .item .item-wrapper .middle h3 {
		font-size: 28px;
		letter-spacing: -0.5px;
		line-height: 1.1;
	}
	.events .list-grid .item .item-wrapper .middle h4 {
			font-size: 22px;
			line-height: 1.1;
		letter-spacing: -0.5px;
		}
	.events .list-grid .item .item-wrapper .middle p .span-1 {
		line-height: 1;
		display: block;
		font-size: 18px;
		letter-spacing: -0.5px;
		margin-top: 5px;
		margin-bottom: 20px;
	}

	.events .list-grid .item .item-wrapper .middle .text p {
		font-size: 20px;
		line-height: 1.5;
	}

	.events .list-grid .item .item-wrapper .middle .text-group {
		max-width: 800px;
		margin-right: auto;
	}

	.events .list-grid .item .item-wrapper .middle .text-group .excerpt p,
	.events .list-grid .item .item-wrapper .middle .text-group .excerpt {
		font-size: 18px;
		line-height: 1.6;
	}
	.events .list-grid .item .item-wrapper .middle .button-wrapper {
		margin-top: 85px;
	}

	.events .list-grid {
		display: flex;
		flex-direction: column;
	}

	.events .list-grid .item {
		padding: 50px 0 80px;
	}

	.events .list-grid .data-group:before, 
	.events .list-grid .data-single:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background: #7f7f7f;
	}

	.events .list-grid .item {
		border-bottom: 1px solid #cacaca;
	}

	.events .list-grid .data-group .item {
		border-bottom: 0;
	}
	.events .list-grid .data-group, .events .list-grid .data-single {
		position: relative;
	}


	.events .list-grid .data-group .item:after {
		width: 1px;
		height: 100%;
		border: unset;
		content: "";
		left: 205px;
		position: absolute;
		top: 70px;
		z-index: -1;
		background-image: linear-gradient(#d0d0d0 33%, rgba(255,255,255,0) 0%);
		background-position: right;
		background-size: 1px 20px;
		background-repeat: repeat-y;
	}
	.events .list-grid .data-group .item:last-child:after {
		height: 80%;
	}
	.events .list-grid .data-group .item:not(:last-child) {
		padding-bottom: 0;
	}

	.events .list-grid .data-group .item:last-child {
		border-bottom: 1px solid #cacaca;
	}

	.events .list-grid .data-group .item:last-child:after {
		opacity: 0;
	}

	.events .fc-v-event .fc-event-main-frame {
		flex-direction: column-reverse;
		padding: 20px 15px;
		border-left: 3px solid;
	}

	.events .fc-v-event .fc-event-title-container:before {
		content: "";
		min-width: 36px;
		width: 36px;
		display: flex;
		height: 36px;
		background: #fff;
		border-radius: 50%;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23ae3ee9'%3E%3Cpath d='M480-120 200-272v-240L40-600l440-240 440 240v320h-80v-276l-80 44v240L480-120Zm0-332 274-148-274-148-274 148 274 148Zm0 241 200-108v-151L480-360 280-470v151l200 108Zm0-241Zm0 90Zm0 0Z'/%3E%3C/svg%3E");
		background-position: center;
		background-repeat: no-repeat;
	}

	.events .fc-v-event .fc-event-title-container {
		display: flex;
		gap: 10px;
	}

	.events .fc-v-event .fc-event-title {
		font-size: 14px;
		line-height: 1.2;
		text-align: left;
	}

	.events .fc-timegrid-event .fc-event-time {
		text-align: left;
		font-size: 13px;
	}

	.events .fc-v-event.typeEvents .fc-event-title-container:before {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23d38600'%3E%3Cpath d='m368-320 112-84 110 84-42-136 112-88H524l-44-136-44 136H300l110 88-42 136ZM160-160q-33 0-56.5-23.5T80-240v-135q0-11 7-19t18-10q24-8 39.5-29t15.5-47q0-26-15.5-47T105-556q-11-2-18-10t-7-19v-135q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v135q0 11-7 19t-18 10q-24 8-39.5 29T800-480q0 26 15.5 47t39.5 29q11 2 18 10t7 19v135q0 33-23.5 56.5T800-160H160Zm0-80h640v-102q-37-22-58.5-58.5T720-480q0-43 21.5-79.5T800-618v-102H160v102q37 22 58.5 58.5T240-480q0 43-21.5 79.5T160-342v102Zm320-240Z'/%3E%3C/svg%3E");
	}

	.events .fc-v-event.typeCaravans .fc-event-title-container:before {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='30px' height='30px' viewBox='0 0 16 16' version='1.1' class='si-glyph si-glyph-pin-location-map'%3E%3Ctitle%3EPin-location-map%3C/title%3E%3Cdefs%3E%3C/defs%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg fill='%23a3d977'%3E%3Cpath d='M0,11.438 L3.938,12.906 L3.938,1.062 L0,-0.015 L0,11.438 Z' class='si-glyph-fill'%3E%3C/path%3E%3Cpath d='M11.506,8.005 C10.145,8.005 9.043,9.209 9.043,10.695 C9.043,11.079 9.119,11.442 9.25,11.774 L11.514,15.926 L13.759,11.774 C13.893,11.442 13.967,11.079 13.967,10.695 C13.967,9.209 12.864,8.005 11.506,8.005 L11.506,8.005 Z M11.5220204,12.046 C10.6924286,12.046 10.021,11.3749597 10.021,10.5455314 C10.021,9.7170403 10.6914082,9.046 11.5220204,9.046 C12.3495714,9.046 13.021,9.7170403 13.021,10.5455314 C13.021,11.3749597 12.3495714,12.046 11.5220204,12.046 L11.5220204,12.046 Z' class='si-glyph-fill'%3E%3C/path%3E%3Cpath d='M16,0.969 L11.031,0.041 L11.031,6.895 C11.187,6.875 11.343,6.849 11.506,6.849 C13.483,6.849 15.084,8.39 15.084,10.292 C15.084,10.784 14.976,11.248 14.783,11.674 L14.398,12.303 L16,13 L16,0.969 L16,0.969 Z' class='si-glyph-fill'%3E%3C/path%3E%3Cpath d='M7.926,10.292 C7.926,8.922 8.764,7.748 9.969,7.194 L9.969,0.166 L5.031,1.062 L5.031,12.906 L8.712,12.457 L8.227,11.674 C8.035,11.248 7.926,10.784 7.926,10.292 L7.926,10.292 Z' class='si-glyph-fill'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
		background-size: 20px;
	}
	.events .fc-h-event .fc-event-time {
		display: none;
	}
	.events .fc .fc-toolbar-title.disabled {
		opacity: .5;
	}

	.events #calendar .fc-toolbar-chunk button[disabled] {
		/* cursor: not-allowed; */
		opacity: .4;
	}
	.events .fc-theme-standard .fc-list {
		position: relative !important;
		border: unset;
	}

	.events .fc-list .fc-view-harness {
		height: auto !important;
	}

	.events .fc-list .fc-list-event {
		padding-left: 270px !important;
		display: flex;
		width: 100%;
		flex-direction: column;
		overflow: unset;
		padding-top: 50px;
		padding-bottom: 80px;
	}

	.events .fc-list tr.fc-list-day {
		position: absolute;
		width: 100px;
		height: 100px;
		width: 103px;
		height: 103px;
		min-width: 103px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		background: #f5f7fc;
		border-radius: 10px;
		margin-top: 30px;
		    border: 1px solid #e9e9e9;
	}

	.events .fc-list .fc-list-day * {
		background: transparent !important;
		border: unset !important;
		padding: 0 !important;
	}

	.events .fc-list .fc-list-day-text {
		font-size: 28px;
		font-weight: 700;
		    width: 100%;
		color: var(--clr-secondary);
			letter-spacing: -0.5px;
			text-align: center;
			height: 30px;
			overflow: hidden;
			padding-left: 10px !important;
			padding-right: 10px !important;
			}

	.events .fc-list .fc-list-event-title a {
		font-size: 28px;
		letter-spacing: -0.5px;
		line-height: 1.1;
		font-weight: bold;
		padding: 0 !important;
		text-align: left;
		display: block;
		padding-right: 160px !important;
	}

	.events .fc-list .fc-list-event-title * {
		padding: 0 !important;
		border: unset;
	}

	.events .fc-list .fc-list-event * {
		padding: 0 !important;
		border: unset;
	}

	.events .fc-list .fc-list-event-time {
		order: 2;
		line-height: 1;
		display: block;
		font-size: 18px;
		letter-spacing: -0.5px;
		margin-top: 5px;
		margin-bottom: 20px;
		width: 100%;
		text-transform: uppercase;
	}


	.events .fc-list .fc-list-event-graphic {
		position: absolute;
		width: 65px !important;
		height: 65px !important;
		min-width: 65px !important;
		margin-left: -95px;
	}

	.events .fc-list .fc-list-event-graphic span {
		width: 65px !important;
		min-width: 65px !important;
		height: 65px !important;
		display: block !important;
	}

	.events .fc-list .fc-list-event .fc-list-event-graphic {
		background: #000;
		border-radius: 50%;
	}
	.events .fc-list .fc-list-event .fc-list-event-graphic {
		border-radius: 50%;
	}
	.events .fc-list .fc-list-event.typeEvents .fc-list-event-graphic {
		background: #f2e7cd;
	}
	.events .fc-list .fc-list-event.typeClasses .fc-list-event-graphic {
		background: #f2e5f9;
	}
	.events .fc-list .fc-list-event.typeCaravans .fc-list-event-graphic {
		background: #E9F0DA;
	}

	.events .fc-list .fc-list-event .fc-list-event-graphic:before {
		position: absolute;
		content: "";
		width: 30px;
		height: 30px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		background-size: contain;
	}

	.events .fc-list .fc-list-event.typeEvents .fc-list-event-graphic:before {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23d38600'%3E%3Cpath d='m368-320 112-84 110 84-42-136 112-88H524l-44-136-44 136H300l110 88-42 136ZM160-160q-33 0-56.5-23.5T80-240v-135q0-11 7-19t18-10q24-8 39.5-29t15.5-47q0-26-15.5-47T105-556q-11-2-18-10t-7-19v-135q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v135q0 11-7 19t-18 10q-24 8-39.5 29T800-480q0 26 15.5 47t39.5 29q11 2 18 10t7 19v135q0 33-23.5 56.5T800-160H160Zm0-80h640v-102q-37-22-58.5-58.5T720-480q0-43 21.5-79.5T800-618v-102H160v102q37 22 58.5 58.5T240-480q0 43-21.5 79.5T160-342v102Zm320-240Z'%3E%3C/path%3E%3C/svg%3E");
	}
	.events .fc-list .fc-list-event.typeClasses .fc-list-event-graphic:before {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23ae3ee9'%3E%3Cpath d='M480-120 200-272v-240L40-600l440-240 440 240v320h-80v-276l-80 44v240L480-120Zm0-332 274-148-274-148-274 148 274 148Zm0 241 200-108v-151L480-360 280-470v151l200 108Zm0-241Zm0 90Zm0 0Z'%3E%3C/path%3E%3C/svg%3E");
	}
	.events .fc-list .fc-list-event.typeCaravans .fc-list-event-graphic:before {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='30px' height='30px' viewBox='0 0 16 16' version='1.1' class='si-glyph si-glyph-pin-location-map'%3E%3Ctitle%3EPin-location-map%3C/title%3E%3Cdefs%3E%3C/defs%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg fill='%2395b94d'%3E%3Cpath d='M0,11.438 L3.938,12.906 L3.938,1.062 L0,-0.015 L0,11.438 Z' class='si-glyph-fill'%3E%3C/path%3E%3Cpath d='M11.506,8.005 C10.145,8.005 9.043,9.209 9.043,10.695 C9.043,11.079 9.119,11.442 9.25,11.774 L11.514,15.926 L13.759,11.774 C13.893,11.442 13.967,11.079 13.967,10.695 C13.967,9.209 12.864,8.005 11.506,8.005 L11.506,8.005 Z M11.5220204,12.046 C10.6924286,12.046 10.021,11.3749597 10.021,10.5455314 C10.021,9.7170403 10.6914082,9.046 11.5220204,9.046 C12.3495714,9.046 13.021,9.7170403 13.021,10.5455314 C13.021,11.3749597 12.3495714,12.046 11.5220204,12.046 L11.5220204,12.046 Z' class='si-glyph-fill'%3E%3C/path%3E%3Cpath d='M16,0.969 L11.031,0.041 L11.031,6.895 C11.187,6.875 11.343,6.849 11.506,6.849 C13.483,6.849 15.084,8.39 15.084,10.292 C15.084,10.784 14.976,11.248 14.783,11.674 L14.398,12.303 L16,13 L16,0.969 L16,0.969 Z' class='si-glyph-fill'%3E%3C/path%3E%3Cpath d='M7.926,10.292 C7.926,8.922 8.764,7.748 9.969,7.194 L9.969,0.166 L5.031,1.062 L5.031,12.906 L8.712,12.457 L8.227,11.674 C8.035,11.248 7.926,10.784 7.926,10.292 L7.926,10.292 Z' class='si-glyph-fill'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	}

	.events .fc-list .fc-list-day-side-text {
		text-align: center;
		width: 100%;
		font-size: 13px;
		text-transform: uppercase;
		color: #666;
		margin-top: 0;
	}

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

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

	.events .fc-list .fc-list-event:after {
		content: "Learn More";
		position: absolute;
		right: 0;
		padding: 17px 30px;
		border-radius: 13px;
		font-size: 16px;
		letter-spacing: -0.2px;
		line-height: 1;
		border: 1px solid var(--clr-secondary);
			background: var(--clr-secondary);
				color: #fff;
				}

	.events .fc-list .fc-event.fc-event-start:not(:has(+ .fc-event)) {
		border-bottom: 1px solid #cacaca;
	}
	.events .list-active .fc-view-harness {
		height: 100% !important;
	}

	.events .fc-list .fc-event-description {
		order: 3;
		font-size: 18px;
		line-height: 1.6;
		text-align: left;
		max-width: 800px;
		width: 80%;
	}
	.events .fc-list .fc-event-description, 
	.events .fc-list .fc-event-description p {
		text-align: left;
		line-height: 1.4;
		letter-spacing: -0.1px;
		font-size: 18px;
	}
	.events .fc-list .fc-event-description h2 {
		font-size: 23px;
		line-height: 1.2;
	}
	.events .fc-list .fc-event-description h3 {
		font-size: 22px;
		line-height: 1.2;
	}
	.events .fc-list .fc-event-description h4 {
		font-size: 20px;
		line-height: 1.2;
	}
	/* SDAR INNER EVENTS */
	.sdar-inner-event {
		padding: 100px 0 200px;
	}

	.sdar-inner-event .each-left {
		padding: 35px;
		border: 1px solid #e1e1e1;
		border-radius: 20px;
		min-width: 480px;
		height: 100%;
	}

	.sdar-inner-event .each-left .back a {
		font-size: 15px;
		color: var(--clr-secondary);
			letter-spacing: -0.5px;
			}

	.sdar-inner-event .each-left .back a svg {
		width: 11px;
		height: 11px;
	}

	.sdar-inner-event .each-left .back {
		margin-bottom: 20px;
	}

	.sdar-inner-event .each-left .badge {
		padding: 15px 20px;
		border-radius: 15px;
		background: #eaf6fe;
		display: flex;
		align-items: center;
		gap: 20px;
	}

	.sdar-inner-event .each-left .badge .icon {
		width: 53px;
		height: 53px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #c678ef;
		border-radius: 50%;
	}

	.sdar-inner-event .each-left .badge .icon svg {
		width: 27px;
		height: 27px;
		fill: #fff;
	}

	.sdar-inner-event .each-left .badge .title {
		font-size: 24px;
		color: #004894;
		letter-spacing: -0.5px;
	}

	.simple-block {
		padding: 30px 0;
		display: flex;
		justify-content: space-between;
		border-bottom: 1px solid #d6d6d6;
	}

	.simple-block .block-left {
		display: flex;
		gap: 15px;
		font-size: 20px;
		font-weight: 500;
		letter-spacing: -0.5px;
	}

	.simple-block .block-left svg {
		width: 20px;
		height: 20px;
		fill: #333;
	}

	.simple-block .block-center {
		display: flex;
		flex-direction: column;
		text-align: left;
		font-size: 18px;
		letter-spacing: -0.5px;
		min-width: 107px;
	}
	.simple-block .block-center div {
		font-size: 18px;
		letter-spacing: -0.5px;
	}
	.simple-block .block-center span {
		font-weight: 600;
		color: var(--clr-secondary);
			margin-bottom: 5px;
			}

	.sdar-inner-event .each-left .detail {
		padding: 30px 0;
		border-bottom: 1px solid #d6d6d6;
	}

	.sdar-inner-event .each-left .detail .block-left {
		display: flex;
		gap: 15px;
	}

	.sdar-inner-event .each-left .detail .block-left svg {
		width: 20px;
		height: 20px;
		min-width: 20px;
	}

	.sdar-inner-event .each-left .detail .block-left .text-block {
		display: flex;
		flex-direction: column;
		font-size: 18px;
		color: #666666;
		letter-spacing: -0.5px;
		line-height: 1.4;
		text-align: left;
	}

	.sdar-inner-event .each-left .detail .block-left .text-block span {
		margin-bottom: 10px;
		color: #333;
		font-size: 20px;
		font-weight: 500;
		line-height: 1;
	}

	.sdar-inner-event .ry-flex {
		gap: 60px;
	}

	.sdar-inner-event .ry-flex .each-right .event-title h3 {
		letter-spacing: -0.5px;
		font-size: 24px !important;
		line-height: 1;
		color: #004894;
	}

	.sdar-inner-event .ry-flex .each-right .event-title {
		margin-bottom: 30px;
	}

	.sdar-inner-event .ry-flex .each-right .details {
		margin-bottom: 70px;
	}

	.sdar-inner-event .ry-flex .each-right .details p, 
	.sdar-inner-event .ry-flex .each-right .details {
		text-align: left;
		font-size: 20px;
		letter-spacing: -0.5px;
		line-height: 1.6;
	}
	.sdar-inner-event .ry-flex .each-right .details h4 {
		font-size: 22px;
		line-height: 1.2;
		font-weight: 600;
	}
	.sdar-inner-event .each-left .detail.speaker .each-speaker {
		padding-left: 30px;
		display: flex;
		gap: 15px;
	}

	.sdar-inner-event .each-left .detail.speaker .each-speaker .icon {
		width: 70px;
		height: 70px;
		min-width: 70px;
		border-radius: 50%;
		border: 1px solid #ebebeb;
		overflow: hidden;
	}

	.sdar-inner-event .each-left .detail.speaker .each-speaker .text h4 {
		font-size: 18px;
		font-weight: 600;
		color: #666;
		letter-spacing: -0.5px;
		line-height: 1;
		margin-bottom: 10px;
		text-align: left;
	}

	.sdar-inner-event .each-left .detail.speaker .each-speaker .text p {
		font-size: 14px;
		text-align: left;
		line-height: 1.4;
		color: #666;
	}
	.sdar-inner-event .each-left .detail.speaker .each-speaker .text p a {
		text-transform: initial;
		text-decoration: underline !important;
		text-underline-offset: 3px;
	}
	.sdar-inner-event .each-left .detail.speaker .each-speaker .text {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.sdar-inner-event .each-left .detail.speaker .each-speaker:not(:last-child) {
		margin-bottom: 30px;
	}

	.sdar-inner-event .each-left .detail.speaker .details {
		margin-bottom: 20px;
	}

	.sdar-inner-event .each-left .detail:last-child {
		border-bottom: unset;
	}

	.sdar-inner-event .each-left .detail.speaker {
		border-bottom: unset;
	}

	.sdar-inner-event .each-left .button-wrapper a {
		width: 100%;
		height: 65px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 10px;
		text-transform: uppercase;
	}

	.sdar-inner-event .each-left .detail .block-left .group-block {
		flex-direction: column;
		display: flex;
		gap: 25px;
	}
	.sdar-inner-event .each-left .badge .icon.icon-event, 
	.sdar-inner-event .each-left .badge .icon {
		background: #eea525;
	}

	.sdar-inner-event .each-left .badge .icon-class .icon {
		background: #c678ef;
	}
	.sdar-inner-event .each-left .badge .icon-class svg {
		fill: #fff !important;
	}

	.sdar-inner-event .each-left .badge .icon-caravans .icon {
		background: #a3d977 !important;
	}

	.sdar-inner-event .each-left .badge .icon-caravans .icon svg g {
		fill: #fff;
	}
	.sdar-inner-event .ry-flex .each-right .details p a, .sdar-inner-event .ry-flex .each-right .details a {
		color: var(--clr-secondary);
			text-decoration: underline !important;
			text-underline-offset: 5px;
			}
	[data-show=""] {
		display: none !important;
	}

	.sdar-inner-event .address[data-show="TBD"] {
		display: none;
	}
	
	.sdar-banner.calendar-single .ry-container {
		max-width: 1440px;
	}

	.sdar-banner.calendar-single .ry-container .ry-content {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 30px;
	}

	.sdar-banner.calendar-single .ry-container .ry-content .share-buttons-container {
		position: absolute;
		background: #fff;
		border-radius: 10px;
		opacity: 0;
		padding: 10px 15px;
		border-radius: 5px;
		bottom: -60px;
		box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
		-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
		-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
		transition: .3s;
	}

	.sdar-banner.calendar-single .ry-container .ry-content .block-right {
		max-width: 360px;
		display: flex;
		align-items: center;
		gap: 15px;
	}

	.sdar-banner.calendar-single .ry-container .ry-content .ry-text h1 {
		text-align: left !important;
	}

	.sdar-banner.calendar-single .ry-container .ry-content .block-right .share-button {
		display: flex;
		gap: 15px;
		align-items: center;
	}

	.sdar-banner.calendar-single .ry-container .ry-content .block-right .share-button .share-trigger {
		width: 50px;
		height: 50px;
		min-width: 50px;
		background: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
	}

	.sdar-banner.calendar-single .ry-container .ry-content .block-right .share-button .text {
		font-size: 16px;
		text-transform: uppercase;
		color: #333;
	}

	.sdar-banner.calendar-single .ry-container .ry-content .share-buttons-container .share-list {
		display: flex;
		gap: 5px;
	}

	.sdar-banner.calendar-single .ry-container .ry-content .share-buttons-container .share-list img {
		width: 20px;
		filter: invert(1);
	}

	.sdar-banner.calendar-single .ry-container .ry-content .share-buttons-container .share-list a {
		width: 35px;
		height: 35px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: var(--clr-secondary);
			border-radius: 5px;
			}

	.sdar-banner.calendar-single .ry-container .ry-content .share-buttons-container .share-list a.tw-h {
		background: #08a0e9;
	}

	.sdar-banner.calendar-single .ry-container .ry-content .share-buttons-container .share-list a.li-h {
		background: #0077B5;
	}
	.sdar-banner.calendar-single .ry-container .ry-content .share-buttons-container .share-list a.re-h {
		background: #FF4500;
	}

	.sdar-banner.calendar-single .ry-container .ry-content .share-buttons-container .share-list a.pi-h {
		background: #BD081C ;
	}


	.sdar-banner.calendar-single .ry-container .ry-content .share-buttons-container:before {
		content: "";
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid #ffffff;
		position: absolute;
		top: -5px;
		left: 21px;
	}

	.sdar-banner.calendar-single .ry-container .ry-content .share-block:hover .share-buttons-container {
		opacity: 1;
	}

	.events .timelistType {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		font-size: 13px;
		text-transform: uppercase;
		letter-spacing: -0.5px;
		font-weight: 500;
		gap: 5px;
	}

	.events .fc-col-header-cell {
		height: 88px;
		border: transparent;
		background: #f5f7fc;
		vertical-align: middle;
	}

	.events .fc-col-header-cell > div {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
	}

	.events .timelistType span {
		font-size: 30px;
		font-weight: bold;
		color: var(--clr-secondary);
			}

	.events .fc-scrollgrid-section-header .fc-scroller {
		overflow: hidden !important;
		padding-right: 0;
	}

	.events .fc-scrollgrid-section.fc-scrollgrid-section-body:not(.fc-scrollgrid-section-liquid) {
		display: none;
	}

	.events .fc-timegrid-divider {
		display: none;
	}

	.events .fc .fc-timegrid-slot {
		height: 45px;
	}

	.events .fc .fc-timegrid-slot .fc-timegrid-slot-label-cushion {
		font-size: 12px;
		text-transform: uppercase;
		padding-right: 30px;
	}


	.events .fc .fc-scroller-liquid-absolute::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
		border-radius: 0;
		background-color: #fff;
	}

	.events .fc .fc-scroller-liquid-absolute::-webkit-scrollbar {
		width: 12px;
		background-color: #fff;
	}

	.events .fc .fc-scroller-liquid-absolute::-webkit-scrollbar-thumb {
		border-radius: 0;
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
		background-color: var(--clr-secondary);
			}



	.contact-leads .ry-form .form-control {
		height: 55px !important;
		border-radius: 5px !important;
		font-size: 16px !important;
		padding-left: 20px !important;
		box-shadow: unset;
		color: #333;
	}

	.contact-leads .ry-form .form-control::placeholder {
		font-size: 16px !important;
		color: #333 !important;
		opacity: 1 !important;
	}

	.contact-leads .ry-form {
		padding: 0;
		box-shadow: unset;
		border: unset;
	}

	.contact-leads .ry-form .form-control {
		padding-left: 60px !important;
	}

	.contact-leads .ry-form .svg-field {
		position: relative;
	}

	.contact-leads .ry-form .svg-field .form-group {
		margin-bottom: 10px;
	}

	.contact-leads .ry-form .svg-field .svg-icon {
		position: absolute;
		width: 20px;
		height: 20px;
		left: 20px;
		top: 18px;
	}

	.contact-leads .ry-form .svg-field .svg-icon svg {
		width: 20px;
		height: 20px;
		fill: #00aeef;
	}

	.contact-leads .ry-form .ry-btn svg {
		display: none;
	}

	.contact-leads .ry-form .ry-btn {
		margin: auto;
		display: flex;
		margin-top: 30px;
	}

	.contact-leads .ry-form.ry-form-box:after {
		display: none;
	}


	.member-layout .module-events {
		padding: 0;
		background: transparent;
	}

	.member-layout .module-events .ry-flex {
		margin: 30px 0;
		display: initial;
	}

	.member-layout .module-events .ry-container {
		width: 100%;
		max-width: 100%;
	}

	.member-layout .module-events .ry-flex .ry-each {
		width: 100%;
	}


	.member-layout .module-events .ry-container .ry-flex .ry-each .photo {
		margin-bottom: 20px;
	}

	.member-layout .module-events .ry-container .ry-flex .ry-each .desc {
		font-size: 18px;
		line-height: 1.2;
		font-weight: 400;
		text-align: left;
	}

	.member-layout .module-events .ry-container .ry-flex .slick-list {
		margin-left: -15px;
		margin-right: -15px;
		/* width: calc(100% + 20px); */
	}

	.member-layout .module-events .ry-container .ry-flex .slick-list .slick-slide {
		margin: 0 15px;
	}

	.member-layout .module-events .ry-container .ry-flex .ry-each .title h4 {
		margin: 0;
		margin-bottom: 10px;
	}


	.member-layout .module-events .slick-prev:before, 
	.member-layout .module-events .slick-next:before {
		content: "";
		border: solid var(--clr-secondary);
			border-width: 0 2px 2px 0;
			display: inline-block;
			padding: 7px;
			content: "";
			transform: rotate(-45deg);
			-webkit-transform: rotate(-45deg);
			}

	.member-layout .module-events .slick-next:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	.member-layout .module-events .slick-prev:before {
		transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
	}

	.member-layout .module-events .slick-prev {
		left: -40px;
	}

	.member-layout .module-events .slick-next {
		right: -40px;
	}


	.result-box .matches-title {
		border-bottom: 1px solid #cccccc;
		font-size: 18px;
		letter-spacing: -0.5px;
	}

	.result-box .search-result h2 a {
		font-size: 24px;
		text-align: left;
		font-weight: 700;
		letter-spacing: -0.2px;
	}

	.result-box .pagination li.active a {
		font-size: 12px;
	}

	#calendar .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
		max-height: 110px;
		overflow-y: auto; /* Change this from 'scroll' to 'auto' */
		overflow-x: hidden; /* Optional: to avoid horizontal scroll */
	}

	#calendar .fc-daygrid-body-unbalanced .fc-daygrid-day-events::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
		border-radius: 0;
		background-color: #fff;
	}

	#calendar .fc-daygrid-body-unbalanced .fc-daygrid-day-events::-webkit-scrollbar {
		width: 6px;
		background-color: #fff;
	}

	#calendar .fc-daygrid-body-unbalanced .fc-daygrid-day-events::-webkit-scrollbar-thumb {
		border-radius: 0;
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
		background-color: #e1e1e1;
	}
	
	

	#HomeModal .modal-dialog {
		max-width: 1024px;
		width: 90%;
		margin: auto;
		margin-top: 60px;
	}
	#HomeModal .modal-dialog .modal-body .photo a {
		display: block !important;
	}

	#HomeModal .modal-dialog .modal-header,
	#HomeModal .modal-dialog .modal-footer {
		display: none;
	}

	#HomeModal .modal-dialog .modal-body {
		padding: 0 !important;
		border-radius: 20px;
		/* width: 100%; */
	}

	#HomeModal .modal-dialog  button.close {
		width: 35px;
		min-width: 35px;
		position: absolute;
		height: 35px;
		background: #e41936;
		border-radius: 0;
		z-index: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 1;
		color: #fff;
		font-weight: 100;
		border-bottom-left-radius: 10px;
		right: 0;
		opacity: 1;
	}

	#HomeModal .modal-content {
		border: unset;
		padding: 0;
	}

	#HomeModal .modal-dialog .modal-body .photo {
		position: relative;
		padding-bottom: 56.25%;
	}

	#HomeModal .modal-dialog .modal-body .photo img, #HomeModal .modal-dialog .modal-body .photo a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		margin: 0;
	}

	#HomeModal .modal-dialog.layout-Box .modal-body .photo {
		padding-bottom: 100%;
	}

	#HomeModal .modal-dialog.layout-Box {
		max-width: 768px;
	}

	#HomeModal .modal-dialog.layout-Landscape {
		max-width: 1024px;
	}
	#HomeModal .modal-dialog.layout-Landscape .modal-body .photo {
		padding-bottom: 56.25%;
	}
	#HomeModal .modal-dialog.layout-Classic .modal-body .photo {
		padding-bottom: 75%;
	}

	#HomeModal .modal-dialog.layout-Natural .modal-body .photo img {
		position: relative;
		top: unset;
		left: 0;
		width: 100%;
		height: auto;
	}

	#HomeModal .modal-dialog.layout-Natural .modal-body .photo {
		padding: unset;
	}

	#HomeModal .modal-dialog.layout-Portrait .photo {
		padding: unset;
	}

	#HomeModal .modal-dialog.layout-Portrait .photo img, 
	#HomeModal .modal-dialog.layout-Portrait .photo a {
		position: relative;
		width: 100%;
		height: 100%;
	}

	#HomeModal .modal-dialog.layout-Portrait {
		max-width: 600px;
	}

	#HomeModal .modal-dialog.layout-Portrait .photo img {
		aspect-ratio: 9 / 16;
		object-fit: cover;
	}

	#HomeModal .modal-dialog {
		max-width: 620px;
	}
	
	.sdar-inner-event .ry-flex .each-right .details ol,
	.sdar-inner-event .ry-flex .each-right .details ul {
		list-style: auto;
	}

	@media (max-width: 1680px) {
		.ry-headline h2 {
			font-size: calc(40px + 14 * ((100vw - 1024px) / 768));
		}

		.module-events .ry-container .ry-flex .ry-each .title h4, 
		.module-classes .ry-flex .ry-each .details .desc h3,
		.result-box .search-result h2 a {
			font-size: calc(20px + 2 * ( (100vw - 320px) / 1660));
		}

		.ry-text p,
		.desc p,
		.module-classes .ry-flex .ry-each .details .desc h5,
		.module-classes .ry-flex .ry-each .details .desc p,
		.module-hero .container .left-block .hero-text input.form-control,
		.module-hero .container .left-block .hero-text input.form-control::placeholder,
		.result-box .matches-title  {
			font-size: var(--md-normal);
				}

		.module-member .ry-text p,
		.module-member .ry-flex .ry-each .title,
		#footer .footer-title {
			font-size: calc(18px + 2 * ( (100vw - 320px) / 1660));
		}



		#footer .footer-top .ry-flex .ry-each .footer-list ul li a, 
		#footer .footer-top .ry-flex .ry-each .hours, 
		#footer .footer-top .ry-flex .ry-each .inner-wrapper .text, 
		#footer .footer-bottom .ry-container .ry-flex .ry-each *,
		.module-hero .container .right-block .each-item .text-inside .item p, 
		.advertise-sdar .text-inside .item p,
		.module-events .ry-container .ry-flex .ry-each .date,
		.member-layout .module-events .ry-container .ry-flex .ry-each .desc{
			font-size: var(--md-small);
				}

		.module-hero .container .left-block .hero-text .ry-headline h1 {
			font-size: calc(44px + 14 * ((100vw - 1024px) / 768));
			text-align: left;
		}

		.module-hero .container .right-block .each-item .text-inside .title h3, 
		.advertise-sdar .text-inside .title h3 {
			font-size: calc(18px + 2 * ( (100vw - 320px) / 1660));
		}

		.module-hero .container .right-block {
			width: 20%;

		}

		.mainContent .ry-container .each .details .header-accord {
			font-size: calc(18px + 2 * ( (100vw - 320px) / 1660));
		}

		.mainContent .ry-container .each .form-control, 
		.mainContent .ry-container .each .form-control::placeholder,
		.formWrapper .upload p,
		.mainContent .ry-container .each .jobs .button-wrapper .btn-style,
		.formWrapper .upload .uploadbtn .form-group::after,
		.staff-list .each .details p,
		.staff-list .each .details h5,
		.leader-photo .wrapper .details-wrap .title-new,
		.sdar-staff .group-banner .title span {
			font-size: var(--md-small);
				}

		.formWrapper .upload p .span-1,
		.mainContent .ry-container .each .details .description-accord p,
		.mainContent .ry-container .each .jobs .button-wrapper .apply{
			font-size: var(--md-normal) !important;
				}

		.mainContent .ry-container .each .jobs .title,
		.mainContent .ry-container .each .details .title,
		.staff-list .each .details h4,
		.leader-photo .wrapper .details-wrap .top-name h4 {
			font-size: calc(20px + 2 * ( (100vw - 320px) / 1660));
			text-align: left;
		}
		.sdar-staff .group-banner .title {
			font-size: calc(28px + 2 * ( (100vw - 320px) / 1660));
		}
		.staff-list {
			gap: 60px 30px;
		}

		.staff-list .each {
			width: calc(25% - 22.5px);
		}


		.sdar-inner-event .each-left .badge .title,
		.sdar-inner-event .ry-flex .each-right .event-title h3 {
			font-size: calc(20px + 2 * ( (100vw - 320px) / 1660));
			text-align: left;
		}

		.sdar-inner-event .ry-flex .each-right .details p, 
		.sdar-inner-event .ry-flex .each-right .details,
		.simple-block .block-left,
		.sdar-inner-event .each-left .detail .block-left .text-block span {
			font-size: calc(18px + 2 * ( (100vw - 320px) / 1660));
		}

		.simple-block .block-center,
		.simple-block .block-center div,
		.sdar-inner-event .each-left .detail .block-left .text-block,
		.sdar-inner-event .each-left .detail.speaker .each-speaker .text h4{
			font-size: var(--md-normal);
				}

		.sdar-inner-event .each-left .detail.speaker .each-speaker .text p {
			font-size: var(--md-small);
				}
		.events .list-grid .item .item-wrapper .each-left .date span,
		.events .fc-list .fc-list-day-text {
			font-size: calc(22px + 2 * ( (100vw - 320px) / 1660));
		}
		.events .fc-list .fc-list-day-text {
			font-size: calc(22px + 2 * ( (100vw - 320px) / 1660));
			max-width: 80px;
			height: 25px;
		}

		.fc-list-day-cushion {
			display: flex !important;
			flex-direction: column;
			align-items: center;
			justify-content: center;
		}
		.events .list-grid .item .item-wrapper .middle h3,
		.events .fc-list .fc-list-event-title a {
			font-size: calc(26px + 2 * ( (100vw - 320px) / 1660));
		}
		.events .list-grid .item .item-wrapper .middle h4 {
			font-size: calc(22px + 2 * ( (100vw - 320px) / 1660));
		}
		.events .list-grid .item .item-wrapper .middle p .span-1, 
		.events .fc-list .fc-list-event .fc-list-event-time,
		.events .list-grid .item .item-wrapper .middle .text-group .excerpt p,
		.events .list-grid .item .item-wrapper .middle .text-group .excerpt,
		.events .fc-list .fc-event-description,
		.events .fc-list .fc-event-description p {
			font-size: var(--md-normal);
				}
		.events .fc-list .fc-event-description h2 {
			font-size: calc(23px + 2 * ( (100vw - 320px) / 1660));
		}
		.events .fc-list .fc-event-description h3 {
			font-size: calc(22px + 2 * ( (100vw - 320px) / 1660));
		}
		.events .fc-list .fc-event-description h4 {
			font-size: calc(20px + 2 * ( (100vw - 320px) / 1660));
		}
		.module-header .ry-right .ry-menu .nav-menu li a {
			font-size: var(--md-small);
				}
		.module-header .ry-right .ry-menu .nav-menu {
			gap: 15px;
		}
		.module-header .ry-right .leads a {
			font-size: var(--md-small);
				}
		.module-header .ry-flex {
			gap: 20px;
		}
		.module-header .ry-right .leads a:nth-child(2) {
			max-width: 190px;
			text-align: left;
		}
	}
	@media (max-width: 1480px) {

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


		.module-welcome-cta .ry-container .ry-flex {
			gap: 30px;
		}

		.module-events .ry-container .ry-flex .ry-each {
			width: calc(33.33% - 20px);
		}

		.sdar-inner-event .each-left {
			min-width: 420px;
			width: auto;
			max-width: 420px;
		}

		.slug-banner .ry-flex {
			padding-left: 100px;
			padding-right: 0;
		}

		.events .fc-col-header-cell {
			height: 70px;
		}

		.events .timelistType span {
			font-size: calc(20px + 2 * ( (100vw - 320px) / 1660));
		}

		.events .timelistType {
			font-size: calc(10px + 2 * ( (100vw - 320px) / 1660));
			gap: 3px;
		}

		.events .fc .fc-timegrid-slot .fc-timegrid-slot-label-cushion {
			font-size: calc(10px + 2 * ( (100vw - 320px) / 1660));
			padding-right: 20px;
		}

		.events .fc .fc-timegrid-slot {
			height: 40px;
		}

		.events .buttonlist-right .button-wrapper button {
			font-size: 16px;
			min-width: auto;
			padding: 15px 20px;
			gap: 7px;
		}

		.events .buttonlist-right #viewSelector {
			font-size: 16px;
		}

		.events .fc .fc-toolbar-title {
			font-size: calc(24px + 2 * ( (100vw - 320px) / 1660));
		}

		.events .button-wrapper .event-layout {
			margin-right: 10px;
		}

		.events .button-wrapper .event-layout:before {
			right: -15px;
		}

		.events .fc .fc-toolbar {
			left: 120px;
			gap: 15px;
		}

		.events .fc-daygrid .fc-col-header-cell div a {
			font-size: var(--md-small);
				}

		.events .fc-daygrid .fc-col-header-cell {
			height: 70px;
		}

		.events .list-grid .item .item-wrapper {
			gap: 40px;
		}

		.events .list-grid .data-group .item:after {
			left: 175px;
		}

		.events .list-grid .item .item-wrapper .middle .button-wrapper {
			min-width: 150px;
		}
	}

	@media (max-width: 1380px) {
		.module-header .ry-right .ry-menu .nav-menu li a,
		.module-header .ry-right .leads a {
			font-size: calc(12px + 2 * ( (100vw - 320px) / 1660));
		}
		.module-header .ry-right .leads a:nth-child(1) {
			padding-right: 15px;
			margin-right: 15px;
		}

		.module-header .ry-right .leads a {
			gap: 10px;
		}
		.module-header .ry-right .leads a:nth-child(2) {
			max-width: 170px;
		}
	}

	@media (max-width: 1280px) and (min-width: 1081px) {
		.module-header .ry-flex {
			gap: 10px;
		}

		.module-header .ry-right .leads a {
			gap: 5px;
		}

		.module-header .ry-right .leads a i {
			width: 20px;
			height: 20px;
		}

		.module-header .ry-left img {
			max-width: 120px;
			min-width: 120px;
		}
		
		.module-header .ry-right .leads a:nth-child(2) {
			max-width: 160px;
		}
	}
	@media (max-width: 1180px) and (min-width: 1081px) {
		.module-header .ry-right .leads a {
			font-size: 11px;
		}
		.module-header .ry-right .leads a {
			gap: 5px;
		}
		.module-header .ry-right .leads a:nth-child(1) {
			padding-right: 10px;
			margin-right: 10px;
		}
		.module-header .ry-right .ry-menu .nav-menu li a {
			font-size: 11px;
		}


	}
	@media (max-width: 1180px) {
		.sdar-staff .group-banner .title {
			top: 0;
			transform: unset;
			width: 100%;
			border-radius: unset;
			border-radius: 20px;
			border-bottom-left-radius: 0;
			border-bottom-right-radius: 0;
			text-align: center !important;
			font-size: calc(24px + 2 * ( (100vw - 320px) / 1660));
			padding: 25px;
		}

		.sdar-staff .group-banner .photo {
			overflow: hidden;
			padding-bottom: 300px;
		}

		.leader-photo {
			transform: translate(-50%, 0%);
			bottom: 0;
			max-width: 430px;
		}

		.sdar-staff .group-banner .photo img {
			object-position: 75%;
		}

		.sdar-staff .group-banner .title span {
			top: -8px;
		}

		.sdar-staff .group-banner .title {
			border-top-left-radius: 20px !important;
			border-top-right-radius: 20px !important;
			border-bottom-right-radius: 0 !important;
			border-bottom-left-radius: 0 !important;
		}
	}
	@media (max-width: 1080px) {

		/** PLACE YOUR LAPTOP AND UP CSS HERE **/
		.sdar-staff.top-block-static .staff-list .each:nth-child(1) {
			margin-left: 17%;
		}

		.sdar-staff.top-block-static .staff-list .each:nth-child(2) {
			margin-right: 17%;
		}
		.sdar-inner-event .ry-flex .each-right .details h4 {
			font-size: 20px;
		}
		.module-member .ry-flex .ry-each:nth-child(5) .icon .icon-svg svg {
			fill: #0067b2;
		}
		.template .sdar-staff:not(.main-staff-template) .staff-list .each .photo:before {
			transition: .1s;

		}
		.slug-banner .each-left {
			width: 100%;
			/* padding-right: 10px; */
			margin-right: 10px;
			overflow: hidden;
		}
		.slug-banner .ry-flex .breadcrumbs a:last-child {
			white-space: nowrap;
		}
		.module-header .ry-right .leads a {
			font-size: 14px;
		}
		.module-header .ry-right .leads a {
			gap: 5px;
		}
		.module-header .ry-right .leads a:nth-child(1) {
			padding-right: 10px;
			margin-right: 10px;
		}
		.module-header .ry-right .ry-menu .nav-menu li a {
			font-size: 11px;
		}
		#menu_container .mm-menu a {
			font-size: 16px;
			line-height: 1;
		}

		#menu_container .mob-menu a {
			padding-top: 15px;
			padding-bottom: 15px;
			line-height: 1;
			font-size: 16px;
		}

		.mm-navbar__title {
			font-size: 16px;
		}

		.mm-listitem a {
			font-size: 16px;
			line-height: 1;
			padding-top: 15px;
			padding-bottom: 15px;
		}
		#menu_container .mm-listview {
			margin-top: 40px;
		}
		.mobile-container {
			background: #fff;
			box-shadow: 0px 0px 41px 0px rgba(0,0,0,0.3);
			-webkit-box-shadow: 0px 0px 41px 0px rgba(0,0,0,0.3);
			-moz-box-shadow: 0px 0px 41px 0px rgba(0,0,0,0.3);
		}

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

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

		.mobile-container .mobile-nav button {
			opacity: 1;
		}

		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a {
			background: var(--clr-secondary);
				}

		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a svg {
			width: 20px;
			height: 20px;
			fill: #fff;
		}


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

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

		.module-welcome-cta .slick-dots {
			bottom: -40px;
		}

		.module-events .ry-container .ry-flex {
			margin-top: 40px;
		}


		.module-welcome-cta .ry-container .ry-flex {
			display: inline;
			gap: unset;
		}

		.module-welcome-cta .slick-slide {
			margin: 0 10px;
			padding: 5px;
		}

		.module-welcome-cta .slick-list {
			margin-left: -10px;
			margin-right: -10px;
		}

		.slick-dots {
			display: flex !important;
			justify-content: center;
			gap: 5px;
		}

		.slick-dots li {
			height: auto;
			width: auto;
			margin: 0;
		}

		.slick-dots li button {
			padding: 0 !important;
			width: 12px;
			height: 12px;
			background: #000;
			display: flex;
			align-items: center;
			justify-content: center;
			border-radius: 50%;
			text-indent: -999999px;
			opacity: .4;
			transition: .3s;
		}

		.slick-dots li.slick-active button {
			width: 40px;
			border-radius: 5px;
			background: #e41936;
			opacity: 1;
		}

		.slick-dots li button:before {
			display: none;
		}

		.module-events .ry-container .ry-flex {
			display: inline;
		}

		.module-events .ry-container .ry-flex .ry-each {
			width: auto;
		}

		.module-events .slick-slide {
			margin: 0 10px;
		}

		.module-events .slick-list {
			margin-left: -10px;
			margin-right: -10px;
		}

		.module-events .slick-dots {
			bottom: -40px;
		}

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

		.module-classes .headline-group {
			flex-direction: column;
			align-items: center;
			justify-content: center;
			gap: 15px;
			margin-bottom: 30px;
		}

		.module-classes .headline-group .photo {
			width: 100%;
			max-width: 100%;
		}

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

		.module-member .ry-flex {
			gap: 20px;
			margin-bottom: 40px;
			flex-wrap: wrap;
			align-items: center;
			justify-content: center;
		}

		.module-member .ry-flex .ry-each {
			width: calc(33.33% - 20px);
		}


		.module-member .ry-flex .ry-each:nth-child(5) .icon {
			background: #fff;
		}

		.module-member .ry-flex .ry-each:nth-child(5) .title {
			color: var(--clr-secondary);
				}

		.module-member .ry-flex .ry-each:nth-child(5) .icon img {
			filter: brightness(0) saturate(100%) invert(31%) sepia(96%) saturate(5377%) hue-rotate(192deg) brightness(86%) contrast(101%);
		}

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

		#footer .footer-top .ry-flex {
			flex-direction: column;
			align-items: center;
			justify-content: center;
			gap: 30px;
		}

		#footer .footer-top .ry-flex .ry-each .inner-wrapper {
			margin-top: 20px;
			flex-direction: column;
			align-items: center;
		}

		#footer .footer-top .ry-flex .ry-each:nth-child(1) img {
			max-width: 220px;
			margin: auto;
		}

		#footer .footer-top .ry-flex .ry-each:nth-child(2):before {
			opacity: 0;
		}

		#footer .footer-top .ry-flex .ry-each:nth-child(2) .footer-title {
			margin-bottom: 20px;
		}

		#footer .footer-top .ry-flex .ry-each .footer-list ul li {
			text-align: center;
		}

		#footer .footer-title {
			text-align: center;
		}

		#footer .footer-top .ry-flex .ry-each .live-support a {
			text-align: center;
			font-size: calc(20px + 2 * ( (100vw - 320px) / 1660));
		}

		#footer .footer-top .ry-flex .ry-each .hours {
			text-align: center;
		}

		#footer .footer-top .ry-flex .ry-each {
			width: 100%;
			max-width: 320px;
		}

		#footer .footer-top .ry-flex .ry-each .ry-btn {
			margin: auto;
			display: flex;
			max-width: max-content;
		}

		.advertise-sdar .text-inside .title h3,
		.advertise-sdar .text-inside .desc p {
			text-align: center !important;
		}

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

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

		#footer .footer-bottom .ry-container .ry-flex .ry-each * {
			text-align: center;
		}

		.mainContent .ry-container .ry-flex {
			flex-wrap: wrap;
			gap: 60px;
		}

		.mainContent .ry-container .ry-flex .each {
			width: 100%;
		}

		.mainContent .ry-container .each .jobs {
			padding: 30px 45px;
		}

		.mainContent .ry-container .each .jobs .title {
			margin-bottom: 10px;
		}

		.mainContent .ry-container .each .details {
			padding: 60px 45px 60px;
		}

		.mainContent .ry-container .each .details .description-accord .button-wrapper {
			margin-left: -45px;
			margin-right: -45px;
			width: calc(100% + 90px);
		}
		.staff-list .each {
			width: calc(33.33% - 20px);
		}


		.sdar-staff.board-template .staff-list .each {
			width: calc(33.33% - 20px);
		}

		.sdar-inner-event .ry-flex {
			flex-direction: column;
			align-items: center;
		}

		.sdar-inner-event .each-left {
			width: 100%;
			max-width: 100%;
			min-width: unset;
		}

		.module-header {
			display: none;
		}

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

		.slug-banner {
			margin-top: 90px;
		}

		.slug-banner .each-right .form-control {
			font-size: 14px;
		}

		.slug-banner .each-right .form-control, 
		.slug-banner .each-right .form-control::placeholder,
		.slug-banner .ry-flex .breadcrumbs a {
			font-size: var(--md-small);
				}

		.sdar-banner.calendar-single {
			margin-top: 0 !important;
		}

		.slug-banner .ry-flex {
			padding-left: 30px;
		}

		.sdar-banner.calendar-single .ry-container .ry-content {
			flex-direction: column;
			align-items: center;
			gap: 20px;
		}

		.sdar-banner.calendar-single .ry-container .ry-content .ry-text h1 {
			text-align: center !important;
			line-height: 1.2;
		}

		.events .buttonlist-right .button-wrapper {
			position: relative;
		}

		.events .buttonlist-right .button-wrapper .event_filter {
			width: 150px;
			height: 54px;
			border-radius: 15px;
			/* background: #e9e9e9; */
			border-color: #e9e9e9;
			box-shadow: unset;
			font-size: 17px;
			font-family: var(--text-normal);
				font-weight: 600;
				letter-spacing: -0.5px;
				display: flex;
				align-items: center;
				justify-content: center;
				border: 1px solid #e9e9e9;
				transition: .3s;
				padding-left: 15px;
				justify-content: flex-start;
				}

		.events .buttonlist-right .button-wrapper .accord-group {
			position: absolute;
			top: 54px;
			border: 1px solid #e9e9e9;
			left: 0;
			width: 100%;
			z-index: 2;
			background: #fff;
			padding: 10px 0;
		}

		.events .buttonlist-right .button-wrapper .accord-group .ry-btn {
			padding: 10px 20px;
			width: 100%;
			border: unset;
			border-radius: unset;
			justify-content: flex-start;
		}

		.events .buttonlist-right .button-wrapper .event_filter.active {
			border-bottom: transparent;
			border-bottom-left-radius: 0;
			border-bottom-right-radius: 0;
		}

		.events .buttonlist-right #viewSelector {
			font-size: var(--md-small);
				}

		.events .buttonlist-right .button-wrapper .event_filter, .events .buttonlist-right .button-wrapper .accord-group .ry-btn {
			font-size: var(--md-small);
				}

		.events .buttonlist-right .button-wrapper .event_filter:after {
			content: "";
			/* display: inline-block; */
			width: 5px;
			height: 5px;
			position: absolute;
			right: 10px;
			border: solid #333;
			border-width: 0 1px 1px 0;
			display: inline-block;
			padding: 2.5px;
			content: "";
			transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
			transition: .3s;
		}

		.events .buttonlist-right .button-wrapper .event_filter.active:after {
			/* content: ""; */
			transform: rotate(-135deg);
			-webkit-transform: rotate(-135deg);
		}

		.events .fc .fc-toolbar-title {
			font-size: calc(20px + 2 * ( (100vw - 320px) / 1660));
		}

		.events .fc-h-event .fc-event-title {
			font-size: 10px;
		}

		.events .fc .fc-daygrid-event {
			padding: 6px;
			border-radius: 5px;
		}

		.events .fc .fc-daygrid-day-top * {
			font-size: var(--md-small);
				}

		.mainContent .ry-container .each .innerWrapper {
			gap: 20px;
		}

		.mainContent .ry-container .each > .innerWrapper > .details {

			padding: 40px 40px 60px;
			border-top: unset;
			border-top-left-radius: 0;
			border-top-right-radius: 0;
			margin-top: -20px;
		}
		.mainContent .ry-container .each.full-width > .innerWrapper > .details {
			border: 1px solid #e1e1e1;
			border-radius: 20px;
		}
		.mainContent .ry-container .each .jobs {

			transition: .3s;
		}

		.mainContent .ry-container .each .jobs.active {
			border-bottom-left-radius: 0;
			border-bottom-right-radius: 0;
		}

		.mainContent .ry-container .each .details .description-accord .button-wrapper {
			margin-left: -40px;
			margin-right: -40px;
			width: calc(100% + 80px);
		}

		.mainContent .ry-container .each .details .header-accord {
			font-size: var(--md-normal);
				}

		.formWrapper .upload p .span-1, .mainContent .ry-container .each .details .description-accord p, 
		.mainContent .ry-container .each .jobs .button-wrapper .apply {
			font-size: var(--md-small) !important;
				}
		.mainContent .ry-container .each .jobs .button-wrapper .apply {
			width: auto;
		}

		.events .fc-list .fc-list-event {
			padding: 30px 0 50px;
			padding-left: 200px !important;
		}

		.events .fc-list tr.fc-list-day {
			margin-top: 20px;
		}

		.events .fc-list .fc-list-event-graphic {
			margin-left: -80px;
		}

	}
	@media (max-width: 991px) {
		.events .list-grid .item .item-wrapper .each-left,
		.events .fc-list tr.fc-list-day {
			width: 80px;
			min-width: 80px;
			height: 80px;
		}

		.events .fc-list .fc-list-event-graphic {
			margin-left: -80px;
		}

		.events .fc-list .fc-list-event {
			padding-left: 180px !important;
		}

		.events .fc-list .fc-event-description {
			max-width: 100%;
			width: 100%;
		}

		.events .fc-list .fc-list-event:after {
			position: relative;
			order: 5;
			margin-top: 20px;
			max-width: max-content;
		}
		.events .fc-list .fc-list-event-title a {
			padding-right: 0 !important;
		}
		.events .list-grid .item .item-wrapper .each-left .date div {
			font-size: 11px;
		}

		.events .list-grid .item .item-wrapper {
			gap: 20px;
		}

		.events .list-grid .data-group .item:after {
			left: 130px;
		}

		.events .list-grid .item .item-wrapper .middle {
			flex-wrap: wrap;
			gap: 20px;
		}

		.events .list-grid .item .item-wrapper .middle .text-group {
			width: calc(100% - 90px);
		}

		.events .list-grid .item .item-wrapper .middle * {
			text-align: left;
		}

		.events .list-grid .item .item-wrapper .middle .button-wrapper {
			min-width: unset;
			margin-top: 0;
			margin-left: 90px;
		}

		.events .list-grid .item {
			padding: 30px 0 50px;
		}
	}
	@media (max-width: 768px) {

		/** PLACE YOUR DESKTOP AND UP CSS HERE **/
		.module-hero .container .left-block .photo {
			padding-bottom: 500px;
		}
		.sdar-staff .group-banner .photo img {
			object-position: 68%;
		}
		.sdar-staff.board-template.instructor-version .staff-list {
			grid-template-columns: repeat(3, 1fr);
		}

		.sdar-staff.board-template.instructor-version .staff-list .each:nth-child(1) {
			grid-column: unset;
		}

		.sdar-staff.board-template.instructor-version .staff-list .each:nth-child(2) {
			grid-column: unset;
		}

		.advertise-sdar .text-inside .desc p {
			text-align: center;
		}
		.module-classes .ry-flex .ry-each .details .desc {
			padding-top: 0;
		}

		.module-classes .ry-flex .ry-each {
			padding: 30px;
			border: 1px solid #cccccc;
		}

		.module-classes .ry-flex {
			gap: 0;
			display: inline;

		}

		.module-classes .ry-flex .ry-each .details .date {
			gap: 10px;
		}

		.module-classes .ry-flex .ry-each .details .date span {
			font-size: 36px;
			width: 40px;
		}

		.module-classes .ry-flex .ry-each .details .date div p {
			font-size: 16px;
		}

		.module-classes .ry-flex .ry-each .details .date div {
			gap: 2px;
			align-items: flex-start;
			font-size: 14px;
		}

		.module-classes .ry-flex .ry-each .details {
			flex-direction: column;
			gap: 10px;
		}

		.module-classes .ry-flex .ry-each .details .photo {
			width: 100%;
			max-width: 100%;
		}

		.module-classes .ry-flex .ry-each .details .desc {
			width: 100%;
			padding: 10px 0;
		}

		.module-classes .ry-flex .ry-each .details .desc h5 {
			margin-bottom: 10px;
		}

		.module-classes .ry-flex .ry-each .details .button-link {
			position: absolute;
			right: 0;
		}

		.module-classes .ry-flex .ry-each .details .button-link a {
			width: 36px;
			height: 36px;
		}

		.module-classes .ry-flex .ry-each .details .button-link a svg {
			width: 18px;
			height: 18px;
		}

		.module-classes .ry-container {
			width: 100%;
		}

		.module-classes .ry-container .headline-group {
			width: 90%;
			float: unset;
			margin: 0 auto 30px;
		}

		.module-classes .slick-list {
			margin-left: -10px;
			margin-right: -10px;
		}

		.module-classes .slick-list .slick-slide {
			margin: 0 10px;
		}

		.formWrapper .upload .uploadbtn {
			max-width: 130px;
		}

		.staff-list .each .details h5 {
			text-align: left;
		}

		.staff-list .each .photo {
			margin-bottom: 20px;
		}

		.staff-list {
			gap: 40px 20px;
		}
		.staff-list:not(:last-child) {
			margin-bottom: 40px;
		}
		.staff-list .each {
			width: calc(33.33% - 15px);
		}

		.module-hero .container .ry-flex {
			flex-direction: column;
		}

		.module-hero .container .left-block {
			width: 100%;
		}

		.module-hero .container .right-block {
			width: 100%;
			display: flex;
			flex-direction: row;
		}

		.module-hero .container .right-block .each-item {
			height: 100%;
			width: 50%;
		}


		.module-hero .container .right-block .each-item .text-inside .desc p, 
		.advertise-sdar .text-inside .desc p {
			text-align: left;
		}

		.module-hero .container .left-block .hero-text .ry-headline h1 {
			max-width: 100%;
			text-align: center;
		}

		.module-hero .container .left-block .hero-text input.form-control {
			height: 60px;
		}

		.events .list-grid .item .item-wrapper .middle {
			padding-top: 10px;
			gap: 10px;
		}

		.events .list-grid .item .item-wrapper .icon {
			width: 50px;
			height: 50px;
		}
		.events .fc-list .fc-list-event-graphic,
		.events .fc-list .fc-list-event-graphic span {
			width: 50px !important;
			height: 50px !important;
			min-width: 50px !important;
		}
		.events .list-grid .item .item-wrapper .middle .icon-block {
			width: 50px;
		}

		.events .list-grid .item .item-wrapper {
			gap: 10px;
		}

		.events .list-grid .item .item-wrapper .middle h3,
		.events .fc-list .fc-list-event-title a {
			font-size: calc(22px + 2 * ( (100vw - 320px) / 1660));
			line-height: 1.1;
		}
		.events .list-grid .item .item-wrapper .middle h4 {
			font-size: calc(20px + 2 * ( (100vw - 320px) / 1660));
		}
		.events .list-grid .item .item-wrapper .each-left {
			width: 70px;
			height: 70px;
			min-width: 70px;
			border-radius: 7.5px;
		}

		.events .list-grid .item .item-wrapper .each-left .date span {
			font-size: calc(18px + 2 * ( (100vw - 320px) / 1660));
		}

		.events .list-grid .item .item-wrapper .each-left .date div {
			font-size: 10px;
		}

		.events .list-grid .data-group .item:after {
			left: 105px;
		}

		.events .list-grid .item .item-wrapper .middle .button-wrapper {
			margin-left: 60px;
		}

		.events .list-grid .item .item-wrapper .middle p .span-1, 
		.events .list-grid .item .item-wrapper .middle .text-group .excerpt p,
		.events .list-grid .item .item-wrapper .middle .text-group .excerpt,
		.events .fc-list .fc-event-description,
		.events .fc-list .fc-event-description p,
		.events .fc-list .fc-list-event .fc-list-event-time {
			font-size: var(--md-small);
				}
		
		.events .fc-list .fc-event-description h2,
		.events .fc-list .fc-event-description h3,
		.events .fc-list .fc-event-description h4 {
			font-size: calc(20px + 2 * ( (100vw - 320px) / 1660));
		}
		
		.mainContent .ry-container .each .jobs {
			padding: 30px 5%;
		}

		.mainContent .ry-container .each .details {
			padding: 30px 5% 40px;
		}

		.mainContent .ry-container .each .details .description-accord .button-wrapper {
			margin-left: -5%;
			margin-right: -5%;
			width: calc(100% + 10%);
			flex-wrap: wrap;
		}

		.mainContent .ry-container .each .details .description-accord .button-wrapper .btn-white {
			font-size: var(--md-small);
				}

		.mainContent .ry-container .each .details .description-accord {
			margin: 0;
			border: unset;
			padding: 20px 0;
		}
		.mainContent .ry-container .each .jobs .button-wrapper .apply {
			width: auto;
		}

		.mainContent .ry-container .each > .innerWrapper > .details {
			padding-left: 5%;
			padding-right: 5%;
		}

		.mainContent .ry-container .each .details .title {
			margin-bottom: 10px;
		}

		.sdar-staff.director-list {
			padding-top: 100px;
		}

		.sdar-staff .group-banner .title {
			padding: 20px 30px;
			padding-left: 30px;
			font-size: calc(20px + 2 * ( (100vw - 320px) / 1660));
			text-align: left;
			border-top-right-radius: 10px;
			border-bottom-right-radius: 10px;
			min-width: 300px;
		}

		.events .list-grid .item .item-wrapper .each-left, .events .fc-list tr.fc-list-day {
			max-width: 70px !important;
			width: 70px !important;
			height: 70px !important;
			min-width: 70px !important;
		}

		.events .fc-list .fc-list-event .fc-list-event-graphic:before {
			width: 20px;
			height: 20px;
		}

		.events .fc-list .fc-list-event {
			padding-left: 140px !important;
		}

		.events .fc-list .fc-list-event-graphic {
			margin-left: -60px;
		}
		.events .fc-list .fc-list-day-side-text {
			font-size: 10px;
			text-decoration: unset !important;
		}
		.events .fc-list .fc-list-day-text {
			max-width: 70px;
		}

		.events .fc-list .fc-event-description * {
			text-align: left;
		}
	}
	@media (max-width: 700px) {
		.events .fc-timegrid-event .fc-event-time {
			padding-left: 46px;
		}
		.events .buttonlist-right .view-selector {
			display: none !important;
		}

		.fc-col-header .fc-col-header-cell-cushion {
			font-size: var(--md-small);
				}

		.events .buttonlist-right .button-wrapper .event_filter {
			min-width: auto;
			width: 105px;
			height: 46px;
			border-radius: 10px;
			font-size: calc(12px + 2 * ( (100vw - 320px) / 1660));
			padding-left: 10px;
		}

		.events .fc .fc-toolbar-title {
			font-size: calc(18px + 2 * ( (100vw - 320px) / 1660));
		}

		.events #calendar .fc-toolbar-chunk .fc-button-group {
			gap: 5px;
		}

		.events .fc .fc-toolbar {
			gap: 5px;
			left: 105px;
			top: 2px;
		}

		.events #calendar .fc-toolbar-chunk button {
			width: 35px;
			height: 35px;
			min-width: 35px;
		}

		.events #calendar .fc-toolbar-chunk button span {
			font-size: 14px;
		}

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

		.events .buttonlist-right .button-wrapper .accord-group {
			top: 46px;

			right: 0;
			left: unset;
		}

		.events .buttonlist-right .button-wrapper .accord-group .ry-btn {
			font-size: calc(12px + 2 * ( (100vw - 320px) / 1660));
			padding-left: 10px;
			padding-right: 10px;
		}

		.events .buttonlist-right .button-wrapper button .icon {
			width: 15px;
			height: 15px;
			min-width: 15px;
		}
		
		.events .list-active .fc .fc-view-harness {
			height: 100% !important;
		}

		.events .fc-list .fc-list-day-side-text {
			font-size: 10px;
		}
		
		.events .fc-list .fc-list-day .fc-list-day-cushion:after {
			content: "";
			font-size: 12px;
			text-transform: uppercase;
			color: #666;
			letter-spacing: -0.5px;
		}

		.events .fc-list .fc-list-day.fc-day-mon .fc-list-day-cushion:after {
			content: "Monday";
		}

		.events .fc-list .fc-list-day.fc-day-tue .fc-list-day-cushion:after {
			content: "Tuesday";
		}
		.events .fc-list .fc-list-day.fc-day-wed .fc-list-day-cushion:after {
			content: "Wednesday";
		}
		.events .fc-list .fc-list-day.fc-day-thu .fc-list-day-cushion:after {
			content: "Thursday";
		}
		.events .fc-list .fc-list-day.fc-day-fri .fc-list-day-cushion:after {
			content: "Friday";
		}
		.events .fc-list .fc-list-day.fc-day-sat .fc-list-day-cushion:after {
			content: "Saturday";
		}
		.events .fc-list .fc-list-day.fc-day-sun .fc-list-day-cushion:after {
			content: "Sunday";
		}

		.events .fc-list .fc-list-day-text {
			justify-content: center;
			max-width: unset;
			text-decoration: unset !important;
		}
	}
	@media (max-width: 620px) {

		/** PLACE YOUR DESKTOP AND UP CSS HERE **/
		.events .fc-list .fc-list-event {
			max-width: calc(100% - 100px) !important;
			width: 100%;
			overflow: inherit !important;
			padding-bottom: 30px;
		}


		.events .fc-list .fc-list-event-title a {
			text-align: left;
			display: block;
		}
		.module-member .ry-flex .ry-each:nth-child(3) .icon .icon-svg svg {
			fill: #0067b2;
		}

		.sdar-staff .group-banner .title {
			font-size: calc(20px + 2 * ((100vw - 320px) / 1660));
		}
		.sdar-staff .group-banner .title span {
			top: -5px;
		}
		.module-hero .container .left-block .hero-text input.form-control::placeholder,
		.module-hero .container .left-block .hero-text input.form-control {
			font-size: var(--md-small) !important;
				}

		.module-hero .container .right-block .each-item .text-inside, 
		.advertise-sdar .text-inside {
			padding: 0 20px;
		}

		.module-hero .container .right-block .each-item .text-inside .title h3,
		.advertise-sdar .text-inside .title h3 {
			font-size: var(--md-normal);
				}

		.module-hero .container .right-block .each-item .text-inside, .advertise-sdar .text-inside {
			padding: 0 20px;
		}

		.module-hero .container .right-block .each-item .text-inside .title h3,
		.advertise-sdar .text-inside .title h3 {
			font-size: var(--md-normal);
				}

		.module-member .ry-flex .ry-each {
			width: calc(50% - 10px);
		}

		.module-member .ry-flex .ry-each:nth-child(3) .icon {
			background: #fff;
		}

		.module-member .ry-flex .ry-each:nth-child(3) .icon img {
			filter: brightness(0) saturate(100%) invert(31%) sepia(96%) saturate(5377%) hue-rotate(192deg) brightness(86%) contrast(101%);
		}

		.module-member .ry-flex .ry-each:nth-child(3) .title {
			color: var(--clr-secondary);
				}

		.module-member .ry-flex .ry-each:nth-child(2) .icon {
			background: transparent;
		}

		.module-member .ry-flex .ry-each:nth-child(2) .title {
			color: #fff;
		}

		.module-member .ry-flex .ry-each:nth-child(2) .icon img {
			filter: invert(1) brightness(1000);
		}

		.module-member .ry-text p,
		.module-member .ry-flex .ry-each .title,
		#footer .footer-title {
			font-size: var(--md-normal);
				}

		.mainContent .ry-container .each .jobs .button-wrapper .btn-style {
			padding: 15px 20px;
		}


		.mainContent .ry-container .each .jobs .button-wrapper {
			flex-wrap: wrap;
		}

		.staff-list .each {
			width: calc(50% - 10px);
		}

		.sdar-staff.board-template .staff-list .each {
			width: calc(50% - 10px);
		}

		.sdar-staff.board-template:not(.director-list) .staff-list,
		.sdar-staff.board-template .staff-list {
			gap: 40px 20px;
		}

		.sdar-staff.board-template:not(.director-list) .staff-list .each:nth-child(1) {
			margin-left: unset;
		}

		.sdar-staff.board-template:not(.director-list) .staff-list .each:nth-child(2) {
			margin-right: unset;
		}

		.slug-banner .each-right .form-control {
			padding-left: 45px;
		}

		.slug-banner .each-right .input-group:before {
			left: 20px;
			width: 15px;
			height: 16px;
			background-repeat: no-repeat;
		}
		.slug-banner .ry-flex {
			padding-left: 0;
		}

		.mainContent .ry-container .each .jobs .button-wrapper .btn-style {
			padding: 10px 15px;
			border-radius: 20px;
			font-size: calc(12px + 2 * ( (100vw - 320px) / 1660));
			gap: 5px;
			align-items: center;
		}

		.mainContent .ry-container .each .jobs .button-wrapper .apply .icon {
			width: 30px;
			height: 30px;
			min-width: 30px;
		}
		.sdar-staff.board-template.instructor-version .staff-list {
			grid-template-columns: repeat(2, 1fr);
		}

		.sdar-staff.board-template.instructor-version .staff-list .each:nth-child(2) {
			grid-column: unset;
		}

		.sdar-staff .group:not(:last-child) {
			margin-bottom: 60px;
		}

		.sdar-staff .group-banner {
			margin-bottom: 30px;
		}
		
		.events .fc-list .fc-list-day-text {
			max-width: unset;
			white-space: unset;
			display: flex !important;
			word-break: break-word;
			text-align: center;
		}
		.events .fc-list .fc-event-description {
			width: 100%;
			white-space: pre-line;
			display: table-row;
		}
		.sdar-staff.top-block-static .staff-list .each:nth-child(1) {
			margin-left: 0;
		}

		.sdar-staff.top-block-static .staff-list .each:nth-child(2) {
			margin-right: 0;
		}

		.sdar-staff.bottom-block-static {
			padding-top: 100px;
			padding-bottom: 100px;
		}
	}

	@media (max-width: 480px) {
		.events .fc-list .fc-list-event {
			max-width: 100% !important;

		}
		.events .fc-list .fc-event-description {
			width: 100%;
			white-space: break-spaces;
			display: table-row;
			word-break: break-all;
		}
		.module-hero .container .left-block .hero-text .search-bar-widget .input-group-btn {
			right: 10px;
		}
		.module-hero .container .right-block .each-item {
			width: 100%;
		}

		.module-hero .container .right-block {
			flex-direction: column;
		}

		.module-hero .container .right-block .photo img {
			width: 100%;
		}

		.module-member .ry-flex .ry-each {
			width: calc(50% - 20px);
		}

		.module-member .ry-flex .ry-each:nth-child(2) .icon {
			background: transparent;
		}

		.module-member .ry-flex .ry-each:nth-child(2) .title {
			color: #fff;
		}

		.module-member .ry-flex .ry-each:nth-child(2) .icon img {
			filter: invert(1) brightness(1000);
		}

		.module-member .ry-flex .ry-each:nth-child(3) .icon {
			background: #fff;
		}

		.module-member .ry-flex .ry-each:nth-child(3) .icon img {
			filter: brightness(0) saturate(100%) invert(31%) sepia(96%) saturate(5377%) hue-rotate(192deg) brightness(86%) contrast(101%);
		}

		.module-member .ry-flex .ry-each:nth-child(3) .title {
			color: var(--clr-secondary);
				}

		.formWrapper .md-field {
			width: 100%;
		}

		.mainContent .ry-container .each .details .description-accord .button-wrapper {
			flex-direction: column;
			align-items: center;
			justify-content: center;
		}

		.simple-block {flex-wrap: wrap;}

		.simple-block .block-left {
			width: 1000%;
			margin-bottom: 10px;
		}

		.simple-block .block-center {
			padding-left: 35px;
		}

		.module-hero .container .right-block {
			min-width: unset;
		}

		.events .fc .fc-timegrid-slot {
			height: 32px;
		}

		.events .fc-col-header-cell {
			height: 50px;
		}

		.events .fc .fc-view-harness {
			height: 597px !important;
		}

		.events .buttonlist-right .button-wrapper .event_filter {
			display: none;
		}

		.events .fc .fc-toolbar {
			top: -2px;
		}

		.events .ry-content > .button-wrapper {
			margin-bottom: 10px;
		}

		.events {
			padding: 60px 0;
		}

		.events .list-grid .item .item-wrapper .middle h3,
		.events .fc-list .fc-list-event-title a {
			font-size: calc(18px + 2 * ( (100vw - 320px) / 1660));
			line-height: 1.2;
		}
		.events .fc-list .fc-event-description h2,
		.events .fc-list .fc-event-description h3,
		.events .fc-list .fc-event-description h4 {
			font-size: calc(17px + 2 * ( (100vw - 320px) / 1660));
		}
		
		
		.ry-btn {
			padding: 15px 30px;
			border-radius: 7px;
			font-size: var(--md-small);
				}

		.slug-banner .each-right {
			display: none;
		}

		.slug-banner::after {
			display: none;
		}

		.sdar-staff .group-banner .title {
			font-size: calc(16px + 2 * ( (100vw - 320px) / 1660));
			padding: 20px 5%;
		}


		.leader-photo .wrapper .left-photo img {
			max-width: 190px;
			min-width: 180px;
		}

		.leader-photo .wrapper .details-wrap .top-name .icon a {
			width: 30px;
			height: 30px;
			min-width: 25px;
		}

		.leader-photo .wrapper .details-wrap .top-name .icon a svg {
			width: 15px;
			height: 15px;
		}

		.leader-photo {
			width: 100%;
			max-width: 100%;
			padding: 0 5%;
		}

		.sdar-staff .group-banner .photo {
			padding-bottom: 250px;
		}


		.staff-list .each .details h4,
		.leader-photo .wrapper .details-wrap .top-name h4 {
			line-height: 1.2;
			font-size: calc(18px + 2 * ((100vw - 320px) / 1660));
		}

		.group-1 .leader-photo .wrapper .details-wrap .title-new .clr-based-2 {
			display: block;
		}

		.events .fc-v-event .fc-event-main-frame {
			padding: 10px 10px;
		}

		.events .fc-v-event .fc-event-title {
			font-size: 12px;
		}

		.events .fc-timegrid-event .fc-event-time {
			font-size: 10px;
		}
		.events .fc-list .fc-list-day .fc-list-day-cushion:after {
			
			font-size: 10px;
			
		}
	}

	@media (max-width: 430px) {
		.leader-photo .wrapper .each.left-photo {
			width: 40%;
			min-width: unset;
			max-width: unset;
		}

		.leader-photo .wrapper .each.right-details {
			width: 60%;
			padding-left: 5%;
		}

		.leader-photo .wrapper .left-photo img {
			min-width: 160px;
			/* min-width: unset; */
			max-width: unset;
		}

		.sdar-staff .group-banner .title {
			font-size: calc(14px + 2 * ( (100vw - 320px) / 1660));
		}

		.sdar-staff .group-banner .title span {
			font-size: 12px;
		}

		.staff-list .each .details h4,
		.leader-photo .wrapper .details-wrap .top-name h4 {
			font-size: calc(16px + 2 * ( (100vw - 320px) / 1660));
		}

		.leader-photo .wrapper .details-wrap .title-new {
			font-size: 12px;
		}

		.sdar-staff .group-banner .photo {
			padding-bottom: 220px;
		}

		.leader-photo .wrapper .details-wrap .top-name .icon a {
			min-width: 25px;
			width: 25px;
			height: 25px;
		}

		.leader-photo .wrapper .details-wrap .top-name .icon a svg {
			width: 10px;
			height: 10px;
		}

		.staff-list .each .details p {
			margin-top: 5px;
		}
	}
	@media (max-width: 414px) {
		.events .list-grid .item .item-wrapper .each-left {
			width: 60px;
			min-width: 60px;
			height: 60px;
		}

		.events .list-grid .item .item-wrapper .each-left .date div {
			font-size: 7px;
		}

		.events .list-grid .item .item-wrapper .icon {
			width: 45px;
			height: 45px;
		}

		.events .list-grid .item .item-wrapper .icon svg {
			width: 20px;
			height: 20px;
		}

		.events .list-grid .data-group .item:after {
			left: 90px;
		}

		.mainContent .ry-container .each .jobs .button-wrapper .btn-style {
			font-size: 10px;
			padding: 7.5px 10px;
		}

		.mainContent .ry-container .each .jobs .button-wrapper .btn-style svg {
			width: 11px;
			height: 11px;
		}

		.mainContent .ry-container .each .jobs .button-wrapper .apply {
			font-size: 12px !important;
		}

		.formWrapper .upload .uploadbtn .form-control {
			height: 50px;
			/* font-size: 12px !important; */
		}

		.formWrapper .upload .uploadbtn .form-group::after {
			height: 50px;
			font-size: 12px;
			padding-left: 10px;
			padding-right: 10px;
			max-width: 110px;
			margin-left: auto;
			display: flex;
		}

		.formWrapper .upload .uploadbtn {
			max-width: 110px;
		}

		.mainContent .ry-container .each .jobs .title,
		.mainContent .ry-container .each .details .title,
		.staff-list .each .details h4{
			font-size: var(--md-normal);
				text-align: left;
				}
	}
	@media (min-width: 3000px) {

		.slug-banner::after {
			width: 40%;
		}
	}
	@media (min-width: 2100px) {
		.slug-banner .ry-flex {
			padding-left: 125px;
		}


	}
.group-directors .sdar-staff.director-list {
		padding: 100px 0;
	}

	.group-directors .sdar-staff.director-list:nth-child(even) {
		background: #fff;
	}
	
	.director-title {
		position: absolute;
		left: 0;
		transform: rotate(-90deg) translate(0, -50%);
		top: 45%;
		font-size: 90px;
		line-height: 1;
		text-transform: uppercase;
		font-family: 'Inter';
		font-weight: 900;
		min-height: 120px;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		min-width: 520px;
	}

	.director-title span {
		display: block;
		font-size: 30px;
		font-weight: 400;
		color: #e41936;
	}

	.director-title:before {
		content: "";
		position: absolute;
		left: -20px;
		width: 2px;
		height: 500px;
		background: #e41936;
	}

	

	.sdar-staff.director-list .ry-container .staff-list .each .photo {
		padding-bottom: 110%;
	}
	/** PLACE YOUR MOBILE AND UP CSS HERE **/

	@media (max-width: 1920px) {
		.director-title {
			transform: rotate(-90deg) translate(0px, -130%);
			font-size: 76px;
		}

		.director-title span {
			font-size: 24px;
		}
	}

	@media (max-width: 1680px) {
		.director-title {
			transform: rotate(-90deg) translate(0px, -170%);
			font-size: 62px;
		}

		.group-directors .sdar-staff.director-list .ry-container {
			width: 80%;
		}
	}
	@media (max-width: 1480px) {
		.sdar-staff.board-template .staff-list .each {
			max-width: 300px;
		}
	}
	@media (max-width: 1380px) {
		.sdar-staff.board-template .staff-list .each {
			max-width: 280px;
			/* margin: 0 !important; */
		}
		.director-title {
			transform: rotate(-90deg) translate(0px, -180%);
		}
	}
	@media (max-width: 1280px) {
		.sdar-staff.board-template .staff-list .each {
			max-width: 260px;
			margin: 0 !important;
		}
	}
	@media (max-width: 1080px) {
		.director-title {
			transform: unset;
			position: relative;
			padding: 0 5%;
			height: unset;
			min-height: unset;
			padding-bottom: 30px;
			font-size: calc(40px + 14 * ((100vw - 1024px) / 768));
			align-items: center;
			font-weight: 800;
			min-width: unset;
		}

		.group-directors .sdar-staff.director-list .ry-container {
			width: 90%;
		}

		.director-title span {
			font-size: 18px;
			font-weight: 300;
			margin-bottom: 5px;
		}

		.group-directors .sdar-staff.board-template .staff-list {
			gap: 50px 30px;
		}
	}

	@media (max-width: 620px) {
		.group-directors .sdar-staff.board-template .staff-list {
			gap: 40px 20px;
		}
	}
	@media (min-width: 1081px) {
		.events .buttonlist-right .button-wrapper .event_filter {
			display: none;
		}
		
		.sdar-staff.board-template.top-board .staff-list .each:nth-child(3) {
			margin-right: 5%;
		}

		.sdar-staff.board-template.top-board .staff-list .each:nth-child(1) {
			margin-left: 5%;
		}
		
		.sdar-staff.board-template.top-board .staff-list .each,
		.sdar-staff.board-template.top-board .staff-list .each:nth-child(1),
		.sdar-staff.board-template.top-board .staff-list .each:nth-child(2),
		.sdar-staff.board-template.top-board .staff-list .each:nth-child(5) {
			margin: 0;
		}
	}
	
	@media (min-width: 1281px) {
		.sdar-staff.board-template.top-board .staff-list .each:nth-child(1) {
			margin-left: 10%;
		}

		.sdar-staff.board-template.top-board .staff-list .each:nth-child(2) {
			margin: 0;
		}

		.sdar-staff.board-template.top-board .staff-list .each:nth-child(3) {
			margin-right: 10%;
			margin-left: 0;
		}

		.sdar-staff.board-template.top-board .staff-list .each:nth-child(5) {
			margin-right: 0;
		}
		
		.ry-btn.ry-btn-big {
			font-size: 18px;
		}
	}
	
	@media (min-width: 1681px) {
		.sdar-staff.director-list .ry-container {
			max-width: 1600px;
		}

		.sdar-staff.director-list .ry-container .staff-list {
			gap: 80px 20px;
		}

		.sdar-staff.director-list .ry-container .staff-list .each {
			width: calc(20% - 20px);
		}

		.sdar-staff.director-list .ry-container .staff-list .each .photo {
			padding-bottom: 130%;
		}
		
		.ry-btn.ry-btn-big {
			padding: 23px 50px;
			font-size: 20px;
		}
	}
	.sdar-inner-event .ry-flex .each-right .details a.ry-btn.ry-btn-primary {
		text-decoration: none !important;
		background-color: #be162e !important;
	}
	
	@media(max-width: 768px) {
		body[data-page-name="SDAR-Celebrates-2025-realtors-under-40"] .ry-flex {flex-direction:column}
	}
	
	.sdar-inner-event .ry-flex .each-right .details ul {
    list-style: disc;
}