/*<meta />*/

@font-face 
{
	font-family: 'Satoshi';
	src: url(../Fonts/Satoshi-Regular.otf);
}

@font-face 
{
	font-family: 'Satoshi Bold';
	src: url(../Fonts/Satoshi-Bold.otf);
}

@font-face 
{
	font-family: 'Satoshi-BoldItalic';
	src: url(../Fonts/Satoshi-BoldItalic.otf);
}

@font-face 
{
	font-family: 'Satoshi Italic';
	src: url(../Fonts/Satoshi-Italic.otf);
}

@font-face 
{
	font-family: 'Satoshi Light';
	src: url(../Fonts/Satoshi-Light.otf);
}

@font-face 
{
	font-family: 'Satoshi Light Italic';
	src: url(../Fonts/Satoshi-LightItalic.otf);
}

html.home-page
{
	mc-community-features: disabled;
}

body
{
	margin: 0;
	background: radial-gradient(circle at 100% 0%, rgba(0, 223, 90, 0.12), transparent 35%), linear-gradient(180deg, #ffffff 0%, #f3f6f9 100%);
	color: #12171e;
	font-size: 18px;
	line-height: 1.45;
	font-family: 'Satoshi', Arial, sans-serif;
}

h1
{
	margin: 0 0 0.4em;
	color: #ffffff;
	text-align: center;
	font-weight: 500;
	font-family: Satoshi, arial, sans-serif;
	font-size: 48px;
	text-transform: none;
	line-height: 115%;
}

h2
{
	margin: 0 0 0.45em;
	font-family: Satoshi, arial, sans-serif;
	color: #12171e;
	font-size: 40px;
	font-weight: 500;
	line-height: 115%;
	text-transform: none;
}

p
{
	margin: 0.5em 0;
	font-size: 1rem;
	color: #12171e;
	line-height: 1.6;
}

a:hover,
a:focus
{
	color: #004650;
	text-decoration: underline;
}

.header-logo
{
	height: 48px;
	width: auto;
}

#header-links
{
	z-index: 10;
	padding: 20px 30px;
	color: #ffffff;
}

.body-container
{
	flex: 1 1;
	overflow: auto;
	padding: 0;
}

nav.sidenav-wrapper,
.sidenav-wrapper
{
	display: none !important;
}

#contentBody > .responsive-header
{
	background: transparent;
}

#contentBody
{
	background-color: #FFFFFF;
}

.off-canvas-content .main-section > .outer-row
{
	max-width: 100%;
	padding: 0;
}

div.topic-hero
{
	position: relative;
	min-height: 340px;
	padding: 88px 24px 120px;
	margin-bottom: 0;
	background-color: #12171E;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
}

div.topic-hero::after
{
	content: none;
}

div.cta
{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #00C552;
	border-radius: 10px;
	min-width: 200px;
	padding: 11px 24px;
	margin-top: 16px;
	margin-left: auto;
	margin-right: auto;
	background: #00C552;
	color: #ffffff;
	font-family: 'Satoshi Bold', 'Satoshi', Arial, sans-serif;
	font-size: 0.93rem;
	letter-spacing: 0.01em;
	text-transform: none;
	text-align: center;
	box-shadow: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

div.cta:hover
{
	background: #009A40;
	color: #ffffff;
	border-color: #009A40;
	opacity: 1;
}

div.info-section div.cta,
div.info-section a.cta,
div.info-section a.cta:link,
div.info-section a.cta:visited,
div.info-section a.cta:hover
{
	color: #D2FDB1;
}

div.info-section a.cta,
div.info-section a.download
{
	text-align: left;
}

div.info-section div.cta,
div.info-section div.download
{
	margin-left: 0;
	margin-right: auto;
}

a.cta:link,
a.cta:visited,
a.cta:hover
{
	color: inherit;
	text-decoration: none;
}

a.cta,
a.download
{
	display: block;
	text-align: center;
}

div.search-container
{
	margin-top: -56px;
	margin-bottom: 72px;
	padding: 0 20px;
}

.search-field
{
	background-color: #ffffff;
	border: 1px solid #d6dde5;
	border-radius: 999px;
	box-shadow: 0 16px 40px rgba(18, 23, 30, 0.08);
}

.nav-search-wrapper
{
	display: flex;
	align-items: center;
}

.search-submit-wrapper
{
	width: 30px;
	height: 30px;
	display: inline-block;
}

.SearchButton
{
	width: 30px !important;
	height: 30px !important;
	line-height: 30px;
	text-align: center;
}

#resultList .description
{
	font-size: 1rem;
	line-height: 1.6;
}

#resultList .url cite
{
	color: #6b7280;
	font-size: 0.85rem;
	font-style: normal;
}

#resultList h3.title a,
#resultList h3.title a:hover,
#resultList h3.title a:focus
{
	color: #004650;
	font-size: 1.65rem;
	font-family: 'Satoshi Bold', 'Satoshi', Arial, sans-serif;
}

div.home-tiles
{
	mc-grid-row: true;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin: 24px auto 24px;
	width: 96%;
	background-color: #FFFFFF;
}

div.topic-hero + div.home-tiles
{
	position: relative;
	z-index: 2;
	margin-top: 0;
	padding-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-color: #f3f6f9;
}

/* Hero bottom divider image (replaces curved SVG logic) */

.hero-divider-image
{
	height: 64px;
	margin: 0;
	background-color: #FFFFFF;
	background-image: url('../Images/hero_imgae.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 188px 64px;
}

div.home-tiles::before,
div.home-tiles::after,
div.info-section::before,
div.info-section::after,
div.home-master-page-footer::before,
div.home-master-page-footer::after
{
	content: ' ';
	display: table;
	background-color: ;
}

div.home-tiles::after,
div.info-section::after,
div.home-master-page-footer::after
{
	clear: both;
}

div.home-tiles > div
{
	float: none;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	background: #ffffff;
	border: 1px solid #d6dde5;
	border-radius: 16px;
	box-shadow: 0 16px 40px rgba(18, 23, 30, 0.08);
	padding: 32px 22px;
	transition: border-color 0.2s ease;
}

div.home-tiles > div:nth-child(1)
{
	width: 30%;
	margin-left: 2%;
}

div.home-tiles > div:nth-child(2)
{
	width: 30%;
	margin-left: 3%;
}

div.home-tiles > div:nth-child(3)
{
	width: 30%;
	margin-left: 3%;
}

p.tile-title
{
	text-align: center;
	padding: 0 0 6px;
	font-family: Satoshi, arial, sans-serif;
	color: #004650;
	font-size: 28px;
	font-weight: 500;
	line-height: 115%;
	text-transform: none;
}

p.tile-content
{
	text-align: center;
	color: #12171e;
	font-size: 1rem;
}

p.tile-items
{
	color: #6b7280;
	font-size: 0.86rem;
	text-align: center;
	display: block;
}

/* Home tiles content links only (exclude button links) */

div.home-tiles a:not(.cta):not(.download):hover
{
	text-decoration: underline;
	color: #293030;
}

div.home-tiles a:not(.cta):not(.download)
{
	color: #7FD957;
	text-decoration: none;
	transition: all 0.2s ease;
}

div.info-container
{
	margin: 48px auto 0;
	padding: 72px 24px;
	color: #12171e;
	background: linear-gradient(180deg, #ffffff 0%, #eef4f9 100%);
}

div.info-section
{
	mc-grid-row: true;
	margin: 0 auto;
	width: 96%;
}

div.info-section > div
{
	float: left;
	box-sizing: border-box;
	background: #D2FDB1;
	border: 1px solid #d6dde5;
	border-radius: 14px;
	padding: 22px;
	min-height: 240px;
}

div.info-section > div:nth-child(1)
{
	width: 28%;
	margin-left: 2%;
}

div.info-section > div:nth-child(2)
{
	width: 28%;
	margin-left: 4%;
}

div.info-section > div:nth-child(3)
{
	width: 32%;
	margin-left: 4%;
}

div.info-container p
{
	color: #12171e;
}

p.info-title
{
	padding-bottom: 8px;
	font-family: Satoshi, arial, sans-serif;
	color: #004650;
	font-size: 28px;
	font-weight: 500;
	line-height: 115%;
	text-transform: none;
}

p.info-content
{
	color: #12171e;
	font-size: 1rem;
	padding-bottom: 10px;
}

p.tip
{
	border-radius: 10px;
	background-image: url('../Images/Assets/Icons/MainIcons/Tips-white.png');
	background-position: 14px center;
	background-repeat: no-repeat;
	background-color: #0d3b43;
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #ffffff !important;
	line-height: 1.4;
	overflow: hidden;
	padding: 14px 14px 14px 52px;
	text-align: left;
	margin: 10px 0;
}

div.footer
{
	padding: 28px 20px;
	font-size: 1rem;
	background: #12171E;
	border-top: 1px solid #d6dde5;
}

div.footer a
{
	font-size: 1rem;
}

div.footer > div.outer-row
{
	line-height: 1.8;
	padding: 0;
}

div.home-master-page-footer
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	width: 94%;
	color: #12171e;
}

div.home-master-page-footer > div
{
	float: left;
	box-sizing: border-box;
}

div.home-master-page-footer > div:nth-child(1),
div.home-master-page-footer > div:nth-child(2),
div.home-master-page-footer > div:nth-child(3)
{
	width: 33.333%;
	margin-left: 0;
}

div.footer p
{
	color: #12171e;
	font-size: 1rem;
}

.off-canvas-content,
.off-canvas-wrapper
{
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}

div.download
{
	border-radius: 10px;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	box-shadow: none;
	border: 1px solid #454963;
	padding: 12px 20px;
	width: 200px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	color: # #454963;
	font-size: 0.93rem;
	font-family: 'Satoshi Bold', 'Satoshi', Arial, sans-serif;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

div.download:hover
{
	color: #ffffff;
	background-color: #454963;
	border-color: #454963;
}

a.download:link,
a.download:visited
{
	text-decoration: none;
	color: inherit;
}

#myBtn
{
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	font-weight: bold;
	border: none;
	outline: none;
	color: #0b1c1f;
	cursor: pointer;
	padding: 14px;
	border-radius: 999px;
	background-color: #00df5a;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0 10px 22px rgba(0, 223, 90, 0.25);
}

#myBtn:hover
{
	background-color: #1cff78;
}

@media only screen and (max-width: 1279px)
{
	div.topic-hero
	{
		min-height: 280px;
		padding-top: 68px;
		padding-bottom: 92px;
	}

	div.search-container
	{
		margin-top: -46px;
		margin-bottom: 58px;
	}

	div.home-tiles > div:nth-child(1),
	div.home-tiles > div:nth-child(2),
	div.home-tiles > div:nth-child(3),
	div.info-section > div:nth-child(1),
	div.info-section > div:nth-child(2),
	div.info-section > div:nth-child(3)
	{
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 16px;
	}

	div.home-master-page-footer > div:nth-child(1),
	div.home-master-page-footer > div:nth-child(2),
	div.home-master-page-footer > div:nth-child(3)
	{
		width: 100%;
		text-align: center;
		margin-bottom: 8px;
	}
}

@media only screen and (max-width: 767px)
{
	body
	{
		font-size: 16px;
	}

	div.topic-hero
	{
		min-height: 250px;
		padding: 52px 18px 84px;
	}

	h1
	{
		font-size: 2rem;
	}

	div.search-container
	{
		margin-top: -40px;
		margin-bottom: 44px;
		padding: 0 14px;
	}

	div.home-tiles > div:nth-child(1),
	div.home-tiles > div:nth-child(2),
	div.home-tiles > div:nth-child(3),
	div.info-section > div:nth-child(1),
	div.info-section > div:nth-child(2),
	div.info-section > div:nth-child(3)
	{
		width: 92%;
		margin-left: 4%;
		margin-right: 4%;
		margin-bottom: 14px;
	}

	div.info-container
	{
		padding: 46px 14px;
	}

	div.home-master-page-footer > div
	{
		width: 100%;
		border-bottom: 1px solid #d6dde5;
		padding-bottom: 8px;
		margin-bottom: 8px;
	}
}

/* Chat icon container aligns with header search box */

#chat-launcher
{
	display: inline-flex !important;
	align-items: center;
	margin-right: 8px;
	cursor: pointer;
	z-index: 1000;
	position: relative;
}

#chat-launcher img
{
	height: 40px;
	vertical-align: middle;
	transition: transform 0.2s, opacity 0.2s;
}

#chat-launcher:hover img
{
	transform: scale(1.5);
	opacity: 0.85;
}

.main-section
{
	
}

