body {
  font-size: 14px;
}

/* hack to extend .wrapper to top of screen so it can be used for box-shadow
   unfortunately it does not work properly with solid colors based off of body */
/*body.boxed-layout.container .wrapper {
    padding-top: 120px;
    top: -120px;
    margin-bottom: -120px;
    position: relative;
    box-shadow: 0 0 10px #888;
}*/

body.boxed-layout.container.dark .wrapper {
  box-shadow: 0 0 10px #111;
}

p,
li,
li label {
  color: #333;
}

li a,
a {
  color: #287721;
  text-decoration: none;
}

body.dark li a,
body.dark a,
.footer-v1 a {
  color: rgb(160, 195, 129);
}

body.dark p,
body.dark li,
body.dark label,
body.dark .wrapper p {
  color: #aaa;
}

body.dark .tab-v2 .nav-tabs li a {
  color: #aaa;
}

body.dark .tab-v2 .nav-tabs li.active a {
  color: #ccc;
}

.btn-default,
.btn-info {
  color: #333 !important;
}

.btn-info {
  background-color: #abf3ff;
}

body.dark .btn-default {
  color: #aaa !important;
  border-color: #666 !important;
  background-color: #111;
}

body.dark .btn-default.active {
  background-color: #555 !important;
}

.btn-primary,
.btn-danger,
.btn-success {
  color: #fff !important;
}

body.dark .header .navbar-nav > li > a {
  color: #a7a7a7;
}

body.dark .topbar ul.loginbar li i.fa {
  color: #a7a7a7;
}

.title {
  color: #444;
  text-shadow: none;
  font-weight: normal;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 28px;
}

body.dark .title {
  color: #bbb;
}

body.dark .blog_masonry_3col ul.grid-boxes-news li {
  color: #a1a1a1;
}

.blog_masonry_3col ul.grid-boxes-news li a,
.blog_masonry_3col h3 a {
  color: #287721;
}

body.dark .blog_masonry_3col ul.grid-boxes-news li a {
  color: rgb(160, 195, 129);
}

.header .topbar ul.loginbar li i.fa {
  font-size: 18px;
  padding: 0 10px;
}

.header .logo {
  text-decoration: none;
  width: 110px;
}

.header .logo img {
  margin: 15px 0;
}

/*.header-fixed .header.header-fixed-shrink .logo div {
    margin: 35px 0 0px;
    font-size: 2.4em;
}*/

a.footer-logo {
  font-size: 3em;
}
a.footer-logo:hover {
  text-decoration: none;
}

.formatted img {
  display: block;
  height: auto;
  max-width: 100%;
}

img.profile {
  width: 120px;
  height: 120px;
}

img.profile-thumb {
  width: 56px;
  height: 56px;
}

img.profile-small {
  width: 40px;
  height: 40px;
}

@media (max-width: 767px) {
  img.profile-thumb {
    width: 40px;
    height: 40px;
  }
}

.media .media img.profile {
  width: 25px;
  height: 25px;
}

.media .media .media img.profile {
  width: 10px;
  height: 10px;
}

.media-body {
  width: inherit;
  display: inherit;
}

/* responsive video frame */
.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}

.flex-video.widescreen {
  padding-bottom: 57.25%;
}
.flex-video.vimeo {
  padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-device-width: 800px),
  only screen and (device-width: 1024px) and (device-height: 600px),
  only screen and (width: 1280px) and (orientation: landscape),
  only screen and (device-width: 800px),
  only screen and (max-width: 767px) {
  .flex-video {
    padding-top: 0;
  }
}

.entry-ad-responsive {
  width: 320px;
  height: 50px;
}
@media (min-width: 500px) {
  .entry-ad-responsive {
    width: 468px;
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .entry-ad-responsive {
    width: 728px;
    height: 90px;
  }
}

div.panel {
  overflow: hidden;
  zoom: 1;
}

.md-editor > textarea {
  padding: 10px;
  font-family: inherit;
  font-size: inherit;
}

.md-editor > .md-preview {
  padding: 10px;
}

div.carousel-fill {
  width: 200px;
  height: 300px;
  min-width: 150px;
  min-height: 300px;
  max-width: 200px;
  max-height: 300px;
  overflow: hidden;
  display: block;
}
div.carousel-caption {
  height: 300px;
  text-align: left;
}
.carousel-indicators {
  bottom: 0px;
}
.carousel-indicators li {
  border: 1px solid #666;
}
.carousel-indicators .active {
  background-color: #999;
  background-image: none;
}
.carousel-control.right,
.carousel-control.left {
  background: inherit;
  color: inherit;
}
.carousel-caption {
  color: inherit;
  text-shadow: inherit;
}

.formatted {
  line-height: 1.4;
  font-size: 1.5rem;
  /* word wrap */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
  overflow-wrap: break-word;
}
.formatted > p,
.formatted > ul > li > p,
.formatted > ol > li > p,
.formatted > blockquote,
.formatted > h1,
.formatted > h2,
.formatted > h3,
.formatted > h4,
.formatted > h5,
.formatted > h6,
.formatted > ol,
.formatted > ul,
.formatted > hr,
.formatted > dl,
.formatted > div.page-header {
  margin-bottom: 1em;
}

.formatted > h1,
.formatted > h2,
.formatted > h3,
.formatted > h4,
.formatted > h5,
.formatted > h6 {
  margin-top: 1em;
}

.formatted.entry {
  font-size: 1.6rem;
}

.serif {
  font-family: "Lora", serif;
}

.sans-serif {
  font-family: "Open Sans", Arial, sans-serif;
}

@media (min-width: 768px) {
  .formatted.entry {
    font-size: 1.5rem;
  }
}

@media (min-width: 990px) {
  .formatted {
    font-size: 1.5rem;
  }
  .formatted.entry {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media (min-width: 1200px) {
  .formatted {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .formatted.entry {
    font-size: 1.7rem;
    line-height: 1.6;
  }
}

@media (min-width: 768px) {
  div.entry-col {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (min-width: 990px) {
  div.entry-col {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (min-width: 1200px) {
  div.entry-col {
    padding-left: 60px;
    padding-right: 60px;
  }
}

blockquote,
blockquote p {
  font-size: inherit;
  line-height: inherit;
}

a.anchor {
  display: block;
  position: relative;
  top: -80px;
  visibility: hidden;
}

.wrapper {
  background-color: #fdfdfd;
}

.footer-v1 .footer-socials li a {
  color: #aaa;
  font-size: 16px;
}

.alert-fundraiser {
  background-color: yellow;
  margin-top: 15px;
}
