
html, body
{
	/*height:100%;*/
	max-height:100%;
	min-height:100%;
	margin:0;
	padding:0;
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size:1.1em;
	color:#000;
	background-color: #ffffff;
	text-align: left;
}


.nbfraFont
{
	font-family: Georgia, 'Lusitana', serif;
	font-weight: bold;
}


ul.pdf-links {
    list-style: none;
    padding-left: 0.5rem;
}
ul.pdf-links li a:before {
    content: "\1F517 ";
    margin-right: 5px;
}


.bannerDiv
{
	width: 100%;
	height: 8em;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content:space-around;
	align-items: center;

	background-color: #ecf2ec;
	background-size: cover;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center 52%; 
}

#bannerImg1{background-image:url('../images/Forest-Banner.png');}






a {
  text-decoration: none; /* Removes the underline */
  color: #000000; /* Sets a specific color (e.g., black) */
}

a:visited {
  color: #000000; /* Keeps the same color after visiting */
}

a:hover {
  color: #000000; /* Keeps the same color on hover */
  text-decoration: none; /* Ensures no underline on hover */
}

a:active {
  color: #000000; /* Keeps the same color when clicked */
}

body{padding-top: 100px;}
h3{font-size:1.6em; text-align: center;}
h4{margin-bottom: 0.5em; font-size: 1.2em;}
p, li{margin-top: 0.5em; margin-bottom: 0em;font-size: 1.2em;}
hr{margin: 1; width: inherit;}
.hrTop{margin-top: 0.5em;}
.noUnderline {
  text-decoration: none;
}

#categoriesDiv {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}




.circle, .circleSmall
{
	width: 12.5em; /* Set the size of the circle */
	height: 12.5em; /* Set the height equal to the width to make it a perfect circle */
	border-radius: 50%; /* This makes it a circle */
	overflow: hidden; /* Ensures that the content stays within the circle */
	display: flex;
	flex-direction: column; /* Stack the children vertically */
	border: 4px solid #ff9900;
}

.circleSmall
{
	min-width: 4.5em;
	width: 4.5em; /* Set the size of the circle */
	height: 4.5em; /* Set the height equal to the width to make it a perfect circle */
	margin: 0.2em;
}

.circleSmallAlpha
{
		border: 3px solid #ff990000;
}

.image {
	flex: 1; /* This makes the image take up half of the circle */
	background-image: url('/images/CalendarBlur.png'); /* Path to your image */
	background-size: cover; /* Make the image cover the top half */
	background-position: center; /* Center the image */
}

.image1 {
	flex: 1; /* This makes the image take up half of the circle */
	background-image: url('/images/Entrepreneurship_Gemini_Generated_Image_i98d5di98d5di98d.jpg'); /* Path to your image */
	background-size: contain; /* Make the image cover the top half */
	background-position: center; /* Center the image */
}

.image2 {
	flex: 1; /* This makes the image take up half of the circle */
	background-image: url('/images/Management_Gemini_Generated_Image_4p8w8p4p8w8p4p8w.jpg'); /* Path to your image */
	background-size: contain; /* Make the image cover the top half */
	background-position: center; /* Center the image */
}

.image3 {
	flex: 1; /* This makes the image take up half of the circle */
	background-image: url('/images/Personal_Growth_Gemini_Generated_Image_9fdk6n9fdk6n9fdk.jpg'); /* Path to your image */
	background-size: contain; /* Make the image cover the top half */
	background-position: center; /* Center the image */
}

.image4 {
	flex: 1; /* This makes the image take up half of the circle */
	background-image: url('/images/Education_Gemini_Generated_Image_rbwkvzrbwkvzrbwk.jpg'); /* Path to your image */
	background-size: contain; /* Make the image cover the top half */
	background-position: center; /* Center the image */
}

.image5 {
	flex: 1; /* This makes the image take up half of the circle */
	background-image: url('/images/Circle_LLT.png'); /* Path to your image */
	background-size: contain; /* Make the image cover the top half */
	background-position: center; /* Center the image */
}

.text {
	flex: 1; /* The text takes the bottom half of the circle */
	display: flex;
	align-items: flex-start; /* Vertically center the text */
	justify-content: center; /* Horizontally center the text */
	background-color: rgba(255, 255, 255, 0.7); /* Optional: semi-transparent background for text */
	font-weight: 500;
	color: #333; /* Text color */
	font-size: 16px; /* Set the font size */
	text-align: center;
	padding-top: 0.5em;
	font-size: 1.2em;
}


.bgColorEntrepreneurship {background-color: #dffaff;}
.bgColorMangementAndAdmin {background-color: #fef8d6;}
.bgColorPersonalGrowth {background-color: #e2ecd2;}
.bgColorEducation {background-color: #ffe6cc;}
.bgColorLLT {background-color: #ecf2ec;}



.workshopTitleBar
{
	display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
	width: -webkit-fill-available;
	border-bottom: 1px solid #4d4d4d;
}
.workshopLogoAndSubtext
{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
	justify-content: flex-start;
}


.circleLogoDIV
{
	flex: 1; /* This makes the image take up half of the circle */
	background-size: contain; /* Make the image cover the top half */
	background-position: center; /* Center the image */
	min-width: 4.5em;
	max-width: 4.5em;
    width: 4.5em;
    height: 4.5em;
    margin: 0.2em;
}

.circleLogoCaroline {background-image: url('/images/Circle_Caroline.png');}
.circleLogoEM {background-image: url('/images/Circle_EM.png');}
.circleLogoIsabelle {background-image: url('/images/Circle_Isabelle.png');}
.circleLogoLLT {background-image: url('/images/Circle_LLT.png');}
.circleLogoMDC {background-image: url('/images/Circle_MDC.png');}

.subTitle
{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	font-size: 1.6em;
	width: -moz-available;
	width: -webkit-fill-available;
	font-weight: bold;
}








#imgLogoDiv
{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.logoFontText
{
	font-family: Georgia, 'Lusitana', serif;

	color:#FF9900;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 1em;
	/*font-variant:small-caps;*/
	padding-left: 1em;
	padding-right: 1em;
	text-align: center;
}

.footerColor{color:#fff;}
.subNote{font-size: 0.7em;}

.subLogoDiv
{
	background-color: #f57431;
}

.subLogoFontText
{
	font-family: Georgia, 'Lusitana', serif;
	color:#fefefe;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 2em;
	padding-left: 1em;
	padding-right: 1em;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
	text-shadow: 3px 3px 2px rgba(0, 0, 0, 1.0);
}

#calendarIcon{padding-top: 2px; padding-bottom: 1px;}
#footerLogoHolderDiv
{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 12rem;
}

#footerPhoneDiv
{
    width: 12rem;
}


.LogoHolderDiv
{
    padding-left: 1em;
}

#navDiv
{
	width: 100%;
	height: 100px;
	background-color: #fefefe;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content:space-around;
	align-items: center;
	position:fixed;
	top:0;
	border-bottom: 2px solid #4d4d4d ;
	    z-index: 2;
  	/*outline: #f57431 solid 1px;*/
}

content
{
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content:space-around;
	align-items: center;
	background-color: #fefefe;
}




.boxDiv {/*border-bottom: 1px solid #4d4d4d;*/}


.boxDiv, .subLogoDiv, .boxTitleDiv
{
	width: 100%;
}

.boxDiv, .subLogoDiv, .footerDiv, .boxTitleDiv
{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content:space-around;
	align-items: center;
}

.boxdivColumn{flex-direction: column;}

.boxTitleDiv
{
	width: fit-content;
	justify-content: center;
}

.boxDivColor1{background-color: #ffffff;}
.boxDivColor2{background-color: #f4f4f4;}
.boxDivColor3{background-color: #ffffff;}
.boxDivColor4{background-color: #f57431;}
.textColorBlue{color: #f57431;}
.textColorDarkGrey{color: #4d4d4d;}
.workshopDiv
{
	padding: 0em 1em 1em 1em;
	/*width: inherit;*/
}


.workshopSubtext
{
	font-size: 0.85em;
	display: flex;
    flex-direction: column;
    padding-left: 0.5em;
}
.workshopDiv {font-size: 1.0em;}
.workshopDiv h2
{
	font-size: 1.2em;
	margin-bottom: 0.25em;
    margin-top: 0.5em;
}
.workshopDiv h4 {margin-top:0.5em; font-size: 1.0em; font-weight:400}
.workshopDiv p {font-size: 1.0em;}
.pTopZero {margin-top:0.25em;}
.workshopDiv ul
{
	margin-bottom: 0em;
    margin-top: 0.4em;
}
.workshopDiv li {font-size: 1.0em; margin-top: 0.2em;}

.workshopDiv hr
{
	margin-bottom: 0.6em;
    margin-top: 0.8em;
}

.workshopDiv hr:first-child {margin-top:0em;}




#companyNameDiv
{
	font-family: Georgia, 'Lusitana', serif;
	font-weight: 800;
	font-size: 1.5em;
	text-align: center;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

.contentDiv
{
	width:81%;
	padding: 0em 0em 0em 0em;
}

.multiDivflex
{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}






.addImgDiv, .addImgDivCol, .addLLTImgDiv
{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.addImgDivCol{flex-direction: column;align-items:flex-start;}







#addImgDiv {
  position: relative;
  min-height: 200px; /* Adjust to your needs */
}

#addImgDiv::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 0;
  bottom: 1rem;
  background-image: url('https://nbfra.languagetraining.ca/images/NBFRA-WWW-Logo.png');
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.15;
  z-index: 0;
  pointer-events: none; /* Allows clicking through to content */
}

#addImgDiv > * {
  position: relative;
  z-index: 1; /* Ensures content appears above the background */
}







#locationsDiv
{
	background: url(img/mapBackground.png);
}

#locationsAlphaDiv{background-color: transparent;}

#footerDiv
{
    padding: 1em 0.2em 1em 0.2em;
    min-height: 4em;
}

/***********************************************************/
/* Navigation
/***********************************************************/
nav a{all:unset}
#menuBarOuterDiv
{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: center;
	width: 100%;
	height: 100px;
	background-color: #fefefe;
}

#menuBarInnerDiv
{
	width: 710px;
	height: 100px;
	background-color: #fefefe;
}

.navbar 
{
	overflow: hidden;
	background-color: #fefefe;
	height: 100px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content:space-around;
	align-items: center;
}

.navbar a 
{
	float: left;
	font-size: 16px;
	text-align: center;
	padding: 1em;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.1em;
	font-weight: 800;
	color: #FF9900;
	cursor: pointer;
	border: 2px solid #fefefe;
	border-radius: 4px;
}

.dropdown 
{
	float: left;
	overflow: hidden;
}

.dropdown .dropbtn 
{
	font-size: 16px;
	border: none;
	outline: none;
	padding: 1em;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.1em;
	font-weight: 800;
	background-color: #fefefe;
	color: #4d4d4d;
	cursor: pointer;
	margin: 0;
	/*height: 100px;*/
		border: 2px solid #fefefe;
	border-radius: 4px;
}

.dropdown-content
{
	display: none;
	position: absolute;
	background-color: #fefefe;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a 
{
	float: none;
	color: #4d4d4d;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdown:hover .dropdown-content,.dropdown  .dropdown-content:focus-within
{
	display: block;
}

.navbar a:hover, .dropdown:hover, .dropbtn:hover, .dropdown:focus-within
{
	background-color: #fefefe;
	color:#FF9900;
}

.dropdown-content a:hover
{
	background-color: #fefefe;
	color:#FF9900;
}

.dropbtn:focus, nav a:focus, a.llt:focus
{
	border: 2px solid #FF9900;
	border-radius: 4px;
}

nav a:link {color: #4d4d4d;}
nav a:visited {color: #4d4d4d;}
.navActive{color:#f57431 !important;}
.navSubActive{color:#FF9900 !important; background-color: #fefefe;}

.section1Link, .section2Link, .aLink, .subLink{text-decoration: none; cursor: pointer;}
.section1Link:link, .aLink:link {color: #f57431;font-weight: 600;}
.section1Link:visited, .aLink:visited {color: #f57431;}

.section2Link:link, .aLink:link {color: #FF9900;font-weight: 600;}
.section2Link:visited, .aLink:visited {color: #FF9900;}

.aLink{color: #f57431;}

.subLink:link {color: #000000;font-weight: 400;}
.subLink:visited {color: #000000;}

.imgRoundedCorners
{
    width:20em;
    height:15em;
    border-radius:15%;

    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
        background-position: 25% center;
}


.photoDiv
{
	padding-top: 1em;
	width:50%;
	height: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}



.makeFlexBox, .makeFlexBoxForm
{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.makeFlexBoxForm{padding: 0.25em;}

.ourWorkshopsRegister
{
	width: 12em;
	text-align: center;
}

.theDescription p {margin-top: 0;margin-bottom: 0.5em;}
.ourWorkshopsDescription {width: 65%;}
.ourWorkshopsDescription ul {padding-bottom: 0em;}
.ourWorkshopsDescription p {padding: 1em 1em 1em 1em; margin-top: 0.5; margin-bottom: 0.5em;}
.ourWorkshopsTitle h2 {font-size: 1.3em; padding: 0.25em 1em 0.25em 1em;color: #f57431;}
.ourWorkshopsTitle
{
	width: 35%;
	margin:0;
	text-align: center;
}

.logoImgMDC {width: 80%;}
.logoImgRC {width: 8em;}
.logoImgKORT {width: 60%;}
.logoImgACIC {width: 65%;}
.logoImgMCR {width: 40%;}
.logoImgJES {width: 80%;}
.logoImgSOS {width: 80%;}
.logoImgCR {width: 70%;}

.listTitle{padding-left: 1em;}


.groupTitleBar
{
	margin-top: 1em;
	padding: 1em 1em 1em 1em;
	font-size: 1.5em;
	font-weight: 800;
	text-align: center;
	color: white;
	width: -moz-available;
	width: -webkit-fill-available;
} 

#sectionOverview {padding-top: 0.4em;align-items: flex-start;}
.sectionDiv {width: -moz-available; width: -webkit-fill-available;}
.backgroundOrange{background-color: #FF9900;}
.backgroundBlue {background-color: #f57431;}
.sectionTitleBar
{
	margin-right: 1em;
	padding: 0.5em 1em 0.5em 1em;
	font-weight: 800;
	font-size: 1.2em;
	color: white;
} 

#employmentOpportunityDiv{padding-bottom: 3em;padding-top: 1em;}




/***********************************************************/
/* Modal
/***********************************************************/

.modal
{
	display: none;                     /* Hidden by default */
	position: fixed;                   /* Stay in place */
	z-index: 1;                        /* Sit on top */
	left: 0;
	top: 0;
	width: 100%;                       /* Full width */
	height: 100%;                      /* Full height */
	overflow: auto;                    /* Enable scroll if needed */
	background-color: rgb(0,0,0);      /* Fallback color */
	background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

.modal-content
{
	background-color: #fefefe;
	margin: auto;
	padding: 1em;
	border-radius: 0.6em;
	width: 80%;
	border: 0.3em solid #f57431;
}


.modalH2
{
	margin: 0 0 1em 0;
	font-weight: 700;
	font-size: 1.25em;
	text-align: center;
	margin-bottom: 0;

	font-family: 'Montserrat', sans-serif;
    color: #f57431;
    font-weight: 800;
}

.modalButtons
{
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:space-evenly;
	align-items:center;
}



/***********************************************************/
/* form
/***********************************************************/

.makeFlexBox
{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

.formLabel
{
	width: 11em;
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	font-weight: bold;
}

.formInput, #contactFormSubmitButton
{
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	padding: .25em;
}

#formMessage
{
	align-items: flex-start !important;
	margin-top: 0.65em;
	margin-bottom: 0.5em;
}

#formLabelMessge {margin-top: 0;}

#submitDiv
{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: stretch;
	width: 100%;
}



.buttons, .contactButtonsColor1, .contactButtonsColor2
{
	all: unset;
	width:12em;
	height: 2.0em;
	padding: 0.1em 0.05em 0.1em 0.05em;
	margin: 0.45em 0.45em 0.45em 0.45em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 1em;
	
	
	background-color:#efefef;
	background: #efefef;
	border-radius: 0.2em;
	border: 2px solid #a2a4a4;
	text-align: center;
	user-select: none;
	cursor: pointer;
}

.contactButtonsColor1, .contactButtonsColor2
{
	padding: 0.1em 0.5em 0.1em 0.5em;
	width:auto;
	border-radius: 1em;
	height: auto;
}


.buttons{color: #f57431;-webkit-text-fill-color: #f57431;}
.contactButtonsColor1
{
	background-color:#fefefe;
	background: #fefefe;
	color: #f57431;
	-webkit-text-fill-color: #f57431;
}

.contactButtonsColor2
{
	background-color:#f57431;
	background: #f57431;
	color: #fff;
	-webkit-text-fill-color: #fff;
}




.contactButtonsColor1:hover,.contactButtonsColor1:focus
{
	border: 2px solid #f57431;
	box-shadow: 0 0 6px #f57431; /*rgba(0, 153, 0, 1);*/
	color: #000;
	-webkit-text-fill-color: #000;
}

.contactButtonsColor2:hover,.contactButtonsColor2:focus
{
	border: 2px solid #fefefe;
	box-shadow: 0 0 6px #fefefe; /*rgba(0, 153, 0, 1);*/
	color: #fff;
	-webkit-text-fill-color: #fff;
}

.buttons:hover,.buttons:focus
{
	border: 2px solid #f57431;
	box-shadow: 0 0 6px #f57431; /*rgba(0, 153, 0, 1);*/
	color: #FF9900;
	-webkit-text-fill-color: #FF9900;
}

.contactButtonsColor1:active {background-color:#efefef;color: #000000;}
.contactButtonsColor2:active {background-color:#1a2696;color: #000000;}
.buttons:active {background-color:#ffffff;}

.buttons:disabled
{
	color: #cbcbcb;
	-webkit-text-fill-color: #cbcbcb;
	background-color:#efefef;
}


a.llt:link {color:rgb(0,105,60);}
a.llt:visited {color:rgb(0,105,60);}
a.llt:hover {color:rgb(0,105,60);}
a.llt{border: 2px solid #fefefe;	border-radius: 4px;}

.textDiv{width: -moz-available; width: -webkit-fill-available;}
#locationDiv2ndCol{margin-top: 3.7em;}



.filler{background-color: #f57431;}

.contactusDivs
{
	    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding-top: 2em;
    padding-bottom: 2em;
}

.removeTopPad{padding-top: 0;}
.removeBottomPad{padding-bottom: 0;}

.textNote{font-size: 1em;font-weight: bold;font-style: italic;}

#groupTitleBar2{margin-top: 0;}

#imgLogoDivIcon, #companyNameDiv{display: none;}

#companyNameDiv{padding-top: 1em;padding-bottom: 1em;}




.workshopQuickDetailsDiv
{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	width: 100%;
	padding-top: 1em;
}

.workshopQuickDetailsP
{
    text-align: left;
    font-size: 1em;
    padding-left: 2em;
}

.checkboxCircle1, .checkboxCircle0{width: 1.2em; padding-right: 0.15em;}

.LogoHolderDiv{    width: 2em;}

#footerBreak{display: none;}


/*Calendar*/

.calendarBackground
{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	width: 100%;
	background: url(images/CalendarBlur.png);
	background-size: cover;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 1em;
}
.calendarBackground:last-child{margin-bottom: 0;}

.monthTitleDiv
{
	text-align: center;
	color: #FF9900;
	font-size: 1.5em;
	font-weight: 700;
}

.eventsHolderDiv
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	width: 100%;
}

.anEventDiv
{	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content:space-between;
	align-items: center;

	margin: 0em 0.5em;
	padding:  0.5em;
	min-width: 33em;
	min-height: 8em;
	max-width: 33em;
	max-height: 8em;
	width: 33em;
	height: 8em;
	/*background-color: #f4f4f4;*/
	/*opacity: 0.5;*/
}
.anEventDiv:hover
{
	background: url(images/eventInfoDivBackround.png);
}

.eventLogoDiv
{
	width: 40%;
	height: 100%;
	/*background-color: beige;*/
}


.calendarImage-LLT {background: url(images/lltBubbleLogo.png);}
.calendarImage-Caroline {background: url(images/LogoCR.png);}
.calendarImage-MDC {background: url(images/logoMDC.png);}
.calendarImage-SOS {background: url(images/LogoSOS.png);}
.calendarImage-AC {background: url(images/ateliersConferenceesIC.png);}
.calendarImage-Junior {background: url(images/juniorSolutions.png);}
.calendarImage
{
	background-size: contain;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center; 
}

.eventInfoDiv
{
	width: 57%;
}

.eventMonthTitle{margin: 0.5em 0em 0em 0em;}
.eventDate{font-weight: 700;margin-block-start: 0em;}
.eventTitle{font-size: 1.1em;margin-block-start: 0.25em;}
.eventTime{margin-block-start: 0.25em;}

.noEventsBooked
{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;

	width: -moz-available;
	width: -webkit-fill-available;
	height: 6em;
}

.eventContactUsDiv
{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-start;

	width: -moz-available;
	width: -webkit-fill-available;
}

#modalTitleContactUs{display: block;}

#modalTitleEventReg, #formEventDataDiv, .regDataHidden{display: none;}






/*2025-05-03*/

.circleSet
{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    width: 50%;
}

.event-block
{
	width: 100%;
	margin: 0.75em;
	border: 1px solid #ddd;
	border-left: 4px solid #ff9900;
	border-radius: 6px;
	padding: 0.5em;
	background-color: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.event-block:hover
{
  box-shadow: 0 0 10px rgba(255, 153, 0, 0.6);
}

.event-block
{
    margin: 20px auto;
    padding: 20px;
    width: 625px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.event-header
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    min-height: 2rem;
}

.event-header h2
{
    margin: 0;
    font-size: 1.05rem;
    color: #333;
    flex: 1 1 auto;
}

.signup-btn
{
    padding: 8px 16px;
    background-color: #0077cc;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    white-space: nowrap;
    transition: background-color 0.2s ease;
}

.signup-btn:hover
{
    background-color: #005fa3;
}

.event-body
{
    display: flex;
    gap: 1.5rem;
}

.event-banner
{
    flex: 0 0 20em;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
    max-width: 350px;
}

.event-details
{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.event-details p
{
    margin: 0.5em 0;
    font-size: 1rem;
    color: #555;
}

.event-title
{
	width: 400px;
}





/* ✅ Mobile responsiveness  */
@media (max-width: 1330px)
{
	.event-row
	{
		flex-direction: column;
    }
}


.event-row
{
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.event-block
{
    flex: 1 1 calc(50% - 10px);
    background: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    box-sizing: border-box;
}

.event-banner
{
    width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 10px;
}

.event-header
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.signup-btn
{
    padding: 6px 12px;
    background-color: #0073e6;
    color: white;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
}

.event-details p
{
    margin: 4px 0;
}