
/* GHTCS */

#logoImage {
	display: block; /* This prevents the image to add some gaps which will affect the centering of the image in the <header> */
}
.stickyButtonsShown1Button {
	width: 50px !important;
	height: 55px !important;
    padding: 0px !important;
	margin: 0 !important;
    text-align:center !important;
    position: fixed !important;
    bottom: 0px !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
	display: block !important;
}
.stickyButtonsShown2Button {
	width: 115px !important;
	height: 55px !important;
    padding: 0px !important;
	margin: 0 !important;
    text-align:center !important;
    position: fixed !important;
    bottom: 0px !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
	display: block !important;
}
.stickyButtonsShown3Button {
	width: 180px !important;
	height: 55px !important;
    padding: 0px !important;
	margin: 0 !important;
    text-align:center !important;
    position: fixed !important;
    bottom: 0px !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
	display: block !important;
}
.stickyButtonsShown4Button {
	width: 245px !important;
	height: 55px !important;
    padding: 0px !important;
	margin: 0 !important;
    text-align:center !important;
    position: fixed !important;
    bottom: 0px !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
	display: block !important;
}
.stickyButtonsShown5Button {
	width: 310px !important;
	height: 55px !important;
    padding: 0px !important;
	margin: 0 !important;
    text-align:center !important;
    position: fixed !important;
    bottom: 0px !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
	display: block !important;
}
.stickyButtonsHide {
	width: 200px !important;
    padding: 25px !important;
	margin: 0 !important;	
    text-align:center !important;
    position: fixed !important;
    bottom: 0px !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
	display: none !important;
}
#stickyButtons > img {
	width: 50px !important;
	height: 50px !important;
	margin: 0px 0px 0px 15px !important;
	padding: 0 !important;
	cursor: pointer !important;
}
#stickyButtons > img:first-of-type {
	margin-left: 0px !important;
}

html {
	direction: ltr;
	margin: 0;
	padding: 0;
	cursor: default;
}

body {
	direction: ltr;
	background: #FFFFFF;
	margin: 0px;
	padding: 0;
	cursor: default;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

form {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	outline: 0;
}

body > header {
	background: rgb(107, 136, 175);
	border-radius: 5px;
	margin: 15px auto;
	padding: 0px;
	/* old: width: 1480px; */
	width: 1100px;
	height: 100px;
	z-index: -1;
	position: relative;
	box-sizing: border-box;
}


/* TC */

body > footer {
	box-sizing: border-box;
	/* old: width: 1480px; */
	width: 1100px;
	min-height: 100px;
	position: relative;
	background: #DCE4F2;
	font-family: Arial,Helvetica,sans-serif;
	color: #4F669C;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #B2C8CE;
	border-radius: 5px;
	margin: 15px 0px;
	overflow: hidden;
	text-align:center;
	line-height:100px;
}


/* TIDC */

.TemplateInner8 {
	position: absolute;
	margin: 0;
	padding: 0;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


/* TM */

header > div > nav li ul {
	display: none;
}

li {
	position: relative;
}

.open::before, .open::after {
	transform: rotate(45deg) !important;
}

.lefthamburger {
	display: none;
}

.opensubmenu {
	display: block !important;
}

@media only screen and (min-width: 990px) {  /* Desktop ViewPort */

/* GHTCS */

body {
	padding: 10px;
}

main {
	padding: 0;
	margin: 0px auto;
	/* old: width: 1480px; */
	width: 1100px;
	display: flex;
	z-index: 2;
}

body > footer {
	margin-right: auto;
	margin-left: auto;
}

header > a {
	position: absolute;
	margin: 0;
	padding: 0;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

main aside {
	padding: 0px;
	margin: 0px 15px 0px 0px;
	flex: 0 0 250px;
	box-sizing: border-box;
	border-radius: 5px;
	overflow:hidden;
}

aside div {
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: 100%;
	background: #FFD738;
}

main > article:first-of-type, main > section:first-of-type {
	padding: 0px;
	margin: 0px;
	flex: 1;
	box-sizing: border-box;
	flex-wrap: wrap;
}


/* TM */

body > header {
	z-index: 99;
}

header > div > nav {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 50%;
	left: 25px;
	transform: translate(0, -50%);
	width: 350px;
	height: 35px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 16px;
	font-family: Arial,Helvetica,sans-serif;
	direction: ltr;
	z-index: 100;
}

header div ul {
	list-style-type: none;
	flex: 1;
	padding: 0px;
	margin: 0px;
	float: left;
	text-align: left;
}

header div nav > ul {
	display: flex;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
	flex: 1;
}
header div li {
	width: 100px;
	height: 35px;
	position: relative;
	padding: 0px;
	margin: 0px;
	border: 1px solid #FFFFFF;
	z-index: 99 !important;
}
header ul:nth-child(2) {
	position: absolute;
	margin-top: 34px;
	margin-right: -1px;
}
header div li:hover > ul {
	display: block;
}
header ul li {
	float: left;
	margin: 0px 10px 0px 0px;
	position: relative;
	background: #AED1D7;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	z-index: 5 !important;
	box-sizing: border-box;
	height: 35px;
	padding: 8px 0px 0px 0px;
	cursor:pointer;
}

header > div li ul li:not(:last-child) {
	border-bottom: none;
}

header ul li ul li ul:nth-child(2) {
	margin-top: 0px;
	margin-left: 100px;
	margin-right: 98px !important;
}

header ul li:last-child {
	padding: 8px 0px 0px 0px;
	margin: 0px;
}

header ul li ul li {
	background-color: #;
	border-color: #;
	color: #;
}

header ul li ul li:hover {
	background-color: #;
	border-color: #;
	color: #;
}

header > div > nav a {
	position: absolute;
	margin: 0;
	padding: 0;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 96px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

header > div > nav a:hover {
	color: #000000;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

.hover-fix {
	display: block !important;
}

.tmarrow::after {
	border: solid black;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	transform: rotate(135deg);
}
}
@media only screen and (min-width: 768px) and (max-width: 989px) {  /* Tablet ViewPort */

/* GHTCS */

body {
	margin: 0;
}

header > a {
	/* position: absolute; */
	margin: 0 auto;
	/* left: 0; */
	/* right: 0; */
	/* top: 10px; */
	/* width: 60px; */
	/* height: 60px; */
}

body > header {
	width: 100% !important;
	height: 100px;
	top: 0px;
	margin: 0;
	z-index: 4 !important;
	background: rgb(107, 136, 175);
	border-width:0px 0px 3px 0px;
	border-style:solid;
	border-color:#000;
}

main {
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

body > footer {
	width: 100% !important;
	box-sizing: border-box;
	margin: 0;
	border-radius: unset;
}

main {
	top: 100px;
	margin-bottom: 100px;
}

main > aside {
	display: none;
}

main > article:first-of-type, main > section:first-of-type {
	margin: 0px;
	padding: 20px;
	overflow: hidden;
	position: relative;
}


/* TM */

header div nav {
	margin: 0px auto;
	padding:0;
	width: 100vw;
	background-color: #F3E5B0;
	flex: 1;
	direction: ltr;
	font-size: 14px;
	font-family: Arial,Helvetica,sans-serif;
}

header div nav a {
	color: #000000;
	text-decoration: none;
	display: inline-block;
	width: max-content;
}

header div nav ul {
	padding: 25px 0px 0px 15px;
	margin: 0px;
	list-style-type: none;
	flex: 1;
}

header > div > nav > ul:first-of-type {
	padding-bottom: 1px;
}

header div li {
	text-align: left;
	padding: 15px 0px 0px 15px;
}

header > div:first-of-type {
	position: fixed;
	top: 100px;
	max-height: 100vh;
	overflow-y: hidden;
	overflow-x: hidden;
	direction: ltr;
	z-index: 3;
	display: none;
}
header ul li {
	background: transparent !important;
	border: none !important;
	margin: 0px 0px 25px 0px;
	cursor: pointer;
}

.tmarrow::before {
	border: solid black;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	transform: rotate(-45deg);
}
.lefthamburger {
	position: absolute;
	display: inline-block;
	width: 1.25em;
	height: 0.8em;
	left: 20px;
	top: 32px;
	border-top: 0.2em solid #FFD738;
	border-bottom: 0.2em solid #FFD738;
	cursor: pointer;
}

.lefthamburger::before {
	content: "";
	position: absolute;
	top: 0.3em;
	left: 0px;
	width: 100%;
	border-style:solid;
	border-width: .2em 0 0 0;
	border-color: inherit;
}

.navtop {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
}

}
@media only screen and (min-width: 320px) and (max-width: 767px) {  /* Mobile ViewPort */

/* GHTCS */

body {
	margin: 0;
}

header > a {
	/* position: absolute; */
	margin: 0 auto;
	/* left: 0; */
	/* right: 0; */
	/* top: 10px; */
	/* width: 60px; */
	/* height: 60px; */	
}

body > header {
	width: 100% !important;
	height: 80px;
	top: 0px;
	margin: 0;
	z-index: 4 !important;
	background: rgb(107, 136, 175);
	border-width:0px 0px 3px 0px;
	border-style:solid;
	border-color:#000;	
}

main {
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

body > footer {
	width: 100% !important;
	box-sizing: border-box;
	margin: 0;
	border-radius: unset;	
}

main {
	top: 80px;
	margin-bottom: 80px;
}

main > aside {
	display: none;
}

main > article:first-of-type, main > section:first-of-type {
	margin: 0px;
	padding: 20px;
	overflow: hidden;
	position: relative;
}

#logoImage {
	width: 239px !important;
	height: 60px !important;
	padding:0 !important;
}

/* TM */

header div nav {
	margin: 0px auto;
	padding:0;
	width: 100vw;
	background-color: #F3E5B0;
	flex: 1;
	direction: ltr;
	font-size: 14px;
	font-family: Arial,Helvetica,sans-serif;
}

header div nav a {
	color: #000000;
	text-decoration: none;
	display: inline-block;
	width: max-content;
}

header div nav ul {
	padding: 25px 0px 0px 15px;
	margin: 0px;
	list-style-type: none;
	flex: 1;
}

header > div > nav > ul:first-of-type {
	padding-bottom: 1px;
}

header div li {
	text-align: left;
	padding: 0px 0px 0px 20px;
}

header > div:first-of-type {
	position: fixed;
	top: 80px;
	max-height: 100vh;
	overflow-y: hidden;
	overflow-x: hidden;
	direction: ltr;
	z-index: 3;
	display: none;
}
header ul li {
	background: transparent !important;
	border: none !important;
	margin: 0px 0px 25px 0px;
	cursor: pointer;
}

.tmarrow::before {
	border: solid black;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	transform: rotate(-45deg);
}
.lefthamburger {
	position: absolute;
	display: inline-block;
	width: 1.25em;
	height: 0.8em;
	left: 20px;
	top: 32px;
	border-top: 0.2em solid #FFD738;
	border-bottom: 0.2em solid #FFD738;
	cursor: pointer;
}

.lefthamburger::before {
	content: "";
	position: absolute;
	top: 0.3em;
	left: 0px;
	width: 100%;
	border-style:solid;
	border-width: .2em 0 0 0;
	border-color: inherit;
}

.navtop {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
}

}
