#logowrap {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: medium none;
    border-top: medium none;
    color: #444444;
    height: 100px;
    padding: 15px 0 30px;
    position: relative;
    z-index: 2;
}

.zenright ul {
width: 50px;
}

.newspaper {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
  column-count: 3;}

/* zentools version 1 stacked module on home page */
#zentools654 .zentools ul li {margin-bottom: 0px;}

#navwrap li {
    font-family: sans-serif;
    padding-right: 18px;
}

.moduletable.dark {
    background: #fff;
    color: #fff;
    padding: 20px;
}

#grid4wrap a {
    color: #000000;
}

div.secondary4 .zen-module-title,
.moduletable.secondary4 .zen-module-title {
  border-bottom: 1px solid #000;
}

div.itemLinkedInButton {
float: left;
margin: 2px 24px 0 0;
}


.button {
  background-color: #3799d2; /* Green */
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.button1 {border-radius: 2px;}
.button2 {border-radius: 4px;}
.button3 {border-radius: 8px;}
.button4 {border-radius: 12px;}
.button5 {border-radius: 50%;}

div.itemToolbar {
    /* padding: 8px; */
    /* margin: 16px 0 0 0; */
    background: #fafafa;
    border-radius: 4px;
}


#wrap {
   width:100%;
   margin:0 auto;
}
#left_col {
    float:left;
   width:60%;
}
#right_col {
   float:right;
   width:40%;
}

 {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;

}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

.zt-image.zt-rounded img {
    border-radius: 9px;
}

#grid1wrap a {
    color: #fff;
}
