/* ==========================================================================
Variables
========================================================================== */
/* ==========================================================================
Mixins
========================================================================== */
/* ==========================================================================
Override max width for responsive grid.
========================================================================== */
@media (min-width: 1200px), (min-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }

  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 940px !important;
  }
  .span12 {
    width: 940px;
  }
  .span11 {
    width: 860px;
  }
  .span10 {
    width: 780px;
  }
  .span9 {
    width: 700px;
  }
  .span8 {
    width: 620px;
  }
  .span7 {
    width: 540px;
  }
  .span6 {
    width: 460px;
  }
  .span5 {
    width: 380px;
  }
  .span4 {
    width: 300px;
  }
  .span3 {
    width: 220px;
  }
  .span2 {
    width: 140px;
  }
  .span1 {
    width: 60px;
  }
  .offset12 {
    margin-left: 980px;
  }
  .offset11 {
    margin-left: 900px;
  }
  .offset10 {
    margin-left: 820px;
  }
  .offset9 {
    margin-left: 740px;
  }
  .offset8 {
    margin-left: 660px;
  }
  .offset7 {
    margin-left: 580px;
  }
  .offset6 {
    margin-left: 500px;
  }
  .offset5 {
    margin-left: 420px;
  }
  .offset4 {
    margin-left: 340px;
  }
  .offset3 {
    margin-left: 260px;
  }
  .offset2 {
    margin-left: 180px;
  }
  .offset1 {
    margin-left: 100px;
  }
}
/* ==========================================================================
Buttons
========================================================================== */
.btn {
  color: #ffffff;
  text-shadow: none;
  background-image: none;
}
.btn-dark {
  background-color: #a36b46;
  border-color: #a36b46;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: #94603e;
}
.btn-light {
  color: #ffffff;
  background-color: #0f4920;
}
.btn-light:hover {
  color: #ffffff;
  background-color: #095e22;
}
.center-btn {
  position: absolute;
  bottom: 10px;
  text-align: center;
}
.btn-signup {
  margin-left: 2.978723%;
  width: 114px;
  color: #ffffff;
  background-color: #252525;
}
.btn-signup:hover {
  color: #ffffff;
  background-color: #171717;
}
/* ==========================================================================
Common
========================================================================== */
html,
body {
  width: auto !important;
  overflow-x: hidden !important;
}
html {
  background-color: #221912;
}
body {
  padding: 0;
  background-color: #fbfbfb;
  font-family: 'Open Sans', sans-serif;
  color: #787675;
}
::-webkit-input-placeholder { 
  color: #000 !important;
}
::-moz-placeholder { 
  color: #000 !important;
}
:-ms-input-placeholder {
  color: #000 !important;
}
:-moz-placeholder { 
  color: #000 !important;
}
.BBFormContainer[data-bbox-part-id="dcc4683c-d84c-483f-b3e0-491c6b701bbd"] .BBFormSelectList.GhostText:not(:focus) {
    color: #000 !important;
}
[data-bbox-part-id='dcc4683c-d84c-483f-b3e0-491c6b701bbd'].BBFormContainer :not(:focus).BBFormSelectList {
    color: #000 !important;
}
h2 {
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.2;
}
h3 {
  margin-bottom: 0;
  font-size: 14px;
  color: #4c4c4c;
  line-height: 1;
}
h4 {
  margin: 0;
  font-size: 11px;
  font-weight: normal;
  color: #4c4c4c;
  line-height: 1;
}
h3 a,
h3 a:hover {
  color: #4c4c4c;
}
a,
a:hover {
  color: #b29e90;
}
input,
textarea {
  color: #000 !important;
}
input#bboxdonation_btnSubmit {
    color: #FFFFFF !important;
}
.float-left {
  width: 50%;
  float: left;
}
.float-right {
  width: 50%;
  float: right;
}
.center {
  margin: 0 auto;
  float: none;
}
.uppercase {
  text-transform: uppercase;
}
#site-search {
  float: right;
  overflow: hidden;
}
#site-search .search-query {
  margin-bottom: 20px;
  background: url(../../images/bkg-search.png) no-repeat right center;
}
.navbar {
  margin-bottom: 0;
}
#utility-nav {
  background-color: #221912;
  background-image: none;
  background-repeat: no-repeat;
  /*filter: none;*/
  border-bottom: 0;
  background:  #221912 url(../../images/bkg-topnav.png) no-repeat center;
}
#utility-nav .container #logo {
  margin: 0;
  width: 242px;
  height: 456px;
  background: url(../../images/logo-banner2.png) no-repeat left top;
  position: absolute;
  z-index: 100;
}
#utility-nav .container #logo a {
  width: 242px;
  height: 208px;
  display: block;
  text-indent: -9999px;
}
#utility-nav .container #logo p {
  padding: 220px 11.570248% 0% 11.570248%;
  font-size: 1em;
  line-height: 1.286em;
  color: #ffffff;
}
#utility-nav .container .nav > li > a {
  padding-right: 5px;
  color: #ffffff;
  text-shadow: none;
}
#utility-nav .container .underline a {
  text-decoration: underline;
}
#utility-nav .container .underline a:hover {
  text-decoration: none;
}
#utility-nav .container .social-media {
  padding-left: 0;
}
#utility-nav .container .social-media img {
  width: 18px;
  height: 18px;
}
#utility-nav .container .safe-environment {
  padding-left: 25px;
  color: #c9a776 !important;
  margin-right:35px;
  background: url(../../images/icon-safe.png) no-repeat left center;
  text-transform: uppercase;
  cursor: pointer;
}
#utility-nav .container .safe-environment:hover {
  text-decoration: underline;
}
#utility-nav .container #facebook {
  padding-right: 30px;
}
#utility-nav .container #donate {
  padding-left: 10px;
}
#utility-nav .container #donate a {
  padding: 5px 10px 5px 10px;
  color: #4c2e2e;
  text-shadow: none;
  background-color: #ffebd0;
  *background-color: #ffebd0;
  background-image: -moz-linear-gradient(top, #fcf8f2, #ffebd0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcf8f2), to(#ffebd0));
  background-image: -webkit-linear-gradient(top, #fcf8f2, #ffebd0);
  background-image: -o-linear-gradient(top, #fcf8f2, #ffebd0);
  background-image: linear-gradient(to bottom, #fcf8f2, #ffebd0);
  background-repeat: repeat-x;
  border-color: #ffebd0;
  border-color: rgba(55, 66, 121, 0.1) rgba(55, 66, 121, 0.1) rgba(55, 66, 121, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcf8f2', endColorstr='#fcf8f2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 28px;
}
#utility-nav .container #donate a:hover {
  text-decoration: none;
}



#main-nav-wrapper {
  background: url(../../images/bkg-mainnav-tile.png) repeat-x;
}
#main-nav {
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
  height: 101px;
  background: url(../../images/bkg-mainnav.png) no-repeat bottom center;
  border: 0;
  border-radius: 0;
}
#main-nav .container {
  padding: 30px 0px;
}
#main-nav .nav > li > a {
  padding: 10px 0px 10px 20px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: none;
}
#main-nav .nav > li > a.active,
#main-nav .nav > li > a:hover,
#main-nav .nav > li > a:focus {
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ac9566;
}
#main-nav .nav li.dropdown:hover .dropdown-menu {
  display: block;
}
#main-nav .nav .dropdown-menu {
  margin-top: 0px;
}
#main-nav .nav .dropdown-menu li > a:hover,
#main-nav .nav .dropdown-menu li > a:focus,
#main-nav .nav .dropdown-submenu:hover > a,
#main-nav .nav .dropdown-menu > .active > a {
  background: none;
  background-color: #ac9566;
}

.breadcrumb {
  padding: 3% 0 0 31px;
  background-color: transparent;
  font-size: 1em;
}
.breadcrumb li {
  padding-left: 4px;
  text-shadow: none;
}
.breadcrumb .active {
  color: #787675;
}
.breadcrumb a {
  color: #787675;
  text-decoration: underline;
}
.breadcrumb a:hover {
  text-decoration: none;
}
#main-content h2,
#main-content h3,
#main-content h4,
#main-content h5,
#main-content h6 {
  margin: 10px 0px;
  color: #999897;
  font-weight: normal;
}
#main-content h2 {
  font-size: 1.750em;
}
#main-content h3 {
  font-size: 1.625em;
}
#main-content h4 {
  font-size: 1.500em;
}
#main-content h5 {
  font-size: 1.250em;
}
#main-content h6 {
  font-size: 1.125em;
}
#main-content ul,
#main-content ol {
  padding-left: 15px;
}
#main-content .videoWrapper {
  margin-bottom: 3%;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
#main-content .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#content {
  padding-bottom: 3%;
}
#sub-nav-wrapper {
  padding-bottom: 8px;
  background: url(../../images/sidebar-shadow.png) no-repeat left bottom;
}
#sub-nav-wrapper #sub-nav a.active,
#sub-nav-wrapper #sub-nav a:hover{
  color: #ffffff;
  background-color: #ac9566;
}
#footer-nav {
  margin-top: 40px;
  background: url(../../images/bkg-topfooter-tile.png) repeat-x left bottom #166a2e;
}
#footer-nav .container {
  height: 195px;
  background: url(../../images/bkg-topfooter.png) no-repeat center bottom;
}
#footer-nav ul {
  margin: 0px;
  padding: 1.25% 0;
  width: 20%;
  list-style-type: none;
}
#footer-nav ul li {
  line-height: 1.15em;
}
#footer-nav ul li:first-child {
  font-weight: bold;
  text-transform: uppercase;
}
#footer-nav ul a {
  color: #ffffff;
  font-size: 0.857em;
}
#copyright {
  background-color: #221912;
}
#copyright .container {
  padding: 10px 0px;
  color: #ffffff;
  text-align: center;
  background-color: #221912;
  background: url(../../images/bkg-botfooter.png) no-repeat center top;
}
#copyright .container p {
  margin: 0;
  font-size: 12px;
}
#copyright .container p span {
  font-weight: bold;
  text-transform: uppercase;
}

#return-home a{
  margin-right: 150px;
  text-decoration: underline;
}

#return-home-ewg a {
  margin-right: 92px;

}

/* ==========================================================================
Home
========================================================================== */
.home .btn-large {
  margin-left: 23px;
  color: #ffffff !important;
}
.home h1 {
  text-indent: -9999px;
}
.home h2 {
  margin-bottom: 3%;
  color: #999897;
  font-size: 1.429em;
}
.home ul {
  margin-bottom: 20px;
}
.home img.border {
  padding: 3px;
  border: 1px solid #ccc;
}
.home #utility-nav #logo {
  height: 227px;
  background: url(../../images/logo.png) no-repeat left top;
}
.home .blog h3 {
  margin-top: 0;
}
.home .blog-latest {
  margin-left: 0;
}
.home .blog-latest li {
  padding: 5px 0;
  list-style-type: none;
  overflow: hidden;
}
.home .blog-latest li .post-date {
  margin-right: 10px;
  padding-top: 5px;
  width: 38px;
  height: 38px;
  float: left;
  color: #ffffff;
  font-size: 0.929em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  background: url(../../images/bkg-date.png) no-repeat;
}
.home .blog-latest li .desc {
  width: 80%;
  float: left;
}
.home .blog-latest li .desc a {
  cursor: pointer;
}
.home .blog-latest li h3 {
  margin-top: 0;
  display: inline-block;
}
.home #slideshow_wrapper #slideshow {
  margin-bottom: 24px;
  background: url(../../images/bkg-slider.jpg) repeat-x;
  border-bottom: 1px solid #ccc;
}
.home #slideshow_wrapper #slideshow .container {
  height: 313px;
  position: relative;
  border-top: none;
  border-right: 1px solid #999897;
  border-bottom: 1px solid #999897;
  border-left: 1px solid #999897;
  background-color: #4c2e2e;
}
.home #slideshow_wrapper #slideshow .container .slide {
  width: 940px;
  height: 315px;
  position: absolute;
  top: 0px;
  z-index: 10;
}
.home #slideshow_wrapper #slideshow .container .slide.active {
  z-index: 12;
}
.home #slideshow_wrapper #slideshow .container .slide.next {
  z-index: 11;
}
.home #slideshow_wrapper #slideshow .container .slide img {
  display: block;
}
.home #slideshow_wrapper #slideshow .container .slide .intro {
  padding: 15px 15px;
  width: 50%;
  color: #4c4c4c;
  line-height: 1.3;
  position: absolute;
  bottom: 15px;
  right: 10px;
  background: url(../../images/bkg-slide-intro.png) repeat;
}
.home #slideshow_wrapper #slideshow .container .slide .intro a {
  color: #4c4c4c;
  font-weight: bold;
  text-decoration: underline;
}
.home #slideshow_wrapper #slideshow .container .slide .intro a:hover {
  text-decoration: none;
}
.home #slideshow_wrapper #slideshow .container #slideshow_nav {
  margin: 0;
  border-top: 7px solid #999897;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
}
.home #slideshow_wrapper #slideshow .container #slideshow_nav li {
  float: left;
  list-style-type: none;
}
.home #slideshow_wrapper #slideshow .container #slideshow_nav li a {
  padding: 14px 20px;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
}
.home #slideshow_wrapper #slideshow .container #slideshow_nav li a:hover,
.home #slideshow_wrapper #slideshow .container #slideshow_nav li a.active {
  color: #ffffff;
  background-color: #999897;
  text-decoration: none;
}
.home #spotlight div.pull-left {
  width: 134px;
  margin-right: 20px;
}
.home #content {
  font-size: .929em;
}
.home #content #site-search {
  padding: 0;
}
.home #content #tagline {
  font-size: 1.714em;
  line-height: 1.3;
  color: #a2a0a0;
  width: 100%;

}
.home #content #spotlight .span6 form {
  margin-bottom: 0;
  overflow: hidden;
}
.home #content #spotlight .media img {
  width: 134px;
  height: 134px;
}
.home #content .featured img {
  padding: 5px;
  border: 1px solid #ccc;
}
/*.home #content #scripture {
  color: #4c4c4c;
  font-size: 1.077em;
}*/
.home #content .error {
  border: 1px solid red;
}
.home #content .error[type="text"] {
  color: red;
}
.home #content .success {
  font-size: 1.429em;
  color: green;
  text-align: center;
}
.home #content #mediaplayer-outer,
.home #content #mediaplayer-outer2 {
  border: 1px solid #ccc;
}
.home #content #mediaplayer-outer #mediaplayer-inner,
.home #content #mediaplayer-outer2 #mediaplayer-inner2 {
  margin: 4px 4px 0 4px;
  position: relative;
  background-color: #000000;
}
.home #content #mediaplayer-outer #video-title,
.home #content #mediaplayer-outer2 #video-title {
  margin-bottom: 4px;
  padding: 0 0 3px 0;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}
.home #content .meditations #mediaplayer-outer2 #mediaplayer-inner2 {
  background-color: #ffffff;
}
.home .divider {
  margin: 35px 0px 35px 0px;
}
.home #features > div {
  margin-top: 35px;
  /*margin-bottom: 35px;*/
  height: 200px;
  color: #ffffff;
  background: url(../../images/feature-box.png) no-repeat left top;
  background-size: 100%;
  padding-bottom:10px;
}
.home #features > div h2 {
  margin: 0px 0px 10px 0px;
  padding: 20px 24px 0px 24px;
  color: #ffffff;
  line-height: 1em;
}
.home #features > div p {
  padding: 0 24px 20px 24px;
  line-height: 18px;
}
.home #features > div .btn {
  border-color: transparent;
}
.home #features .span3 {
  position: relative;
}

.home #todays-verse {
  position: relative;
}
.home #todays-verse img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.home #todays-verse h2,
.home #todays-verse p {
  padding: 0 5%;
  color: #ffffff;
  position: relative;
  z-index: 200;
  text-shadow: 1px 1px 1px #000;
}
.home .mailing-list {
  padding: 20px 10px 20px 10px;
  background-color: #f5f3f0;
  overflow: hidden;
  margin-top:30px;
}
.home .mailing-list .btn-large {
  margin: 10px 0 0 80px;
}
.home .mailing-list h2 {
  margin-top: 0 !important;
  font-size: 1.6em;
}
.home .mailing-list .float-left h2 {
  margin-bottom: 10px;
}
.home .mailing-list .float-left h2,
.home .mailing-list .float-left p {
  padding: 0px 24px;
  color: #4c4c4c;
}
.home .mailing-list form input {
  margin-bottom: 0; 
}
.home #featured-video{
  margin-top: 46px;
}
.home .mailing-list .float-left {
  width: 70%;
}
.home .mailing-list .float-right {
  width: 30%;
}
/*
Spotlights
*/
.spotlights .span6 {
  margin-left:0px;

}
.spotlights img.border {
  padding: 3px;
  border: 1px solid #ccc;
}
.spotlights .media-body h3 a {
  font-size: 14px;
  color: #4c4c4c;
  font-weight: bold;
  text-decoration: none !important;
}

.spotlights .media-body h3 a:hover {
  text-decoration: underline !important;
  }

  .spotlights #main-content h3{
    margin:0px;
  }
  .spotlights #main-content h3 {
  font-size: 14px;
}

/* ==========================================================================
Landing
========================================================================== */
.landing h2 {
  font-size: 1.3em;
}
.landing h2 a {
  color: #2a1c13;
}
.clear_buckets {
  clear: both;
}
.landing .btn.more {
  margin: 2% 0% 4.666667% 0%;
}
.landing #utility-nav .container #logo h1 {
  padding: 35px 10% 0% 10%;
  font-size: 1.8em;
  font-weight: normal;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1;
}
.landing #utility-nav .container #logo p {
  padding: 0 10%;
  font-size: 1em;
  line-height: 1.286em;
  color: #ffffff;
}
.landing #slideshow {
  margin-bottom: 24px;
  background: url(../../images/bkg-slider.jpg) repeat-x;
  border-bottom: 1px solid #ccc;

}
.landing #slideshow .container {
  height: 314px;
  position: relative;
}
.landing #slideshow .container .slide {
  width: 698px;
  height: 315px;
  position: absolute;
  left: 239px;
  top: 0px;
  z-index: 10;
}
.landing #slideshow .container .slide img {
  height: 315px;
}
.landing #slideshow .container .slide.active {
  z-index: 12;
}
.landing #slideshow .container .slide.next {
  z-index: 11;
}
.landing #slideshow .container .slide img {
  display: block;
}
/* ==========================================================================
General
========================================================================== */
.general #utility-nav #logo {
  height: 227px;
  background: url(../../images/logo.png) no-repeat left top;
}
.general #wrapper-outer {
  padding-bottom: 49px;
  background: url(../../images/bkg-banner.jpg) repeat-x bottom left;
}
.general #main-nav {
  margin-bottom: 32px;
}
.general #site-search {
  padding-top: 4%;
}
.general #main-content {
  padding: 0 5%;
}
.general #main-content h1 {
  margin-top: 2%;
  font-size: 2.143em;
  font-weight: normal;
  text-transform: uppercase;
}
.general #main-content img {
  margin-bottom: 10px;
}
.general #main-content img.alumni {
  margin: 0 3% 0 0;
  padding: 5px;
  float: left;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.general #main-content a {
  text-decoration: underline;
}
.general #main-content a:hover {
  text-decoration: none;
}
.general #main-content .subscribe-list img {
  margin: 2.1% 0 2.1% 0;
  width: 85px !important;
}
.general #main-content .reflection {
  margin-bottom: 3%;
}
.general #sub-nav {
  margin-top: 20%;
  padding: 5% 7.333333% 7% 7.333333%;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
}
.general #sub-nav h2 {
  font-size: 1.429em;
}
.general #sub-nav ul {
  margin: 0;
  list-style-type: none;
}
.general #sub-nav ul li {
  margin-bottom: 2px;
  line-height: 2;
}
.general #sub-nav ul li a,
.general #sub-nav ul li .parent-active a {
  padding: 5px;
  color: #898887;
  border-radius: 5px;
}
.general #sub-nav ul li a:hover,
.general #sub-nav ul li .parent-active a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #ac9566;
}
.general #sub-nav ul li.active a,
.general #sub-nav ul li.parent-active a {
  color: #ffffff;
  background-color: #ac9566;
}
.general #sub-nav ul ul {
  padding-left: 7.333333%;
}
.general #sub-nav ul ul li a {
  color: #787675 !important;
  background-color: transparent !important;
}
.general #sub-nav ul ul li:hover,
.general #sub-nav ul ul li.active > a,
.general #sub-nav ul ul li.parent-active > a {
  text-decoration: underline;
}
.general #sub-nav #catalog {
  padding-left: 20px;
}
.general #sub-nav #catalog li a {
  color: #898887;
  background: none;
}
.general #sub-nav #catalog li a:hover {
  text-decoration: underline;
}
.general #sub-nav #catalog li.active a,
.general #sub-nav #catalog li.parent-active a {
  text-decoration: underline;
}



#sub-nav ul ul li.active > a:hover {
  color: #ffffff !important;
}
#sub-nav ul ul li > a:hover {
  color: #ffffff !important;
}

.general #blogs_around_posj {
  margin-top: 10%;
  padding: 5% 7.333333% 7% 7.333333%;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
}
.general #blogs_around_posj h2 {
  font-size: 1.429em;
}
.general #blogs_around_posj .blog-latest {
  margin-left: 0;
}
.general #blogs_around_posj .blog-latest li {
  padding: 5px 0;
  list-style-type: none;
  overflow: hidden;
}
.general #blogs_around_posj .blog-latest li .post-date {
  margin-right: 10px;
  padding-top: 5px;
  width: 38px;
  height: 38px;
  float: left;
  color: #ffffff;
  font-size: 0.929em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  background: url(../../images/bkg-date.png) no-repeat;
}
.general #blogs_around_posj .blog-latest li .desc {
  width: 200px;
  float: left;
}
.general #blogs_around_posj .blog-latest li .desc h3 {
  margin-top: 0;
}
.general #blogs_around_posj .blog-latest li .desc h3 a {
  cursor: pointer;
}
.general #blogs_around_posj .blog-latest li h3 {
  display: inline-block;
}
.general hr{
  margin: 0px;
}
.general #main-content img.volunteer {
  margin-right: 8px;
  height: 20px;
}
#main-content ul#faqs{
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.blog h3 a{
  text-decoration: none !important;
  color: #999897 !important;
}
/* ==========================================================================
Ministries
========================================================================== */
.ministries h2 {
  font-size: 1.3em;
}
.ministries h2 a {
  color: #2a1c13;
}
.ministries .btn.more {
  margin: 2% 0% 4.666667% 0%;
}
/* ==========================================================================
Blog
========================================================================== */
.blog .hr {
  margin: 5% 0;
  border-top: 1px solid #efefef;
}
.blog .fixed {
  overflow: hidden;
}
.blog h1 {
  margin: 0 0 5% 0;
  font-size: 2.143em;
  font-weight: normal;
  text-transform: uppercase;
}
.blog h2 {
  font-size: 1.714em;
}
.blog h2 a {
  text-decoration: none;
}
.blog h2 a :hover {
  text-decoration: underline;
}
.blog .blog-post {
  position: relative;
}
.blog .blog-post h1 {
  margin: 1% 0 0 0;
  padding: 0 !important;
  /*color: #2a1c13;*/
}
.blog .blog-post h2 {
  padding: 0 !important;
}
.blog .blog-post h2 a {
  text-decoration: none;
}
.blog .blog-post h2 a:hover {
  text-decoration: underline;
}
.blog .blog-post a {
  text-decoration: underline;
}
.blog .blog-post a:hover {
  text-decoration: none;
}
.blog .blog-post .blog-post-title {
  margin-bottom: 0;
  border-bottom: 1px solid #f9f9f9;
}
.blog .blog-post .blog-post-date {
  font-size: 0.857em;
  font-weight: bold;
}
.blog .blog-post .blog-post-thumb {
  width: 100%;
}
.blog .blog-post .blog-post-info {
  margin: 0;
  padding: 10px 0 10px 0;
  list-style-type: none;
  list-style-position: outside;
  border-bottom: 1px solid #f9f9f9;
  overflow: hidden;
}
.blog .blog-post .blog-post-info li {
  margin-right: 15px;
  padding: 1px 0 1px 0;
  float: left;
}
.blog .blog-post .blog-post-readmore {
  margin-bottom: 0;
  float: left;
  border-left: 1px solid #f5f5f5;
}
.blog .blog-post #share-this span {
  margin: 2% 0% 2% 0%;
}
.blog #sub-nav {
  margin-top: 15%;
  padding: 5% 7.333333% 7% 7.333333%;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
}
.blog #sub-nav h2 {
  font-size: 1.429em;
}
.blog #sub-nav ul {
  margin: 0;
  list-style-type: none;
}
.blog #sub-nav ul li {
  margin-bottom: 2px;
  line-height: 2;
}
.blog #sub-nav ul li a {
  padding: 5px;
  color: #898887;
  border-radius: 5px;
}
.blog #sub-nav ul li a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #743a39;
}
.blog #sub-nav ul li.active a {
  color: #ffffff;
  background-color: #743a39;
}
.blog .pagination {
  margin-bottom: 5%;
  list-style: none;
  float: right;
}
.blog .pagination li {
  float: left;
  border-right: 1px dotted #ccc;
}
.blog .pagination li.first {
  padding-left: 0;
}
.blog .pagination li.last {
  padding-right: 0;
  border-right: none;
}
.blog .pagination li a {
  padding: 5px 15px;
  display: block;
}
.blog .pagination li a:hover {
  text-decoration: underline;
}
.blog .pagination li .current a {
  color: #000000;
}
/* ==========================================================================
Capuchin Mass Association
========================================================================== */
.cma .btn-dark {
  color: #ffffff !important;
}
.cma #mini-cart {
  margin: 20% 0 3% 0;
}
.cma #mini-cart .icon-shopping-cart {
  padding-right: 5px;
}
.cma #sub-nav {
  margin-top: 0;
}
.cma #main-content img {
  width: auto;
}
.cma #main-content .store_product_form {
  margin-right: 2%;
  width: 30%;
  float: left;
  height: 175px;
}
.cma #main-content .cat {
  width: 30%;
  float: left;
}
.cma #main-content .cat.middle {
  padding: 0 5%;
}
.cma #main-content .cat img {
  margin-bottom: 0;
}
.cma #main-content .cat .prod_cat {
  padding: 5% 0;
  text-align: center;
  background-color: #4c2e2e;
  color: #ffffff;
}
.cma #main-content .form-horizontal .control-label {
  margin: 0 10px 0 0;
  padding-top: 5px;
  width: auto;
}
.cma #main-content .form-horizontal .controls {
  margin: 0;
  width: auto;
}
.cma #catalog {
  padding-left: 20px;
}
.cma .form-actions {
  padding: 0;
  background-color: transparent;
  border-top: 0;
  text-align: center;
}
/* ==========================================================================
Donations
========================================================================== */
/*.donations #main-content .required {
  color: red;
}
.donations #main-content ul {
  margin: 0;
}
.donations #main-content li {
  margin-bottom: 3%;
  list-style-type: none;
}
.donations #main-content li label {
  display: inline;
}
.donations #main-content li input {
  margin: 0;
}*/
/*=============================================================================
Mailing List Sign Up
=============================================================================== */
form #SignUp .required {
  color:red;
}
form #SignUp li label {
  display: inline;
}
form #SignUp li {
  list-style-type: none; 
}
form #SignUp ul {
  padding: 0;
  margin: 0;
}
form #SignUp input {
  /*color:#ffffff !important;*/
}

/*=======================================================================================
CSK Home Styles
=========================================================================================*/

#main-nav-wrapper.csk{
  background: url(../../images/bkg-mainnav-tile-csk.png) repeat-x;
}
#main-nav.csk {
  background: url(../../images/bkg-mainnav-csk.png) no-repeat bottom center;
}
/*#main-nav.csk {
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
  height: 101px;
  background: url(../../images/bkg-mainnav-csk.png) no-repeat bottom center;
  border: 0;
  border-radius: 0;
}*/
.home #utility-nav #logo.csk {
  height: 227px;
  background: url(../../images/logo-csk.png) no-repeat left top;
}
.home #slideshow_wrapper #slideshow.csk {
  margin-bottom: 70px;
  background: url(../../images/bkg-slider-csk.png) repeat-x;
  border-bottom: 1px solid #ccc;
  height: 321px;
}
.home #features > div.csk {
  margin-top: 35px;
  margin-bottom: 35px;
  height: 215px;
  color: #ffffff;
  background: url(../../images/feature-box-csk.png) no-repeat left top;
  background-size: 100%;
  padding-bottom:10px;
}

.home #content #tagline-csk {
  font-size: 1.714em;
  line-height: 1.3;
  color: #a2a0a0;
}
.home #intro-button .btn-dark{
  background-color: #a03231;
  /*float: right;*/
  margin-top: 20px;

}
.home #intro-button .btn-dark:hover{
  background-color: #bd4140;
}
.home .feature-button{
  background-color: #cc6a67;
}
.home .feature-button:hover{
  background-color: #cc7d7a;
}
.home .mailing{
  background-color: #a03231;

}
.home .mailing:hover{
  background-color: #bd4140;
  
}
.home .bonanza{
  background-color: #358629;
  border-color: #37812a;
  width: 85%;
}
.home .bonanza-text h2,
.home .bonanza-text p{
  color: #4c4c4c;
}
.home .bonanza:hover{
  background-color: #5ba84f;
  
}
#footer-nav.csk {
  margin-top: 40px;
  background: url(../../images/bkg-topfooter-tile-csk.png) repeat-x left bottom #9c3134;
}
#footer-nav .container.csk {
  height: 195px;
  background: url(../../images/bkg-topfooter-csk.png) no-repeat center bottom;
}
#utility-nav .container .nav > li > a.csk {
  padding-right: 5px;
  color: #787675;
  text-shadow: none;
}
#main-nav.csk .nav > li > a.active,
#main-nav.csk .nav > li > a:hover,
#main-nav.csk .nav > li > a:focus {
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #420101;
}

#main-nav.csk .nav .dropdown-menu li > a:hover,
#main-nav.csk .nav .dropdown-menu li > a:focus,
#main-nav.csk .nav .dropdown-submenu:hover > a,
#main-nav.csk .nav .dropdown-menu > .active > a {
  background: none;
  background-color: #420101;
}
#main-nav.csk .nav > li > a {
  padding: 10px 40px 10px 20px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: none;
}
.home #slideshow_wrapper #slideshow .container #slideshow_nav.csk {
  margin: 0;
  border-top: 7px solid #3b281b;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 315px;
  z-index: 20;
}
.home #slideshow_wrapper #slideshow .container #slideshow_nav.csk li a {
  color: #787675;
  padding: 14px 10px;
  font-size: 12px;
}
.home #slideshow_wrapper #slideshow .container #slideshow_nav.csk li a:hover,
.home #slideshow_wrapper #slideshow .container #slideshow_nav.csk li a.active {
  color: #ffffff;
  background-color: #3b281b;
  text-decoration: none;
}
.home #slideshow_wrapper #slideshow .container.csk {
  height: 370px;
  position: relative;
  border-top: none;
  border-right: 1px solid #999897;
  border-bottom: 1px solid #999897;
  border-left: 1px solid #999897;
  background-color: #dedede;
}

/*=======================================================================================
CSK General Styles
=========================================================================================*/



.general.csk #utility-nav #logo {
  height: 227px;
  background: url(../../images/logo-csk.png) no-repeat left top;
}
.general.csk #wrapper-outer {
  background: url(../../images/bkg-banner-csk.png) repeat-x bottom left;
}
.general #sub-nav.programs {
  padding: 5% 7.333333% 7% 7.333333%;
  background-color: initial;
  border: none;
}
.general #sub-nav.csk ul li.active a,
.general #sub-nav.csk ul li.parent-active a {
  background-color: #a03231;
}
.general #sub-nav.csk ul li a:hover,
.general #sub-nav.csk ul li .parent-active a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #a03231 !important;
}
  #main-content ul.donation-anchors{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sidebar-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*=======================================================================================
CSK Landing Styles
=========================================================================================*/
/*#utility-nav .container #logo-csk {
  margin: 0;
  width: 242px;
  height: 456px;
  background: url(../../images/logo-banner-csk.png) no-repeat left top;
  position: absolute;
  z-index: 100;
}
*/



#utility-nav .container #logo.span4.csk-landing {
   background: url(../../images/logo-banner-csk2.png) no-repeat left top;
}

.landing #slideshow.csk {
  margin-bottom: 24px;
  background: url(../../images/bkg-slider-csk.png) repeat-x;
  border-bottom: 1px solid #ccc;

}
.landing #slideshow.csk .container {
  height: 314px;
  position: relative;
}
.landing #slideshow.csk .container .slide {
  width: 698px;
  height: 315px;
  position: absolute;
  left: 239px;
  top: 0px;
  z-index: 10;
}
.landing #slideshow.csk .container .slide img {
  height: 315px;
}
.landing #slideshow.csk .container .slide.active {
  z-index: 12;
}
.landing #slideshow.csk .container .slide.next {
  z-index: 11;
}
.landing #slideshow.csk .container .slide img {
  display: block;
}



/*=======================================================================================
CSK Programs Styles
=========================================================================================*/
.program-slide-wrapper{
  height: 215px;
  overflow: hidden;
}

/*=======================================================================================
CSK Blog Styles
=========================================================================================*/
.general.blog.csk #utility-nav #logo {
  height: 227px;
  background: url(../../images/logo-csk.png) no-repeat left top;
}
.general.blog.csk #wrapper-outer {
  background: url(../../images/bkg-banner-csk.png) repeat-x bottom left;
}
#share-this{
  clear:both;
}
.general.blog.csk #sub-nav-wrapper #sub-nav a.active,
.general.blog.csk #sub-nav-wrapper #sub-nav a:hover{
  color: #ffffff;
  background-color: #a03231;
}

/*=======================================================================================
CSK Events Styles
=========================================================================================*/
#monthly_nav{
  font-weight: bold;
}
#monthly_nav a{
  color: #787675;
  text-decoration: none !important;
}
/*=======================================================================================
CSK Ministries Styles
=========================================================================================*/
h2.ministries {
  font-size: 1.3em;
}
h2.ministries a{
    color: #2a1c13;
}

/*=======================================================================================
CSK Donations Form
=========================================================================================*/
.general.csk span.required{
  color: red;
}
form#help_us_serve span{
  color: red;
}
form#help_us_serve li label {
  display: inline;
}
form#help_us_serve li {
  list-style-type: none; 
}
form#help_us_serve ul {
  padding: 0;
  margin: 0;
}
form#help_us_serve li.checkbox-row {
  padding: 10px 0 10px 0;
}
form#help_us_serve li.checkbox-row input {
  margin-top: 4px;
  margin-right: 20px;
  float:left;
}
form#help_us_serve li.error input{
  border: 1px solid red;
}
p#required{
  color:red;
}
/*=======================================================================================
CSK Volunteer Form
=========================================================================================*/
form#volunteer_form li label {
  display: inline;
}
form#volunteer_form li {
  list-style-type: none; 
}
a.btn-dark.mailing-thankyou {
  background-color: #a03231;
  border-color: #a03231;
  text-decoration: none !important;
}
a.btn-dark.mailing-thankyou:hover{
  background-color: #bd4140;
}
form#volunteer_form input.error{
  border: 1px solid red;
}


/* ==========================================================================
IE 7 & 8
========================================================================== */
.lt-ie9 body {
  margin: 0;
  padding: 0;
}
