/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 25, 2021 */
@font-face {
    font-family: 'fourhand';
    src: url('https://humanlifefl.com/wp-content/themes/phlf/fonts/fourhand_trial-webfont.woff2') format('woff2'),
         url('https://humanlifefl.com/wp-content/themes/phlf/fonts/fourhand_trial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@media (max-width: 575px) {
  html {
    font-size: 7px;
  }
}
@media (min-width: 576px) {
  html {
    font-size: 8px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 9px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 10px;
  }
}
html, body {
  min-height: 100%;
  height: auto;
  background:#1d1d1d;
}

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font: 400 16px "Montserrat", Arial, sans-serif;
  background: #ffffff;
  color: #333;
}

img {
  max-width: 100%;
}
.content{
  /*padding:5rem 0;*/
}
.content .page{
  /*padding-bottom: 5rem;*/
}
.content .page a:not(.wp-block-button__link){
  color: #197676;
  text-decoration: underline;
}
#interior .content p{
  margin-bottom: 1em;
}

a, button {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
}

sup {
  line-height: 1em;
  vertical-align: super;
  display: inline-block;
  position: static;
}

input {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

iframe {
  max-width: 100% !important;
  display: block;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

*::-moz-selection {
  color: #fff;
  background-color: #c1242e;
}
*::-moz-selection * {
  color: #fff;
}
*::selection {
  color: #fff;
  background-color: #c1242e;
}
*::selection * {
  color: #fff;
}

.container {
  width: 960px;
  max-width: 100% !important;
}
#header {
  position: relative;
}
#header .container {
  position: relative;
  flex-wrap:wrap;
}
#header #navbar {
  background: #1d1d1d;
  border-bottom: 3px solid #20b2b2;
  padding:15px;
}
#header #navbar .container, #header #navbar .container-fluid {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
  -webkit-align-items: center;
  align-items: center;
  width:1410px;
}
/*.page-id-537 #header #navbar .container, .page-id-537 #header #navbar .container-fluid{
  justify-content:space-evenly;
}*/
#header #navbar #logo {
  display: inline-block;
  width: 25rem;
}
#header #navbar #primary-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap:wrap;
}
#header #navbar #primary-nav > li {
  position: relative;
  display: inline-block;
  /* Hover, focus, active, dropdown parent */
}
#header #navbar #primary-nav > li > a {
  display: inline-block;
  padding: 1.2rem 2.3rem;
  font: 600 1.4rem "Open Sans", Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
#header #navbar ul > li > a+a{
  color:#20b2b2 !important;
  display: block !important;
  line-height:1.1em !important;
  font-size:.7em !important;
  position: absolute !important;
  top:100% !important;
  padding:0 !important;
  background:none !important;
  text-align: center !important;
    left: 0;
    right: 0 !important;
    transition:color 0.3s ease-in-out !important;
}
#header #navbar ul > li > a+a+a{
  top:calc(100% + 1em) !important;
}
#header #navbar ul > li > a+a:hover, #header #navbar ul > li > a+a:focus{
  background:none !important;
  color:white !important;
}
#header #navbar #primary-nav > li.menu-item-has-children > a span:after {
  content: '\f0d7';
  font-family: FontAwesome;
  margin-left: .5rem;
}
#header #navbar #primary-nav > li > a:hover, #header #navbar #primary-nav > li > a:focus, #header #navbar #primary-nav > li.current-menu-item > a, #header #navbar #primary-nav > li.current-menu-ancestor > a, #header #navbar #primary-nav > li.menu-item-has-children:hover a {
  background: #336059;
}
#header #navbar #primary-nav > li.donate-btn > a {
  background: #fbcd45;
  color: #1d1d1d;
  position: relative;
}
#header #navbar #primary-nav > li.donate-btn > a:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 3px solid #d39d2a;
}
#header #navbar #primary-nav > li.donate-btn > a:hover, #header #navbar #primary-nav > li.donate-btn > a:focus {
  background: #d39d2a;
}
#header #navbar #primary-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.001, 0, -1, 0, 0, 0, 0, 0, 1);
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.001, 0, -1, 0, 0, 0, 0, 0, 1);
  opacity: 0;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  transform-origin: top;
  min-width: 100%;
  background: #176e56;
  z-index: 10;
  padding: 0;
  display: block;
}
#header #navbar #primary-nav .sub-menu li {
  display: block;
}
#header #navbar #primary-nav .sub-menu li a {
  display: block;
  font: 400 1.6rem "Open Sans", Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  padding: .5rem;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
#header #navbar #primary-nav .sub-menu li a span {
  display: block;
  white-space: nowrap;
}
#header #navbar #primary-nav .sub-menu li.current-menu-item a, #header #navbar #primary-nav .sub-menu li a:hover, #header #navbar #primary-nav .sub-menu li a:focus {
  background: #20b2b2;
  text-decoration: none;
}
#header #navbar #primary-nav .sub-menu.open {
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) !important;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) !important;
  opacity: 1;
  display: block !important;
}
#header #navbar #social2 a {
  color: white;
  display: inline-block;
  font-size: 2rem;
  padding: 1rem;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#header #navbar #social2 a:hover, #header #navbar #social2 a:focus {
  text-decoration: none;
  opacity: 0.5;
}
#header #mobile-menu {
  background: #1d1d1d;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 20;
  padding-bottom: 30px;
  overflow-y: auto;
  z-index: 1000;
}
#header #mobile-menu #mobile-nav {
  display: block;
  list-style: none;
  padding: 0;
  margin: 70px 0 0 0;
}
#header #mobile-menu #mobile-nav > li > a {
  font-size: 25px;
  font-weight: 300;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: white;
  -moz-transition: background 0.5s, color 0.5s;
  -o-transition: background 0.5s, color 0.5s;
  -webkit-transition: background 0.5s, color 0.5s;
  transition: background 0.5s, color 0.5s;
}
#header #mobile-menu #mobile-nav > li > a:hover {
  background: #336059;
}
#header #mobile-menu #mobile-nav > li ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}
#header #mobile-menu #mobile-nav > li ul li a {
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  display: block;
  padding: 5px;
  color: #20b2b2;
  -moz-transition: background 0.5s, color 0.5s;
  -o-transition: background 0.5s, color 0.5s;
  -webkit-transition: background 0.5s, color 0.5s;
  transition: background 0.5s, color 0.5s;
}
#header #mobile-menu #mobile-nav > li ul li a:hover, #header #mobile-menu #mobile-nav > li ul li a:focus {
  text-decoration: none;
  background: #336059;
  color: #fff;
}
#header #menu-btn {
  border: none;
  background: none;
  width: 35px;
  height: auto;
  padding: 0;
  display: inline-block;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 2rem;
  outline: none;
  z-index: 10;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#header #menu-btn span {
  width: 100%;
  display: block;
  height: 2px;
  background: #20b2b2;
}
#header #menu-btn span:not(:last-child) {
  margin-bottom: 8px;
}
#header #menu-btn:hover {
  cursor: pointer;
  opacity: 0.5;
}
#header #menu-close {
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 30px;
  background: none;
  border: none;
  outline: none;
  width: 40px;
  height: 40px;
  z-index: 10;
  padding: 0;
  cursor: pointer;
  border-radius: 0;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#header #menu-close span {
  height: 2px;
  width: 100%;
  background: #20b2b2;
  display: block;
  margin-top: -2px;
  -moz-transform-origin: center center 50%;
  -ms-transform-origin: center center 50%;
  -webkit-transform-origin: center center 50%;
  transform-origin: center center 50%;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
#header #menu-close span:nth-child(1) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#header #menu-close span:nth-child(2) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#header #menu-close:hover {
  opacity: 0.5;
}
@keyframes heartbeat
{
  0%
  {
    transform: scale( 1 );
  }
  20%
  {
    transform: scale( 1 );
  }
  50%
  {
    transform: scale( .9 );
  }
  80%
  {
    transform: scale( 1 );
  }
  100%
  {
    transform: scale( 1 );
  }
}
#header #navbar .hbh-btn{
  display:flex;
  flex-direction:row;
  align-items: center;
  justify-content: center;
  color:white;
  font:700 18px Montserrat, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  background:#20b2b2;
  padding:10px 18px 10px 10px;
  border-radius:10px;
  text-align: center;
  text-shadow:2px 2px 4px rgba(0,0,0,.25);
  text-decoration: none;
  transition:background 0.3s ease-in-out;
  max-width:350px;
}
#header #navbar .hbh-btn:hover, #header #navbar .hbh-btn:focus{
  background-color:#148686;
}
#header #navbar .hbh-btn strong{
  font:italic 400 2em/.8em 'fourhand', Montserrat, Helvetica, Arial, sans-serif;
  text-transform: none;
  display: block;
  margin-top: 0.15em;
  text-transform: none;
}
#header #navbar .hbh-btn.hbh-btn-es{text-transform: none;}
#header #navbar .hbh-btn.hbh-btn-es strong{
  font:700 18px Montserrat, Helvetica, Arial, sans-serif;
  display: inline;
}

#header #navbar .hbh-btn img{
  display: inline-block;
  width:70px;
  -webkit-animation: heartbeat 1.25s infinite;animation: heartbeat 1.25s infinite;
}

#footer{
  background:#1d1d1d;
  color:#737373;
  font-size:1.2rem;
  padding:3rem 0;
}
#footer .social, #footer .signup{
  padding:1rem 0 1rem 2rem;
}
#footer .address{text-align: center;}
#footer .address img{
  opacity: 0.5;
}
#footer p{
  font-size:13px;
}
#footer h4{
  color:#ffffff;
  font-size: 2.5rem;
  font-weight: bold;
  margin:1rem 0;
  text-align: center;
}
#footer .social a{
  font-size: 2rem;
}
#footer #signupform .form-control, #footer #signupform .btn{
  font-size: 1.6rem;
  background:#1d1d1d;
  color:#737373;
  border-radius: 0;
  border:2px solid #737373;
}
#footer #signupform .btn{
  color:#20b2b2;
  border-color: #20b2b2;
}

#footer .nf-before-form-content {
    display: none;
}

#footer .nf-after-form-content {
    display: none;
}

#footer nf-fields-wrap {
    display: flex;
    justify-content: center;
}

#footer nf-field {margin-right: 1rem;}

#footer .nf-field-label {
    display: none;
}

#footer .ninja-forms-field {
  background:#1d1d1d !important;
  color:#737373;
  border-radius: 0;
  border:2px solid #737373 !important;
}

#footer #nf-field-6 {
    color: #20b2b2;
    border-color: #20b2b2 !important;
}

#interior:not(.page-id-537):not(.page-id-552):not(.page-id-561) main{
  padding:5rem 0;
}

h1{
  font-size:5.5rem;
  font-weight:700;
  color:#20b2b2;
  text-align: center;
  margin: 1em 0;
}
#interior:not(.page-id-537):not(.page-id-552):not(.page-id-561) h1{
  font-size: 4.5rem;
  color:#20b2b2;
  font-weight: 700;
  margin:0 0 1em 0;
  text-align: center;
  text-transform: uppercase;
}
#interior:not(.page-id-537):not(.page-id-552):not(.page-id-561) h2{
  font-size: 3rem;
  color:#20b2b2;
  font-weight:600;
  margin-bottom: 0.5em;
}
#help{
  padding-bottom:7rem;
}
#help h1{
  margin-bottom: 1em;
}
/*#help .container{
  width:1170px;
}*/
#help h2{
  font-size: 4rem;
  color:#20b2b2;
  font-weight: 600;
  margin: 2rem 0;
  text-align: center;
}



.hero{
  background: #20b2b2 url(https://humanlifefl.com/wp-content/themes/phlf/images/hands.gif) center center/cover no-repeat;
  padding:8rem 15px 4rem 15px;
}
@media (max-width: 959px) {
  .hero {
      background-image:none;
  }
}
.hero h1{
  color:white;
  font:600 4.8rem/1em Montserrat, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.5em;
  text-shadow:2px 2px 7px rgba(0,0,0,.25);
  display: flex;
  flex-direction:row;
  align-items: center;
  justify-content: center;
}
.hero h1>span{
  display: inline-block;
}
.hero h1 .accent{
  position: relative;
  display: inline-block;
}
.hero h1 .accent:before, .accent:before{
  content:'´';
  position: absolute;
  bottom:0;
  left:0;
  display: inline-block;
  text-align: left;
  width: 100%;
}
.hero h1 img{
  width:25rem;
  display: inline-block;
  -webkit-filter:drop-shadow(3px 3px 4px rgba(0,0,0,.35));
}
.hero h1 strong{
  font:italic 400 12rem/1em 'fourhand', Montserrat, Helvetica, Arial, sans-serif;
  text-transform: none;
  display: block;
  margin-top: 0.15em;
}
.page-id-561 .hero h1 strong{
  font-size:10rem;
}
.hero .container{
  width:1410px;
}
.hero-h2{
  background:#92203d;
  padding:1.5rem 15px;
  text-align: center;
  margin: 0;
  color:white;
  font:600 3.5rem Montserrat, Helvetica, Arial, sans-serif;
  margin-bottom: 1.5em;
}
.hero-step{
  text-align: center;
}
.hero-step i{
  color:#106565;
  font-size:10rem;
  display: block;
  text-shadow:2px 2px 7px rgba(0,0,0,.25);
  margin-bottom: 2rem;
}
.hero-step h3{
  font:700 2.5rem Montserrat, Helvetica, Arial, sans-serif;
  color:white;
  display: flex;
  flex-direction:row;
  align-items:flex-start;
  justify-content: center;
  text-shadow:2px 2px 7px rgba(0,0,0,.25);
  margin-bottom: 0;
}
.hero-step h3 strong{
  font-size:7rem;
  line-height:1em;
  position: relative;
  top:-.3em;
  display: inline-block;
  width:8rem;
  text-align: left;
}
.hero-step h3 span{
  text-align: left;
  flex:1;
  display: inline-block;
  max-width:100%;
}
.hero-step button, .hero-step a{
  background:#106565;
  display: inline-block;
  color:white;
  border-radius:5px;
  font:600 20px Montserrat, Helvetica, Arial, sans-serif;
  padding:10px 20px;
  text-decoration: none;
  transition:background 0.3s;
  border:none;
  outline:none;
}
.hero-step a:hover, .hero-step a:focus{
  background-color:#92203d;
  color:white;
  text-decoration: none;
}
.hero-step p{
  font:500 2rem Montserrat, Helvetica, Arial, sans-serif;
  padding-left:8rem;
  color:white;
  text-align: left;
  text-shadow:2px 2px 7px rgba(0,0,0,.25);
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#video{
  padding:0 0 8rem 0;
}

.packets{
  text-align: center;
}
.packets h2{
  font-size: 4rem;
  color: #20b2b2;
  font-weight: 600;
  margin: 2rem 0;
}
.packets a{
  background: #ff6900;
  text-decoration: none;
  border-radius: 50px;
  display: inline-block;
  padding: 1rem 4rem;
  color: white;
  font-weight: 700;
  font-size: 2.8rem;
  transition: background 0.2s;
}
.packets a:hover, .packets a:focus{
  background-color: #9b1c45;
  color: white;
  text-decoration: none;
}

a.action{
  display: block;
  text-align: center;
  padding:3rem;
  color: #444;
  text-decoration: none;
  border-radius: 3rem;
  box-shadow: 0 7px 15px #c5c5c5;
  margin: 0;
  background-color: #f3f3f3;
  transition:background 0.3s;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
a.action:hover, a.action:focus{
    background-color:#20b2b2;
}
a.action img{
  transition:-webkit-filter 0.2s, filter 0.2s;
  width:13rem;
}
a.action:hover img, a.action:focus img{
  -webkit-filter: brightness(10);
  filter: brightness(10);
}
a.action .icon{
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
  height:13rem;
  margin-bottom: 30px;
}
a.action .ta{
  font-weight: bold;
  width: 100%;
  transition:color 0.3s;
  font-size:2.2rem;
}
a.action:hover .ta, a.action:focus .ta{color:white;}
.ta p{
  margin: 0;
}
.hbg{
  background-image: url(https://humanlifefl.com/wp-content/themes/phlf/images/bg.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: auto;
  background-color: #34625b;
}
.hbg .about{
  background: #5ca196;
  border-right: 5px solid #34625b;
  border-left: 5px solid #34625b;
  padding:6rem 4rem;
  color:#ffffff;
  font-weight: 300;
  font-size: 2.3rem;
}
.hbg h2{
  font-size: 4rem;
  text-align: center;
  font-weight: bold;
}
.hbg h2::after{
  content:' ';
  display: block;
  width:30%;
  height: 2px;
  margin: 2.5rem auto;
  background:#ffffff;
  opacity:0.3;

}
.wp-block-separator{
  margin: 3rem 0;
}
.wp-block-table{
  width:100%;
}

@media (max-width: 767px) {
  .hero h1{
    display: block;
  }
  .hero h1 img{
    display: block;
    margin:0 auto 30px auto;
  }
  .hero-step{
    margin-bottom: 70px;
  }
  .hero-step p{
    text-align: center;
    padding: 0;
  }
  #header #logo {
    max-width: calc(100% - 95px);
  }
  #header #navbar {
    text-align: center;
    padding:10px 0;
  }
  #header #navbar ul > li > a+a{
    font-size:16px !important;
    position: relative !important;
    padding:0 1rem 1rem 1rem !important;
  }
  a.action{
    margin: 0 auto 40px auto;
    height:auto;
    max-width:300px;
  }
  #header #mobile-menu #mobile-nav{
    margin-bottom: 15px;
  }
  #header #navbar .container, #header #navbar .container-fluid{
    justify-content:space-between;
    -webkit-justify-content:space-between;
  }
  #footer .address{margin-bottom: 30px;}
}
.wp-block-media-text__media img {
    height: auto;
}
@media(max-width:1199px){
  #header #navbar .hbh-btn{
    width:350px;
    max-width:100%;
    margin-top:20px;
  }
}
@media(min-width:1200px){
  #header #navbar .container, #header #navbar .container-fluid{flex-wrap:no-wrap;}
}