/* ****** CLP RESPONSIVE STYLES ****** */
/* PAGE TEXT STYLES */
.CLP-body-text {
  font-family:Roboto Flex, sans-serif; 
  font-size: clamp(1rem, 2.5vw, 1.25rem);
	text-align:left;
  padding-left:1rem;
  margin-right:.5rem;
	color:#202020;
}

.CLP-course-body-text {
  font-family:Roboto Flex, sans-serif; 
  font-size: clamp(1rem, 2.5vw, 1.25rem);
	text-align:left;
  padding-left:1rem;
  margin-right:.5rem;
  margin-bottom: .5rem;
	color:#202020;
}

.CLP-boldbody-text {
  font-family:Roboto Flex, sans-serif; 
  font-size: clamp(1rem, 2.5vw, 1.25rem);
	text-align:left;
  font-weight: bold;
  padding-left:.5rem;
  padding-right:.5rem;
	color:#202020;
}

.CLP-page-title {
	font-family:Roboto Flex, sans-serif;  
  font-size: clamp(2rem, 5vw + 1rem, 100px);
	padding-left:20px;
  font-stretch: 80%;
  font-weight: thin;
	color:#225633;
}
.CLP-page-subtitle {
	font-family:Roboto Flex, sans-serif; 
  font-size: clamp(0.875rem, 2.5vw, 1.25rem);
	text-align:center;
	color:#225633;
}
/* 2 Column Responsive text-left/pictures right template */
.GWG-2column-section {
  padding-top: 10px;
  max-width: 1000px;
  margin: 0 auto;
}

.GWG-2column-section-title {
  font-size: 1.8em;
  margin-bottom: 20px;
  text-align: center;
}

.GWG-2column-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.GWG-2column-left-column {
  flex: 1 1 300px;
  font-family:Roboto Flex, sans-serif; 
  font-size: clamp(1rem, 2.5vw, 1.25rem);
	text-align:left;
  padding-left:15px;
  padding-right:10px;

}

.GWG-2column-right-column {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
}

.GWG-2column-right-column img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

.GWG-2column-section-footer {
  margin-top: 30px;
  font-size: 1em;
  line-height: 1.5;
}

/* Responsive layout */
@media (max-width: 768px) {
  .GWG-2column-container {
    flex-direction: column;
  }
  .GWG-2column-left-column,
  .GWG-2column-right-column {
    flex: 1 1 100%;
  }
}


Ï
/* Calendar Styles follow */
.CLPcalendar-header {
		text-align: center;
		margin-bottom: 1rem;
	}
	.CLPcalendar-title {
		font-family: "Roboto Flex", sans-serif; font-size: clamp(1.5rem, 5vw, 3rem);
		/* font-size: clamp(1.5rem, 5vw, 3rem); */
		/* font-weight: bold;  */
		color: #225633;
		margin-bottom: 0.5rem;
	}
	.CLPcalendar-subtitle {
		font-family: "Roboto Flex", sans-serif; font-size: clamp(1.5rem, 2vw, 2.5rem);
		/* font-size: clamp(0.875rem, 1.5vw, 1.25rem); */
		/* font-weight: bold; */
		color: #202020;
		margin-bottom: 0.5rem;
	}
/*   
/* Calendar button stuff below */
.button-container {
		display: flex;
		justify-content: center;
		flex-wrap: nowrap;
		overflow-x: auto;
		gap: clamp(0.25rem, 1vw, 1.25rem);
		padding: 0.5rem;
	}
	a.calendar-button:link,
	a.calendar-button:visited {
		border-radius: 0.375rem;
		background-color: #225633;
		color: yellow;
		padding: clamp(0.2rem, 1vw, 0.5rem) clamp(0.4rem, 2vw, 1rem);
		font-family: "Roboto Flex", Helvetica, sans-serif;
		font-size: clamp(0.7rem, 2.2vw, 1rem);
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
		flex-shrink: 1;
	}
	a.calendar-button:hover,
	a.calendar-button:active {
		background-color: #225633;
		color: orange;
	}
/* CHARITABLE PROJECT PAGE TEMPLATE STYLES */
	.charitable-content-block {
				margin-bottom: 2rem;
			}
			.charitable-text-section {
				width: 100%;
				padding: 1rem;
				box-sizing: border-box;
				/* Roboto Flex font styles (CLP-body-text equivalent) */
				font-family: 'Roboto Flex', sans-serif;
				font-size: 1rem;
				line-height: 1.6;
				color: #333;
			}
			.charitable-image-section {
				display: flex;
				flex-wrap: wrap;
				gap: 1rem;
				padding: 1rem;
				box-sizing: border-box;
			}
			/* Default: two-image layout */
			.charitable-image-section img {
				width: calc(50% - 0.5rem);
				height: auto;
				display: block;
			}
			/* Three-image layout class */
			.charitable-image-section.three-images img {
				width: calc(33.333% - 0.67rem);
			}
      .image-section a {
  display: block;
  width: calc(50% - 0.5rem);
}

.image-section a img {
  width: 100%;
  height: auto;
  display: block;
}

/* Support for 3-image layout */
.image-section.three-images a {
  width: calc(33.333% - 0.67rem);
}

/* Responsive stacking */
/* @media (max-width: 768px) {
  .image-section a {
    width: 100% !important;
  }
} */
Ï
/* Responsive: stack all images on small screens */
	@media (max-width: 768px) {
		.charitable-image-section img {
		width: 100% !important;
	}
         .image-section a {
    	width: 100% !important;
  		}
	}
    .charitable-button-wrapper {
				position: relative;
				height: 0;
		}

		.charitable-nav-button {
			position: absolute;
			top: 10px;
			right: 20px;
				background-color: #766a3a;
				color: white !important;
				padding: 8px 12px;
				border-radius: 4px;
				text-decoration: !important;
				font-weight: regular;
				font-size: 1rem;
				/* 1rem; */
				font-family: roboto flex;
				transition: background-color 0.3s ease;
				text-align: center;
			}

			.charitable-nav-button:hover,
			.charitable-nav-button:active {
				background-color: #225633 !important;
				color: yellow !important;
			}

	.charitable-getback-text {
	 	font-family:Roboto Flex, sans-serif; 
  		font-size: clamp(.7rem, 2.5vw, 1rem);
		text-align:left;
  		padding-left:1rem;
  		margin-right:.5rem;
		color:red !important;
		}Ï
	.charitable-getback-text:hover,
		.charitable-getback-textn:active {
		color: blue !important;
		}
	.charitable-getback-text:visited {
		color: red !important;
		}
		
	.charitable-button-wrapper2 {
				position: relative;
				height: 0;
				align:left;
				padding-left:5px;
			}

	.charitable-nav-button2 {
				position: absolute;
				top: 5px;
				left: 5px;
				background-color: none;
				/* #766a3a; */
				color: black !important;
				padding: 1px 1px;
				/* border-radius: 4px; */
				text-decoration: underline;
				font-weight: regular;
				font-size: 1rem;
				/* 1rem; */
				font-family: roboto flex;
			}

			.charitable-nav-button2:hover,
			.charitable-nav-button2:active {
				/* background-color: #225633 !important; */
				color: blue !important;
			}

			@media (max-width: 600px) {
				.charitable-nav-button2 {
					font-size: 0.9rem;
					padding: 6px 10px;
				}
			}
			@media (max-width: 600px) {
				.charitable-nav-button {
					font-size: 0.9rem;
					padding: 6px 10px;
				}
			}
/* END CHARITABLE PROJECT TEMPLATE STYLES */

.widgetMode .cnPrimaryContentContainer,
.widgetMode .cnPrimaryContentBlock1ContentHolder,
.widgetMode .cnPrimaryContentBlock1Content,
.widgetMode .cnContentContainer,
.widgetMode .cnClipMainContainer,
.widgetMode .cnMainContainer .d9MainContainer,
.widgetMode .cnMainContainer .cnContentContainer .cnPrimaryContentContainer
{
   /* change 400px to any desired value */
width: 800px !important;
}
 
.widgetMode .cnMainContainer, .widgetMode .cnMainContainerTopCorners.cornersContainer, .widgetMode .cnMainContainerBottomCorners.cornersContainer
{
   /* change 424px to any desired value. It should be more then 400px to set some space for margins/paddings */
width: 824px !important;
}
 
.widgetMode .cnPrimaryContentContainer
{
float: left;
}

.WaGadgetAuthorizationRequired .openAuthFormContainer {
display: none !important;
}

#socialLoginContainer, #idSocialLoginContainer {
display: none;
}

#idIsShownOnPublicDivider {
  display: none;
}

#FunctionalBlock1_ctl00_eventPageViewBase_ctl00_ctl00_stepTemplate_isShownOnPublicContainer {
  display: none;
}

WaGadgetMenuVertical .menuInner ul.firstLevel > li > .item > a 
{ 
font-size: 10px; 
padding-top: 5px; 
padding-bottom: 5px; 
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li > .item > a 
{ 
font-size: 15px; 
padding-top: 10px; 
padding-bottom: 10px; 
}

.WaGadgetMenuHorizontal .menuInner ul.secondLevel > li > .item > a 
{ 
font-size: 15px; 
padding-top: 10px; 
padding-bottom: 10px; 
}

/* DivCPTable.com */
.divCPTable{
	display: table;
	width: 100%;
}
.divCPTableRow {
	display: table-row;
}
.divCPTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divCPTableCell, .divCPTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divCPTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divCPTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divCPTableBody {
	display: table-row-group;
}

.clpRound {
  border-radius:6px;
}

/* img {
  border-radius: 6px;
} */



.roboto-Title {
  font-family:Roboto Flex, sans-serif;
  font-size: 52pt;
  font-weight: 100;
 font-style: italic; 
  color:green;
  /* font-variation-settings:
    "wdth" 100; */
}
.Jose-calendar-subtitle {
    font-family: 'Roboto Flex', sans-serif;
    font-size: clamp(0.8rem, 2.5vw, 1.5rem);
    /* font-weight: bold; */
    color: #202020;
    margin-bottom: 0.5rem;
  }
  Joes-calendar-title {
    font-family: 'Roboto Flex', sans-serif;
    font-size: clamp(1.5rem, 5vw, 3rem);
    /* font-weight: bold; */
    color: #225633;
    margin-bottom: 0.5rem;
  } */

/* CALENDAR STYLES */
/* Header Styles */
  /* .calendar-header {
    text-align: center;
    margin-bottom: 1rem;
  }

  .calendar-title {
    font-family: 'Roboto Flex', sans-serif;
    font-size: clamp(1.5rem, 5vw, 3rem);
    font-weight: bold;
    color: #225633;
    margin-bottom: 0.5rem;
  }

  .Joes-calendar-subtitle {
    font-family: 'Roboto Flex', sans-serif;
    font-size: clamp(0.875rem, 2.5vw, 1.25rem);
    font-weight: bold;
    color: #202020;
    margin-bottom: 0.5rem;
  } */



  /* Button Styles */
  /* .button-container {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: clamp(0.15rem, 1vw, 0.5rem);
    padding: 0.5rem;
  }

  a.calendar-button:link,
  a.calendar-button:visited {
    border-radius: 0.375rem;
    background-color: #225633;
    color: yellow;
    padding: clamp(0.2rem, 1vw, 0.5rem) clamp(0.4rem, 2vw, 1rem);
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(0.7rem, 2.2vw, 0.75rem);
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 1;
  }

  a.calendar-button:hover,
  a.calendar-button:active {
    background-color: #225633;
    color: orange;
  } */

  /* Responsive Calendar Display */
  /* .calendar-large,
  .calendar-small {
    display: none;
    text-align: center;
    margin-top: 1rem;
  }

  @media (min-width: 769px) {
    .calendar-large {
      display: block;
    }
  }

  @media (max-width: 768px) {
    .calendar-small {
      display: block;
    }
  } */

  /* iframe {
    border: none;
    max-width: 100%;
  } */
/* </style> */
/* .calendar-headertext {
font-family:Roboto Flex, sans-serif; font-size:18pt; font-style: bold; 
	color:#202020;
text-align:center;
}

.small-calendar-headertext {
font-family:Roboto Flex, sans-serif; font-size:14pt; 
	color:#202020;
text-align:center;
}

.small-calendar-SubTitle 
{
	font-family:Roboto Flex, sans-serif; font-size:14pt; 
	text-align:center;
	font-style: bold; 
	color:#225633;
} */

