/* CSS Document */






:root {
	--container-width: 1110px;
}


html,
body {
	margin: 0px;
	padding: 0px;
	font: normal 17px/1.8 'Lato', sans-serif;
	color: #1d1d1f;
	height: 100%;
	line-height: 1.6;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
}

.DNNEmptyPane {
	display: none !important;
}



#Body,
html,
body,
.Head,
.SubTitle,
.SubSubTitle {
	font-family: "Lato";
	font-size: 17px;
	line-height: 1.6;
	letter-spacing: 0;
	color: var(--Color);
}

.Normal {
	color: inherit !important;
	font-family: "Lato";
	line-height: 1.4;
	font-style: normal;
	font-size: inherit;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato';
	font-weight: 500;
	line-height: 1.1;
	margin-top: 0px;
	margin-bottom: 12px;
}

h1 {
	font-weight: 700;
	font-size: 39px;
	line-height: 1.1;
	letter-spacing: 0;
	color: var(--H1Color);
}

h2 {
	font-weight: 700;
	font-size: 33px;
	line-height: 1.2;
	letter-spacing: 0;
	color: var(--H2Color);
}

h3 {
	font-weight: 700;
	font-size: 27px;
	line-height: 1.4;
	letter-spacing: 0;
	color: var(--H3Color);
}

h4 {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.6;
	letter-spacing: 0;
	color: var(--H4Color);
}

h5 {
	font-weight: 700;
	font-size: 21px;
	line-height: 1.6;
	letter-spacing: 0;
	color: var(--H5Color);
}

h6 {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0;
	color: var(--H6Color);
}




::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.9;
}

:-moz-placeholder {
	color: inherit;
	opacity: 0.9;
}

::-moz-placeholder {
	color: inherit;
	opacity: 0.9;
}

:-ms-input-placeholder {
	color: inherit;
	opacity: 0.9;
}

:placeholder {
	color: inherit;
	opacity: 0.9;
}

a,
a:link {
	transition: all 0.2s;
	text-decoration: none;
}

a,
a:link,
a:visited,
a:active {
	color: var(--LinkColor);
}

a:hover {
	color: var(--LinkHoverColor);
}



@media (max-width: 767px) {
	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 26px;
	}

	h3,
	h4 {
		font-size: 24px;
	}

}


@media (min-width: 1600px) {
	.container {
		max-width: var(--container-width);
	}
}

p {
	margin-bottom: 18px;
}



.dnnForm.dnnLogin {
	margin-top: 200px;
}

.infinite-color-icon svg {
	width: 1em;


}


.dnnEditState.personabar-visible .dnnModuleManager:before {
	opacity: 1;
}






/*header*/
.header-replace {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 991;
}

.dnnEditState.personabar-visible .header-replace {
	position: relative !important;
}

.desktop-header {
	width: 100%;
	padding: 0;

}

#dnn_wrapper.is-insidepage {
	padding-top: var(--headerHeight, 170px);
}


.desktop-header .header-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all ease-in 300ms;
}

.desktop-header .header-top {
	background: var(--HeaderTopBG);
	font-size: 15px;
	color: var(--HeaderTopColor);
}



.HeaderTopPaneA,
.HeaderTopPaneB {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 40px;
}


.desktop-header .header-center {
	position: relative;
	background: linear-gradient(to bottom, var(--HeaderCenterBGS) 0%, var(--HeaderCenterBGE) 100%);
	padding: 15px 0;
}



.header-InsidePage .nav_box {
	margin: 0 auto;
}

.header-InsidePage .header-replace {
	position: relative;
}


.desktop-header p {
	margin: 0;

}

.desktop-header .dnn_logo img {
	max-width: 100%;
	max-height: 100%;
}

/*dnngo_megamenu */

#dnngo_megamenu {
	margin: 0px;
	padding: 0px;
	clear: both;
}

#dnngo_megamenu .primary_structure {
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
}

#dnngo_megamenu .primary_structure:after {
	clear: both;
	content: ".";
	height: 0px;
	font-size: 0px;
	visibility: hidden;
	display: block;
}

#dnngo_megamenu .primary_structure>li {
	float: left;
	list-style: none;
	position: relative;
	margin-left: 10px;
}

#dnngo_megamenu .primary_structure>li>a {
	display: inline-block;
	padding: 0;

}

*+html #dnngo_megamenu .primary_structure>li>a {
	display: inline;
}

#dnngo_megamenu .primary_structure>li>a:hover,
#dnngo_megamenu .primary_structure>li.menu_hover>a,
#dnngo_megamenu .primary_structure>li.current>a {
	text-decoration: none;
}

#dnngo_megamenu>div>ul>li>a {
	background: none;
	position: relative;
	display: block;
	line-height: 1.2;
}

#dnngo_megamenu>div>ul>li>a:hover {}

#dnngo_megamenu>div>ul>li>a>span {
	position: relative;
	color: var(--HeaderCenterColor);
	font-size: 22px;
	margin-right: -1px;
	transition: all ease-in 300ms;
	border-bottom: 5px solid transparent;
}

#dnngo_megamenu>div>ul>li>a:hover>span,
#dnngo_megamenu>div>ul>li.current>a>span {
	color: var(--HeaderCenterColor);
	border-bottom-color: var(--HeaderCenterHColor);
}




/*sub*/
#dnngo_megamenu .dnngo_menuslide {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 903;
	margin: 0;
	padding: 0;
}

#dnngo_megamenu .dnngo_masonrymenu {
	width: 100%;
}

#dnngo_megamenu .dnngo_masonrymenu>ul {
	float: left;

}

#dnngo_megamenu .dnngo_masonrymenu>ul>li {
	margin: 0px 10px;
}

/*dnngo_slide_menu*/
#dnngo_megamenu .dnngo_slide_menu {
	margin: 10px 0 0;
	padding: 10px 0;
	white-space: nowrap;
	position: relative;
	background-color: var(--HeaderSubMenuBG);
}


#dnngo_megamenu .dnngo_slide_menu ul,
#dnngo_megamenu .dnngo_slide_menu ul li {
	margin: 0;
	padding: 0;
}

#dnngo_megamenu .dnngo_slide_menu .dnngo_submenu {
	margin: 0;
	padding: 0;
	background-color: var(--HeaderSubMenuBG);
	display: none;
	position: absolute;
	left: 100%;
	top: 0px;
	z-index: 904;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

#dnngo_megamenu .dnngo_slide_menu li {
	position: relative;
	list-style: none;
}

#dnngo_megamenu .dnngo_slide_menu li:last-child {
	border-bottom: none;
}

#dnngo_megamenu .dnngo_slide_menu li a {
	text-decoration: none;
	text-align: left;
	padding: 12px 80px 12px 15px;
	font-size: 13px;
	display: block;
	color: var(--HeaderCenterColor);
	transition: color ease-in 200ms;
}

#dnngo_megamenu .dnngo_slide_menu li a:hover,
#dnngo_megamenu .dnngo_slide_menu li.menu_hover>a {
	color: var(--HeaderCenterHColor);
	background-color: var(--HeaderCenterBG);
}

#dnngo_megamenu .dnngo_slide_menu li.dir>a:before {
	content: "";
	width: 5px;
	height: 5px;
	right: 20px;
	top: 50%;
	position: absolute;
	margin: -2px 0 0 0;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	/* IE 9 */
	-moz-transform: rotate(-45deg);
	/* Firefox */
	-webkit-transform: rotate(-45deg);
	/* Safari and Chrome */
	-o-transform: rotate(-45deg);
	/* Opera */
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
}

#dnngo_megamenu .dnngo_slide_menu li.dir>a:hover:before,
#dnngo_megamenu .dnngo_slide_menu li.dir.menu_hover>a:before {
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
}

@media (max-width: 1199px) {
	#dnngo_megamenu>div>ul>li>a>span {
		font-size: 18px;
	}
}

@media (max-width: 991px) {
	.menu_main .multi_menu>ul a {
		font-size: 16px;
		position: relative;
		padding-right: 25px;
	}

	.menu_main .multi_menu>ul a .menu_arrow {
		font-size: 20px;
		position: absolute;
		right: 0;
		top: 0;
		width: 25px;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;

	}

	.menu_main .multi_menu>ul a .menu_arrow.arrow_opened {
		line-height: 16px;
	}

	.menu_main .multi_menu>ul li.current>ul {
		display: block;
	}

	.menu_main .multi_menu>ul ul {
		padding: 0;
		margin: 0;
		display: none;
	}

	.menu_main .multi_menu>ul ul li {
		list-style: none;
	}

	.page_title_box {
		padding-top: 100px;
		padding-bottom: 40px;
	}

	.menu_main>.multi_menu>.dropdown>li>a:after,
	.menu_main>.multi_menu>.dropdown>li>a:before {
		display: none;
	}

	.menu_main {
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		z-index: 1002;
		padding: 10px 0;
		display: none;
		max-height: calc(100vh - 100px);
		overflow: hidden;
		overflow-y: auto;
		background-color: var(--HeaderSubMenuBG);

	}

	.mobile-active .menu_main {
		opacity: 1;
		pointer-events: all;
		visibility: visible;

	}

	.desktop-header .dnn_logo img {
		max-height: 40px;
	}




	.menu_main .dropdown {
		display: flex;
		flex-direction: column;
		text-align: center;
	}

	.menu_main .dropdown li {
		margin: 0 15px;
		padding: 0px 0;
	}

	.menu_main .dropdown li a {
		display: block;
		text-align: left;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
		padding: 10px 0;
	}

	.mobile-icon {
		width: 20px;
		height: 16px;
		color: var(--HeaderCenterColor);
		border-top: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		display: block;
		position: relative;
		cursor: pointer;
		display: inline-block;
		backface-visibility: hidden;
	}

	.mobile-icon::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 5px;
		border-bottom: 2px solid currentColor;
	}


	.menu_main .dropdown {
		display: flex;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.menu_main .dropdown a,
	.menu_main .dropdown a:link,
	.menu_main .dropdown a:visited {
		color: var(--HeaderCenterColor);
	}

	.menu_main .dropdown .current>a,
	.menu_main .dropdown a:hover {
		color: var(--HeaderCenterHColor);
	}

	.menu_main>.multi_menu>.dropdown li.active>a,
	.menu_main>.multi_menu>.dropdown li.current>a,
	.menu_main>.multi_menu>.dropdown li>a:hover {
		color: var(--HeaderCenterHColor);
	}


}


/*****************/

.Normal img {
	max-width: 100%;
}



.PaneBox {
	margin-top: 40px;
	margin-bottom: 40px;
}

.header-top-link a {
	display: inline-block;
	margin-right: 10px;
	color: var(--HeaderTopLColor) !important;
}

.header-top-link a:hover,
.header-top a:hover{
	text-decoration: underline;
}
.header-top a {
	color: var(--HeaderTopLColor) !important;
}





.section-01,
.section-03 {
	color: #FFF;
	position: relative;
}

.section-01 *,
.section-03 * {
	color: #FFF;
}

.section-02,
.section-04 {
	position: relative;
}

.section-01::before,
.section-02::before,
.section-03::before,
.section-04::before {
	content: "";
	background-image: url("/Portals/0/background/SectionPageA.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	top: -10vw;
	left: 0;
	right: 0;
	bottom: 0px;
	position: absolute;
	-webkit-clip-path: polygon(0 10vw, 100% 0%, 100% calc(100% - 10vw), 0% 100%);
	clip-path: polygon(0 10vw, 100% 0%, 100% 100%, 0% 100%);
	background-attachment: fixed;
}

.section-02::before {
	background-image: url("/Portals/0/background/SectionPageB.jpg");
}

.section-03::before {
	background-image: url("/Portals/0/background/SectionPageC.jpg");
}

.section-04::before {
	background-image: url("/Portals/0/background/SectionPageD.jpg");
}

body .section-01 .SectionPageA,
body .section-02 .SectionPageB,
body .section-03 .SectionPageC,
body .section-04 .SectionPageD {
	min-height: calc(100vh + 10vw) !important;
	padding-top: calc(var(--headerHeight, 170px) + 40px);
	padding-bottom: calc(var(--headerHeight, 170px) + 10vw + 40px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 2;
	margin: 0;
}

.title-size1 {
	font-size: 72px;
	line-height: 1.1;
	margin: 60px 0 30px;
}

.title-size2 {
	font-size: 48px;
	line-height: 1.1;
	margin: 60px 0 30px;
}




.section-footer {
	background-color: var(--FooterBG);
	color: var(--FooterColor);
}

.section-footer .footer-top {
	padding: 55px 0 55px;
}

.footer-bottom {
	background-color: var(--FooterBottomBG) !important;
	border-top: 3px double white;
}

.footer-title {
	font-size: 30px;
	margin: 0 0 15px;
}

.footer-list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 20px;
	font-weight: bold;
}

.footer-list li {
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}

.footer-list li a::before {
	content: "";
	width: 10px;
	height: 10px;
	border-bottom: 2px solid currentColor;
	border-right: 2px solid currentColor;
	display: inline-block;
	transform: rotate(-45deg);
	margin-right: 10px;
	vertical-align: middle;
	margin-bottom: 4px;
}

.footer-list li a {
	color: currentColor !important;
}

.footer-list li a:hover {
	color: var(--FooterAccentColor) !important;
}



.copyright-box {
	padding: 30px 0;
	text-align: center;
	color: var(--FooterBottomColor);
	font-size: 10px;
}

.copyright-box .sep {
	padding: 0px 5px;
}

.copyright-box a {
	color: currentColor !important;
}

.copyright-box a:hover {
	text-decoration: underline;
}

.section-footer .loginGroup {
	display: inline-block;
}



#to_top {
	width: 44px;
	height: 44px;
	line-height: 38px;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	background-color: var(--AccentColor);
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: fixed;
	z-index: 1003;
	right: 25px;
	bottom: 25px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	visibility: hidden;
}

#to_top:before {
	content: '';
	border-bottom: 6px solid #fff;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;

}

#to_top.active {
	opacity: 0.7;
	visibility: visible;
}

#to_top:hover {
	opacity: 1;
}


@media (max-width: 991px) {

	.title-size1 {
		font-size: 32px;
		margin: 30px 0 15px;
	}

	.title-size2 {
		font-size: 26px;
		margin: 30px 0 15px;
	}

	.footer-title {
		font-size: 24px;
	}

	.section-footer .footer-top {
		padding: 5px 0 5px;
	}
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {

	.section-01::before,
	.section-02::before,
	.section-03::before,
	.section-04::before {
		background-attachment: scroll !important;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {

	.section-01::before,
	.section-02::before,
	.section-03::before,
	.section-04::before {
		background-attachment: scroll !important;
	}

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {

	.section-01::before,
	.section-02::before,
	.section-03::before,
	.section-04::before {
		background-attachment: scroll !important;
	}

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {

	.section-01::before,
	.section-02::before,
	.section-03::before,
	.section-04::before {
		background-attachment: scroll !important;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

	.section-01::before,
	.section-02::before,
	.section-03::before,
	.section-04::before {
		background-attachment: scroll !important;
	}

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

	.section-01::before,
	.section-02::before,
	.section-03::before,
	.section-04::before {
		background-attachment: scroll !important;
	}

}

@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {

	.section-01::before,
	.section-02::before,
	.section-03::before,
	.section-04::before {
		background-attachment: scroll !important;
	}

}

@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

	.section-01::before,
	.section-02::before,
	.section-03::before,
	.section-04::before {
		background-attachment: scroll !important;
	}

}

@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

	.section-01::before,
	.section-02::before,
	.section-03::before,
	.section-04::before {
		background-attachment: scroll !important;
	}

}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {

	.section-01::before,
	.section-02::before,
	.section-03::before,
	.section-04::before {
		background-attachment: scroll !important;
	}

}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

	.section-01::before,
	.section-02::before,
	.section-03::before,
	.section-04::before {
		background-attachment: scroll !important;
	}

}

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

	.section-01::before,
	.section-02::before,
	.section-03::before,
	.section-04::before {
		background-attachment: scroll !important;
	}
}