
/*autonserrat or montserrat*/
body {
  margin: 0;
  font-family: 'Montserrat','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: #ffffff;
  color: #1C2A38;
  
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 100px); /* Ensures the body takes up at least the full viewport height. We just subtract the fixed height of our footer */
  
}

/* Navigation bar */
header {
  background: #1C2A38;
  padding: 15px min(2vw,40px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .logo {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

header nav a {
  color: #fff;
  text-decoration: none;
  margin: 0 15px;
  font-size: clamp(12px,3vw,24px);
}

header nav a:hover {
  text-decoration: underline;
}

/* Hero section */
.hero {
  text-align: center;
  padding: 0px 20px;
  position: relative;
}

.hero h1 {
  font-size: 72px;
  margin: 0px 0;
  font-weight: 900;
}

.hero #tagline {
  font-size: 36px;
  margin-top:0px;
  margin-bottom: 60px;
  color: #444;
}

.cta-btn {
  background: #2563EB;//#3DDCFF;
  color: #fff;
  border: none;
  padding: 15px 30px;
  border-radius: 30px;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.cta-btn:hover {
  background: #2bbcd8;
}

/* Decorative wave */
.wave {
  margin-top: 160px;
  position: relative;
}

.wave svg {
  display: block;
  width: 100%;
  height: auto;
}

/* Icons inside wave */
.icons {
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  color: #fff;
  font-size: clamp(24px,3vw,32px);
}

.icons i {
  background: rgba(28, 42, 56, 0.7);
  padding: 12px;
  border-radius: 50%;
}

.wave-container {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.footer {
  position: relative;
  bottom:0;
  width:100%;
  background-color: none;
  color: white;
  text-align: center;
  padding: 0px;
}

.footer svg {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100px;
}

.footer-content {
  position: relative;
  z-index: 1;
}

.topnav {
  overflow: hidden;
  background-color: none;
}

.topnav a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: clamp(10px,2.5vw,20px);
}

.topnav a:hover {
  background-color: none;
  color: white;
  text-decoration: underline;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
  font-size: 24px;
  margin-right:-10px;
}

@media screen and (max-width: 1000px) {
  /*.topnav a:not(:first-child) {display: none;}*/
  .topnav a {display: none;}
  .topnav a.icon {
	float: right;
	display: block;
  }
  #desktop_landing {display: none;}
  #mobile_landing {display: block !important;}
}

@media screen and (max-width: 1000px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
	position: absolute;
	right: 0;
	top: 0;
  }
  .topnav.responsive a {
	float: none;
	display: block;
	text-align: left;
  }
}

#mobile_landing {
	display: none;
	margin-bottom: 20px;
}

.page_content {
	text-align:left;
	font-family: 'Montserrat','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size:clamp(12px,2vw,18px);

}

.para_hdr {
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.sections {
		width:90%;
	}
}

@media screen and (min-width: 768px) {
	.sections {
		width:75%;
	}
}

.sections {
	padding: 0px;
	margin: auto;
}

#containers {
	flex-grow: 1;
}

.tabUnselect {
	float:left;
	width: calc(16% - 21px);
	background-color: white;
	border-bottom: 3px solid #2563EB;//#4CAF50;//#2563EB;//2196F3;
	border-right: 1px solid rgb(204,204,204);
	padding: 10px;
	font-size:20px;
	margin-bottom:20px;
	cursor: pointer;
}

.tabHover {
	background-color: rgb(153,153,153);
}

.tabSelect {
	float:left;
	width: calc(16% - 21px);
	background-color: #2563EB;//#4CAF50;//#2563EB;//#2196F3;
	border-bottom: 3px solid rgb(204,204,204);
	border-right: 1px solid rgb(204,204,204);
	padding: 10px;
	font-size:20px;
	margin-bottom:20px;
	cursor: pointer;
	color: white;
}	

.form_head {
	float: left;
	width: 33%;
	padding-top:10px;
	padding-bottom: 10px;
	color: rgb(153,153,153);
}

.form_val {
	float: left;
	width: 50%;
	padding-top:10px;
	padding-bottom: 10px;
}

.clear_float {
	clear: both;
}

.switchSmall-button {
	/*width:31px;
	height: 16px;
	border-radius: 16px;*/
	
	width:46px;
	height: 24px;
	border-radius: 12px;
	
	background: #DDDDDD;
	z-index: 0;
	margin: 0;
	padding: 0;
	appearance: none;
	border: none;
	cursor: pointer;
	position: relative;
	
	transition: all .5s ease;
}

.switchSmall-button:after {
	/*width:13px;
	height: 13px;
	border-radius: 14px;
	top: 1px;
	left: 1px;*/
	
	width:19px;
	height: 19px;
	border-radius: 21px;
	top: 2px;
	left: 2px;
	
	content: ' ';
	background: #fff;
	z-index: 2;
	
	transition-duration: 300ms;
	box-shadow: 0 2px 5px #999999;
	position: absolute;
}

.switchSmallOn,.switchOn:before {
	background: #1abc9c !important;
	transition: all .5s ease;
}

.switchSmallOn:after {
	/*left: 16px !important;*/
	left: 24px !important;
}

.toggle_hidden {
	display: none;
}

.toggle_show {
	display: block;
}

.step_header_block {
	min-height:35px;
	border:1px solid rgb(204,204,204);
	background: rgb(245,245,245);
	color:#1C2A38;
	font-weight: bold;
}

.step_header {
	float: left; width:70%;
	border: 0px solid black;
}

.step_check_box {
	float: left; 
	width:18%;
	border: 0px solid black;
	border-left: 0px solid black;
	display: flex; 
	align-items: center; 
	justify-content: right;
	min-height:35px;
}

.step_check_box_holder {
	width:31px; 
	text-align:right;
	position:relative;
	padding:10px;
 }
 
 .step_check_box_input {
	position:absolute;
	top:0;
	left:0;
	visibility:hidden;
 }
 
 .step_chevron {
	float: right; 
	width:10%;
	border: 0px solid black;
	border-left: 0px solid black;
	display: flex; 
	align-items: center; 
	justify-content: center;
	min-height:35px;
	font-size:35px;
 }
 
 .step_instructions {
	min-height:35px;
	margin-bottom:20px;
	border:1px solid rgb(204,204,204);
	border-top: 0;
	display:none;
 }
 
 .resource_header_block {
	min-height:35px;
	border:1px solid rgb(204,204,204);
	background: rgb(245,245,245);
	color:#1C2A38;
	font-weight: bold;
}

.resource_header {
	border: 0px solid black;
}
  .resource_instructions {
	min-height:35px;
	margin-bottom:20px;
	border:1px solid rgb(204,204,204);
	border-top: 0;
	padding:10px;
 }

table.about_list {
    color-scheme: light;
    --announcement-banner-padding-top: 0px;
    font-variant-ligatures: none;
    --animation-duration: 400ms;
    --fade-animation-function: linear;
    color: #1b1c1d;
    /*font-family: Google Sans Flex,Google Sans,Helvetica Neue,sans-serif;*/
    font-size: clamp(12px, 2vw, 18px);
    font-weight: 400;
    letter-spacing: 0rem;
    line-height: 1.75rem;
    background-color: #f0f4f9;
    border-spacing: 0;
    border-collapse: separate;
    width: 100%;
    overflow: hidden;
    border: none;
    border-radius: 16px 16px 4px 4px;	
	padding:10px;
}

table.about_list td {
	padding: 10px;
}

ul li {
  line-height: 1.5; /* Sets line height to 1.5 times the font size */
}

.pretty-table {
    /* Basic Table Styles */
    width: 100%;
    border-collapse: collapse; /* Removes double borders */
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    border-radius: 8px; /* Rounded corners for the whole table */
    overflow: hidden; /* Ensures corners are rounded */
}

/* Header Styles */
.pretty-table thead th {
    background-color: #4CAF50;/*#0D4857; /*#4CAF50; /* A pleasant green background *//* A pleasant green background */
    color: white; /* White text for contrast */
    padding: 15px 10px;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0.5px;
}

/* Body Cell Styles */
.pretty-table tbody td {
    padding: 20px 15px; /* More vertical padding for readability */
    border-bottom: 1px solid #ddd; /* Light grey separator line */
    text-align: left;
    vertical-align: top; /* Important for multi-line content */
    line-height: 1.6; /* Better line spacing */
}

/* Alternate Row Color (Stripe Effect) */
.pretty-table tbody tr:nth-child(even) {
    background-color: #f9f9f9; /* Very light grey for even rows */
}

/* Hover Effect */
.pretty-table tbody tr:hover {
    background-color: #f1f1f1; /* Slightly darker on hover */
    cursor: default;
}

/* Styles for bold text within the cells */
.pretty-table b {
    color: #333; /* Make bold text stand out a bit more */
}

input {	
	font-family: 'Montserrat','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

select {	
	font-family: 'Montserrat','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#popup {
  opacity: 0;
  transition: 1s;
  background-color: #4CAF50;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    padding: 10px;
    max-width: 400px;
    width: 90%;
    text-align: center;
    color: white;
	  position: fixed; /* Fixes the element relative to the viewport */
  top: 50%; /* Positions the top edge at 50% of the viewport height */
  left: 50%; /* Positions the left edge at 50% of the viewport width */
  transform: translate(-50%, -50%); /* Centers the element by offsetting its own size */
  z-index: 1000; /* Ensures the element is on top of other content */
}

#popup.fade-in {
  opacity: 1;
  transition: 1s;
}

#popup.fade-in-error {
  opacity: 1;
  transition: 1s;
  background-color: red;
}

#popup.hide {
  display: none;
}

.code_div {
	background-color: #282c34; /* Dark background, typical for code editors */
    color: #abb2bf; /* Light text color */
    border-radius: 6px;
    padding: 15px;
    position: relative;
    font-family: 'Consolas', 'Monaco', monospace;
    margin: 20px 0;
	/*line-height: 1;*/
}

.code_copy {
	position: absolute;
	top: 8px;
	right: 8px;
	background: rgba(255, 255, 255, 0.1); /* Slightly transparent background */
	color: #fff;
	border: none;
	padding: 5px 10px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	line-height: 1;
	transition: background-color 0.2s;
}

.code_pre {
	margin: 0; 
        padding-top: 20px;
        overflow-x: auto; 
        white-space: pre; /* Use 'pre' for better code formatting */
        /* Optionally add line numbers or syntax highlighting via external libraries */
}

@media screen and (max-width: 1000px) {
  .mobile {
	display: block;
  }
  .pc {
		display:none;
  }
}

@media screen and (min-width: 1000px) {
  .mobile {
	display: none;
  }
  .pc {
		display:block;
  }
}