@charset "UTF-8";
/*
Theme Name: LF Foundation
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: LF Foundation is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.static-navbar {
  padding-top: 17px;
  padding-bottom: 17px;
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  background: #fff;
  -webkit-box-shadow: 0 0.25em 0.35em 0 rgba(0, 0, 0, 0.085);
  -moz-box-shadow: 0 0.25em 0.35em 0 rgba(0, 0, 0, 0.085);
  box-shadow: 0 0.25em 0.35em 0 rgba(0, 0, 0, 0.085); }
  .static-navbar .container {
    padding-left: 15px;
    padding-right: 15px; }
  .static-navbar .header-social-container {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    height: 23px; }
  .static-navbar .logo-container {
    padding-left: 0;
    padding-right: 0; }
  .static-navbar .nav-container {
    padding-left: 0;
    padding-right: 0; }

.navbar {
  min-height: auto; }

.header-image {
  display: block;
  position: relative;
  width: 100%;
  height: 100%; }
  .header-image span {
    position: absolute;
    top: -1000px; }
  .header-image img {
    height: 100%;
    width: auto; }

.logo-container .logo {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  height: 43px; }

/* header social image */
.header-social-container {
  margin-bottom: 0; }
  .header-social-container .icons {
    background: url("images/header-social.png") no-repeat;
    height: 23px;
    width: 23px;
    position: relative;
    overflow: hidden;
    display: block;
    margin-right: 20px;
    display: block;
    overflow: hidden;
    float: left; }
    .header-social-container .icons a {
      text-indent: -999px;
      display: block; }
    .header-social-container .icons:last-child {
      margin-right: 0; }
  .header-social-container .menu-social-menu-container {
    position: absolute;
    right: 0;
    bottom: -10px; }
  .header-social-container .facebook {
    background-position: 0 0; }
  .header-social-container .intagram {
    background-position: -42px 0; }

/* header social image */
/* nav style */
.nav-container {
  position: relative;
  height: auto; }
  .nav-container .navbar-collapse {
    border: none;
    background: #fff;
    position: absolute;
    right: 0;
    top: 18px;
    padding: 0;
    z-index: 14;
    border: 1px solid #999; }
  .nav-container .primary-menu li {
    float: none;
    border-bottom: 1px solid #999;
    padding: 15px;
    text-align: center;
    width: 210px;
    position: relative; }
    .nav-container .primary-menu li:last-child {
      margin-right: 0;
      border-bottom: 0;
      padding-right: 0; }
  .nav-container .primary-menu a {
    color: #000;
    text-decoration: none; }
  .nav-container .primary-menu .current_page_item a {
    color: #3bbac9; }

/* nav style */
.mobile-nav {
  position: absolute;
  bottom: -8px;
  right: 0;
  height: 35px; }

/* toggle style */
.navbar-default {
  border: none;
  background-color: transparent;
  margin: 0;
  border-color: #000; }
  .navbar-default .navbar-header {
    float: left; }
  .navbar-default .navbar-toggle {
    margin: 0;
    border: none;
    width: 35px;
    height: 35px;
    padding: 0 5px 0 5px; }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
      background-color: transparent; }
    .navbar-default .navbar-toggle[aria-expanded=true] .icon-bar:nth-child(1) {
      top: 18px;
      width: 0%;
      left: 50%; }
    .navbar-default .navbar-toggle[aria-expanded=true] .icon-bar:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      position: relative;
      top: 7px; }
    .navbar-default .navbar-toggle[aria-expanded=true] .icon-bar:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      position: relative;
      top: 1px; }
    .navbar-default .navbar-toggle[aria-expanded=true] .icon-bar:nth-child(4) {
      top: 18px;
      width: 0%;
      left: 50%; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #999;
      width: 100%; }

/* toggle style */
@media (min-width: 768px) {
  .menu-social-menu-container {
    position: absolute;
    right: 0;
    bottom: -10px; }
  .static-navbar .container {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%; }
  .nav-container {
    height: auto; }
    .nav-container .navbar-collapse.collapse {
      display: none !important;
      float: none; }
    .nav-container .navbar-collapse.in {
      display: block !important; }
    .nav-container .primary-menu li {
      float: none; }
  .navbar-default .navbar-toggle {
    display: block; }
  .logo-container .logo {
    height: 60px; } }

@media (min-width: 992px) {
  .static-navbar .container {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%; }
  .nav-container {
    height: 55px; }
    .nav-container .navbar-collapse.collapse {
      display: block !important;
      right: 0;
      bottom: 0px;
      border: none;
      width: 100%; }
    .nav-container .navbar-collapse .menu-top-menu-container {
      bottom: -10px;
      position: absolute;
      right: 0; }
    .nav-container .primary-menu li {
      float: left;
      margin-right: 0;
      margin-bottom: 0;
      border-bottom: 0;
      padding-top: 0;
      padding-bottom: 0;
      width: auto; }
  .navbar-default .navbar-toggle {
    display: none; }
  .logo-container .logo {
    height: 60px; } }

@media (min-width: 1200px) {
  .static-navbar .container {
    padding-left: 0;
    padding-right: 0;
    width: 1170px; } }

.site-footer {
  color: #fff;
  position: relative;
  background-color: #3bbac9; }
  .site-footer .wrapper {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto; }
  .site-footer .inner {
    padding-top: 40px;
    padding-bottom: 20px; }
  .site-footer .f-row {
    margin-bottom: 30px; }
    .site-footer .f-row:last-child {
      margin-bottom: 0; }
  .site-footer .footer-logo a {
    background: url("images/footer-logo.svg") no-repeat;
    height: 28px;
    display: block;
    position: relative;
    overflow: hidden;
    width: 260px; }
  .site-footer .footer-logo span {
    position: absolute;
    top: -1000px; }
  .site-footer .footer-credits p {
    text-align: right;
    margin-top: 50px;
    margin-bottom: 0;
    font-size: 12px; }

.footer-menu .menu-item {
  float: none;
  margin-bottom: 20px;
  font-size: 14px;
  width: 156px; }
  .footer-menu .menu-item a {
    color: #fff;
    text-decoration: none; }
  .footer-menu .menu-item:nth-child(4n) {
    clear: both; }

.footer-menu .current-menu-item a {
  color: #3c3c3b; }

.footer-social .icons {
  background: url("images/footer-social.svg") no-repeat;
  height: 25px;
  width: 25px;
  display: block;
  position: relative;
  overflow: hidden;
  margin-right: 15px;
  margin-bottom: 0;
  top: 10px; }
  .footer-social .icons a {
    text-indent: -999px;
    display: block; }

.footer-social .menu-social-menu-container {
  float: right;
  margin-top: 20px; }

.footer-social li {
  float: left;
  margin-right: 20px; }
  .footer-social li:last-child {
    margin-right: 0; }

.footer-social .facebook {
  background-position: 0 0; }

.footer-social .intagram {
  background-position: -38px 0; }

.footer-social-mobile .icons {
  background: url("images/footer-social.svg") no-repeat;
  height: 25px;
  width: 25px;
  display: block;
  position: relative;
  overflow: hidden;
  margin-right: 15px;
  margin-bottom: 0; }
  .footer-social-mobile .icons a {
    text-indent: -999px;
    display: block; }

@media (min-width: 768px) {
  .site-footer .container {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%; }
  .footer-menu .menu-item {
    float: none; } }

@media (min-width: 992px) {
  .footer-menu .menu-item {
    float: left; } }

@media (min-width: 1200px) {
  .site-footer .container {
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
  .site-footer .wrapper {
    padding-left: 0;
    padding-right: 0;
    width: 1170px; } }

@media (max-width: 992px) {
  .site-footer .footer-credits p {
    text-align: left;
    margin-top: 0; } }

@-ms-viewport {
  width: device-width; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nothing You Could Do", sans-serif;
  margin: 15px 0;
  font-weight: bold;
  color: #3c3c3b; }

h1 {
  font-size: 35px;
  margin-bottom: 30px; }

h2 {
  font-size: 25px;
  line-height: 35px; }

h3 {
  font-size: 23px; }

.color1 {
  color: #3bbac9; }

.color2 {
  color: #848487; }

.color3 {
  color: #3c3c3b; }

.color4 {
  color: #aa96cd; }

.color5 {
  color: #ffc055; }

.color6 {
  color: #64d384; }

.color7 {
  color: #fff; }

.color8 {
  color: #000; }

.color1-bg {
  background-color: #3bbac9; }

.color2-bg {
  background-color: #848487; }

.color3-bg {
  background-color: #3c3c3b; }

.color4-bg {
  background-color: #aa96cd; }

.color5-bg {
  background-color: #ffc055; }

.color6-bg {
  background-color: #64d384; }

.color7-bg {
  background-color: #fff; }

.color8-bg {
  background-color: #000; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none;
    margin: 0;
    padding: 0; }

img {
  width: 100%; }

hr {
  border-color: #000;
  border-width: 2px;
  border-style: solid;
  width: 78px;
  margin-top: 20px;
  margin-bottom: 20px; }

p {
  margin: 0 0 30px;
  line-height: 30px;
  text-align: justify; }
  p:last-child {
    margin-bottom: 0px; }

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #848487; }
  body.mask {
    overflow: hidden; }
  body.mask-disabled {
    overflow: auto; }

a {
  color: #3bbac9;
  text-decoration: underline; }
  a:hover {
    color: #3bbac9; }

.line {
  line-height: 1px;
  height: 1px;
  width: 100%; }
  .line.grey {
    background-color: #848487; }

.content-container {
  padding-left: 30px;
  padding-right: 30px; }
  .content-container:before, .content-container:after {
    display: table;
    content: " ";
    clear: both; }

.site-content {
  background-image: url(images/page-bk.png);
  background-repeat: repeat;
  margin-top: 95px; }
  .site-content .container {
    padding-left: 0;
    padding-right: 0;
    background-color: #fff; }
  .site-content section {
    background-color: #fff; }
    .site-content section hr {
      border-color: #3bbac9;
      border-width: 2px;
      border-style: solid;
      width: 78px;
      margin-top: 20px;
      margin-bottom: 20px; }
    .site-content section:nth-child(2n) {
      background-color: #3bbac9; }
      .site-content section:nth-child(2n) hr {
        border-color: #fff;
        border-width: 2px;
        border-style: solid;
        width: 78px;
        margin-top: 20px;
        margin-bottom: 20px; }
  .site-content .entry-content > div {
    background-color: #fff; }
    .site-content .entry-content > div hr {
      border-color: #3bbac9;
      border-width: 2px;
      border-style: solid;
      width: 78px;
      margin-top: 20px;
      margin-bottom: 20px; }
    .site-content .entry-content > div:nth-child(2n) {
      background-color: #3bbac9; }
      .site-content .entry-content > div:nth-child(2n) hr {
        border-color: #fff;
        border-width: 2px;
        border-style: solid;
        width: 78px;
        margin-top: 20px;
        margin-bottom: 20px; }
  .site-content .outer {
    padding-top: 20px;
    padding-bottom: 30px; }
  .site-content .item-container {
    margin-top: 30px; }
    .site-content .item-container .row {
      margin-bottom: 30px; }
      .site-content .item-container .row:last-child {
        margin-bottom: 0; }
    .site-content .item-container .text h2 {
      margin-top: 0; }
    .site-content .item-container .text p {
      font-weight: 300;
      font-size: 17px;
      line-height: 25px; }
  .site-content .mask {
    background-color: #000;
    height: 100%;
    position: absolute;
    opacity: 0.5;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 13; }

.equal-height {
  display: flex;
  flex-wrap: wrap; }
  .equal-height > [class*='col-'] {
    display: flex;
    flex-direction: column; }
    .equal-height > [class*='col-'] .block {
      display: flex;
      flex: 1 0 auto;
      flex-direction: column; }
      .equal-height > [class*='col-'] .block .inner {
        display: flex;
        flex: 1 0 auto;
        flex-direction: column; }
  .equal-height:after, .equal-height:before {
    display: flex; }

.page-about-us .entry-content .background {
  background-image: url("images/aboutus-bg.jpg");
  background-position: top right;
  background-repeat: no-repeat; }

.page-about-us .entry-content h1 {
  color: #3bbac9; }

.page-about-us .entry-content > div:nth-child(2n) {
  background-color: #3bbac9; }
  .page-about-us .entry-content > div:nth-child(2n) hr {
    border-color: #fff;
    border-width: 2px;
    border-style: solid;
    width: 78px;
    margin-top: 20px;
    margin-bottom: 20px; }
  .page-about-us .entry-content > div:nth-child(2n) h1 {
    color: #fff; }
  .page-about-us .entry-content > div:nth-child(2n) p {
    color: #fff; }

.page-our-stories .entry-content h2 {
  color: #3bbac9; }

.page-our-stories .entry-content > div:nth-child(2n) {
  background-color: #fff; }
  .page-our-stories .entry-content > div:nth-child(2n) hr {
    border-color: #3bbac9;
    border-width: 2px;
    border-style: solid;
    width: 78px;
    margin-top: 20px;
    margin-bottom: 20px; }

.page-our-strategy .entry-content h2 {
  color: #3bbac9; }

.page-our-strategy .entry-content > div:nth-child(2n) {
  background-color: #fff; }
  .page-our-strategy .entry-content > div:nth-child(2n) hr {
    border-color: #3bbac9;
    border-width: 2px;
    border-style: solid;
    width: 78px;
    margin-top: 20px;
    margin-bottom: 20px; }

.page-our-strategy .entry-content .item-container .row h2 {
  color: #3bbac9; }

.page-our-strategy .entry-content .item-container .row:nth-child(1) h2 {
  color: #aa96cd; }

.page-our-strategy .entry-content .item-container .row:nth-child(2) h2 {
  color: #ffc055; }

.page-our-strategy .entry-content .item-container .row:nth-child(3) h2 {
  color: #64d384; }

.page-our-impact .entry-content h1 {
  color: #000; }

.page-our-impact .entry-content h2 {
  color: #3bbac9; }

.page-our-impact .entry-content > div {
  background-color: #3bbac9; }
  .page-our-impact .entry-content > div hr {
    border-color: #fff;
    border-width: 2px;
    border-style: solid;
    width: 78px;
    margin-top: 20px;
    margin-bottom: 20px; }
  .page-our-impact .entry-content > div h2,
  .page-our-impact .entry-content > div p {
    color: #fff; }
  .page-our-impact .entry-content > div a {
    color: #000; }
  .page-our-impact .entry-content > div:nth-child(2n) {
    background-color: #fff; }
    .page-our-impact .entry-content > div:nth-child(2n) a,
    .page-our-impact .entry-content > div:nth-child(2n) h2 {
      color: #3bbac9; }
    .page-our-impact .entry-content > div:nth-child(2n) p {
      color: #848487; }
    .page-our-impact .entry-content > div:nth-child(2n) hr {
      border-color: #3bbac9;
      border-width: 2px;
      border-style: solid;
      width: 78px;
      margin-top: 20px;
      margin-bottom: 20px; }

.page-our-impact .entry-content .item-container {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0; }

.page-lets-connect .entry-content > div {
  background-color: #3bbac9; }
  .page-lets-connect .entry-content > div hr {
    border-color: #fff;
    border-width: 2px;
    border-style: solid;
    width: 78px;
    margin-top: 20px;
    margin-bottom: 20px; }
  .page-lets-connect .entry-content > div h1 {
    color: #3bbac9; }
  .page-lets-connect .entry-content > div:nth-child(2n) {
    background-color: #fff; }
    .page-lets-connect .entry-content > div:nth-child(2n) hr {
      border-color: #3bbac9;
      border-width: 2px;
      border-style: solid;
      width: 78px;
      margin-top: 20px;
      margin-bottom: 20px; }
    .page-lets-connect .entry-content > div:nth-child(2n) h1 {
      color: #000; }

.page-lets-connect h2 {
  color: #3bbac9;
  margin-bottom: 10px;
  margin-top: 0; }

.page-lets-connect p {
  margin: 0;
  padding: 0; }

.page-lets-connect .info-container {
  width: 60%;
  margin: 0 auto; }
  .page-lets-connect .info-container img {
    width: auto; }
  .page-lets-connect .info-container > div {
    border-bottom: 1px solid #3bbac9;
    border-right: 0; }
    .page-lets-connect .info-container > div:nth-child(3), .page-lets-connect .info-container > div:last-child {
      border-bottom: 0;
      border-right: 0; }
  .page-lets-connect .info-container .block {
    padding: 40px 0; }
  .page-lets-connect .info-container .text div {
    text-align: center; }
    .page-lets-connect .info-container .text div h2 {
      font-family: inherit;
      margin: 0;
      padding: 0;
      font-size: inherit;
      color: inherit;
      line-height: 1.1em; }
    .page-lets-connect .info-container .text div p {
      text-align: inherit; }
  .page-lets-connect .info-container .inner {
    width: 100%;
    height: 100%;
    padding-left: 0; }
  .page-lets-connect .info-container .cell {
    height: 100%; }

.page-lets-connect .icon span {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center; }

.page-lets-connect .content {
  float: left;
  width: 50%; }

@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 20px; }
  .site-content {
    margin-top: 71px; }
    .site-content .item-container .text p {
      font-size: 14px;
      line-height: 20px; }
  .our-strategy img {
    width: 100%; }
  .our-strategy h2 {
    font-size: 23px; }
  .our-strategy .text {
    height: auto; }
    .our-strategy .text div {
      position: relative;
      bottom: 0; }
  .site-content .banner .text-container {
    font-size: 18px;
    line-height: 24px; }
    .site-content .banner .text-container p {
      line-height: 24px; }
      .site-content .banner .text-container p.small {
        font-size: 18px;
        line-height: 30px; } }

@media (max-width: 992px) {
  h1 {
    font-size: 25px;
    line-height: 30px; }
  hr {
    margin-top: 35px; }
  .about-bg h3 {
    font-size: 22px; }
  .site-content section hr {
    margin-top: 35px !important; }
  .site-content .outer {
    padding-top: 20px;
    padding-bottom: 20px; }
    .site-content .outer.upper {
      margin-top: -20px; }
    .site-content .outer.lower {
      margin-bottom: 20px; }
  .site-content .item-container .text h2 {
    margin-top: 15px; }
  .site-content .item-container2 .row div {
    margin-bottom: 30px; }
    .site-content .item-container2 .row div:last-child {
      margin-bottom: 0; }
  .widget .inner {
    padding-top: 30px;
    padding-bottom: 30px; } }

@media (min-width: 768px) {
  .site-content .container {
    width: 100%; } }

@media (min-width: 992px) {
  h1 {
    margin: 25px 0; }
  .site-content .container {
    width: 100%; }
  .page-lets-connect .info-container > div {
    border-bottom: 0; }
  .page-lets-connect .info-container .address {
    border-right: 1px solid #3bbac9;
    border-left: 1px solid #3bbac9; }
  .page-lets-connect .info-container img {
    width: auto; }
  .page-lets-connect .info-container .inner {
    padding-left: 40px;
    padding-right: 40px; }
  .page-lets-connect .info-container .address .icon,
  .page-lets-connect .info-container .facebook .icon {
    margin-top: 15px; }
  .page-lets-connect .info-container .email {
    margin-top: 17px; } }

@media (min-width: 1200px) {
  .site-content .container {
    width: 1170px; }
  .page-lets-connect .info-container .address {
    border-right: 1px solid #3bbac9;
    border-left: 1px solid #3bbac9; }
  .page-lets-connect .info-container .inner {
    padding-left: 50px; } }

.pdf {
  display: block;
  height: 52px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 50px 100%; }
  .pdf span {
    display: block;
    padding-left: 60px;
    padding-top: 5px; }

@media (min-width: 768px) {
  .pdf {
    background-size: 50px 52px;
    display: block; }
    .pdf span {
      padding-left: 60px;
      padding-top: 10px; } }
