/* nunito-regular - latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/nunito-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/nunito-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nunito-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nunito-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/nunito-v16-latin-regular.svg#Nunito') format('svg'); /* Legacy iOS */
}
/* nunito-italic - latin */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/nunito-v16-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/nunito-v16-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-v16-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nunito-v16-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nunito-v16-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/nunito-v16-latin-italic.svg#Nunito') format('svg'); /* Legacy iOS */
}
/* nunito-600 - latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/nunito-v16-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/nunito-v16-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-v16-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nunito-v16-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nunito-v16-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/nunito-v16-latin-600.svg#Nunito') format('svg'); /* Legacy iOS */
}
/* nunito-600italic - latin */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/nunito-v16-latin-600italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/nunito-v16-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-v16-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nunito-v16-latin-600italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nunito-v16-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/nunito-v16-latin-600italic.svg#Nunito') format('svg'); /* Legacy iOS */
}

/* ----------------------------------------------- Desktop ----------------------------------------------- */

@media screen {
body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	background-color: #f0f0ef;
	background-color: white;
	color: #393939;
	font-family: 'Avenir', 'Nunito', 'Libre Franklin', 'Calibri', sans-serif;
}
#top {	
	display: block;
	padding: 0;
	background-color: black;
	height: 10.3em;
	background-image:linear-gradient(25deg,black 80%,#11767e);
}
#top img {
	height: 4em;
}
#top a:link, #top a:visited {
	font-size: 2.4em;
	margin: 0.2em auto 0 22.5%;
	text-decoration: none;
}
#top a:hover {
	text-decoration: none;
}
#top span { 
	display: none;
}
#content {
	width: 52em;
	margin: 0 auto;
}
#text {
	color: #3b3b3a;
	padding: 1em;
	clear: both;
	font-size: 1.1em;
}
#footer {
	width: 100%;
	font-size: 0.85em;
	color: #555;
	margin: 2em 0 4em; 
	padding: 2em 0 0;
	
	border-width: 0;
	border-top-width: 4px;
 	border-style: solid;
 	border-image: linear-gradient(90deg,#7283de,#eee 50%,#76cfd6 80%) 1;
}
#footer a.openpa:link,
#footer a.openpa:visited
{
	color: #139daa;
	text-decoration: none;
	margin-right: 1px;
	font-weight: bold;
}
#footer a.openpa:hover {
	color: black;
}
#footer ul li:before {
	content: "";
}
#menu ul {
	margin: -3em 0 0 17.5em;
	display: block;
	padding: 0 1em;
	list-style: none;
	width: 50em;
}
#menu ul li {
	margin: 0;
	margin-right: 2em;
	float: left;
	background-color: transparent;
	display: block;
}
#menu ul li:before {
	content: "";
}
#menu ul li a {
	color: white;
	padding: 4px 0 3px;
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;	
	font-size: 0.93em;
}
#menu a:hover {
	color: #16a2ad;
	text-decoration: none;
}
#menu ul li.here a {
	color: #16a2ad;
}
#menu ul li.here a:hover {
}

#submenu {
	background-color: transparent;
	position: absolute;
	left: 1em;
	margin: 4.3em 0 0;
}
#submenu ul {
	font-size: 0.9em;
	padding: 0;
	margin: 0;
	list-style-type: none;
	clear: left;
	background: linear-gradient(55deg,#afafaf 25%,#62b8bf,#838fc7);
}
#submenu ul li {
	display: block;
	margin: 0;
	background: transparent;
	border: 3px solid white;
	width: 7.8em;
}
#submenu ul li:before {
	content: "";
	margin: 0;
	width: 0;
	display: inline;
}
#submenu ul li a {
	font-weight: normal;
	display: block;
	text-decoration: none;
	padding: 0.18em 0 0.19em 0.7em;
	color: white;
}
#submenu ul li a:hover {
	color: black;
	text-decoration: none;
}
#submenu ul li.first a {
}
#submenu ul li.here a {
	color: black;
	text-decoration: none;
}

ul.nav {
	background-color: #fcfcfc;
	color: white;
	width: 100%;
	padding: 0;
	font-size: 0.95em;
	margin: -1em 0 -1.3em;
}
ul.nav + p {
	margin-top: 2em;
}
ul.nav li {
	display: inline;
	padding: 0;
	margin: 0.1em 0.15em 0 0;
	line-height: 2.5em;
}
ul.nav li:before {
	content: "";
	margin: 0;
	width: 0;
	display: inline;
}
ul.nav li a {
	font-weight: normal;
	background-color: rgb(109, 127, 222);
	color: white;
	text-decoration: none;
	border-radius: 1em;
	padding: 4px 10px;
	margin: 0;
	white-space: nowrap;
}
ul.nav li.here a {
	text-decoration: none;
	color: black;
}
ul.nav a:hover {
	color: black;
}
ul.nav li ul {
	display: inline;
	margin: 0;
	padding: 0;
}
ul.nav li ul li {
	display: inline;
	margin: 0;
}
ul.nav li ul li a {
	font-size: 0.8em;
	background-color: #888;
}
ul.nav li ul li:before {
	content: "";
}
ul.footernav {
	margin: 0.4em 0 0;
	padding: 0.2em 0.2em;
}
ul.footernav li {
	padding-right: 1em;
	display: inline;
	list-style-type: none;
}
h1, h2, h3, h4 {
	font-weight: 600;
}
h1 {
	font-size: 2.6em;
	margin: 1.5em 0 0.8em;
	background-image:linear-gradient(90deg,#354fe0,black 30%,#16a2ad 60%,black 95%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
h1.smheading {
	font-size: 2.5em;
	margin-bottom: 1em;
	width: 100%;
}
h2 {
	font-size: 1.8em;
    margin: 1.5em 0 0.7em;
}
#news h2 {
	font-size: 1.5em;
	margin: 2em 0 0.2em;
}
h3 {
	font-size: 1.25em;
    margin: 1.4em 0 0.6em;
}
h3.ctr {
	font-size: 1.3em;
	margin: 2em 0 0.8em -4em;
	text-align: center;
	font-weight: 500;
}
h4 {
	font-size: 1.15em;
	margin: 1.4em 0 0.6em;
}

a:link, a:visited {
	text-decoration: underline;
	font-weight: normal;
	display: inline;
	color: #354fe0;
}
a:hover {
	color: black;
	font-weight: normal;
	text-decoration: underline;
}
a:active {
	color: #888;
	text-decoration: none;
}
a.note:link,
a.note:visited {
	font-size: 0.6em;
	font-style: normal;
	text-decoration: none;
	vertical-align: super;
	line-height: 1em;
	font-weight: normal;
	margin-left: 0;
	margin-right: 0.2em;
}
a.note:before,
a.note:after {
	font-weight: normal;
}
a.note:before {
	content: "[";
}
a.note:after {
	content: "]";
}
h2 a.note:link,
h2 a.note:visited {
	font-size: 0.5em;
}
a.ext:link,
a.ext:visited {
	background: url(../images/external.png) right center no-repeat !important;
	background: url(../images/external.gif) right center no-repeat;
	padding-right: 16px;
}
#news h2 a:link,
#news h2 a:visited,
#news h2 a:hover {
	text-decoration: none;
	font-weight: bold;
}
#news h2:before {
	content: "\203b";
	display: block;
	text-align: center;
	font-size: 0.5em;
	margin-top: -1em;
	margin-left: -1em;
	margin-bottom: 3em;
	padding: 0;
}
p {	
	text-align: left;
	line-height: 1.7em;
	margin: 0.3em 2em 1.3em 0;
}
p.up {
	text-align: right;
	font-variant: small-caps; 
	padding: 0;
	margin: 0;
	font-size: 1em;
}
p.up a:link,
p.up a:visited, 
p.up a:hover {
	text-decoration: none;
}
p.author {
	padding: 0;
	margin-top: 0;
	font-size: 0.8em;
	word-spacing:0.2em
}
p.date,
p.author i {
	font-style: italic;
	font-size: 1.2em;
	font-style: normal;
	word-spacing:0em
}
p.texthead {
	font-style: italic;
	font-size: 1em;
	margin-top: 1em;
	margin-bottom: 0;
	padding-bottom: 0;
}
p.textnote {
	margin: 0;
	padding: 0.3em 0.2em 0.2em 0.8em;
	border: 1px solid #ccc;
	border-left: 4px solid #bbb;
	font-style: italic;
	font-size: 0.9em;
	background-color: #f6f6f6;	
}
p.smallnote {
	margin: 1em;
	text-align: center;
	font-size: 0.9em;

}
p.subhead {
	font-weight: bold;
	font-size: 1.3em;
	margin: 1.5em 0 1em;
}
#footer p {
	margin: 0.1em;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.box {
    width: auto;
    clear: both;
	background-color: #f6f6f6;
    border: 1px solid #ccc;
    margin: 1.5em 4em 1.5em 0;
    padding: 0.4em;
    font-weight: normal;
}
.option {
	margin: 0;
	padding: 0.1em 0.3em;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	font-style: normal;
	font-size: 0.9em;
}
pre, code, tt {
	font-family: "Andale Mono", "Courier New", Courier, monospace;
	font-size: 14px;
	line-height: 100%;
}
.cap {  font-variant:small-caps; 
}
sup {   font-size: 8px;
	line-height: 0;
}
i.n {
	font-style: normal;
}
ins {
	color: green;
	text-decoration: none;

}
#top img {
	padding: 0;
	padding-bottom: 1em;
	border: 0;
}
#text img.pdficon {
	float: left;
	display: block;
	margin-left: 0;
	margin-right: 0.4em;
}
img.index {
	float: right;
	width: 10em;
	margin: -4.3em 2em 0.5em 1em;
	border-radius: 12px;
}
img.sys {
	float: right;
	width: 12em;
	margin: -2em -2em 0.5em 1em;
	border-radius: 12px;
}
img.sysleft {
	float: left;
	width: 12em;
	margin: 0 1em 0.15em 0;
	border-radius: 12px;
}
figure.intro {
	float: right;
	margin: 0 0 1em 1.5em;
}
figure.intro.small {
	float: right;
	margin: 0 0 1em 0.7em;
}
figure.ctr {
	float: none;
	text-align: center;
	margin: 1em 0;
}
figure.intro.ctr {
	margin: 0;
}
figure.left {
	float: left;
	margin: 0.3em 1.2em 0.3em 0;
}
img.intro {
	width: 20em;
	float: right;
	margin: 0.4em 2em;
	border-radius: 6px;
}
figure.intro.ctr img {
	width: 16em;
}
figure.intro.small img {
	width: 8em;
}
figure {
	display: none;
}
figure.index {
	display: inline;
}
img.shad {
	box-shadow: 2px 2px 2px #999;
	padding: 0.7em;
	border: 1px solid #eee;
}
figure.intro img {
	width: 20em;
	border-radius: 6px;
}
img.history {
	height: 8.6em;
	margin-right: 0.5em;
	margin-bottom: 1em;
	border-radius: 4px;
}
figcaption {
	font-size: 0.8em;
	text-align: center;
}
figure.small figcaption {
	font-size: 0.6em;
}

ul,
ol {
	font-size: 1em;
	margin: 1em 2em 1em 0em;
}
ul li,
ol li {
	line-height: 1.6em;
	margin: 0.1em 0;
	font-weight: normal;
}
ul li ul,
ol li ul {
	margin-top: 0;
	padding-left: 2em;
}
ul li ol li {
	list-style-type: decimal;
}
ol.note {
	font-size: 0.9em;
}
ul li {
	list-style: none;	
}
ul li:before {
  	text-align: center;
  	display: inline-block;  
	content: "\25cf";
	font-size: 1.2em;
	margin-left: -1.8em;
	margin-right: 0.2em;
	background-color: transparent;
	width: 1.6em;
    background-image:linear-gradient(50deg,#354fe0,#888 30%,#62b8bf 70%);
	background-image:linear-gradient(320deg,#62b8bf 30%,black);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
}
table {
	margin: 1em auto;
	border-spacing: 0;
	border-collapse: collapse;
	border-style: hidden;
	border: 1px solid #ddd;
	font-size: 0.9em;
}
table.horizontal {
	font-size: 0.8em;
}
table caption {
	font-size: 0.9em;
	caption-side: bottom;
	font-style: italic;
	line-height: 1.2em; 
	margin-bottom: 1em;
	padding-top: 0.7em;
	text-align: center;
}
table caption:before {
	Content: "Table: ";
	font-style: normal;
}
table caption.note:before {
	content: "";
}
table tr th,
table tr td {
	padding: 0.4em;
	border-collapse: collapse;
}
table tr th {
	border-bottom: 1px dotted #ddd;
	background-color: #f3f3f3;
    font-weight: normal;
	text-align: left;
	vertical-align: top;
}
table tr td {
	vertical-align: top;
	font-size: 0.9em;
}
table tr:nth-child(even) td {
	background-color: white;
}
table tr:nth-child(odd) td {
	background-color: #f0f3ff;
}
table.horizontal tr td {
	text-align: center;
	vertical-align: bottom;
}
table.horizontal tr td:nth-child(even) {
	color: #555;
	background-color: #f5f5f5;
}
table.horizontal tr td:nth-child(odd) {
	color: #555;
	background-color: white;
}
table tr.border {
	border-bottom: 2px solid #ddd;
}
table tr.strong {
	font-weight: bold;
}
table tr td.center {
	text-align: center;
}
h1 + table, h2 + table, h3 + table, h4 + table {
	margin-top: 0.6em;
}
table.quick {
	float: right;
	margin-top: 0em;
	margin-right: -3em;
	margin-bottom: 1em;
	margin-left: 1em;
}
table.float {
	float: right;
	margin-top: 0.3em;
	margin-right: -5em;
	margin-bottom: 1em;
	margin-left: 1.5em;
}

} /* screen 50 em close */


/* ----------------------------------------------- Pad ----------------------------------------------- */

@media only screen 
and (max-width : 1024px) {
body {
	padding; 0.2em;
	margin: 0;
	width: auto;
}
#content {
	width: auto;
	margin: 0;
	padding: 0;
}
#top {
	width: auto;
	padding: 0.2em;
	height: 8em;
	border-bottom: 3px solid #999;
}
#top a:link, #top a:visited {
	font-size: 2.6em;
	margin: 0.2em 0.2em 0.6em;
	height: auto;
	width: auto;
}
#top span {
	display: none;
}
#menu {
	width: auto;
}
#menu ul {

}
#menu ul li {
	margin-right: 2.5em;
}
#menu ul li a {
	font-size: 1.25m;
}
#news {
	margin-top: 1em;
	margin-bottom: 0;
}
#text  {
	color: #3b3b3a;
	font-size: 1.2em;
	padding: 0.3em 0.7em;
	margin: 0;
	width: auto;
}
a:link, a:visited {
	color: #14a3ab;
}
ul.nav {
        width: auto;
}
#submenu {
	display: none;
}
#footer {
	padding: 1em 0.4em 2em;
	margin: 0;
	font-size: 1em;
	width: auto;
}
ul.footernav {
	border: none;
}
#footer ul.footernav li {
	margin: 0;
	display: inline;
}
h1 {    
	font-size: 1.em;
}
h2 {    
	font-size: 1.3em;
    margin-top: 0.5em;
    margin-bottom: 0.2em;
}
h3 {
	font-size: 1.1em;
    margin-bottom: 0.3em;
	margin-top: 0.4em;
}
h4 {
	margin-top: 0.8em;
	font-size: 0.9em;
}
p {
	margin: 0;
	margin-bottom: 0.7em;
	margin-right: 2em;
	padding: 0;
}
p.up {
	display: block;
	font-variant: small-caps; 
	text-align: right;
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	padding: 4px;
}
p.up a:link,
p.up a:visited, 
p.up a:hover {
	text-decoration: none;
}
ol,
ul {
	margin-right: 1em;
}
table {
	padding: 0;
	margin: 1em auto;
	font-size: 0.8em;
	border-spacing: 0;
	border-collapse: collapse;
	border-style: hidden;
	border: 1px solid #bbb;
}
table caption {
	display: none;
}
table tr th,
table tr td {
	padding: 2px 5px 4px 6px;
	border-collapse: collapse;
	color: black;
}
table tr th {
	border-bottom: 1px dotted #bbb;
	background-color: #ddd;
        font-weight: normal;
	text-align: left;
	font-size: 0.9em;
	padding-bottom: 4px;
	padding-top: 4px;
	vertical-align: top;
}
table tr td {
	vertical-align: top;
	font-size: 0.8em;
}
table tr:nth-child(even) td {
	background-color: transparent;
}
table tr:nth-child(odd) td {
	background-color: #eee;
}
h1 + table, h2 + table, h3 + table, h4 + table {
	margin-top: 0.6em;
}
table.float,
table.quick {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
	margin-top: 0;
	margin-right: 0;
}
} /* screen 40 em close */


/* ----------------------------------------------- Phone ----------------------------------------------- */

@media only screen 
and (max-width : 480px) {
body {
	background-color: #272727;
	margin: 0;
	padding: 0;
	font-size: 1em;
	width: auto;
}
#top {	
	background-color: #272727;
	border: none;
	padding: 0;
	margin: 0;
	width: auto;
	height: auto;
}
#top a:link,
#top a:visited {
	width: auto;
	font-size: 2.4em;
	height: auto;
	padding: 0;
	margin: 0.4em 0.2em;
}
#top span {
	display: none;
}
#content {
	margin: 0.2em;
	width: auto;
	background-color: transparent;
	padding: 0;
}
#menu {
	margin: 0;
	padding: 0;
	width: auto;
}
#menu ul {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
}
#menu ul li {
	margin: 0;
	padding: 0.5em 0.4em;
	float: none;
	font-size: 1em;
}
#menu ul li a {
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}
#menu ul li.here a {
	color: #0cc3c3;
	border: none;
}

ul.nav,
#submenu {
	display: none;
}
#text,
#footer {
	color: #e9e9e9;
	width: auto;
	background-color: transparent;
	padding: 0.4em;
	margin: 0;
	font-size: 1em;
	border: none;
}
#footer {
	color: #aaa;
	border-top: 1px dashed #aaa;
	padding-top: 2em 0.8em 0.5em;
	font-size: 0.9em;
}
#footer ul.footernav {
	border: none;
	margin: 0;
	font-size: 1em;
}
#footer ul.footernav li {
	display: inline-block;
	padding: 0.3em 0.5em 0.4em 0;
}

h1, h2, h3, h4 {
	color: #fff;
	margin: 0.8em 0 0.4em;
}
h1 {    
	font-size: 1.9em;
	margin: 1em 0 0;
}
h2 {    
	font-size: 1.6em;
	margin: 1.6em 0 0.8em;
}
h3 {
	font-size: 1.2em;
    	margin-bottom: 0.3em;
}
h3.ctr {
	font-size: 1.2em;
	margin: 0;
	text-align: left;
	font-weight: 500;
}
h4 {
	font-size: 1em;
}
a:link, a:visited {
	#color: #223eb4;
	#color: #696fef;
	color: #14a3ab;
}
p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0.5em 0 1em;
}
p.up {	
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}
.option {	
	background: #555;
	border: none;
	padding: 0;
	margin-right: 0.2em;
}
.box {
	width: auto;
	clear: both;
	background: transparent;
	border: none;
	font-style: normal;
	margin: 1.1em auto;
	padding: 0.2em;
}
pre, code, tt {
	font-family: monospace;
	font-size: 0.9em;
	line-height: 100%;
}

img.pdficon {
	display: none;
}

ul,
ol {
	margin: 0;
	padding: 0;
	background: transparent;
}
ul li,
ol li {
	line-height: 1.4em;
	margin-left: 1em;
	margin-right: 0.4em;
	margin-bottom: 0.2em;
	margin-top: 0.3em;
	font-weight: normal;
}

table {
	background: transparent;
	padding: 0;
	margin: 0.4em 0;
	border-spacing: 0;
	border-collapse: collapse;
	border-style: hidden;
	border: 1px solid #999;
	max-width: 100%;
	width: 95%;
}
table caption {
	display: none;
}
table.float {
	float: none;
	margin: 0.4em 0;
	padding: 0;
}
table tr th,
table tr td {
	margin: 0;
	padding: 3px;
	border-collapse: collapse;
	border-right: 1px dashed #888;
	color: #ccc;
	background: transparent;
	font-size: 0.7em;
}
table tr th {
	border-bottom: 1px dotted #ccc;
	background-color: transparent;
}
table tr:nth-child(even) td,
table tr:nth-child(odd) td {
	background-color: transparent;
}
table.quick {
	display: none;
}
.nomobile {
	display: none;

}
} /* screen 24 em close */


/* -------------------------------------- SMALL -------------------------------------- */

@media only screen 
and (max-width : 320px) { 

h1, h2, h3, h4 {
	hyphens: auto;
}
table {
	display: none;
}
}

