div.blog_entry {
  overflow: hidden;
  margin-bottom: 16px;

  background-color: #fff;
  color: #0f304b;
  padding: 0 24px 24px 24px;

  position: relative;
}

div.blog_entry.first {}

div.blog_entry.last {}

div.blog_entry div.label {
  background-color: #f7941e;
  color: #fff;
  margin: 0 -24px 24px -24px;
  padding: 16px 20px;
}

div.blog_entry div.label em {
  font-size: 1.375em;
  line-height: 1em !important;
  text-transform: uppercase;
  font-style: normal;
  font-family: "ProximaNovaA-SemiBold", "ProximaNovaA-Regular", "Open Sans", "Droid Sans", "Helvetica", sans-serif;
}

div.blog_entry div.label div.category {
  width: 69%;
  float: left;
  clear: left;
}
div.blog_entry div.label div.datetime {
    font-size: 0.9091em;
    line-height: 1.1em !important;
    text-align: right;
    width: 30%;
    float: right;
    clear: right;
}

div.blog_entry div#panel_slider {
  height: 344px;
  padding-bottom: 16px;
}

div.blog_entry div.list_image {
  width: 320px;
  float: left;
  clear: left;
}

div.blog_entry div.list_descrip {
  width: 320px;
  float: right;
  clear: right;
}

div.blog_entry div.headline {
  clear: left;
  float: left;
  width: 469px;

  padding-bottom: 1em;
}

div.blog_entry h2.headline {
  font-size: 1.875em !important;
  padding-top: 16px;
}

div.blog_entry h2 a {
  color: #0f304b;
}

div.blog_entry h2 a:hover,
div.blog_entry h2 a:active {
  color: #00509b;
}

div.blog_entry div.author {
  width: 520px;
  float: left;
  clear: left;
}

div.blog_entry div.author img {
  float: left;
  margin-right: 16px;
}

div.blog_entry div.author strong {
  font-size: 1.25em;
  font-weight: normal;
  font-family: "ProximaNovaA-SemiBold", "ProximaNovaA-Regular", "Open Sans", "Droid Sans", "Helvetica", sans-serif;
}

div.blog_entry div.socialmedia_links {
  width: 120px;
  text-align: right;
  white-space: nowrap;
  float: right;
  clear: right;
  padding-top: 16px;
}
div.blog_entry div.socialmedia_links img {
  vertical-align: bottom;
  margin-right: 2px;
}

div.blog_entry div.socialmedia_links:after {
  content: " Share";
  font-family: "ProximaNovaA-SemiBold", "ProximaNovaA-Regular", "Open Sans", "Droid Sans", "Helvetica", sans-serif;
}


div.blog_entry p.readmore {
  font-family: "ProximaNovaA-SemiBold", "ProximaNovaA-Regular", "Open Sans", "Droid Sans", "Helvetica", sans-serif;
  font-size: 1.125em;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1em !important;

  text-align: right;
  text-transform: uppercase;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

div.blog_entry p.readmore a {
  color: #f7941e;
}



div.blog_entry div.widget_disqus {
  clear: both;
  float: none;
}