body {
    background-color: rgb(233, 232, 232);
  }
  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: rgb(255, 254, 254);
    overflow: hidden;
  }
  li {
    float: left;
    border-right: 1px solid rgb(0, 0, 0);
  }
  
  li span {
    display: block;
    color: rgb(0, 0, 0);
    text-align: center;
    
    text-decoration: none;
  }

  div.searchbardiv{
    
    display: none;
  }
  
  li span, .dropbtn {
    display: inline-block;
    color: rgb(0, 0, 0);
    text-align: center;
    cursor:pointer;
    text-decoration: none;
  }
  
  li span:hover, .dropdown:hover .dropbtn {
    background-color: rgba(226, 226, 226, 0.966);
    color:black
  }
  
  li.dropdown {
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  a.logobar{
    display: none;
    
      }
  
  .dropdown-content a:hover {background-color: #f1f1f1;}
 /*  
  .dropdown:hover .dropdown-content {
    display: block;
  }
*/

.show{display: block;}
/* Create three equal columns that floats next to each other */
.dropdownColumn3 {
  float: left;
  width: 33.33%;
  padding: 1px;
  background-color: #ccc;
  height: 130px;
}
.dropdownColumn2 {
  float: left;
  width: 33.33%;
  padding: 1px;
  background-color: #ccc;
  height: 250px;
}
.dropdownColumn2a {
  float: left;
  width: 33.33%;
  padding: 1px;
  background-color: #ccc;
  height: 250px;
}
.dropdownColumn3 a {
  float: none;
  color: black;
  padding: 1px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdownColumn2 a {
  float: none;
  color: black;
  padding: 1px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdownColumn2 a.alt {
  float: none;
  color: black;
  padding: 1px;
  text-decoration: none;
  display: block;
  text-align: right;
}
.active{
  background-color: #717171;
  color: white;
}
.btnactive{
  background-color: #717171;
  color: white;
}
.dropdownColumn a:hover {
  background-color: #ddd;
  ;
}

/* Clear floats after the columns */
.dropdownRow:after {
  content: "";
  display: table;
  clear: both;
}
  div.module {
    border-style:outset;
    background-color: rgb(238, 238, 238);
    overflow: auto;
  }
  div.leftContent {
    float: left;
    width: 100%;
    padding: 1px;
  }
  div.rightContent {
    float: right;
    width: 29%;
    padding: 1px;
    display: none;
  }
  div.leftHeader {
    float: left;
    width: 100%;
    padding: 1px;
  }
  div.rightHeader {
    float: right;
    width: 39%;
    padding: 1px;
    display: none;
  }
  div.headerBar{
    display:block;
    overflow: auto;
  }
  iframe.miniTaste{
    border-width:0;
    margin-left: 24%;
  }

  p.list{

    display: block;

  }
  .rightinner{
    float: right;
    width: 49%;
  }
  .leftinner{
    float: left;
    width: 49%;
  }
  img{
    width: 75%;
  }
  .aboutustext{
    font-size: 19px;
  }
  @media only screen and (max-width: 519px) {
  .dropdown-content {

    font-size: 11px;
  }
  h3 a {font-size: 11px;}
  h4 a {font-size: 11px;}
.dropdownHeader{display: none;}
}
  @media only screen and (min-width: 520px) {
    
    div.rightHeader{
      display: block;
    }
    li span, .dropbtn {
      display: inline-block;
      color: rgb(0, 0, 0);
      text-align: center;
     
      text-decoration: none;
    }
    div.leftHeader {
      
      width: 60%;
      
    }
    .aboutustext{
      font-size: 29px;
    }
  }
  @media only screen and (min-width: 700px) {
    
  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: rgb(255, 254, 254);
    overflow: hidden;
  }
  li span, .dropbtn {
    display: inline-block;
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  .dropdownColumn3 {

    padding: 10px;
    height: 260px;
  }
  .dropdownColumn2 {

    padding: 10px;
    height: 520px;
  }
  .dropdownColumn2a {

    padding: 10px;
    height: 520px;
  }
  .dropdownColumn3 a {

    padding: 16px;

  }
  .dropdownColumn2 a {

    padding: 16px;

  }
  .dropdownColumn2 a.alt {

    padding: 16px;

  }
}
  @media only screen and (min-width: 760px) {
  img.sociallogo{
    width: 32px;
    height: 32px;
    margin: 8px;
  }

  a.logobar{
display: inline-block;

  }
  }
  @media only screen and (min-width: 950px) {
    

    div.rightContent{
      display: block;
    }
    div.leftContent{
      width: 69%;
    }
    div.searchbardiv{
     
      display: inline-block;
    }
    .dropsrch{

      width: 30%;
      height: 32px;
    }
    .cse .gsc-control-cse, .gsc-control-cse {
       padding: 0em;
    }
  }
