ul.chosen-choices {
  list-style-type: none;
}
.intro-body {
  height: 100%;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;

  align-items: center;
  justify-content: center;
}

#preloader-wrapper {
    display:none;
}

.home #footer {
    display: none;
}

.navbar-custom .navbar-brand {
    font-weight: 300;
}

.navbar-custom .navbar-brand.klb-logo {
  padding: 0;
}

#home {
      background-color: #56704B;
}

.navbar-custom li a {
    opacity: 0.6;
}
.overlay-dark {
    background: url('/wp-content/themes/act/img/overlay_diagonal_light.png') repeat!important;
}

p.lead {
    display: none;
}

.accent-rule-short-left {
    display: none;
}

.list-inline {
    border-bottom: 4px double #bfbfbf;
    margin-bottom: 3rem;
    border-top: 4px double #bfbfbf;
}

[id^="blog"] .post-details p {
    line-height: initial;
    margin: 1rem;
}

.act-post {
    font-size: 1.6rem;
    text-align: justify;
    text-indent: 3rem;
}

p {
    line-height: 2.5rem;
}



.intro #fundraiser-bar {
    /* height: 3rem; */
    padding: 3rem 0;
    font-size: 1.52rem;
    text-transform: uppercase;
    font-weight: 300;
}

.tagcloud a {
    background: none;
    color: #424f52;
    font-size: 1.2rem!important;
    text-transform: uppercase;
    display: block;
    text-align: left;
    width: 100%;
    border-bottom: 1px dashed #bfbfbf;
    padding-left: 0;
}

.tagcloud a:first-child {
    border-top: 1px dashed #bfbfbf;
    padding-left:;
}

.col-lg-offset-2 {
    margin-left: 0!important;
    text-align: left;
}

.accent-rule-short {
    margin-left: 97px;
    display: none;
}
@media print {
    .act-post p {
     font-size: 1.6rem!important;
    }
    .container.text-black h2 {
        font-size: 4rem!important;
    }
    h1 {
        font-size: 3.5rem;
    }
}
