/*
Theme Name:     fixmypage
Description:    Theme for FdO
Author:         fixmypage.pl
Template:       twentysixteen
*/

/* BODY AND MAIN ELEMENTS */

/* COLORS 
  	purple: #933f8d
	beige: #b29d8c
	light-blue: #933f8d
*/

@import url("../../../css");
@import url("../../../css-1");

b,
strong {
  font-weight: 600 !important;
}

body {
  margin: 0;
  font-family: "Work Sans", sans-serif;
  font-size: 15px;
  color: #4a4a4a;
  text-transform: none;
  background: #fff;
}

@media all and (min-width: 1300px) {
  .container {
    max-width: 1220px;
  }
}

@media all and (min-width: 1599px) {
  .container {
    max-width: 1440px;
  }
}

@media all and (min-width: 1799px) {
  .container {
    max-width: 1540px;
  }
}

@media all and (min-width: 1920px) {
  .container {
    max-width: 1600px;
  }
}

.single .col-lg-12 {
}

.single .col-lg-6 {
}

.fMobile {
  display: none;
}

.fNotMobile {
  display: block;
}

.fClear {
  clear: both;
  content: " ";
  display: table;
}

.fShow {
  display: block !important;
}

.fHide {
  display: none;
}

.fOpacity {
  opacity: 1 !important;
  transition: 1s opacity ease-in-out;
  -webkit-transition: 1s opacity ease-in-out;
}

.fGrayscale {
  filter: grayscale(1);
  -webkit-filter: grayscale(100%);
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
  color: initial;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

h1 {
  font-size: 28px;
  font-weight: 800;
}

.fZIndex {
  z-index: -3;
}

.fArrowDown {
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 80px;
  background: url("images/fArrowDown.png") no-repeat center;
  transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
  background-size: 40px auto;
  cursor: pointer;
  z-index: 9996;
}

.fWrapper {
  min-height: 100vh;
  padding-top: 80px;
  width: 100%;
  max-width: 1920px;
  display: block;
  margin: 0 auto;
  background: #f9f9f9;
}

.home .fWrapper {
  padding-top: 80px;
  background: #fff;
}

.single .fWrapper {
  background: #fff;
}

a.fBlock {
  display: block;
  width: 100%;
  height: 100%;
}

/* HEAD */

.fHead {
  position: fixed;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background: #282828;
  color: #fff;
  z-index: 999999;
}

.fHeadScrolled {
  z-index: 9;
}

.fHead .container {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  padding: 0px;
}

.fHeadMenu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding-left: 100px;
}

.fLang {
  position: absolute;
  right: -80px;
  top: 0;
}

.fLang ul {
  list-style-type: none;
}

.fLang ul li {
  display: inline-block;
  padding: 0px 5px;
  height: 15px;
}

.fLang ul li:nth-child(1) {
  border-right: 1px solid #fff;
}

.fLang ul li a {
  display: block;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

.fLang ul li.current-lang a {
  text-decoration: underline;
}

.fSearchIcon {
  position: absolute;
  position: absolute;
  right: 150px;
  top: 12px;
  width: 30px;
  height: 30px;
  display: block;
  box-sizing: border-box;
  background: url(images/ikonka_lupa.svg) no-repeat center;
  background-size: 20px auto;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
}

.fSearchIcon:hover {
  background-size: 22px auto;
}

.fSearchForm {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background: #282828;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.fHeadScrolled .fSearchForm {
  top: 90px;
}

.fSearchFormContent {
  position: relative;
  width: 900px;
  max-width: 80%;
  display: block;
  margin: 0 auto;
}

.fSearchForm input.search-field {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  border: none;
  padding: 8px;
  padding-left: 15px;
  font-size: 13px;
  color: #000 !important;
}

.fSearchForm button.search-submit {
  position: absolute;
  width: 36px;
  height: 36px;
  border: none !important;
  background: url(images/ikonka_lupa.svg) no-repeat center;
  background-size: 20px auto;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  top: 0px;
  right: -35px;
  transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
}

.fSearchForm button.search-submit:hover {
  background-size: 22px auto;
}

.fSearchForm span.screen-reader-text {
  display: none;
}

.fSearchForm label {
  display: block;
}

/* HEADER*/

.fHeader {
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
  background: #fff;
  transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
  z-index: 99999;
  box-shadow: 0px 2px 4px #d9d9d9;
}

.fHeader .container {
  position: relative;
}

.fHeaderScrolled {
  top: 0;
  border: none;
  z-index: 10;
}

.fHeaderScrolled .fMenu ul.sub-menu {
  top: 39px;
}

.fLogo {
  position: absolute;
  top: 20px;
  left: 15px;
  width: 240px;
  height: 44px;
  background: url(images/fLogo.png) no-repeat left;
  background-size: contain;
  transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
}

.en .fLogo {
}

.fLogoMenuClicked {
  left: 360px;
}

.fLogo:hover {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
}

.fLogo a {
  display: block;
  width: 100%;
  height: 100%;
}

.fHeader .fBlueCTA {
  margin: 0;
}

.fMenuIcon {
  display: none;
  position: absolute;
  right: 20px;
  top: 30px;
  width: 36px;
  height: 36px;
  transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
  cursor: pointer;
  z-index: 10001;
}

.fHeaderSupport {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 240px;
  height: 80px;
  transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
}

.home .fHeaderSupport {
  opacity: 0;
  visibility: hidden;
}

.home .fHeaderScrolled .fHeaderSupport,
.fHeaderScrolled .fHeaderSupport {
  opacity: 1;
  visibility: visible;
}

.fMenuIconClicked {
}

ul.menu {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style-type: none;
}

ul.menu li {
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 3px;
  padding-bottom: 5px;
  cursor: pointer;
}

ul.menu li:first-child {
  margin-left: 0px;
}

.fHeader .fMenu {
  position: absolute;
  left: 210px;
  top: 30px;
}

@media all and (min-width: 1280px) {
  .fMenu.fMenuMobile {
    display: none !important;
  }
}

.fHeader ul.menu li a:hover {
  color: #933f8d !important;
}

ul.menu li.current-menu-item a {
  font-weight: 600;
}

.fHeader ul.menu li {
  position: relative;
  padding-bottom: 20px;
}

ul.menu li a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
}

.fHeader ul.menu li:hover ul.sub-menu {
}

.fHeader ul.menu > li:hover a {
}

.fMenu .current-menu-item > a,
.fMenu .current-menu-item ul.sub-menu li.current-menu-item > a,
.fMenu .current-menu-parent > a {
}

.fMenu ul.sub-menu {
  position: absolute;
  text-align: left;
  top: 41px;
  left: 0px;
  margin-left: 0px;
  display: none;
  opacity: 1;
  width: 260px;
  background: #333333;
  padding: 20px;
  padding-top: 15px;
}

.fMenu ul.sub-menu li {
  margin-left: 0px;
  margin-right: 0px;
  height: 34px;
  padding-bottom: 0px;
  display: block;
}

.fMenu ul.sub-menu li:first-child {
}

.fMenu ul.sub-menu li a {
  position: relative;
  display: block;
  text-transform: lowercase;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  padding: 5px;
}

.fMenu ul.sub-menu li a:hover {
  color: #d9d9d9;
}

/* HOME NEWS */

.fHomeNews {
  overflow: hidden;
}

.fHomeNews > .container {
  width: 100%;
  max-width: 100%;
  padding: 0px;
}

.fHomeNews > .container > .row {
  margin-left: 0;
  margin-right: 0;
}

.fHomeNewsItemContainer {
  position: relative;
}

.fHomeNewsItem {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.8s all ease-in-out;
  -webkit-transition: 0.8s all ease-in-out;
}

.fHomeNewsItem:nth-child(1) {
  position: relative;
  opacity: 0;
  visibility: visible;
}

.fHomeNewsItem.fActive {
  opacity: 1;
  visibility: visible;
}

.fHomeNewsImage img {
  width: 100%;
  height: auto;
}

.fNewsArchiveLink {
  padding: 40px;
  padding-top: 80px;
  background: #fff;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
}

.fNewsArchiveLink:hover {
  transform: translateX(8px);
  -webkit-transform: translateX(8px);
}

.fNewsArchiveLink a {
  color: #00448c;
}

.fHomeNewsContent {
  padding: 0 40px;
  background: #fff;
}

.fHomeNewsTitle a {
  color: #dc4844;
  font-weight: 800;
  font-size: 32px;
  line-height: 38px;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
}

.fHomeNewsTitle a:hover {
  color: #00448c;
}

.fHomeNewsLead {
  padding: 20px 0px;
  max-height: 155px;
  overflow: hidden;
}

a.more-link {
  display: none;
}

.fHomeNewsNav {
  position: absolute;
  bottom: 0px;
  right: 25%;
  height: 44px;
  padding-left: 52px;
  padding-right: 52px;
  display: inline-block;
}

.fNavButton {
  display: inline-block;
  margin: 1px;
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  border-radius: 14px;
  background: #fff;
  transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
  cursor: pointer;
  margin-top: 17px;
}

.fNavButton:hover {
  background: rgba(0, 0, 0, 0.6);
}

.fNavButton.fActive {
  background: #000;
}

.fNavLeft {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 42px;
  background: url(images/fNavLeft.svg) no-repeat center;
  background-size: contain;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
}

.fNavRight {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 42px;
  background: url(images/fNavRight.svg) no-repeat center;
  background-size: contain;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
}

.fNavLeft:hover {
  transform: translateX(-5px);
  -webkit-transform: translateX(-5px);
}

.fNavRight:hover {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
}

/* HOME */

.fHomeSlider {
  height: calc(100vh - 180px);
  min-height: 500px;
}

.fHomeSliderBottom {
  background: #933f8d;
  color: #fff;
  text-align: center;
  padding: 12px;
  font-size: 20px;
  height: 80px;
  padding-top: 22px;
}

.fHomeSliderBottom a {
  color: #fff;
}

.fHomeSliderDesc {
  padding-top: 80px;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.5px;
  color: #fff;
  font-weight: 600;
}

.fHomeSliderCTA a {
  display: inline-block;
  background: #933f8d;
  border: 1px solid #933f8d;
  color: #fff;
  font-size: 19px;
  padding: 15px 40px;
  margin: 40px 0px;
  transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
  border-radius: 99px;
}

.fHomeSliderCTA a:hover {
  background: #fff;
  color: #933f8d;
}

.fHomeSlider .fHomeSliderCTA a {
  background: #fff;
  border: 1px solid #fff;
  color: #933f8d;
  font-size: 21px;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.fHomeSlider .fHomeSliderCTA a:hover {
  color: #fff;
  background: #933f8d;
  border: 1px solid #933f8d;
}

.fBlueCTA a {
  display: inline-block;
  background: #933f8d;
  color: #fff;
  font-size: 19px;
  padding: 15px 40px;
  transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
}

.fHomeSliderCTA a:hover {
  background: #fff;
  color: #933f8d;
}

.fHeader .fBlueCTA a {
  padding: 9px 25px;
  font-weight: 600;
}

/* HOME ACTIONS */

.fHomeActions {
  padding: 100px 0px;
}

h1.fSectionTitle {
  font-size: 38px;
  font-weight: 600;
  padding-bottom: 40px;
}

.fActionsTitle {
  font-size: 36px;
  font-weight: 600;
  padding-bottom: 30px;
  padding-left: 10px;
}

.fActionsDesc {
  font-size: 18px;
  font-weight: 600;
  padding-right: 20px;
}

.fActionsDesc p {
  display: block;
  padding-left: 40px;
  background: url(images/bullet.svg) no-repeat left;
  background-size: 40px auto;
}

/*.fActionsTitle.f1 {
	background: url(images/fActionsTitle1.svg) no-repeat left -35px top -33px;
	background-size: auto 110px;
}

.fActionsTitle.f2 {
	background: url(images/fActionsTitle2.svg) no-repeat left -35px top -33px;
	background-size: auto 110px;
}

.fActionsTitle.f3 {
	background: url(images/fActionsTitle3.svg) no-repeat left -35px top -33px;
	background-size: auto 110px; 
}*/

/* HOME PROJECTS */

.fHomeProjects {
  padding: 60px 0px;
  background: #f1edea;
}

.fHomeProjectsNav {
  display: none;
}

.fHomeProjects h1.fSectionTitle {
  padding-bottom: 15px;
  text-align: center;
}

.fSectionDesc {
  font-size: 18px;
  line-height: 27px;
}

.fHomeProjects .fSectionDesc {
  text-align: center;
  font-weight: 600;
}

.fHomeProjectsItem {
}

.fHomeProjectsItem .fHomeProjectsMeta {
  height: 0 !important;
  width: 10px;
  overflow: hidden;
}

.fHomeProjectsLoop {
  padding-top: 30px;
}

.fHomeProjectsItem {
  padding-bottom: 15px;
  font-size: 17px;
}

.fHomeProjectsItem.fActive {
  font-weight: 700;
}

.fHomeProjectsActive .fHomeProjectsMeta {
  position: relative;
}

.fHomeProjectsActive .fHomeProjectsDesc {
  font-size: 16px;
  padding-right: 10%;
}

.fHomeProjectsActive .fHomeProjectsDesc a {
  color: #fff;
  text-shadow: 1px 1px 1px #898989;
  font-size: 16px;
}

.fHomeProjectsTitle {
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 16px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  border-top: 5px solid red;
  padding-top: 20px;
  transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
}

.fHomeProjectsActive {
  padding-top: 30px;
}

.fHomeProjectsPhoto img {
  border-radius: 8px;
  margin-top: 30px;
}

.fHomeProjectsDescT {
  padding: 20px 0px;
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
}

.fHomeProjectsLoop .col-lg-2 {
  padding: 0;
}

.fHomeProjectsLoop .col-lg-2.f1 .fHomeProjectsTitle {
  border-top: 5px solid #5260a4;
}

.fHomeProjectsLoop .col-lg-2.f2 .fHomeProjectsTitle {
  border-top: 5px solid #11a967;
}

.fHomeProjectsLoop .col-lg-2.f3 .fHomeProjectsTitle {
  border-top: 5px solid #f8e922;
}

.fHomeProjectsLoop .col-lg-2.f4 .fHomeProjectsTitle {
  border-top: 5px solid #f49432;
}

.fHomeProjectsLoop .col-lg-2.f5 .fHomeProjectsTitle {
  border-top: 5px solid #e0312c;
}

.f1 .fHomeProjectsTitle:hover {
  color: #5260a4;
}

.f2 .fHomeProjectsTitle:hover {
  color: #11a967;
}

.f3 .fHomeProjectsTitle:hover {
  color: #f8e922;
}

.f4 .fHomeProjectsTitle:hover {
  color: #f49432;
}

.f5 .fHomeProjectsTitle:hover {
  color: #e0312c;
}

/* HOME GRANTS */

.fHomeGrants {
  padding: 60px 0px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}

.fHomeGrants a {
  color: #933f8d;
}

.fBlueCTA {
  text-align: center;
  margin: 20px 0px;
}

.fBlueCTA a {
  display: inline-block;
  border: 1px solid #933f8d;
  transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
  color: #fff;
  border-radius: 99px;
}

.fBlueCTA a:hover {
  background: #fff;
  color: #933f8d;
}

.fHomeGrantsBkg {
  position: relative;
  color: #e5e5e5;
  color: transparent;
  text-align: center;
  font-size: 200px;
  line-height: 200px;
  opacity: 1;
}

.f1 .fHomeGrantsBkg {
  background: url(images/fHow1.svg) no-repeat center;
  background-size: cover;
}

.f2 .fHomeGrantsBkg {
  background: url(images/fHow2.svg) no-repeat center;
  background-size: cover;
}

.f3 .fHomeGrantsBkg {
  background: url(images/fHow3.svg) no-repeat center;
  background-size: cover;
}

.f4 .fHomeGrantsBkg {
  background: url(images/fHow4.svg) no-repeat center;
  background-size: cover;
}

.f5 .fHomeGrantsBkg {
  background: url(images/fHow5.svg) no-repeat center;
  background-size: cover;
}

.fHomeGrantsInner {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.fHomeSupporters .fBlueCTA a,
.fHomeGrants .fBlueCTA a {
  font-size: 20px;
  font-weight: 600;
}

.fHomeGrants .fSectionTitle,
.fHomeSupporters .fSectionTitle {
  text-align: center;
}

/* HOME SUPPORTERS */

.fHomeSupporters {
  background: #f1edea;
  padding: 50px 0px;
  padding-bottom: 0;
}

.fHomeSupportersMeta {
  position: absolute;
  top: 50%;
  left: 110px;
  width: 40%;
  max-width: 420px;
  overflow: hidden;
  color: #fff;
  font-size: 18px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.fHomeSupportersMeta a {
  color: #fff;
  font-size: 16px;
}

.fHomeSupportersTitle {
  padding: 0px;
}

.fHomeSupportersTitle span {
  display: block;
  padding-bottom: 20px;
}

.fHomeSupporters .fBlueCTA {
  text-align: left;
  margin-top: 40px;
}

.fHomeSupportersDesc p {
  font-size: 17px;
  line-height: 25px;
}

/* HOME PARTNERS */

.fHomePartners {
  padding-bottom: 60px;
  background: #fff;
}

.fHomePartners h1.fSectionTitle {
  font-size: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 60px;
}

.fPartnersItem {
  position: relative;
  padding: 30px;
}

.fPartnersItem img {
  position: absolute;
  max-height: 110px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
}

.fPartnersItem:hover img {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
}

/* ABOUT PAGE */

.fAboutHeader {
  background: url(images/aboutBkg.jpg) no-repeat center;
  background-size: cover;
  color: #933f8d;
  font-weight: 600;
  font-size: 24px;
  padding: 60px 0px;
}

.fAboutSubheader {
  padding: 60px 0px;
  text-align: center;
  padding-bottom: 100px;
}

.fAboutItem {
  margin-bottom: 100px;
}

.fAboutTitle {
  font-weight: 600;
  font-size: 28px;
  padding-bottom: 30px;
}

.fAboutExcerpt {
  padding-right: 10%;
}

.fEven.fOddDisplay,
.fOdd.fEvenDisplay {
  display: none;
}

.fBoardTitle {
  font-size: 26px;
  font-weight: 600;
  padding-top: 20px;
}

.fBoardDesc {
  padding: 20px 0px;
  padding-bottom: 40px;
}

.fBoardExcerpt > .fAboutExcerpt {
  padding-right: 0;
}

.fBoardSubheader {
  padding-top: 0;
  padding-bottom: 60px;
}

.fAboutSubheader .fSectionDesc {
  max-width: 75%;
  text-align: left;
}

.fBoardLoop .fSectionTitle,
.fAboutLoop .fSectionTitle {
  text-align: center;
}

/* NEWS PAGE */

.page-template-fNews .fAboutTitle {
  font-weight: 600;
  color: #933f8d;
}

.fNewsDate {
  margin-top: -20px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #a0a0a0;
}

.fNewsMore a {
  display: block;
  margin-top: 20px;
  color: #933f8d;
  font-size: 17px;
}

/* HOW PAGE */

.page-template-fHow .fWrapper {
  background: #fff;
}

.fHowHeader {
  background: url(images/howBkg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  padding: 60px 0px;
}

.fHowLoop {
  margin: 60px 0px;
}

.fHowItem {
  margin-right: 80px;
  margin-bottom: 60px;
}

.fHowPhoto {
  position: relative;
}

.fHowPhoto img {
  width: 100%;
  height: auto;
  max-width: 280px;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}

.fHowTitle {
  font-size: 28px;
  font-weight: 600;
  margin-left: 60px;
}

.fHowDesc {
  margin-left: 60px;
}

.fHowExcerpt {
  margin: 30px 0px;
}

.fHowMore a {
  color: #933f8d;
  font-size: 17px;
  transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
}

.fHowMore a:hover {
  color: #2d49db;
}

.fHowAct {
  background: #f0ece9;
  padding-top: 30px;
  padding-bottom: 80px;
}

.fHowAct a {
  display: block;
  width: 360px;
  height: 100px;
  padding-left: 100px;
  color: #933f8d;
  background: url(images/fJoin.svg) no-repeat left;
  background-size: auto 100px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 500;
  padding-top: 35px;
}

/* FOR PAGE */

.page-template-fFor .fAboutHeader {
  background: url(images/forBkg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 30px;
}

.page-template-fFor .fHomeSliderCTA a {
  background: #fff;
  color: #933f8d;
  border: 1px solid #fff;
  padding-left: 60px;
  padding-right: 60px;
  margin: 20px 0px;
}

.page-template-fFor .fSectionTitle {
  text-align: center;
}

.page-template-fFor .fHomeActions {
  padding-top: 80px;
  padding-bottom: 60px;
  background: #f1edea;
}

.fForReg {
  width: 330px;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  padding-top: 6px;
  font-size: 16px;
  padding-left: 40px;
  background: url(images/file.png) no-repeat left;
  background-size: auto 32px;
}

.fForReg a {
  color: #933f8d;
  display: block;
  width: 100%;
  height: 100%;
}

.fForHow {
  padding: 60px 0px;
}

.fForHowSubtitle {
  font-size: 18px;
  text-align: center;
  padding-bottom: 30px;
}

.fForHowItem {
  border-top: 2px solid #b29d8a;
  padding: 40px 0px;
  padding-left: 200px;
  line-height: 28px;
  min-height: 140px;
}

.fForHowTitle {
  font-weight: 600;
}

.fForHowTitle p {
  display: inline;
}

.fForHowMore {
  padding-left: 0px;
  font-weight: 400;
  color: #933f8d;
  cursor: pointer;
}

.fForHowDesc {
  padding-top: 15px;
  display: none;
}

.fForHow1 {
  background: url(images/fHow1.svg) no-repeat left;
  background-size: 160px auto;
}

.fForHow2 {
  background: url(images/fHow2.svg) no-repeat left;
  background-size: 160px auto;
}

.fForHow3 {
  background: url(images/fHow3.svg) no-repeat left;
  background-size: 160px auto;
}
.fForHow4 {
  background: url(images/fHow4.svg) no-repeat left;
  background-size: 160px auto;
}

.fForHow5 {
  background: url(images/fHow5.svg) no-repeat left;
  background-size: 160px auto;
}

/* SUPPORT PAGE */

.page-template-fSupport .fWrapper {
  min-height: 500px;
}

.fSupportHeader {
  min-height: 500px;
  padding-bottom: 100px;
}

.fSupportBox {
  margin-top: 30px;
  margin-bottom: 30px;
  background: #fff;
  padding: 30px;
  border-radius: 5px;
}

.fSupportDesc {
  color: #fff;
  padding-top: 280px;
  padding-left: 30px;
  font-size: 22px;
  max-width: 500px;
}

.fSupportDesc .f1 {
  font-size: 28px;
  padding-bottom: 20px;
}

.fSupportBoxTitle {
  color: #000;
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
}

.fSupportBoxTitle .f1,
.fSupportBoxTitle .f2 {
  color: #4a4a48;
  float: left;
  padding-top: 20px;
  padding-bottom: 4px;
  width: calc(50% - 20px);
  font-size: 19px;
  letter-spacing: 0px;
  text-align: center;
  margin-right: 20px;
  border-bottom: 4px solid #4a4a48;
  cursor: pointer;
}

.fSupportBoxTitle .f1:hover,
.fSupportBoxTitle .f2:hover,
.fSupportBoxTitle .f1.fActive,
.fSupportBoxTitle .f2.fActive {
  color: #933f8d;
  border-bottom: 4px solid #933f8d;
}

.fSupportCTA {
  text-transform: initial;
}

.fSupportCTA a {
  font-weight: 600;
  padding: 14px 50px;
  margin-top: 2px;
  margin-bottom: 15px;
}

.fSupportBoxContent > .f1 {
  color: #cbcbcb;
  font-size: 12px;
  padding-top: 30px;
  padding-bottom: 12px;
}

.fSupportBoxContent > .f3 {
  color: #cbcbcb;
  font-size: 11px;
  padding: 15px 0px;
}

.fSupportAmount .fFloat {
  width: calc(33% - 10px);
  margin-right: 10px;
  border: 1px solid #a0a0a0;
  border-radius: 3px;
  padding: 5px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  float: left;
  color: #933f8d;
  cursor: pointer;
  transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
}

.fSupportAmount .fFloat:hover,
.fSupportAmount .fFloat.fActive {
  background: #933f8d;
  color: #fff;
  border: 1px solid #933f8d;
}

.fSupportAmount .f4 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #933f8d;
  font-size: 22px;
  font-weight: 600;
}

.fSupportAmount .f4 input {
  padding-left: 10px;
  height: 36px;
  height: 44px;
  margin-top: 6px;
  width: 80%;
  border: 1px solid #a0a0a0;
  border-radius: 5px;
}

/* SINGLE NEWS */

.fSingleWrapper {
  padding-top: 130px;
}

.fSingleDate.fNewsDate {
  margin-top: 10px;
}

h1.fSingleTitle {
  color: #933f8d;
  font-size: 30px;
  font-weight: 600;
}

.fSingleLead {
  font-size: 18px;
  padding-right: 20px;
}

.fSingleContent {
  padding: 30px 0px;
}

/* FOOTER */

.fFooter {
  background: #933f8d;
  padding: 80px 0px;
  padding-bottom: 60px;
}

.fFooter .container {
  position: relative;
  padding: 0px 20px;
}

.fFooter .container .row {
  margin-left: 0;
  margin-right: 0;
}

.fFooterMenu {
  margin-bottom: 30px;
}

.fFooterMenu ul {
  padding: 0;
}

.fFooterMenu ul li {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 0px !important;
}

.fFooterMenu ul li a {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

.fFooterMenu ul li a:hover {
  text-decoration: underline;
}

.fFooterSocials {
}

.fFooterSocials > div {
  float: left;
  width: 40px;
  height: 40px;
  transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
  margin: 0 10px;
}

.fFooterSocials > div:hover {
  transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
}

.fFooterSocials > div a {
  display: block;
  width: 100%;
  height: 100%;
}

.fFooterSocials .fFB {
  background: url(images/fb.png) no-repeat center;
  background-size: auto 100%;
}

.fFooterSocials .fTW {
  background: url(images/tw.png) no-repeat center;
  background-size: auto 100%;
}

.fFooterSocials .fYT {
  background: url(images/Yt.png) no-repeat center;
  background-size: auto 100%;
}

.fFooterSocials .fInst {
  background: url(images/inst.png) no-repeat center;
  background-size: auto 100%;
}

.fFooterInfo {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.fFooterInfo strong {
}

.fCredits {
  padding-top: 120px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}

.fCredits a {
  color: #fff;
  font-size: 12px;
  text-decoration: underline;
}

/* SEARCH */

.fSearchTitle a {
  font-weight: 700;
  font-size: 20px;
  color: #dc4844;
  transition: 0.2s all ease-on-out;
  -webkit-transition: 0.2s all ease-on-out;
}

.fSearchItem {
  padding-bottom: 30px;
}

.fSearchTitle a:hover {
  color: #00448c;
}

@media all and (max-width: 1279px) {
  .fMenu.fMenuNotMobile {
    display: none !important;
  }
  html,
  body {
    overflow-x: hidden;
  }
  .fHeadMenu {
    left: 20%;
  }
  .fMenuIcon {
    display: block;
  }
  .fMenu {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    display: none;
    z-index: 1000;
    width: 100vw;
    padding-top: 80px;
    margin-bottom: -80px;
  }
  .fMenu ul.menu {
    width: 100vw;
    padding-left: 0px;
    padding-bottom: 20px;
    background: #f2f2f2;
  }
  .fMenu ul.menu li {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    background: #f2f2f2;
    margin: 0;
    padding: 0px;
  }
  .fMenu ul.sub-menu li {
    border-bottom: 1px solid #fff;
  }
  .fMenu ul.sub-menu li a {
    color: #000;
  }
  .fMenu ul.menu li a {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .fMenu ul.menu > li > a {
    padding-top: 15px;
  }
  .fHeaderScrolled .fMenu {
    top: 90px;
  }
  .fHeaderScrolled .fMenu ul li {
    background: #333333;
    height: auto;
  }
  .fHeaderScrolled .fMenu ul li a {
    font-weight: 400;
  }
  .fMenu ul.sub-menu {
    position: relative;
    text-align: none;
    top: 0;
    left: 0;
    margin-left: 0px;
    display: block;
    opacity: 1;
    width: 100%;
    padding: 0;
    padding-top: 0;
  }

  .fMenu ul.sub-menu li {
    margin-left: auto;
    margin-right: auto;
    height: 34px;
    padding-bottom: 0px;
    display: block;
    background: #f2f2f2;
    width: 100%;
  }
  .fHeaderScrolled .fMenu ul.sub-menu {
    top: 0;
  }
  .fHeaderSupport {
    right: 70px;
  }
}

@media all and (max-width: 1279px) {
  .fHomeSliderDesc {
    padding-top: 40px;
    font-size: 27px;
    line-height: 32px;
  }
  .fHomeSliderCTA a {
    margin-top: 20px;
    padding: 10px 30px;
  }
  .fHomeSliderBottom {
    font-size: 16px;
    height: auto;
    padding: 20px;
  }
  .fActionsTitle {
    font-size: 27px;
  }
  .fActionsDesc {
    font-size: 16px;
  }
  h1.fSectionTitle {
    font-size: 32px;
  }
  .fHomeGrantsInner {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }
  .fHomeSupportersDesc p {
    font-size: 14px;
    line-height: 19px;
  }
  .fHomeSupporters .fBlueCTA {
    margin-top: 0;
  }
  .fBlueCTA a {
    padding: 9px 20px;
  }
  .fFooterInfo {
    font-size: 14px;
    line-height: 22px;
  }
  .fFooterMenu ul li a {
    font-size: 14px;
  }
  .fAboutTitle,
  .fBoardTitle {
    font-size: 20px;
  }
}

@media all and (max-width: 1199px) {
  .fHomeSupportersMeta {
    position: relative;
    width: 100%;
    color: #000;
    text-shadow: none;
    left: 20px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}

@media all and (max-width: 991px) {
  .fPageWrapper .fSectionTitle {
    font-size: 26px;
  }
  .fPageSidebar {
    padding-top: 5px;
    padding-bottom: 60px;
  }
  .fPageSidebar ul,
  .fPageSidebar ul li {
    width: 100%;
  }
  .fHomeNewsTitle a {
    font-size: 22px;
    line-height: 30px;
  }
  .fActionsTitle {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .fHomeActions {
    padding: 40px 0px;
  }
  .fHomeGrantsBkg {
    width: 160px;
    height: 160px;
    padding-bottom: 15px;
    display: block;
    margin: 0 auto;
  }
  .fHomeGrantsInner {
    max-width: 300px;
    display: block;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .fHomeSliderDesc {
    font-size: 21px;
    line-height: 27px;
    max-width: 280px;
  }
  .fHomeSlider {
    background-position: -100px !important;
  }
  .fFooter .col-lg-4 {
    padding-top: 30px;
  }
  .fCredits {
    line-height: 22px;
  }
  .fForHowTitle {
    text-align: center;
  }
  .fHowItem {
    margin: 40px;
  }
  .fHowPhoto img {
    margin-bottom: 20px;
  }
  .fHowDesc {
    margin-left: 0;
  }
  .fHowAct a {
    width: 90%;
    text-align: center;
    padding-left: 0;
    color: #933f8d;
    padding-top: 110px;
    background: url(images/fJoin.svg) no-repeat top center;
    background-size: auto 100px;
  }
  .fAboutSubheader .fSectionDesc {
    max-width: 95%;
  }
}

@media all and (max-width: 767px) {
  .fHeadMenu .head-menu {
    display: none;
  }
  .fAccess {
    top: -12px;
  }
  .fHomeNewsNav {
    right: auto;
    left: auto;
    position: relative;
    margin-left: 40px;
  }
  .fHomeNewsLead {
    padding-bottom: 50px;
  }
  .fHomeNewsTitle {
    /*max-height: 70px;
		overflow: hidden;*/
  }
  .searchandfilter li {
    display: block;
  }
  .searchandfilter li:nth-child(1) input {
    width: 90%;
  }
  .fAboutItem {
    margin-right: 0;
  }
  .fNewsArchiveLink {
    padding-top: 30px;
  }
  .fHomeSlider {
    background-position: -300px;
  }
  .fHomeProjectsLoop .col-lg-2 {
    width: 50%;
  }
  .fHomeSliderDesc {
    padding-top: 12vh;
  }
  .fHomeSlider {
    background-position: -300px !important;
  }
  .fHomeProjectsActive {
    text-align: center;
  }
  .fHomeProjects .fSectionDesc {
    font-size: 15px;
    line-height: 25px;
  }
  .fHomeProjectsActive {
    text-align: left;
  }
  .fMobile {
    display: block;
  }
  .fNotMobile {
    display: none;
  }
  .fHomeSupportersMeta {
    top: 20px;
  }
  .fHomeSupportersTitle {
    padding-bottom: 15px;
  }
  .fHomeSupportersLoop {
    padding-bottom: 30px;
  }
  .fHeaderSupport {
    opacity: 0;
    visibility: hidden;
  }
  .home .fHeaderScrolled .fHeaderSupport,
  .fHeaderScrolled .fHeaderSupport {
    opacity: 1;
    visibility: visible;
  }
  .fLogo {
    left: 25px;
  }
  .fHomeProjectsActive .col-lg-12 {
    columns: 1 !important;
    padding-left: 10%;
  }
  .fForHowItem {
    padding-left: 0;
    padding-top: 130px;
    background-position: top 30px center;
    padding-bottom: 30px;
  }
  .fForHow1,
  .fForHow2,
  .fForHow3,
  .fForHow4,
  .fForHow5 {
    background-size: 80px auto;
  }
  span.fForHowMore {
    display: block;
    padding-left: 0;
    padding-top: 10px;
  }
  .fHowTitle {
    margin-left: 0;
  }
  .fHomeProjectsActive .fHomeProjectsDesc {
    padding-right: 0;
  }
  .fAboutExcerpt {
    padding-right: 0;
    padding-bottom: 15px;
  }
}

@media all and (max-width: 649px) {
  .fPartnersItem img {
    position: relative;
    max-height: 100px;
  }
  .fHomeSlider {
    background-position: -400px !important;
  }
}

@media all and (max-width: 599px) {
  .fHeaderScrolled .fLogo {
    display: none;
  }
  .fHeaderSupport {
    right: auto;
    left: 20px;
  }
  .fHomeSupportersMeta {
    max-width: 90%;
  }
}

@media all and (max-width: 499px) {
  .fHomeProjectsLoop .col-lg-2 {
    width: 100%;
  }
}

/* NAV ICON */

#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 12px;
}

#nav-icon1 span:nth-child(3) {
  top: 24px;
}

#nav-icon1.open span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* ADDENDA */

@media all and (max-width: 991px) {
  .fHomeProjectsLoop .col-lg-2 {
    width: 70vw !important;
    max-width: 70vw !important;
    flex: 70vw !important;
    float: left;
  }
  .fHomeProjectsNav {
    display: block;
    width: 180px;
    height: 30px;
    margin: 20px auto;
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    color: ##933f8d;
  }
  .fHomeProjectsNavEl {
    float: left;
    margin: 0px 20px;
    cursor: pointer;
  }
  .fHomeProjectsLoop {
    width: 350vw;
    transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
  }
}

.page-template-fAbout h1.fSectionTitle {
  text-align: left;
}

.fArchiveNews .fAboutItem {
  padding: 50px 0px;
  margin: 0;
}

.fNewsArchiveLine {
  width: 70%;
  display: block;
  margin: 0 auto;
  height: 0;
  border-bottom: 1px solid #a8927d;
}

.fNewsArchiveLine.f1 {
  display: none;
}

@media all and (min-width: 769px) {
  .fSingleWrapper {
    max-width: 75%;
  }
}

.fHowCTAdesc {
  text-align: center;
  color: #933f8d;
  font-size: 18px;
}

@media all and (min-width: 1280px) {
  .fHowCTAdesc {
    padding: 25px;
  }
}
