body, html {
	background-color: #f5f5f5;
	color: #3a3d4f;
	font-family: 'Assistant', sans-serif;
	font-size: 15px;
	font-weight: 400;
	margin:0px;
	padding:0px;
	position: relative;
	top: 0 !important;
}
body {
	overflow-x: hidden;
}
body.change { padding-top: 56px }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, img { display:block }
table { border:none; border-collapse:collapse }
a {
	cursor:pointer;
	text-decoration:none;
	outline:none;
}
p, form, input, ul, ol, h1, h2, h3, h4, h5, h6, figure, hr, span, blockquote, fieldset {
	margin:0px;
	padding:0px;
}
ul li { list-style-type:none; list-style-position:outside }
ol li { list-style-position: inside }
img { border:0px; display:inline-block }
input, textarea, select, button {
	border:none;
	border-radius:0px;
	color:#3a3d4f;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	outline: none;
	resize:none;
}
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

strong { font-weight: 500 }
.generalWrap {
	margin:auto;
	max-width:1280px;
	position:relative;
}
.internalWrap {
	margin:auto;
	max-width:1088px;
	position:relative;
}

h1, h2, h3 { font-family: 'Sarala', sans-serif; }

@media only screen and (max-width:1324px) {
	.generalWrap { margin: 0 22px }
}
@media only screen and (max-width:1132px) {
	.internalWrap { margin: 0 22px }
}
@media only screen and (max-width:1082px) {
	body.change { padding-top: 0 }
}
@media only screen and (max-width:600px) {
	.generalWrap { margin: 0 14px }
	.internalWrap { margin: 0 14px }
}


/* -----------header-----------*/
header {
	background: #fff;
	/* background-image: url(../img/tranBanner.jpg); */
	background-position: center bottom;
	background-size: cover;
	padding: 32px 0 0 0;
	position: relative;
	width: 100%;
	z-index: 100001;
}
header.inside {
	background: initial;
}
header.inside:after {
	background-color: #fff;
	content: "";
	height: 165px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
header #navButton {
	background-color: #156aa4;
	box-shadow: 0 0 0 1px #fff;
	border-left: none;
	border-radius: 0 8px 8px 0;
	color: #fff;
	cursor: pointer;
	display: none;
	font-size: 1.7em;
	left: 0;
	padding: 6px 10px;
	position: fixed;
	text-align: center;
	top: 39px;
	z-index: 100000;
}

#logo {
	align-items: center;
	color: #3a3d4f;
	display: grid;
	grid-template-columns: 96px 380px;
	position: relative;
	width: 476px;
	z-index: 100;
}
#logo img {
	height: 82px;
	position: relative;
	z-index: 20;
}
#logo p {
	color: #006db6;
	font-size: 1.6em;
	font-weight: 600;
	letter-spacing: .5px;
	position: relative;
	text-transform: uppercase;
	z-index: 20;
}
header.inside #logo p {
	color: #006db6;
}
#logo p span {
	display: block;
	font-size: .9em;
	font-weight: 400;
	margin-top: 2px;
}
header.inside #logo p span {
	color: #7897a9;
}

header .search {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 200;
}

header .search input {
	border: 1px solid #669ab9;
	border-radius: 6px;
	color: #006db6;
	padding: 10px 14px;
	width: 300px;
}
header.inside .search input {
	background-color: transparent;
	border: 1px solid #006db6;
	color: #3a3d4f;
}
header .search input::-webkit-input-placeholder { color:#c0c0c0 }
header .search input::-moz-placeholder { color:#c0c0c0; opacity:1 }

header.inside .search input::-webkit-input-placeholder { color:#8da7b6 }
header.inside .search input::-moz-placeholder { color:#8da7b6; opacity:1 }

header .search a {
	color: #e28223;
	font-size: 1.1em;
	position: absolute;
	right: 11px;
	top: 10px;
}

header .muniLink {
	color: #e28223;
	font-weight: 500;
	position: absolute;
	right: 0;
	top: 60px;
	z-index: 100;
}
header.inside .muniLink {
	color: #8da7b6;
}
header .muniLink:hover { text-decoration: underline }
header .muniLink i { margin-left: 10px }
header .language {
	color: #e28223;
	font-weight: 500;
	position: absolute;
	right: 235px;
	top: 60px;
	z-index: 100;
}
header .language:hover { text-decoration: underline }
header .language i {
	margin-right: 8px;
}

@media only screen and (max-width:1420px) {
	header .search { right: 60px }
	header .muniLink { right: 60px }
	header .language { right: 295px }
}
@media only screen and (max-width:1145px) {
	header #topMenu .generalWrap { grid-gap: 22px }
}
@media only screen and (max-width:1082px) {
	header #navButton { display: block }
	header { height: auto; padding: 26px 0 }
	header.inside { background-color: #fff }
	header.inside:after { display: none }
	#logo { left: 44px }
	header #topMenu {
		border-bottom: 1px solid #dfc746;
		border-top: 1px solid #e6e6e6;
	}
	header #topMenu .generalWrap {
		grid-gap: 24px;
		grid-template-columns: repeat(4,auto);
		justify-content: center;
	}
	header #topMenu .generalWrap .gap { display: none }
	header .search { top: 4px }
}
@media only screen and (max-width:940px) {
	header #navButton { top: 29px }
	#logo { grid-template-columns: 80px 300px; width: 386px }
	#logo img { height: 72px }
	#logo p { font-size: 1.3em }
}
@media only screen and (max-width:860px) {
	header .search {
		margin-top: 16px;
		position: relative;
		right: 0;
	}
	header .search input { width: 100% }
	header .muniLink { display: none }
	#logo { margin: auto; left: 0 }
	header .language {
		display: table;
		margin: 4px auto 0 auto;
		position: relative;
		right: 0;
		top: 0;
	}
}
@media only screen and (max-width:550px) {
	header #navButton { top: 21px }
	#logo { grid-template-columns: 64px 200px; width: 201px }
	#logo img { height: 56px }
	#logo p { font-size: 1.15em; line-height: 1.35em }
	#logo p span { display: none }
}
@media only screen and (max-width:720px) {
	header #topMenu { height: 46px; padding: 11px 0 0 0 }
	header #topMenu a span { display: none }
	header #topMenu a i { font-size: 1.5em }
	header #topMenu .generalWrap { grid-gap: 16px }
}


/* -----------nav-----------*/
nav {
	background-color: #0275c1;
	border-top: 1px solid #4a81a2;
	margin: 0 auto;
	position: relative;
	top: 29px;
	z-index: 100000;
	max-width: 1285px;
	border-radius: 45px;
}
header.inside nav {
	background-color: #006db6;
}
nav .generalWrap {
	display: grid;
	justify-content: center;
	z-index: 110;
}
nav .generalWrap.c2 { grid-template-columns: repeat(2,auto) }
nav .generalWrap.c3 { grid-template-columns: repeat(3,auto) }
nav .generalWrap.c4 { grid-template-columns: repeat(4,auto) }
nav .generalWrap.c5 { grid-template-columns: repeat(5,auto) }
nav .generalWrap.c6 { grid-template-columns: repeat(6,auto) }
nav .generalWrap.c7 { grid-template-columns: repeat(7,auto) }
nav .generalWrap.c8 { grid-template-columns: repeat(8,auto) }
nav .generalWrap.c9 { grid-template-columns: repeat(9,auto) }
nav .generalWrap.c10 { grid-template-columns: repeat(10,auto) }
nav.change {
	position: fixed;
	width: 100%;
	z-index: 100002;
}
nav.change:before {
	background-color: #e28223;
	bottom: -3px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 100%;
}
nav > ul > li { position: relative }
nav > ul > li > a {
	color: #fff;
	display: grid;
	font-size: 1.05em;
	font-weight: 500;
	height: 56px;
	padding: 19px 18px 0 18px;
	text-align: center;
	transition:all 0.3s ease;
}
nav > ul > li > a[href$="javascript:void(0);"] { cursor: default }
nav > ul > li > a:hover,
nav > ul > li > a.current:hover,
nav > ul > li > a:focus,
nav > ul > li:hover > a,
nav > ul > li:hover > a.current,
nav > ul > li:focus-within > a {
	background-color: rgb(2, 99, 164);
	color: #fff;
	outline: none;
}
nav > ul > li > a.current {
	color: #e28223;
}
nav .generalWrap .search {
	color: #fff;
}
nav > ul > li > ul {
	background-color: rgba(3, 90, 148, 0.87);
	background-color: rgb(2, 99, 164);
	border-radius: 0 0 10px 10px;
	left: 0px;
	min-width: 228px;
	padding: 8px 24px;
	position: absolute;
	opacity: 0;
	top: 56px;
	transition:all 0.3s ease;
	visibility: hidden;
	z-index: 1000;
}
nav > ul > li:last-child > ul {
	left: initial;
	right: 0;
}
nav > ul > li.openLi:hover ul,
nav > ul > li.focusLi:focus-within ul {
	transition-delay:.2s;
	opacity: 1;
	visibility: visible;
}
nav > ul > li > ul > li {
	position: relative;
}
nav > ul > li > ul > li > a {
	border-top: 1px solid rgba(255,255,255,0.12);
	color: #fff;
	display: block;
	font-size: 1em;
	font-weight: 500;
	padding: 12px 0 12px 18px;
	position: relative;
	text-align: left;
	transition:all 0.3s ease;
	white-space: nowrap;
}
nav > ul > li > ul > li > a:hover { color: #fa8c1f }
nav > ul > li > ul > li:first-of-type > a { border-top: none }
nav > ul > li > ul > li > a:before {
	background-color: #fa8c1f;
	content: "";
	display: inline-block;
	height: 2px;
	left: 0;
	margin-right: 9px;
	position: absolute;
	top: 49%;
	transform: translateY(-50%);
	width: 7px;
}

nav #closeMenu {
	background-color: rgba(255,255,255,.15);
	border-radius: 0 8px 8px 0;
	color: #fff;
	cursor: pointer;
	display: none;
	font-size: 1.4em;
	height: 42px;
	left: 0;
	line-height: 42px;
	position: absolute;
	text-align: center;
	top: 39px;
	width: 42px;
	z-index: 999999;
}
#searchBt { cursor: pointer }

@media only screen and (max-width:1130px) {
	nav > ul > li > a {
		font-size: 1em;
		padding: 19px 16px 0 16px;
	}
}
@media only screen and (max-width:1082px) {
	nav {
		background: linear-gradient(90deg, rgba(0,86,136,1) 0%, rgba(0,65,102,1) 100%);
		display: none;
		height: 100vh;
		left:0;
		margin-top: 0;
		overflow-y: auto;
		padding: 84px 36px 44px 36px;
		position:fixed;
		top: 0;
		transform: initial;
		transition: initial;
		width:100%;
		z-index: 100002;
	}
	nav:before { display: none !important }
	nav:after {
		display: none;
	}
	nav .generalWrap {
		display: initial;
	}
	nav > ul > li > a {
		border-top: 1px solid rgba(255,255,255,.2);
		font-size: 1.3em;
		padding: 18px 48px 0 0;
		text-align: left;
	}
	nav > ul > li > a.current {
		background-color: transparent;
		color: #e28223 !important;
	}
	nav > ul > li > a:hover,
	nav > ul > li > a.current:hover,
	nav > ul > li > a:focus,
	nav > ul > li:hover > a,
	nav > ul > li:hover > a.current,
	nav > ul > li:focus-within > a {
		background-color: transparent;
	}
	#searchBt {
		border-bottom: 1px solid rgba(255,255,255,.2);
	}
	nav > ul > li .subArrow {
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		width: 55px;
		z-index: 100;
	}
	nav > ul > li .subArrow:after {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f107";
		color: #fff;
		display: block;
		font-size: 1.3em;
		height: 100%;
		padding-top: 18px;
		position: relative;
		text-align: center;
		width: 100%;
	}
	nav > ul > li .subArrow.symbol:after {
		content: "\f106";
		color: #e28223;
	}
	nav > ul > li > ul {
		background-color: rgba(0,59,94,.4);
		border-radius: 0;
		display: none;
		margin-bottom: 20px;
		opacity: 1;
		position: initial;
		transition: initial;
		visibility: visible;
	}
	nav > ul > li:hover ul,
	nav > ul > li:focus-within ul {
		transition-delay: initial;
	}
	nav > ul > li > ul > li > a {
		border-top: none;
		font-size: 1.2em;
		line-height: 1.45em;
		padding: 8px 0 8px 17px;
		white-space: initial;
	}
	nav > ul > li > ul > li > a:before {
		top: 19px;
		transform: initial;
	}
	nav #closeMenu { display: block }
}
@media only screen and (max-width:900px) {
	nav #closeMenu { top: 29px }
	nav { padding: 74px 36px 44px 36px }
}
@media only screen and (max-width:550px) {
	nav #closeMenu { top: 21px }
	nav { padding: 65px 36px 44px 36px }
}


/*-----------policy-----------*/
#policy {
	color: #fff;
	line-height: 1.5em;
	padding: 26px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
#policy .circle {
	position: absolute;
	width: 100%;
	height: 317px;
	top: 0;
	background-color: #fff;
}
#policy .circle:before {
	background-color:#006db6;
	border-radius: 42% 51% 0 0;
	bottom: 54px;
	content: '';
	left: -200px;
	position: absolute;
	right: -200px;
	top: 0px;
	height: 300px;
  }

#policy a {
	color: #91caeb;
	font-weight: 400;
	text-decoration: underline;
	transition:all 0.3s ease;
}
#policy a:hover { color: #fff }
#policy .social {
	border-bottom: 1px solid #266488;
	margin: 0 auto 24px auto;
	max-width: 1280px;
	padding-bottom: 22px;
	z-index: 1;
}
#policy .social a {
	color: #60c5ff;
	display: inline-block;
	font-size: 1.5em;
	margin: 0 4px;
}
#policy .social a:hover {
	color: #e28223;
}
#policy a.map {
	color: #fff;
	font-size: 1.15em;
	margin-right: 16px;
	position: relative;
	text-decoration: none;
	top: -2px;
}
#policy #cc {
	line-height: 1.6em;
	margin-bottom: 8px;
	z-index: 1;
}
#policy #cc img {
	display: block;
	margin: 0 auto 8px auto;
}
.rights, #policy #cc, #policy .social {
	/* z-index: 1; */
	position: relative;
}


@media only screen and (max-width:680px){
	#policy .circle:before {
		height: 345px;
	  }
}
/*-----------section-----------*/
section {
	position: relative;
}


/*-----------Links-----------*/
#Links {
	padding: 134px 0 64px 0;
}
#Links .generalWrap {
	display: grid;
	grid-gap: 60px 0;
	grid-template-columns: repeat(5,1fr);
}
#Links .generalWrap a {
	border-right: 1px dashed #d7d7d7;
	color: #3a3d4f;
	padding: 0 30px;
	text-align: center;
	transition:all 0.3s ease;
	width: 100%;
}
#Links .generalWrap a:nth-child(5n+5) {
	border-right: none;
}
#Links .generalWrap a span {
	border-radius: 50%;
	display: grid;
	height: 150px;
	margin: 0 auto 10px auto;
	position: relative;
	width: 150px;
}
#Links .generalWrap a span:before {
	border: 2px solid transparent;
	border-radius: 50%;
	content: "";
	height: 98%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition:all 0.3s ease;
	width: 98%;
}
#Links .generalWrap a:hover span:before {
	height: 110%;
	opacity: .9;
	width: 110%;
}
#Links .generalWrap a:hover span:before {
	border-color: #0374b6;
}


#Links .generalWrap a span {
	background-color: #ffffff;
	background-position: center;
	background-size: cover;
	color: #e28223;
	border: 2px solid #e28223;
	color: #1a7bbd;
	border: 2px solid #1a7bbd;
}


#Links .generalWrap a i {
	font-size: 3.9em;
	margin: auto;
	transition:all 0.3s ease;
}
#Links .generalWrap a p {
	font-size: 1.3em;
	font-weight: 500;
}
@media only screen and (max-width:1140px) {
	#Links .generalWrap { grid-template-columns: repeat(4,1fr) }
	#Links .generalWrap a:nth-child(5n+5) { border-right: 1px dashed #d7d7d7 }
	#Links .generalWrap a:nth-child(4n+4) { border-right: none }
}
@media only screen and (max-width:950px) {
	#Links .generalWrap { grid-template-columns: repeat(3,1fr) }
	#Links .generalWrap a:nth-child(4n+4) { border-right: 1px dashed #d7d7d7 }
	#Links .generalWrap a:nth-child(3n+3) { border-right: none }
}
@media only screen and (max-width:700px) {
	#Links .generalWrap { grid-template-columns: repeat(2,1fr) }
	#Links .generalWrap a:nth-child(3n+3) { border-right: 1px dashed #d7d7d7 }
	#Links .generalWrap a:nth-child(2n+2) { border-right: none }
}
@media only screen and (max-width:470px) {
	#Links .generalWrap { grid-template-columns: repeat(1,1fr) }
	#Links .generalWrap a { border-right: none !important }
}


/*-----------mainText-----------*/
.mainText {
	position: relative;
	text-align: justify;
}
.mainText h2 {
	color: #2db2ff;
	font-size: 2em;
	font-weight: 500;
	line-height: 1.3em;
	margin-bottom: 10px;
	position: relative;
	text-align: left !important;
}
.mainText h2:after {
	background-color: #d5dfe4;
	content: "";
	display: block;
	height: 3px;
	margin-bottom: 13px;
	margin-top: 10px;
	width: 44px;
}
.mainText h2 + .sideImg,
.mainText h2 + h3 {
	margin-top: 30px
}
.mainText h2 + .sideImg.imgLeft,
.mainText h2 + .sideImg.imgRight {
	margin-top: 0;
}
.mainText h3 {
	display: table;
	font-size: 1.3em;
	font-weight: 500;
	line-height: 1.45em;
	margin-bottom: 4px;
	position: relative;
	text-align: left !important;
}
.mainText p {
	font-size: 1.15em;
	hyphens: auto;
	line-height: calc(1.5em + .2vw);
	margin-bottom: 24px;
}
.mainText p:last-of-type { margin-bottom: 0 }
.mainText p:last-of-type + ul,
.mainText p:last-of-type + ol,
.mainText p:last-of-type + .embedContainer,
.mainText p:last-of-type + h3,
.mainText p:last-of-type + form {
	margin-top: 24px
}
.mainText p:last-of-type + .sideImg,
.mainText p:last-of-type + h6,
.mainText p + h2,
.mainText .sideImg + h2 {
	margin-top: 46px;
}
.mainText p a {
	color: #156aa4;
	font-weight: 400;
	text-decoration: underline;
	transition:all 0.3s ease;
}
.mainText p a:hover { color: #33a6e8 }

.mainText ul,
.mainText ol {
	counter-reset: myCounter;
	margin-bottom: 24px;
}
.mainText h2 + ul,
.mainText h2 + ol {
	margin-top: 16px;
}
.mainText h3 + ul,
.mainText h3 + ol {
	margin-top: 12px;
}
.mainText ul:last-of-type,
.mainText ol:last-of-type {
	margin-bottom: 0
}
.mainText ul:last-of-type + p,
.mainText ol:last-of-type + p {
	margin-top: 24px
}
.mainText ul:last-of-type + .sideImg,
.mainText ol:last-of-type + .sideImg {
	margin-top: 36px
}
.mainText ul:last-of-type + h2,
.mainText ol:last-of-type + h2,
.mainText ul:last-of-type + h3,
.mainText ol:last-of-type + h3,
.embedContainer + h2 {
	margin-top: 46px
}
.mainText ul:last-of-type + .embedContainer,
.mainText ol:last-of-type + .embedContainer {
	margin-top: 24px
}
.mainText ul > li {
	font-size: 1.15em;
	hyphens: auto;
	line-height: calc(1.5em + .2vw);
	padding: 0 0 8px 22px;
	position: relative;
}
.mainText ul > li a {
	color: #156aa4;
	font-weight: 400;
	text-decoration: underline;
	transition:all 0.3s ease;
}
.mainText ul > li a:hover { color: #33a6e8 }
.mainText ul > li p {
	font-size: 1em;
}
.mainText ul > li:before {
	background-color: #0076bb;
	border-radius: 10px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 13px;
	width: 10px;
}
.mainText ol > li {
	counter-increment: myCounter;
	font-size: 1.15em;
	hyphens: auto;
	line-height: calc(1.5em + .2vw);
	list-style: none;
	padding: 0 0 10px 32px;
	position: relative;
}
.mainText ol > li:before {
	content: counter(myCounter)".";
	left: 0;
	position: absolute;
	text-align: right;
	top: 0;
	width: 22px;
}
.mainText ol > li a {
	color: #156aa4;
	font-weight: 400;
	text-decoration: underline;
	transition:all 0.3s ease;
}
.mainText ol > li a:hover { color: #33a6e8 }
.mainText ol > li > ul {
	margin-top: 12px;
}
.mainText ol > li > ul > li {
	font-size: 1em;
}
.mainText .embedContainer {
	margin-bottom: 24px;
	position: relative;
	width: 100%;
}
.mainText iframe {
	border:2px solid #c4c8cb;
	width: 100%;
}

.sideImg {
	border-bottom: 1px solid #ccd5da;
	border-right: 1px solid #ccd5da;
	margin: 36px 0 24px 0;
	position: relative;
	width: 100%;
}
.sideImg.imgLeft,
.sideImg.imgRight {
	border: none;
	width: 36%;
}
.sideImg.imgLeft {
	float: left;
	margin: 6px 24px 24px 0;
}
.sideImg.imgRight {
	float: right;
	margin: 6px 0 24px 24px;
}
.sideImg.imgLeft + p:after,
.sideImg.imgRight + p:after {
	content: "";
	clear: both;
	display: block;
}

.sideImg a {
	display: block;
	position: relative;
	z-index: 20;
}
.sideImg a:after {
	border-radius: 20px 0 0 0;
	content: "";
	height: 100%;
	left: -10px;
	position: absolute;
	top: -10px;
	transition:all 0.3s ease;
	width: 100%;
}
.sideImg a:hover:after {
	background-color: rgba(40,40,40,0.2);
}
.sideImg.imgLeft a:after,
.sideImg.imgRight a:after {
	display: none;
}
.sideImg:first-child {
	margin: 10px 0 24px 0;
}
.sideImg img {
	border-radius: 20px 0 0 0;
	display: block;
	left: -10px;
	position: relative;
	top: -10px;
	width: 100%;
	z-index: -1;
}
.sideImg.imgLeft img,
.sideImg.imgRight img {
	left: 0;
	top: 0;
}
.sideImg.imgRight img { border-radius: 0 20px 0 0 }

.mainText h6 {
	border-top: 1px solid #e6e6e6;
	cursor: pointer;
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.36em;
	padding: 17px 32px 17px 0;
	position: relative;
	text-align: left;
	transition:all 0.3s ease;
}
.mainText a {
	color: #3a3d4f;
	transition:all 0.3s ease;
}
.mainText h6:hover a {
	color: #156aa4;
	text-decoration: none;
}
.mainText h2 + h6,
.mainText h3 + h6 { margin-top: 24px }
.mainText h6:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f107";
	color: #166897;
	font-size: 1em;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.mainText h6.symbol:before {
	content: "\f106";
	color: #e28223;
}
.mainText h6.symbol a { color:#166897 }
.mainText blockquote {
	display: none;
	padding: 0 0 24px 18px;
}
.mainText .h6line {
	background-color: #e6e6e6;
	display: block;
	height: 1px;
}
#author {
	border-top: 1px solid #e6e6e6;
	line-height: 1.5em;
	margin-top: 46px;
	padding: 16px 0 0 0;
	text-align: center;
}
#author span { font-weight: 500 }
#author i { margin-right: 7px }
.mainText table {
	margin-bottom: 24px;
	width: 100% !important;
}
.mainText table th {
	background-color: #1877b7;
	color: #fff;
	height: auto !important;
	padding: 9px 12px;
	width: auto !important;
}
.mainText table td {
	border: 1px solid #1877b7;
	height: auto !important;
	padding: 9px 12px;
	width: auto !important;
}

@media only screen and (max-width:650px) {
	.mainText { text-align: left }
	.mainText h2 { font-size: 1.7em }
	.mainText p { hyphens: initial; text-align: left !important }
	.mainText ul > li { hyphens: initial; text-align: left !important }
	.mainText ol > li { hyphens: initial; text-align: left !important }
	.mainText h6 { font-size: 1.4em }
	.sideImg.imgLeft,
	.sideImg.imgRight { width: 100% }
	.sideImg.imgLeft { float: initial; margin: 6px 0 24px 0 }
	.sideImg.imgRight { float: initial; margin: 6px 0 24px 0 }
	.mainText h2 + .sideImg.imgLeft,
	.mainText h2 + .sideImg.imgRight { margin-top: 30px }
	.mainText table { display: grid; overflow-x: scroll }
}
@media only screen and (max-width:520px) {
	#author span { display: block }
}
@media only screen and (max-width:490px) {
	.mainText blockquote { padding: 0 0 24px 0 }
}


/*-----------councilBox-----------*/
.mainText section {
	display: inline-block;
	margin-bottom: 46px;
	text-align: center;
	width: calc(50% - 12px);
}
.mainText section img {
	margin: 0 0 8px 0;
	min-width: 132px;
	width: 40%;
}
.mainText section h4 {
	font-size: 1.2em;
	font-weight: 500;
	margin-bottom: 8px;
}
.mainText section p {
	font-size: 1.1em;
	line-height: 1.3em;
	margin-bottom: 0;
}
.mainText section .sideImg {
	border: none !important;
	margin: 0 !important;
	width: initial !important;
}
.mainText section .sideImg a {
	display: initial !important;
}
.mainText section .sideImg a:after {
	display: none !important;
}
.mainText section .sideImg a img {
	border-radius: 0 !important;
	display: inline-block !important;
	left: 0 !important;
	top: 0 !important;
	z-index: 0 !important;
}
@media only screen and (max-width:710px) {
	.mainText section { width: 100% }
}


/*-----------docBox-----------*/
#docBox {
	margin-top: 46px;
	padding: 0 42px 24px 42px;
}
#docBox .title {
	font-size: 1.8em;
	font-weight: 300;
	margin-bottom: 16px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 100;
}
#docBox .title span {
    background-color: #fff;
    padding: 0 14px;
}
#docBox .title span:before {
	background-color: #e28223;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	top: 15px;
	transform: translateX(-50%);
	width: 400px;
	z-index: -1;
}
@media only screen and (max-width:460px) {
	#docBox .title span:before { width: 276px }
}

.fileTree {
	font-size: 1.15em;
}
.file-list, .file-list ul {
	border-left:1px solid #d7d7d7;
	margin-left:8px;
	padding-left:19px;
}
.fileTree ul { margin-left: -20px }
.file-list li {
	padding: 6px 0 6px 33px;
	position: relative;
}
.file-list li a {
	color:#3a3d4f;
	line-height: 1em;
	transition:all 0.3s ease;
}
.file-list li a:hover {
	color: #156aa4;
}
.file-list li a:before {
	border-bottom:1px solid #d7d7d7;
	content: " ";
	display:block;
	height:1px;
	left:-14px;
	position:absolute;
	top:14px;
	width:10px;
}
.file-list li:before{
	color:#156aa4;
	content:'\f15b';
	display:block;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	height:20px;
	left:2px;
	list-style-type: none;
	position:absolute;
	text-align: center;
	top:6px;
	width:20px;
}
.file-list li.doc:before { content:'\f1c2' }
.file-list li.power:before { content:'\f1c4' }
.file-list li.pdf:before { content:'\f1c1' }
.file-list li.img:before { content:'\f1c5' }
.file-list li.excel:before { content:'\f1c3' }
.file-list li.csv:before { content:'\f6dd' }
.file-list li.code:before { content:'\f1c9' }
.file-list .folder-root:before{
	color:#156aa4;
	content: "\f07b";
	font-weight: 900;
}
.file-list .folder-root.open > a {
	font-weight: 500
}
.file-list .folder-root.open:before{
	content: "\f07c"
}
li.folder-root ul{
	overflow:hidden;
	transition: all .3s ease-in-out;
}
li.folder-root.closed > ul {
	max-height:0px;
	opacity:0;
}
li.folder-root.open > ul {
	display:block;
	opacity:1;
	padding-top: 6px;
}


/*-----------Magnific-----------*/
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 200000;
	overflow: hidden;
	position: fixed;
	background-color: #2c2c2c;
	opacity: 0.84;
	filter: alpha(opacity=84);
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 200002;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before { display: none; }
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur { cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content { cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure { display: none; }
.mfp-hide { display: none !important; }
.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a { color: #CCC; }
.mfp-preloader a:hover { color: #FFF; }
.mfp-s-ready .mfp-preloader { display: none; }
.mfp-s-error .mfp-content { display: none; }
button.mfp-close, button.mfp-arrow {
	background-color: transparent;
	overflow: visible;
	cursor: pointer;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#modalBox2 button.mfp-close {
	background-color: rgba(255,255,255,0.9);
	border-radius: 0 0 0 14px;
}
button::-moz-focus-inner { padding: 0; border: 0 }
.mfp-close {
	cursor: pointer;
	font-size: 13px;
	height: 34px;
	line-height: 33px !important;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	width: 34px;
}
.mfp-close:hover, .mfp-close:focus { opacity: 1; filter: alpha(opacity=100); }
.mfp-close-btn-in .mfp-close { color: #a8b1b6 }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	text-shadow: 0 0 10px rgba(0,0,0,0.9);
	width: 100%;
}
.mfp-counter {
	color: #fff;
	font-size: 12px;
	position: absolute;
	top: 7px;
	right: 10px;
	line-height: 18px;
	white-space: nowrap;
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active { margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; filter: alpha(opacity=100); }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}
.mfp-arrow-left { left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a { border-right: 17px solid #FFF; margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b { margin-left: 25px; border-right: 27px solid #3F3F3F; }
.mfp-arrow-right { right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a { border-left: 17px solid #FFF; margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b { border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; }
.mfp-iframe-holder .mfp-close { top: -40px; }
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}
/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	padding: 40px 0 40px;
	margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure { line-height: 0; }
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 14px rgba(41, 41, 41, 0.4);
	background: #444;
}
.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure { margin: 0; }
.mfp-bottom-bar {
	margin-top: -40px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	color: #fff;
	font-size: 1em;
	font-weight: 400;
	min-height: 34px;
	text-align: left;
	line-height: 18px;
	word-wrap: break-word;
	padding: 8px 0 10px 0;
}
.mfp-image-holder .mfp-content { max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; }
	.mfp-img-mobile img.mfp-img { padding: 0; }
	.mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; }
	.mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; }
	.mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; }
	.mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; }
	.mfp-img-mobile .mfp-counter { right: 5px; top: 3px; }
	.mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; }
}
@media all and (max-width: 900px) {
	.mfp-arrow { -webkit-transform: scale(0.75); transform: scale(0.75); }
	.mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0; }
	.mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100%; }
	.mfp-container { padding-left: 14px; padding-right: 14px; }
}


/*----------- modalBox -----------*/
.modalWindow {
	background: #fff;
	border-radius: 3px;
	margin: 26px auto;
	max-width: 540px;
	padding: 52px 58px;
	position: relative;
}
.modalWindow.v2 { max-width: 380px }
.modalWindow h2 {
	color: #156aa4;
	font-size: 1.8em;
	font-weight: 400;
	line-height: 1.3em;
	margin-bottom: 20px;
	text-align: center;
}
@media only screen and (max-width:700px) {
	.modalWindow { padding: 28px 24px }
	.modalWindow h2 { font-size: 1.6em }
}


/*-----------generalForm-----------*/
.generalForm .fBlock {
	position: relative;
}
.generalForm fieldset {
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	margin: 0 0 46px 0;
	padding: 34px;
	position: relative;
}
.generalForm fieldset legend {
	display: table;
	font-size: 1.8em;
	font-weight: 300;
	margin: auto;
	padding: 0 15px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 100;
}

.generalForm .fBlock > i {
	color: #166897;
	font-size: 1.15em;
	left: 14px;
	position: absolute;
	top: 38px;
	z-index: 100;
}
.generalForm .title {
	color: #656565;
	display: block;
	font-size: 1.1em;
	margin-bottom: 5px;
	text-align: left;
}
.generalForm .title > i {
	color: #e7c30a;
	display: inline-block;
	font-size: 1.1em;
	font-style: normal;
	font-weight: 500;
	margin: -1px 0 0 6px;
	position: relative;
	transition:all 0.3s ease;
}
.generalForm input[type="text"],
.generalForm input[type="date"],
.generalForm input[type="password"],
.generalForm input[type="file"],
.generalForm input[type="email"],
.generalForm select,
.generalForm textarea {
	border: 1px solid #166897;
	border-radius: 5px;
	font-size: 1.15em;
	font-weight: 400;
	margin-bottom: 30px;
	outline: none !important;
	padding: 11px 16px 12px 42px;
	position: relative;
	width: 100%;
}
.generalForm textarea {
	overflow: hidden;
	overflow-y: auto;
}
.generalForm input[type="text"].error,
.generalForm input[type="email"].error,
.generalForm input[type="password"].error,
.generalForm input[type="file"].error,
.generalForm select.error,
.generalForm textarea.error {
	border-color: #e35d34;
}
.generalForm input[type="text"].error + i,
.generalForm input[type="password"].error + i,
.generalForm input[type="file"].error + i,
.generalForm input[type="email"].error + i,
.generalForm select.error + i,
.generalForm textarea.error + i {
	color: #e35d34;
}
.generalForm .captcha {
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
}
.generalForm .reload {
	color: #8ea3af;
	position: absolute;
	right: 121px;
	top: 38px;
	transition:all 0.3s ease;
}
.generalForm .reload:hover {
	color: #156aa4;
}

.generalForm input[readonly="readonly"] { background-color: #f2f2f2 !important; border: 1px solid #c5c5c5 !important }
.generalForm select[disabled="disabled"] { background-color: #f2f2f2 !important; border: 1px solid #c5c5c5 !important }

.generalForm select {
	background-color: #fff;
	background-image: url(../img/arrow.png);
	background-position: 98% center;
	background-repeat: no-repeat;
	background-size: 15px;
	margin-bottom: 30px;
	padding: 11px 26px 12px 42px;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.generalForm input[type="text"]:focus,
.generalForm input[type="email"]:focus,
.generalForm textarea:focus,
.generalForm select:focus {
	border-color: #e28223;
}
.generalForm input[type="text"]:focus + i,
.generalForm input[type="email"]:focus + i,
.generalForm textarea:focus + i,
.generalForm select:focus + i {
	color: #e28223;
}

.generalForm input[type="radio"] {
	background-color: transparent;
	border-radius: 50%;
	box-shadow: 0 0 0 1px #156aa4;
	cursor: pointer;
	height: 14px;
	margin-right: 10px;
	outline: none;
	position: relative;
	top: 2px;
	width: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.generalForm input[type="radio"]:hover { background-color: #efefef }
.generalForm input[type="radio"]:checked {
	background-color: #166897;
	border:3px solid #fff;
	box-shadow: 0 0 0 1px #166897;
}
.generalForm input[type="radio"].error { box-shadow: 0 0 0 1px #e35d34 }

.generalForm input[type="checkbox"] {
	background-color: transparent;
	box-shadow: 0 0 0 1px #156aa4;
	cursor: pointer;
	height: 14px;
	margin-right: 10px;
	position: relative;
	top: 2px;
	width: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.generalForm input[type="checkbox"]:checked {
	background-color: #006db6;
	border:3px solid #fff;
	box-shadow: 0 0 0 1px #006db6;
}
.generalForm input[type="checkbox"].error { box-shadow: 0 0 0 1px #e35d34 }
.generalForm .mChoice {
	cursor: pointer;
	display: block;
	font-weight: 300;
	margin: 12px 0 12px 2px;
}
.generalForm .mChoice:last-of-type {
	margin: 12px 0 30px 2px;
}

.generalForm input[type="submit"],
.generalForm button[type="submit"],
.generalForm .floatBtn {
	background-color: #006db6;
	background-color: #e28223;
	border-radius: 3px;
	box-shadow: 0 0 0 3px transparent;
	color: #fff;
	cursor: pointer;
	display: table;
	font-size: 1.1em;
	font-weight: 700;
	outline: none;
	padding: 12px 22px;
	text-transform: uppercase;
	transition:all 0.3s ease;
}
.generalForm input[type="submit"]:hover,
.generalForm button[type="submit"]:hover,
.generalForm .floatBtn:hover {
	box-shadow: 0 0 0 3px #abdbf7;
}
.generalForm button[type="submit"].absolute {
	height: 100%;
	padding: 10px 16px;
	position: absolute;
	right: 0;
	top: 0;
}

.generalForm .floatBtn {
	display: inline-block !important;
	margin-right: 4px;
}
.generalForm a.grey {
	background-color: #626d73;
}
.generalForm a:hover.grey {
	box-shadow: 0 0 0 3px #c9d1d5;
}
.generalForm input[type="submit"] i,
.generalForm button[type="submit"] i,
.generalForm .floatBtn i {
	margin-left: 9px
}
.generalForm button[type="submit"].absolute i {
	margin-left: 0;
}
@media only screen and (max-width:600px) {
	.generalForm fieldset {
		border: none;
		border-bottom: 1px solid #e6e6e6;
		padding: 26px 0;
	}
	.generalForm fieldset legend {
		border-top: 1px solid #e6e6e6;
		padding: 26px 0 0 0;
		width: 100%;
	}
}


/* ----------- google translate -----------*/
.goog-te-banner-frame.skiptranslate { display: none !important }
#google_translate_element .goog-te-gadget { font-size: 0px; text-align: center }
#google_translate_element .goog-te-gadget > div > div { display: none }
#google_translate_element .goog-te-gadget span { display: none }
#google_translate_element .goog-te-combo {
	background-color: #fff;
	background-image: url(../img/arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 24px;
	border: 1px solid #166897;
	border-radius: 5px;
	color: #3a3d4f;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 500;
	padding: 11px 26px 12px 12px;
	width: 100%;

	-webkit-appearance: none;
	-moz-appearance: none;
}


/*-----------pagination-----------*/
#pagination {
	display: flex;
	justify-content: center;
	margin: 40px 0 10px 0;
	position: relative;
}
#pagination a {
	background-color: #fff;
	color: #3a3d4f;
	display: block;
	font-size: 1.1em;
	margin-right: 2px;
	min-width: 34px;
	padding: 6px 12px;
	text-align: center;
	transition:all 0.3s ease;
}
#pagination a:hover {
	background-color: #f5f5f5;
	color: #0e4a7f;
}
#pagination .active a {
	background-color: #156aa4;
	color: #fff;
	font-weight: 600;
}
@media only screen and (max-width:1040px) {
	#pagination.news { padding: 0 }
}
@media only screen and (max-width:620px) {
	#pagination { margin: 30px 0 10px 0 }
}


/*----------- cdtop -----------*/
.cdTop {
	background-color: #e28223;
	box-shadow: 0 0 0 2px rgba(255,255,255,1);
	border-radius: 50%;
	bottom: 72px;
	color: #fefeff;
	font-size: 1.5em;
	height: 40px;
	line-height: 38px;
	opacity: 0;
	position: fixed;
	right: 15px;
	text-align: center;
	transition:all 0.3s ease;
	visibility: hidden;
	width: 40px;
	z-index: 9988;
}
.cdTop:hover {
	background-color: #192479;
	color: #fff;
}
.cdTop.cd-is-visible,
.cdTop.cd-fade-out,
.no-touch .cdTop:hover {
	transition:all 0.3s ease;
}
.cdTop.cd-is-visible {
	visibility: visible;
	opacity: 1;
}
.no-touch .cdTop:hover {
	background-color: #eb5041;
	opacity: 1;
}
.cdTop.cd-is-visible:focus {
	background-color: #5b5e73;
	color: #fff;
}


/*----------- mainGrad -----------*/
.wrapMain {
	position: relative;
}
.mainGrad {
	background-color: #f2f2f2;
	background-image: url(../img/tranBanner.jpg);
	background-position: center;
	background-size: cover;
	min-height: 400px;
	position: relative;
	width: 100%;
	-webkit-clip-path: polygon(0 0, 100% 0, 357% 87%, 0 94%);
	clip-path: polygon(0 0, 100% 0, 357% 87%, 0 94%);
}
.mainGrad2 {
	background-color: #fff;
	background-position: center;
	background-size: cover;
	left: 0;
	margin-top: -56px;
	min-height: 400px;
	position: absolute;
	width: 100%;
	-webkit-clip-path: polygon(0 0, 100% 0%, 129% 64%, 0 70%);
	clip-path: polygon(0 0, 100% 0%, 129% 64%, 0 70%);
}
.wrapMain .wrap {
	background-color: #fff;
	border-radius: 30px 90px 30px 30px;
	bottom: -64px;
	box-shadow: 0 -20px 12px rgba(40,40,40,.1);
	left: 0;
	padding: 26px 42px 26px 42px;
	position: absolute;
	width: 800px;
	z-index: 100;
}
.wrapMain .wrap:after {
	background-color: rgba(255,255,255,.8);
	border: 2px solid #e28223;
	border-radius: 40px 100px 40px 40px;
	content: "";
	height: calc(100% + 24px);
	left: -14px;
	position: absolute;
	top: -14px;
	width: calc(100% + 24px);
	z-index: -1;
}
.wrapMain h1 {
	color: #1a7bbd;
	font-size: 2.3em;
	font-weight: 500;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.wrapMain p {
	font-size: 1.15em;
	line-height: 1.55em;
}
@media only screen and (max-width:844px) {
	.wrapMain .wrap { bottom: -20px; width: auto }
}
@media only screen and (max-width:600px) {
	.mainGrad { min-height: 232px; position: absolute; top: -160px }
	.mainGrad2 { clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 84%); min-height: 232px }
	.wrapMain .wrap { bottom: 0; margin-top: 160px; padding: 26px 32px 26px 32px; position: relative; }
	.wrapMain h1 { font-size: 1.9em }
}


/*-----------indexNews-----------*/
#indexNews {
	background-color: #fff;
	padding: 60px 0;
	position: relative;
	z-index: 200;
}
#indexNews h2 {
	font-size: 1.8em;
	font-weight: 300;
	margin-bottom: 28px;
	position: relative;
	text-align: center;
	/* text-transform: uppercase; */
	z-index: 100;
}
/* #indexNews h2:before {
	background-color: #1a7bbd;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	top: 16px;
	transform: translateX(-50%);
	width: 400px;
	z-index: -1;
} */
#indexNews h2 span {
	background-color: #fff;
	padding: 0 14px;
}

.newList {
	display: grid;
	grid-gap: 40px 0;
	grid-template-columns: repeat(3, 1fr);
}
.newList a {
	align-items: center;
	background-color: #fff;
	border-right: 1px solid #e6e6e6;
	color: #3a3d4f;
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 64px auto;
	padding: 10px 32px;
	position: relative;
	transition:all 0.3s ease;
}
.newList a:nth-child(3),
.newList a:nth-child(6) {
	border-right: none;
}

.newList a h3 {
	color: #3a3d4f;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.4em;
	transition:all 0.3s ease;
}
.newList a:hover h3 {
	color: #1a7bbd;
}
.newList .date {
	background-color: #e28223;
	border-radius: 20px 20px 10px 20px;
	font-size: 1.9em;
	font-weight: 700;
	height: 71px;
	line-height: .84em;
	padding-top: 13px;
	text-align: center;
	transition: all 0.3s ease;
	width: 65px;
	color: #fff;
}
.newList a:hover .date {
	background-color: #8da7b6;
	color: #fff;
}
.newList .date span {
	display: block;
	font-size: .55em;
	font-weight: 500;
	text-transform: uppercase;
}
#indexNews .linkmore {
	color: #3a3d4f;
	display: table;
	font-weight: 500;
	margin: 18px auto 0 auto;
	line-height: 2.6em;
	text-align: center;
	text-transform: uppercase;
	transition:all 0.3s ease;
}
#indexNews .linkmore i {
    margin-left: 10px;
}
#indexNews .linkmore:hover { color: #1a7bbd }
@media only screen and (max-width:870px) {
	.newList { grid-template-columns: repeat(2, 1fr) }
	.newList a:nth-child(3),
	.newList a:nth-child(6) {
		border-right: 1px solid #e6e6e6;
	}
	.newList a:nth-child(2),
	.newList a:nth-child(4) {
		border-right: none;
	}
}
@media only screen and (max-width:730px) {
	.newList a {
		border-bottom: 1px solid #e6e6e6;
		border-right: none !important;
	}
	.newList a h3 { line-height: 1.5em }
	.newList a:before,
	.newList a:after { display: none !important }
}
@media only screen and (max-width:560px) {
	#indexNews { padding: 40px 0 }
	#indexNews h2 { margin-bottom: 6px }
	.newList { grid-gap: 0; grid-template-columns: repeat(1, 1fr) }
	.newList a { border-right: none; padding: 22px 6px }
}
@media only screen and (max-width:460px) {
	#indexNews h2:before { width: 320px }
}


/*-----------misc-----------*/
.titleBar {
	padding: 0 42px 36px 42px;
	position: relative;
	padding: 10px 42px 36px 42px;
}
.titleBar h1 {
	color: #e28223;
	font-size: 2.6em;
	font-weight: 500;
	line-height: 1.3em;
}
.titleBar h1:after {
	background-color: #e28223;
	content: "";
	display: block;
	height: 4px;
	margin: 16px 0 18px 0;
	width: 80px;
}
.titleBar.simple h1:after {
	display: none;
}
.titleBar h1 .date {
	color: #95a1a7;
	display: block;
	font-size: .37em;
	font-weight: 400;
	line-height: 1.1em;
	margin-bottom: 4px;
	margin-top: 18px;
	text-transform: uppercase;
}
.titleBar h1 .date i {
	color: #b6c1c6;
	margin-right: 4px;
}
.embedContainer {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embedContainer.map {
	padding-bottom: 70%;
}
.embedContainer iframe,
.embedContainer object,
.embedContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.lButton {
	background-color: #156aa4;
	border-radius: 3px;
	box-shadow: 0 0 0 3px transparent;
	color: #fff !important;
	cursor: pointer;
	display: table;
	font-size: 1.15em;
	font-weight: 500;
	margin-top: 26px;
	padding: 12px 22px;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.lButton:hover { box-shadow: 0 0 0 3px #aae0ff }
.lButton i { margin-left: 9px }
.lButton + h2 { margin-top: 46px }

.msjError,
.msjSuccess {
	font-size: 1em;
	font-weight: 500;
	margin-top: 30px;
	padding: 14px 18px;
	text-align: center;
}
.msjError + fieldset,
.msjSuccess + fieldset { margin-top: 30px }
.msjError i,
.msjSuccess i { margin-right: 10px }
.msjError {
	border: 1px solid #e35d34;
	color: #e35d34;
}
.msjSuccess {
	border: 1px solid #37a5e5;
	color: #37a5e5;
}
.msjError p,
.msjSuccess p { margin-bottom: 0 !important }

@media only screen and (max-width:1000px) {
	.titleBar { border-radius: 0 }
	.singleLayout .titleBar { border-radius: 20px 0 0 0 }
}
@media only screen and (max-width:650px) {
	.titleBar h1 { font-size: 2.1em }
	.titleBar h1 .date { font-size: .45em }
	.embedContainer.map { padding-bottom: 90% }
}
@media only screen and (max-width:600px) {
	.titleBar { padding: 17px 28px 36px 28px }
	.titleBar h1 .date { margin-top: 10px }
}

/*-----------articleLayout-----------*/
.articleLayout {
	align-items: start;
	display: grid;
	grid-gap: 40px;
	grid-template-columns: 260px auto;
	margin-top: 97px;
	padding: 0 0 60px 0;
}
.articleLayout .mainText {
	padding: 0 42px 24px 42px;
}
.whiteWrap {
	background-color: #fff;
	border-radius: 20px 0 0 0;
	box-shadow: 0 0 12px rgba(40,40,40,.1);
	padding-bottom: 10px
}
.share {
	margin: 6px 0 0 0;
	position: relative;
	z-index: 2000;
}
.share p {
	display: inline-block;
	font-size: .94em;
	font-weight: 400;
	margin-right: 4px;
	text-transform: uppercase;
}
.share a {
	display: inline-block;
	font-size: 1.4em;
	margin: 0 4px;
	position: relative;
	top: 3px;
	transition:all 0.3s ease;
}
.share a.face { color: #156aa4 }
.share a.twitter { color: #60c5ff }
.share a.mail { color: #8da7b6 }
.share a.sound { color: #c4c8cb }
.share a:hover.face,
.share a:hover.twitter,
.share a:hover.mail,
.share a:hover.sound { color: #e28223 }

@media only screen and (max-width:1000px) {
	.articleLayout { grid-gap: 0; grid-template-columns: 100% }
	.articleLayout .rightCol { grid-row: 1 }
	.whiteWrap { border-radius: 0 }
}
@media only screen and (max-width:600px) {
	.articleLayout { padding: 0 0 40px 0 }
	.articleLayout .mainText { padding: 0 28px }
}

/*-----------singleLayout-----------*/
.singleLayout {
	max-width: 868px;
	padding: 77px 0 60px 0;
}
.singleLayout h1 {
	margin-top: 10px;
	text-align: center;
}
.singleLayout h1:after {
	margin: 16px auto 18px auto;
}
@media only screen and (max-width:1132px) {
	.singleLayout { margin: 0 auto }
}
@media only screen and (max-width:1000px) {
	.singleLayout { padding: 46px 0 60px 0 }
}
@media only screen and (max-width:912px) {
	.singleLayout { margin: 0 22px }
}
@media only screen and (max-width:600px) {
	.singleLayout { margin: 0 14px; padding: 20px 0 60px 0 }
}


/*-----------subMenu-----------*/
#submenu {
	background-color: #fff;
	border: 2px solid #006db6;
	border-radius: 20px 55px 20px 20px;
	box-shadow: 0 0 12px rgba(40,40,40,.1);
	margin-top: 27px;
	position: relative;
}

#submenu .title {
	color: #006db6;
	font-size: 1.3em;
	font-weight: 500;
	line-height: 1.4em;
	padding: 26px 38px 0 38px;
	position: relative;
}
#submenu > ul {
	padding: 12px 20px;
}
#submenu > ul > li,
#submenu > ul > li > ul > li { position: relative }
#submenu > ul > li > a {
	border-top: 1px solid #2778a5;
	color: #006db6;
	display: block;
	font-size: 1em;
	font-weight: 500;
	line-height: 1.4em;
	padding: 14px 24px 14px 18px;
	position: relative;
	transition:all 0.3s ease;
}
#submenu > ul > li:hover > a {
	color: #e28223;
}
#submenu > ul > li > a.current {
	color: #e28223;
}
#submenu > ul > li > a.current:before {
	background-color: #e28223;
	content: "";
	color: #156aa4;
	left: -24px;
	height: 42%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
}
#submenu > ul > li > a.active + .plus { color: #e28223 }
#submenu > ul > li > .plus {
	cursor: pointer;
	color: #006db6;
	font-size: 1.2em;
	height: 48px;
	padding-top: 14px;
	position: absolute;
	right: -10px;
	text-align: center;
	top: 1px;
	transition:all 0.3s ease;
	width: 32px;
}
#submenu > ul > li > .plus:hover {
	color: #e28223;
}
#submenu > ul > li > .plus:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f107";
}
#submenu > ul > li > .plus.symbol:after {
	content: "\f106";
}
#submenu > ul > li > ul {
	display: none;
	padding: 0 0 18px 0;
	position: relative;
}
#submenu > ul > li > ul > li > a {
	color: #006db6;
	display: block;
	font-weight: 400;
	line-height: 1.45em;
	margin-left: 18px;
	padding: 4px 18px;
	position: relative;
	transition:all 0.3s ease;
}
#submenu > ul > li > ul > li > a:before {
	background-color: #e28223;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 13px;
	width: 8px;
}
#submenu > ul > li > ul > li > a:hover,
#submenu > ul > li > ul > li > a.current {
	color: #e28223;
	border-color: #e28223;
}
#submenu > ul > li > ul > li > a:hover:before,
#submenu > ul > li > ul > li > a.active:before { background-color: #d3d3d3 }
@media only screen and (max-width:1000px) {
	#submenu {
		border-radius: 20px 0 0 0;
	}
	#submenu:before { display: none }
	#submenu .title {
		border-radius: 16px 0 0 0;
		padding: 14px 42px;
		text-align: center;
	}
	#submenu .title:after {
		content: "\f067";
		color: #e28223;
		font-family: "Font Awesome 5 Free";
		font-size: 1em;
		font-weight: 900;
		position: absolute;
		right: 14px;
		top: 50%;
		transform: translateY(-50%);
	}
	#submenu .title.open:after {
		content: "\f068";
	}
	#submenu > ul {
		display: none;
		padding: 12px;
	}
	#submenu > ul > li > a.current:before {
		left: -16px;
	}
}
@media only screen and (max-width:600px) {
	#submenu { margin-top: 30px }
}


/*-----------subsubmenu-----------*/
.mainText #subsubmenu:first-child {
	margin-top: 10px;
	margin-bottom: 20px;
}
#subsubmenu {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 30px;
	margin-top: 24px;
}
#subsubmenu a {
	align-items: center;
	box-shadow: 0 0 12px rgba(40,40,40,.1);
	border-bottom: 1px solid #156aa4;
	color: #3a3d4f;
	display: grid;
	font-weight: 400;
	padding: 26px 20px;
	position: relative;
	text-align: center;
	transition:all 0.3s ease;
}
#subsubmenu a p {
	hyphens: initial;
	line-height: 1.3em;
}
#subsubmenu a i {
	color: #156aa4;
	font-size: 2.7em;
	margin-bottom: 8px;
	transition:all 0.3s ease;
}
#subsubmenu a:hover i { color: #e28223 }
#subsubmenu a:hover { border-color: #e28223 }
@media only screen and (max-width:760px) {
	#subsubmenu { grid-template-columns: repeat(2,1fr) }
	#subsubmenu a p { font-size: 1.1em }
	#subsubmenu a i { font-size: 2.4em }
}
@media only screen and (max-width:490px) {
	#subsubmenu { grid-gap: 20px; grid-template-columns: repeat(1,1fr) }
}


/*-----------breadcrumb-----------*/
#breadcrumb {
	padding: 36px 42px 5px 42px;
	position: relative;
	z-index: 100;
}
#breadcrumb i {
	color: #2886bd;
	font-size: .8em;
	padding: 0 8px;
}
#breadcrumb a {
	color: #7897a9;
	font-weight: 400;
}
#breadcrumb a:hover,
#breadcrumb .current {
	text-decoration: underline;
}
@media only screen and (max-width:1132px) {
	#breadcrumb { padding: 36px 21px 5px 21px }
}
@media only screen and (max-width:600px) {
	#breadcrumb { line-height: 1.5em; padding: 28px 15px 0 15px }
}


/*-----------poll-----------*/
#poll {
	background-color: #fff;
	border-radius: 0 0 20px 0;
	box-shadow: 0 0 12px rgba(40,40,40,.1);
	margin-top: 36px;
	padding: 26px 32px;
}
#poll p {
	color: #156aa4;
	font-size: 1.25em;
	font-weight: 500;
	line-height: 1.45em;
	margin-bottom: 18px;
}
#poll p:after {
	background-color: #e28223;
	content: "";
	display: block;
	height: 3px;
	margin-top: 10px;
	width: 60px;
}
#poll .floatBtn {
	font-size: 1em;
	font-weight: 500;
	margin-top: 8px;
	padding: 9px 14px 8px 14px;
}
#poll .generalForm .mChoice:last-of-type {
	margin: 12px 0 10px 2px;
}
@media only screen and (max-width:1000px) {
	#poll {
		border-top: 1px solid #e2e2e2;
		border-radius: 0;
		margin-top: 0;
		padding: 40px 32px;
	}
}



/*-----------wrapPoll-----------*/
#wrapPoll {
	display: grid;
	grid-gap: 30px 36px;
	grid-template-columns: repeat(2,1fr);
	padding: 0 42px;
	position: relative;
}
#wrapPoll .pollBox {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 36px;
}
#wrapPoll p {
	color: #156aa4;
	font-size: 1.35em;
	font-weight: 500;
	line-height: 1.45em;
	margin-bottom: 18px;
}
#wrapPoll p:after {
	background-color: #e28223;
	content: "";
	display: block;
	height: 3px;
	margin-top: 10px;
	width: 60px;
}
#wrapPoll .floatBtn {
	font-size: 1em;
	font-weight: 500;
	margin-top: 8px;
	padding: 9px 14px 8px 14px;
}
#wrapPoll .generalForm .mChoice:last-of-type {
	margin: 12px 0 10px 2px;
}
@media only screen and (max-width:650px) {
	#wrapPoll { grid-template-columns: 1fr }
}
@media only screen and (max-width:600px) {
	#wrapPoll { padding: 0 28px }
}


/*-----------pollResult-----------*/
#pollResult {
	font-size: 1.1em;
	margin-top: 20px;
}
#pollResult .pTitle { font-weight: 400 }
#pollResult .pTitle span {
	color: #7f7f7f;
	font-weight: 300;
}
#pollResult .pRow {
	font-weight: 400;
	margin-bottom: 14px;
	position: relative;
	text-align: right;
}
#pollResult .pRow span {
	background-color: #eee;
	height: 11px;
	position: absolute;
	left: 0px;
	top: 5px;
	width: calc(100% - 56px);
}
#pollResult .pRow span em {
	background-color: #e28223;
	height: 11px;
	left: 0px;
	position: absolute;
	top: 0px;
}

/*-----------newsBox-----------*/
.newsBox {
	display: grid;
	grid-template-columns: repeat(1,1fr);
	padding: 0 42px;
}
.newsBox a {
	align-items: start;
	background-position: center center;
	background-size: cover;
	border-bottom: 1px solid #e6e6e6;
	display: grid;
	grid-gap: 30px;
	grid-template-columns: 180px auto;
	padding: 32px 26px;
	position: relative;
	transition:all 0.3s ease;
}
.newsBox a:first-of-type { margin-top: 14px }
.newsBox a:hover { background-color: #f9f9f9 }
.newsBox a p.title {
	color: #156aa4;
	font-size: 1.5em;
	font-weight: 500;
	line-height: 1.25em;
	margin: 2px 0 6px 0;
}
.newsBox a img {
	margin-top: 9px;
	width: 100%;
}
.newsBox a p {
	color: #3a3d4f;
	font-size: 1.12em;
	line-height: 1.5em;
}
.newsBox a .dateL {
	color: #95a1a7;
	font-size: 1em;
	font-weight: 500;
	margin-bottom: 11px;
	text-transform: uppercase;
}
.newsBox a .dateL i { margin-right: 5px }
.newsBox a .more {
	color: #156aa4;
	display: table;
	font-size: 1.05em;
	font-weight: 700;
	margin-top: 12px;
	text-transform: uppercase;
}
.newsBox a .more i {
	margin-left: 10px;
}

.newsBox .date {
	background-color: #e28223;
	border-radius: 50%;
	color: #fff;
	font-size: 1.8em;
	font-weight: 700;
	height: 72px;
	line-height: .88em;
	padding-top: 16px;
	text-align: center;
	text-shadow: 0 0 2px rgba(20,20,20,0.2);
	width: 72px;
}
.newsBox .date span {
	display: block;
	font-size: .55em;
	font-weight: 500;
	text-transform: uppercase;
}
@media only screen and (max-width:740px) {
	.newsBox a {
		background-color: #fff !important;
		padding: 32px 0;
	}
}
@media only screen and (max-width:600px) {
	.newsBox { padding: 0 14px }
}
@media only screen and (max-width:560px) {
	.newsBox a {
		grid-gap: 10px;
		grid-template-columns: 1fr;
		text-align: center;
	}
	.newsBox .date { margin: auto }
	.newsBox a .more { margin: 12px auto 0 auto }
}

.activityFilter {
	margin-left: auto;
	padding: 0 42px;
	position: relative;
}
.activityFilter .generalForm select {
	font-size: 1.1em;
	font-weight: 500;
	margin-bottom: 0;
}
.activityFilter .generalForm .fBlock > i {
	font-size: 1.1em;
	top: 15px;
}
@media only screen and (max-width:600px) {
	.activityFilter { padding: 0 28px }
}

/*-----------searchResults-----------*/
#searchTitle {
	padding: 0 42px;
	position: relative;
}
#searchTitle h2 {
	font-size: 2em;
	font-weight: 400;
	line-height: 1.3em;
	margin: 40px 0 26px 0;
	position: relative;
	text-align: center;
}
#searchTitle .generalForm input[type="text"] {
	margin-bottom: 0;
	width: calc(100% - 62px);
}
#searchTitle .generalForm .fBlock > i {
	top: 13px;
}

#searchResults {
	padding: 0 42px;
}
#searchResults a {
	border-top: 1px solid #e6e6e6;
	color: #303030;
	display: block;
	padding: 30px 18px 30px 36px;
	position: relative;
	transition:all 0.3s ease;
}
#searchResults a:hover { background-color: #f9f9f9 }
#searchResults a:last-of-type { border-bottom: 1px solid #e6e6e6; }
#searchResults a:before {
	background-color: #e7c30a;
	content: "";
	height: 2px;
	left: 16px;
	position: absolute;
	top: 39px;
	width: 8px;
}
#searchResults .title {
	font-size: 1.3em;
	font-weight: 500;
	text-align: left;
}
#searchResults .url {
	color: #9d9d9d;
	font-size: 1.05em;
	font-style: italic;
	margin: 3px 0 5px 0;
}
#searchResults .descrip {
	font-size: 1.1em;
	line-height: 1.5em;
}
@media only screen and (max-width:600px) {
	#searchTitle { padding: 0 18px }
	#searchTitle h2 { font-size: 1.8em }
	#searchResults { padding: 0 14px }
	#searchResults a {
		background-color: #fff !important;
		padding: 30px 0 30px 18px;
	}
	#searchResults a:before { left: 0 }
	#searchResults .title { font-size: 1.2em }
}


/*-----------optionsMenu-----------*/
#accessBtn {
	background-color: #fff;
	border: 1px solid #005586;
	border-right: none;
	border-radius: 8px 0 0 8px;
	color: #005586;
	font-size: 1.7em;
	padding: 6px 10px;
	position: fixed;
	right: 0;
	top: 61px;
	transition:all 0.3s ease;
	z-index: 100001;
}
#accessBtn.change { top: 68px }
#optionsMenu {
	background-color: rgba(255,255,255,.97);
	border-left: 1px solid #e6e6e6;
	height: 100vh;
	padding: 40px;
	position: fixed;
	right: -310px;
	top: 0;
	width: 310px;
	z-index: 1000000;
}
#optionsMenu .title {
	color: #156aa4;
	font-size: 1.8em;
	font-weight: 500;
	margin-bottom: 26px;
	text-align: center;
}
#optionsMenu .subtitle {
	font-size: 1.05em;
	font-weight: 500;
	margin-bottom: 6px;
	text-transform: uppercase;
}
#optionsMenu .subtitle:last-of-type {
	margin-top: 26px;
}
#optionsMenu a {
	color: #3a3d4f;
	display: block;
	font-size: 1.05em;
	font-weight: 400;
	margin: 0 0 0 10px;
	padding: 7px 0;
	transition:all 0.3s ease;
}
#optionsMenu a:hover {
	color: #37a5e5;
}
#optionsMenu a.current {
	text-decoration: underline;
}
#optionsMenu a i {
	color: #156aa4;
	margin-right: 10px;
	transition:all 0.3s ease;
}
#optionsMenu a:hover i {
	color: #37a5e5;
}
#closeOptions {
	color: #37a5e5;
	cursor: pointer;
	font-size: 1.1em;
	padding: 9px 14px;
	position: absolute;
	right: 4px;
	top: 4px;
}
@media only screen and (max-width:1082px) {
	#accessBtn,
	#accessBtn.change { top: 39px }
}
@media only screen and (max-width:900px) {
	#accessBtn,
	#accessBtn.change { top: 29px }
}
@media only screen and (max-width:550px) {
	#accessBtn,
	#accessBtn.change { top: 21px }
}


/*-----------lastUpdate-----------*/
.lastUpdate {
	background-color: #ffffff;
	color: #3a3d4f;
	font-weight: 500;
	padding: 16px 0;
	text-align: center;
}
.lastUpdate i { margin-right: 7px }
.lastUpdate span {
	color: #005281;
	padding-left: 4px;
}


/*-----------siteMap-----------*/
#siteMap {
	columns: 2;
	column-gap: 86px;
	column-rule: 1px solid #e6e6e6;
	font-size: 1.15em;
	padding: 0 42px 18px 42px;
	position: relative;
}
#siteMap ul li { position: relative }
#siteMap > ul > li {
	font-weight: 500;
	line-height: 1.5em;
	padding: 8px 0;
}
#siteMap > ul > li > a {
	color: #156aa4;
	transition:all 0.3s ease;
}
#siteMap > ul > li > a:hover { color: #2db2ff }
#siteMap > ul > li > ul { padding: 7px 0 6px 5px }
#siteMap > ul > li > ul > li {
	font-weight: 300;
	padding: 2px 0 2px 18px;
}
#siteMap > ul > li > ul > li a {
	color: #202020;
	transition:all 0.3s ease;
}
#siteMap > ul > li > ul > li a:hover { color: #156aa4 }
#siteMap > ul > li > ul > li > a:before {
	background-color: #e28223;
	content: "";
	display: block;
	height: 2px;
	margin-right: 9px;
	left: 0px;
	position: absolute;
	top: 13px;
	transition:all 0.3s ease;
	width: 8px;
}
#siteMap > ul > li > ul > li > ul {
	padding: 7px 0 7px 0
}
#siteMap > ul > li > ul > li > ul > li {
	font-size: .96em;
	font-style: italic;
	padding: 1px 0 1px 17px;
}
#siteMap > ul > li > ul > li > ul > li a:before {
	background-color: #c8c9ca;
	border-radius: 50%;
	content: "";
	display: block;
	height: 1px;
	margin-right: 9px;
	left: 0;
	position: absolute;
	top: 13px;
	transition:all 0.3s ease;
	width: 7px;
}
@media only screen and (max-width:720px) {
	#siteMap { columns: 1 }
}
@media only screen and (max-width:600px) {
	#siteMap { padding: 0 28px 4px 28px }
}