ul.featured-entries,
ul.latest-entries {
  list-style: none;
  padding: 0;
  margin: 0; }

section.featured {
  margin-top: 20px; }
  section.featured .carousel {
    width: 100%; }
    section.featured .carousel .carousel-stage li p {
      background: none;
      position: static;
      color: #333; }
  section.featured .carousel-stage li img {
    display: block;
    width: 66%;
    height: auto;
    float: left; }
    @media screen and (max-width: 1140px) {
      section.featured .carousel-stage li img {
        float: none;
        position: static;
        width: 100%; } }
  section.featured div.slide-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 33%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    padding: 3%;
    text-align: left;
    box-sizing: border-box; }
    @media screen and (max-width: 1140px) {
      section.featured div.slide-overlay {
        position: static;
        width: 100%; } }
    section.featured div.slide-overlay h1 {
      margin-top: 0; }
      @media screen and (max-width: 1140px) {
        section.featured div.slide-overlay h1 {
          font-size: 18px; }
          section.featured div.slide-overlay h1 a {
            font-size: 28px;
            line-height: 120%; } }
    section.featured div.slide-overlay p {
      padding: 0px;
      margin: 10px 0px; }
  section.featured .carousel-navigation {
    text-align: center; }
    section.featured .carousel-navigation ol {
      list-style: none;
      padding: 0;
      margin: 0px auto 0 3%; }
    section.featured .carousel-navigation li {
      float: left;
      margin-right: 10px;
      margin-top: 10px; }
      section.featured .carousel-navigation li.selected a {
        color: #f15a2f;
        text-decoration: none; }
    section.featured .carousel-navigation a {
      font-family: 'Arial', sans-serif;
      display: block;
      font-size: 52px;
      text-decoration: none;
      color: #004767;
      -webkit-transition: color 0.3s ease, opacity 0.3s ease;
      -moz-transition: color 0.3s ease, opacity 0.3s ease;
      -o-transition: color 0.3s ease, opacity 0.3s ease;
      transition: color 0.3s ease, opacity 0.3s ease; }
      section.featured .carousel-navigation a:hover, section.featured .carousel-navigation a:focus {
        opacity: 0.5; }

ul.latest-entries li {
  margin-bottom: 10px;
  float: left;
  box-sizing: border-box;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 0; }
  ul.latest-entries li:nth-of-type(3n) {
    margin-right: 0%; }
  @media screen and (max-width: 1140px) {
    ul.latest-entries li {
      float: left;
      box-sizing: border-box;
      width: 49%;
      margin-right: 2%;
      margin-bottom: 2%;
      padding: 0; }
      ul.latest-entries li:nth-of-type(2n) {
        margin-right: 0%; } }
  @media screen and (max-width: 640px) {
    ul.latest-entries li {
      float: none;
      box-sizing: border-box;
      width: 100%;
      margin-right: 2%;
      margin-bottom: 2%;
      padding: 0; }
      ul.latest-entries li:nth-of-type(1n) {
        margin-right: 0%; } }
ul.latest-entries a {
  display: block;
  padding: 10px;
  color: #000;
  background: #f8f8f8;
  -webkit-transition: -webkit-box-shadow 0.3s ease, background 0.3s ease;
  -moz-transition: -moz-box-shadow 0.3s ease, background 0.3s ease;
  -o-transition: -o-box-shadow 0.3s ease, background 0.3s ease;
  transition: box-shadow 0.3s ease, background 0.3s ease; }
  ul.latest-entries a:hover, ul.latest-entries a:focus {
    text-decoration: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    background: #fff; }
ul.latest-entries img {
  display: block;
  width: 100%;
  height: auto; }
ul.latest-entries h2 {
  margin-top: 20px;
  margin-bottom: 0; }
ul.latest-entries h4 {
  margin-top: 10px;
  margin-bottom: 15px; }
ul.latest-entries h6 {
  margin: 0; }

nav.category-navigation {
  margin: 50px 0 35px 0; }
  nav.category-navigation ul {
    list-style: none;
    padding: 10px 0;
    margin: 0; }
    nav.category-navigation ul.date-navigation li {
      margin-right: 10px; }
  nav.category-navigation h1 {
    margin: 0 0 15px 0; }
  nav.category-navigation h2 {
    margin: 0; }
  nav.category-navigation h3 {
    margin: 0; }
  nav.category-navigation li {
    color: #888;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px; }
    nav.category-navigation li a {
      display: block;
      color: #fff;
      background: #144666;
      padding: 10px 20px;
      font-size: 12px;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 0.02em; }
      nav.category-navigation li a:hover, nav.category-navigation li a:focus, nav.category-navigation li a.selected {
        background: #f15a2f;
        color: #fff; }
    nav.category-navigation li.month a:hover, nav.category-navigation li.month a:focus, nav.category-navigation li.month a.selected {
      color: #333; }
  nav.category-navigation a:hover, nav.category-navigation a:focus, nav.category-navigation a.selected {
    text-decoration: none; }

article.entry-detail img.author-thumbnail {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 10px 25px 0; }
  article.entry-detail img.author-thumbnail + h3 {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px; }
article.entry-detail nav.category-navigation + h1 {
  margin-bottom: 0; }
  article.entry-detail nav.category-navigation + h1 + h3 {
    margin-top: 5px;
    line-height: 165%; }
