/* Css file */
@charset "utf-8";
/* CSS Document */
html {
height: 101%;
font-size: 16px;
}

body {
 background-color:#ffffff;
 /* font-family: "Times New Roman", Times, serif;
 font-family: 'Noto Serif', serif; margin: 0;*/
 font-family: 'Roboto Slab', serif;
 padding: 0;
 color: #000000;
}

img {border: 0px;}

.overall {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  width: 100%;
  padding:0;
  color : #000000;
  background:#f1f8f1;
}

* {
  box-sizing: border-box;
}

.flexmenu {
  width: 100%;
  background-color: #c0d6c4;
  color: #000000;
  line-height: 1.4em;
  border-bottom: 1px solid #dddddd;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
}

.flex {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0;
}

.menu {
  display: none;
  align-items: flex-start;
  justify-content: flex-start;
  width: 15%;
  font-weight: normal;
/*  font-family: 'Roboto Condensed', sans-serif;*/
}

.menu:first-child {
  display: inline-flex;
  justify-content: left;
  width: 60%;
  margin-left: 0;
  margin-right: auto;
}

.menu a {
  color: #006400;
  text-decoration: none;
  padding:0 0.5em;
  font-size: 1.2rem;
  text-align: center;
}

.menu a:hover {
  color: #00FF00;  
}

.share {
  width: 30%;
  float: right;
  text-align: right;
}

.mobile-menu {
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  width: 1.2em;
}

.menu-icon {
  font-size: 1.8em;
  font-weight: bold;
  cursor: pointer;
}

.hide {
  display: none;
}

.show {
  display: inline-flex;
}

.nBlock  {
  margin-top: 80px;
  margin-left: 10%;
  margin-right: 10%;  
}


.block, .footer, .blockStrapLine {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 10%;
  margin-right: 10%;
  background-color: #ffffff;
}

.block {
  padding-top: 30px;
}

.footer {
  margin-top: 18px;
  background-color: #ffffff;
}

.item, .itemSub, .itemArticle, .itemSubArticle, .itemSubSmall  {
  flex: 1;
  padding: 12px;
  margin: 4px;
  width: 32%;
  flex-basis: 32%;
}

.itemSub {
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 1px;
  margin-bottom: 1px;
  background-color: #ffffff;
  border-top: 1px solid #339933;
  border-bottom: 1px solid #339933;
}

.itemSubSmall {
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #ffffff;
  border-top: 1px solid #339933;
  border-bottom: 1px solid #339933;  
}

.itemPads, .itemBlog {
    flex: 0 1 auto;
    padding: 12px;
    margin: 4px;
    width: 32%;
    /*flex-basis: 32%; */
}

.itemBlog {
  width: 48%;
}

.itemBlog img {
  width: 96%;
}

.itemArticle, .itemSubArticle {
  margin-left: 25%;
  margin-right: 25%;
}

.item h1, .itemArticle h1, .itemPads h1, .itemBlog h1 {
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  color: #000000;
}

.item h1 a, .item h2 a, .item h3 a, .itemPads h3 a, .itemPads h2 a, .itemBlog h3 a, .itemBlog h2 a  {
  text-decoration: none;
}

.item h1 a:hover, .item h2 a:hover, .item h3 a:hover, .itemPads h3 a:hover, .itemPads h2 a:hover, .itemBlog h3 a:hover, .itemBlog h2 a:hover  {
  color: #339933;
}


.item h2, .itemSub h2, .itemArticle h2 {
  font-size: 2rem;
  text-align: left;
  color: #000000;
  font-weight: 400;
}

.itemPads h2, .itemBlog h2 {
  font-size: 1.4rem;
  padding-top: 0;
  margin-top: 0;
  font-weight: 400;
}

.item p, .item li, .itemSub p, .itemArticle p, .itemPads p, .itemBlog p, .itemSubArticle p {
  font-size: 1.2rem;
  color: #000000;
}

.itemSub p {
  color: #000000;
}

.itemSubSmall p {
  font-size: 1rem;
  color: #000000;

}

.item a, .itemArticle a, .itemPads a, .itemBlog a {
 /* color: #003300;*/
  color: #000000;
  /*text-decoration: none;  */
}

.item a:hover, .itemArticle a:hover, .itemPads a:hover, .itemBlog a:hover {
 color: #45FF00;  
}

.itemArticle button {
  margin: 4px 3px;
  padding: 4px 12px;
  font-size: 1.3rem;
  background-color: #556B2F;
  color: #ffffff;
  cursor: pointer;
  box-shadow: 3px 3px 2px #AAAAAA;
  float: right;

}

.itemArticle button:hover {
 background-color: #9ACD32;
 color: #000000;
 
}

.footerItem {
  flex: 1;
  padding: 12px;
  margin: 4px;
  width: 32%;
  text-align: center;  
}

.footerItem p, .footerItem a {
  font-size: 1rem;
  color: #889988;
  text-decoration: none;
}

.footerItem a:hover {
  color:#384231;
}

.break {
  flex-basis: 0%;
  height: 0;
}

.cgButton {
  margin: 4px 3px;
  padding: 4px 12px;
  font-size: 1.3rem;
  background-color: #556B2F;
  color: #ffffff;
  cursor: pointer;
  box-shadow: 3px 3px 2px #AAAAAA;
}

.cgButton:hover {
  background-color: #6B8E23;
}

.action {
  cursor: pointer;
}

.generalTable, .cgTable, .qTable {
  width: 98%  ;
}

.generalTable td, .cgTable td, .qTable td {
  font-size: 1.2rem;
  padding-bottom: 4px;
}

.cgTable td, .qTable td {
  border-bottom: 1px solid #dddddd;
}

.qTable td {
  padding: 4px 0;
}

.tag {
  border-radius: 4px;
  color: #003300;
  background-color: #F0FFF0;
  padding: 2px 4px 2px 4px;
  margin: 1px 6px;
  border: 1px solid #90EE90;
  text-decoration: none;
}

.tag:hover {
  background-color: #A0FFA0;  
}

.tagGroup {
  line-height: 2.2rem;
}

.firstSentence {
  font-weight: normal;
  font-style: italic;
  color: #000000 !important;
}

.firstSentence a {
 text-decoration: none;
}

.firstSentence a:hover {
 text-decoration: underline;
 color: #006600;
}

.date, .datePads {
 font-style: italic; 
 font-size: 0.9rem !important; 
 font-weight: normal;
 padding: 6px 0;
 margin:0;
}

.datePads {
  clear: left;
}

.imgPadTop { /* the top article */
 float: left; 
 width: 30%;
 padding-right: 12px;
}

.imgPad { /* subsequent articles */
 float: left; 
 width: 50%;
 padding-right: 12px;
}

.artHdl {
 float: left; 
 width: 45%;
 padding: 0;
 margin: 0;
}

.fpLogo {
  float: right;
  width: 15%;
}

.aboutusLeft, .aboutusRight {
  max-width: 25%;
  float: left;
  margin-top: 18px;
  padding: 4px 10px;
}

.aboutusRight {
  float: right;
}

img[alt=TwitterFeed] { float: right; width: 100px; }

.vertical-text {
  writing-mode: vertical-rl; 
  font-size: 0.9rem !important;
  padding: 4px 8px;
  margin: 0;
}

#progressbar {
      background-color: black;
      border-radius: 13px; /* (height of inner div) / 2 + padding */
      padding: 3px;
}
    
#progressbar > div {
       background-color: rgb(43,194,83);
       width: 1%; /* Adjust with JavaScript */
       height: 20px;
       border-radius: 10px;
}


/* Media Calls --------------------------------------------------------------------------------- */

@media all and (max-width: 1200px) {
  .menu a {
    font-size: 1.2rem;
  }
 
  .block, .footer {
    margin-left: 1%;
    margin-right: 1%;

  }

}

@media all and (max-width: 900px) {
  .menu a {
    font-size: 1rem;
  }

 .itemArticle {
  margin-left: 10%;
  margin-right: 10%;
 }

 .itemArticle p {
   font-size: 1rem;
 }



}

@media screen and (min-width: 800px) { /*was 768 */
.mobile-menu {
    display: none;
}

.flex {
    flex-direction: row;
}

.menu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20vw;
    font-weight: normal;
    font-size: 1.4rem;
}

}



@media all and (max-width: 600px) {
 .break {
  flex-basis: 100%;
  height: 0;
 }
 
 .footer {
    margin-left: 0;
    margin-right: 0;
 }
 
.imgPadTop { /* the top article */
 width: 100%;
}

.itemPads, .itemBlog  {
  width: 96%;
}

.fpLogo {
  display:none;
}



}

@media (max-width: 400px) {
  .block {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

 .item, .itemPads, .itemBlog {
  width: 96%;
 }

 .itemArticle, .itemSubArticle {
  width: 90%;
  margin-left: 2%;
  margin-right: 2%;

 }

 .itemArticle p {
   font-size: 1rem;
 }

 .itemSub {
  width: 98%;
 }

 .tag {
   float:left;
   clear: both;
 }

 .item h1, .itemPads h1, .itemBlog h1 {
  font-size: 3rem;
 }
 .menu {
  width: 40%;
 }

}

	