body {
  font-family: "museo-slab",serif;
  font-size: 15px;
  line-height: 22px;
  color: #333; }
  body h1 {
    font-family: "museo-slab",serif;
    font-weight: 300;
    font-size: 30px; }
  body h2 {
    font-family: "museo-slab",serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px; }
    body h2.subhead {
      font-size: 24px;
      text-transform: capitalize;
      margin: 25px 0 30px; }
  body h3 {
    line-height: 30px;
    font-size: 22px; }
  body h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px; }
  body h5 {
    line-height: 20px; }
  body h6 {
    line-height: 16px; }
  body a {
    color: #F4791F;
    text-decoration: none; }
    body a:hover {
      color: #bd5509; }

img {
  height: auto;
  max-width: 100%; }

.alignright {
  float: right; }

/* Overwrite Lightbox Plugin */
#slb_viewer_wrap .slb_theme_slb_default .slb_data_title,
#slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
  font-family: 'Open Sans', sans-serif !important; }

#slb_viewer_wrap .slb_theme_slb_default .slb_data_title {
  font-size: 14px !important; }

#slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
  font-size: 12px !important;
  margin-left: 5px !important; }

#slb_viewer_wrap .slb_theme_slb_baseline * {
  margin-top: 6px !important; }

.guerrillawrap {
  margin-bottom: 20px; }

input {
  border: 1px solid #e5e5e5;
  padding: 0 10px 0;
  line-height: 35px;
  font-size: 14px;
  border-radius: 3px; }

fieldset {
  border: 0; }

input:focus, select:focus,
textarea:focus, button:focus {
  outline: none; }

.navbar {
  min-height: 70px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 300; }

.navbar-default .navbar-nav > li > a {
  line-height: 70px;
  height: 70px;
  padding-top: 0;
  color: white; }
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus {
    background-color: #3EC2CF;
    color: white; }

.navbar-default .navbar-toggle {
  margin-top: 17px;
  background-color: #ddd; }

.navbar-default .navbar-left {
  margin-left: 5%; }
  @media (max-width: 767px) {
    .navbar-default .navbar-left {
      margin-left: -15px; } }

.navbar-default .navbar-collapse {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  @media (max-width: 767px) {
    .navbar-default .navbar-collapse {
      padding-top: 25px; } }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: #3EC2CF;
  color: white; }

.navbar-default {
  background-color: #0F426E;
  margin-bottom: 25px;
  border-radius: 0px;
  border: none; }

.navbar-brand {
  padding-top: 10px; }
  .navbar-brand img {
    display: inline; }
  .navbar-brand img.camera {
    width: 75px; }
  .navbar-brand img.wordmark {
    width: 155px;
    vertical-align: top;
    margin-top: 5px; }

.dropdown-menu > li > a {
  font-weight: 700; }

footer {
  margin-top: 30px; }
  footer .container {
    border-top: 1px solid #CBCCC8; }
  footer .content {
    padding: 10px 0 30px;
    margin-bottom: 30px;
    margin-left: -10px; }
    footer .content .logo {
      display: inline; }
      footer .content .logo img {
        width: 170px;
        margin-top: -12px; }
    footer .content nav {
      display: inline; }
      footer .content nav li {
        list-style: none;
        display: inline-block;
        margin: 5px 10px 0px; }
        footer .content nav li a {
          color: #959AA0; }
      @media (max-width: 768px) {
        footer .content nav {
          display: block;
          margin-left: 0; }
          footer .content nav li {
            margin-left: 0px; } }
    footer .content .copyright {
      color: #959AA0;
      font-size: 12px; }
      @media (max-width: 768px) {
        footer .content .copyright {
          margin-top: -20px;
          margin-bottom: 20px; } }
    footer .content .social {
      padding-top: 10px; }
      footer .content .social a {
        color: #959AA0;
        font-size: 20px;
        border: 1px solid #CBCCC8;
        padding: 3px 5px 3px 8px;
        margin-left: 5px;
        transition: background-color .5s ease;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px; }
        footer .content .social a .fa {
          text-align: center; }
          footer .content .social a .fa.fa-facebook {
            margin-left: 3px; }
        footer .content .social a:hover {
          background-color: #e9e9e8;
          text-decoration: none; }

.home .image-slider, .section .image-slider {
  margin-bottom: 0px; }
  .home .image-slider img, .section .image-slider img {
    max-width: 100%;
    margin-top: 20px; }
.home .posts article, .section .posts article {
  padding: 30px 0 15px;
  border-bottom: 1px solid #CBCCC8; }
  .home .posts article img, .section .posts article img {
    max-width: 100%;
    height: auto;
    border: 1px solid #CBCCC8; }
    @media (max-width: 768px) {
      .home .posts article img, .section .posts article img {
        width: 100%;
        height: auto; } }
  .home .posts article p.category, .section .posts article p.category {
    text-transform: uppercase;
    margin-top: -5px; }
    @media (max-width: 768px) {
      .home .posts article p.category, .section .posts article p.category {
        margin-top: 8px; } }
  .home .posts article h3, .section .posts article h3 {
    margin-top: -10px; }
  .home .posts article p.author, .section .posts article p.author {
    margin-top: -7px; }
  .home .posts article p.excerpt, .section .posts article p.excerpt {
    margin-top: -7px;
    color: #959AA0; }
  .home .posts article:last-child, .section .posts article:last-child {
    border: none; }
.home .screen-reader-text, .section .screen-reader-text {
  display: none; }
.home .nav-links, .section .nav-links {
  width: 100%; }
  .home .nav-links .page-numbers, .section .nav-links .page-numbers {
    display: inline;
    font-size: 15px; }
  .home .nav-links a, .home .nav-links span, .section .nav-links a, .section .nav-links span {
    color: #959AA0;
    margin: 0 5px; }
    .home .nav-links a.current, .home .nav-links span.current, .section .nav-links a.current, .section .nav-links span.current {
      font-weight: bold;
      color: #0F426E; }
    .home .nav-links a .glyphicon, .home .nav-links span .glyphicon, .section .nav-links a .glyphicon, .section .nav-links span .glyphicon {
      background-color: #CBCCC8;
      padding: 8px;
      font-size: 15px;
      color: white;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }

.post .category-name {
  text-transform: uppercase; }
.post .details {
  font-size: 15px; }
  .post .details a {
    text-decoration: none; }
  .post .details .detail {
    display: inline-block; }
  .post .details .person {
    margin-right: 10px; }
    .post .details .person img {
      width: 50px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
  .post .details .updated {
    margin-left: 10px; }
  .post .details .share {
    margin-left: 10px; }
    .post .details .share .social-link {
      font-size: 12px;
      text-transform: uppercase;
      padding: 4px 8px;
      margin-right: 10px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      .post .details .share .social-link span {
        margin-right: 5px; }
    .post .details .share .facebook {
      color: white;
      background-color: #3A5A99; }
      .post .details .share .facebook:hover {
        background-color: #5e7fc2; }
    .post .details .share .twitter {
      color: white;
      background-color: #2BADEE; }
      .post .details .share .twitter:hover {
        background-color: #72c8f4; }
    @media (max-width: 768px) {
      .post .details .share {
        margin-left: 0px;
        margin-top: 20px;
        margin-bottom: -20px;
        display: block; }
        .post .details .share .facebook, .post .details .share .twitter {
          font-size: 14px; } }
.post .tags {
  margin-top: 15px;
  padding-bottom: 5px; }
  @media (max-width: 767px) {
    .post .tags {
      margin-top: 40px; } }
.post article {
  margin-top: 30px;
  margin-bottom: 40px; }
  .post article img {
    max-width: 100%; }
  .post article .featured-img {
    margin-bottom: 40px; }
    .post article .featured-img img {
      width: 100%;
      height: auto; }
    .post article .featured-img .carousel-caption {
      width: 100%;
      left: 0;
      right: 0;
      bottom: 0;
      text-align: left;
      padding: 3px 25px 15px;
      background-color: rgba(0, 0, 0, 0.7); }
    .post article .featured-img .credit {
      margin-left: 10px;
      color: #CBCCC8; }
  .post article .img-caption, .post article .wp-caption-text {
    margin-top: 5px;
    color: #959AA0; }
  .post article .content {
    margin-top: 20px; }
    .post article .content p {
      line-height: 24px; }
    .post article .content .alignleft {
      float: left;
      width: 265px !important;
      padding: 0 15px 0 0; }
      .post article .content .alignleft p {
        margin-bottom: 5px; }
      .post article .content .alignleft img {
        max-width: 250px; }
    .post article .content .alignright {
      float: right;
      padding: 0 0 0 15px; }
      .post article .content .alignright p {
        margin-bottom: 5px; }
      .post article .content .alignright img {
        max-width: 250px; }
    .post article .content .aligncenter {
      display: block;
      margin: 20px auto 20px auto;
      max-width: 100%; }
      .post article .content .aligncenter p {
        margin-bottom: 5px; }
    .post article .content .comparison-table thead th {
      text-align: center;
      font-weight: 400; }
    .post article .content .comparison-table tbody td {
      text-align: center;
      font-weight: bold; }
      .post article .content .comparison-table tbody td:first-child {
        text-align: left;
        font-weight: 400; }
.post .further {
  width: 100%;
  font-size: 12px;
  padding: 6px 0;
  border-top: 1px solid #CBCCC8;
  border-bottom: 1px solid #CBCCC8; }
  .post .further a:hover {
    text-decoration: none; }
.post .more-links {
  padding: 25px 0; }
  .post .more-links a:hover {
    text-decoration: none; }
  .post .more-links .fa-arrow-left {
    padding-right: 8px; }
  .post .more-links .fa-arrow-right {
    padding-left: 8px; }
.post .comments {
  margin-bottom: 30px; }

#searchform input {
  border-radius: 40px;
  padding: 0 20px;
  display: inline-block;
  border: 0px; }
#searchform .term {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  width: 50%; }
#searchform .submit {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-left: -5px;
  width: 25%;
  background-color: #0F426E;
  color: white; }

.author-bio {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px; }
  .author-bio img {
    float: left;
    border-radius: 50%;
    height: 75px;
    width: 75px;
    margin-right: 15px;
    margin-bottom: 5px; }

.side-navigation h2 {
  font-size: 18px; }

.categories-list,
.authors-list {
  padding-left: 0;
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3; }

.category-list-item,
.author-list-item {
  list-style: none;
  font-size: 18px;
  line-height: 38px;
  margin-bottom: 6px;
  border-bottom: 1px solid #e5e5e5; }
