html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}
.pagecontent a {
color: #124987 !important;
font-size: 14px !important;

}
h1.brand {
  margin: 48px 0;
}

.section-title {
  padding-top: 12px;
  padding-bottom: 12px;
  color: white;
  background-color: #6BBA62;
}

.navbar, .navbar-default {
  color: white;
}
.navbar .navbar-nav li a, .navbar-default .navbar-nav li a {
  color: inherit;
}
.navbar .navbar-nav li a:hover, .navbar-default .navbar-nav li a:hover {
  color: inherit;
  opacity: 0.75;
}
.navbar .navbar-nav li.active > a, .navbar-default .navbar-nav li.active > a {
  color: inherit;
  background-color: #6BBA62;
}
.navbar .navbar-nav li.active > a:hover, .navbar-default .navbar-nav li.active > a:hover {
  color: inherit;
  background-color: #50a247;
}

.dropdown-menu {
  background-color: #36413D;
}

.post {
  margin-bottom: 24px;
}
.post-title {
  font-size: 2em;
  font-weight: 300;
  text-transform: capitalize;
}

.list-group-item {
  border: 0;
  padding: 8px 12px;
  margin-bottom: 0;
  border-bottom: 1px solid gainsboro;
}
.list-group-item:first-of-type {
  margin-top: 16px;
}
.list-group-item:last-of-type {
  border-bottom: 0;
}

.footer {
  padding: 24px 0;
  color: white;
  background-color: #36413D;
}
.footer .col-md-4.col-md-offset-4 {
  text-align: right;
}

.social-links {
  margin: 12px 0 24px 0;
}
.social-links .fa {
  padding: 0 8px;
  font-size: 18px;
}
.search-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 38px;
  border: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
}
.search-btn:before {
  content: "\f002";
  display: block;
  font-family: 'FontAwesome';
}
.rightcontent input[type=checkbox] {margin-right:5px ; }