@charset "UTF-8";
/*!
Theme Name: Samworth Foundation 2017
Theme URI: TNC
Author: Stream / Tom Elliott 
Author URI: https://streamstudio.co.uk
*/
/* ------------------------------------------ */
/*--------------- CONTENTS ------------------ */
/* ------------------------------------------ */
/*
- 0. VARIABLES
- 1. BASE STYLES
- 2. GRID
- 3. GLOBAL LAYOUT
- 4. DECORATORS
- 5. MODULES
	- 5.1 MENUS
	- 5.2 BUTTONS
	- 5.2 MAIN SIDEBAR
	- 5.3 FORM ELEMENTS
	- 5.4 COMMENT FORM
- 6. TEMPLATE STYLES
	- 6.1 HOMEPAGE
	- 6.2 BLOG STYLES
- 7. PLUGIN OVERRIDES
- 8. RESPONSIVE STYLES
- 9. WEB FONTS
*/
/* ------------------------------------------ */
/* ----------- 0. VARIABLES --------------- */
/* ------------------------------------------ */
/* ------------------------------------------ */
/* ------------- 0.1 MIXINS ----------------- */
/* ------------------------------------------ */
/* ------------------------------------------ */
/* ----------- 1. BASE STYLES --------------- */
/* ------------------------------------------ */
* {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  width: 100%;
  min-width: 380px;
  font: 100% "univers", Arial, sans-serif;
  color: #383431;
  height: 100%;
  font-size: 62.25%; }

body {
  min-height: 100%;
  font-size: 1.4rem;
  background-color: #FFF;
  min-width: 380px; }
  body.home .wrapper {
    background-color: #fbfbfb; }

h1 {
  font: 100% "didot", Arial, sans-serif;
  color: #383431;
  font-size: 3.6rem;
  line-height: 4.5rem;
  position: relative; }

h2 {
  font: 100% "didot", Arial, sans-serif;
  color: #383431;
  font-size: 2.5rem;
  font-weight: 500;
  padding: 6px 0 0 0; }

h3 {
  font: 100% "didot", Arial, sans-serif;
  color: #383431;
  font-size: 2rem;
  font-weight: 400; }

h4 {
  font: 100% "didot", Arial, sans-serif;
  color: #383431;
  font-size: 1.7rem;
  font-weight: 400; }

h5 {
  font: 100% "univers", Arial, sans-serif;
  font-size: 1.7rem;
  font-weight: 400; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

p {
  font-size: 1.7rem;
  line-height: 2.8rem;
  padding: 5px 0px 8px 0px; }
  p a {
    color: #8dc63f;
    font-weight: bold; }

hr {
  margin: 15px 0 15px 0;
  height: 1px;
  border: none;
  border-bottom: 1px solid #CCC;
  clear: both; }
  hr.grey {
    border-bottom: 1px solid #CCC; }
  hr.secondary {
    border-bottom: 1px solid #8dc63f; }
  hr.light {
    border-bottom: 1px solid #f1f1f1; }
  hr.thin {
    margin: 8px 0 8px 0; }

h1 a, h2 a, h3 a, h4 a, p a {
  color: #383431; }
  h1 a:hover, h1 a.selected, h2 a:hover, h2 a.selected, h3 a:hover, h3 a.selected, h4 a:hover, h4 a.selected, p a:hover, p a.selected {
    color: #8dc63f;
    text-decoration: none; }
h1 + img, h2 + img, h3 + img, h4 + img, p + img {
  margin-top: 15px; }

/* ------------------------------------------ */
/* --------- 2. GRID SYSTEM -------------- */
/* ------------------------------------------ */
.row {
  width: 100%; }

.row:after {
  content: "";
  clear: both;
  display: block; }

.col {
  float: left;
  margin: 0 0 0 2%;
  min-height: 1px; }
  .col img {
    max-width: 100%;
    height: auto; }

.col:first-child {
  margin-left: 0; }

.grid-no-margin .col {
  margin: 0; }

/* TIP use http://www.responsivegridsystem.com/calculator/ to calculate margins  */
.col-1 {
  width: 6.5%; }

.col-2 {
  width: 15%; }

.col-3 {
  width: 23.5%; }

.col-4 {
  width: 32%; }
  .col-4.is-blocks:nth-child(3n+1) {
    margin-left: 0;
    clear: both; }

.col-5 {
  width: 40.5%; }

.col-6 {
  width: 49%; }

.col-7 {
  width: 57.5%; }

.col-8 {
  width: 66%; }

.col-9 {
  width: 74.5%; }

.col-10 {
  width: 83%; }

.col-11 {
  width: 91.58%; }

.col-12 {
  width: 100%;
  margin-left: 0; }

.col-fifth {
  width: 18.4%; }
  .col-fifth:nth-child(5n+1) {
    clear: both;
    margin-left: 0; }

.grid-no-margin .col-1 {
  width: 8.333%; }

.grid-no-margin .col-2 {
  width: 16.666%; }

.grid-no-margin .col-3 {
  width: 25%; }

.grid-no-margin .col-4 {
  width: 33.333%; }

.grid-no-margin .col-5 {
  width: 41.666%; }

.grid-no-margin .col-6 {
  width: 50%; }

.grid-no-margin .col-7 {
  width: 58.333%; }

.grid-no-margin .col-8 {
  width: 66.666%; }

.grid-no-margin .col-9 {
  width: 75%; }

.grid-no-margin .col-10 {
  width: 83.333%; }

.grid-no-margin .col-11 {
  width: 91.666%; }

.grid-no-margin .col-12 {
  width: 100%; }

/* ------------------------------------------ */
/* --------- 3. GLOBAL LAYOUT -------------- */
/* ------------------------------------------ */
header {
  position: relative;
  width: 100%;
  height: 101px;
  top: 0px;
  z-index: 9;
	display:inline-block;
  background-color: #ffffff;
  padding: 14px 0 0 0; }
  header .logo {
    float: left;
    display: block;
    width: 186px;
    height: 75px;
    background-image: url(assets/images/samworth-logo.svg);
    background-repeat: no-repeat;
    background-size: 104%;
    background-position: -5px; }
  header .hamburger {
    display: none;
    position: relative; }
  header .container {
    position: relative; }

.wrapper {
  min-height: 100%;
  width: 100%;
  background-color: #FFF;
  margin-bottom: -30px; }
  .wrapper:after {
    content: "";
    display: block;
    height: 30px; }

.container {
  width: 100%;
  max-width: 1252px;
  padding: 0px 32px 0px 32px;
  margin: auto; }
  .container.large {
    max-width: 1680px; }

.row-title {
  padding: 60px 0;
  text-align: center; }
  .row-title h1 {
    font-size: 4.2rem; }

.content {
  width: calc(100% - 188px);
  padding-left: 26px;
  float: left; }

.block-left {
  float: left;
  width: calc(100% - 300px); }

blockquote {
  float: right;
  width: 300px;
  font: 100% "didot", Arial, sans-serif;
  color: #383431;
  font-size: 2rem;
  font-weight: 400;
  padding-right: 0px;
  padding-left: 34px;
  padding-bottom: 20px;
  padding-top: 7px;
  text-align: center; }

cite {
  padding-top: 15px;
  font: 100% "univers", Arial, sans-serif;
  font-size: 1.7rem;
  color: #8dc63f;
  float: left;
  text-align: center;
  width: 100%; }

.green-panel {
  border: 2px solid #8dc63f;
  padding: 12px 23px;
  margin-top: 14px; }

.row-padded {
  padding: 25px 0px; }

.row-padded-thick {
  padding: 42px 0px; }

.padded-thin {
  padding: 6px 0px 0px 0; }

.has-border-bottom {
  position: relative; }
  .has-border-bottom:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #8dc63f;
    position: absolute;
    bottom: -8px;
    left: 0px; }

.row-title.has-border-bottom:after {
  bottom: -10px; }

.size-full {
  margin: 8px 0;
  padding-bottom: 8px;
  border-bottom: 2px solid #8dc63f; }

.row-main {
  margin-top: 6px; }
  .row-main .has-image img {
    width: 88%;
    height: auto;
    padding-bottom: 6px;
    border-bottom: 2px solid #8dc63f; }
  .row-main .has-image .square-image {
    width: 88%;
    padding-top: 88%; }
  .row-main .has-text {
    padding: 40px 40px 0 0; }
  .row-main ul, .row-main ol {
    font-size: 1.7rem;
    line-height: 2.8rem;
    padding: 0 0 0 27px;
    width: 100%;
    float: left; }
    .row-main ul li, .row-main ol li {
      line-height: 2.8rem;
      padding: 2px 0px 10px 0px;
      position: relative;
      clear: both;
      float: left;
      widows: 100%; }
    .row-main ul a, .row-main ol a {
      color: #8dc63f;
      font-weight: bold; }
  .row-main ul li {
    list-style: none; }
    .row-main ul li:before {
      content: "–";
      position: absolute;
      left: -17px;
      color: #8dc63f; }

.banner {
  height: 436px;
  background-size: cover;
  background-position: center;
  position: relative; }

.abs-height {
  position: absolute;
  height: 100%;
  top: 0px; }

.full-height {
  height: calc(100% - 107px);
  position: absolute;
  background-size: cover;
  min-height: 560px; }

.panel-usp {
  padding-top: 30px; }
  .panel-usp p {
    padding: 20px 0;
    font-size: 1.8rem; }
  .panel-usp h1 {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 3rem;
    line-height: 4rem; }

.has-img-cover {
  width: 88%;
  padding-top: 84%;
  height: 0;
  position: relative; }
  .has-img-cover img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.square-image {
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: cover; }

.standard-image {
  width: 100%;
  height: 0;
  padding-top: 60%;
  margin-bottom: 26px;
  background-repeat: no-repeat;
  background-size: cover; }

.wide-image {
  width: 100%;
  height: 0;
  padding-top: 40%;
  margin-bottom: 26px;
  background-repeat: no-repeat;
  background-size: cover; }

.secondary {
  color: #8dc63f; }

img.alignleft {
  float: left;
  margin-top: 12px;
  margin-right: 30px;
  margin-bottom: 10px; }

/* ------------------------------------------ */
/* ------------- 4. DECORATORS -------------- */
/* ------------------------------------------ */
.underline {
  display: inline-block; }
  .underline:after {
    content: "";
    display: block;
    width: 93%;
    height: 100%;
    bottom: 0px;
    right: 4px;
    border-bottom: 5px solid #8dc63f;
    display: block;
    position: absolute; }

.highlight {
  color: #8dc63f; }

.background-color-primary {
  background-color: #383431; }

.background-color-secondary {
  background-color: #8dc63f; }

.background-light-grey {
  background-color: #f1f1f1; }

.background-lighter-grey {
  background-color: #fbfbfb; }

.background-secondary {
  font: 100% "didot", Arial, sans-serif;
  font-weight: 300;
  line-height: 2.3rem;
  color: #FFF;
  background-color: #8dc63f; }

.background-white {
  background-color: #FFF; }

.no-padding {
  padding: 0 !important; }

.no-padding-sides {
  padding-left: 0;
  padding-right: 0; }

.clear-float:after {
  content: "";
  display: block;
  clear: both; }

.has-text-right {
  text-align: right; }

.has-text-center {
  text-align: center; }

.img-cover-border-bottom:after {
  content: "";
  height: 8px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: #FFF;
  border-bottom: 2px solid #8dc63f; }

.cover {
  object-fit: cover; }

.standard-padding-right {
  padding-right: 24px; }

.right {
  float: right; }

.left {
  float: left; }

.is-hidden {
  display: none; }

.error, .success {
  color: red;
  font-style: italic;
  font-size: 1.3rem; }

.success {
  color: green; }

.rwd-show {
  display: none !important; }

.rwd-hide {
  display: block !important; }

/* ------------------------------------------ */
/* ------------ 5. MODULES ------------------ */
/* ------------------------------------------ */
/* ------------ 5.1 MENUS  ------------------ */
header ul.menu {
  list-style: none;
  float: right;
  width: calc(100% - 193px);
  text-align: right;
  padding-top: 34px;
  margin-right: -16px; }
  header ul.menu li {
    position: relative;
    display: inline-block;
    /* &:last-child a {
    	padding-right: 0;
    } */ }
    header ul.menu li a {
      font: 100% "didot", Arial, sans-serif;
      font-size: 1.75rem;
      text-decoration: none;
      color: #383431;
      display: block;
      padding: 17px 16px 15px 16px;
      width: 100%; }
      header ul.menu li a:hover {
        /* border-bottom:2px solid $secondary-color; */ }
        header ul.menu li a:hover:after {
          content: "";
          display: block;
          position: absolute;
          height: 2px;
          width: 90%;
          left: 50%;
          margin-left: -45%;
          bottom: 11px;
          background-color: #8dc63f; }
    header ul.menu li.current-menu-item a:after, header ul.menu li.current-menu-ancestor a:after {
      content: "";
      display: block;
      position: absolute;
      height: 2px;
      width: 90%;
      left: 50%;
      margin-left: -45%;
      bottom: 11px;
      background-color: #8dc63f; }
    header ul.menu li:hover ul {
      display: block; }
    header ul.menu li ul {
      position: absolute;
      width: 164px;
      text-align: left;
      top: 53px;
      display: none; }
      header ul.menu li ul li {
        width: 100%; }
        header ul.menu li ul li a {
          background-color: rgba(255, 255, 255, 0.9);
          margin-bottom: 1px;
          padding: 9px 16px 5px 16px; }
          header ul.menu li ul li a:hover {
            background-color: rgba(255, 255, 255, 0.75); }
          header ul.menu li ul li a:after {
            display: none !important; }
        header ul.menu li ul li:last-child {
          border-bottom: 2px solid #8dc63f; }
header .hamburger {
  font: 100% "didot", Arial, sans-serif;
  font-size: 1.75rem;
  text-decoration: none;
  color: #383431;
  padding: 47px 8px 15px 8px;
  margin-right: -8px;
  float: right; }

.action-button {
  background-color: #8dc63f;
  color: #FFF;
  padding: 10px 20px;
  float: right; }

.sidebar {
  width: 188px;
  float: left; }
  .sidebar h2 {
    border-bottom: 2px solid #8dc63f;
    margin-bottom: 8px; }
  .sidebar li.cat-item {
    font-size: 1.7rem;
    list-style: none; }
    .sidebar li.cat-item a {
      display: block;
      padding: 4px 0;
      color: #383431;
      font-weight: bold; }
  .sidebar ul {
    list-style: none;
    padding: 0; }
    .sidebar ul li {
      padding: 0; }
      .sidebar ul li a {
        display: block;
        padding: 4px 0;
        color: #383431;
        font-weight: normal; }
        .sidebar ul li a:hover {
          color: #8dc63f;
          text-decoration: none; }
      .sidebar ul li ul {
        padding-left: 20px; }
        .sidebar ul li ul li {
          line-height: 2rem; }
      .sidebar ul li.current-menu-item a {
        color: #8dc63f; }
      .sidebar ul li:before {
        content: ""; }
    .sidebar ul.children {
      padding-left: 20px; }
      .sidebar ul.children li.cat-item {
        line-height: 1.8rem; }
        .sidebar ul.children li.cat-item a {
          font-weight: normal; }
        .sidebar ul.children li.cat-item ul {
          padding-left: 10px;
          padding-bottom: 10px; }
        .sidebar ul.children li.cat-item:before {
          content: "-"; }
  .sidebar.recent {
    width: 216px; }
    .sidebar.recent h2 {
      margin-bottom: 14px; }
    .sidebar.recent h3 {
      padding-bottom: 8px; }

.icon-menu-plus {
  position: absolute;
  display: none;
  z-index: 2;
  right: 0px;
  top: 0px;
  height: 31px;
  width: 55px;
  border-left: 1px solid #e1e1e1;
  padding-left: 10px;
  cursor: pointer; }
  .icon-menu-plus:after {
    content: "+";
    float: left;
    font-size: 2.2rem;
    display: block; }
  .icon-menu-plus.selected:after {
    content: "–";
    padding-left: 1px; }

footer {
  background-color: #383431;
  color: #FFF;
  height: 30px;
  padding: 6px 0 0 0;
  overflow: hidden;
  position: relative;
  z-index: 2; }
  footer p {
    font-size: 1.1rem;
    line-height: 2rem;
    padding: 0; }
  footer a {
    color: #FFF; }

.menu-underlay {
  position: fixed;
  z-index: 8;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); }

/* ------------ 5.2 BUTTONS  ------------------ */
.button {
  display: inline-block;
  clear: both;
  padding: 8px 18px 8px 24px;
  width: 100%;
  margin: 1px 0; }
  .button.secondary {
    color: #FFF;
    background-color: #8dc63f;
    width: auto; }
    .button.secondary:hover {
      text-decoration: none;
      background-color: #72a237; }
  .button.top-gap-large {
    margin-top: 32px; }
  .button.large {
    font-size: 1.8rem; }

.tab-holder {
  width: 100%;
  float: left;
  height: 65px; }

.tab {
  font: 100% "didot", Arial, sans-serif;
  font-size: 2.2rem;
  width: 25%;
  height: 65px;
  display: block;
  float: left;
  text-align: center;
  color: #383431;
  border-right: 2px solid #FFF;
  padding-top: 19px;
  background-color: #d8d8d8;
  background: #d8d8d8;
  /* Old browsers */
  background: #d8d8d8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d8d8d8 0%, #d8d8d8 83%, #d8d8d8 83%, #bfbfbf 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d8d8d8 0%, #d8d8d8 83%, #d8d8d8 83%, #bfbfbf 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d8d8d8 0%, #d8d8d8 83%, #d8d8d8 83%, #bfbfbf 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .tab:last-child {
    border: none; }
  .tab.selected, .tab:hover {
    text-decoration: none;
    background: #f1f1f1; }

.primary {
  color: #FFF;
  background-color: #383431;
  position: relative; }
  .primary:after {
    content: ">";
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    /*background-image: 
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10'><linearGradient id='gradient'><stop offset='10%' stop-color='%23F00'/><stop offset='90%' stop-color='%23fcc'/> </linearGradient><rect fill='url(%23gradient)' x='0' y='0' width='100%' height='100%'/></svg>");*/ }
  .primary:hover {
    background-color: #383431; }

/* ---------- 5.2 SLIDER  ------------ */
.banner #slider-carousel, .banner .caroufredsel_wrapper {
  width: 100%;
  height: 100% !important;
  top: 0px !important;
  position: absolute !important; }

.slider-item {
  width: 100%;
  padding: 0;
  float: left;
  background-position: center center;
  background-size: cover;
  position: relative;
  clear: both;
  height: 100%;
  overflow-anchor: none; }
  .slider-item .container {
    top: 0px;
    height: 100%;
    position: relative; }
  .slider-item:nth-child(n+2) {
    display: none; }

.pledge-slider .slider-item {
  text-align: center; }

.slider-content {
  position: absolute;
  bottom: 10%;
  width: auto;
  z-index: 2;
  float: left; }
  .slider-content h2 {
    color: #FFF;
    font-size: 4.6rem;
    line-height: 5.1rem;
    padding-bottom: 14px;
    border-top: 2px solid #8dc63f; }
  .slider-content p {
    font: 100% "didot", Arial, sans-serif;
    color: #FFF;
    font-size: 2rem;
    line-height: 3rem;
    max-width: 577px;
    text-align: justify; }

.slider-left-overlay {
  position: absolute;
  background-color: black;
  top: 0px;
  width: calc(50% - 594px);
  left: 0px;
  z-index: 2;
  height: 100%;
  opacity: 0.65; }

.slider-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+13,000000+71&1+13,0+71 */
  background: -moz-linear-gradient(left, black 13%, rgba(0, 0, 0, 0) 71%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, black 13%, rgba(0, 0, 0, 0) 71%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, black 13%, rgba(0, 0, 0, 0) 71%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 */
  top: 0px;
  /* IE6-9 */
  opacity: 0.65; }

.slider-sidebar-holder .slider-sidebar {
  margin-top: 20px !important;
  background-color: #f1f1f1;
  padding-bottom: 30px; }
  .slider-sidebar-holder .slider-sidebar .slider-item {
    padding: 30px;
    min-height: 412px !important; }

.pag {
  text-align: center;
  margin: auto;
  position: relative;
  top: -21px;
  z-index: 9; }
  .pag a {
    width: 25px;
    color: transparent;
    display: inline-block;
    padding: 10px 0;
    margin: 0 5px;
    border-top: 2px solid #BBB; }
    .pag a.selected {
      border-top: 2px solid #8dc63f; }

/* ---------- 5.3 FORM ELEMENTS  ------------ */
.form-submit input,
.wpcf7-submit,
.search-submit {
  width: 110px;
  height: auto;
  padding: 12px 10px 11px 10px;
  border: none;
  color: #FFF;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #8dc63f;
  font-size: 16px; }

.form-submit input:hover,
.wpcf7-submit:hover,
.search-submit:hover {
  background-color: #72a237; }

#wppb-edit-user {
  padding-top: 12px; }
  #wppb-edit-user ul li {
    width: 100%; }
  #wppb-edit-user ul li:before {
    display: none; }
  #wppb-edit-user label {
    display: inline-block;
    width: 180px; }
  #wppb-edit-user input[type="text"],
  #wppb-edit-user input[type="email"],
  #wppb-edit-user input[type="password"] {
    width: calc(100% - 180px);
    padding: 4px 8px;
    border-radius: 0px; }

.wppb-default-username {
  padding-bottom: 4px !important; }
  .wppb-default-username .wppb-required {
    display: none !important; }
  .wppb-default-username input {
    background-color: #ccc; }
  .wppb-default-username:after {
    content: "Username cannot be changed" !important;
    font-size: 12px;
    padding-left: 180px;
    color: #999; }

/* ---------- 5.4 EXPANDABLE CONTENT  ------------ */
.expandable-container {
  min-height: 700px; }
  .expandable-container h2, .expandable-container h3 {
    padding-bottom: 10px; }

.expandable-headings {
  margin-top: 24px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #CCC;
  padding: 0; }
  .expandable-headings a {
    display: block;
    flex-grow: 1;
    flex-basis: 0; }

.expandable-content:nth-child(n+2) {
  display: none; }
.expandable-content:before, .expandable-content:after {
  content: "";
  display: block;
  padding-top: 20px; }
.expandable-content.grey-box {
  padding-top: 0; }

/* ------------------------------------------ */
/* --------- 6. TEMPLATE STYLES ------------- */
/* ------------------------------------------ */
.page-template-template-two-column .col-6.left,
.single-post .col-6.left {
  padding-right: 2%;
  position: relative; }
  .page-template-template-two-column .col-6.left:after,
  .single-post .col-6.left:after {
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    background-color: #8dc63f;
    position: absolute;
    top: 0px;
    right: 0; }
  .page-template-template-two-column .col-6.left.no-border:after,
  .single-post .col-6.left.no-border:after {
    display: none; }
.page-template-template-two-column .col-6.right,
.single-post .col-6.right {
  padding-left: 0%; }

.content.has-recent {
  width: calc(100% - 404px); }

.block-stack {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  column-gap: 0px; }
  .block-stack.has-gap {
    column-gap: 20px; }

.project-box {
  width: 100%;
  margin-left: 0;
  display: inline-block; }
  .project-box h2 {
    padding-bottom: 12px; }
  .project-box img {
    width: 100%;
    height: auto; }
  .project-box a:hover img {
    opacity: 0.9; }
  .project-box img + h3 {
    margin-top: 14px; }
  .project-box .image-holder {
    margin-bottom: 18px; }
  .project-box.has-padding {
    padding-right: 32px;
    padding-bottom: 22px; }
  .project-box hr:last-of-type {
    display: none; }

.grey-box {
  background-color: #f1f1f1;
  padding: 18px 22px;
  margin-bottom: 20px;
  clear: both; }
  .grey-box h4 {
    font: 100% "univers", Arial, sans-serif;
    font-size: 1.7rem;
    line-height: 3.7rem; }

.page-template-template-trustee p.login-remember {
  display: none; }

.account-links {
  position: absolute;
  width: 100%;
  text-align: right;
  padding: 0px 32px 0px 32px;
  left: 0px; }
  .account-links a {
    font: 100% "didot", Arial, sans-serif;
    color: #383431;
    font-weight: 600; }

#loginform {
  border: 1px solid #CCC;
  padding: 20px;
  margin-top: 14px;
  background-color: #fbfbfb; }
  #loginform label {
    display: block;
    float: left;
    width: 39%;
    margin-right: 1%; }
  #loginform input[type="text"], #loginform input[type="password"] {
    font: 100% "univers", Arial, sans-serif;
    color: #383431;
    padding: 6px;
    width: 60%; }
  #loginform input[type="submit"] {
    margin-top: 9px;
    max-width: 160px; }

.box-404 {
  width: 734px;
  height: 459px;
  margin: auto;
  border: 1px solid #8dc63f;
  padding: 20px;
  position: relative;
  transform-origin: 50% 2%; }
  .box-404 image, .box-404 img {
    width: 100%;
    height: 100%;
    clip-path: url(#clipping);
    opacity: 0.75; }
  .box-404 .inner {
    position: absolute;
    width: calc(100% - 40px);
    top: 0;
    text-align: center;
    padding: 246px 10px 0px 10px; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin: 10px 0; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* --------- 6.1 HOMEPAGE ------------------- */
.home .row-main .col-8 {
  padding-left: 20px; }

.home-block-0 {
  margin-left: 0; }

.home-block-1 {
  float: left;
  clear: left;
  margin-left: 0; }

.home-block-2 {
  float: right; }

.home-usp .col {
  padding-right: 38px; }

.team-box {
  position: relative;
  padding-bottom: 82px;
  overflow: hidden;
  border-bottom: 2px solid #8dc63f;
  margin-bottom: 30px; }
  .team-box p {
    font-size: 1.4rem;
    line-height: 2.2rem; }
  .team-box hr {
    position: absolute;
    z-index: 4;
    width: 100%;
    margin: 0;
    bottom: 0px;
    border-bottom: 8px solid #ffffff;
    display: block; }
  .team-box a .team-text:hover {
    background-color: #BBB; }
    .team-box a .team-text:hover .job-title {
      color: #fff; }
  .team-box:nth-child(3n+5) {
    margin-left: 0; }
  .team-box:hover .team-text {
    bottom: 0%; }

.team-text {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  z-index: 4;
  padding: 14px;
  background-color: #f1f1f1;
  height: 98%;
  top: 0px;
  width: 100%;
  bottom: calc(-100% + 80px);
  bottom: 0px;
  overflow: auto;
  padding-bottom: 0px; }

.panel-quote .slider-item {
  padding-bottom: 40px;
  text-align: center; }

h3.quote {
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 10px; }
  h3.quote:before {
    content: "\“";
    font-size: 2.4rem;
    display: inline-block; }
  h3.quote:after {
    content: "\”";
    font-size: 2.4rem;
    line-height: 2.4rem;
    display: inline-block; }

.job-title {
  font: 100% "univers", Arial, sans-serif;
  font-size: 16px;
  color: #8dc63f;
  float: left;
  width: 100%; }

.download-box {
  color: #383431; }
  .download-box .download, .download-box .newsletter {
    width: 100%;
    padding-top: 100%;
    background-color: #f1f1f1;
    display: block;
    margin-top: 12px;
    margin-bottom: 6px;
    background-image: url(assets/images/download-icon.svg);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: center top 40%;
    border: 1px solid #CCC; }
  .download-box .newsletter {
    background-image: url(assets/images/newsletter-icon.svg);
    border: 1px solid #CCC; }
  .download-box .has-thumbnail {
    background-size: cover;
    background-position: center top; }
  .download-box.report-inline {
    margin: 4px 24px 14px 0;
    height: 100%; }
    .download-box.report-inline .newsletter {
      margin-top: 0; }
  .download-box p {
    font-size: 1.5rem;
    line-height: 2.1rem; }
  .download-box:hover {
    text-decoration: none;
    color: #8dc63f; }
    .download-box:hover .download {
      opacity: 0.85; }

/* --------- 6.3 GIVING CHART ------------------- */
.chart-holder {
  width: 576px;
  height: 560px;
  position: relative;
  margin: auto;
  margin-top: 30px; }
  .chart-holder .sonar {
    width: 168px;
    height: 168px;
    background-color: #f89540;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    border-radius: 50%;
    transform-origin: 50% 50%;
    transform: scale(1);
    transition: all 0s ease-in-out; }
    .chart-holder .sonar.hide {
      visibility: hidden; }
    .chart-holder .sonar.pulse-1 {
      transition: all 1s ease-in-out;
      transform: scale(1.6);
      opacity: 0; }
    .chart-holder .sonar.pulse-2 {
      transition: all 0.4s ease-in-out;
      transform: scale(1.3);
      opacity: 0; }
  .chart-holder .circle-holder {
    width: 168px;
    height: 168px;
    position: absolute;
    display: none;
    text-align: center;
    z-index: 1; }
  .chart-holder .circle-holder-1 {
    top: 0px;
    left: 205px; }
    .chart-holder .circle-holder-1 .sonar {
      background-color: #f89540; }
  .chart-holder .circle-holder-2 {
    top: 149px;
    left: 405px; }
    .chart-holder .circle-holder-2 .sonar {
      background-color: #43badc; }
  .chart-holder .circle-holder-3 {
    top: 386px;
    left: 331px; }
    .chart-holder .circle-holder-3 .sonar {
      background-color: #805ea8; }
  .chart-holder .circle-holder-4 {
    top: 386px;
    left: 79px; }
    .chart-holder .circle-holder-4 .sonar {
      background-color: #d54042; }
  .chart-holder .circle-holder-5 {
    top: 149px;
    left: 0px; }
    .chart-holder .circle-holder-5 .sonar {
      background-color: #a2cb55; }
  .chart-holder .circle {
    display: table-cell;
    width: 168px;
    height: 168px;
    background-color: #CCC;
    border-radius: 50%;
    position: relative;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    padding: 14px 15px 0px 15px;
    z-index: 2; }
    .chart-holder .circle h5 {
      font-size: 2.1rem;
      line-height: 2.5rem;
      padding: 0 0 3px; }
    .chart-holder .circle p {
      font-weight: 900;
      font-size: 2rem;
      padding: 0 0 6px; }
    .chart-holder .circle .more {
      color: #FFF;
      font-size: 1.6rem;
      font-weight: 400; }
    .chart-holder .circle:hover {
      text-decoration: none; }
      .chart-holder .circle:hover h5, .chart-holder .circle:hover p, .chart-holder .circle:hover .more {
        opacity: 0.8; }
  .chart-holder .circle-1 {
    background-color: #f89540; }
  .chart-holder .circle-2 {
    background-color: #43badc; }
  .chart-holder .circle-3 {
    background-color: #805ea8; }
  .chart-holder .circle-4 {
    background-color: #d54042; }
  .chart-holder .circle-5 {
    background-color: #a2cb55; }
  .chart-holder .line {
    width: 2px;
    height: 60px;
    background-color: #000;
    position: absolute;
    top: 163px;
    left: 289px;
    transform-origin: 50% 100%;
    display: none;
    z-index: 0; }
  .chart-holder .line-2 {
    transform: rotate(70deg);
    top: 219px;
    left: 363px; }
  .chart-holder .line-3 {
    transform: rotate(140deg);
    top: 308px;
    left: 332px; }
  .chart-holder .line-4 {
    transform: rotate(-140deg);
    top: 305px;
    left: 240px; }
  .chart-holder .line-5 {
    transform: rotate(-70deg);
    top: 219px;
    left: 208px; }
  .chart-holder .circle-0 {
    top: 218px;
    left: 205px;
    background-color: #4683c4;
    padding: 52px 20px; }
    .chart-holder .circle-0:hover {
      opacity: 1; }

/* ------------------------------------------ */
/* ------ 8. RESPONSIVE RWD STYLES ---------- */
/* ------------------------------------------ */
@media screen and (max-width: 1268px) {
  .banner {
    height: 0px !important;
    padding-top: 38%; }

  .slider-left-overlay {
    width: 32px;
    left: 0px;
    display: none; }

  .slider-overlay {
    margin-left: -32px; }

  .team-box {
    width: 49%; }
    .team-box:nth-child(2n+1) {
      margin-left: 0; }
    .team-box:nth-child(2n) {
      margin-left: 2%; } }
@media screen and (max-width: 1024px) {
  .block-stack {
    column-count: 1; }

  .project-box {
    width: 100%; }

  .panel-quote {
    float: left;
    width: 49%;
    margin-left: 2%; }

  .block-left {
    float: none;
    width: 100%; }

  blockquote {
    padding-left: 0;
    width: 100%; } }
@media screen and (max-width: 912px) {
  .banner {
    padding-top: calc(38% + 86px); }

  .slider-item {
    background-position: center calc(50% - 50px);
    background-size: 132% auto; }
    .slider-item .container {
      width: 100%;
      padding: 0; }

  .slider-content {
    width: 100%;
    max-width: 100%;
    bottom: 0px; }
    .slider-content h2 {
      font-size: 3.5rem;
      line-height: 4.2rem;
      margin: 0px 32px; }
    .slider-content p {
      position: relative;
      background-color: #f1f1f1;
      bottom: 0;
      font-size: 1.8rem;
      line-height: 2.4rem;
      padding: 20px 25% 20px 32px;
      color: #383431;
      width: 100%;
      max-width: 100%; }

  .tab {
    font-size: 1.8rem; }

  .chart-holder {
    transform-origin: 0% 10%;
    transform: scale(0.8);
    left: 50%;
    margin-left: -230px; } }
@media screen and (min-width: 801px) {
  header ul.menu {
    display: block !important; } }
@media screen and (min-width: 801px) {
  .page-template-template-trustee .sidebar ul {
    display: block !important; } }
@media screen and (max-width: 800px) {
  h1 {
    font-size: 3rem;
    line-height: 3.5rem; }

  h2 {
    font-size: 2.2rem; }

  h3 {
    font-size: 1.8rem; }

  h4, h5 {
    font-size: 1.4rem; }

  header {
    height: 70px; }
    header ul.menu {
      display: none; }
      header ul.menu li a {
        font-size: 1.7rem;
        padding: 17px 10px 15px 10px; }
      header ul.menu.rwd-menu {
        padding-top: 0;
        border-top: 1px solid #BBB;
        top: 70px;
        position: absolute;
        right: 0px;
        width: 100%;
        display: none;
        background-color: #000; }
        header ul.menu.rwd-menu li {
          width: 100%; }
          header ul.menu.rwd-menu li a {
            width: 100%;
            background-color: rgba(255, 255, 255, 0.9);
            background-color: #fbfbfb;
            border-bottom: 1px solid #BBB;
            padding: 6px 69px 5px 32px;
            margin: 0px; }
            header ul.menu.rwd-menu li a:after {
              display: none; }
          header ul.menu.rwd-menu li ul {
            display: none;
            position: relative;
            top: 0px;
            width: 100%;
            text-align: right; }
            header ul.menu.rwd-menu li ul li a {
              background-color: #e1e1e1; }
            header ul.menu.rwd-menu li ul li:last-child {
              border-bottom: none; }
    header .hamburger {
      padding-top: 22px;
      display: block; }
    header .logo {
      width: 120px;
      background-position: -5px -3px; }

  .icon-menu-plus {
    display: block; }

  .row-title {
    padding: 30px 0; }
    .row-title h1 {
      font-size: 2.8rem;
      line-height: 3.6rem; }

  .row-main .has-text {
    padding: 10px 10px 0 0;
    float: left !important; }
  .row-main .has-image {
    margin-bottom: 14px;
    float: right !important; }
    .row-main .has-image img {
      width: 100%;
      max-height: 340px;
      object-fit: cover; }
    .row-main .has-image .square-image {
      width: 100%; }

  .has-img-cover {
    width: 100%;
    padding-top: 100%;
    margin-bottom: 14px; }

  .row-padded-thick {
    padding: 28px 0px; }

  .home .row-main p {
    padding-top: 12px;
    padding-left: 0px; }

  .col,
  .grid-no-margin .col {
    width: 100%;
    height: auto;
    clear: both;
    min-height: auto;
    margin: 0;
    padding: 0px !important; }

  .col-fifth {
    width: 48%;
    float: left;
    clear: none;
    margin-right: 4%; }
    .col-fifth:nth-child(5n+1) {
      clear: inherit;
      margin-left: inherit; }
    .col-fifth:nth-child(2n+1) {
      clear: both;
      margin-left: inherit; }
    .col-fifth:nth-child(2n + 0) {
      margin-right: 0px; }

  .team-box {
    margin-bottom: 20px;
    margin-left: 0 !important; }

  .team-text {
    height: auto;
    float: left;
    position: relative;
    padding-bottom: 24px; }

  .team-pic {
    margin-bottom: 26px;
    display: none; }

  .home-blocks {
    display: flex;
    flex-flow: column; }

  .home-block-0 {
    order: 1; }

  .home-block-1 {
    order: 3; }

  .home-block-2 {
    order: 2; }

  .page-template-template-two-column .col-6.left:after,
  .single-post .col-6.left:after {
    display: none; }
  .page-template-template-two-column .pag,
  .single-post .pag {
    top: 0; }

  .page-template-template-trustee .sidebar {
    display: block;
    margin-bottom: 18px; }
    .page-template-template-trustee .sidebar h2 {
      position: relative; }
      .page-template-template-trustee .sidebar h2:after {
        content: ">";
        font-weight: bold;
        font-size: 1.7rem;
        display: block;
        position: absolute;
        right: 0;
        top: 8px;
        color: #8dc63f;
        cursor: pointer; }
      .page-template-template-trustee .sidebar h2.selected:after {
        transform: rotate(90deg); }
    .page-template-template-trustee .sidebar ul {
      display: none; }

  footer .col-6 {
    width: 50%;
    clear: none;
    float: left; }
    footer .col-6:first-child {
      width: 63%; }
    footer .col-6:last-child {
      width: 37%; }

  .panel-quote {
    width: 100%;
    margin-left: 0;
    padding: 0px;
    margin-bottom: 10px; }

  .rwd-show {
    display: block !important; }

  .rwd-hide {
    display: none !important; }

  .box-404 {
    transform: scale(0.7);
    left: 50%;
    margin-left: -370px; } }
@media screen and (max-width: 720px) {
  .sidebar {
    display: none; }
    .sidebar.recent {
      width: 35%;
      display: block; }

  .content {
    width: 100%;
    padding-left: 0; }

  .content.has-recent {
    width: 65%; }

  .banner {
    padding-top: calc(42% + 86px); }

  .slider-content p {
    padding: 20px 32px 20px 32px; }

  #wppb-edit-user input[type="text"],
  #wppb-edit-user input[type="email"],
  #wppb-edit-user input[type="password"] {
    margin-top: 6px;
    width: 100%; }

  .wppb-default-username:after {
    padding-left: 0px; } }
@media screen and (max-width: 560px) {
  .slider-content {
    bottom: 0px; }
    .slider-content h2 {
      font-size: 2.8rem;
      line-height: 3.2rem; }
    .slider-content p {
      padding: 14px 32px;
      font-size: 1.6rem;
      line-height: 2.1rem; }

  .sidebar.recent {
    width: 100%; }

  .content.has-recent {
    width: 100%; }

  .project-box.has-padding {
    padding-right: 0; }

  .box-404 {
    transform: scale(0.5); }

  .tab-holder {
    height: 54px; }

  .tab {
    font-size: 1.3rem;
    height: 54px; }

  footer {
    height: 52px; }
    footer .col-6 {
      clear: both; }
      footer .col-6:first-child {
        width: 100%; }
      footer .col-6:last-child {
        width: 100%;
        float: right;
        text-align: left; }

  .chart-holder {
    transform: scale(0.58);
    margin-left: -168px; } }
/* Overaly */
/* Dialog */
.stream-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  top: 0px;
  left: 0px;
  z-index: 12; }
  .stream-overlay .stream-dialog-box {
    width: 350px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .stream-overlay .stream-dialog-box .job-title {
      font-size: 18px; }
    .stream-overlay .stream-dialog-box .stream-dialog-close {
      width: 50px;
      height: 50px;
      position: absolute;
      top: -50px;
      right: -50px;
      color: #FFF;
      cursor: pointer; }
      .stream-overlay .stream-dialog-box .stream-dialog-close:after {
        content: 'X';
        color: #FFF;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 25px; }
    .stream-overlay .stream-dialog-box .stream-dialog-content {
      background-color: #FFF;
      padding: 15px 15px 15px 15px; }
      .stream-overlay .stream-dialog-box .stream-dialog-content p {
        padding: 0 0 10px 0;
        width: 100%;
        display: inline-block; }
        .stream-overlay .stream-dialog-box .stream-dialog-content p:last-of-type {
          padding: 10px 0 0 0; }
    .stream-overlay .stream-dialog-box:after {
      content: '';
      width: 100%;
      position: absolute;
      bottom: -12px;
      height: 2px;
      background-color: #8dc63f; }

@font-face {
  font-family: 'Arial';
  font-display: auto;
  font-family: 'didot';
  src: url("assets/webfonts/didot-webfont.woff2") format("woff2"), url("assets/webfonts/didot-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'univers';
  src: url("assets/webfonts/univers-light-webfont.woff2") format("woff2"), url("assets/webfonts/univers-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
