  /* LESS Document */
.flex {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
}
.flex-row-wrap {
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
.flex-align-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-justify-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-column {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.single-post #main,
.page-template-page-blog #main {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 20px;
}
.single-post #main #mainInner,
.page-template-page-blog #main #mainInner {
  -webkit-flex: 1 0 70%;
  -ms-flex: 1 0 70%;
  flex: 1 0 70%;
  padding-right: 20px;
}
.single-post #main #right,
.page-template-page-blog #main #right {
  -webkit-flex: 1 0 25%;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
  background: #ececec;
  padding: 20px;
}
.single-post #main #right ul,
.page-template-page-blog #main #right ul {
  list-style: none;
  margin-top: 10px;
}
.single-post #main #right h3,
.page-template-page-blog #main #right h3 {
  font-size: 20px;
  margin-bottom: 0;
  color: #003b5e;
}
.single-post #main #right ul li,
.page-template-page-blog #main #right ul li,
.single-post #main #right p,
.page-template-page-blog #main #right p,
.single-post #main #right a,
.page-template-page-blog #main #right a {
  color: #555555;
}
.single-post #main #right a:hover,
.page-template-page-blog #main #right a:hover {
  color: #ff5113;
}
.single-post #main #right .inner ul:nth-of-type(2) li,
.page-template-page-blog #main #right .inner ul:nth-of-type(2) li {
  margin-bottom: 10px;
}
.single-post #main #right .inner ul:nth-of-type(2) li:last-of-type,
.page-template-page-blog #main #right .inner ul:nth-of-type(2) li:last-of-type {
  margin-bottom: 0;
}
.single-post #main #right .textwidget p a,
.page-template-page-blog #main #right .textwidget p a {
  color: #003b5e;
}
.single-post #main #right .textwidget p a:hover,
.page-template-page-blog #main #right .textwidget p a:hover {
  color: #ff5113;
}
.single-post .hero {
  min-height: 400px;
  background-size: cover;
  position: relative;
  padding: 20px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.single-post .hero .blue {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #003b5e;
  opacity: .7;
}
.single-post .hero h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
}
.single-post .hero h1,
.single-post .hero p {
  color: white;
  z-index: 1;
  text-align: center;
}
.single-post .hero p {
  color: white;
}
.single-post .hero p.date {
  font-size: 18px;
}
.single-post .hero p a {
  color: white;
  text-decoration: underline;
}
.single-post .hero p a:hover {
  color: #ff5113;
}
.single-post .hero .category span:last-of-type {
  display: none;
}
.single-post #main {
  max-width: 1100px;
  margin: 60px auto;
  float: none;
}
.single-post .singleFeatured {
  display: none;
}
.single-post h2 {
  font-size: 28px;
  margin-bottom: 10px;
  margin-top: 30px;
}
.single-post p {
  margin-bottom: 20px;
}
.single-post .the-content ul li {
  padding-left: 40px;
  text-indent: -23px;
  margin-bottom: 20px;
}
.single-post .nav-links a[rel="prev"] {
  float: left;
}
.single-post .nav-links a {
  text-decoration: none!important;
}
.single-post .nav-links a:hover {
  color: #003b5e;
}
.page-template-page-blog #main {
  padding-left: 0;
}
.page-template-page-blog .row.feed {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 50px;
}
.page-template-page-blog .row.feed .blog-feed-image {
  -webkit-flex: 1 0 25%;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
  background-size: cover;
  height: 160px;
}
.page-template-page-blog .row.feed .blog-feed-main {
  -webkit-flex: 1 0 65%;
  -ms-flex: 1 0 65%;
  flex: 1 0 65%;
  padding-left: 20px;
}
.page-template-page-blog .row.feed .blog-feed-main h2 {
  font-size: 25px;
  margin-bottom: 10px;
  margin-top: 0;
}
.page-template-page-blog .row.feed .blog-feed-main .category,
.page-template-page-blog .row.feed .blog-feed-main .date {
  margin-bottom: 10px;
}
.page-template-page-blog .row.feed .blog-feed-main .excerpt {
  clear: both;
}
body.category .blog-feed-image {
  height: 150px;
  background-size: cover;
}
@media only screen and (max-width: 1000px) {
  .single-post .hero h1 {
    font-size: 30px;
  }
  .page-template-page-blog .row.feed .blog-feed-image {
    height: 100px;
  }
}
@media only screen and (max-width: 700px) {
  .single-post .hero h1 {
    font-size: 25px;
  }
  .single-post #main {
    display: block;
  }
  .single-post #main #mainInner {
    padding-right: 0;
  }
  .single-post #main #right {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .page-template-page-blog .row.feed {
    overflow: hidden;
    display: block;
  }
  .page-template-page-blog .row.feed .blog-feed-image {
    height: 180px;
    max-width: 400px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 550px) {
  body.category .blog-feed-image {
    height: 180px;
    max-width: 400px;
    margin-bottom: 10px;
  }
}
