.template .ry-text h2 {
	/*font-size: 44px;*/
	font-size: 30px;
}
.template .ry-text h3 {
	font-size: 24px;
}
.template .ry-text h4 {
	font-size: 22px;
}
.template .ry-text h5 {
	font-size: 20px;
}
.template .ry-text h2,
.template .ry-text h3,
.template .ry-text h4 {
	font-weight: 300;
	color: #004894; 
	line-height: 1.1;
	margin-bottom: 20px;
	letter-spacing: -1px;
}

.template .ry-text a:not(.ry-btn):not(.button):hover {
    text-decoration: underline !important;
   
}
.template .ry-text a:not(.ry-btn):not(.button) {
    color: #0067b2;
    text-transform: initial;
}
input:focus {
    outline: unset;
}
.template .ry-text ul li:not(:last-child) {
	margin-bottom: 5px;
}
.module-7 ul li > .ry-btn {
    min-width: 155px;
}
.sdar-banner {
	min-height: 280px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 70px 0;
	background: #eaf6fe;
}

.sdar-banner .ry-container {
	max-width: 1200px;
	width: 90%;
}

.template .sdar-banner h1,
.template .sdar-banner h2 {
	font-size: 53px;
	font-weight: 300;
	font-family: 'Inter';
	color: #004894;
}

.sdar-banner .ry-text p {
	max-width: 780px;
	margin: 20px auto 0;
}

.sdar-main {
	margin: 80px 0;
}

.sdar-main .ry-container {
	max-width: 1200px;
	width: 90%;
}


.ry-text {}

.photo.landscape {}

.template .sdar-main .photo {
	position: relative;
	padding-bottom: 56.25%;

}

.template .sdar-main .photo img,
.template .sdar-main .photo iframe,
.template .sdar-main .photo video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.template .sdar-main .photo.landscape {
	padding-bottom: 56.25%;
}

.template .sdar-main .photo.portrait {
	padding-bottom: 120%;
}

.template .sdar-main .photo.classic {
	padding-bottom: 75%;
}

.template .sdar-main .photo.no-curve {
	border-radius: unset;
}

.template .sdar-main .main-photo {
	margin-bottom: 100px;
}



.sdar-related {
	margin-top: 100px;
	/* padding-bottom: 60px; */
}

.sdar-related .ry-container {
	max-width: 1200px;
	width: 90%;
}

.sdar-related .ry-container .ry-headline h3,
.template-past-events .ry-headline h3 {
	font-size: 33px;
	font-weight: 300;
	color: #004894;
}

.sdar-related .ry-flex,
.template-past-events .ry-flex {
	margin-top: 50px;
}

.sdar-related .ry-container .ry-content,
.template-past-events .ry-content {
	padding-top: 60px;
	border-top: 5px solid #cce1f0;
	padding-bottom: 40px;
}

.sdar-related .ry-flex .ry-each,
.template-past-events .ry-flex .ry-each {
	width: calc(33.33% - 40px);
	position: relative;
}

.sdar-related .ry-flex .ry-each .photo,
.template-past-events .ry-flex .ry-each .photo {
	position: relative;
	padding-bottom: 75%;
	/* margin-bottom: 20px; */
}

.sdar-related .ry-flex .ry-each .photo img ,
.template-past-events .ry-flex .ry-each .photo img  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
}

.sdar-related .ry-flex .ry-each .text p,
.template-past-events .ry-flex .ry-each .text p {
	font-weight: bold;
	text-align: left;
	line-height: 1.3;
	color: #333;
}

.sdar-related .ry-flex .ry-each .text,
.template-past-events .ry-flex .ry-each .text  {
	padding: 20px 20% 20px 0;
	clear: both;
}

.template-past-events .ry-container {
    /* width: 100%; */
    /* max-width: 100%; */
    max-width: 1400px;
    width: 90%;
}
.template-past-events .ry-flex {
    display: inline;
}

.template-past-events .ry-flex .ry-each {
    width: 100%;
}


.template-past-events .ry-flex .ry-each .photo {
    border-radius: 25px;
    overflow: hidden;
}
.template-past-events .slick-dots {
	display: flex !important;
	justify-content: center;
	gap: 5px;
}

.template-past-events .slick-dots li {
	height: auto;
	width: auto;
	margin: 0;
}
.template-past-events .ry-flex .ry-each .date {
    padding-top: 50px;
    clear: both;
    font-size: 16px;
    font-weight: 600;
    color: #004894;
}

.template-past-events .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;
}

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

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

.template-past-events .slick-list  {
	margin: 0 -50px;
}
.template-past-events .slick-list .slick-slide  {
	margin: 0 50px;
}
.template .ry-text p {
	text-align: left;
}

.template-version-2 .main-content {
	padding: 130px 0 50px;
}

.template-version-2 .main-content .ry-container {
	width: 90%;
	width: 1440px;
}

.template-version-2 .main-content .ry-container > .ry-flex {}

.template-version-2 .main-content .ry-container > .ry-flex .each-left {
	width: 60%;
}

.template-version-2 .main-content .ry-container > .ry-flex .each-right {
	width: 32%;
}

.template-version-2 .main-content .ry-container > .ry-flex .each-left .main-photo {
	margin-bottom: 70px;
}

.template-version-2 .main-content  .sdar-related .ry-flex .ry-each {
	width: calc(50% - 20px);
}

.template-version-2 .main-content .sdar-related .ry-flex {
	flex-wrap: wrap;
	gap: 20px;
}

.sdar-sb {
	padding: 40px 25px 20px;
	border: 1px solid #e1e1e1;
	border-radius: 15px;
}

.sdar-sb .title {
	padding: 30px;
	background: #eaf6fe;
	border-radius: 10px;
	line-height: 1;
	margin-bottom: 20px;
}

.sdar-sb .title p {
	line-height: 1;
	font-size: 22px;
	font-weight: bold;
	color: #004894;
}

.sdar-sb ul {
	list-style: none;
	padding-left: 0;
	padding: 0 10px;
}

.sdar-sb .each-list {}

.sdar-sb ul li:not(:last-child) {
	border-bottom: 1px solid #e1e1e1;
}

.sdar-sb ul li a {
	padding: 25px 0;
	display: block;
}

.sdar-sb ul li a {
	/* font-size: 16px; */
	display: block;
	line-height: 1;
	font-size: 20px;
	font-weight: bold;
	color: #004894;
	letter-spacing: -0.5px;
	position: relative;
}

.sdar-sb ul li a span {
	display: block;
	font-size: 16px;
	color: #333;
	font-weight: 400;
	margin-top: 8px;
}

.sdar-sb ul li br {
	display: none;
}

.sdar-sb ul li a:after {
	content: "";
	position: absolute;
	right: 0;
	width: 45px;
	height: 45px;
	background: #0067b2;
	border-radius: 50%;
	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-up-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M14 2.5a.5.5 0 0 0-.5-.5h-6a.5.5 0 0 0 0 1h4.793L2.146 13.146a.5.5 0 0 0 .708.708L13 3.707V8.5a.5.5 0 0 0 1 0z'/%3E%3C/svg%3E");
	background-size: 18px;
	background-position: center;
	background-repeat: no-repeat;
	top: 50%;
	transform: translate(0, -50%);
}


.photo.natural {
	position: relative;
	padding: 0 !important;
	margin: 30px 0 !important;
}

.photo.natural img {
	position: relative !important;
	width: auto !important;
	height: auto !important;
}

.basic-accordion {
	box-shadow: unset;
}

.basic-accordion .ry-heading {
	background: #ffffff;
	padding: 20px 30px 20px 0;
	display: flex;
	align-items: center;
}

.basic-accordion .ry-heading div {
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: -0.5px;
}

.basic-accordion .ry-heading:after {
	content: "" !important;
	position: absolute;
	width: 10px;
	height: 10px;
	right: 10px;
	border: solid #000000;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 4px;
	content: "";
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.basic-accordion .ry-heading.ui-state-active:after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}


/* TEMPLATE NEWS */

.news-archive .module-events {
	padding-top: 0;
	background: transparent;
}
.news-archive .module-events .ry-container {
	max-width: 1400px;
	width: 90%;
}

.news-archive .module-events .ry-flex {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 100px;
    margin-top: 0;
    margin-bottom: 60px;

}

.custom-grid-layout .ry-flex {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 100px 60px;
    margin-top: 30px;
    margin-bottom: 60px;
}
.custom-grid-layout .ry-flex .ry-each {
	width: 100%;
}

.custom-grid-layout .ry-flex .ry-each .photo {
    position: relative;
    padding-bottom: 76.25%;
    margin-bottom: 10px;
    border-radius: 25px;
    overflow: hidden;
}


.custom-grid-layout .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;
}

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

.news-archive .module-events .ry-flex .ry-each {
    width: 100%;
}


.news-archive .module-events .ry-each.preload-state {
    display: none;

}


.news-archive .module-events .ry-each.visible-item {
    opacity: 0;
    transform: scale(0.95);
    animation: fadeIn 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
#loadMoreBtn svg {
    margin-left: 5px;
}
@keyframes fadeIn {
    to {
        opacity: 1;
        transform: scale(1);
    }
}


.news-archive .module-events .load-more-btn {
	margin: 20px auto;
	display: block;
	clear: both;
}

.news-archive .module-events button#loadMoreBtn {
	margin: auto;
	display: flex;
	margin-top: 30px;
}

.news-archive .module-events button#loadMoreBtn {
    margin: auto;
    display: flex;
    margin-top: 30px;
}

/* Caravans */


.module-caravan-template .group-filter {
	display: flex;
	justify-content: space-between;
	border: 1px solid #e1e1e1;
	border-radius: 15px;
	margin-bottom: 60px;
}

.module-caravan-template .group-filter .search-filter {
	max-width: 440px;
	width: 40%;
	position: relative;
}

.module-caravan-template .group-filter .filters {
	width: 60%;
}

.module-caravan-template .group-filter .filters .filter__dropdown {
	height: 72px;
	border-radius: 15px;
	background: transparent;
	padding-left: 25px;
	display: flex;
	align-items: center;
	gap: 15px;
	padding-right: 25px;
	border: unset;
	font-size: 18px;
	letter-spacing: -0.5px;
	font-weight: 600;
	color: #333;
}

.module-caravan-template .group-filter .filters .filter__dropdown > span {
	text-transform: capitalize;
}

.module-caravan-template .group-filter .search-filter .quicksearch {
	width: 100%;
	height: 72px;
	border: unset;
	background: #f2f2f2;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	padding-left: 25px;
	border-left: 1px solid #e1e1e1;
	font-size: 18px;
	letter-spacing: -0.5px;
	outline: unset !important;
	padding-right: 40px;
}

.module-caravan-template .group-filter .search-filter .quicksearch::placeholder {
	font-weight: bold;
}

.module-caravan-template .group-filter .search-filter .search__button {
	width: 45px;
	height: 45px;
	min-width: 45px;
	background: #0067b2;
	border-radius: 50%;
	border: unset;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate(0, -50%);
}

.module-caravan-template .group-filter .search-filter .search__button svg {
	width: 20px;
	height: 20px;
	fill: #fff;
}


.module-caravan-template .group-filter .filters .dropdown__caravan {
	position: absolute;
	width: 100%;
	background: #fff;
	z-index: 1;
	border: 1px solid #e1e1e1;
	padding: 50px 40px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	box-shadow: 0px 30px 40px -30px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 30px 40px -30px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 30px 40px -30px rgba(0,0,0,0.3);
	z-index: 9999;
}

.module-caravan-template .group-filter.active {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.module-caravan-template .group-filter.active .search-filter .quicksearch {
	border-bottom-right-radius: 0;
}

.module-caravan-template .group-filter .filters .dropdown__caravan .wrapper {
	/* display: flex; */
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(0, 1fr);
	gap: 20px 10px;
}

.module-caravan-template .group-filter .filters .dropdown__caravan .wrapper a {
	display: flex;
	align-items: center;
	gap: 20px;
}

.module-caravan-template .group-filter .filters .dropdown__caravan .wrapper a .text,
.module-caravan-template .group-filter .filters .dropdown__caravan .wrapper .filter-cancel a,
.module-caravan-template .group-filter .filters .dropdown__caravan .wrapper .count p {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.5px;
	color: #0067b2;
}

.module-caravan-template .group-filter .filters .dropdown__caravan .wrapper .count p {
	cursor: pointer;
}

.module-caravan-template .group-filter .filters .dropdown__caravan .wrapper .count p svg {
	width: 22px;
	height: 22px;
	margin-bottom: -5px;
	margin-left: -4px;
}
.module-caravan-template .group-filter .filters .dropdown__caravan .wrapper a.active {
	/* opacity: .5; */
}

.module-caravan-template .group-filter .filters .dropdown__caravan .wrapper a.active:before {
	content: "";
	position: absolute;
	left: -5px;
	width: 25px;
	height: 25px;
	background: #97c171;
	z-index: 1;
	bottom: -5px;
	border-radius: 50%;
	outline: 4px solid #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-check2' viewBox='0 0 16 16'%3E%3Cpath d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E");
	background-position: center;
	background-size: 15px;
	background-repeat: no-repeat;
}

.module-caravan-template .group-filter .filters .dropdown__caravan .wrapper a.active {
	position: relative;
}
.module-caravan-template .group-filter .filters .dropdown__caravan .wrapper .filter-cancel {
	width: 100%;
	clear: both;
	display: block;
	margin-top: 30px;
}
.module-caravan-template .group-filter .filters .dropdown__caravan .wrapper a .text span {
	display: block;
	font-size: 12px;
	color: #666666;
	font-weight: 400;
	margin-top: 5px;
}
.module-caravan-template .group-filter .filters .dropdown__caravan .wrapper .count {
	position: absolute;
	bottom: 50px;
	right: 40px;
}

.module-caravan-template .group-filter .filters .dropdown__caravan .wrapper .count p {
	line-height: 1;
}
.module-caravan-template .group-filter .filters .dropdown__caravan .wrapper a .icon__photo {
	width: 57px;
	height: 57px;
	overflow: hidden;
	border-radius: 50%;
	position: relative;
	min-width: 57px;
}

.module-caravan-template .group-filter .filters .dropdown__caravan .wrapper a .icon__photo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.module-caravan-template .ry-flex {
	flex-direction: column;
	display: flex;
}

.module-caravan-template .caravan-details .title h4 {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: -0.5px;
	color: #0067b2;
	line-height: 1.1;
}

.module-caravan-template .caravan-details .title h5 {
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	line-height: 1;
	margin-top: 5px;
}

.module-caravan-template .caravan-details .title h5 br {
	display: none;
}

.module-caravan-template .caravan-details .details__wrapper {
	margin-top: 30px;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.module-caravan-template .caravan-details .details__wrapper .detail {
	display: flex;
	gap: 15px;
	width: 25%;
}

.module-caravan-template .caravan-details .details__wrapper .detail .icon {
	width: 50px;
	height: 50px;
	min-width: 50px;
	background: #f3f3f3;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.module-caravan-template .caravan-details .details__wrapper .detail .icon svg {
	width: 20px;
	height: 20px;
	fill: #666;
}

.module-caravan-template .caravan-details .details__wrapper .detail .text p {
	/* display: flex; */
	line-height: 1;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}

.module-caravan-template .caravan-details .details__wrapper .detail .text p br {
	display: none;
}

.module-caravan-template .caravan-details .details__wrapper .detail .text p .span-1 {
	display: block;
	font-weight: 400;
	margin-bottom: 5px;
}

.module-caravan-template .caravan-details .details__wrapper .detail .text {
	align-items: center;
	display: flex;
}

.module-caravan-template .caravan-details .details__wrapper .detail.button__link {
	display: flex;
	align-items: center;
	max-width: max-content;
}

.module-caravan-template .caravan-details .details__wrapper .detail.button__link .icon {
	width: 40px;
	min-width: 40px;
	height: 40px;
	border-radius: 5px;
	background: #0067b2;
}

.module-caravan-template .caravan-details .details__wrapper .detail.button__link .icon svg {
	width: 19px;
	height: 19px;
	fill: #fff;
}

.module-caravan-template .caravan-details .details__wrapper .detail.button__link  .text {
	font-size: 16px;
	letter-spacing: -0.5px;
	line-height: 1;
	display: flex;
	text-decoration: underline;
	color: #0067b2;
	text-underline-offset: 4px;
}

.module-caravan-template .each-caravans {
	padding: 50px 0;
	border-bottom: 1px solid #cccccc;
}

.module-caravan-template .each-caravans .photo {
	padding-bottom: 150px;
	min-width: 210px;
	width: 210px;
}

.module-caravan-template .each-caravans .photo img {
	border-radius: unset;
}

.module-caravan-template .each-caravans .each-wrapper {
	display: flex;
	gap: 50px;
}

.module-caravan-template .group-filter .filters .filter__dropdown svg:nth-child(1) {
	width: 26px;
	height: 26px;
}

.AF-details .module-caravan-template .caravan-details .details__wrapper .detail .icon .hidden-category {
	opacity: 0;
	width: 0;
	height: 0;
}

.AF-details .module-caravan-template .group-filter .filters .dropdown__caravan .wrapper a:before {
	width: 25px;
	height: 25px;
	position: relative;
	top: 0;
	left: 0;
	display: flex;
	opacity: 1;
	content: "";
	border: 1px solid #ccc;
	border-radius: 50%;
}

.AF-details .module-caravan-template .group-filter .filters .dropdown__caravan .wrapper a {
	gap: 10px;
	align-items: center;
}

.AF-details .module-caravan-template .group-filter .filters .dropdown__caravan .wrapper a:before {
	content: "";
	border: 1px solid #ccc;
	border-radius: 50%;
}

.AF-details .module-caravan-template .group-filter .filters .dropdown__caravan .wrapper a.active:before {
	border-color: #97c171;
}

.AF-details .module-caravan-template .group-filter .filters .dropdown__caravan .wrapper > .filter-cancel {
    grid-column: 1 / -1;
}

.AF-details .module-caravan-template .group-filter .filters .dropdown__caravan .wrapper > .filter-cancel a::before {
    display: none;
}
.AF-details .module-caravan-template .caravan-details .details__wrapper .detail .text p {word-break: break-all;}

.module-caravan-template .load-more-btn {
    clear: both;
    padding-top: 60px;
}
.module-caravan-template .load-more {
    clear: both;
	
	margin: auto;
	display: flex;
}
.module-caravan-template .load-more svg {
    margin-left: 7px;
}
.module-caravan-template .load-more button:after {
    content: "";
    /* width: 20px; */
    /* height: 20px; */
    /* display: inline-block; */
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    content: "";
    transform: rotate(77deg);
    -webkit-transform: rotate(45deg);
    margin-left: 10px;
    margin-top: -4px;
}

.module-caravan-template .load-more button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
/* NEWS */
.news-template .photo.left-block {
	float: left;
	max-width: 560px;
	width: 47%;
	margin-right: 40px;
	margin-bottom: 50px;
	position: relative;
	padding-bottom: 35%;
}
.news-template.profile-instructor .photo.left-block {
    padding-bottom: 35%;
    width: 35%;
}
.template .sdar-banner.news-template h1, 
.template .sdar-banner.news-template p {
	text-align: left !important;
	margin-left: 0;
}

.template .sdar-banner.news-template p {
	font-weight: 600;
	letter-spacing: -0.5px;
}


/* MEMBER BENEFITS */
.member-benefit-template {}

.member-benefit-template .filter-group {
    display: flex;
    justify-content: space-between;
}

.member-benefit-template .filter-group .quicksearch {
    height: 53px;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    font-size: 18px;
    padding-left: 25px;
    min-width: 430px;
    padding-right: 25px;
}

.member-benefit-template .filter-group .quicksearch::placeholder {
    font-size: 18px;
    color: #000;
    opacity: .5;
}

.member-benefit-template .filter-group .grid-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.member-benefit-template .filter-group .grid-wrapper span {
    font-size: 18px;
}

.member-benefit-template .filter-group .grid-wrapper .group-btn {
    display: flex;
    gap: 7px;
}

.member-benefit-template .filter-group .grid-wrapper .group-btn a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    transition: .3s;
}

.member-benefit-template .filter-group .grid-wrapper .group-btn a svg {
    width: 25px;
    height: 25px;
}

.member-benefit-template .filter-group .grid-wrapper .group-btn a:hover {
    background: #0067b2;
    border-color: #0067b2;
}

.member-benefit-template .filter-group .grid-wrapper .group-btn a:hover svg {
    fill: #fff;
}

.member-benefit-template .bottom-block {
    margin-top: 35px;
}

.member-benefit-template .bottom-block .ry-flex.list-layout {}


.member-benefit-template .bottom-block .ry-flex .ry-each {
    border: 1px solid #e1e1e1;
    border-radius: 25px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.member-benefit-template .bottom-block .ry-flex .ry-each .block-text {
    padding: 40px 50px;
}

.member-benefit-template .bottom-block .ry-flex .ry-each .block-logo img {
    max-height: 80px;
    object-fit: contain;
    max-width: 200px;
    position: relative;
    object-fit: contain;
    border-radius: unset;
}

.member-benefit-template .bottom-block .ry-flex .ry-each .block-logo {
    padding: 40px 50px;
    max-width: max-content;
}

.member-benefit-template .bottom-block .ry-flex .ry-each .block-logo .photo {
    padding: unset;
}

.member-benefit-template .bottom-block .ry-flex .ry-each .block-text .details h4 {
    font-size: 24px;
    color: #0067b2;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: 1;
}

.member-benefit-template .bottom-block .ry-flex .ry-each .block-text .details {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.member-benefit-template .bottom-block .ry-flex .ry-each .block-text .details p {
    font-size: 18px;
    font-weight: 400;
	line-height: 1.2;
}


.member-benefit-template .bottom-block.grid-layout .ry-each .block-text {
    padding: 30px 20px 35px;
    background: #eaf6fe;
    border-top: 1px solid #e1e1e1;
}

.member-benefit-template .bottom-block.grid-layout .ry-each .block-text .details h4 {
    font-size: 20px;
    text-align: center;
}

.member-benefit-template .bottom-block.grid-layout .ry-each .block-text .details p {
    text-align: center;
    line-height: 1;
    font-size: 16px;
    padding-top: 10px;
}

.member-benefit-template .bottom-block.grid-layout .ry-each {
    flex-direction: column;
    overflow: hidden;
    
}

.member-benefit-template .bottom-block.grid-layout .ry-each .block-logo {
    padding: 10px 20px;
    min-height: 160px;
    align-items: center;
    display: flex;
    justify-content: center;
}


.member-benefit-template .ry-container {
    max-width: 1440px;
}

.member-benefit-template .bottom-block,
.member-benefit-template .bottom-block * {
    transition: all 0.3s ease-in-out;
}

.member-benefit-template .bottom-block.list-layout .ry-flex .ry-each {
    margin-bottom: 20px;
}

/* Grid Layout */
.member-benefit-template .bottom-block.grid-layout .ry-flex {
    position: relative;
}

.member-benefit-template .bottom-block.grid-layout .ry-each {
    margin-bottom: 30px;
    transition: all 0.4s ease;
}

/* List Layout */
.member-benefit-template .bottom-block.list-layout .ry-flex {
    display: block;
}

.member-benefit-template .bottom-block.list-layout .ry-each {
    width: 100%;
    margin-bottom: 20px;
    transition: all 0.4s ease;
}
.member-benefit-template .bottom-block.grid-layout .ry-flex {
	width: calc(100% + 2%);
	margin-left: -1%;
	margin-right: -1%;
} 
.member-benefit-template .bottom-block.grid-layout .ry-each {
    
    margin: 15px 1%;
    box-sizing: border-box;
}

.member-benefit-template .bottom-block.grid-layout .ry-each .block-text {
    height: 120px;
    min-height: 120px;
}

.member-benefit-template .bottom-block.grid-layout .ry-each .block-text .details p {
    line-height: 1.2;
    padding-bottom: 7px;
}


.member-benefit-template .bottom-block.list-layout .ry-each:hover {
    background: #eaf6fe;
    border-color: #eaf6fe;
}
/* END MEMBER BENEFITST */


/* ONLINE FORM */
.module-7 ul li p span {
    display: block;
    font-size: 14px;
    font-style: italic;
    line-height: 1;
}

.module-7 ul li p {
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    position: relative;
}

.module-7 ul li p:before {
    position: absolute;
    left: 0;
    margin-right: 0;
}
/** PLACE YOUR MOBILE AND UP CSS HERE **/

@media (max-width: 1680px) {

	/** PLACE YOUR TABLET AND UP CSS HERE **/
	
	.template .sdar-banner h1,
	.template .sdar-banner h2 {
		font-size: calc(44px + 14 * ((100vw - 1024px) / 768));
	}
	
	.template .ry-text h2 {
		font-size: calc(30px + 14 * ((100vw - 1024px) / 768));
	}
	
	.template .ry-text h3 {
		font-size: calc(26px + 14 * ((100vw - 1024px) / 768));
	}

	.sdar-related .ry-container .ry-headline h3,
	.template-past-events .ry-container .ry-headline h3  {
		font-size: calc(26px + 2 * ( (100vw - 1024px) / 1660));
	}

	.module-caravan-template .caravan-details .title h4,
	.member-benefit-template .bottom-block .ry-flex .ry-each .block-text .details h4 {
		font-size: calc(22px + 2 * ( (100vw - 320px) / 1660));
	}
	.custom-grid-layout .ry-flex .ry-each .title h4 {
		font-size: calc(20px + 2 * ((100vw - 320px) / 1660));
	}
	.module-caravan-template .caravan-details .details__wrapper .detail .text p,
	.module-caravan-template .caravan-details .details__wrapper .detail.button__link .text,
	.module-caravan-template .caravan-details .title h5,
	.template-past-events .ry-flex .ry-each .date {
		font-size: calc(14px + 2 * ( (100vw - 320px) / 1660));
	}

	.module-caravan-template .group-filter .search-filter .quicksearch,
	.module-caravan-template .group-filter .search-filter .quicksearch::placeholder,
	.module-caravan-template .group-filter .filters .filter__dropdown,
	.module-caravan-template .group-filter .filters .dropdown__caravan .wrapper a .text,
	.module-caravan-template .group-filter .filters .dropdown__caravan .wrapper .filter-cancel a,
	.module-caravan-template .group-filter .filters .dropdown__caravan .wrapper .count p,
	.member-benefit-template .filter-group .quicksearch,
	.member-benefit-template .filter-group .quicksearch::placeholder,
	.member-benefit-template .filter-group .grid-wrapper span,
	.member-benefit-template .bottom-block .ry-flex .ry-each .block-text .details p,
	.custom-grid-layout .ry-flex .ry-each .desc p {
		font-size: calc(16px + 2 * ( (100vw - 320px) / 1660));
	}

	.module-caravan-template .group-filter .filters .dropdown__caravan .wrapper a .text span {
		font-size: calc(12px + 2 * ( (100vw - 320px) / 1660));
	}
}

@media (max-width: 1480px) {
	.news-archive .module-events .ry-flex {
		gap: 40px 20px;
	}
	
	.member-benefit-template .grid-sizer {
		width: 33.33%; 
	}

	.template-past-events .slick-list  {
		margin: 0 -10px;
	}
	.template-past-events .slick-list .slick-slide  {
		margin: 0 10px;
	}
}

@media (max-width: 1280px) {
	.module-caravan-template .caravan-details .details__wrapper .detail {
		gap: 10px;
		min-width: 170px;
	}

	.module-caravan-template .caravan-details .details__wrapper .detail:nth-child(3) {
		min-width: 205px;
	}

	.module-caravan-template .caravan-details .title h5 {
		line-height: 1.3;
	}

	.module-caravan-template .each-caravans .each-wrapper {
		gap: 30px;
	}
	
	
}
@media (max-width: 1080px) {
	.custom-grid-layout .ry-flex {
		grid-template-columns: repeat(2, 1fr);
		gap: 40px 5%;
	}
	.member-benefit-template .grid-sizer {
		width: 50%; 
	}
	/** PLACE YOUR LAPTOP AND UP CSS HERE **/
	.module-caravan-template .group-filter .filters .dropdown__caravan .wrapper {
		grid-template-columns: repeat(3, 1fr);
	}
	.module-caravan-template .group-filter .filters .dropdown__caravan {
		padding: 40px 30px;
	}
	.module-caravan-template .group-filter .filters .dropdown__caravan .wrapper a {
		gap: 10px;
	}
	.module-caravan-template .group-filter .search-filter .quicksearch {
		padding-right: 30px;
	}

	.module-caravan-template .group-filter .filters {
		width: 40%;
	}

	.module-caravan-template .group-filter .search-filter {
		width: 60%;
	}
	.module-caravan-template .caravan-details * {text-align: left;}
	.module-caravan-template .caravan-details .details__wrapper .detail.button__link {
		width: 100%;
		max-width: unset;
		margin-top: 10px;
	}

	.module-caravan-template .caravan-details .details__wrapper {
		margin-top: 20px;
	}
	.sdar-banner {
		margin-top: 70px;
		padding: 60px 0;
	}

	.sdar-banner .ry-text p {
		margin-top: 10px;
	}

	.template .sdar-main .main-photo {
		margin-bottom: 60px;
	}

	.sdar-related,
	.template-past-events {
		margin-top: 60px;
	}

	.sdar-related .ry-flex,
	.template-past-events .ry-flex{
		display: inline;
	}

	.sdar-related .ry-flex .ry-each,
	.template-past-events .ry-flex .ry-each {
		width: 100%;
	}

	.sdar-related .slick-list,
	.template-past-events .slick-list  {
		margin: 0 -10px;
	}

	.sdar-related .slick-list .slick-slide,
	.template-past-events .slick-list .slick-slide  {
		margin: 0 10px;
	}

	.news-archive .module-events .ry-flex {
		grid-template-columns: repeat(2, 1fr);
		gap: 40px 5%;
	}

	.sdar-banner.active-breadcrumbs {
		margin-top: 0;
	}
	.module-caravan-template .group-filter .filters .dropdown__caravan .wrapper .filter-cancel {
		margin-top: 20px;
		grid-column: 1 / -1;
		text-align: center;
	}

	.module-caravan-template .group-filter .filters .dropdown__caravan .wrapper .count {
		position: absolute;
		bottom: 40px;
		right: 30px;
	}
	
	.template-past-events .ry-flex .ry-each .date {
		padding-top: 30px;
	}

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

	.template .ry-text h2 {
		font-size: calc(34px + 14 * ((100vw - 1024px) / 768));
	}
	
	.template .ry-text h3 {
		font-size: calc(32px + 14 * ((100vw - 1024px) / 768));
	}
	
	.template .ry-text h4 {
		font-size: calc(30px + 14 * ((100vw - 1024px) / 768));
	}
	
	.module-caravan-template .group-filter .filters .dropdown__caravan .wrapper {
		grid-template-columns: repeat(2, 1fr);
	}

	.news-template .photo.left-block img {
		border-radius: 15px;
	}
	.member-benefit-template .bottom-block .ry-flex .ry-each .block-text .details h4, 
	.member-benefit-template .bottom-block .ry-flex .ry-each .block-text .details p {
		text-align: left;
	}

	.member-benefit-template .bottom-block.grid-layout .ry-each .block-text .details h4, 
	.member-benefit-template .bottom-block.grid-layout .ry-each .block-text .details p {
		text-align: center;
	}

	.member-benefit-template .bottom-block.grid-layout .ry-each .block-text {
		height: 140px;
		min-height: 140px;
	}
}
@media (max-width: 620px) {

	.module-caravan-template .group-filter .filters .filter__dropdown span {
		display: none;
	}

	.module-caravan-template .group-filter .filters .filter__dropdown  svg.bi.bi-caret-down-fill {
		display: none !important;
	}
	
	.module-caravan-template .group-filter .search-filter {
		width: 100%;
		max-width: 100%;
	}

	.module-caravan-template .group-filter .filters {
		width: auto;
	}

	.module-caravan-template .group-filter .filters .filter__dropdown {
		background: #0067b2;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.module-caravan-template .group-filter .filters .filter__dropdown svg {
		fill: #fff;
	}
	.module-caravan-template .each-caravans .each-wrapper {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.module-caravan-template .each-caravans .photo {
		width: 100%;
		min-width: unset;
		padding-bottom: 56.25%;
	}

	.module-caravan-template .caravan-details .details__wrapper .detail.button__link {
		background: #0067b2;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 5px;
	}

	.module-caravan-template .caravan-details .details__wrapper .detail.button__link .text {
		color: #fff;
		text-decoration: unset;
	}

	.module-caravan-template .each-caravans {
		padding: 30px 0;
	}

	.module-caravan-template .group-filter.active .filters .filter__dropdown {
		border-bottom-left-radius: 0;
	}

	.news-template .photo.left-block {
		float: unset;
		max-width: 100%;
		width: 100%;
		padding-bottom: 75%;
		margin-bottom: 30px;
		margin-right: 0;
	}

	.member-benefit-template .bottom-block .ry-flex .ry-each .block-text .details {
		gap: 0;
	}
	.member-benefit-template .bottom-block .ry-flex .ry-each .block-text .details h4,
	.member-benefit-template .bottom-block .ry-flex .ry-each .block-text .details p {
		text-align: center;
	}
	.member-benefit-template .bottom-block .ry-flex .ry-each .block-text {
		padding: 30px 5vw;
		/* padding-right: 0; */
		padding-top: 10px;
	}

	.member-benefit-template .bottom-block .ry-flex .ry-each {
		flex-direction: column;
	}

	.member-benefit-template .bottom-block .ry-flex .ry-each .block-logo {
		padding: 30px 0 0;
	}

	.member-benefit-template .bottom-block .ry-flex {
		gap: 15px;
	}

	.member-benefit-template .filter-group .quicksearch {
		min-width: unset;
		width: 90%;
	}

	.member-benefit-template .filter-group .grid-wrapper {
		display: none;
	}

	.member-benefit-template .filter-group .quicksearch {
		width: 100%;
		max-width: 100%;
		min-width: unset;
	}

	.member-benefit-template .filter-group .search-filter {
		width: 100%;
	}

	.member-benefit-template .bottom-block .ry-flex .ry-each {
		border-radius: 15px;
	}

	.member-benefit-template .bottom-block .ry-flex .ry-each {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.member-benefit-template .bottom-block .ry-flex .ry-each .block-logo {
		padding: 10px 20px;
		min-height: 120px;
		display: flex;
		align-items: center;
		justify-content: center;
		
	}

	.member-benefit-template .bottom-block .ry-flex .ry-each .block-text {
		width: 100%;
		max-width: 100%;
		padding: 30px 20px;
		background: #eaf6fe;
		border-top: 1px solid #e1e1e1;
	}

	.member-benefit-template .bottom-block .ry-flex .ry-each .block-text h4, 
	.member-benefit-template .bottom-block .ry-flex .ry-each .block-text p {
		text-align: center !important;
	}

	.member-benefit-template .bottom-block .ry-flex .ry-each {
		overflow: hidden;
	}

	.news-template.profile-instructor .photo.left-block {
		/* padding-bottom: 35%; */
		/* width: 35%; */
		padding-bottom: 100%;
		width: 100%;
	}
}
@media (max-width: 480px) {

	.custom-grid-layout .ry-flex {
		grid-template-columns: repeat(1, 1fr);
		gap: 40px;
	}
	
	.custom-grid-layout .ry-flex .ry-each .photo {
		border-radius: 10px;
		margin-bottom: 0;
	}
	
	.module-caravan-template .group-filter .filters .dropdown__caravan .wrapper a {
		padding-left: 10px;
	}

	.module-caravan-template .group-filter .filters .dropdown__caravan .wrapper a.active:before {
		left: 0;
	}
	.module-caravan-template .group-filter .filters .dropdown__caravan .wrapper .count {
		position: relative;
		bottom: 0;
		right: unset;
		width: 100%;
		/* min-width: 300px; */
		grid-column: 1 / -1;
		text-align: center;
		display: flex;
		align-items: center;
	}
	.news-archive .module-events .ry-flex {
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
	}

	.module-caravan-template .group-filter .filters .dropdown__caravan .wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
	.module-caravan-template .group-filter .filters .filter__dropdown {
		height: 62px;
	}

	.module-caravan-template .group-filter .search-filter .quicksearch {
		height: 62px;
		padding-left: 15px;
	}

	.module-caravan-template .group-filter .search-filter .search__button {
		width: 40px;
		height: 40px;
		min-width: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		right: 15px;
	}

	.module-caravan-template .group-filter .search-filter .search__button svg {
		width: 17px;
		height: 17px;
	}

	.module-caravan-template .group-filter .search-filter .quicksearch, 
	.module-caravan-template .group-filter .search-filter .quicksearch::placeholder,
	.member-benefit-template .filter-group .quicksearch,
	.member-benefit-template .filter-group .quicksearch::placeholder
	.member-benefit-template .filter-group .grid-wrapper span,
	.member-benefit-template .bottom-block .ry-flex .ry-each .block-text .details p {
		font-size: calc(14px + 2 * ( (100vw - 320px) / 1660));
	}

	.module-caravan-template .group-filter .filters .dropdown__caravan {
		padding: 30px 5%;
	}

	.module-caravan-template .group-filter .filters .dropdown__caravan .wrapper {
		height: 440px;
		overflow: scroll;
		gap: 15px;
	}

	.module-caravan-template .group-filter {
		margin-bottom: 10px;
	}
}
@media (min-width: 1200px) {

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

}