body{
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  color:#333;
}


/*Error Template Styles*/
#errTitle{
    font-size:20px;
    font-weight:bold;
    margin: 0 10 0 0;
    padding: 0 0 0 0px;
  }
  
  .errSmall{font-size:8pt;}
  
  #errFooter{
    margin: 0;
    font-size:9px;
    color:#CCCCCC;
  }
  
  #errBlock{
    margin: 0 auto;
    width: 350px;
    font-family: courier;
    font-size:12px;
    color: #003366;
    border:1px solid #003366;
    background-color:#FFFFFF;
  }
/*//End of Error Template Styles*/
.media{
  margin-top:0;
}

.private-event-btn .btn-primary {
  border: 1px solid #24201f;
  margin-top: 10px;
  background: #24201f;
  color: #e3eabc;
  white-space: normal;
}
.private-event-btn .btn-primary:hover {
  text-decoration: underline;
  color: #000;
}


.title{
  font-family: 'Oxygen', sans-serif;
  font-weight: bold;
  color:#27472F;
  /*font-style: italic;*/font-size:45px; padding:1rem 0;
}
.title-link:hover{
  text-decoration: none;

}
.navbar-right .btn-donate{
  padding-top:5px;
  padding-bottom: 5px;
}
.navbar-right .btn-primary{
  padding-top:5px;
  padding-bottom: 5px;
}

.navbar-sticky-top {
  position:sticky;
  top:0;
  z-index:9999;
}

.title-footer{
  font-family: 'Oxygen', sans-serif;
  font-weight: bold;
  color:#969696;
  /*font-style: italic;*/
}
.title-link-footer:hover{
  text-decoration: none;

}
.padding{
  padding-top:28px;
  padding-bottom:28px;
}
.navbar {
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    margin-bottom: 0;
    background: rgba(227, 234, 188, 1); /* NON-IE */
}

.navbar.scrolled {
    background: rgba(203,216,130, 1); /* NON-IE */
}
.dropdown-menu > li > a{
  font-size: 16px;
}

.jumbotron h2{
  color:rgba(28,65,18,1);
  font-family: 'Cabin';
  font-size:21px;
}
.jumbotron p{
  font-size:17px;
}
.jumbotron iframe {
  float: none;
  width: 100%;
  height: 210px;
  margin-left: 0px;
}

@media (min-width:768px) {
  .jumbotron iframe {
    float: right;
    width: 50%;
    height: 350px;
    margin-left: 20px;
  }
}

.animated {
  visibility: hidden;
}

.visible {
  visibility: visible;
}
.header-logo{width:100%; max-width:350px;padding-top:9px; margin-bottom:-20px;}
.navbar-default .navbar-nav > li > a{
  color:rgba(0,0,0,0.8);
  font-size: 17px;
}
.icon-background{
  border-radius: 15px;
color: #91b702; /* Old browsers */
background: linear-gradient(to bottom, #91b702 0%,#729b0e 44%,#4f8101 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.icon-background:hover > .icon-color{
  color:white;
}
.icon-color{
  color:rgba(255,255,255,0.8);
  transition-property:color;
  transition-duration:0.4s;
}
#myCarousel .carousel-caption {
    left:0;
  right:0;
  bottom:0;
  text-align:left;
  padding:10px;
  background:rgba(28,65,18,0.9);
  text-shadow:none;
}
.carousel-caption h4 a{
  color:#91b702;
}
#myCarousel .list-group {
  position:absolute;
  top:0;
  right:0;
  padding-right: 0;
}
#myCarousel .list-group-item {
  border-radius:0px;
  cursor:pointer;
}
#myCarousel .list-group .active {
  background-color:#729b0e;
  border:1px solid #F4F6D0;
}
.display-carousel .item .active{
  height: 400px;
  overflow:hidden;
}
.btn-primary{
  background-color:#508202;
  border-color:#D7DD67;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{

  border-color:#000;
  background-color:#81A70B;
}
.navbar-right .btn-primary{
  background-color:#81A70B;
  border-color:#81A70B;
}
.navbar-right .btn-primary:hover,
.navbar-right .btn-primary:focus,
.navbar-right .btn-primary:active{

  border-color:#000;
  background-color:#508202;
}
.btn-donate{
  background-color:#81A70B;
  border-color:#81A70B;
  color:white;
}
.btn-donate:hover{

  border-color:#000;
  color:white;
  background-color:#508202;
}

.full {
    width: 100%;    
}
.gap {
  height: 30px;
  width: 100%;
  clear: both;
  display: block;
}
.top-header{
  margin-bottom:-15px;
}
.footer {
  background: #24201F;
  height: auto;
  padding-bottom: 30px;
  position: relative;
  width: 100%;
  border-top: 1px solid #DDDDDD;
}
.footer p {
  margin: 0;
}
.footer img {
  max-width: 100%;
}
.footer h3 {
  border-bottom: 1px solid rgba(28,65,18,0.9);
  color: #D7DD68;
  font-size: 18px;
  margin-top:1rem;
  font-weight: 600;
  line-height: 27px;
  padding: 0px 0 10px;
  text-transform: uppercase;
}
.footer ul {
  font-size: 13px;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 10px;
  color: #7F8C8D;
}
.footer ul li a {
  padding: 0 0 5px 0;
  display: block;
}
.footer a {
  color: #c1c1c1;
}
.forgot-password{
      color:black !important;
    }
.footer input{
  margin:5px 0;
  text-align: left;
}
.supportLi h4 {
  font-size: 20px;
  font-weight: lighter;
  line-height: normal;
  margin-bottom: 0 !important;
  padding-bottom: 0;
}
.newsletter-box input#appendedInputButton {
  background: #FFFFFF;
  display: inline-block;
  float: left;
  height: 30px;
  clear: both;
  width: 100%;
}
.newsletter-box .btn {
  border: medium none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  height: 40px;
  padding: 0;
  width: 100%;
  color: #fff;
}
.newsletter-box {
  overflow: hidden;
}
.bg-gray {
  background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
  box-shadow: 0 1px 0 #B4B3B3;
}


.footer-bottom {
  background: #000;
  border-top: 1px solid #000;
  text-align: center;
}
.footer-bottom p{
  padding-top: 6px;
  font-size: 12px;
  color:white;
}

.mow {
  text-align:center;
}

.mow-img-lg {
  display: none;
}

.payments {
  font-size: 1.5em; 
}

.thumbnail{
  margin-bottom:0;
}
.navbar{
  border-bottom:3px solid #508202;
}
.navbar-toggle{
  background:white;
  ;}
  
  /*About Page*/
  .about-page{
    padding: 2rem 0;
  }
  .about-page .col-lg-4{
    padding-left: 0;
  }
  .about-page .thumbnail{
    background-color: #E3EABC;
    margin-bottom: 8px;
  }
  .about-page .thumbnail:hover{
    border:1pxsolid black;
}
.about-page p{
  font-size: 16px;
}
.about-page h5{
  margin-top: 0;
}
.about-page h4{
  margin-bottom: 0;
}
#border-right{
  border-right:1px solid rgba(45,45,45,0.3);
}
/*directory*/

body{
    /* margin-top:20px; */
    background: #f1f2f7;
}

.directory-list, .directory-info-row .social-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.directory-list li {
    border-left: 3px solid #f1f2f7;
    display: table-cell;
    width: 1%;
}

.directory-list li a {
    display: block;
    padding: 8px 0;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    color: #7A7676;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.directory-info-row .thumb {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    height: auto;
    width: 175px;
    margin-right: 10px;
}

.directory-list li a:hover, .directory-info-row .social-links li a:hover {
    background: #ff6c60;
    color: #fff;
}

.directory-info-row {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.directory-info-row h4, .directory-info-row a {
    color: #424F63;
}

.h4, h4 {
    font-size: 18px;
}

.directory-info-row .social-links {
    display: inline-block;
    margin-bottom: 10px;
}

.directory-info-row .social-links li {
    display: inline-block;
}

ul li {
    list-style: disc;
}

.directory-info-row .social-links li a {
    background: #EFF0F4;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #7A7676;
}
.title-bg{
  background:#508202; margin-bottom:2rem;
}
.title-img{
  color:white;margin-left:0;
}
.title-no-img{
color:white;margin-left:0; margin-top:120px;
}
.ghost-bg{
  background-image:url('images/background-ghost.png'); background-repeat: no-repeat; background-size:cover;
}
.slide-show{
    max-height:760px; 
    overflow:hidden; 
    /* margin-top: 60px; */
}

.slide-show2{
    height:auto; 
    overflow:hidden; 
    /* margin-top: 60px;  */
    padding:0;
  }

.card {
    padding-top: 20px;
    margin: 10px 0 20px 0;
    background-color: rgba(214, 224, 226, 0.2);
    border-top-width: 0;
    border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card .card-heading {
    padding: 0 20px;
    margin: 0;
}

.card .card-heading.simple {
    font-size: 20px;
    font-weight: 300;
    color: #777;
    border-bottom: 1px solid #e5e5e5;
}

.card .card-heading.image img {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 15px;
    vertical-align: top;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.card .card-heading.image .card-heading-header {
    display: inline-block;
    vertical-align: top;
}

.card .card-heading.image .card-heading-header h3 {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}

.card .card-heading.image .card-heading-header span {
    font-size: 12px;
    color: #999999;
}

.card .card-body {
    padding: 0 20px;
    margin-top: 20px;
}

.card .card-media {
    padding: 0 20px;
    margin: 0 -14px;
}

.card .card-media img {
    max-width: 100%;
    max-height: 100%;
}

.card .card-actions {
    min-height: 30px;
    padding: 0 20px 20px 20px;
    margin: 20px 0 0 0;
}

.card .card-comments {
    padding: 20px;
    margin: 0;
    background-color: #f8f8f8;
}

.card .card-comments .comments-collapse-toggle {
    padding: 0;
    margin: 0 20px 12px 20px;
}

.card .card-comments .comments-collapse-toggle a,
.card .card-comments .comments-collapse-toggle span {
    padding-right: 5px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-comments .media-heading {
    font-size: 13px;
    font-weight: bold;
}

.card.people {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 300px;
    padding-top: 0;
    margin-left: 20px;
    overflow: hidden;
    vertical-align: top;
}

.card.people:first-child {
    margin-left: 0;
}

.card.people .card-top {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 170px;
    height: 150px;
    background-color: #ffffff;
}

.card.people .card-top.green {
    background-color: #53a93f;
}

.card.people .card-top.blue {
    background-color: #427fed;
}

.card.people .card-info {
    position: absolute;
    top: 150px;
    display: inline-block;
    width: 100%;
    height: 101px;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.people .card-info .title {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #404040;
}

.card.people .card-info .desc {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.people .card-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    line-height: 29px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: rgba(214, 224, 226, 0.2);
}

.card.hovercard .cardheader {
    background:rgba(36, 32, 31,0.7);
    background-size: contain;
    height: 115px;
}

.card.hovercard .avatar {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}

.card.hovercard .avatar img {
    width: 160px;
    height: 160px;
    max-width: 160px;
    max-height: 160px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.5);
    transition:all 0.8s;
}
.card.hovercard .avatar img:hover{

    border: 5px solid rgba(129, 167, 11,0.4);
}
.card.hovercard .info {
    padding: 4px 8px 10px;
}

.card.hovercard .info .title {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 1;
    color: #262626;
    vertical-align: middle;
}

.card.hovercard .info .desc {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}
/*
.btn{ border-radius: 50%; width:32px; height:32px; line-height:18px;  }*/
.fb-profile img.fb-image-lg{
    z-index: 0;
    width: 100%;  
    margin-bottom: 10px;
}

.fb-image-profile
{
    margin: -90px 10px 0px 50px;
    z-index: 9;
    width: 20%; 
}
#hover-cap-4col .thumbnail {
position:relative;
overflow:hidden;  
}
.caption {
display: none;
position: absolute;
top: 0;
left: 0;
background: rgba(0,0,0,0.4);
width: 100%;
height: 100%;
color:#fff !important;
}
.app-section .form-group label{
  margin-bottom: 2px;
  margin-left: 5px;
  font-size: 19px;
}

.app-section .form-group .form-control{
  margin-bottom: 15px;
}

.top-app-section{
  background:#81A70B; padding:1px 25px; margin-bottom:0;
}
.top-app-section h3{
  color:white;
}
.app-section{background:rgba(0,0,0,0.05);
   padding:15px; margin-bottom:25px;
}


.googleMap {
  width:100%;
  height:400px;
  overflow: hidden;
}
.googleMap iframe {
  width:100%;
  height:100%;
}



@media (min-width: 992px) { 
  #myCarousel {padding-right:33.3333%;}
  #myCarousel .carousel-controls {display:none;}  
  .slide-show{
    height:auto; 
    overflow:hidden;
  }
}



@media (max-width: 991px) { 
  .navbar-nav > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }


  #border-right{

    border:none;
  }
  .header-logo{width:100%; max-width:350px;padding-top:9px; margin-bottom:1rem;}
  .navbar-default .navbar-nav > li > a{
    color:rgba(0,0,0,0.8);
    font-size: 14px;
  }
    .carousel-caption p,
    #myCarousel .list-group {display:none;} 
}


/* Break Point for all screens Larger than 100px -- This is for all Screen Sizes */
@media screen and  (min-width: 100px){
  #footer-logo{
    width:70px; margin-bottom:17px; margin-right:15px;
  }
  .title-footer{
    font-size:45px; padding:1rem 0;
  }
  .footer-top{
    padding:2rem 0 0 0;
  }
}



/* Break Point for all screens Larger than 768px -- LARGER THAN MOBILE */
@media screen and  (min-width: 768px){
  .container-fluid{
    padding:0;
  }
  .navbar{
    border-radius: 0;
  }
  .navbar-nav > li > a{
    padding-top:5px;
  }
  .fb-profile-text p{
    padding-left:50px;
  }

  .btn-tablet-margin {
    margin-top: 1.5rem;
  }

}



/* Break Point for all screens Larger than 992px -- LARGER THAN TABLET */
@media screen and (min-width: 992px){
  .mow {
    text-align:right;
  }

  .mow-img-sm {
    display: none;
  }

  .mow-img-lg {
    display: initial;
  }
}

@media screen and (max-width: 993px){
  .container{
    width:100%; 
    padding:0 1rem;
  }

.title-footer{
  font-size:20; padding:1rem 0;
}

#footer-logo{
  width:40px; margin-bottom:17px; margin-right:5px;
}
.top-header{
  margin-bottom:-15px;
}
  
}



@media screen and (max-width: 1200px){
  .title{
    font-family: 'Oxygen', sans-serif;
    font-weight: bold;
    color:#27472F;
    /*font-style: italic;*/font-size:30px; padding:1rem 0;
  }
  #header-logo{
    width:40px; margin-bottom:15px; margin-right:5px; opacity:0.85;
  }.top-button{
    font-size:14px; margin-top:0;
  }
}



/* Break Point for all screens Larger than 1200px -- EVERYTHING ON DESKTOPS */
@media screen and (min-width: 1200px){
  .top-button{
    font-size:14px; margin-top:9px;
  }
  .title{
    font-family: 'Oxygen', sans-serif;
    font-weight: bold;
    color:#27472F;
    /*font-style: italic;*/font-size:45px; padding:1rem 0;
  }
  #header-logo{
    width:60px; margin-bottom:25px; margin-right:10px; opacity:0.85;
  }

}



@media (min-width: 1400px) { 
  .slide-show{
    /* margin-top: 110px; */
    height:761px; overflow:hidden;
  }
  .slide-show2{margin-top: 110px;
    height:400px; overflow:hidden;
  }
  .cycle-slide{
    width:100%!important;
  }


}

@media screen and (max-width: 767px) {
  .gallery-form > button {
    margin-top: 1rem;
  }
}

@media screen and  (max-width: 768px){
  .title{
    font-size:20px;
  }

  .footer-top{
    padding:2rem 0 2rem 0;
    text-align: center;
  }
  .footer-top .pull-left{
    float:none !important;
  }
  .footer-top .pull-right{
    float:none !important;
  }
}



@media (max-width:400px)
{
      .fb-profile-text{
        margin-top: 50%;
      }
  .fb-profile-text>h1{
      font-weight: 700;
      font-size:22px;
  }

  .fb-image-profile
  {
      margin: -45% auto;
      z-index: 9;
      width: 90%; 
      margin-left: 5%;
  }
  .title-no-img{
  color:white;margin-left:0; margin-top:85px;
  }
}



@media (max-width:1999px){
  .state-input{
    width:32%;
  }
}
.state-input{
  margin-right:20px;
}
.col-centered{
    float: none;
    margin: 0 auto;
}
.caption1{
  padding:9px;
}
.footer ul li, .navbar-nav > li > .dropdown-menu > li {
  list-style:none;
}

.videoWrapper iframe {
  width:100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  min-height:250px;
}

.centered-col {
  float: none !important; 
  margin:auto !important;
}