@charset "utf-8";


html {
	height:100%;
	margin: 0;
	}

body  {
	font: 100% Arial, Verdana, Geneva, helvetica, sans-serif;
	background-color: #ffffff;
    min-height: 100%;
	margin: 0; 
	overflow: auto;
	overflow: hidden\9;
}

a:link {text-decoration: none; color:#2727ff;}      /* unvisited link */
a:visited {text-decoration: none; color:#800080;}  /* visited link */
a:hover {color:#00afef;}  /* mouse over link */
a:active {color:#00afef;}  /* selected link #344112*/



h1 {
	font-family:  Arial, Verdana, Geneva, helvetica, sans-serif;
	font-size: 20pt;
	color: #00afef;
	font-weight: bold;
	margin-top: 0em; 
	margin-bottom: 0em
}

h2 {
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	font-size: 14pt;
	color: #000;
	font-weight: bold;
}

h3 {
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	font-size: 18pt;
	color: #000000;
	font-weight: bold;
	margin-bottom: 0em;
}

h4 {
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	font-weight: bold;
	margin-bottom: 0em;
	text-decoration:none;
} 

h5 {
	font-family:  Arial, Verdana, Geneva, helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	font-weight: bold;
	margin-top: 0em; 
}

.main-container {
overflow-x: hidden;

}


/*Slider Caption Text
.flex-caption {
  padding: 2%;
  display: inherit;
  width: 400px !important;
  height: 100px !important;
  position: relative;
  left: 40px;
  bottom: 0px;
  color: white;
  background: rgba(0,0,139,.8);
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  z-index: 5;
}*/

.flex-caption {
    padding: 1%;
    background: rgba(0,0,139,.8);
    height: 70%;
    line-height:18px;
    margin:0;
    text-align:left;
    color:#ffffff;
    padding-right:20px;
    top:10%;   
    left:10%; /*Adjust this by yourself to make it look better*/
    width:30%;
    font-family: Montserrat, Helvetica, Arial, sans-serif !important;
    font-weight: bold;
    text-transform: uppercase;
    position:absolute;
}

ul.slides li{
  position:relative;
}

#flex-wrapper{
  min-width:100%;
}



.flexzt {
  margin: 25px;
  display: flex;
  flex-direction: row;
  font-size: 20px;
  text-align: center;
  justify-content: center;
  align-items: stretch;
}

.flex-item-left {
  background-color: #f1f1f1;
  padding: 10px 10px 15px 10px;
  flex: 50%;
  border: #06C solid; 
  text-align: center;

}

.flex-item-right {
  background-color: #f1f1f1;
  padding: 10px 10px 15px 10px;
  flex: 50%;
  border: #06C solid;  
  text-align: center;

}

/* Responsive layout - makes a one column-layout instead of a two-column layout */
@media (max-width: 800px) {
  .flexzt {
	flex-direction: column;
	width: 75%;
    text-align: center;
	
  }
}

.button-link {
	border-radius: 12px;
	background-color: #6F3;
	color: black;
	border: none;
	text-size: 20px;
	text-decoration: none;
	padding: 8px;
	
}

.pmain  {
	 padding: 0 50px 0 50px;
}

.color-box  {
	border: none;
	border-radius: 12px;
	background: #09C;
	padding: 5px 10px 15px 10px;
	margin: -5px 0 0 0;
	width: 155px;
	height: 62%;
	display: inline-block;
	vertical-align: middle;
	
}

.header  {
background-color: #00aaff;
width: 100%;
height: 40px;
position: relative;
top: 0;
}

.header-contact  {
background-color: #00aaff;
width: 100%;
height: 40px;
font-size: 14pt;
position: relative;
top: 0;
}

.header-logo {
position: relative;
top: 0;
padding: 5px 5px 5px 25px;
background-color: white;
width: 220px;
}

.header-w-nav {
    display: flex;
    justify-content: space-between;
}

.navwrapper  {
position: relative;
top: 30px;
margin: 0 auto;
width: 1050px;
white-space: nowrap;
z-index: 20;
}

#menuwrapper ul  {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 11pt;
    white-space: nowrap;
    font-weight: bold;
}

#menuwrapper ul li {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
    float: left;
    white-space: normal;
    text-align: center;
    background-color: #ffffff;
    border-bottom: solid 1px white;
    cursor: pointer;
}

#menuwrapper ul li:hover {
    background-color: #bed2db;
    position: relative;
}


#menuwrapper ul li:hover.right > ul,
#menuwrapper ul li > a:active.right,
#menuwrapper ul li > a:focus.right
{
    right: 0;
    top: 38px;
    display: block;
    text-decoration: underline;
}

#menuwrapper ul li:hover.left > ul,
#menuwrapper ul li > a:active.left,
#menuwrapper ul li > a:focus.left
{
    left: -192px;
    top: 38px;
    display: block;
    text-decoration: underline;
}

#menuwrapper ul li a {
    padding: 10px 6px 12px 6px;
    color: #004760;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}


#menuwrapper ul li ul {
    position: absolute;
    display: none;
}


#menuwrapper ul li ul li {
    background-color: #eff6f5; /*#d6f4ff*/
}


#menuwrapper ul li:hover > ul li:hover {
    background-color: #cedde4;
}


#menuwrapper ul li ul li a {
    color: #004760;
    display: inline-block;
    width: 180px;
    left: 40px;
}


#menuwrapper ul li {
    position: relative;
}

#menuwrapper ul li:hover > ul,
#menuwrapper ul li:focus-within > ul         {
    display: block;
}


#menuwrapper ul li ul li{
    position: relative;
}

#menuwrapper ul li ul li.left:hover > ul,
#menuwrapper ul li ul li.left:focus-within > ul {
    display: block;
    right: 192px;
    top: 0px;
}

#menuwrapper ul li ul li.right:hover > ul,
#menuwrapper ul li ul li.right:focus-within > ul {
    display: block;
    left: 192px;
    top: 0px;
}

#menuwrapper ul li .nav-arrow {
float: right;
background-image:url("/images/down-arrow1.png");
background-repeat: no-repeat;
width: 12px; /*or your image's width*/
height: 12px; /*or your image's height*/
margin: 8px 0 0 0;
padding: 0 0 0 12px;
transition: all 0.2s ease-out;            
}

#menuwrapper ul li:hover .nav-arrow,
#menuwrapper ul li:focus-within .nav-arrow {
background-repeat: no-repeat;
background-image:url("/images/up-arrow1.png");
width: 12px; 
height: 12px;
margin: 8px 0 0 0;
padding: 0 0 0 12px;
}


#flex-wrapper {
  width:100%;
}


#hamburger-wrapper {
  display: none; /* for the hamburger */
}

.link-items {
  width: 99%;
  display: block;
  height: 20px;
  padding: 6px 2px 4px 4px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
  font-size: 11pt;
}

.link-items-large {
  width: 99%;
  display: block;
  height: 34px;
  padding: 6px 2px 4px 4px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
  font-size: 11pt;
}

.link-title  {
  width: 99%;
  display: block;
  height: 20px;
  padding: 6px 2px 4px 4px;
  background-color: #f9f9f9;
  color: #00afef;
  border: 1px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
 font-size: 20px;
 font-weight: bold;
}



.subpage-container {
  max-width: 1250px;
  margin: 30px auto;
}

/*
.subpage-content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

.subpage-important-links {
  background-color: #f0f0f0;
  padding: 10px 15px 10px 10px;
  margin-left: 8px;
  border-top: 1px solid #ccc;
  width: 25%;
}
*/

.subpage-content-container {
  display: inline-block;
  padding: 10px;
position: relative; 
width: 100%;
}

.subpage-main-content  {
 width: 100%;
}

.subpage-important-links {
  display: inline-block;
  background-color: #f3f3f3;
  padding: 2px 7px 2px 2px;
  margin-left: 8px;
  margin-right: 4px;
  /*border-top: 1px solid #ccc;*/
  border-radius: 4px;
  width: 20%;
  float: left;
  vertical-align:top;
}

.subpage-content  {
  display: inline-block;
  vertical-align: top;
  padding: 6px 15px 15px 15px;
  background-color: #f9f9f9;
  /*border: 1px solid #ddd;*/
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  position: relative; 
  width: 75%;
}

.subpage-main-content-mod  {
  width: 100%;
  margin: 0 auto;
}

.subpage-content-sans-sidebar  {
  display: inline-block;
  vertical-align: top;
  padding: 6px 15px 15px 15px;
  background-color: #f9f9f9;
  /*border: 1px solid #ddd;*/
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  position: relative; 
  width: 75%;
  margin-left: 10%;
  min-height: 525px;
}


table.gentable {
 border: solid 1px #000000;
}

h1.subpage-h1 {
  font-size: 24px;
  margin-bottom: 10px;
}

p.subpage-p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px;
}


h2.subpage-h2 {
  font-weight: bold;
  margin-top: 10px;
}

ul.subpage-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li.subpage-li {
  display: inline-block;
  margin-right: 20px;
}

a.subpage-a {
  text-decoration: none;
  color: #337ab7;
}

.subpagebanner  {
  background: rgb(196,235,255);
background: linear-gradient(90deg, rgba(196,235,255,1) 0%, rgba(0,170,255,1) 47%, rgba(0,212,255,1) 100%);
width: 100%;
height: 35px;
margin-top: 10px;
}

.lower-main {
 display: flex;
 flex-wrap: wrap;
 max-width: 1250px;
 align-items: center;
 margin: 10px auto;
}

.news-wrapper {
  flex-basis: 63%;
  border-right:  1px solid #ddd;
  margin-left: 60px;
}

.news-items {
  max-width: 700px;
  padding: 10px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}

.news-text {
    font-size: 10pt;
}

.news-headline {
  font-weight: bold;
  font-size: 12pt;
  margin-top: 10px;
}

.lower-buttons-wrapper {
flex-basis: 30%;
max-width: 300px;
margin: 0 auto;
}

.lower-buttons {
  width: 300px;
  height: 145px;
  background-color: #c4ebff;
  padding: 10px;
  border-radius: 5px;
  color: black;
  font-weight: bold;
  display: table-cell; 
  vertical-align: middle;
  font-size: 24pt;
  text-align: center;
}

.lower-buttons:hover  {
 background-color: #00aaff;
 color: white;
 transition: all .4s  ease;
}


.lower-buttons-sub {
  width: 400px;
  height: 145px;
  background-color: #c4ebff;
  padding: 10px;
  border-radius: 5px;
  color: black;
  font-weight: bold;
  display: table-cell; 
  vertical-align: middle;
  font-size: 24pt;
  text-align: center;
}

.lower-buttons-sub:hover  {
 background-color: #00aaff;
 color: white;
 transition: all .4s  ease;
}

.lower-buttons-small {
  width: 300px;
  height: 115px;
  background-color: #c4ebff;
  padding: 10px;
  border-radius: 15px;
  color: black;
  font-weight: bold;
  display: table-cell; 
  vertical-align: middle;
  font-size: 20pt;
  text-align: center;
}

.lower-buttons-small:hover  {
 background-color: #00aaff;
 color: white;
 transition: all .4s  ease;
}




.mission-wrapper {
  margin: 0 auto;
  width: 70%;
display: flex;
flex-wrap: wrap;
}

.mission {
  padding: 10px;
  background-color: #c4ebff;
  color: black;
  border: 1px solid #000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
  flex: 1 1 350px;
  text-align: center;
}

.h3mission  {
margin-top: 65px;
}


.push {
  display: flex;
  justify-content: center;
}

.footer-container {
  position: relative; /* Try this instead of fixed */
  height: 145px;
  background-color: #00aaff;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin-top: 20px; /* Adjust this value as needed */
}

.footer-main-container {
  padding: 20px 40px 10px 40px;
  background-color: #00aaff;
}

.footer-container ul {
  list-style-type: none;
}

.footer-container li a {
    color: white;
    font-weight: bold;
}

.footer-sub-container {
    clear: both;
    width: 100%;
    height: 40px;
    background-color: #c4ebff;
    font-size: 10pt;
}


.logo-links-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 50px); /* Adjust the width to fit your logo and links */
}

.links-list li {
  margin-right: 2px;
  padding-bottom: 2px;
}

.social-media-icons i {
  font-size: 24px;
  color: #fff; /* White icons */
  margin-left: 20px;
}

.socialx {
  display: block;
  text-indent: -9999px;
  width: 24px;
  background: url(/images/x.svg);
  background-size: 24px;
}

.socialfb {
  display: block;
  text-indent: -9999px;
  width: 24px;
  background: url(/images/facebook-square.svg);
  background-size: 24px;
}


.socialyt {
  display: block;
  text-indent: -9999px;
  width: 24px;
  background: url(/images/youtube.svg);
  background-size: 24px;
}



.flex-container-wrapper  {
    display: flex;
    flex-direction: row;     /* make main axis horizontal (default setting) */
    justify-content: center; /* center items horizontally, in this case */
    align-items: center;     /* center items vertically, in this case */
}

.flex-container-main {
  display: flex;
  margin: 0 auto;
  padding: 50px 0px 0px 0px; /* Add some padding to create a nice gap between elements */
}

.flex-element-padding {
padding-bottom: 40px;
padding-left: 2px;
}

.flex-element-main {
  min-width: 275px;
  height: 50px;
  background-color: #83bc46; /*#83bc46*/
  padding: 20px;
  margin: 0 10px;
  border-radius: 5px;
  text-align: right;
  color: white;
  font-weight: bold;
  display: table-cell; 
  vertical-align: middle;
  font-size: 28pt;
  z-index:2;
}

.flex-element-main:hover  {
 background-color: #00aaff;
 color: white;
 transition: all .4s  ease;
 z-index:2;
}

.flex-element-background  {
  height: 73px;
  width: 175px;
  border-radius: 5px;
  text-align: right;
  color: white;
  font-weight: bold;
  display: table-cell; 
  vertical-align: middle;
  font-size: 28pt;
  background-color: #fff;
  z-index: 1;
}

.flex-element-background:hover {
  background-color: #000;
 transition: all .4s  ease;
  z-index: 1;
}


.main-menu {
  display: none;
  }
  
  @media (max-width: 1500px) {
  .flex-container-main {
    flex-wrap: wrap;
  }
}
  

@media all and (max-width: 1305px) and (min-width: 260px)  {

.header-logo {
position: relative;
top: 0;
padding: 5px 5px 5px 5px;
background-color: white;
width: 220px;
display: flex;
justify-content: center;
align-items: center;
}

.header-w-nav  {
display: flex;
justify-content: center;
align-items: center;
}

.regionmap  {
display: none;
}

#menuwrapper ul li {
    margin: 0 !important;
}

table.gentable {
 border: solid 1px #000000;
  width: 100% !important;
  overflow: auto !important;
  display: block !important;
}


.subpage-container {
  width: 90%  !important;
  margin: 0 auto  !important;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
  display: flex;
  padding: 0 !important;
}

.subpage-content-container  {
  width: 90%;
  flex-basis: 100%;
  padding: 10px 0px !important;
  flex: 1;
}

.subpage-important-links {
  width: 80% !important;
  background-color: #f0f0f0;
  padding: 10px 15px 10px 10px;
  margin: 0 auto;
  margin-bottom: 1em;
  border: 1px solid #ccc;
  float: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.subpage-main-content  {
width: 90%;
margin: 0 auto;
}

.subpage-content {
border: 0 !important;
  width: 90%  !important;
}

.news-wrapper {
  flex-basis: 90%;
  border-right: none;
  margin:0 auto;
}

.lower-buttons-wrapper {
flex-basis: 75%;
padding-top: 25px;
max-width: 400px;
margin: 0 auto;
margin-bottom: -40px;
}

.mission-wrapper {
  margin: 0 auto;
  width: 90%;
display: flex;
flex-wrap: wrap;
}

.h3mission  {
margin-top: 16px !important;
}

.footer-container {
  margin: 0 auto;
  width: 100%;
  height: 200px;
  margin-bottom: -2px;
}

.footer-main-container {
  margin: 0 auto;
  width: 100%;
  padding: 0 !important;
}

.footer-main-container img{
  margin: 0 auto;
  padding: 0 !important;
}

.logo-links-social {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  width: 80% !important; /* Adjust the width to fit your logo and links */
}

.footer-sub-container {
    margin: 0 auto;
    align-content: center;
    clear: both;
    bottom: 0;
    width: 100%;
    height: 128px;
    background-color: #c4ebff;
}

.footer-sub-container p{
 padding-left: 5px !important;
 padding-right: 5px !important;
}

.links-list {
    margin: 0 auto;
    width: 60%;
}

.social-media-icons  {
    width: 50%;
    margin: 0 auto;
}

.flex-container-main {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 50px 40px 0px 40px;
}

.flex-container-wrapper {
    display: flex;
    flex-direction: column;     /* make main axis horizontal (default setting) */
    justify-content: center; /* center items horizontally, in this case */
    align-items: center;     /* center items vertically, in this case */
}


.navwrapper  {
display: none;
}

#hamburger-wrapper {
display: contents;
}


.main-menu {
  display:block;
  position:relative;
  background:#bed2db;
  height: 50px;
  z-index: 30;  
}

.core-menu {
  float: right;
  width: 100%;
  background: #bed2db;
  margin: auto;
  display: none;
  text-align:center;
  font:normal normal normal 1em/1 Roboto, sans-serif;
  position: absolute;
  padding-left: 0;
  z-index: 30;
  overflow-x: hidden;
  height: calc(100vh - 80px); 
  scrollbar-width: none;
}
.core-menu li {
  position: relative;
  list-style:none;
  display:inline-block;
  cursor:pointer;
  border: 1px solid #ddd;
  width: 100%;
  overflow-x: hidden;
}
.core-menu li a {
  display:inline-block;
  padding:1em;
  width: 255px;
  font-weight: bold;
  color: #004760;
  max-height: 200px;
  margin: auto;
}

.core-menu li a.subitems {
  display:inline-block;
  padding:1em;
  width: 255px;
  font-weight: normal;
  color: #004760;
  max-height: 200px;
  margin: auto;
}

.dropa {
  transform: translateX(35px);
}

/*
.core-menu li a.subitems:before {
  content:"\f0da";
  font:normal normal normal 20px/1 FontAwesome;
  padding-right: 5px;
}
*/

.core-menu li a:hover {
  background:#dfe9ed;
}
.core-menu li button {
  width: 75px;
  height: 48px;
  top: 0;
  display: inline;
  float: right;
  background-color: #dfe9ed;
  border: 1px solid #bed2db;
}

li span.toggle {
  padding-left:1em;
  width: 55px;
  height: 35px;

}
.toggle:before {
  content:"\f107";
  font:normal normal normal 20px/1 FontAwesome;
}

.toggle:checked {
  content:"\f106";
  font:normal normal normal 20px/1 FontAwesome;
  transform: rotate(-45deg);
}



.dropdown {
  display: none;
  padding: 0;
  width: 100%;
  right: 0;
  top: 0;
  background: #bed2db;
  text-align: center;
  position: relative;
  vertical-align: top;
}
.dropdown li {
  display:block;
  background: #eff4f6;
  
  }
.dropdown li a {
  display:block;
}
.dropdown2 {
  position: absolute;
  width: 230px;
  background: #bed2db;
  text-align: left;
  display: none;
  right: -100%;
  top: 0;
}
.dropdown2 li {
  display:block;
  background: #bed2db;
  }
.dropdown2 li a {
  display:block;
}
li span.toggle2 {
  position:absolute;
  right:0;
  margin-right:20px;
}
.toggle2:before {
  content:"\f105";
  font:normal normal normal 16px/1 FontAwesome;
}
.hamburger-menu {
  padding: 1em 0 1em 0;
  font:normal normal normal 16px/1 Roboto;
  text-transform:uppercase;
  display: block;
  text-align: center;
  float: none;
  width: 100%;
}


  .main-menu {
    height: 50px;
    z-index: 30;
  }
  .container-menu {
    width: 100%;
  }
  .navigation2 {
    float: right;
    display: block;
    width: 100%;
  }

  .core-menu li {
    display: inline-block;
  }
  .core-menu li a{
    display: inline-block;
    margin: auto;

  }
  .hamburger-menu {
    display: block;
    text-align: center;
    float: none;
    width: 100%;
  }
  .burger-1, .burger-2, .burger-3 {
  display: block;
  position: absolute;
  width: 20px;
  height: 3px;
  border-radius: 30px;
  right: 0;
  margin-right: 25px;
  background: #000;
    -webkit-transition: .2s ease;
    -ms-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
  transition: .2s ease; 
  }
  .burger-1 {
  top:15px;
  }
  .burger-2 {
  top:23px;
  }
  .burger-3 {
  top:31px;
  }
  .burger-1.open, .burger-2.open, .burger-3.open {
  -webkit-transition: .2s ease;
  -ms-transition: .2s ease;
  -moz-transition: .2s ease;
  -o-transition: .2s ease;
    transition: .2s ease;
    transform-origin: 50% 50%;
  }
  .burger-1.open {
    top: 25px;
    width: 23px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg); 
    -ms-transform: rotate(45deg); 
    -moz-transform: rotate(45deg); 
    -o-transform: rotate(45deg); 
  }
  .burger-2.open {
    opacity: 0;
  }
  .burger-3.open {
    top: 25px;
    width: 23px;
    transform: rotate(-45deg);
  }


.slides {
overflow-x: hidden;
}


  #content {
    width: 300px;
    font-size: 300px;
  }
}




/*
.subpage-content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

.subpage-important-links {
  background-color: #f0f0f0;
  padding: 20px;
  border-top: 1px solid #ccc;
  width: 25%;
  float: right;
}
*/
.subpage-main-content {
}

h1.subpage-h1 {
  font-size: 24px;
  margin-bottom: 10px;
}

p.subpage-p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px;
}


h2.subpage-h2 {
  font-weight: bold;
  margin-top: 10px;
}

ul.subpage-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li.subpage-li {
  display: inline-block;
  margin-right: 20px;
}

a.subpage-a {
  text-decoration: none;
  color: #337ab7;
}

.subpagebanner  {
  background: rgb(196,235,255);
background: linear-gradient(90deg, rgba(196,235,255,1) 0%, rgba(0,170,255,1) 47%, rgba(0,212,255,1) 100%);
width: 100%;
height: 35px;
margin-top: 10px;
}

.skip {
	display: none;
}


.so-list ol li::before  {
    font-weight: bold;
}

.no-link {
cursor: default;

}
