body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

.navigation-bar {
   


    background-color: lightblue;
    color: #fff;
    width: 80px;
    height: 40vh;
    position: fixed;
    top: 350px;


    right: 235px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    border-top-right-radius: 20px; /* Add rounded top-right corner */
    border-bottom-right-radius: 20px; /* Add rounded bottom-right corner */
    border-top-left-radius: 20px; /* Add rounded top-left corner */
    border-bottom-left-radius: 20px; /* Add rounded bottom-left corner */

}

.nav-link {
    text-decoration: underline;
    color: black;
    padding: 10px 0;
    display: block;
}

.nav-link:hover {
    background-color: none;
    text-decoration:underline;
}

.content {
    margin-right: 50px; /* Adjust this value to create space for the navigation bar */
    padding: 20px;
}


.cetc {
	margin-top: 0px;
	margin-left:0px;
	padding-left: 20px;
	margin-right:0;
	
	padding-bottom: 5px !important;
}

.cetc p {font-size: 1.2em}




/* Feature Links */
.feature-link.light-blue {
	background-color: #d6efff;
	color: #003f72;
}
.feature-link.dark-blue {
	background-color: #0083be;
	color: #fff;
}
.feature-link {
	padding: 20px 25px;
	border-radius: 8px;
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 17px;
	line-height: 20px;
}
.feature-link .link-btn {
	margin-left: auto;
}
.feature-link .link-btn a {
	background-color: #fff;
	text-decoration: none;
	padding: 8px 30px;
	border-radius: 18px;
	text-align: center;
	width: 195px;
	font-family: sans-serif;
	font-weight:normal;
	white-space: nowrap;
	font-size: 16px;
}
.feature-link .link-desc {
	max-width: 58%;
}
.feature-link.dark-blue .link-btn a {
	color: #003f72;
}
.feature-link.light-blue .link-btn a {
	color: #0683be;
}
.feature-link.with-photo {
	align-items: stretch;
	margin-bottom: 25px;
}
.feature-link .photo img {
	max-width: 250px;
	margin-right: 25px;
}
.feature-link-text {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.feature-link-text .link-desc {
	margin-bottom: 10px;
}
.feature-link-text .link-text a {
	text-decoration: none;
}


/*Yao edited CETC top light blue bar*/


.CETC-TopBar.light-blue {
	background-color: #d6efff;
	color: #003f72;
}
.CETC-TopBar.dark-blue {
	background-color: #0083be;
	color: #fff;
}
.CETC-TopBar {
	padding: 14px 25px;
	border-radius: 8px;
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 17px;
	line-height: 20px;

/*

#tier4innerContent h2.page-title { display: none; }

.mer-main {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
}



.mer-main hr {
	margin: 20px 0;
	min-height: 1px;
}



.mer-main h2  {
	color: #003f72;
	font-size: 20px;
	line-height: 10px;
	font-weight: normal;
	margin-bottom: 10px;
	padding-bottom: 0;
}

.mer-main h3  {
	color: #003f72;
	font-size: 15px;
	line-height: 5px;
	font-weight: normal;
	margin-bottom: 10px;
	padding-bottom: 0;
}

*/

/*# sourceMappingURL=CETC-right-navbar.css.map */



  
  #tier4innerContent h2.page-title { display: none; }

.mer-main {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 14px;
	line-height: 22px;
}

.mer-main p {
	margin: 18px 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 14px;
	line-height: 22px;
	padding: 0;
}

.mer-main hr {
	margin: 20px 0;
	min-height: 1px;
}

.mer-main h1 {
	color: #003f72;
	font-size: 27px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
	padding-bottom: 6px;
}
.mer-main h2  {
	color: #003f72;
	font-size: 5px;
	line-height: 10px;
	font-weight: normal;
	margin-bottom: 10px;
	padding-bottom: 0;
}

.mer-main h3  {
	color: #000;
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.mer-main h4  {
	color: #003f72;
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}

.mer-main a, .mer-main a:hover, .mer-main a:visited {
	color: #0083be;
}
.mer-main a:focus {
	outline: none;
}

.mer-main .embed-container {
    position: relative;
  	padding-bottom: 56.25%;
	height: 0;
  	overflow: hidden;
  	max-width: 100%;
}

.mer-main .embed-container iframe,
.mer-main .embed-container object,
.mer-main .embed-container embed {
    position:
    absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

