@charset "utf-8";
::-moz-selection {
	background: #5563da;
	color: #fff
}

::selection {
	background: #5563da;
	color: #fff
}

html,
body,
:root {
	width: 100%;
	height: 100%;
	background: #fff;
	font-family: "Oxygen"
}

* {
	padding: 0;
	margin: 0;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-rendering: optimizeLegibility
}

*.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

*.noselect {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

*.nodisplay {
	display: none
}

*.container {
	width: 100%;
	height: 100%;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

a:link,
a:visited,
a:hover,
a:visited:hover,
a:focus {
	text-decoration: none
}

strong {
	font-weight: 500
}

section.main {
	width: 100%;
	z-index: 0
}

section.navigation {
	width: 100%;
	min-height: 110px;
	height: 15%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #0c0c38;
	z-index: 1;
}

section.navigation div.header {
	width: 100%;
	height: 100%;
}

section.navigation div.header a {
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

section.navigation div.header a img {
	height: 50px;
	width: auto;
	margin: 0 35px 0 0;
	-webkit-filter: drop-shadow(0 0 3px #000);
	filter: drop-shadow(0 0 3px #000)
}

section.navigation div.header a h1 {
	font-size: 280%;
	font-family: "Old English";
	color: #fd5d2d;
	letter-spacing: 4px
}

section.navigation div.links {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: #0c0c38;
	border-bottom: 1px solid #fd5d2d;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

section.navigation div.links div.container {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	max-width: 1310px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

section.navigation div.links div.container div.link {
	color: #9a9a9a;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	height: 100%;
	-webkit-transition: .3s all;
	transition: .3s all;
	padding: 0 10px;
	margin: 0 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

section.navigation div.links div.container div.link a {
	color: inherit;
	text-decoration: none;
	font-size: 130%;
	height: 100%;
	width: 100%;
	font-variant: all-small-caps;
	font-family: Nunito
}

section.navigation div.links div.container div.link:hover {
	cursor: pointer;
	color: #fff
}

section.navigation div.links div.container::-webkit-scrollbar {
	height: 8px;
	background: #696969
}

section.navigation div.links div.container::-webkit-scrollbar-thumb {
	background: rgba(255, 125, 86, 0.988)
}

section.navigation div.links div.level1 {
	background: #0c0c38
}

section.navigation div.links div.level2 {
	background: #000029
}

section.footer {
	width: 100%;
	background: #323248;
	color: #eee;
	font-family: "Oxygen";
}

section.footer div.footer-content {
	padding: 50px 0;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

section.footer div.footer-content div.map {
	width: 30vw;
	height: 100%
}

section.footer div.footer-content div.info {
	width: 60%;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

section.footer div.footer-content div.info>div {
	height: 100%;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

section.footer div.footer-content div.info>div div.data {
	width: 100%;
}

section.footer div.footer-content div.info>div div.data h1 {
	padding: 0 0 10px 0;
	font-size: 110%;
	color: #ff9d53;
	border-bottom: 1px solid;
	margin: 0 0 20px 0;
	width: 70%
}

section.footer div.footer-content div.info>div div.data p,
section.footer div.footer-content div.info>div div.data a {
	color: #bbb;
	letter-spacing: 1px
}

section.footer div.footer-content div.info>div div.data a {
	padding: 0 0 5px 0;
	display: block;
	-webkit-transition: .2s all linear;
	transition: .2s all linear;
}

section.footer div.footer-content div.info>div div.data a:hover {
	color: #fff
}

section.footer div.footer-content div.info>div.address {
	width: 90%
}

section.footer div.footer-content div.info>div.phone {
	width: 70%
}

section.footer div.footer-content div.info>div.email {
	width: 100%
}

section.footer div.credits {
	padding: 7px 0;
	background: #323248;
}

section.footer div.credits p {
	text-align: center;
	font-size: 14px;
	color: #777;
}

section.footer div.credits p span {
	color: #bbb
}

section.footer div.credits p a {
	color: inherit;
	-webkit-transition: .2s all linear;
	transition: .2s all linear
}

section.footer div.credits p a:hover {
	color: #fff
}

section.main {
	background: #eee;
	border-bottom: 2px solid #fd5d2d;
}

section.main div.container {
	width: 90%;
	max-width: 750px;
	margin: 0 auto;
	padding: 40px 0;
	font-family: "Alegreya Sans";
	font-weight: 100;
}

section.main div.container div.title h1 {
	font-size: 50px;
	padding: 0 0 7px 0;
	color: #fd5d2d;
	border-bottom: 1px solid;
	margin: 0 0 20px 0;
	font-weight: 500;
	letter-spacing: 1.2px
}

section.main div.container div.text {
	overflow-x: auto;
	overflow-y: auto;
}

section.main div.container div.text p {
	text-align: justify;
	font-size: 20px;
	line-height: 1.5;
	padding: 5px 0;
}

section.main div.container div.text p strong {
	color: #333
}

section.main div.container div.text p.quote {
	font-style: italic;
	color: #0c0c38
}

section.main div.container div.text h2 {
	font-size: 30px;
	padding: 20px 0 10px 0;
	color: #fd5d2d;
	border-bottom: 1px solid;
	margin: 0 0 20px 0;
	font-weight: 500;
	letter-spacing: 1.2px
}
section.main div.container div.text h3 {
	font-size: 20px;
	padding: 5px 0 5px 0;
	color: #fd5d2d;
	border-bottom: 1px solid;
	margin: 0 0 20px 0;
	font-weight: 400;
	letter-spacing: 1.1px
}


section.main div.container div.text .ul {
	padding: 10px 0;
}

section.main div.container div.text .ul li {
	margin-left: 40px; 
        padding: 5px 0;
	font-size: 20px;
	line-height: 1;
	list-style-type: circle;
	font-weight: 400
}

section.main div.container div.text a {
	color: #323248;
	font-size: 20px;
	display: inline;
	margin: 5px 0;
	border-bottom: 1px solid;
	font-weight: 500
}

section.main div.container div.text img {
	width: 40%;
	height: auto;
	margin: 10px auto;
	display: block;
	border: 2px solid #323248
}

section.main div.container div.text table {
	width: 100%;
	margin: 8% 0;
}

section.main div.container div.text table tr {
	padding: 20px 0;
	font-size: 20px;
	height: 20px
}

section.main div.container div.text table th {
	text-align: left
}

section.main div.container div.text table td {
	padding-left: 3px;
	padding-right: 3px
}

section.main div.container div.text table.border {
	border-collapse: collapse;
}

section.main div.container div.text table.border table,
section.main div.container div.text table.border th,
section.main div.container div.text table.border td {
	border: 1px solid #000
}

section.main div.container div.text table.nowrap td {
	white-space: nowrap
}

section.main div.container div.text li.updates-item {
	font-size: 30px;
	padding: 7px 0;
	list-style-type: circle;
}

section.main div.container div.text li.updates-item span {
	font-weight: 500
}

section.main div.container div.text li.updates-item.important {
	color: #ff7878 !important;
	font-weight: bold
}

@media only screen and (max-width:1000px) {
	*.flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	section.footer div.footer-content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	section.footer div.footer-content div.info {
		width: 50%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	section.footer div.footer-content div.info>div {
		width: 100% !important;
	}
	section.footer div.footer-content div.info>div div.data h1 {
		width: 100%
	}
	section.footer div.footer-content div.info div.phone {
		margin: 30px 0
	}
}

@media only screen and (max-width:767px) {
	section.navigation div.header a img {
		margin: 0 15px 0 0
	}
	section.navigation div.header a h1 {
		font-size: 210%;
		letter-spacing: 2px
	}
	section.navigation div.links div.container div.link {
		padding: 0 15px;
	}
	section.navigation div.links div.container div.link a {
		font-size: 120%
	}
	section.navigation div.links div.container::-webkit-scrollbar {
		height: 5px;
		background: none
	}
	section.navigation div.links div.container::-webkit-scrollbar-thumb {
		background: rgba(255, 153, 121, 0.349)
	}
	*.ios-safari-fix {
		display: block;
		margin-right: auto;
		margin-left: auto
	}
	section.footer div.footer-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	section.footer div.footer-content div.map {
		width: 90%;
		margin-bottom: 50px
	}
	section.footer div.footer-content div.info {
		width: 90%;
	}
	section.footer div.footer-content div.info div div.data h1 {
		width: 100%
	}
	section.footer div.credits p {
		font-size: 11px
	}
}

@media only screen and (max-width:767px) {
	section.main div.container {
		padding: 20px 0;
	}
	section.main div.container div.title h1 {
		font-size: 35px
	}
	section.main div.container div.text p {
		font-size: 19px;
		padding: 20px 0
	}
	section.main div.container div.text h2 {
		font-size: 23px
	}
	section.main div.container div.text img {
		width: 100%
	}
	section.main div.container div.text table {
		margin: 5% 0
	}
	section.main div.container div.text li {
		font-size: 30 px !important;
		padding: 5px 0
	}
	section.main div.container div.text a {
		font-size: 19px
	}
}


  ol {
      list-style-type: none;   
      margin: 0;               
      padding: 0;             
    }
    ol > li {
      margin: 2px 0;           
    }
    ol > li::before {
      content: " ";           
    }
    ol ol {
      margin-left: 20px;       
    }
   
  
    ol ol > li::before{
      list-style-type: circle;
    }
	