@import '//fonts.googleapis.com/css?family=Lato:100,400,400i';
@font-face {
   font-family: 'georgia';
   src: url("https://friendsoflifelinephc.org/wp-content/themes/friendsoflifelinephc/font/georgia.eot");
   src: url("https://friendsoflifelinephc.org/wp-content/themes/friendsoflifelinephc/font/georgia.eot#iefix") format("embedded-opentype"), url("../fonts/georgia.woff") format("woff"), url("https://friendsoflifelinephc.org/wp-content/themes/friendsoflifelinephc/font/georgia.ttf") format("truetype"), url("https://friendsoflifelinephc.org/wp-content/themes/friendsoflifelinephc/font/georgia.svg#georgia") format("svg");
   font-weight: normal;
   font-style: normal;
}

body {
   font-size: 18px;
   line-height: 30px;
   font-family: 'Lato', sans-serif;
   font-weight: 400;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
   color: #8AC03F;
   background-color: transparent;
}

.top-bar {
   background-image: url(../images/pat.png);
   background-repeat: repeat;
}

.top-bar p {
   margin: 0;
}

.top-bar a:first-child {
   margin-right: 2rem;
}

.donation-box input[type="submit"] {
   border: 0;
   background: transparent;
   color: #f85;
}

.donation-box select {
   font-size: 17px;
   line-height: 20px;
   color: #666666;
   width: 100%;
   margin-bottom: 10px;
}

.donation-box {
   min-height: 180px;
}

.donation-box .comment {
   height: 24px;
   margin-top: 10px;
   width: 100%;
}
.about-donation .panel-body ul {
    margin-top: 10px;
    margin-bottom: 30px;
}
.panel-default>.panel-heading a {
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
	display: block;
}

.panel-default>.panel-heading a.accordion-toggle:hover, .panel-default>.panel-heading a.accordion-toggle {
    color: #fff;
    background-color: #396430;
    border-color: #396430;
}
.panel-default>.panel-heading {
   padding:0;

}
.panel-default>.panel-heading a.collapsed{
    color: #fff;
    background-color: #8AC03F;
    border-color: #8AC03F;
	
}
.panel-default {
    text-align: left;
}
.panel-title {
    color: inherit;
    font-size: 24px;
}
.panel-title .glyphicon
{
	font-weight:bold;
}
.gform_button.button {
   color: #fff;
   background-color: #396430;
   border-color: #396430;
   padding: 5px 30px;
   border-radius: 100px;
   border: 0;
   text-transform: uppercase;
   font-size: 13px;
   font-weight: bold;
   font-family: 'Lato', sans-serif;
}

.gform_button.button:hover {
   color: #fff;
   background-color: #286090;
   border-color: #204d74;
}

.dropdown-menu>li>a {
   display: block;
   padding: 3px 20px;
   clear: both;
   font-weight: 400;
   line-height: 1.42857143;
   white-space: nowrap;
   text-transform: uppercase;
   font-family: 'Lato', sans-serif;
   color: #9d9d9d;
   font-size: 15px;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
   color: #fff;
   text-decoration: none;
   background-color: #8AC03F;
   outline: 0;
}

.text-danger {
   color: #f85;
}

.text-primary {
   color: #396430;
}

.text-warning {
   color: #8AC03F;
}

video {
   display: inline-block;
   max-width: 100%;
   vertical-align: baseline;
}

.navbar-inverse {
   background: #fff;
   border: 0;
   margin: 0;
   padding: 20px 0;
}

.navbar-inverse .navbar-nav>li>a {
   text-transform: uppercase;
   font-family: 'Lato', sans-serif;
   display: block;
   line-height: inherit;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
   color: #8AC03F;
   background-color: transparent;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
   color: #396430;
}

.navbar-brand>img {
   width: 210px;
   margin-top: -30px;
}

.home .banner {
   margin-bottom: 0px;
   position: relative;
}

.banner-overlay {
   background: rgba(0, 0, 0, .2);
}

.container {
   max-width: 100%;
}

.home .home-banner-overlay {
   padding: 7rem 1rem 53rem;
   position: relative;
}

.home-banner-overlay:before {
   content: '';
   width: 50%;
   height: 90px;
   border-right: 1000px solid transparent;
   border-left: 0 solid transparent;
   border-bottom: 140px solid #fff;
   position: absolute;
   bottom: 0;
   left: 0;
}

.home-banner-overlay:after {
   content: '';
   width: 50%;
   height: 90px;
   border-left: 1000px solid transparent;
   border-right: 0 solid transparent;
   border-bottom: 140px solid #fff;
   position: absolute;
   bottom: 0;
   right: 0;
}

.entry-content ul {
   padding-left: 0;
}

.entry-content ul li {
   list-style-position: inside;
}

.ds-table {
   display: table;
   width: 100%;
   height: 100%;
   position: relative;
}

.ds-middle {
   display: table-cell;
   vertical-align: middle;
   width: 100%;
}

.banner-overlay h4 {
   color: #fff;
   font-family: 'Lato', sans-serif;
   text-transform: capitalize;
   font-size: 40px;
   margin-top: 0;
}

.banner-overlay h1 {
   text-transform: uppercase;
   color: #fff;
   font-family: 'georgia';
   font-size: 80px;
   line-height: 80px;
   margin-bottom: 40px;
}

.btn-orange {
   padding: 12px 30px;
   border-radius: 100px;
   border: 0;
   text-transform: uppercase;
   font-size: 13px;
   font-weight: bold;
   background: #8AC03F;
   font-family: 'Lato', sans-serif;
   color: #fff;
}

.btn-blue {
   padding: 12px 30px;
   border-radius: 100px;
   border: 0;
   text-transform: uppercase;
   font-size: 13px;
   font-weight: bold;
   background: #396430;
   font-family: 'Lato', sans-serif;
   color: #fff;
}

.shadow-circle {
   display: block;
   width: 250px;
   height: 250px;
   border-radius: 125px;
   box-shadow: 0 0 12px rgba(0, 0, 0, .2);
   position: absolute;
   left: 50%;
   margin-left: -125px;
   bottom: -80px;
   background: #fff;
   line-height: 250px;
}

#inner {
   max-width: 100%;
}

.blog #inner {
      margin: 0px auto 0px;
    padding: 0px 15px;
}

@media (min-width: 768px) {
   .blog #inner {
      width: 750px;
   }
}

@media (min-width: 992px) {
   .blog #inner {
      width: 970px;
   }
}

@media (max-width: 991px) {
   .shadow-circle {
      bottom: 0;
   }
   .home .banner {
      overflow: hidden;
   }
}

@media (max-width: 767px) {
   .shadow-circle {
      bottom: 0;
   }
}

.shadow-circle img {
   width: auto;
   display: block;
   margin: 0 auto;
   margin-top: 52px;
}

.introduction h2 {
   font-family: 'georgia';
   font-size: 36px;
   line-height: 44px;
}

@media (max-width: 480px) {
   .introduction h2 {
      font-size: 25px;
      line-height: 1.5;
   }
}

.introduction h2 span {
   color: #8AC03F;
}

.introduction p {
   font-size: 18px;
   font-family: 'Lato', sans-serif;
   line-height: 30px;
   font-weight: 400;
   margin-top: 30px;
   margin-bottom: 30px;
}

.introduction ul li a {
   font-size: 28px;
   color: #ccc;
   margin: 0 10px;
}

.service-link img:hover {
   opacity: .8;
}

.icon-box {
   padding: 40px 20px;
   text-align: center;
   box-shadow: 0 0 12px rgba(0, 0, 0, .2);
   margin-top: 40px;
   border: 1px dashed #ddd;
}

.icon-box i {
   font-size: 60px;
}

.icon-box h3 {
   font-family: 'Lato', sans-serif;
   color: #000;
   font-weight: 400;
}

.introduction {
   padding-bottom: 80px;
}

.banner-quote p {
   color: #fff;
   font-family: 'georgia';
   font-size: 32px;
   text-shadow: 0 0 1em #333;
}

.banner-quote {
   margin-bottom: 0 !important;
}

.video {
   padding: 160px 0;
   background-image: url(../images/pat.png);
   background-repeat: repeat;
   background-color: #fff;
}

.video h2 {
   font-family: 'georgia';
   font-size: 40px;
   line-height: 54px;
}

.video h2 span {
   color: #8AC03F;
}

.upcoming-events {
   padding: 100px 0;
}

.upcoming-events h1 {
   font-family: 'georgia';
   font-size: 40px;
   line-height: 54px;
}

.event-box .content {
   overflow: hidden;
}

.event-box .content span {
   color: #999;
}

.event-box .content h4 {
   font-size: 25px;
   font-style: italic;
   margin-bottom: 0;
}

.event-box .content span {
   line-height: 18px;
}

.event-date {
   width: 90px;
   padding: 5px;
   text-align: center;
   border: 2px solid #ddd;
   margin-right: 20px;
   line-height: 32px;
}

.event-date span {
   display: block;
   color: #000;
   font-size: 30px;
}

.progress {
   height: 5px;
   line-height: 5px;
   box-shadow: none;
   border-radius: 0;
   margin-top: 18px;
   margin-bottom: 0;
}

.progress-bar {
   background: #f85;
   box-shadow: none;
   border-radius: 0;
}

.event-box {
   margin-bottom: 40px;
}

.upcoming-events h1 {
   margin-bottom: 80px;
}

.contact-us {
   padding: 0 0 20px;
   background: url(../../../uploads/2016/09/bonnie-kittle-122261.jpg) no-repeat;
   background-size: cover;
   background-position: top center;
}

.upcoming-events {
   position: relative;
}

.contact-us h1 {
   text-transform: capitalize;
   font-family: 'georgia';
   margin-bottom: 0;
   position: relative;
}

.contact-us {
   position: relative;
}

.contact-us:before {
   content: '';
   width: 100%;
   height: 140px;
   background: url(../../../uploads/2017/02/Triangle.png) center/cover no-repeat;
   position: absolute;
   top: 0;
   left: 0;
}

.contact-form {
   background: rgba(255, 255, 255, .74);
   width: 500px;
   margin: 0 auto;
   padding: 40px;
   padding-top: 120px;
}

.contact-bottom {
   margin-top: 250px;
   background: rgba(0, 0, 0, .3);
   padding: 30px 0;
}

.contact-bottom ul li a {
   color: #fff;
   text-transform: uppercase;
   font-family: 'Lato', sans-serif;
}

.contact-bottom span {
   font-family: 'Lato', sans-serif;
   font-weight: bold;
   font-size: 14px;
   color: #fff;
}

.contact-form .form-control {
   min-height: 40px;
   border: 0;
   border-radius: 0;
   box-shadow: none;
   background: #fff;
}

.contact-form textarea.form-control {
   background: transparent;
   border: 2px solid #fff;
   height: 100px;
}

.contact-form .btn-orange {
   background: #f85;
   width: 250px;
   text-align: center;
   color: #fff;
}

.contact-bottom ul li a {
   font-family: 'Lato', sans-serif;
   font-weight: lighter;
   font-size: 14px;
}

.about-donation {
   padding: 80px 15px;
}

body.secondary-page .banner {
   background-size: cover;
   position: relative;
}

.container.pos_abs {
   position: absolute;
   top: 0;
   height: 100%;
   vertical-align: middle;
   bottom: 0;
   width: 100%;
   padding: 0;
}

.pos_abs_innr {
   height: 100%;
   display: table;
   vertical-align: middle;
   width: 100%;
}

.pos_abs_innr_tb {
   display: table-cell;
   vertical-align: bottom;
   width: 100%;
   background: rgba(0, 0, 0, .2);
}

.banner-text {
   margin-bottom: 30px;
}

.page-id-12 .banner-overlay {
   background-position: center 40% !important;
}

.page-id-90 .banner-overlay {
   background-position: center 10% !important;
}

.page-id-104 .banner-overlay {
   background-position: center 35% !important;
}

.page-id-118 .banner-overlay {
   background-position: center 15% !important;
}

.about-donation .img-responsive {
   margin-bottom: 30px;
   margin-right: 20px;
}

.about-donation h1,
.about-donation p {
   font-family: 'georgia';
   color: #666666;
}
.tnp-submit{
    background: #f85 !important;
    text-align: center;
    padding: 12px 30px !important;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 13px !important;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}
@media (max-width: 767px) {
   .about-donation h1,
   .about-donation p {
      font-size: 16px;
      line-height: 1.5;
   }
}

.about-donation h1 {
   margin-top: 0;
}
.page-template-blog-page-template .about-donation ul li a {
    color: #fff;
}
.about-donation ul li a {
   color: #396430;
   text-transform: uppercase;
}

.about-donation ul {
   margin-top: 30px;
}

.about-donation ul ul,
.about-donation ol ul,
.about-donation ol ol,
.about-donation ul ol {
   margin-top: 0;
}

.fun-facts {
   padding: 50px 0;
   color: #fff;
   background: #8AC03F;
   text-align: center;
   box-shadow: inset 0 0 33px rgba(0, 0, 0, .3);
}

.fun-facts h3 {
   margin: 0;
   font-size: 35px;
   font-family: 'Lato', sans-serif;
   font-weight: lighter;
   color: #fff;
}

.fun-facts h4 {
   font-family: 'Lato', sans-serif;
   font-weight: lighter;
   font-size: 35px;
   color: #fff;
   padding-bottom: 80px;
}

.fun-facts h1 {
   font-family: 'Lato', sans-serif;
   font-weight: bold;
   font-size: 100px;
   margin: 0;
}

.donation-type {
   padding: 90px 0;
}

.donation-type h1 {
   font-family: 'Lato', sans-serif;
   font-weight: lighter;
   color: #666666;
   text-transform: capitalize;
}

.donation-type p {
   font-family: 'georgia';
   color: #666666;
   font-size: 24px;
}

.donation-box {
   padding: 20px 10px 0;
   text-align: center;
   box-shadow: 0 0 12px rgba(0, 0, 0, .2);
   border: 1px dashed #ddd;
   display: block;
   transition: all .3s;
   -webkit-transition: all .3s;
}

.donation-box input {
   font-family: 'Lato', sans-serif;
}

.donation-box span {
   font-size: 14px;
   line-height: 18px;
   color: #666666;
}

.donation-box h4 {
   color: #f85;
}

.searchform {
   position: relative;
}

.search-input {
   position: relative;
   width: 100%;
   border-radius: 0;
   border: 2px solid #f85;
   box-shadow: none;
   min-height: 40px;
   padding: 0 10px;
}

.searchsubmit {
   position: absolute;
   right: 0;
   top: 0;
   background: #f85 none repeat scroll 0 0;
   text-align: center;
   border: 0 none;
   color: #fff;
   font-family: 'Lato', sans-serif;
   font-size: 13px;
   font-weight: bold;
   text-transform: uppercase;
   padding: 2px 12px;
}

@media (max-width: 991px) {
   .home .home-banner-overlay {
      padding: 5rem 1rem 37rem;
      position: relative;
   }
   .banner-overlay h1 {
      font-size: 65px;
      margin-bottom: 20px;
      line-height: auto;
   }
   .nav>li>a {
      padding: 10px;
   }
   .navbar-inverse .navbar-nav>li>a,
   .dropdown-menu>li>a {
      font-size: 13px;
   }
   .fun-facts h1 {
      font-size: 5rem;
   }
   .contact-bottom ul li a {
      font-size: 13px;
   }
}

@media (max-width: 767px) {
   .contact-form {
      width: 100%;
   }
   .contact-bottom {
      text-align: center;
      margin-top: 60px;
   }
   .contact-bottom img,
   .about-donation img {
      display: block;
      margin: 0 auto;
   }
   .about-donation {
      text-align: center;
   }
   .about-donation ul {
      list-style-position: inside;
      padding: 0;
   }
   .about-donation h1 {
      margin-top: 30px;
   }
   .donation-box {
      margin-top: 20px;
   }
   .banner-overlay h1 {
      font-size: 40px;
      line-height: 1;
      margin: 5px 0;
   }
   .banner-overlay h4 {
      margin: 0;
   }
   .banner .btn-orange {
      padding: 4px 18px;
      border-radius: 100px;
      border: 0;
      text-transform: uppercase;
   }
   .shadow-circle {
      width: 130px;
      height: 130px;
      margin-left: -75px;
      margin-bottom: 10px;
      line-height: 50px;
   }
   .shadow-circle img {
      width: 110px;
      display: block;
      margin: 0 auto;
      margin-top: 25px;
   }
   .banner {
      position: relative;
   }
   .home .banner {
      margin-bottom: 0;
   }
   .navbar-brand>img {
      width: 150px;
      margin-top: -10px;
   }
   .navbar-inverse {
      padding: 0;
   }
   .banner-quote p {
      font-size: 15px;
      line-height: 24px;
      text-shadow: 0 0 1em #333;
   }
   .banner-quote {
      margin-bottom: 0;
   }
   .video {
      padding: 40px 0;
   }
   .upcoming-events {
      padding: 30px 0;
   }
   .navbar-toggle {
      background-color: #333;
   }
   .video img {
      margin: 0 auto;
   }
   .navbar-nav>li>.dropdown-menu {
      display: none !important;
      height: auto !important;
      position: relative !important;
      margin: 0 !important;
      padding: 5px 0 !important;
   }
   .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
   .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
      color: #8AC03F !important;
   }
   .navbar-nav>li.open>.dropdown-menu {
      display: block !important;
   }
   .navbar-inverse .navbar-collapse,
   .navbar-inverse .navbar-form {
      border-color: transparent !important;
      margin-top: 10px;
   }
   .navbar-brand {
      height: 80px;
   }
   .navbar-inverse .navbar-nav>li>a {
      line-height: normal;
   }
   .navbar-toggle {
      margin-top: 22px;
   }
}

a:focus,
a:hover {
   color: inherit;
   text-decoration: none;
}

.color-swatch {
   border: 1px solid #eee;
   box-shadow: 0 0 3px -1px #999;
   margin-bottom: 2.5rem;
}

.color-swatch .swatch {
   height: 200px;
   width: 100%;
}

.color-swatch .swatch.primary {
   background: #396430;
}

.color-swatch .secondary {
   background: #8AC03F;
}

.color-swatch .tertiary {
   background: #f85;
}

.color-swatch .swatch-title {
   padding: 1rem;
}

.btn {
   padding: 12px 30px;
   border-radius: 100px;
   border: 0;
   text-transform: uppercase;
   font-size: 13px;
   font-weight: bold;
   font-family: 'Lato', sans-serif;
}

.btn-primary {
   color: #fff;
   background-color: #396430;
   border-color: #396430;
}

.btn-orange-light {
   background: #f85;
   color: #fff;
}

.form-control {
   min-height: 40px;
   border-radius: 0;
   box-shadow: none;
   background: #fff;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
   position: relative;
}

.wp-caption img {
   max-width: 100% !important;
}

.wp-caption {
   max-width: 100% !important;
   width: 400px;
}

@media (max-width: 767px) {
   .banner-overlay h4 {
      font-size: 20px;
   }
   .banner-text {
      margin-bottom: 15px;
   }
   .contact-form .btn-orange {
      width: auto;
   }
   .about-donation {
      padding: 15px;
   }
}

.post.type-post {
   clear: both;
   display: inline-block;
   width: 100%;
   border-bottom: 1px solid #eee;
}

h2,
h3,
h4,
h5,
h6 {
   color: #396430;
}

.banner-overlay > img{
    width: 100%;
}
.wpcf7-form-control-wrap {
    margin-bottom: 20px;
}