@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');

@font-face {
	font-family: 'Drakoheart Leiend Bold';
	src: url('Drakoheart.ttf');
}

a#text {
	font-family: 'Drakoheart Leiend Bold';
}


th a {
	font-family: 'Montserrat', verdana, sans-serif !important;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
}

.tablesquareMobile th a {
	font-family: 'Montserrat', verdana, sans-serif !important;
	font-size: 15px;
	font-weight: 700;
    color: #1565C0;
	letter-spacing: 1px;
}

.homepageText {
	font-family: 'Montserrat', verdana, sans-serif !important;
	font-size: 1.3em;
	color: #00B4CC;
	font-weight: bold;
	padding-right: 25px;
	position: relative;
	top: 10px;
}

.weatherText {
	line-height: 1.4rem;
	font-size: 12px;
	font-family: verdana;
	font-weight: bold;
	background-color: #E6FAE9;
	position: relative;
	top: 23px;
	text-align: right;
	padding-right: 7px;
}

.weatherTextHomepage {
	text-align: center;
	color: darkslategrey;
	line-height: 1.7rem;
	font-size: 15px;
	font-family: 'Montserrat', verdana, sans-serif !important;
	font-weight: bold;
	background-color: #E6FAE9;
	display: inline-block;
	position: relative;
	padding: 20px 10px 25px 20px;
	top: -5px;
}

.weatherClass {
	display: inline-block;
}


.tableBox {
	padding: 7px 8px !important;
	/* -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24); */
	/* -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; */
}

.tableBox:hover {
	/* -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); */
}




.cpSearchTable {
	padding: 30px 0px 0px 90px !important;
	border-collapse: separate;
	border-spacing: 0 12px;
	padding-left: 55px !important;
}

@media only screen and (max-width: 1370px) and (min-width: 1200px) {
	.cpSearchTable {
		padding: 30px 0px 0px 90px !important;
		border-collapse: separate;
		border-spacing: 0 12px;
		padding-left: 15px !important;
		position: relative;
		left: 3%;
	}
}

.dropdown-container {
	display: inline;
	position: relative;
	left: -197px;
	top: 3px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 40px 0 0 0;
}

.dropdown {
	background: #E6FAE9;
	padding: 10px;
	border-radius: 2px;
	width: 110px;
	height: 15px;
	top: 3px;
	left: -193px;
	display: flex;
	justify-content: space-around;
	font-size: 1.1rem;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	font-family: 'Montserrat', verdana, sans-serif;
	font-weight: 600;
}

.dropdownTopMargin {
	margin-top: -2px;
}

.tdSearchStyle {
	background-color: #E6FAE9;
	padding-left: 0px;
}

.fa-angle-down {
	position: relative;
	top: 1px;
	font-size: 1.3rem;
	transition: transform 0.3s ease;
}

.rotate-dropdown-arrow {
	transform: rotate(-180deg);
}


.dropdown-menu1 {
	z-index: 104;
	display: none;
	position: absolute;
	flex-direction: column;
	border-radius: 4px;
	margin-top: 3px;
	width: 160px;
	padding: 10px;
	box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.3);
	background: #fafafa;
	transform-origin: top left;
}


.dropdown-menu1 span {
	padding: 10px;
	flex-grow: 1;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	cursor: pointer;
	transition: background 0.3s ease;
	font-family: 'Montserrat', verdana, sans-serif;
	font-weight: 600;
}


.dropdown-menu1 span:last-child {
	border: none;
}

.dropdown-menu1 span:hover {
	background: #eee;
}

#openDropdown1:checked+.dropdown-menu1 {
	display: flex;
	animation: openDropDown 0.4s ease;
}

@keyframes openDropDown1 {
	from {
		transform: rotateX(50deg);
	}

	to {
		transform: rotateX(0deg);
	}
}


.dropdown-menu2 {
	z-index: 103;
	display: none;
	position: absolute;
	flex-direction: column;
	border-radius: 4px;
	margin-top: 2px;
	width: 160px;
	padding: 10px;
	box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.3);
	background: #fafafa;
	transform-origin: top left;
}

.dropdown-menu2 span {
	padding: 10px;
	flex-grow: 1;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	cursor: pointer;
	transition: background 0.3s ease;
	font-family: 'Montserrat', verdana, sans-serif;
	font-weight: 600;
}

.dropdown-menu2 span:last-child {
	border: none;
}

.dropdown-menu2 span:hover {
	background: #eee;
}

#openDropdown2:checked+.dropdown-menu2 {
	display: flex;
	animation: openDropDown 0.4s ease;
}

@keyframes openDropDown2 {
	from {
		transform: rotateX(50deg);
	}

	to {
		transform: rotateX(0deg);
	}
}


.dropdown-menu3 {
	z-index: 102;
	display: none;
	position: absolute;
	flex-direction: column;
	border-radius: 4px;
	margin-top: 2px;
	width: 160px;
	padding: 10px;
	box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.3);
	background: #fafafa;
	transform-origin: top left;
}

.dropdown-menu3 span {
	padding: 10px;
	flex-grow: 1;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	cursor: pointer;
	transition: background 0.3s ease;
	font-family: 'Montserrat', verdana, sans-serif;
	font-weight: 600;
}

.dropdown-menu3 span:last-child {
	border: none;
}

.dropdown-menu3 span:hover {
	background: #eee;
}

#openDropdown3:checked+.dropdown-menu3 {
	display: flex;
	animation: openDropDown 0.4s ease;
}

@keyframes openDropDown3 {
	from {
		transform: rotateX(50deg);
	}

	to {
		transform: rotateX(0deg);
	}
}


.dropdown-menu4 {
	z-index: 101;
	display: none;
	position: absolute;
	flex-direction: column;
	border-radius: 4px;
	margin-top: 2px;
	width: 160px;
	padding: 10px;
	box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.3);
	background: #fafafa;
	transform-origin: top left;
}

.dropdown-menu4 span {
	padding: 10px;
	flex-grow: 1;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	cursor: pointer;
	transition: background 0.3s ease;
	font-family: 'Montserrat', verdana, sans-serif;
	font-weight: 600;
}

.dropdown-menu4 span:last-child {
	border: none;
}

.dropdown-menu4 span:hover {
	background: #eee;
}

#openDropdown4:checked+.dropdown-menu4 {
	display: flex;
	animation: openDropDown 0.4s ease;
}

@keyframes openDropDown4 {
	from {
		transform: rotateX(50deg);
	}

	to {
		transform: rotateX(0deg);
	}
}


@import url(https://fonts.googleapis.com/css?family=Open+Sans);


.search {
	width: 535px;
	position: relative;
	display: flex;
}

.searchTerm {
	width: 100%;
	border: 3px solid #6bd5cc !important;
	border-right: none;
	padding: 5px;
	height: 42px;
	border-radius: 5px 0 0 5px;
	outline: none;
	color: black !important;
}

.searchTerm:focus {
	color: #00B4CC;
}

.searchTerm:active {
	border: 3px solid #00B4CC !important;
}

.searchTerm:hover {
	border: 3px solid #00B4CC !important;
}

.searchButton {
	width: 55px;
	height: 42px;
	border: 1px solid #00B4CC;
	background: #00B4CC;
	text-align: center;
	color: #fff;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
	font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/
.wrap {
	width: 30%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


table.customtableclass tr td {
    background: #64FFDA;
    max-width: 78px;
    max-height: 55px;
    overflow: hidden;
    width: 78px;
    height: 55px;
    font-size: 0.9rem;
    border: 2px solid #1DE9B6;
    box-shadow: inset 0px 5px 15px -5px rgba(0, 0, 0, 0.15);
}

table.customtableclass td:hover {
	background: #4bcbcc;
	max-width: 78px;
	max-height: 55px;
	overflow: visible;
	width: 78px;
	height: 55px;
	font-size: 0.9rem;
	color: white;
	outline: 1px solid aqua;
}

.tablesquare {
	padding-left: 2px;
}
@media only screen and (max-width: 720px)  {
	.tablesquareMobile {
		padding-left: 2px;
		width: 92%;
	}
}
@media only screen and (min-width: 720px) and (max-width: 1200px) {
	.tablesquareMobile {
		padding-left: 2px;
	}
}
@media only screen and (min-width: 1201px) {
	.tablesquareMobile {
		padding-left: 2px;
	}
}


table.tablesquare td, table.tablesquareMobile td {
	border: 1px solid #64FFDA;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	-moz-box-shadow: 0 3px 6px rgba(40, 37, 37, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	-ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	-o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

table.tablesquare td:hover, table.tablesquareMobile td:hover {
	border: 1px solid #E6FAE9;
	background: #fff;
	padding: 6px 7px 6px 7px;
	color: #4f6b72;
	outline: 2px solid mediumspringgreen;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	-moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	-ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	-o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

p.noteregister {
	-webkit-border-radius: 6px;
	background-color: #ffffff;
	border: solid 2px yellowgreen;
	outline: 1px solid greenyellow;
	line-height: 18px;
	margin-top: 30px;
	overflow: hidden;
	padding: 12px 40px 12px 40px;
	width: fit-content;
	font-family: verdana;
}

.acustom {
	color: #004D40;
}

.acustom:hover {
	color: white;
}

.thcustom {
	border: 2px solid cyan;
}

.thcustom:hover {
	border: 3px solid cyan;
}


table.tclass td {
	background: #E6FAE9;
	float: right;
}

@media only screen and (max-width : 1900px) and (min-width : 1800px) {
	#lowerdivleft {
		padding-left: 40px;
	}
}

@media only screen and (max-width : 2200px) and (min-width : 1901px) {
	#lowerdivleft {
		padding-left: 40px;
	}

	#lowerdivright {
		padding-right: 20px;

	}
}

@media only screen and (max-width : 1799px) and (min-width : 1500px) {
	#lowerdivleft {
		padding-left: 40px;
	}
}

@media only screen and (max-width : 1499px) and (min-width : 1380px) {
	#lowerdivleft {
		padding-left: 40px;
	}
}

@media only screen and (max-width : 1380px) and (min-width : 1320px) {
	#lowerdivleft {
		padding-left: 23px;

	}

	#lowerdivright {
		padding-right: 11px;

	}
}

@media only screen and (max-width : 1319px) and (min-width : 1250px) {
	#lowerdivleft {
		padding-left: 0px;
	}
}

@media only screen and (max-width : 1040px) and (min-width : 1010px) {
	#lowerdivleft {
		padding-left: 50px;
	}
}


/* ritwick - search table responsiveness starts here*/
@media only screen and (max-width : 1030px) and (min-width : 800px) {
	#mytable123 {
		padding-left: 0px;
		padding-top: 60px;
	}
}

@media only screen and (max-width : 1920px) and (min-width : 1031px) {
	#mytable123 {
		padding-left: 0px;
	}
}

/* ritwick - search table responsiveness ends here*/


body {
	font: normal 11px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
}


img.resp {
	max-width: 29% !important;
	height: auto;
	width: auto\9;
	/* ie8 */
}

#container {
	width: 100%;
	position: relative
}


@media only screen and (max-width : 1024px) {


	input,
	textarea {
		padding: 10px;
		border: solid 1px #E5E5E5;
		outline: 0;
		font: normal 13px/100% Verdana, Tahoma, sans-serif;
		width: 235px;
		height: 35px;
		background: #FFFFFF;
		/* background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF)); */
		background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
		box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
		-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	}


}


@media only screen and (min-width : 1030px) {


	input,
	textarea {
		padding: 10px;
		border: solid 1px #E5E5E5;
		outline: 0;
		font: normal 13px/100% Verdana, Tahoma, sans-serif;
		width: 333px;
		height: 35px;
		background: #FFFFFF;
		background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
		background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
		box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
		-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	}


}


/* tutorial */


textarea {
	width: 400px;
	max-width: 400px;
	height: 100px;
	line-height: 150%;
}

input:hover,
textarea:hover,
input:focus,
textarea:focus {
	border-color: #C9C9C9;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

.form label {
	margin-left: 10px;
	color: #999999;
}

.submit input {
	width: auto;
	padding: 9px 15px;
	background: #617798;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

input[type=submit] {
	background-color: lightseagreen;
	background: lightseagreen;
	border: 1px solid mediumspringgreen;
	color: white;
	padding: 10px 21px;
	text-decoration: none;
	cursor: pointer;
}

input[type=submit]:hover {
	background: dodgerblue;
	color: white;
	padding: 10px 21px;
	text-decoration: none;
	cursor: pointer;
}


input[type=submit]#mysubmit {
	width: 385px;
	height: 50px;
	background: #0aa295;
	border: 0;
	font-size: 16px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
input[type=submit]#mysubmit:hover {
	background: #00796B;
	font-size: 17px;
}

input[type=button]#goBack {
    width: 185px;
    height: 50px;
	cursor: pointer;
    background: #0aa295;
    border: 0;
    font-size: 16px;
    color: #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	margin-right: 20px;
}
input[type=button]#goBack:hover {
	background: #00796B;
	font-size: 17px;
}

input[type=reset]#mysubmit {
	width: 90px;
	height: 50px;
	background: #617798;
	border: 0;
	font-size: 16px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

td a img {
	border: 0;
	width: 100%;
}

a img[src="images/edit.png"] {
	width: auto !important;
}


div.styled {
	overflow: hidden;
	/* this hides the select's drop button */
	padding: 2px;
	margin: 0;
	background: white url(formelements-select.png) no-repeat bottom right;
	/* this is the new drop button, in image form */
	width: 6em;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	border: solid 1px #ccc;
	position: relative;
	top: -2px;
	left: 4px;
}

div.styled select {
	width: 100%
		/* this percentage effectively extends the drop down button out of view */
	;
	background-color: transparent
		/* this hides the select's background making any styling visible from the div */
	;
	background-image: none;
	-webkit-appearance: none
		/* this is required for Webkit browsers */
	;
	border: none;
	box-shadow: none;
	padding: 0.4em 0.7em;
	/* padding should be added to the select, not the div */
	cursor: pointer;
}


div.styled:hover {
	overflow: hidden;
	/* this hides the select's drop button */
	padding: 2px;
	margin: 0;
	background: white url(formelements-select.png) no-repeat bottom right;
	/* this is the new drop button, in image form */
	width: 6em;
	border-radius: 2px;
	position: relative;
	top: -2px;
	left: 4px;
	border: solid 1px lightseagreen;
	box-shadow: 2px 2px 3px lightgrey;
	cursor: pointer;
}


.ie7 div.styled {
	border: none;
}

.ie7 div.styled select {
	width: 100%;
	background-color: white;
	border: solid 1px #ccc;
	padding: 0.3em 0.5em;
}


/*  table css styling left and right */


a {
	color: #000000;
}

#mytable {
	width: 700px;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 700px;
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #b2ffe9;
	border-left: 1px solid #b2ffe9;
	border-bottom: 2px solid #b2ffe9;
	border-top: 1px solid #b2ffe9;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #b2ffe9;
	border: 1px solid aquamarine;
	outline: 1px solid lightgreen;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	-ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

th:hover {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #b2ffe9;
	border-left: 1px solid #b2ffe9;
	border-bottom: 2px solid #b2ffe9;
	border-top: 1px solid #b2ffe9;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: aliceblue;
	border: 1px solid aquamarine;
	outline: 1px solid lightgreen;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	-moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	-ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	-o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);

}

th:hover p a {
	color: blue;
}


th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #E6FAE9;
	background: none;
	border: 1px solid aquamarine;
	outline: 1px solid lightgreen;
}

td {
	border-right: 1px solid #E6FAE9;
	border-bottom: 1px solid #E6FAE9;
	background: #fff;
	padding: 6px 7px 6px 7px;
	color: #4f6b72;
}


td#hometop {
	border-right: 1px solid #E6FAE9;
	border-bottom: 1px solid #E6FAE9;
	background: #E6FAE9;
	padding: 2px 18px 2px 12px;
	color: #4f6b72;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border-left: 1px solid #E6FAE9;
	border-top: 0;
	background: #fff;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #E6FAE9;
	border-top: 0;
	background: #f5fafa;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}


body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
input,
textarea,
blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

body {
	background: #909eab;
	font-family: Helvetica, sans-serif;
	font-size: 16px;
}

/* 
nav {

	text-align: center;

}

nav ul ul {
	display: none;

}

nav ul li:hover>ul {
	display: block;
}


nav ul {
	background: #ffffff;
	background-image: -ms-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
	background: linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
	background: -moz-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
	background: -webkit-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
	box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15);
	padding: 0 1px;
	border-radius: 5px;
	list-style: none;
	position: relative;
	display: inline-table;

}

nav ul:after {
	content: "";
	clear: both;
	display: block;
}

nav ul li {

	float: left;
	background: #27AEC0;
	background-image: -ms-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
	background: linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
	background: -moz-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
	background: -webkit-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
	color: #fff;


}

nav ul li a {
	color: #ffffff;
	font-family: verdana;

}

nav ul li a b {
	font-family: verdana;
}

nav ul li:hover {
	background: #4b545f;
	background: linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
}

nav ul li:hover a {
	color: #fff;

}


@media only screen and (min-width : 400px) and (max-width : 749px) {

	nav ul li a {
		display: block;
		padding: 11px 34px;
		color: #757575;
		text-decoration: none;

	}


}


@media only screen and (min-width : 750px) and (max-width : 850px) {

	nav ul li a {
		display: block;
		padding: 12px 42px;
		color: #757575;
		text-decoration: none;
	}


}


@media only screen and (min-width : 851px) and (max-width : 1024px) {

	nav ul li a {
		display: block;
		padding: 14px 16px;
		color: #757575;
		text-decoration: none;

	}


}


@media only screen and (min-width : 1025px) and (max-width : 1159px) {

	nav ul li a {
		display: block;
		padding: 14px 29px;
		color: #757575;
		text-decoration: none;
	}


}


@media only screen and (min-width : 1160px) and (max-width : 1280px) {

	nav ul li a {
		display: block;
		padding: 15px 29px;
		color: #757575;
		text-decoration: none;
	}


}


@media only screen and (max-width : 1420px) and (min-width : 1281px) {

	nav ul li a {
		display: block;
		padding: 15px 33px;
		color: #757575;
		text-decoration: none;

	}

}

@media only screen and (max-width : 1500px) and (min-width : 1421px) {

	nav ul li a {
		display: block;
		padding: 15px 43px;
		color: #757575;
		text-decoration: none;
	}

}

@media only screen and (min-width : 1501px) {

	nav ul li a {
		display: block;
		padding: 16px 60px 16px 40px;
		color: #757575;
		text-decoration: none;
	}

}


nav ul ul {
	background: #5f6975;
	border-radius: 0px;
	padding: 0;
	margin: 0px;
	position: absolute;
}

nav ul ul li {
	float: none;
	border-top: 1px solid #6b727c;
	border-bottom: 1px solid #575f6a;
	position: relative;
	background: #4b545f;
	z-index: 999;
}

nav ul ul li a {
	padding: 11px 40px;
	color: #fff;

}

nav ul ul li a:hover {
	background: #01A865;
}

nav ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
} */


nav2 {

	text-align: center;

}

nav2 ul ul {
	display: none;

}

nav2 ul li:hover>ul {
	display: block;
}


nav2 ul {
	background: #ffffff;
	background-image: -ms-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
	background: linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
	background: -moz-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
	background: -webkit-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
	/*  box-shadow: 0px 0px 9px rgba(0,0,0,0.15); */
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	padding: 0 1px;
	border-radius: 5px;
	list-style: none;
	position: relative;
	display: inline-table;

}

nav2 ul:after {
	content: "";
	clear: both;
	display: block;
}

nav2 ul li {

	float: left;
	//background: #27AEC0;
	background-image: -ms-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
	background: linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
	background: -moz-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
	background: -webkit-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
	color: #fff;


}

nav2 ul li a {
	color: #ffffff;
	font-family: verdana;

}

nav2 ul li a b {
	font-family: 'Montserrat', verdana, sans-serif;
	font-weight: 700;
	font-size: 1rem;
	position: relative;
	left: -15px;
}

nav2 ul li:hover {
	background: #4b545f;
	background: linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
	/*
			background: -moz-linear-gradient(top, #4f5964 0%, #27AEC0 40%);
			background: -webkit-linear-gradient(top, #4f5964 0%, #27AEC0 40%);
*/

}

nav2 ul li:hover a {
	color: #fff;

}


@media only screen and (min-width : 400px) and (max-width : 749px) {

	nav2 ul li a {
		display: block;
		padding: 11px 34px;
		color: #757575;
		text-decoration: none;

	}


}


@media only screen and (min-width : 750px) and (max-width : 850px) {

	nav2 ul li a {
		display: block;
		padding: 12px 42px;
		color: #757575;
		text-decoration: none;
	}


}


@media only screen and (min-width : 851px) and (max-width : 1024px) {

	nav2 ul li a {
		display: block;
		padding: 14px 18px;
		color: #757575;
		text-decoration: none;

	}


}


@media only screen and (min-width : 1025px) and (max-width : 1159px) {

	nav2 ul li a {
		display: block;
		padding: 14px 29px;
		color: #757575;
		text-decoration: none;
	}


}


@media only screen and (min-width : 1160px) and (max-width : 1280px) {

	nav2 ul li a {
		display: block;
		padding: 15px 31px;
		color: #757575;
		text-decoration: none;
	}


}


@media only screen and (max-width : 1420px) and (min-width : 1281px) {

	nav2 ul li a {
		display: block;
		padding: 15px 35px;
		color: #757575;
		text-decoration: none;

	}

}

@media only screen and (max-width : 1500px) and (min-width : 1421px) {

	nav2 ul li a {
		display: block;
		padding: 15px 40px;
		color: #757575;
		text-decoration: none;
	}

}

@media only screen and (min-width : 1501px) {

	nav2 ul li a {
		display: block;
		padding: 16px 45px;
		color: #757575;
		text-decoration: none;
	}

}


nav2 ul ul {
	background: #5f6975;
	border-radius: 0px;
	padding: 0;
	margin: 0px;
	position: absolute;
}

nav2 ul ul li {
	float: none;
	border-top: 1px solid #6b727c;
	border-bottom: 1px solid #575f6a;
	position: relative;
	background: #4b545f;
	z-index: 999;
}

nav2 ul ul li a {
	padding: 11px 40px;
	color: #fff;

}


nav2 ul ul li a:hover {
	background: #01A865;
	/*new submenu background*/

}

nav2 ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;

}


#buttonMenu1 {
	background-color: #b2ffe9;
	border: 2px solid #b2ffe9;
}

#buttonMenu1:hover {
	/* background-color: #b2ffe9; */
	/* background-color: darkturquoise !important; */
	cursor: pointer;
}


@charset 'UTF-8';
/* Starter CSS for Flyout Menu */

#cssmenu_showright {
	padding: 0;
	margin: 0;
	border: 0;
}

#cssmenu_showright ul,
#cssmenu_showright ul li,
#cssmenu_showright ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#cssmenu_showright ul {
	position: relative;
	z- index: 597;
	float: left;
}

#cssmenu_showright ul li {
	float: left;
	min-height: 1px;
	line-height: 1em;
	vertical-align: middle;
}

#cssmenu_showright ul li.hover,
#cssmenu_showright ul li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}

#cssmenu_showright ul ul {


	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 100%;
}

#cssmenu_showright ul ul li {
	float: none;
}

#cssmenu_showright ul ul ul {
	top: 1px;
	left: 99%;
}

#cssmenu_showright ul li:hover>ul {
	visibility: visible;
}

#cssmenu_showright ul ul {
	top: 1px;


	left: 99%;
}

#cssmenu_showright ul li {
	float: none;
}

#cssmenu_showright ul {
	font-weight: bold;
}

#cssmenu_showright ul ul {
	margin-top: 1px;
}

#cssmenu_showright ul ul li {
	font-weight: normal;
}

/* Custom CSS Styles */


#cssmenu_showright {
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;


	background-color: #b2ffe9;
	background-repeat: repeat-x;
	width:

		60px;
}

#cssmenu_showright:after {
	content: '';
	display: block;
	clear: both;
}

#cssmenu_showright a {
	background-color: #FFE184;
	background-repeat: repeat-x;
	color: #1B5E20;
	display: block;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 85%;
	padding: 12px 10px;
	text-decoration: none;
}
#cssmenu_showright li span a {
	font-size: 14px;
}
#cssmenu_showright>ul>li.active a:hover:not(.showMore)  {
    font-size: 15px;
}

#cssmenu_showright ul {
	/* border: 3px solid #FFE184; rh*/
	list-style: none;
	width: 65px;
	background: #b2ffe9;

}

#cssmenu_showright>ul {
	float: left;
}

#cssmenu_showright>ul>li:hover:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	right: 0;
	top: 50%;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;

	margin-top: -1px;

}

#cssmenu_showright>ul>li:first-child>a {
	border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius:

		5px 0 0 0;
}

#cssmenu_showright>ul>li:last-child>a {
	border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	-webkit-border-radius:	0 0 0 5px;
}

#cssmenu_showright>ul>li.active a {
	/* box-shadow: inset 0 0 5px white; -moz-box-shadow: inset 0 0 5px white; */


	/* -webkit-box-shadow: inset 0 0 5px white; */
	background-color: #b2ffe9;
	background-repeat: repeat-x;
}

#cssmenu_showright>ul>li:hover>a {
	background-color: b2ffe9 !important;
	color: black;
}

#cssmenu_showright .has-sub {
	z-index: 1;
}

#cssmenu_showright .has-sub:hover>ul {
	border: 1.5px solid #1DE9B6 !important;
	display: block;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	-ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	-o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

#cssmenu_showright .has-sub ul {
	display: none;
	position: absolute;
	width: 185px;
	top: -420px;
	left: 63px;
}

#cssmenu_showright .has-sub ul li {
	margin-bottom: -1px;
	background: #b2ffe9 !important;
	word-wrap: break-word;
}

#cssmenu_showright .moreRight {
	display: inline;
    width: 15px;
    position: relative;
    left: 4px;
    top: 1px;
}

#cssmenu_showright ul:has(.moreRight) {
	width: 75px !important;
}

#cssmenu_showright .has-sub ul li ul li {
	margin-bottom: -1px;
	background: #ffffff;
}

/* //to change font in submenu  rh
#cssmenu_showright .has-sub ul li a {
	background: #0fa1e0;
	border-bottom: 1px dotted #6fc7ec;
	filter: none;
	font-size: 15px;
	display: block;
	line-height: 120%;
	padding: 10px;
} */


#cssmenu_showright .has-sub ul li:hover a {
	background: #00B4CC !important;
	color: white;
}

#cssmenu_showright .has-sub .has-sub:hover>ul {
	display:

		block;
}

#cssmenu_showright .has-sub .has-sub ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
}

#cssmenu_showright .has-sub .has-sub ul li a {
	background: #0c7fb0;
	border-bottom: 1px dotted #6db2d0;
}

#cssmenu_showright .has-sub .has-sub ul li a:hover {
	background: #095c80;
}


@charset 'UTF-8';
/* Starter CSS for Flyout Menu */

#cssmenu_showleft {
	padding: 0;
	margin: 0;
	border: 0;
}

#cssmenu_showleft ul,
#cssmenu_showleft ul li,
#cssmenu_showleft ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#cssmenu_showleft ul {
	position: relative;
	/* z-index: 597; */
	float: left;
}

#cssmenu_showleft ul li {
	float: left;
	min-height: 1px;
	line-height: 1em;
	vertical-align: middle;
}

#cssmenu_showleft ul li.hover,
#cssmenu_showleft ul li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}

#cssmenu_showleft ul ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 100%;
}

#cssmenu_showleft ul ul li {
	float: none;
}

#cssmenu_showleft ul ul ul {
	top: 1px;
	left: 99%;
}

#cssmenu_showleft ul li:hover>ul {
	visibility: visible;
}

#cssmenu_showleft ul ul {
	top: 1px;


	left: 99%;
}

#cssmenu_showleft ul li {
	float: none;
}

#cssmenu_showleft ul {
	font-weight: bold;
}

#cssmenu_showleft ul ul {
	margin-top: 1px;
}

#cssmenu_showleft ul ul li {
	font-weight: normal;
}

/* Custom CSS Styles */


#cssmenu_showleft {
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;


	background-color: #b2ffe9;
	background-repeat: repeat-x;
	width:

		60px;
}

#cssmenu_showleft:after {
	content: '';
	display: block;
	clear: both;
}

#cssmenu_showleft a {
	background-color: #FFE184;
	background-repeat: repeat-x;
	color: #1B5E20;
	display: block;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 85%;
	padding: 12px 10px;
	text-decoration: none;
}

#cssmenu_showleft li span a {
	font-size: 14px;
}
#cssmenu_showleft>ul>li.active a:hover:not(.showMore)  {
    font-size: 15px;
}

#cssmenu_showleft .moreLeft {
	display: inline;
    width: 15px;
    position: relative;
    right: 5px;
    bottom: 1px;
    float: left;
}

#cssmenu_showleft ul:has(.moreLeft) {
	width: 75px !important;
}


#cssmenu_showleft ul {
	/* border: 3px solid #ffe184; rh */
	list-style: none;
	width: 65px;
	background: #b2ffe9;

}

#cssmenu_showleft>ul {
	float: left;
}

#cssmenu_showleft>ul>li:hover:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	right: 0;
	top: 50%;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;

	margin-top: -1px;

}

#cssmenu_showleft>ul>li:first-child>a {
	border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius:

		5px 0 0 0;
}

#cssmenu_showleft>ul>li:last-child>a {
	border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	-webkit-border-radius:

		0 0 0 5px;
}

#cssmenu_showleft>ul>li.active a {
	/* box-shadow: inset 0 0 5px white; -moz-box-shadow: inset 0 0 5px white; */


	/* -webkit-box-shadow: inset 0 0 5px white; */
	background-color: #b2ffe9;
	color: #1B5E20;
	background-repeat: repeat-x;
}

#cssmenu_showleft>ul>li:hover>a {
	background-color: #b2ffe9 !important;
	color: black;

}

#cssmenu_showleft .has-sub {
	z-index: 1;
}

#cssmenu_showleft .has-sub:hover>ul {
	display: block;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	-ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	-o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

#cssmenu_showleft .has-sub ul {
	display: none;
	position: absolute;
	width: 185px;
	top: -420px;
	left: -160px;
}

#cssmenu_showleft .has-sub ul li {
	margin-bottom: -1px;
	background: #b2ffe9 !important;
}

#cssmenu_showleft .has-sub ul li ul li {
	margin-bottom: -1px;
	background: #ffffff;
}


#cssmenu_showleft .has-sub ul li a {
	background: #b2ffe9;
	border-bottom: 1px dotted #6fc7ec;
	filter: none;
	font-size: 14px;
	display: block;
	line-height: 120%;
	padding: 10px;
}


#cssmenu_showleft .has-sub ul li:hover a {
	background: #00B4CC !important;
	color: white;
}

#cssmenu_showleft .has-sub .has-sub:hover>ul {
	display: block;
}

#cssmenu_showleft .has-sub .has-sub ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
}

#cssmenu_showleft .has-sub .has-sub ul li a {
	background: #0c7fb0;
	border-bottom: 1px dotted #6db2d0;
}

#cssmenu_showleft .has-sub .has-sub ul li a:hover {
	background: #095c80;
}


.content-featured123 {
	height: fit-content;
	background-color: #00897B;
	padding: 30px 0;
	color: #ffffff;
	margin-top: -30px;
	font-size: 1.333em;
	/* 16px */
	line-height: 1.375em;
	/* 22px/16px */
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4) inset;

	-moz-box-shadow: inset 0 -10px 10px -10px #000000;
	-webkit-box-shadow: inset 0 -10px 10px -10px #000000;
	/* box-shadow: inset 0 -10px 10px -10px #000000; */
	box-shadow: inset 0 -10px 10px -10px #000000, 0 4px 4px rgba(0, 0, 0, 0.2) inset;
  
}

.container123 {
	width: 940px;
	margin: 0 auto;
	text-align: center;
	list-style-type: none;
}

.ticker {
	overflow: hidden;
	list-style: none;
	height: auto;
	display: inline-block;
	margin: 0 0 -4px 0
}

#tagline1 {
	font-size: 1.4em;
	color: aquamarine;
}

#tagline2 {
	font-size: 1em;
	text-align: center;
}
#tagline3 {
	font-size: 0.95em;
	text-align: center;
	padding: 0 7%;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #3b3b3b;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	background: #E6FAE9;
}

.wrapperfooter {
	margin: 0 auto;
	padding: 0px;
	max-width: 800px;
}

.tablefooter {
	margin: 0 0 0 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	display: table;
}

@media screen and (max-width: 580px) {
	.tablefooter {
		display: block;
	}
}

.row {
	display: table-row;
	background: #f6f6f6;
}

.row:nth-of-type(odd) {
	background: #e9e9e9;
}

.row.header {
	font-weight: 900;
	color: white;
	background: #ea6153;
}

.row.green {
	background: #27ae60;
}

.row.blue {
	background: #2980b9;
}

@media screen and (max-width: 580px) {
	.row {
		padding: 8px 0;
		display: block;
	}
}

.cell {
	padding: 6px 12px;
	display: table-cell;
}

@media screen and (max-width: 580px) {
	.cell {
		padding: 2px 12px;
		display: block;
	}
}


/* modal login script */


.flatbtn {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	outline: 0;
	border: 0;
	color: #f3faef;
	text-decoration: none;
	background-color: #6bb642;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	font-size: 1.2em;
	font-weight: bold;
	padding: 12px 22px 12px 22px;
	line-height: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 rgba(15, 15, 15, 0.3);
	-moz-box-shadow: 0 1px 0 rgba(15, 15, 15, 0.3);
	box-shadow: 0 1px 0 rgba(15, 15, 15, 0.3);
}

.flatbtn:hover {
	color: #fff;
	background-color: #73c437;
}

.flatbtn:active {
	-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
}

/** custom login button **/
.flatbtn-blu {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	outline: 0;
	border: 0;
	color: #edf4f9;
	text-decoration: none;
	background-color: #4f94cf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	font-size: 1.3em;
	font-weight: bold;
	padding: 12px 26px 12px 26px;
	line-height: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.flatbtn-blu:hover {
	color: #fff;
	background-color: #519dde;
}

.flatbtn-blu:active {
	-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
}


/** modal window styles **/
#lean_overlay {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	display: none;
}


#loginmodal {
	width: 300px;
	padding: 15px 20px;
	background: #f3f6fa;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

#loginform {
	/* no default styles */
}

#loginform label {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	color: #7c8291;
	margin-bottom: 3px;
}


.txtfield {
	display: block;
	width: 100%;
	padding: 6px 5px;
	margin-bottom: 15px;
	font-family: 'Helvetica Neue', Helvetica, Verdana, sans-serif;
	color: #7988a3;
	font-size: 1.4em;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#edf3f9), to(#fff));
	background-image: -webkit-linear-gradient(top, #edf3f9, #fff);
	background-image: -moz-linear-gradient(top, #edf3f9, #fff);
	background-image: -ms-linear-gradient(top, #edf3f9, #fff);
	background-image: -o-linear-gradient(top, #edf3f9, #fff);
	background-image: linear-gradient(top, #edf3f9, #fff);
	border: 1px solid;
	border-color: #abbce8 #c3cae0 #b9c8ef;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.4);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.4);
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.txtfield:focus {
	outline: none;
	color: #525864;
	border-color: #84c0ee;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), 0 0 7px #96c7ec;
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), 0 0 7px #96c7ec;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), 0 0 7px #96c7ec;
}


#signup {
	width: 550px;
	height: 430px;
	margin: 100px auto 50px auto;
	padding: 20px;
	position: relative;
	/* background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAECAMAAAB883U1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAlQTFRF7+/v7u7u////REBVnAAAAAN0Uk5T//8A18oNQQAAABZJREFUeNpiYGJiYmBiYgRiBhAGCDAAALsAFJhiJ+UAAAAASUVORK5CYII=); */
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

}

#signup::before,
#signup::after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 2px;
	right: 2px;
	top: 0;
	z-index: -1;
	background: #fff;
	border: 1px solid #ccc;

}

#signup::after {
	left: 4px;
	right: 4px;
	bottom: -5px;
	z-index: -2;
	-moz-box-shadow: 0 8px 8px -5px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 8px 8px -5px rgba(0, 0, 0, .3);
	box-shadow: 0 8px 8px -5px rgba(0, 0, 0, .3);
}

/*------------------------------*/

#signup h1 {
	position: relative;
	font: italic 1em/3.5em 'trebuchet MS', Arial, Helvetica;
	color: #999;
	text-align: center;
	margin: 0 0 20px;
}

#signup h1::before,
#signup h1::after {
	content: '';
	position: absolute;
	border: 1px solid rgba(0, 0, 0, .15);
	top: 10px;
	bottom: 10px;
	left: 0;
	right: 0;
}

#signup h1::after {
	top: 0;
	bottom: 0;
	left: 10px;
	right: 10px;
}

/*------------------------------*/

::-webkit-input-placeholder {
	color: #bbb;
}

:-moz-placeholder {
	color: #bbb;
}

.placeholder {
	color: #bbb;
	/* polyfill */
}

#register123 tr td {
	background: transparent;
	border: transparent;
	text-align: left;
}

#signup {
	width: 550px;
	height: 430px;
	margin: 0px auto 50px auto;
	padding: 20px;
	position: relative;
	/* background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAECAMAAAB883U1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAlQTFRF7+/v7u7u////REBVnAAAAAN0Uk5T//8A18oNQQAAABZJREFUeNpiYGJiYmBiYgRiBhAGCDAAALsAFJhiJ+UAAAAASUVORK5CYII=); */
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#signup::before,
#signup::after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 2px;
	right: 2px;
	top: 0;
	z-index: -1;
	background: #fff;
	border: 1px solid #ccc;
}

#signup::after {
	left: 4px;
	right: 4px;
	bottom: -5px;
	z-index: -2;
	-moz-box-shadow: 0 8px 8px -5px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 8px 8px -5px rgba(0, 0, 0, .3);
	box-shadow: 0 8px 8px -5px rgba(0, 0, 0, .3);
}

/*------------------------------*/

#signup h1 {
	position: relative;
	font: italic 1em/3.5em 'trebuchet MS', Arial, Helvetica;
	color: #999;
	text-align: center;
	margin: 0 0 20px;
}

#signup h1::before,
#signup h1::after {
	content: '';
	position: absolute;
	border: 1px solid rgba(0, 0, 0, .15);
	top: 10px;
	bottom: 10px;
	left: 0;
	right: 0;
}

#signup h1::after {
	top: 0;
	bottom: 0;
	left: 10px;
	right: 10px;
}

/*------------------------------*/

::-webkit-input-placeholder {
	color: #bbb;
}

:-moz-placeholder {
	color: #bbb;
}

.placeholder {
	color: #bbb;
	/* polyfill */
}

#signup input {
	margin: 5px 0;
	padding: 15px;
	width: 100%;

	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#signup input:focus {
	outline: 0;
	border-color: #aaa;
	-moz-box-shadow: 0 2px 1px rgba(0, 0, 0, .3) inset;
	-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, .3) inset;
	box-shadow: 0 2px 1px rgba(0, 0, 0, .3) inset;
}

#signup input[type=submit] {
	margin: 20px 0 0 0;
	padding: 15px 8px;
	width: 97%;
	cursor: pointer;
	border: 1px solid #26A69A;
	overflow: visible;
	display: inline-block;
	color: #fff;
	font: bold 1.3em arial, helvetica;
	/* text-shadow: 0 -1px 0 rgba(0, 0, 0, .4); */
	background-color: #26A69A;

	-webkit-transition: background-color .2s ease-out;
	-moz-transition: background-color .2s ease-out;
	-ms-transition: background-color .2s ease-out;
	-o-transition: background-color .2s ease-out;
	transition: background-color .2s ease-out;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 2px 1px rgba(0, 0, 0, .3),
		0 1px 0 rgba(255, 255, 255, .5) inset;
	-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, .3),
		0 1px 0 rgba(255, 255, 255, .5) inset;
	box-shadow: 0 2px 1px rgba(0, 0, 0, .3),
		0 1px 0 rgba(255, 255, 255, .5) inset;
}

#signup input[type=submit]:hover {
	background-color: #00796B;
	border-color: 1px solid #004D40;
}

#signup input[type=submit]:active {
	position: relative;
	top: 3px;
	text-shadow: none;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .3) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .3) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .3) inset;
}


/* ------------------------------------------------- */

#about {
	color: #999;
	text-align: center;
	font: 0.9em Arial, Helvetica;
}

#about a {
	color: #777;
}


.edit-button {
	background-color: #0097A7;
    color: white;
    padding: .7em 1.2em;
    border: 0px;
	border-radius: 4px;
	margin: 0 5px;
    font-weight: 700;
    letter-spacing: 1.2px;
    font-family: 'Montserrat', verdana, sans-serif !important;
}
.edit-button:hover {
	color: aqua;
}

.togClass {
	display: block;
	background-color: white;
	border: 1px solid #80CBC4;
	box-shadow: 2px 3px #80CBC4;
	line-height: 1.9em;
	color: #004D40;
	width: 100%;
	font-size: 1.3em;
	display: block;
}

.cross-btn {
	margin-right: 5px;
	position: relative;
	top: 5px;
}

.hlink {
	color: #304FFE;
}

.search-td {
	padding: 10px 7px 6px 0px !important;
}

.v-col {
	background: #b2ffe9;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
.h-col {
	background: #b2ffe9;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
}

.web-link {
	color: #8cb5b5;
}

img:hover {
	transform: scale(1.05);
}





/* 2024 New Menu style */

nav.navCP {
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	text-align: left;
	background: #b2ffe9;
	color: #387e7b;
	z-index: 999;
	box-shadow: 0px -5px 7px 6px #b2ffe9;
	filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.35));
	backdrop-filter: blur(3px);
	position: fixed;
	top: 0px;
}

nav.navCP ul {
	list-style: none;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;

}
nav.navCP ul li.navCP__menu-item:first-of-type {
	margin-left: 2%;
}
nav.navCP ul li.navCP__menu-item {
	padding-left: 10px;
}

li.navCP__menu-item:hover {
	background-color: #00BFA5;
	color: white;
	cursor: pointer;
}

.menuArrow {
	padding: 0px 14px 0px 3px;
	position: relative;
	top: 1px;
}

nav.navCP a {
	color: #387e7b;
	text-decoration: none;
	display: block;
	padding: 0 16px;
	line-height: inherit;
	cursor: pointer;
	font-size: 15px;
}
.navCP__menu {
	line-height: 55px;
	font-weight: 600;
	text-transform: uppercase;
}
.navCP__menu-item {
	display: inline-block;
	position: relative;
}
/* .navCP__menu-item.myHomepage a {
	color: #00B4CC !important;
} */
.navCP__menu-item.myHomepage:hover a {
	color: white !important;
}
.navCP__menu-item:hover {
	background-color: #56e5d4;
}
.navCP__menu-item a:hover {
	color: white;
}
.navCP__menu-item:hover .navCP__submenu {
	display: block;
	left: 0px;
}
.navCP__submenu {
	font-weight: 300;
	text-transform: none;
	display: none;
	position: absolute;
	width: 260px;
	background-color: #A7FFEB;
}

.navCP__logo {
	float: left;
	position: relative;
    top: 3px;
}
.navCP__logo img {
    width: 180px;
}

.mainSection {
	margin-top: 50px;
}

.contactText {
    text-align: center;
    width: 100%;
    padding: 0px 20%;
}
.contactText td {
	background-color: #B9F6CA;
	line-height:2em;  
	text-align:center;
	padding: 5px 10px;
    border-radius: 5px;
	border: 1px solid #1DE9B6;
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}
.contactInput1 {
	height: 50px; 
	background:#F1F8E9;
}
#contactUsForm {
	height: 55px;
	background:#009688 !important;
}
nav.navCP ul ul li {
	border: none;
	/* background-color: #00BFA5 !important; */
	background-color: #A7FFEB !important;
	text-transform: none;
	text-transform: none;
    font-weight: 500;
	height: 38px;
}

.ttext {
	position: relative;
	bottom: 9px;
}

nav.navCP ul ul li a {
    font-size: 1rem;
	color: black !important;
	height: 38px;
	width: 100%;
	height: 100%;
}

nav.navCP ul ul.navCP__submenu li{
	width: 230px;
	color: #1B5E20 !important;
}
nav.navCP ul ul.navCP__submenu li a {
	color: #1B5E20 !important;
	height: 38px;
    line-height: 38px; 
}

nav.navCP ul ul.navCP__submenu li:hover a {
    color: white;
	background-color: #56e5d4;
	width: 230px;
	color: black !important;
	font-weight: 600;
	font-size: 1.05rem;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}



/* Customize the scrollbar */
.custom-scrollbar {
    scrollbar-width: thin; /* Set the width of the scrollbar */
    scrollbar-color: #888 #333; /* Color of the scrollbar track and handle */
    /* Add any other styling you need for your container */
}





/* Roboto font from Google Fonts : https://fonts.google.com/specimen/Roboto */

.roboto-thin {
	font-family: "Roboto", sans-serif;
	font-weight: 100;
	font-style: normal;
  }
  
  .roboto-light {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-style: normal;
  }
  
  .roboto-regular {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
  }
  
  .roboto-medium {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: normal;
  }
  
  .roboto-bold {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-style: normal;
  }
  
  .roboto-black {
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	font-style: normal;
  }
  
  .roboto-thin-italic {
	font-family: "Roboto", sans-serif;
	font-weight: 100;
	font-style: italic;
  }
  
  .roboto-light-italic {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-style: italic;
  }
  
  .roboto-regular-italic {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: italic;
  }
  
  .roboto-medium-italic {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: italic;
  }
  
  .roboto-bold-italic {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-style: italic;
  }
  
  .roboto-black-italic {
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	font-style: italic;
  }
  

  .footerBottom {
	position: fixed; 
	bottom: 0px; 
	width: 100%;
  }
  .guideImage {
	float:left;
	vertical-align:bottom;
	position: fixed;
	bottom: 85px;
	left: 3%;
  }

  #dateTime {
	float: right;
    line-height: 1.55;
    margin-top: 6px;
    color: #00838F;
    padding-right: 18px;
    background-color: #b2ffe9;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 0.90rem;
    letter-spacing: 0.20px;
  }


  .accountForm {
	width: 650px;
	position: relative;
	top: 60px;
  }

  .goBackBtnImg {
	vertical-align: middle;
    height: 38px;
    position: relative;
    left: 55px;
    bottom: 2px;
  }


  
.customEditBox {
    border: 2.5px solid #6bd5cc !important;
	padding-left: 6px;
    border-right: none;
    padding: 5px;
    height: 42px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: black !important;
}

.customEditBox:focus {
	color: #00B4CC;
}

.customEditBox:active {
	border: 3px solid #00B4CC !important;
}

.customEditBox:hover {
	border: 3px solid #00B4CC !important;
}

form#editTableForm #goBack {
	width: 140px;
}



.headingPremium {
	margin-top: 20px;
    padding: 12px 25px;
    background-color: #0097A7;
    color: lightyellow;
    border-radius: 5px;
    font-weight: 700;
    font-size: 1.05rem;
    font-family: 'Montserrat', verdana, sans-serif !important;
}

.price-paypal2 {
	float: right;
    position: relative;
    left: 40px;
    top: -30px;
    display: inline;
}

.topTableView {
	position: relative;
	top: 16px;
}

.d-none {
	display: none;
}


@media only screen and (max-width: 1200px) {
	.is-mobile {
		display: none;
	}
}

.linkBlue {
	color: blue !important;
	cursor: pointer;
	text-decoration: none;
}

.passBtn {
	background-color: #E0F7FA;
    padding: 6px 15px;
    font-size: 15px;
    border-radius: 4px;
    border: 1px solid #B2EBF2;
}
.passBtn a {
	color: #536DFE;
}


input[type="image"] .pp2024 {
    width: auto;
}
input[type="image"].pp2024 {
    width: auto;
}

.paypalBtns {
    width: auto;
}

.paypalBtns2 {
	width: 230px;
	height: 70px;
}

.space-amz {
	margin: 0 18px 10px 20px;
	cursor: pointer;
}
