a:link {
    color: #075d88;
    text-decoration:none;
}

a:visited {
    color: #075d88;
}

a:hover {
	color: #e9ff21;
	background-color: #52b9e3;
	text-decoration: none;
}

a:active {
    color: #5cf138;
    text-decoration: bold;
}

#header h1 {
	background-color:#f9f9f9;
border-color: #FEFEFE
    color: #353535; 					font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f9f9f9;
}

#main {    
    background-color: #f9f9f9;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    margin-top: 5px;
    margin-bottom: 4px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.20);
    border-top: 0px;
    border-bottom: 0px;
}

#main h2 {
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-transform: none;
	text-decoration: bold;
	border-left: none;
	border-right: none;
	border-top: 1px;
	border-bottom:1px;
}

#main h3 {
	background-color: #f9f9f9;
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	text-align: left;
	border-top: none;
	border-bottom: none;
	line-height: 120%;
}

#main h4 {
	background-color: #f9f9f9;
	padding-right: 15px;
	padding-left: 15x;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	border-top: 0px;
	border-bottom: 0px;
	text-transform: none;
}

/**
 * Table of contents
 */

.tocEditorial {
	width: 100%;
	padding: 8px;
	margin-bottom: 8px;
	border: 1.5px solid #0083db;
	border-radius: 10px 10px 10px 10px;
}

.tocArticle {
	width: 100%;
	padding: 8px;
	margin-bottom: 8px;
	border: 1.5px solid #0083db;
	border-radius: 10px 10px 10px 10px;
}

.tocArticleTitleAuthors {
	width: 80%;
	font-weight: bold;
}

.tocAuthors {
	padding-left: 10px;
	font-weight: lighter;
}

#navbar {
  background: #5cf138;
  width: auto;
  height: 30px;
  border-bottom:none;
  border-radius: 5px 5px 0px 0px; 
  -moz-border-radius: 5px 5px 0px 0px; 
  -webkit-border-radius: 5px 5px 0px 0px;
}
#navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: block;
  zoom: 1;
}
#navbar ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#navbar ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
#navbar.align-right ul li {
  float: right;
}
#navbar.align-center ul {
  text-align: center;
}
#navbar ul li a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 15px 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.5em;
	position: relative;
  -webkit-transition: color .25s;
  -moz-transition: color .25s;
  -ms-transition: color .25s;
  -o-transition: color .25s;
  transition: 0.3s box-shadow ease-in,.3s background ease-in;
}
#navbar ul li a:hover {
  color: #FFFF33;
}
#navbar ul li a:hover:before {
  width: 100%;
}
#navbar ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: -3px;
  top: 19px;
  height: 6px;
  width: 6px;
  background: #050505;
  opacity: .5;
}
#navbar ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #FFFF33;
  -webkit-transition: width .25s;
  -moz-transition: width .25s;
  -ms-transition: width .25s;
  -o-transition: width .25s;
  transition: width .25s;
}
#navbar ul li.last > a:after,
#navbar ul li:last-child > a:after {
  display: none;
}
#navbar ul li.active a {
  color: #333333;
}
#navbar ul li.active a:before {
  width: 100%;
}
#navbar.align-right li.last > a:after,
#navbar.align-right li:last-child > a:after {
  display: block;
}
#navbar.align-right li:first-child a:after {
  display: none;
}
@media screen and (max-width: 768px) {
  #navbar ul li {
    float: none;
    display: block;
  }
  #navbar ul li a {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #fb998c;
  }
  #navbar ul li.last > a,
  #navbar ul li:last-child > a {
    border: 0;
  }
  #navbar ul li a:after {
    display: none;
  }
  #navbar ul li a:before {
    display: none;
  }
}



#breadcrumb {
    height: 18px;
    line-height: 2em;
    text-align: center;
    padding-top: 2px;
    font-style: normal;
    border-top: 2px;
    border-bottom: 0px;
}

#content {
    border-top-color: #92d151;
	border-bottom-color: #92d151;
	border-right-color: #92d151;
	border-left-color: #92d151;
    border-bottom: 0px;
border-top-width: thin;
border-top-style: solid;    
margin: 0 !important;
    padding-right: 15px;
    padding-left: 15px;

}

body {
	background-color: #f9f9f9;
	color: #353535;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 105%;
	border-top: 0px;
	border-bottom: 0px;
}



#rightSidebar div.block span.blockTitle {
	background-color: #5cf138;
	padding-left: 5px;
	color: #000;
}

#rightSidebar, #leftSidebar {
	background-color: #5cf138;
	margin-top: 8px;
    padding left: 5px;
	border-bottom: none;
	color: #075d88;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 110%;
	background-color: #f9f9f9;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 5px;
	margin-bottom: 4px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.20);
	border-top: 0px;
	border-bottom: 0px;
}

#sidebar div.block {
    background-color: #f9f9f9;
    margin-bottom: 10px;
    padding bottom: 1px;
    text-indent: 5px;
    }

div.separator {
border-bottom-color: #3ac7fe;
border-bottom-style: solid;
border-bottom-width: thin;
}
