/* Only applies to the table with ID 'frozen-table' */
#frozen-table {
  border-collapse: collapse;
  width: 100%;
}

#frozen-table th,
#frozen-table td {
  padding: 8px;
  border: 0px;
}

#frozen-table thead th {
  position: sticky;
  top: 0; /* Keeps the header row fixed at the top */
  background-color: #6A90DB;
  z-index: 3;
	-webkit-filter: drop-shadow(2px 2px 3px #808080); filter: drop-shadow(2px 2px 3px #808080);
}

#frozen-table tbody td:first-child,
#frozen-table tbody th:first-child {
  position: sticky;
  background-color: #fff;
  left: 0; /* Keeps the first column fixed on the left */
  z-index: 2;
}

#frozen-table tbody td:nth-child(2),
#frozen-table tbody th:nth-child(2) {
  position: sticky;
  background-color: #fff;
  left: 60px; /* Keeps the first column fixed on the left */
  z-index: 1;
  -webkit-filter: drop-shadow(3px 3px 3px #808080); filter: drop-shadow(3px 3px 3px #808080);
}

/* Apply alternating background colors to rows */
#frozen-table tbody tr:nth-child(even) td {
  background-color: #F6FDFF;
}

#frozen-table tbody tr:nth-child(odd) td {
  background-color: #DCEBF1;
}

#frozen-table tbody tr:hover td {
	background-color: #FBFF89;
}

#description_font{
text-align: left;
color: #1E1646;
margin: 0px 0px 0px 20px;
text-decoration: none;
font: 13px "EBRIMAFONT", Arial, Helvetica, Geneva, sans-serif;
}

#headermedium_c{
text-align: center;
color: #1E1646;
margin: 0px 5px 0px 0px;
text-decoration: none;
font: 15px "EBRIMAFONT", Arial, Helvetica, Geneva, sans-serif;
font-weight: bold;
}

#pointmouse:hover td {background-color: #FBFF89;}

#pointmouse td {
border-left: 0px; 
border-top: 0px; 
border-bottom: thin solid #A3A3A3;
border-right: 0px;
/*border-style: dotted;	*/
}

.scrollable-content-div {
//max-width: 100%; /* Restrict the width */
width: 100%;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px; 
overflow-x: auto; /* Enable horizontal scroll */
white-space: nowrap; /* Prevent line wrapping */
border: 0px;
height: 700px;
float: left;
}

.table-container {
  max-height: 700px; /* Set a height for vertical scrolling */
  overflow: auto;
}

@font-face {
font-family: "Coolest Font In The World";
src: url('../fonts/BRUSHSCI.TTF') format('truetype');
}


@font-face {
font-family: "gisha";
src: url('../fonts/gisha.ttf') format('truetype');
}


@font-face {
font-family: "BOOKOS";
src: url('../fonts/BOOKOS.TTF') format('truetype');
}


@font-face {
font-family: "BOOKOSBI";
src: url('../fonts/BOOKOSBI.TTF') format('truetype');
}


@font-face {
font-family: "SCRIPTBL";
src: url('../fonts/SCRIPTBL.TTF') format('truetype');
}


@font-face {
font-family: "RAGE";
src: url('../fonts/RAGE.TTF') format('truetype');
}

@font-face {
font-family: "AdobeHebrew-Bold";
src: url('../fonts/AdobeHebrew-Bold.otf') format('truetype');
}



@font-face {
font-family: "HattenFont";
src: url('../fonts/HATTEN.TTF') format('truetype');
}


@font-face {
font-family: "GothicFont";
src: url('../fonts/GOTHIC.TTF') format('truetype');
}


@font-face {
font-family: "kalinga";
src: url('../fonts/kalinga.ttf') format('truetype');
}



body{
	height: 100%;
	background-image: url('../img/bg.png');
	background-repeat: repeat-x;
	background-color: #82B5AC;
	color: #4B494E;
	font-size: 100%; /*Base font size is 14px*/
	font-family: "kalinga", 'Lucida Sans Unicode';
	line-height: 1.5;
	text-align: left;
}

#body_content_division_c {
	margin:0px 0px 0px 0px;
	width:100%;
	/*height: auto;*/
	border: 0px solid #EAB404;
	background: linear-gradient(#FFFFFF, #FFFFFF, #FFFFFF);
	/*background: #F7D436;*/
	float: left;
	padding: 0px 0px;
	border-bottom: 0px solid #FC7019;
	/*box-shadow: 0px 4px 5px -3px #888;*/
	
	display: fixed;
	overflow: hidden;
	min-height: 100%;
	height: auto !important;	
}


/* Base button styles */
.signin-button {
    width: 200px; /* Adjust size */
    height: 50px;
	line-height: 50px;
	padding: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    transition: 0.3s ease-in-out;
	margin-top: 20px;
	font-family: "kalinga", 'Lucida Sans Unicode', Arial, Helvetica, Geneva, sans-serif;
}

/* Corporate Sign-In Button */
.corporate {
    background-color: #334EFF;
	opacity: 0.9;
	color: black;
}

/* Personal Sign-In Button */
.personal {
    background-color: #00D45F;
	opacity: 0.9;
    color: black;
}

/* Hover Effect */
.signin-button:hover {
    opacity: 0.8;
	color: #FFFFFF;
}

.banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
}

.banner-text {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -30%);
    color: white;
    font-size: 260%;
    text-align: center;
    font-weight: bold;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); /* Drop shadow */
	font-family: "kalinga", 'Lucida Sans Unicode', Arial, Helvetica, Geneva, sans-serif;
}

#body_content_homepage {
    background-image: url('../img/homepagephoto.webp');
    background-size: cover;  /* Ensures it fills the div */
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 650px; /* Or use min-height: 100vh; */	
    display: flex; /* Makes elements align horizontally */
    gap: 10px; /* Adds space between buttons */	
}

#body_content_homepage_enclosure {
	background-color: transparent; 
	/*border: 2px solid #5DB3FF;*/
    width: 100%;
    height: auto; /* Or use min-height: 100vh; */ 
    gap: 10px; /* Adds space between buttons */	
}
#body_content_div_title {
	background-color: #E0ECFA; 
	/*border: 2px solid #5DB3FF;*/
    width: 35%;
    height: 300px; /* Or use min-height: 100vh; */	
    gap: 10px; /* Adds space between buttons */	
	float: left;
    display: flex;
    align-items: center; /* Vertically centers content */
    justify-content: center; /* Horizontally centers content */
    text-align: center; /* Ensures text stays centered */	
}
#body_content_div_content {
	background-color: #82C5FE; 
	/*border: 2px solid #5DB3FF;*/
    width: 65%;
    height: 300px; /* Or use min-height: 100vh; */	
    display: flex; /* Makes elements align horizontally */
    gap: 10px; /* Adds space between buttons */	
	float: left;
}

#body_content_div_title_ii {
	background-color: #E0DBFF; 
	/*border: 2px solid #5DB3FF;*/
    width: 35%;
    height: 300px; /* Or use min-height: 100vh; */	
    gap: 10px; /* Adds space between buttons */	
	float: left;
    display: flex;
    align-items: center; /* Vertically centers content */
    justify-content: center; /* Horizontally centers content */
    text-align: center; /* Ensures text stays centered */	
}
#body_content_div_content_ii {
	background-color: #8A81FF; 
	/*border: 2px solid #5DB3FF;*/
    width: 65%;
    height: 300px; /* Or use min-height: 100vh; */	
    display: flex; /* Makes elements align horizontally */
    gap: 10px; /* Adds space between buttons */	
	float: left;
}


.enclosurepages {
	width: 310px;
	height: auto;
	float: center;
	background-color: transparent;
	margin-top: 7px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 50px 0px;
	border: 2px solid #1C8BB9;
	font-size:15px;
	color: #1C8BB9;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;			
	overflow: auto;
}

.dashbclosure {
	width: 30%;
	height: auto;
	float: left;
	background-color: transparent;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 10px;	
	text-align: center;
	padding: 6px 0px;
	border: 2px solid #EAB404;
	font-size:15px;
	color: #FF5733;
	border-radius: 5px;
	display: inline-block;	
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;			
	overflow: auto;
}
p.h1class_c {
	font: 20px "kalinga", Arial, Helvetica, Geneva, sans-serif;
	/*font-weight: bold;*/
	/*color:#C64D14;*/
	color:#01ABAB;
	margin:0;
	text-align: left;
    padding:0;
	line-height: 50px;
}

p.h1class_c a {
	
	color:#01ABAB;
}

.systemmsgerror {
	width: 100%;
	height: auto;
	float: center;
	background-color: #FF9000;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 3px 3px;
	border: 2px solid #FF9000;
	font-size:15px;
	color: #FFFFFF;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;		
	
}


.successmsg2 {
	width: 100%;
	height: auto;
	float: center;
	background-color: #00D623;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 3px 3px;
	border: 2px solid #00D623;
	font-size:15px;
	color: #FFFFFF;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;		
	
}




/*HOMEPAGE SLIDER STARTS HERE*/

.mySlides {display:none}





/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}


/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
/*  position: relative;*/
  margin: auto;
}

/* Caption text */
.text {
  color: #E28989;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #79FFFC;
  font-size: 20px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
	/*text-shadow: 0 -2px 0 #555555; */
	text-shadow: none;
}

/* The dots/bullets/indicators */
.dot {
  height: 18px;
  width: 18px;
 line-height: 18px; 
  margin: 0 2px;
 
  
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot > a {
   color: #FFFFFF;
  font-size: 12px;

}

.active {
  background-color: #E28989;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


/*HOMEPAGE SLIDER ENDS HERE*/

a {
	text-decoration: none;
	
}
a: link, a:visited {
	color: #CF5C3F;
	
	
}

a: hover, a:active {
	background-color: #CF5C3F;
	color: #FFF;
}

.body {
	margin: 0 auto;
	width: 90%;
	clear: both;
	
}

.mainHeader img {
	width: 100px;
	height: auto;
	margin: 2% 0;	
}


.mainHeader_media nav {
	display: none;
}

.mainHeader_nonemedia {
	height: auto;
	width: 100%;		
}


.mainHeader_nonemedia nav {
	float: left;
	/*background-color: #C4FDFF; this is the previous bg*/
	background-color: #18CFFD;	
	height: 45px;
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;
	font-size: 120%;
	display: inline;
}
.mainHeader_nonemedia nav ul {
	list-style: none;
	margin: 0 auto;
/*  display: inline;*/
	
}

.mainHeader_nonemedia nav ul li{
	float: left;
/*	display: inline;

*/
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.mainHeader_nonemedia nav a:link, .mainHeader_nonemedia nav a:visited {
	color: #000000;
	display: inline-block;
	padding: 10px 25px;
	height: 25px;
	
}

.mainHeader_nonemedia nav a:hover, .mainHeader_nonemedia nav a:active, 
.mainHeader_nonemedia nav .active a:link, .mainHeader_nonemedia nav .active a:visited {
	background-color: #00A5CE;
	color: #FFFFFF;
	text-shadow: none;
}


.mainHeader_nonemedia nav ul li a {
	border-radius: 5px;
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;		
	
}

.mainContent {
	line-height: 25px;
	border-radius: 5px;
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;		
/*background-color: #666;*/
height: auto;
clear: both;


}


.content {
	width: 70%;
	float: left;
}


.content img{
	width: 100%;

text-align: left;
		
}

.content h2 {
color: #66C1AB;
}

/*Feedback form inside content class*/

.FormContent {
	width: 100%;
	height: auto;
	float: left;
	background-color: #fff;
	
	
}

.FormContentsmall {
	width: 100%;
	height: auto;
	float: left;
	background-color: #fff;
	margin: 1% 0;
	
}


.FormContentmedium {
	width: 100%;
	height: auto;
	float: left;
	background-color: #fff;
	margin: 1% 0;
	
}
.FormContentbig {
	width: 100%;
	height: auto;
	float: left;
	background-color: #fff;
	margin: 1% 0;
	text-align: center;
}

.FormContentbigtop {
	width: 100%;
	height: auto;
	float: left;
	background-color: #CEFB84;
	margin: 1% 0;
	text-align: center;
	
	border: 2px solid #FCBC4C;
	color: #0000000;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;		
	
}

#inputboxClass {
  width: 55%;
  height: auto;
  font-size: 18px;
  font-family: "kalinga", 'Lucida Sans Unicode';
}

#selectbox {
  width: auto;
  height: auto;
  font-size: 18px;
  font-family: "kalinga", 'Lucida Sans Unicode';
}


#textareaClass {
  width: 90%;
  height: 60px;
  font-size: 18px;
  font-family: "kalinga", 'Lucida Sans Unicode';  
}



#savebtn{
    width: auto;
    height:30px;
	font-size: 20.0px;
    cursor:pointer;
    background-color:#E18888;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;	
-webkit-appearance: none;	
	
}

#savebtn:hover {
  background: #FD971E;
  color: #F2F2F2;
  }
  
#savebtn:disabled
{
background-color:gray;
color:#ffffff;
} 


/*LOGIN DIV*/

.loginenclosure {
	width: 310px;
	height: auto;
	float: center;
	background-color: transparent;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 50px 0px;
	border: 2px solid #FF5733;
	font-size:15px;
	color: #FF5733;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;			
	overflow: auto;
}


.regenclosure {
	width: 320px;
	height: auto;
	float: center;
	background-color: transparent;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 10px 0px;
	border: 2px solid #FF5733;
	font-size:15px;
	color: #FF5733;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;			
	overflow: auto;
}


.loginobject {
	width: 280px;
	height: auto;
	float: left;
	line-height: 30px;
	background-color: transparent;
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	text-align: left;
	border: 0px solid #FF5733;
	font-size:15px;
	color: #FF5733;

}


.loginpadding {
	width: 100%;
	height: auto;
	float: left;
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	text-align: center;
	border: 0px solid #FF5733;
	font-size:15px;
	color: #FF5733;
	overflow: hidden;
}

.loginlabel {
	width: 100%;
	height: auto;
	float: left;
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
	border: 0px solid #FF5733;
	font: 16px "GOTHAM", Arial, Helvetica, Geneva, sans-serif;
	color: #434342;
}

#generic_button {
    height:30px;
	font-size: 15.0px;
    cursor:pointer;
    background-color:#0094C6;
    border:none;
	border-radius: 8px;
	color: #FFFFFF;
}

#generic_button:hover {
    height:30px;
	font-size: 15.0px;
    cursor:pointer;
    background-color:#FF921C;
    border:none;
	border-radius: 8px;
	color: #FFFFFF;
}

#generic_button:disabled {
    height:30px;
	font-size: 15.0px;
    cursor:pointer;
    background-color:#BCBCBC;
    border:none;
	border-radius: 8px;
	color: #FFFFFF;
}


.mainheaderLogo {
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;
	background-color: transparent;
	float: left;
	margin: 1% 0;
	background-image: url('img/headerbg.png');
	background-repeat: repeat-x;
	
	display: flex;
	align-items: center;
}


.advisorysection {
	width: 100%;
	border-radius: 5px;
	background-color: #FBFFC2;
	float: left;
	margin-top: 10px;
}


.bodycontent {
	width: 100%;
	border-radius: 5px;
	background-color: #FFFFFF;
	float: left;
	margin-top: 10px;
	min-height: 100%;
	min-height: 100vh;
	/*height: auto !important;*/
}

.mainheaderLogoinner {
	width: 15%;
	float: left;
	margin-right: 5px;
	}

.mainheaderLogoinner2 {
	width: 65%;
	float: left;
}

.mainheaderLogoinner2 h2 {
color: #66C1AB;
/*font: "GothicFont", Arial, Helvetica, Geneva, sans-serif;*/
font-family: "BOOKOS", Georgia, Serif;
margin: 1% 0 5px 0;
}


.mainheaderLogoinner2 h3 {
color: #484848;
/*font-style: italic;*/
font-family: "BOOKOSBI", Arial, Helvetica, Geneva, sans-serif;
font-size: 110%;
margin: auto 0 5px 0;
}



#h2class {
color: #66C1AB;
font-family: "BOOKOS", Arial, Helvetica, Geneva, sans-serif;
font-size: 140%;
}

#h2classii {
color: #527B74;
font-family: "BOOKOS", Arial, Helvetica, Geneva, sans-serif;
font-size: 200%;
}


#header_font_large {
color: #FFFFFF;
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); /* Drop shadow */
font-family: "BOOKOS", Arial, Helvetica, Geneva, sans-serif;
font-size: 160%;
font-style: italic;
}

.mainheaderLogoinner3 {
	width: 20%;
	float: left;

}

.mainheaderLogoinner3 h2 {
color: #E18888;
text-align: center;
font-size: 120%;
}

.mainheaderLogoinner  img {

	width: 140px;
	height: auto;
	margin: 2% 0;
}

.topcontent {
	background-color: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;	
	padding: 3% 5%;
	margin-top: 2%;
	height: auto;
	clear: both;
	overflow: hidden;
}


.home_content h1 {
line-height: 1;	
color: #277A7E;
font-size: 230%;
font-family: "kalinga", 'Lucida Sans Unicode', Arial, Helvetica, Geneva, sans-serif;
}

p.h1class_c_ii {
	font-size: 120%;
	font-family: "kalinga", 'Lucida Sans Unicode', Arial, Helvetica, Geneva, sans-serif;
	/*font-weight: bold;*/
	/*color:#C64D14;*/
	
	color:#FFFFFF;
	margin:0;
	text-align: left;
    padding:0;
	line-height: 30px;
}

.list_check {
    list-style: none; /* Remove default bullets */
    padding: 0;
	color:#FFFFFF;
	font-size: 120%;
	font-family: "kalinga", 'Lucida Sans Unicode', Arial, Helvetica, Geneva, sans-serif;
	
}

.list_check li {
    position: relative;
    padding-left: 25px; /* Space for the checkmark */
}

.list_check li::before {
    content: "✔"; /* Unicode check mark */
    color: green; /* Customize color */
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

.topcontent h1 {
line-height: 1;	
color: #277A7E;
font-size: 230%;
}

.topcontent h2 {
line-height: 1;	
color: #277A7E;
font-size: 160%;
}


.topcontent h3 {
color: #277A7E;
/*font-style: italic;*/
}

.topcontent img {
	width: 100%;
	height: auto;
	
}

.bottomcontent {
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;	
	padding: 3% 5%;
	margin-top: 2%;	
	
}
.bottomcontent h2{
font-size: 160%;
color: #00CCCC;
}
.top-sidebar {
	width: 21%;
	float: left;
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;	
	margin: 1.5% 0 0 3%;	
	padding: 2% 3%;
}

.post-info {
	font-style: italic;
	color: #999;
	font-size: 90%;
	
}

.middle-sidebar {
	width: 21%;
	float: left;
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;
	/*margin-left: 3%;
	margin-bottom: 2%;		*/
	margin: 1.5% 0 0 3%;	
	padding: 2% 3%;	

}

.top-sidebar h2, .middle-sidebar h2, .bottom-sidebar  h2 {
color: #00CCCC;
font-size: 160%;
}


.bottom-sidebar {
	width: 21%;
	float: left;
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;	
	margin: 1.5% 0 0 3%;	
	padding: 2% 3%;	
}


.mainFooter {
	width: 100%;
	height: 40px;
	float: left;
	border-radius: 5px;
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;	
	background-color: #666;
	margin: 1% 0;	
}

.mainFooter p {
	width: 92%;
	height: auto;
	margin: 10px auto;
	color: #fff;
	font-family: "kalinga", 'Lucida Sans Unicode', Arial, Helvetica, Geneva, sans-serif;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text { 
  font-size: 0.7rem; 
  font-family: "kalinga", 'Lucida Sans Unicode', Arial, Helvetica, Geneva, sans-serif;
  }

	#header_font_large {
	color: #FFFFFF;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); /* Drop shadow */
	font-family: "kalinga", 'Lucida Sans Unicode', Arial, Helvetica, Geneva, sans-serif;
	font-size: 110%;
	font-style: italic;
	}

	.banner::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
	}
	.banner-text {
		position: absolute;
		top: 70%;
		left: 50%;
		transform: translate(-50%, -30%);
		color: white;
		font-size: 150%;
		text-align: center;
		font-weight: bold;
		text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); /* Drop shadow */
		font-family: "kalinga", 'Lucida Sans Unicode', Arial, Helvetica, Geneva, sans-serif;
	}
	#body_content_homepage {
		background-image: url('../img/homepagephoto.webp');
		background-size: cover;  /* Ensures it fills the div */
		background-position: center;
		background-repeat: no-repeat;
		width: 100%;
		height: 650px; /* Or use min-height: 100vh; */	
		display: flex; /* Makes elements align horizontally */
		gap: 10px; /* Adds space between buttons */	
	}
	#body_content_div_title {
		background-color: #E0ECFA; 
		/*border: 2px solid #5DB3FF;*/
		width: 100%;
		height: auto; /* Or use min-height: 100vh; */	
		float: left;
		text-align: center; /* Ensures text stays centered */	
	}
	#body_content_div_content {
		background-color: #82C5FE; 
		/*border: 2px solid #5DB3FF;*/
		width: 100%;
		height: auto; /* Or use min-height: 100vh; */
		float: left;
	}

	#body_content_div_title_ii {
		background-color: #E0DBFF; 
		/*border: 2px solid #5DB3FF;*/
		width: 100%;
		height:auto; /* Or use min-height: 100vh; */	
		float: left;
		text-align: center; /* Ensures text stays centered */	
	}
	#body_content_div_content_ii {
		background-color: #8A81FF; 
		/*border: 2px solid #5DB3FF;*/
		width: 100%;
		height: auto; /* Or use min-height: 100vh; */	
		float: left;
	}
}

@media only screen and (max-width: 375px) {
	#header_font_large {
	color: #FFFFFF;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); /* Drop shadow */
	font-family: "kalinga", 'Lucida Sans Unicode', Arial, Helvetica, Geneva, sans-serif;
	font-size: 110%;
	font-style: italic;
	}

	.banner::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
	}
	.banner-text {
		position: absolute;
		top: 70%;
		left: 50%;
		transform: translate(-50%, -30%);
		color: white;
		font-size: 150%;
		text-align: center;
		font-weight: bold;
		text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); /* Drop shadow */
		font-family: "kalinga", 'Lucida Sans Unicode', Arial, Helvetica, Geneva, sans-serif;
	}
	#body_content_homepage {
		background-image: url('../img/homepagephoto.webp');
		background-size: cover;  /* Ensures it fills the div */
		background-position: center;
		background-repeat: no-repeat;
		width: 100%;
		height: 650px; /* Or use min-height: 100vh; */	
		display: flex; /* Makes elements align horizontally */
		gap: 10px; /* Adds space between buttons */	
	}	
}


@media only screen and (min-width: 481px) and (max-width: 768px) {
	.mainheaderLogoinner {
		width: 20%;
		float: left;
	}
	
	.mainheaderLogoinner  img {
	height: auto;
    margin: 0 0 0 0px;
    width: 95px;
	}
	
	#h2classii {
	font-family: "BOOKOS", Arial, Helvetica, Geneva, sans-serif;
	font-size: 160%;
	}
	#header_font_large {
	color: #FFFFFF;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); /* Drop shadow */
	font-family: "kalinga", 'Lucida Sans Unicode', Arial, Helvetica, Geneva, sans-serif;
	font-size: 120%;
	font-style: italic;
	}

	.banner::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
	}
	.banner-text {
		position: absolute;
		top: 65%;
		left: 50%;
		transform: translate(-50%, -40%);
		color: white;
		font-size: 180%;
		text-align: center;
		font-weight: bold;
		text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); /* Drop shadow */
		font-family: "kalinga", 'Lucida Sans Unicode', Arial, Helvetica, Geneva, sans-serif;
	}	
	#body_content_homepage {
		background-image: url('../img/homepagephoto.webp');
		background-size: cover;  /* Ensures it fills the div */
		background-position: center;
		background-repeat: no-repeat;
		width: 100%;
		height: 650px; /* Or use min-height: 100vh; */	
		display: flex; /* Makes elements align horizontally */
		gap: 10px; /* Adds space between buttons */	
	}	
	#body_content_div_title {
		background-color: #E0ECFA; 
		/*border: 2px solid #5DB3FF;*/
		width: 100%;
		height: auto; /* Or use min-height: 100vh; */	
		float: left;
		text-align: center; /* Ensures text stays centered */	
	}
	#body_content_div_content {
		background-color: #82C5FE; 
		/*border: 2px solid #5DB3FF;*/
		width: 100%;
		height: auto; /* Or use min-height: 100vh; */
		float: left;
	}

	#body_content_div_title_ii {
		background-color: #E0DBFF; 
		/*border: 2px solid #5DB3FF;*/
		width: 100%;
		height:auto; /* Or use min-height: 100vh; */	
		float: left;
		text-align: center; /* Ensures text stays centered */	
	}
	#body_content_div_content_ii {
		background-color: #8A81FF; 
		/*border: 2px solid #5DB3FF;*/
		width: 100%;
		height: auto; /* Or use min-height: 100vh; */	
		float: left;
	}
}


/* Tablet styles (landscape) */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.mainheaderLogoinner {
		width: 20%;
		float: left;
	}
	
	.mainheaderLogoinner  img {
	height: auto;
    margin: 0 0 0 0px;
    width: 100px;
	}
	
	#h2classii {
	font-family: "BOOKOS", Arial, Helvetica, Geneva, sans-serif;
	font-size: 160%;
	}
	#header_font_large {
	color: #FFFFFF;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); /* Drop shadow */
	font-family: "kalinga", 'Lucida Sans Unicode', Arial, Helvetica, Geneva, sans-serif;
	font-size: 120%;
	font-style: italic;
	}

	.banner::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
	}
	.banner-text {
		position: absolute;
		top: 65%;
		left: 50%;
		transform: translate(-50%, -40%);
		color: white;
		font-size: 180%;
		text-align: center;
		font-weight: bold;
		text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); /* Drop shadow */
		font-family: "kalinga", 'Lucida Sans Unicode', Arial, Helvetica, Geneva, sans-serif;
	}
	#body_content_homepage {
		background-image: url('../img/homepagephoto.webp');
		background-size: cover;  /* Ensures it fills the div */
		background-position: center;
		background-repeat: no-repeat;
		width: 100%;
		height: 650px; /* Or use min-height: 100vh; */	
		display: flex; /* Makes elements align horizontally */
		gap: 10px; /* Adds space between buttons */	
	}	
	#body_content_div_title {
		background-color: #E0ECFA; 
		/*border: 2px solid #5DB3FF;*/
		width: 100%;
		height: auto; /* Or use min-height: 100vh; */	
		float: left;
		align-items: center; /* Vertically centers content */
		justify-content: center; /* Horizontally centers content */
		text-align: center; /* Ensures text stays centered */	
	}
	#body_content_div_content {
		background-color: #82C5FE; 
		/*border: 2px solid #5DB3FF;*/
		width: 100%;
		height: auto; /* Or use min-height: 100vh; */
		float: left;
	}

	#body_content_div_title_ii {
		background-color: #E0DBFF; 
		/*border: 2px solid #5DB3FF;*/
		width: 100%;
		height:auto; /* Or use min-height: 100vh; */	
		float: left;
		align-items: center; /* Vertically centers content */
		justify-content: center; /* Horizontally centers content */
		text-align: center; /* Ensures text stays centered */	
	}
	#body_content_div_content_ii {
		background-color: #8A81FF; 
		/*border: 2px solid #5DB3FF;*/
		width: 100%;
		height: auto; /* Or use min-height: 100vh; */	
		float: left;
	}
	
}


@media only screen and (min-width: 150px) and (max-width: 600px)
{
	.body {
	width: 90%;
	font-size: 95%;
	}	
	#header_font_large {
	color: #FFFFFF;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); /* Drop shadow */
	font-family: "kalinga", 'Lucida Sans Unicode', Arial, Helvetica, Geneva, sans-serif;
	font-size: 110%;
	font-style: italic;
	}

	.banner::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
	}	
	.banner-text {
		position: absolute;
		top: 65%;
		left: 50%;
		transform: translate(-50%, -40%);
		color: white;
		font-size: 180%;
		text-align: center;
		font-weight: bold;
		text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); /* Drop shadow */
		font-family: "kalinga", 'Lucida Sans Unicode', Arial, Helvetica, Geneva, sans-serif;
	}	
	#body_content_homepage {
		background-image: url('../img/homepagephoto.webp');
		background-size: cover;  /* Ensures it fills the div */
		background-position: center;
		background-repeat: no-repeat;
		width: 100%;
		height: 650px; /* Or use min-height: 100vh; */	
		display: flex; /* Makes elements align horizontally */
		gap: 10px; /* Adds space between buttons */	
	}	
	#body_content_div_title {
		background-color: #E0ECFA; 
		/*border: 2px solid #5DB3FF;*/
		width: 100%;
		height: auto; /* Or use min-height: 100vh; */	
		float: left;
		align-items: center; /* Vertically centers content */
		justify-content: center; /* Horizontally centers content */
		text-align: center; /* Ensures text stays centered */	
	}
	#body_content_div_content {
		background-color: #82C5FE; 
		/*border: 2px solid #5DB3FF;*/
		width: 100%;
		height: auto; /* Or use min-height: 100vh; */
		float: left;
	}

	#body_content_div_title_ii {
		background-color: #E0DBFF; 
		/*border: 2px solid #5DB3FF;*/
		width: 100%;
		height:auto; /* Or use min-height: 100vh; */	
		float: left;
		align-items: center; /* Vertically centers content */
		justify-content: center; /* Horizontally centers content */
		text-align: center; /* Ensures text stays centered */	
	}
	#body_content_div_content_ii {
		background-color: #8A81FF; 
		/*border: 2px solid #5DB3FF;*/
		width: 100%;
		height: auto; /* Or use min-height: 100vh; */	
		float: left;
	}
	.dashbclosure {
		width: 80%;
		height: auto;
		float: center;
		background-color: transparent;
		margin-top: 10px;
		margin-left: 10%;
		margin-right: 10%;
		margin-bottom: 10px;	
		text-align: center;
		padding: 6px 0px;
		border: 2px solid #EAB404;
		font-size:15px;
		color: #FF5733;
		border-radius: 5px; 
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px;			
		overflow: auto;
	}
	
	.mainHeader_nonemedia nav {
		display: none;
	}
	.mainHeader_media {
		height: 45px;
		width: 100%;
		float: left;
	}	
	
	.mainHeader_media img {
		width: auto;
		margin: 0 0 0 0;
		
	}	
	.mainHeader_media nav {
	float: left;
	/*background-color: #C4FDFF; this is the previous bg*/
	background-color: #65D5F1;	
	height: 45px;
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;
	font-size: 120%;
	display: inline;	

	}
	.mainHeader_media nav ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	
	
	}

	.mainHeader_media nav ul li {
	width: 100%;
	text-align: left;
	display: inline-block;
	position: relative;
	
		padding: 10px 5%;
		height: 20px;
		display: block;	
		/*
	background-image: url('img/menu.png');
	background-repeat: no-repeat;		*/
	}

	.mainHeader_media nav a:link, .mainHeader_media nav a:visited {
	color: #DDDDDD;
	width: 100%;
	/*text-shadow: 0 -1px 0 #000;*/
	text-shadow: none;
	}
	

	/*second nav*/
	.mainHeader_media nav ul li:hover ul {
	  display: block;
	  opacity: 1;
	  visibility: visible;
	  width: 100%;
	  position: absolute;
	}

	.mainHeader_media nav ul li ul {
	  padding: 0;
	  position: absolute;
	  top: 40px;
	  left: 0;
	  width: 100%;
	  visibility: hidden;

	}
	.mainHeader_media nav ul li ul li { 
		background: #555; 
		display: inline-block;
		color: #fff;
		/*text-shadow: 0 -1px 0 #000;	  */
		text-shadow: none;
		width: 81%;
		padding: 10px 5%;
		height: 20px;
		text-align: left;
		line-height: 20px;	
		position: relative;
		border-bottom: 2px solid #BCFFA9;
		
		
/*	border-radius: 5px;
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;		*/
		
	}	

	
	.mainHeader_media nav ul li ul li:hover {
	display: block;
	visibility: visible;
	color: #FFFFFF;
	background-color: #00A5CE;
	position: relative;	
		  
	}
	
	#spanproperties {
		
		background-color: #F77979;
		border-radius: 5px;
		-moz-border-radius: 5px;	
		-webkit-border-radius: 5px;	
		color: #FFFFFF;

	}



	.mainheaderLogoinner {
		width: 30%;
		float: left;
	}
	
	.mainheaderLogoinner  img {
	height: auto;
    margin: 0 0 0 0px;
    width: 100px;
	}
	.mainheaderLogoinner2 {
		width: 67%;
		float: right;
		line-height: 30px;
	}
	.mainheaderLogoinner3 {
		width: 100%;
		float: left;
		display: none;

	}

	.content {
		width: 100%;
		float: left;
		margin-top: 1%;	
	}


	.post-info {
	display: none;	
	}

	#h2class {
	color: #66C1AB;
	font-family: "BOOKOS", Arial, Helvetica, Geneva, sans-serif;
	font-size: 90%;
	}	
	
	#h2classii {
	font-family: "BOOKOS", Arial, Helvetica, Geneva, sans-serif;
	font-size: 150%;
	}	
	.mainheaderLogo {
		width: 100%;
		float: left;
		margin: 3% 0 3% 0;

	}	
	
	
	.mainheaderLogoinner2 h3 {
	color: #484848;
	/*font-style: italic;*/
	font-family: "BOOKOSBI", Arial, Helvetica, Geneva, sans-serif;
	font-size: 70%;
	margin: auto 0 5px 0;
	}

	.topcontent h1 {
	line-height: 1;	
	color: #277A7E;
	font-size: 150%;
	}
	
	.topcontent h2 {
	line-height: 1;	
	color: #277A7E;
	font-size: 150%;
	}
	
	.topcontent {
		background-color: #fff;
		border-radius: 3px;
		-moz-border-radius: 3px;	
		-webkit-border-radius: 3px;	
		padding: 3% 5%;
		margin-top: 2%;

	}

	.bottomcontent {
		margin-top: 3%;
	}

	.top-sidebar h2, .middle-sidebar h2, .topcontent h1, .bottomcontent h2, .bottom-sidebar  h2 {
	color: #277A7E;
	font-size: 150%;
	}

	.top-sidebar {
		width: 90%;
		margin: 3% 0 1% 0;	
		padding: 3% 5%;
	}

	.middle-sidebar, .bottom-sidebar {
		width: 90%;
		margin: 2% 0 1% 0;	
		padding: 3% 5%;
	}


	.mainFooter {
		width: 100%;
		height: auto;
		float: left;
		border-radius: 5px;
		-moz-border-radius: 5px;	
		-webkit-border-radius: 5px;	
		background-color: #666;
		margin: 2% 0;	
		font-family: "kalinga", 'Lucida Sans Unicode', Arial, Helvetica, Geneva, sans-serif;
	}


	.FormContent {
	width: 100%;
	height: auto;
	vertical-align: middle;
	background-color: #fff;


	}	
	
	
	.FormContentsmall {
		width: 100%;
		height: auto;
		float: left;
		background-color: #fff;
		
		
	}


	.FormContentmedium {
		width: 100%;
		height: auto;
		float: left;
		background-color: #fff;
		
		
	}		
	
	#inputboxClass {
	  width: 95%;
	  height: auto;
	}

	#textareaClass {
	  width: 100%;
	  height: 150px;
	}	
	
}


