#blog {
/*  min-height: 175px; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-shadow: inset -1px -11px 21px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset -1px -11px 21px -15px rgba(0, 0, 0, 0.75);
  box-shadow: inset -1px -11px 21px -15px rgba(0, 0, 0, 0.75);
  position: relative;
  padding: 2em;
}
#blog .branding img {
  width: 100%;
  margin-left: -1em;
  /*box-sizing: border box;*/
}
#blog .fh5co-copy-inner h1, #fh5co-blog .fh5co-copy-inner h2 {
  margin: 0 0 0 1em;
  padding-left: 0;
}

#blog > .container {
  position: relative;
  z-index: 2;
}
#blog .fh5co-copy {
  display: table;
  width: 100%;
}
#blog .fh5co-copy-inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
#blog .fh5co-copy-inner h1 {
  color: #fff;
  font-size: 55px;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 300;
}
#blog .fh5co-copy-inner h2 {
  font-size: 20px;
  color: #fff;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: black 2px 2px 2px;
}
#blog .fh5co-copy-inner a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#blog .fh5co-copy-inner a:hover,
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  text-decoration: none;
}
.fh5co-blog-nav {
  position: relative;
  background: #fff;
}
.fh5co-blog-nav.fh5co-shadow {
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
}
.fh5co-blog-nav .fh5co-menu-1 {
  vertical-align: middle;
  float: left;
  line-height: 0;
}
.fh5co-blog-nav .fh5co-menu-1 a {
  padding: 35px 0;
  margin-right: 30px;
  color: #253F77;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 400;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-blog-nav .fh5co-menu-1 a:hover, .fh5co-blog-nav .fh5co-menu-1 a:focus, .fh5co-blog-nav .fh5co-menu-1 a:active {
  outline: none;
  text-decoration: none;
}
.fh5co-blog-nav .fh5co-menu-1 a.active {
  font-weight: 800;
  color: #1d72bb;
}
.fh5co-blog-nav .fh5co-menu-1 {
  width: 100%;
}
.fh5co-blog-nav .fh5co-menu-1 a {
  vertical-align: middle;
}
.fh5co-blog-nav .fh5co-logo {
  text-align: center;
  width: 19.33%;
  font-size: 40px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  font-style: italic;
}
.fh5co-blog-nav .fh5co-logo a {
  position: relative;
  top: -5px;
  display: inline-block;
}
.fh5co-blog-nav .fh5co-menu-2 {
  text-align: left;
  width: 40.33%;
}
#blog-title .fh5co-heading {
  margin-bottom: 0;
}
#blog-title .fh5co-heading h2 {
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1d72bb;
  padding-bottom: 5px;
  margin-bottom: 5px;
  position: relative;
}
#blog-title .fh5co-heading h2:after {
  width: 0;
  height: 0;
  bottom: 0;
  left: 0;
  margin-left: 0;
  background: none;
}
#blog-title {
  clear: both;
  padding: 1em 0;
  background: #CBCFD3;
}
@media screen and (max-width: 768px) {
  #blog-title {
    padding: 1em 0;
  }
  #blog-title .fh5co-heading h2 {
    font-size: .9em;
    padding-bottom: 3px;
    margin-bottom: 3px;
  }
  .branding img { width: 100%; }
  .branding h2 { 
    font-size: .5em; 
  }
  #blog .fh5co-copy-inner h2 {
    font-size: 1em;
  }
}
@media screen and (max-width: 600px) {
  #blog .fh5co-copy-inner h2 {
    font-size: .8em;
  }
}
