/*
  Theme Name:   Sustainable Food Trust V2
  Theme URI:    http://sustainablefoodtrust.org/
  Version:      1.0
  Author:       Synth Media
  Author URI:   http://synthmedia.co.uk
*/
img,
video {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: top;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.no-margin-right {
  margin-right: 0px !important;
}
.fluid-width-video-wrapper {
  margin-bottom: 45px;
  margin-top: 25px;
  display: block;
}
img.alignleft {
  float: left;
  margin-right: 15px;
}
img.alignright {
  float: right;
  margin-left: 15px;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body {
  font-family: Lato, Arial, Helvetica, sans-serif;
}
h1 {
  color: #444;
  font-family: Effra-Bold, Arial, Helvetica, sans-serif;
  font-weight: 500;
  margin: 0;
  line-height: 1em;
}
h2 {
  font-size: 1.75em;
  font-family: Effra-Bold;
  font-weight: 500;
}
h3 {
  font-size: 1.4375em;
  font-family: Effra-Bold, Arial, Helvetica, sans-serif;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 0px;
}
h4 {
  font-size: 1.1875em;
  font-family: Effra-Bold, Arial, Helvetica, sans-serif;
  font-weight: 500;
}
h5 {
  font-size: 1.1875em;
  font-family: Effra-Bold;
  font-weight: 500;
}
h6 {
  font-size: 1em;
  font-family: Effra-Bold, Arial, Helvetica, sans-serif;
  font-weight: 500;
}
p {
  color: #444;
}
p img {
  display: block;
  margin-bottom: 17px;
}
article p:first-of-type,
.section-partners p:first-of-type {
  font-size: 1.2em;
  line-height: 1.4em;
  font-family: Merriweather;
  font-weight: 300;
}
.article-body blockquote {
  font-size: 1.125em;
  line-height: 1.5625em;
  font-weight: 700;
  color: #568786;
  margin: 0;
}
.paragraph-large {
  font-weight: 300;
}
.small-text {
  font-size: 0.8125em;
}
.sub-text {
  color: #959595;
}
.title {
  margin-bottom: 0px;
  display: block;
  text-align: center;
}
time {
  font-weight: 600;
  color: #b1b1b1;
  margin: 0px;
  font-family: Merriweather;
}
a {
  color: #568786;
  text-decoration: none;
  font-style: normal;
}
a img {
  border: 0;
}
p a {
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}
.link-no-underline {
  font-weight: 700;
  font-style: italic;
  text-decoration: none;
  margin-top: 5px;
  display: block;
}
.link-no-underline:hover {
  text-decoration: underline;
}
.article-body h1 {
  margin-top: 10px;
}
a h1,
a h2,
a h3,
a h4,
a h5 {
  color: #3c3c3c;
}
@media screen and (max-width: 800px) {
  h3 {
    font-size: 1em;
  }
}
@media screen and (max-width: 500px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
  time {
    font-size: 0.75em;
  }
  p {
    font-size: 1em;
    line-height: 1.5em;
  }
  h1 {
    font-size: 1.8em;
    margin-top: 20px;
  }
}
@media screen and (min-width: 500px) {
  time {
    font-size: 0.8125em;
    line-height: 1.3125em;
  }
  p {
    font-size: 1em;
    line-height: 1.5625em;
  }
  article p:first-of-type {
    font-size: 1.4em;
    font-family: Merriweather;
    font-weight: 300;
  }
  h1 {
    font-size: 2.2em;
  }
}
@media screen and (min-width: 760px) {
  h1 {
    font-size: 3em;
  }
}
@media screen and (min-width: 1285px) {
  h1 {
    font-size: 3.7em;
  }
  .section-contributors > p:first-of-type {
    font-size: 1.4em;
  }
}
body {
  background: #edf5f6;
  color: #444;
  margin: 0;
  height: 100%;
}
.knockBackOverlay {
  background: #000;
  z-index: 5000;
  width: 100%;
  height: 2000px;
  position: absolute;
  top: 56px;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  display: none;
  -webkit-transition: opacity 5;
  transition: opacity 5;
}
.knockBackOverlay.knockBackOverlay-active {
  display: block;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
@media screen and (min-width: 900px) {
  .knockBackOverlay {
    display: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .knockBackOverlay.knockBackOverlay-active {
    display: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
.content-wrapper {
  max-width: 1389px;
  width: 90%;
  margin: 0 auto;
  zoom: 1;
}
.content-wrapper:before,
.content-wrapper:after {
  content: "";
  display: table;
}
.content-wrapper:after {
  clear: both;
}
.btn {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 0px 13px 0px;
  background-color: #a14d43;
  font-size: 24px;
  color: #fff;
}
.btn:hover {
  background-color: #72a5a4;
}
.btn:active {
  background-color: #456c6b;
}
.btn-center {
  display: block;
  margin: 0 auto;
  width: 173px;
  text-align: center;
}
.search-btn {
  cursor: pointer;
}
.green-btn {
  background-color: #a14d43;
  padding: 5px 12px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.875em;
  color: #fff;
}
a.big-button,
input.big-button {
  padding: 10px 16px;
  background-color: #a14d43;
  color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  font-family: Effra-Bold;
  font-size: 1em;
  border-style: none;
  display: inline-block;
}
input.big-button {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
a.medium-button,
input.medium-button {
  padding: 8px 12px;
  background-color: #a14d43;
  color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  font-family: Effra-Bold;
  font-size: 1em;
  border-style: none;
}
@media screen and (min-width: 500px) {
  a.big-button {
    margin: 0;
    top: 0;
  }
}
@media screen and (min-width: 760px) {
  a.big-button,
  input.big-button {
    padding: 8px 14px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 1em;
    border-style: none;
  }
  a.medium-button,
  input.medium-button {
    padding: 3px 8px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 0.9em;
    border-style: none;
  }
}
@media screen and (min-width: 900px) {
  a.big-button,
  input.big-button {
    padding: 10px 16px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 1em;
    border-style: none;
  }
  a.medium-button,
  input.medium-button {
    padding: 5px 8px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 0.8em;
  }
}
@media screen and (min-width: 1285px) {
  a.big-button,
  input.big-button {
    padding: 10px 16px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 1em;
    border-style: none;
  }
  a.medium-button,
  input.medium-button {
    padding: 5px 8px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 0.8em;
    border-style: none;
  }
}
.input-clear {
  outline: 0;
  border: 0px;
  background: transparent;
}
.list-no-style,
.search-icon ul,
.nav-main ul,
.footer-navigation ul,
.related-article .article-categories,
.article-categories {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@font-face{
  font-family:'FontAwesome';
  src:url('font/fontawesome-webfont.eot?v=3.0.1');
  src:url('font/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),url('font/fontawesome-webfont.woff?v=3.0.1') format('woff'),url('font/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
  font-weight:normal;
  font-style:normal }

[class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0 0;background-repeat:repeat;margin-top:0}.icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"]{background-image:none}[class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;speak:none}a [class^="icon-"],a [class*=" icon-"]{display:inline-block}.icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em}.btn [class^="icon-"],.nav [class^="icon-"],.btn [class*=" icon-"],.nav [class*=" icon-"]{display:inline}.btn [class^="icon-"].icon-large,.nav [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large,.nav [class*=" icon-"].icon-large{line-height:.9em}.btn [class^="icon-"].icon-spin,.nav [class^="icon-"].icon-spin,.btn [class*=" icon-"].icon-spin,.nav [class*=" icon-"].icon-spin{display:inline-block}.nav-tabs [class^="icon-"],.nav-pills [class^="icon-"],.nav-tabs [class*=" icon-"],.nav-pills [class*=" icon-"],.nav-tabs [class^="icon-"].icon-large,.nav-pills [class^="icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large{line-height:.9em}li [class^="icon-"],.nav li [class^="icon-"],li [class*=" icon-"],.nav li [class*=" icon-"]{display:inline-block;width:1.25em;text-align:center}li [class^="icon-"].icon-large,.nav li [class^="icon-"].icon-large,li [class*=" icon-"].icon-large,.nav li [class*=" icon-"].icon-large{width:1.5625em}ul.icons{list-style-type:none;text-indent:-0.75em}ul.icons li [class^="icon-"],ul.icons li [class*=" icon-"]{width:.75em}.icon-muted{color:#eee}.icon-border{border:solid 1px #eee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.icon-2x{font-size:2em}.icon-2x.icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.icon-3x{font-size:3em}.icon-3x.icon-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.icon-4x{font-size:4em}.icon-4x.icon-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.pull-right{float:right}.pull-left{float:left}[class^="icon-"].pull-left,[class*=" icon-"].pull-left{margin-right:.3em}[class^="icon-"].pull-right,[class*=" icon-"].pull-right{margin-left:.3em}.btn [class^="icon-"].pull-left.icon-2x,.btn [class*=" icon-"].pull-left.icon-2x,.btn [class^="icon-"].pull-right.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x{margin-top:.18em}.btn [class^="icon-"].icon-spin.icon-large,.btn [class*=" icon-"].icon-spin.icon-large{line-height:.8em}.btn.btn-small [class^="icon-"].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class^="icon-"].pull-right.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x{margin-top:.25em}.btn.btn-large [class^="icon-"],.btn.btn-large [class*=" icon-"]{margin-top:0}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-top:.05em}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x{margin-right:.2em}.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-left:.2em}.icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}@-moz-document url-prefix(){.icon-spin{height:.9em}.btn .icon-spin{height:auto}.icon-spin.icon-large{height:1.25em}.btn .icon-spin.icon-large{height:.75em}}.icon-glass:before{content:"\f000"}.icon-music:before{content:"\f001"}.icon-search:before{content:"\f002"}.icon-envelope:before{content:"\f003"}.icon-heart:before{content:"\f004"}.icon-star:before{content:"\f005"}.icon-star-empty:before{content:"\f006"}.icon-user:before{content:"\f007"}.icon-film:before{content:"\f008"}.icon-th-large:before{content:"\f009"}.icon-th:before{content:"\f00a"}.icon-th-list:before{content:"\f00b"}.icon-ok:before{content:"\f00c"}.icon-remove:before{content:"\f00d"}.icon-zoom-in:before{content:"\f00e"}.icon-zoom-out:before{content:"\f010"}.icon-off:before{content:"\f011"}.icon-signal:before{content:"\f012"}.icon-cog:before{content:"\f013"}.icon-trash:before{content:"\f014"}.icon-home:before{content:"\f015"}.icon-file:before{content:"\f016"}.icon-time:before{content:"\f017"}.icon-road:before{content:"\f018"}.icon-download-alt:before{content:"\f019"}.icon-download:before{content:"\f01a"}.icon-upload:before{content:"\f01b"}.icon-inbox:before{content:"\f01c"}.icon-play-circle:before{content:"\f01d"}.icon-repeat:before{content:"\f01e"}.icon-refresh:before{content:"\f021"}.icon-list-alt:before{content:"\f022"}.icon-lock:before{content:"\f023"}.icon-flag:before{content:"\f024"}.icon-headphones:before{content:"\f025"}.icon-volume-off:before{content:"\f026"}.icon-volume-down:before{content:"\f027"}.icon-volume-up:before{content:"\f028"}.icon-qrcode:before{content:"\f029"}.icon-barcode:before{content:"\f02a"}.icon-tag:before{content:"\f02b"}.icon-tags:before{content:"\f02c"}.icon-book:before{content:"\f02d"}.icon-bookmark:before{content:"\f02e"}.icon-print:before{content:"\f02f"}.icon-camera:before{content:"\f030"}.icon-font:before{content:"\f031"}.icon-bold:before{content:"\f032"}.icon-italic:before{content:"\f033"}.icon-text-height:before{content:"\f034"}.icon-text-width:before{content:"\f035"}.icon-align-left:before{content:"\f036"}.icon-align-center:before{content:"\f037"}.icon-align-right:before{content:"\f038"}.icon-align-justify:before{content:"\f039"}.icon-list:before{content:"\f03a"}.icon-indent-left:before{content:"\f03b"}.icon-indent-right:before{content:"\f03c"}.icon-facetime-video:before{content:"\f03d"}.icon-picture:before{content:"\f03e"}.icon-pencil:before{content:"\f040"}.icon-map-marker:before{content:"\f041"}.icon-adjust:before{content:"\f042"}.icon-tint:before{content:"\f043"}.icon-edit:before{content:"\f044"}.icon-share:before{content:"\f045"}.icon-check:before{content:"\f046"}.icon-move:before{content:"\f047"}.icon-step-backward:before{content:"\f048"}.icon-fast-backward:before{content:"\f049"}.icon-backward:before{content:"\f04a"}.icon-play:before{content:"\f04b"}.icon-pause:before{content:"\f04c"}.icon-stop:before{content:"\f04d"}.icon-forward:before{content:"\f04e"}.icon-fast-forward:before{content:"\f050"}.icon-step-forward:before{content:"\f051"}.icon-eject:before{content:"\f052"}.icon-chevron-left:before{content:"\f053"}.icon-chevron-right:before{content:"\f054"}.icon-plus-sign:before{content:"\f055"}.icon-minus-sign:before{content:"\f056"}.icon-remove-sign:before{content:"\f057"}.icon-ok-sign:before{content:"\f058"}.icon-question-sign:before{content:"\f059"}.icon-info-sign:before{content:"\f05a"}.icon-screenshot:before{content:"\f05b"}.icon-remove-circle:before{content:"\f05c"}.icon-ok-circle:before{content:"\f05d"}.icon-ban-circle:before{content:"\f05e"}.icon-arrow-left:before{content:"\f060"}.icon-arrow-right:before{content:"\f061"}.icon-arrow-up:before{content:"\f062"}.icon-arrow-down:before{content:"\f063"}.icon-share-alt:before{content:"\f064"}.icon-resize-full:before{content:"\f065"}.icon-resize-small:before{content:"\f066"}.icon-plus:before{content:"\f067"}.icon-minus:before{content:"\f068"}.icon-asterisk:before{content:"\f069"}.icon-exclamation-sign:before{content:"\f06a"}.icon-gift:before{content:"\f06b"}.icon-leaf:before{content:"\f06c"}.icon-fire:before{content:"\f06d"}.icon-eye-open:before{content:"\f06e"}.icon-eye-close:before{content:"\f070"}.icon-warning-sign:before{content:"\f071"}.icon-plane:before{content:"\f072"}.icon-calendar:before{content:"\f073"}.icon-random:before{content:"\f074"}.icon-comment:before{content:"\f075"}.icon-magnet:before{content:"\f076"}.icon-chevron-up:before{content:"\f077"}.icon-chevron-down:before{content:"\f078"}.icon-retweet:before{content:"\f079"}.icon-shopping-cart:before{content:"\f07a"}.icon-folder-close:before{content:"\f07b"}.icon-folder-open:before{content:"\f07c"}.icon-resize-vertical:before{content:"\f07d"}.icon-resize-horizontal:before{content:"\f07e"}.icon-bar-chart:before{content:"\f080"}.icon-twitter-sign:before{content:"\f081"}.icon-facebook-sign:before{content:"\f082"}.icon-camera-retro:before{content:"\f083"}.icon-key:before{content:"\f084"}.icon-cogs:before{content:"\f085"}.icon-comments:before{content:"\f086"}.icon-thumbs-up:before{content:"\f087"}.icon-thumbs-down:before{content:"\f088"}.icon-star-half:before{content:"\f089"}.icon-heart-empty:before{content:"\f08a"}.icon-signout:before{content:"\f08b"}.icon-linkedin-sign:before{content:"\f08c"}.icon-pushpin:before{content:"\f08d"}.icon-external-link:before{content:"\f08e"}.icon-signin:before{content:"\f090"}.icon-trophy:before{content:"\f091"}.icon-github-sign:before{content:"\f092"}.icon-upload-alt:before{content:"\f093"}.icon-lemon:before{content:"\f094"}.icon-phone:before{content:"\f095"}.icon-check-empty:before{content:"\f096"}.icon-bookmark-empty:before{content:"\f097"}.icon-phone-sign:before{content:"\f098"}.icon-twitter:before{content:"\f099"}.icon-facebook:before{content:"\f09a"}.icon-github:before{content:"\f09b"}.icon-unlock:before{content:"\f09c"}.icon-credit-card:before{content:"\f09d"}.icon-rss:before{content:"\f09e"}.icon-hdd:before{content:"\f0a0"}.icon-bullhorn:before{content:"\f0a1"}.icon-bell:before{content:"\f0a2"}.icon-certificate:before{content:"\f0a3"}.icon-hand-right:before{content:"\f0a4"}.icon-hand-left:before{content:"\f0a5"}.icon-hand-up:before{content:"\f0a6"}.icon-hand-down:before{content:"\f0a7"}.icon-circle-arrow-left:before{content:"\f0a8"}.icon-circle-arrow-right:before{content:"\f0a9"}.icon-circle-arrow-up:before{content:"\f0aa"}.icon-circle-arrow-down:before{content:"\f0ab"}.icon-globe:before{content:"\f0ac"}.icon-wrench:before{content:"\f0ad"}.icon-tasks:before{content:"\f0ae"}.icon-filter:before{content:"\f0b0"}.icon-briefcase:before{content:"\f0b1"}.icon-fullscreen:before{content:"\f0b2"}.icon-group:before{content:"\f0c0"}.icon-link:before{content:"\f0c1"}.icon-cloud:before{content:"\f0c2"}.icon-beaker:before{content:"\f0c3"}.icon-cut:before{content:"\f0c4"}.icon-copy:before{content:"\f0c5"}.icon-paper-clip:before{content:"\f0c6"}.icon-save:before{content:"\f0c7"}.icon-sign-blank:before{content:"\f0c8"}.icon-reorder:before{content:"\f0c9"}.icon-list-ul:before{content:"\f0ca"}.icon-list-ol:before{content:"\f0cb"}.icon-strikethrough:before{content:"\f0cc"}.icon-underline:before{content:"\f0cd"}.icon-table:before{content:"\f0ce"}.icon-magic:before{content:"\f0d0"}.icon-truck:before{content:"\f0d1"}.icon-pinterest:before{content:"\f0d2"}.icon-pinterest-sign:before{content:"\f0d3"}.icon-google-plus-sign:before{content:"\f0d4"}.icon-google-plus:before{content:"\f0d5"}.icon-money:before{content:"\f0d6"}.icon-caret-down:before{content:"\f0d7"}.icon-caret-up:before{content:"\f0d8"}.icon-caret-left:before{content:"\f0d9"}.icon-caret-right:before{content:"\f0da"}.icon-columns:before{content:"\f0db"}.icon-sort:before{content:"\f0dc"}.icon-sort-down:before{content:"\f0dd"}.icon-sort-up:before{content:"\f0de"}.icon-envelope-alt:before{content:"\f0e0"}.icon-linkedin:before{content:"\f0e1"}.icon-undo:before{content:"\f0e2"}.icon-legal:before{content:"\f0e3"}.icon-dashboard:before{content:"\f0e4"}.icon-comment-alt:before{content:"\f0e5"}.icon-comments-alt:before{content:"\f0e6"}.icon-bolt:before{content:"\f0e7"}.icon-sitemap:before{content:"\f0e8"}.icon-umbrella:before{content:"\f0e9"}.icon-paste:before{content:"\f0ea"}.icon-lightbulb:before{content:"\f0eb"}.icon-exchange:before{content:"\f0ec"}.icon-cloud-download:before{content:"\f0ed"}.icon-cloud-upload:before{content:"\f0ee"}.icon-user-md:before{content:"\f0f0"}.icon-stethoscope:before{content:"\f0f1"}.icon-suitcase:before{content:"\f0f2"}.icon-bell-alt:before{content:"\f0f3"}.icon-coffee:before{content:"\f0f4"}.icon-food:before{content:"\f0f5"}.icon-file-alt:before{content:"\f0f6"}.icon-building:before{content:"\f0f7"}.icon-hospital:before{content:"\f0f8"}.icon-ambulance:before{content:"\f0f9"}.icon-medkit:before{content:"\f0fa"}.icon-fighter-jet:before{content:"\f0fb"}.icon-beer:before{content:"\f0fc"}.icon-h-sign:before{content:"\f0fd"}.icon-plus-sign-alt:before{content:"\f0fe"}.icon-double-angle-left:before{content:"\f100"}.icon-double-angle-right:before{content:"\f101"}.icon-double-angle-up:before{content:"\f102"}.icon-double-angle-down:before{content:"\f103"}.icon-angle-left:before{content:"\f104"}.icon-angle-right:before{content:"\f105"}.icon-angle-up:before{content:"\f106"}.icon-angle-down:before{content:"\f107"}.icon-desktop:before{content:"\f108"}.icon-laptop:before{content:"\f109"}.icon-tablet:before{content:"\f10a"}.icon-mobile-phone:before{content:"\f10b"}.icon-circle-blank:before{content:"\f10c"}.icon-quote-left:before{content:"\f10d"}.icon-quote-right:before{content:"\f10e"}.icon-spinner:before{content:"\f110"}.icon-circle:before{content:"\f111"}.icon-reply:before{content:"\f112"}.icon-github-alt:before{content:"\f113"}.icon-folder-close-alt:before{content:"\f114"}.icon-folder-open-alt:before{content:"\f115"}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left; }

.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
  width: 45px; }

.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent; }
.mfp-arrow:after,.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px; }
.mfp-arrow:before,.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,.mfp-arrow-left .mfp-a {
    border-right: 12px solid black;
    left: 5px; }
  .mfp-arrow-left:before,.mfp-arrow-left .mfp-b {
    border-right: 20px solid white; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,.mfp-arrow-right .mfp-a {
    border-left: 12px solid black;
    left: 3px; }
  .mfp-arrow-right:before,.mfp-arrow-right .mfp-b {
    border-left: 20px solid white; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -43px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.hero-slides {
  position: relative;
}
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.no-js .slides > li:first-child {
  display: block;
}
.flexslider {
  margin: 0 0 60px;
  position: relative;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
::-webkit-input-placeholder {
  color: #568786 !important;
}
:-moz-placeholder {
  color: #568786 !important;
}
::-moz-placeholder {
  color: #568786 !important;
}
:-ms-input-placeholder {
  color: #568786 !important;
}
.nav-search {
  background: #9ec6be;
  height: 0px;
  -webkit-transition: height 0.7s;
  transition: height 0.7s;
  display: block;
  overflow: hidden;
}
.nav-search .content-wrapper {
  position: relative;
}
.nav-search .search-box {
  outline: 0;
  border: 0px;
  background: transparent;
  height: 85px;
  width: 185px;
  font-size: 39px;
  display: block;
  color: #568786;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 1.4s transform 1s;
  transition: opacity 1.4s transform 1s;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
}
.nav-search .search-btn {
  border: 0px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #375756;
  background-color: #568786;
  position: absolute;
  top: 18px;
  right: -3px;
  height: 50px;
  font-size: 20px;
  padding: 5px 15px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 1.4s;
  transition: opacity 1.4s;
}
.nav-search .search-btn:hover {
  background-color: #72a5a4;
}
.nav-search.is-visible {
  height: 85px;
}
.nav-search.is-visible .search-box {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.nav-search.is-visible .search-btn {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.header-main {
  background: #a14d43;
  color: #fff;
  display: block;
  height: 95px;
}
.header-main a {
  margin-top: 20px;
  height: 49px;
  display: inline-block;
}
.header-main a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.header-main a img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 280px;
  margin: 0 auto;
}
.header-main .content-wrapper {
  position: relative;
}
.header-main .content-wrapper .logo-backer {
  right: 0;
  overflow: hidden;
  height: 95px;
  position: absolute;
  width: 1000px;
}
.header-main .content-wrapper .logo-backer img {
  float: right;
  margin: 0 auto;
}
.header-main .content-wrapper .header-logo {
  z-index: 999;
  position: absolute;
  width: 100%;
}
.nav-main {
  display: none;
}
.search-icon {
  display: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .header-main h1 a {
    background: url("imgs/logo@2x.png") no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
  }
}
@media screen and (min-width: 900px) {
  .header-main {
    background: #e6ded9;
    margin-left: 0px;
  }
  .search-icon {
    display: block;
    position: absolute;
    top: 25px;
    right: 0px;
    color: #fff;
    cursor: pointer;
    padding: 10px 15px 15px;
    background: #9ec6be;
    -webkit-border-radius: 30px;
    border-radius: 30px;
  }
  .search-icon:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  .nav-main {
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
  }
  .nav-main ul {
    float: right;
    margin-right: 40px;
  }
  .nav-main li {
    display: block;
    float: left;
    margin-right: 10px;
  }
  .nav-main li:hover ul {
    display: block;
  }
  .nav-main li ul {
    display: none;
    position: absolute;
    background: #9ec6be;
    width: 168px;
    z-index: 199;
    padding-bottom: 10px;
  }
  .nav-main li ul li {
    display: block;
    position: relative;
    float: none;
    padding: 5px 0 0 10px;
  }
  .nav-main li ul li a {
    color: #fff;
    margin: 0;
    height: auto;
    padding: 5px;
  }
  .nav-main a {
    color: #6b6a67;
    font-size: 1em;
    font-family: Effra-Bold;
  }
  .nav-main a:hover {
    color: #a14d43;
  }
  .nav-main a.nav-active {
    border-bottom: 3px solid #fff;
    padding: 0 0 5px 0;
  }
  .nav-main a.nav-active:hover {
    border-color: #c0d5d5;
  }
  .mobile-nav {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .header-main h1 a {
    width: 220px;
    height: 45px;
    margin-top: 8px;
    background: url("imgs/logo@2x.png") no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
  }
}
@media (max-width: 1285px) {
  .header-main h1 a {
    width: 220px;
    height: 45px;
    margin-top: 6px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
  }
}
nav.sub-header {
  z-index: 3000;
  position: relative;
}
nav.sub-header ul.sticky-nav {
  list-style: none;
  background-color: #9ec6be;
  height: 56px;
  margin: 0px;
  padding: 0px;
}
nav.sub-header ul.sticky-nav li {
  width: 33.3%;
  height: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  float: left;
  font-family: Effra-Bold;
  color: #fff;
  font-size: 1em;
  vertical-align: middle;
  cursor: pointer;
  padding-top: 10px;
  padding-left: 20px;
  line-height: 1em;
}
nav.sub-header ul.sticky-nav li:before {
  margin-right: 8px;
  vertical-align: middle;
  width: auto;
  float: left;
  height: 46px;
}
nav.sub-header ul.sticky-nav .sub-header-main-menu:before {
  content: url("imgs/menu/menu.png");
}
nav.sub-header ul.sticky-nav .sub-header-main-menu.active:before {
  content: url("imgs/menu/close.png");
}
nav.sub-header ul.sticky-nav .sub-header-sub-menu:before {
  content: url("imgs/menu/sub-menu.png");
}
nav.sub-header ul.sticky-nav .sub-header-sub-menu.active:before {
  content: url("imgs/menu/close.png");
}
nav.sub-header ul.sticky-nav .sub-header-share-this:before {
  content: url("imgs/menu/share-this.png");
}
nav.sub-header ul.sticky-nav li.twoColMenu {
  width: 50%;
}
.sub-header-share-dropdown {
  display: none;
  position: absolute;
  width: 180px;
  left: 0px;
  right: 0px;
  margin: auto;
  margin-top: 20px;
  overflow: auto;
  height: auto;
  z-index: 20;
}
.sub-header-share-dropdown img.arrow-top {
  margin: auto;
  display: block;
  padding: 0px;
}
.sub-header-share-dropdown ul#social-share-links {
  list-style: none;
  text-align: center;
  height: auto;
  background: #444;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
}
.sub-header-share-dropdown ul#social-share-links li {
  display: inline-block;
  margin: auto;
  width: initial;
  line-height: auto;
  font-size: 0px;
  padding: 10px;
  float: none;
}
.sub-header-share-dropdown ul#social-share-links li a {
  margin: 0px;
  padding: 0px;
  line-height: auto;
  display: block;
}
.sub-header-share-dropdown ul#social-share-links li a#facebook-share {
  background: url("imgs/social-share/facebook.png") no-repeat center center;
}
.sub-header-share-dropdown ul#social-share-links li a#twitter-share {
  background: url("imgs/social-share/twitter.png") no-repeat center center;
}
.sub-header-share-dropdown ul#social-share-links li a#google-share {
  background: url("imgs/social-share/google.png") no-repeat center center;
}
nav.sub-header ul.sticky-nav li {
  line-height: 56px;
  padding: 0px;
  text-align: center;
}
nav.sub-header ul.sticky-nav li:before {
  float: none;
}
@media screen and (min-width: 500px) {
  nav.sub-header {
    display: block;
  }
  nav.sub-header .sub-header-share-dropdown ul li {
    padding: 30px 10px;
  }
}
.content-container,
.articles-container {
  position: relative;
  left: 0%;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
}
.mobile-sub-menu {
  width: 66.6%;
  background-color: #e1e1dd;
  -webkit-box-shadow: inset -4px 0px 15px -11px #000;
  box-shadow: inset -4px 0px 15px -11px #000;
  position: absolute;
  z-index: 10000;
  left: -66.6%;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
}
.mobile-main-menu-wrapper {
  width: 100%;
  position: fixed;
  height: auto;
  left: 0;
  top: 0px;
  overflow: hidden;
  display: none;
  background-color: #e1e1dd;
  z-index: 30000;
  padding-bottom: 100px;
}
.mobile-main-menu-wrapper .mobile-menu-close-btn {
  padding: 10px 15px;
  position: absolute;
  top: 10px;
  right: 5%;
}
.mobile-main-menu-wrapper .mobile-menu-back-btn {
  padding: 10px 15px;
  position: absolute;
  top: 10px;
  left: 5%;
}
.mobile-main-menu-wrapper .mobile-main-menu {
  width: 100%;
  position: relative;
  top: 50px;
}
.mobile-main-menu-wrapper .mobile-main-menu input#search-main-menu {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 90%;
  border-top: 2px solid #ddd;
  border-left: 2px solid #ddd;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.5em;
  background-color: #fff;
  background-image: url("imgs/menu/search.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  padding: 20px 5%;
  font-size: 1em;
  color: #808080;
}
.mobile-main-menu-wrapper .mobile-main-menu ul.headerNav {
  position: relative;
}
.mobile-main-menu-wrapper .mobile-main-menu input[type=submit] {
  display: none;
}
.mobile-main-menu-wrapper .mobile-main-menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  background: none;
}
.mobile-main-menu-wrapper .mobile-main-menu ul .sub-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
}
.mobile-main-menu-wrapper .mobile-main-menu ul li a {
  font-size: 1.2em;
  color: #444;
  padding: 10px 5%;
  display: block;
  text-align: left;
  font-family: Effra-Bold;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("imgs/menu/right-arrow.png");
  background-repeat: no-repeat;
  background-position: right 5% center;
  border-bottom: 1px solid #d5d5d2;
}
.mobile-sub-menu {
  position: absolute;
}
.mobile-sub-menu .sub-nav {
  background-color: transparent;
  margin-top: 0px;
  height: auto !important;
}
.mobile-sub-menu .sub-nav h1 {
  border-bottom: 2px solid #ecece8;
  margin-right: 10%;
  margin-left: 10%;
  margin-bottom: 5px;
}
.mobile-sub-menu .sub-nav h2 {
  margin-right: 10%;
  margin-left: 10%;
  margin-bottom: 5px;
}
.mobile-sub-menu .sub-nav ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.mobile-sub-menu .sub-nav ul li {
  background-image: url("imgs/menu/right-arrow.png");
  background-repeat: no-repeat;
  background-position: right 20px center;
  color: #fff;
}
.mobile-sub-menu .sub-nav ul li a {
  color: #9ec6be;
}
.mobile-sub-menu .sub-nav ul li.active {
  background-color: #fff;
  border: 0px;
}
.mobile-sub-menu .sub-nav ul li.active a {
  color: #9ec6be;
}
.page-parent > .mobile-sub-menu .sub-nav {
  background-color: transparent;
  margin-top: 0px;
  height: auto !important;
}
.page-parent > .mobile-sub-menu .sub-nav h1 {
  border-bottom: 2px solid #ecece8;
  margin-right: 10%;
  margin-left: 10%;
  margin-bottom: 5px;
}
.page-parent > .mobile-sub-menu .sub-nav h2 {
  margin-right: 10%;
  margin-left: 10%;
  margin-bottom: 5px;
}
.page-parent > .mobile-sub-menu .sub-nav ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.page-parent > .mobile-sub-menu .sub-nav ul li {
  display: block;
  font-family: Effra-Bold;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 20px;
  background-image: url("imgs/menu/right-arrow.png");
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 30px;
}
.page-parent > .mobile-sub-menu .sub-nav ul li a {
  font-size: 1.2em;
  color: #9ec6be;
}
.page-parent > .mobile-sub-menu .sub-nav ul li.active {
  background-color: #fff;
  border: 0px;
}
.page-parent > .mobile-sub-menu .sub-nav ul li.active a {
  color: #9ec6be;
}
.mobile-main-menu.main-menu-active {
  right: 0%;
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
}
.mobile-sub-menu.sub-menu-active {
  left: 0%;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
}
.content-container.main-menu-active,
.articles-container.main-menu-active {
  left: -66.6%;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
.content-container.sub-menu-active,
.articles-container.sub-menu-active {
  left: 66.6%;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
@media screen and (min-width: 500px) {
  .mobile-sub-menu {
    width: 33.3%;
    left: -33.3%;
  }
  .mobile-main-menu.main-menu-active {
    right: 0;
  }
  .mobile-sub-menu.sub-menu-active {
    left: 0%;
    -webkit-transition: left 0.4s;
    transition: left 0.4s;
    width: 33.3%;
  }
  .content-container.main-menu-active,
  .articles-container.main-menu-active {
    left: -33.3%;
    -webkit-transition: left 0.4s;
    transition: left 0.4s;
  }
  .content-container.sub-menu-active,
  .articles-container.sub-menu-active {
    left: 33.3%;
    -webkit-transition: left 0.4s;
    transition: left 0.4s;
  }
}
@media screen and (min-width: 900px) {
  nav.sub-header {
    display: none;
  }
  .header-main .content-wrapper {
    position: relative;
  }
  .header-main .content-wrapper .logo-backer {
    right: 69.5%;
  }
  .header-main .content-wrapper .header-logo {
    z-index: 999;
    position: absolute;
    width: 26%;
  }
}
@media screen and (min-width: 1285px) {
  .header-main .content-wrapper .logo-backer {
    right: 77%;
    width: 754px;
  }
  .header-main .content-wrapper .header-logo {
    z-index: 999;
    position: absolute;
    width: 20%;
  }
  .nav-main li {
    margin-right: 20px;
  }
  .nav-main li a {
    font-size: 16px;
  }
}
.footer-featured-by,
.footer-share-our-story {
  width: 100%;
  text-align: center;
}
.footer-featured-by {
  background: #e4edee;
}
.footer-share-our-story {
  background: #d7e3e5;
}
.footer-navigation {
  width: 100%;
  background: #242727;
  zoom: 1;
  display: block;
  color: #fff;
  font-size: 0.875em;
}
.footer-navigation:before,
.footer-navigation:after {
  content: "";
  display: table;
}
.footer-navigation:after {
  clear: both;
}
.footer-navigation ul li {
  margin: 0px 0px 4px 0px;
  padding: 0;
}
.footer-navigation a:link,
.footer-navigation a:visited {
  color: #fff;
}
.footer-navigation a:hover {
  text-decoration: underline;
}
.footer-logo {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 20px 50px 30px;
  vertical-align: middle;
}
.footer-twitter,
.footer-facebook,
.footer-linkedin,
.footer-vimeo,
.footer-mail,
.footer-rss,
.footer-googleplus,
.footer-pinterest {
  width: 52px;
  height: 53px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 20px 10px;
}
.footer-twitter:hover,
.footer-facebook:hover,
.footer-linkedin:hover,
.footer-vimeo:hover,
.footer-mail:hover,
.footer-rss:hover,
.footer-googleplus:hover,
.footer-pinterest:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.footer-twitter {
  background: url("imgs/icon-footer-twitter.png") no-repeat;
}
.footer-facebook {
  background: url("imgs/icon-footer-facebook.png") no-repeat;
}
.footer-linkedin {
  background: url("imgs/icon-footer-linkedin.png") no-repeat;
}
.footer-vimeo {
  background: url("imgs/icon-footer-vimeo.png") no-repeat;
}
.footer-mail {
  background: url("imgs/icon-footer-mail.png") no-repeat;
}
.footer-rss {
  background: url("imgs/icon-footer-rss.png") no-repeat;
}
.footer-pinterest {
  background: url("imgs/icon-footer-pinterest.png") no-repeat;
}
.footer-googleplus {
  background: url("imgs/icon-footer-googleplus.png") no-repeat;
}
.footer-notitle,
margin-top 89px,
.footer-col1,
.footer-col2,
.footer-col3 {
  float: left;
}
.back-to-top {
  float: right;
  margin-top: 39px;
  font-weight: bold;
  background: url("imgs/icon-back-to-top.png") no-repeat left 3px;
  padding-left: 1.511879049676026%;
}
.footer-follow-us-newsletter-signup {
  background-image: none;
}
.footer-follow-us-newsletter-signup .content-wrapper {
  width: 100%;
}
.footer-follow-us-newsletter-signup .content-wrapper .follow-us {
  display: block;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #d7e5e6;
}
.footer-follow-us-newsletter-signup .content-wrapper .follow-us h3 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 32px;
}
.footer-follow-us-newsletter-signup .content-wrapper .follow-us ul {
  overflow: auto;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.footer-follow-us-newsletter-signup .content-wrapper .follow-us ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.footer-follow-us-newsletter-signup .content-wrapper .follow-us ul li a {
  padding: 0px;
  margin: 0px;
}
.footer-follow-us-newsletter-signup .content-wrapper .newsletter-signup {
  display: block;
  background: #fff;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-follow-us-newsletter-signup .content-wrapper .newsletter-signup h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 32px;
}
.footer-follow-us-newsletter-signup .content-wrapper .newsletter-signup p {
  margin-top: 0px;
}
@media screen and (min-width: 900px) {
  .footer-follow-us-newsletter-signup {
    background-image: url("imgs/footer-split-bg.png");
    background-position: center;
    background-color: #d7e5e6;
  }
  .footer-follow-us-newsletter-signup .content-wrapper {
    width: 90%;
  }
  .footer-follow-us-newsletter-signup .content-wrapper .follow-us {
    padding: 20px;
    padding-bottom: 80px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 67%;
    float: left;
    background-color: #d7e5e6;
  }
  .footer-follow-us-newsletter-signup .content-wrapper .follow-us h3 {
    margin-bottom: 30px;
    font-size: 32px;
  }
  .footer-follow-us-newsletter-signup .content-wrapper .follow-us ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
  }
  .footer-follow-us-newsletter-signup .content-wrapper .follow-us li {
    display: inline;
    margin-right: 40px;
  }
  .footer-follow-us-newsletter-signup .content-wrapper .follow-us a {
    padding: 0px;
    margin: 0px;
  }
  .footer-follow-us-newsletter-signup .content-wrapper .newsletter-signup {
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33%;
    float: right;
    background-color: #fff;
    padding: 20px;
  }
  .footer-follow-us-newsletter-signup .content-wrapper .newsletter-signup h3 {
    margin-bottom: 10px;
    font-size: 1.6em;
    line-height: 1em;
  }
  .footer-follow-us-newsletter-signup .content-wrapper .newsletter-signup p {
    margin-top: 0px;
    font-size: 1em;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 800px) {
  .footer-title {
    margin-top: 40px;
  }
  .footer-col-last {
    margin-left: 0;
  }
  .footer-notitle {
    margin-top: 89px;
  }
  .footer-col1 {
    width: 10.07919366450684%;
    float: left;
    margin-right: 1.4398848092152627%;
    padding-bottom: 40px;
  }
  .footer-col2 {
    width: 15.83873290136789%;
    float: left;
    margin-right: 1.4398848092152627%;
    padding-bottom: 40px;
  }
  .footer-col3 {
    width: 15.83873290136789%;
    float: left;
    margin-right: 9.503239740820735%;
    padding-bottom: 40px;
    line-height: 23px;
  }
  .back-to-top {
    float: right;
    display: block;
    margin-top: 39px;
    font-weight: bold;
    background: url("imgs/icon-back-to-top.png") no-repeat left 3px;
    padding-left: 21px;
  }
}
@media screen and (max-width: 1285px) {
  .footer-col1 {
    width: 17.410228509249183%;
  }
  .back-to-top {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .footer-navigation .content-wrapper {
    width: 100%;
  }
  .footer-col1,
  .footer-col2,
  .footer-col3 {
    width: 100%;
    clear: both;
    text-align: center;
    margin: 20px 0;
  }
  .footer-col3 {
    width: 90%;
    margin: 40px auto 0;
    float: none;
  }
  .footer-twitter,
  .footer-facebook,
  .footer-linkedin,
  .footer-vimeo {
    margin: 20px 10px;
  }
  .footer-navigation h6 {
    font-size: 1.4375em;
    margin: 20px 0 20px;
  }
  .footer-col1 {
    margin: 0;
  }
  .footer-col1 a,
  .footer-col2 a,
  .footer-col3 a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #6a6e6e;
    padding: 10px 0;
  }
  .footer-col1:last-of-type li:last-of-type a {
    border-bottom: none;
  }
  .footer-col1 li:first-of-type a,
  .footer-col2 li:first-of-type a,
  .footer-col3 li:first-of-type a {
    border-top: 1px solid #6a6e6e;
  }
  .footer-notitle li:first-of-type a {
    border-top: none;
  }
  .footer-col3 a {
    border: none;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .back-to-top {
    background: url("imgs/icon-back-to-top@2x.png") no-repeat left center;
    -webkit-background-size: 16px;
    -moz-background-size: 16px;
    background-size: 16px;
  }
  .footer-twitter {
    background: url("imgs/icon-footer-twitter@2x.png") no-repeat;
    -webkit-background-size: 52px;
    -moz-background-size: 52px;
    background-size: 52px;
  }
  .footer-facebook {
    background: url("imgs/icon-footer-facebook@2x.png") no-repeat;
    -webkit-background-size: 52px;
    -moz-background-size: 52px;
    background-size: 52px;
  }
  .footer-linkedin {
    background: url("imgs/icon-footer-linkedin@2x.png") no-repeat;
    -webkit-background-size: 52px;
    -moz-background-size: 52px;
    background-size: 52px;
  }
  .footer-vimeo {
    background: url("imgs/icon-footer-vimeo@2x.png") no-repeat;
    -webkit-background-size: 52px;
    -moz-background-size: 52px;
    background-size: 52px;
  }
}
.flexslider {
  margin-bottom: 16px;
  display: none;
  overflow: hidden;
  width: 100%;
}
.slides {
  position: relative;
  display: block;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.slides a {
  text-decoration: none;
}
.flex-direction-nav {
  display: none;
}
.flex-control-nav {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 99;
  background: rgba(0,0,0,0.2);
  padding: 7px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.flex-control-nav li {
  float: left;
  display: block;
  height: 12px;
  width: 12px;
  margin-left: 5px;
  overflow: hidden;
}
.flex-control-nav li:first-of-type {
  margin-left: 0px;
}
.flex-control-nav a {
  display: block;
  height: 12px;
  width: 12px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background: #edf5f6;
  text-indent: -999px;
  cursor: pointer;
}
.flex-control-nav a:hover {
  background: #cde3e6;
}
.flex-control-nav .flex-active {
  background: #375756;
}
.flex-control-nav .flex-active:hover {
  background: #375756;
  cursor: default;
}
.slides {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.slides .image-caption {
  margin: 0;
  position: absolute;
  top: 10%;
  left: 4%;
  width: 42%;
}
.slides .image-caption .slide-text-backer {
  padding: 10px;
  background: #fff;
  width: 80%;
}
.slides .image-caption .slide-text-backer h1 {
  font-size: 1em;
  line-height: 1em;
  margin: 0;
}
.slides .image-caption .slide-text-backer p {
  font-size: 1.1em;
  line-height: 1.4em;
  letter-spacing: -1px;
  position: relative;
  font-weight: 300;
  font-family: Merriweather;
  margin: 0;
  display: block;
}
.slides .image-caption .button-backer {
  background: #fff;
  display: inline;
  float: left;
  display: none;
}
.slides .image-caption .button-backer .big-button {
  font-size: 1.2em;
  padding: 6px 12px;
}
@media screen and (min-width: 500px) {
  .flexslider {
    display: block;
  }
  .slides {
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .slides .image-caption .slide-text-backer {
    padding: 5% 5% 2% 5%;
  }
  .slides .image-caption .slide-text-backer h1 {
    font-size: 1.6em;
    line-height: 1em;
  }
  .slides .image-caption .slide-text-backer p {
    font-size: 0.9em;
    line-height: 1.2em;
    margin: 3% 0;
  }
  .slides .image-caption .button-backer {
    padding: 0 5% 5% 5%;
  }
  .slides .image-caption .button-backer .big-button {
    font-size: 1.2em;
    padding: 6px 12px;
  }
}
@media screen and (min-width: 760px) {
  .slides {
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .slides .image-caption .slide-text-backer h1 {
    font-size: 2em;
    line-height: 1em;
  }
  .slides .image-caption .slide-text-backer p {
    font-size: 1em;
    line-height: 1.4em;
    letter-spacing: -1px;
    display: block;
  }
  .slides .image-caption .button-backer .big-button {
    font-size: 1.2em;
    padding: 6px 12px;
  }
}
@media screen and (min-width: 900px) {
  .slides {
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .slides .image-caption .slide-text-backer h1 {
    font-size: 2em;
    line-height: 1em;
  }
  .slides .image-caption .slide-text-backer p {
    font-size: 1em;
    line-height: 1.4em;
  }
  .slides .image-caption .button-backer {
    background: #fff;
    display: inline;
  }
  .slides .image-caption .button-backer .big-button {
    font-size: 1em;
    padding: 4px 8px;
  }
}
@media screen and (min-width: 1115px) and (max-width:1285px) {
  .slides {
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .slides .image-caption .slide-text-backer h1 {
    font-size: 2.15em;
    line-height: 1em;
  }
  .slides .image-caption .slide-text-backer p {
    font-size: 1.1em;
    line-height: 1.4em;
    letter-spacing: -1px;
  }
  .slides .image-caption .button-backer .big-button {
    font-size: 1.2em;
    padding: 6px 12px;
  }
}
@media screen and (min-width: 1285px) {
  .slides {
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .slides .image-caption .slide-text-backer {
    width: 80%;
  }
  .slides .image-caption .slide-text-backer h1 {
    font-size: 2.6em;
    line-height: 1em;
  }
  .slides .image-caption .slide-text-backer p {
    font-size: 1.3em;
    line-height: 1.4em;
    letter-spacing: -1px;
  }
  .slides .image-caption .button-backer .big-button {
    font-size: 1.2em;
    padding: 8px 12px;
    top: 0;
  }
}
.comments {
  width: 100%;
  float: left;
  margin: 40px 0 0 0;
  border-top: 1px solid #808080;
  padding: 40px 0 0 0;
  min-height: 400px;
}
.advert-desktop,
.advert-mobile {
  display: none;
  padding: 15px 0px;
}
@media screen and (max-width: 500px) {
  .advert-mobile {
    display: block;
  }
}
@media screen and (min-width: 500px) {
  .advert-desktop {
    display: block;
  }
}
@font-face {
  font-family: 'Merriweather-Light';
  src: url("font/Merriweather/Merriweather-light.eot");
  src: url("font/Merriweather/Merriweather-light.eot?#iefix") format('embedded-opentype'), url("font/Merriweather/Merriweather-light.woff") format('woff'), url("font/Merriweather/Merriweather-light.ttf") format('truetype'), url("font/Merriweather/Merriweather-light.svg#wf") format('svg');
}
@font-face {
  font-family: 'Merriweather-Regular';
  src: url("font/Merriweather/Merriweather-regular.eot");
  src: url("font/Merriweather/Merriweather-regular.eot?#iefix") format('embedded-opentype'), url("font/Merriweather/Merriweather-regular.woff") format('woff'), url("font/Merriweather/Merriweather-regular.ttf") format('truetype');
}
@font-face {
  font-family: 'Effra-Bold';
  src: url("font/effra/effra.eot");
  src: url("font/effra/effra.eot?#iefix") format('embedded-opentype'), url("font/effra/effra.woff") format('woff'), url("font/effra/effra.ttf") format('truetype');
}
.mobile-sub-menu {
  overflow: hidden;
  -ms-touch-action: none;
/* Prevent the callout on tap-hold and text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mobile-sub-menu #scroller {
/* Prevent elements to be highlighted on tap */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
/* Put the scroller into the HW Compositing layer right from the start */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.filter-articles,
.mobile-sub-menu .sub-nav {
  padding: 0;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.filter-articles h1,
.mobile-sub-menu .sub-nav h1 {
  font-size: 1.8em;
  margin-top: 32px;
  margin-left: 20px;
}
.filter-articles h2,
.mobile-sub-menu .sub-nav h2 {
  font-size: 1.2em;
  margin-bottom: 0px;
  margin-left: 20px;
}
.filter-articles ul.category-list,
.mobile-sub-menu .sub-nav ul.category-list {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-top: 9px;
}
.filter-articles ul.category-list li,
.mobile-sub-menu .sub-nav ul.category-list li {
  font-family: Effra-Bold;
  font-size: 1em;
  cursor: pointer;
  list-style: none;
}
.filter-articles ul.category-list li i.icon-tags,
.mobile-sub-menu .sub-nav ul.category-list li i.icon-tags {
  margin-right: 20px;
}
.filter-articles ul.category-list li a,
.mobile-sub-menu .sub-nav ul.category-list li a {
  color: #000;
  padding: 10px 5%;
  display: inline-block;
  width: 100%;
}
.filter-articles ul.category-list li a img,
.mobile-sub-menu .sub-nav ul.category-list li a img {
  max-width: 150%;
  margin-top: -5px;
}
.filter-articles ul.category-list li a:hover,
.mobile-sub-menu .sub-nav ul.category-list li a:hover {
  background: #d9e6e8;
}
.filter-articles ul.category-list li ul.children,
.mobile-sub-menu .sub-nav ul.category-list li ul.children {
  padding: 0;
  position: absolute;
  left: 100%;
  width: 100%;
  top: 0;
  margin-left: 30px;
}
.filter-articles ul.category-list li ul.children a,
.mobile-sub-menu .sub-nav ul.category-list li ul.children a {
  color: #000;
  padding: 10px 5%;
  display: inline-block;
  width: 100%;
}
.filter-articles ul.category-list li ul.children a:hover,
.mobile-sub-menu .sub-nav ul.category-list li ul.children a:hover {
  background: #d9e6e8;
}
div.sidebar {
  position: relative;
  z-index: 20000;
}
div.sidebar .breadcrumbs {
  position: relative;
  top: 30px;
  height: 28px;
  width: auto;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden;
  display: inline-block;
}
div.sidebar .breadcrumbs a {
  padding: 5px 8px;
  background-color: #79ad9a;
  color: #fff;
  font-family: Effra-Bold;
  font-size: 0.9em;
  border-style: none;
  display: inline-block;
}
div.sidebar .breadcrumbs a.level2 {
  background: #5c8577;
}
div.sidebar .breadcrumbs span.breadcrumbs-current {
  padding: 5px 8px;
  background-color: #9ec6be;
  color: #fff;
  font-family: Effra-Bold;
  font-size: 0.9em;
  border-style: none;
  display: inline-block;
}
div.sidebar .subNavList {
  font-family: Effra-Bold;
  background-color: #dae7e4;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  margin-top: 55px;
  display: block;
  padding: 0 0 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.sidebar .subNavList h1 {
  margin: 0px;
  margin-left: 23px;
  margin-top: 24px;
  font-size: 1.85em;
  padding: 0px;
  padding-bottom: 6px;
  display: inline-block;
  width: 75%;
  border-bottom: 2px solid #d3e0e2;
}
div.sidebar .subNavList ul.sidebar-nav {
  font-family: Effra-Bold;
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-top: 8px;
}
div.sidebar .subNavList ul.sidebar-nav li {
  padding: 8px 0 0 23px;
  cursor: pointer;
  font-size: 1.2em;
  height: 38px;
}
div.sidebar .subNavList ul.sidebar-nav li a {
  color: #444;
  line-height: 20px;
  vertical-align: middle;
}
div.sidebar .subNavList ul.sidebar-nav li .overlap {
  display: none;
}
div.sidebar .subNavList ul.sidebar-nav li.current_page_item {
  color: #fff;
  background-color: #9ec6be;
  position: relative;
  width: 96%;
  -webkit-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
div.sidebar .subNavList ul.sidebar-nav li.current_page_item a {
  color: #fff;
}
div.sidebar .subNavList ul.sidebar-nav li.current_page_item .overlap {
  background-color: #75bac2;
  width: 10px;
  height: 44px;
  position: absolute;
  right: -10px;
  top: 0px;
  display: block;
  -webkit-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.sticky-wrapper {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}
.sidebar-fb {
  margin-top: 6%;
  background: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 50px;
}
.sidebar-fb .sidebar-fb-content {
  padding: 20px;
}
.true-cost__intro {
  max-width: 700px;
  font-size: 1.1em;
}
.true-cost__horizontal-row {
  width: 100%;
  float: left;
  margin: 20px;
}
.true-cost__talk {
  display: inline-block;
  *display: inline;
  vertical-align: top;
  text-align: center;
}
.true-cost__talk:hover img {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  overflow: hidden;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.true-cost__talk__image-wrapper {
  max-width: 300px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.true-cost__talk--title {
  color: #568786;
}
.true-cost__talk--speaker {
  margin: 0;
  font-size: 1em;
}
@media (max-width: 714px) {
  .true-cost__talk {
    width: 100%;
    margin: 20px 0 50px;
  }
}
@media (min-width: 715px) {
  .true-cost__talk {
    width: 23%;
    margin: 50px 3%;
  }
}
.true-cost__video {
  margin: 0 auto;
}
.true-cost__video iframe,
.true-cost__video embed,
.true-cost__video object {
  max-width: 100%;
}
.true-cost__video video {
  max-width: 100%;
  height: auto;
}
.true-cost__video .fluid-width-video-wrapper {
  margin: 0;
}
.true-cost--related-articles {
  text-align: center;
  padding: 20px 0 0 0;
  background-color: #c0d5d5;
}
.true-cost__talk__image-wrapper--related {
  max-width: 150px;
}
.true-cost__talk__excerpt--related {
  font-size: 0.5em;
}
@media (max-width: 1285px) {
  .true-cost__video {
    width: 100%;
  }
}
@media (min-width: 1286px) {
  .true-cost__video {
    width: 83%;
  }
}
body {
  background-color: #f3f2ee;
}
.home h2 {
  margin: 0 0 10px 0;
}
.recent-article {
  display: block;
  zoom: 1;
  margin-bottom: 12%;
  background: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.recent-article:before,
.recent-article:after {
  content: "";
  display: table;
}
.recent-article:after {
  clear: both;
}
.recent-article .article-desc {
  padding: 20px;
}
.recent-article .article-desc h4 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.recent-article .article-desc p {
  font-size: 0.8571428571428571em;
  margin-top: 2px;
}
.recent-article .article-desc a.medium-button {
  font-size: 0.9em;
  padding: 6px 10px;
  display: inline-block;
}
.donate-sfa {
  margin-left: 0;
  width: 98%;
}
.landing-priority {
  width: 100%;
  padding-top: 2px;
  margin: 0 auto;
}
.about-sft {
  float: left;
}
.about-sft .about-us-block {
  width: 100%;
  height: 490px;
  background: #a14d43;
  margin-bottom: 6%;
  float: left;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-image: url("imgs/patrick-holden-quote-home.png");
  background-repeat: no-repeat;
  background-position: 80% 190px;
}
.about-sft .about-us-block .big-button {
  background: #444;
  display: inline-block;
}
.about-sft .about-us-block .about-us-quote {
  width: 80%;
  height: auto;
  padding: 10%;
}
.about-sft .about-us-block .about-us-quote p {
  font-weight: 700;
  font-size: 1em;
  line-height: 1.2em;
  margin: 0 0 10px 0;
  color: #fff;
}
.about-sft .newsletter-block,
.about-sft .donate-block {
  height: auto;
  background: #9ec6be;
  float: left;
  margin-right: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 6%;
  padding: 5%;
  width: 90%;
}
.about-sft .newsletter-block h2,
.about-sft .donate-block h2 {
  font-size: 1.2em;
  padding: 10px;
  background: #fff;
  margin: 0 0 10px 0;
  width: auto;
  display: inline-block;
}
.about-sft .newsletter-block p,
.about-sft .donate-block p {
  color: #fff;
  line-height: 1em;
  margin: 0 0 10px 0;
  font-size: 1em;
}
.about-sft .newsletter-block .big-button,
.about-sft .donate-block .big-button {
  background: #444;
  display: inline-block;
}
.about-sft .newsletter-block input[type=email],
.about-sft .donate-block input[type=email],
.about-sft .newsletter-block input[type=text],
.about-sft .donate-block input[type=text] {
  height: auto;
  background: #fff;
  border: 3px solid #b4dfd0;
  -webkit-box-shadow: inset 2px 2px 1px 0px rgba(50,50,50,0.3);
  -moz-box-shadow: inset 2px 2px 1px 0px rgba(50,50,50,0.3);
  -webkit-box-shadow: inset 2px 2px 1px 0px rgba(50,50,50,0.3);
  box-shadow: inset 2px 2px 1px 0px rgba(50,50,50,0.3);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0 10px 10px 0;
  font-size: 1em;
  font-family: Lato;
  color: #444;
  padding: 5px;
  float: left;
  width: 90%;
}
.about-sft .newsletter-block input[type=submit],
.about-sft .donate-block input[type=submit],
.about-sft .newsletter-block a.medium-donate-button,
.about-sft .donate-block a.medium-donate-button {
  margin: 3px 0 0 0;
  padding: 5px 8px;
  background-color: #444;
  color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  font-family: Effra-Bold;
  font-size: 1em;
  border: none;
  display: inline-block;
  cursor: pointer;
  float: left;
}
.about-sft .donate-block {
  float: left;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-right: 0;
}
.about-sft .donate-block p {
  line-height: 1.2em;
}
.about-sft .donate-block input[type=text] {
  width: 50px;
  margin-left: 20px;
  font-family: Effra-Bold;
}
.about-sft .donate-block .radio-home {
  display: inline-block;
  background: url("imgs/radio-home.png") no-repeat;
  cursor: pointer;
  color: #fff;
  font-family: Effra-Bold;
  height: 28px;
  margin: 0 0 10px 0;
}
.about-sft .donate-block .radio-home p {
  margin: 5px 0 0 30px;
  width: 70px;
}
.about-sft .donate-block .off {
  background-position: 0 -28px;
}
.about-sft .donate-block .on {
  background-position: 0 0;
}
.about-sft .donate-block input[type=submit] {
  margin: 0 10px 10px 0;
  float: left;
}
.about-sft .donate-block #oneoff {
  display: none;
}
.about-sft .donate-block #monthly,
.about-sft .donate-block #oneoff {
  margin-top: 10px;
}
.landing-articles {
  background: #f3f2ee;
  overflow: hidden;
  z-index: 999;
  position: relative;
}
.landing-articles .header-element {
  height: 50px;
  width: 100%;
  display: block;
}
.landing-articles .single-article {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  min-height: 360px;
}
.landing-articles .single-article .article-info h3 {
  padding: 0;
}
.landing-articles .single-article .article-info p {
  padding: 0;
  font-size: 0.9em;
  line-height: 1.4em;
  margin-bottom: 10px;
}
.landing-articles .single-article .article-info time {
  padding: 0;
}
.landing-articles .single-article .article-info a.medium-button,
.landing-articles .single-article .article-info a.medium-donate-button {
  font-size: 0.9em;
  padding: 6px 10px;
  display: inline-block;
  position: relative;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 500px) {
  .donate-sfa {
    margin-left: 2%;
  }
  .landing-priority {
    width: 90%;
    padding-top: 20px;
    margin: 0 auto;
  }
  .recent-articles {
    float: right;
    width: 100%;
  }
  .recent-articles .recent-article {
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 3%;
  }
  .recent-articles .recent-article h4 {
    font-size: 1.1em;
  }
  .recent-articles .recent-article .article-img {
    float: left;
    width: 40%;
    overflow: hidden;
    margin-right: 0;
  }
  .recent-articles .recent-article .article-img img {
    height: 180px;
    width: auto;
    max-width: 200%;
    margin-left: -50%;
  }
  .recent-articles .recent-article .article-desc {
    float: left;
    width: 50%;
    padding: 10px 15px;
  }
  .recent-articles .recent-article .article-desc p {
    margin-bottom: 10px;
  }
  .about-sft {
    float: left;
  }
  .about-sft .about-us-block {
    width: 100%;
    height: 286px;
    margin-bottom: 6%;
    float: left;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-position: 20% center;
    background-repeat: no-repeat;
  }
  .about-sft .about-us-block .about-us-quote {
    margin: 20px 0 0 20px;
    width: 50%;
    height: auto;
    padding: 20px;
  }
  .about-sft .about-us-block .about-us-quote p {
    font-size: 1em;
    line-height: 1.2em;
    margin: 0 0 10px 0;
  }
  .landing-articles {
    background: #f3f2ee;
    overflow: hidden;
    z-index: 999;
    position: relative;
  }
  .landing-articles h2 {
    margin-top: 0;
    font-size: 1.4em;
  }
  .landing-articles .header-element {
    height: 50px;
    width: 100%;
    display: block;
  }
  .landing-articles .single-article {
    width: 100%;
    float: left;
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 3%;
    min-height: 0;
  }
  .landing-articles .single-article h4 {
    font-size: 1.1em;
  }
  .landing-articles .single-article .article-img {
    float: left;
    width: 40%;
    overflow: hidden;
    margin-right: 0;
  }
  .landing-articles .single-article .article-img img {
    height: 180px;
    width: auto;
    max-width: 200%;
    margin-left: -50%;
  }
  .landing-articles .single-article .article-info {
    float: left;
    width: 50%;
    padding: 10px 15px;
  }
  .landing-articles .single-article .article-info p {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 760px) {
  .donate-sfa {
    margin-left: 0;
    width: 98%;
  }
  .landing-priority {
    width: 90%;
    padding-top: 30px;
    margin: 0 auto;
  }
  .recent-articles .recent-article {
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 3%;
    width: 31.3%;
    float: left;
    margin-right: 3%;
    min-height: 340px;
  }
  .recent-articles .recent-article .article-img {
    float: left;
    overflow: hidden;
    width: 100%;
  }
  .recent-articles .recent-article .article-img img {
    height: auto;
    width: 100%;
    margin-left: 0;
  }
  .recent-articles .recent-article .article-desc {
    float: left;
    width: auto;
    margin-top: 0;
    padding: 20px;
  }
  .recent-articles .recent-article.article3 {
    margin-right: 0;
  }
  .about-sft {
    float: left;
  }
  .about-sft .about-us-block {
    height: 280px;
    margin-bottom: 30px;
    background-position: 70% 30%;
  }
  .about-sft .about-us-block .about-us-quote {
    margin: 0;
    width: 45%;
    height: auto;
    padding: 30px;
  }
  .about-sft .about-us-block .about-us-quote p {
    font-size: 1em;
    line-height: 1.2em;
    margin: 0 0 10px 0;
  }
  .about-sft .newsletter-block,
  .about-sft .donate-block {
    width: 96%;
    height: auto;
    float: left;
    margin-right: 6%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 20px 3%;
    margin-bottom: 30px;
  }
  .about-sft .newsletter-block h2,
  .about-sft .donate-block h2 {
    font-size: 1.2em;
    padding: 10px;
    background: #fff;
    margin: 0 0 10px 0;
    width: auto;
    display: inline-block;
  }
  .about-sft .newsletter-block p,
  .about-sft .donate-block p {
    color: #fff;
    line-height: 1.2em;
    margin: 0 0 10px 0;
  }
  .about-sft .donate-block {
    float: left;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-right: 0;
  }
  .about-sft .donate-block p,
  .about-sft .donate-block .radio-home {
    margin: 0 0 10px 0;
  }
  .about-sft .donate-block p p,
  .about-sft .donate-block .radio-home p {
    margin: 5px 0 0 30px;
  }
  .about-sft .donate-block input[type=submit] {
    margin: 0 8px 0 0;
  }
  .landing-articles {
    background: #f3f2ee;
    overflow: hidden;
    z-index: 999;
    position: relative;
    margin-bottom: 30px;
  }
  .landing-articles .article-event,
  .landing-articles .article-partner,
  .landing-articles .article-news {
    float: left;
    width: 31.3%;
    margin-right: 3%;
  }
  .landing-articles .article-event h2,
  .landing-articles .article-partner h2,
  .landing-articles .article-news h2 {
    margin-top: 0;
    font-size: 1.4em;
  }
  .landing-articles .article-event .header-element,
  .landing-articles .article-partner .header-element,
  .landing-articles .article-news .header-element {
    height: 50px;
    width: 100%;
    display: block;
  }
  .landing-articles .article-event .single-article,
  .landing-articles .article-partner .single-article,
  .landing-articles .article-news .single-article {
    margin-bottom: 3%;
    width: 100%;
    float: left;
    min-height: 340px;
  }
  .landing-articles .article-event .single-article .article-img,
  .landing-articles .article-partner .single-article .article-img,
  .landing-articles .article-news .single-article .article-img {
    float: left;
    overflow: hidden;
    width: 100%;
  }
  .landing-articles .article-event .single-article .article-img img,
  .landing-articles .article-partner .single-article .article-img img,
  .landing-articles .article-news .single-article .article-img img {
    height: auto;
    width: 100%;
    margin-left: 0;
  }
  .landing-articles .article-event .single-article .article-info,
  .landing-articles .article-partner .single-article .article-info,
  .landing-articles .article-news .single-article .article-info {
    width: 10;
    float: left;
    width: auto;
    margin-top: 0;
    padding: 20px;
  }
  .landing-articles .article-event .single-article .article-info h3,
  .landing-articles .article-partner .single-article .article-info h3,
  .landing-articles .article-news .single-article .article-info h3 {
    font-size: 1em;
  }
  .landing-articles .article-news {
    margin-right: 0;
  }
}
@media screen and (min-width: 900px) {
  .donate-sfa {
    margin-left: 0;
    width: 98%;
  }
  .landing-articles {
    background: #f3f2ee;
    overflow: hidden;
    z-index: 999;
    position: relative;
  }
  .landing-articles h2 {
    font-size: 1.2em;
  }
  .about-sft .newsletter-block,
  .about-sft .donate-block {
    height: auto;
  }
}
@media screen and (min-width: 1115px) and (max-width:1285px) {
  .donate-sfa {
    margin-left: 4%;
  }
  .landing-priority {
    width: 90%;
    display: block;
    max-width: 1389px;
    margin: 0 auto;
    padding-top: 30px;
  }
  .hero-slides {
    margin-top: 0;
  }
  .landing-secondary {
    padding-top: 0;
  }
  .landing-secondary h2 {
    margin: 0 0 10px 0;
  }
  .recent-articles {
    float: right;
    width: 48.5%;
  }
  .recent-articles .recent-article {
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
    min-height: 0;
    height: 196px;
  }
  .recent-articles .recent-article .article-img {
    float: left;
    width: 40%;
    overflow: hidden;
  }
  .recent-articles .recent-article .article-img img {
    height: 196px;
    width: auto;
    max-width: 200%;
    margin-left: -50%;
  }
  .recent-articles .recent-article .article-desc {
    float: left;
    width: 52%;
    padding: 15px;
  }
  .recent-articles .recent-article .article-desc p {
    margin: 0;
    margin-bottom: 10px;
  }
  .about-sft {
    width: 47.5%;
    float: left;
  }
  .about-sft .about-us-block {
    height: 308px;
    background-position: center top;
  }
  .about-sft .donate-block {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-right: 0;
    font-size: 1em;
  }
  .about-sft .donate-block .radio-home {
    font-size: 0.8em;
  }
  .about-sft .donate-block .radio-home p {
    margin: 5px 0 0 32px;
    width: 60px;
  }
  .about-sft .newsletter-block,
  .about-sft .donate-block {
    height: 268px;
  }
}
@media screen and (min-width: 1285px) {
  .donate-sfa {
    margin-left: 2%;
    width: 98%;
  }
  .recent-articles {
    float: right;
    width: 47%;
  }
  .recent-articles .recent-article {
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
    min-height: 0;
    height: 180px;
  }
  .recent-articles .recent-article .article-img {
    float: left;
    width: 40%;
    overflow: hidden;
  }
  .recent-articles .recent-article .article-img img {
    height: 180px;
    width: auto;
    max-width: 200%;
    margin-left: -50%;
  }
  .recent-articles .recent-article .article-desc {
    float: left;
    width: 52%;
    padding: 2% 3%;
  }
  .recent-articles .recent-article .article-desc p {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1285px) {
  .landing-priority {
    zoom: 1;
  }
  .landing-priority:before,
  .landing-priority:after {
    content: "";
    display: table;
  }
  .landing-priority:after {
    clear: both;
  }
  .article-img,
  .article-desc {
    width: 48.34437086092716%;
    float: left;
    display: block;
  }
  .article-img {
    position: relative;
    background: #375756;
  }
  .landing-articles {
    background: #f3f2ee;
    overflow: hidden;
    z-index: 999;
    position: relative;
  }
  .landing-articles .article-event .header-element,
  .landing-articles .article-partner .header-element,
  .landing-articles .article-news .header-element {
    height: 50px;
    width: 100%;
    display: block;
  }
  .landing-articles .article-event .single-article,
  .landing-articles .article-partner .single-article,
  .landing-articles .article-news .single-article {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    min-height: 390px;
  }
  .home-landing {
    background-color: #f3f2ee;
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .landing-priority {
    width: 90%;
    display: block;
    max-width: 1389px;
    margin: 0 auto;
  }
  .landing-secondary {
    width: 48.45212383009359%;
    display: block;
  }
  .landing-priority,
  .landing-secondary {
    padding-top: 40px;
  }
  .featured-articles a {
    width: 49.185667752442995%;
    float: left;
    margin-right: 1.6286644951140066%;
    margin-bottom: 25px;
  }
  .landing-secondary {
    padding-top: 0;
  }
  .landing-secondary h2 {
    margin: 0 0 10px 0;
  }
  .about-sft .donate-block,
  .about-sft .newsletter-block {
    height: 240px;
  }
}
.related-article .article-categories {
  zoom: 1;
  display: block;
  margin: 0px;
}
.related-article .article-categories:before,
.related-article .article-categories:after {
  content: "";
  display: table;
}
.related-article .article-categories:after {
  clear: both;
}
.related-article .article-categories li {
  float: left;
  margin-right: 10px;
  font-size: 14px;
}
.parent-category a > .icon-tags:before {
  content: none;
}
.single-articles .related-article,
.single-true-cost .related-article {
  float: left;
time
  color: #568786;
}
.single-articles .related-article .related-article-desc,
.single-true-cost .related-article .related-article-desc {
  background: #fff;
  padding: 20px;
}
.single-articles .single-article-,
.single-true-cost .single-article-,
.single-articles .single-article-gallery,
.single-true-cost .single-article-gallery,
.single-articles .single-article-link,
.single-true-cost .single-article-link,
.single-articles .single-article-video,
.single-true-cost .single-article-video {
  position: relative;
  display: block;
  margin-bottom: 18px;
/*.icon
			width 30px
			height 30px
			display block
			position absolute
			top 10px
			left 10px
			background-image url(imgs/icon-article.png)*/
}
.single-articles .single-article- p,
.single-true-cost .single-article- p,
.single-articles .single-article-gallery p,
.single-true-cost .single-article-gallery p,
.single-articles .single-article-link p,
.single-true-cost .single-article-link p,
.single-articles .single-article-video p,
.single-true-cost .single-article-video p {
  margin-top: 3px;
  font-size: 1.1428571428571428em;
}
.single-articles .article-author-image,
.single-true-cost .article-author-image {
  display: none;
}
.single-articles .article-body .flexslider a,
.single-true-cost .article-body .flexslider a {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
.single-articles .article-body li,
.single-true-cost .article-body li {
  font-size: 0.875em;
  color: #4d4d4f;
  line-height: 1.75em;
}
@media screen and (min-width: 500px) {
  .article-body li {
    font-size: 1.125em;
    line-height: 1.5625em;
  }
}
@media screen and (max-width: 900px) {
  .single-article-,
  .single-article-gallery,
  .single-article-link,
  .single-article-video {
    margin-bottom: 40px;
  }
  .single-article- img,
  .single-article-gallery img,
  .single-article-link img,
  .single-article-video img {
    width: 100%;
  }
  .featured-articles h3,
  .article-resource h3,
  .article-editors h3,
  .article-news h3 {
    margin-bottom: 3px;
  }
  a:hover h3,
  a:hover h4 {
    text-decoration: underline;
  }
  a:hover .wp-post-image {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
  }
  .article-editors a:hover h3 {
    text-decoration: underline;
  }
  .article-social-links {
    margin: 50px 0 0 0;
  }
  .article-category-header {
    zoom: 1;
  }
  .article-category-header:before,
  .article-category-header:after {
    content: "";
    display: table;
  }
  .article-category-header:after {
    clear: both;
  }
  .article-category-header span img.rss-btn {
    margin-left: 20px;
  }
  .article-category-header a {
    display: block;
  }
  .article-category-header a h1 {
    margin: 0;
    float: left;
  }
  .article-category-header a h2 {
    font-size: 1.6em;
  }
  .article-category-header a span {
    float: right;
    line-height: 51px;
    margin-right: 1.079913606911447%;
    font-weight: 700;
  }
  .article-category-header a:hover span {
    text-decoration: underline;
  }
}
@media screen and (min-width: 800px) {
  .article-view {
    display: block;
  }
  .article-view .content-wrapper {
    position: relative;
  }
  .article-breadcrumbs {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 800px) {
  .single-articles .article-breadcrumbs,
  .single-true-cost .article-breadcrumbs {
    margin: 20px 0 20px 0;
    float: left;
  }
  .single-articles .article-categories,
  .single-true-cost .article-categories {
    display: block;
    zoom: 1;
  }
  .single-articles .article-categories:before,
  .single-true-cost .article-categories:before,
  .single-articles .article-categories:after,
  .single-true-cost .article-categories:after {
    content: "";
    display: table;
  }
  .single-articles .article-categories:after,
  .single-true-cost .article-categories:after {
    clear: both;
  }
  .single-articles .article-image,
  .single-true-cost .article-image {
    width: 100%;
    zoom: 1;
  }
  .single-articles .article-image:before,
  .single-true-cost .article-image:before,
  .single-articles .article-image:after,
  .single-true-cost .article-image:after {
    content: "";
    display: table;
  }
  .single-articles .article-image:after,
  .single-true-cost .article-image:after {
    clear: both;
  }
  .single-articles .article-image img,
  .single-true-cost .article-image img {
    display: block;
    margin: 0 auto;
  }
  .single-articles .article-author,
  .single-true-cost .article-author {
    width: 15.766738660907128%;
    margin-right: 1.079913606911447%;
    display: block;
    min-height: 2px;
    float: left;
  }
  .single-articles .article-author .article-author-image,
  .single-true-cost .article-author .article-author-image {
    display: block;
  }
  .single-articles .article-body,
  .single-true-cost .article-body {
    background-color: #fff;
    width: 52%;
    float: left;
    padding: 0px 10% 55px 10%;
    margin-left: -2%;
  }
  .single-articles .article-body p,
  .single-true-cost .article-body p {
    width: 100%;
  }
  .single-articles .article-body p:first-of-type,
  .single-true-cost .article-body p:first-of-type {
    width: 100%;
  }
  .single-articles .article-body time,
  .single-true-cost .article-body time {
    margin: 5px 0px;
    display: block;
  }
  .single-articles .article-body .flexslider,
  .single-true-cost .article-body .flexslider {
    margin: 20px 0 60px;
  }
  .single-articles .article-body h1,
  .single-true-cost .article-body h1 {
    margin-bottom: 5px;
  }
  .single-articles .related-articles,
  .single-true-cost .related-articles {
    background-color: #c0d5d5;
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .article-breadcrumbs {
    margin: 20px 0;
  }
  .related-articles .related-article {
    float: left;
    zoom: 1;
    margin-bottom: 30px;
  }
  .related-articles .related-article:before,
  .related-articles .related-article:after {
    content: "";
    display: table;
  }
  .related-articles .related-article:after {
    clear: both;
  }
}
@media screen and (min-width: 500px) {
  .article-breadcrumbs {
    margin: 20px 0;
  }
  .related-articles .related-article {
    zoom: 1;
    margin-bottom: 30px;
  }
  .related-articles .related-article:before,
  .related-articles .related-article:after {
    content: "";
    display: table;
  }
  .related-articles .related-article:after {
    clear: both;
  }
}
@media screen and (min-width: 800px) {
  .article-author-image {
    display: block;
  }
  .related-articles {
    padding: 20px 0px 117px 0px;
  }
  .related-articles .related-article {
    width: 32.6133909287257%;
    float: left;
    margin-right: 1.079913606911447%;
  }
  .related-article .article-categories {
    width: 100%;
  }
  .related-article .article-categories li {
    color: #797979;
  }
  .related-article p {
    margin-top: 5px;
  }
  .article-categories-title {
    margin-bottom: 0px;
  }
  .article-categories {
    zoom: 1;
    display: block;
    margin: 0px;
  }
  .article-categories:before,
  .article-categories:after {
    content: "";
    display: table;
  }
  .article-categories:after {
    clear: both;
  }
  .article-categories li {
    float: left;
    margin-right: 10px;
    font-size: 14px;
  }
  .article-author-image {
    width: 102px;
    height: 102px;
    margin-top: 25px;
  }
  .article-author-image img {
    width: inherit;
    height: inherit;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
  }
  .related-articles h3 {
    margin-bottom: 3px;
  }
  .section-search .content-wrapper {
    min-height: 200px;
  }
  .search .section-articles .single-article {
    margin-right: 0.7199424046076314%;
    min-height: 230px;
  }
}
@media screen and (max-width: 510px) {
  article img {
    float: none;
  }
}
.pagination a,
.pagination span {
  color: #fff;
  padding: 2px 8px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-right: 4px;
  display: inline-block;
}
.pagination a.active {
  background-color: #000;
}
.pagination span {
  background-color: #d7e5e6;
  color: #444;
}
.pagination a {
  background-color: #5fa699;
}
.articles-container {
  overflow: auto;
  width: 90%;
  margin: auto;
  max-width: 1389px;
}
.articles-container > .content-wrapper {
  width: 100%;
}
.filter-articles {
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.filter-articles h1,
.filter-articles h2 {
  font-family: Effra-Bold;
}
.section-articles {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.section-articles .article-category .content-wrapper {
  width: 100%;
}
.single-article {
  min-height: 400px;
  background-color: #fff;
  margin-bottom: 40px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.article-info {
  padding: 20px;
  background-color: #fff;
}
.article-info h3 {
  font-family: Effra-Bold;
  margin-top: 0px;
  color: #000;
  line-height: 1.125em;
}
.article-info time {
  color: #808080;
}
.article-info p {
  color: #000;
  font-size: 14px;
  margin: 0px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.article-info .resource-tag {
  padding-top: 9px;
  padding-bottom: 0;
}
.article-info .read-article {
  bottom: 20px;
  position: absolute;
}
.article-category-header {
  margin-top: 35px;
  margin-bottom: 30px;
  overflow: hidden;
}
.article-category-header span img.rss-btn {
  margin-left: 10px;
  margin-top: 5px;
  width: 40px;
  height: auto;
}
.article-category-header h2 {
  font-family: Merriweather;
  font-weight: 300;
  font-size: 1.4em;
  line-height: 1em;
  margin: 0px;
  display: inline;
  float: left;
  margin-top: 10px;
}
.article-category .bottom-pagination {
  margin-bottom: 40px;
  position: relative;
  bottom: 0;
  right: 0;
}
.article-category .top-pagination {
  float: right;
  margin-top: 20px;
}
.article-category .pagination {
  float: right;
  display: inline;
  margin-bottom: 18px;
}
.section-articles .single-article {
  position: relative;
  display: block;
  min-height: 430px;
  width: 100%;
}
.section-articles .single-article-2 {
  margin-right: 0px;
}
@media screen and (min-width: 500px) {
  .article-body h1 {
    font-size: 2em;
  }
  .section-articles .single-article {
    display: inline-block;
    vertical-align: top;
    width: 47.5%;
  }
  .section-articles .single-article-2 {
    margin-left: 4%;
  }
}
@media screen and (min-width: 800px) {
  .article-body h1 {
    font-size: 2.4em;
    margin-top: 40px;
  }
  .article-category-header h1 {
    margin-top: 12px;
  }
  .article-category-header h2 {
    font-size: 1.7em;
  }
  .article-category > .content-wrapper {
    width: 100%;
  }
  .section-articles .single-article {
    margin-right: 0%;
  }
}
@media screen and (min-width: 900px) {
  .section-articles {
    width: 66.5%;
  }
  .section-articles .article-category {
    padding-left: 1%;
  }
  .filter-articles {
    display: inline;
    float: left;
    width: 30.5%;
    height: 100%;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 3%;
  }
  .filter-articles h2 {
    font-size: 1.2em;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1285px) {
  .filter-articles {
    width: 23%;
    margin-right: 2%;
  }
  .section-articles {
    width: 75%;
  }
  .section-articles .single-article {
    width: 31%;
    margin-left: 3%;
  }
  .section-articles .single-article-1 {
    margin-left: 0%;
  }
  .parent-category a > .icon-tags:before {
    content: none;
  }
}
html {
  overflow-x: hidden;
}
.articles-container.sub-header-active {
  width: 100%;
}
.articles-container.sub-header-active .filter-articles {
  display: inline;
  float: left;
  width: 66.6%;
  background-color: #f0f0ec;
  padding: 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset -4px 0px 15px -11px #000;
  box-shadow: inset -4px 0px 15px -11px #000;
}
.articles-container.sub-header-active .section-articles {
  position: absolute;
  width: 100%;
  padding: 5%;
  padding-top: 0px;
  display: inline;
}
@media screen and (min-width: 500px) {
  .articles-container.sub-header-active .filter-articles {
    width: 33.3%;
  }
}
.body-internal {
  position: relative;
  width: 100%;
  height: auto;
}
.body-internal .social-share-container {
  width: 100%;
  position: absolute;
  left: 0;
  top: 87px;
  background: #00f;
  height: 0;
  z-index: 2;
}
.body-internal .social-share-container .social-share-wrapper {
  width: 89%;
  height: 0;
  position: relative;
  background: #f00;
  margin: 0 auto;
  max-width: 1389px;
}
.body-internal .social-share-container .social-share-wrapper #social-share {
  padding: 10px;
  width: 50px;
  border-right: solid #222 1px;
  left: 94%;
  top: 0;
  overflow: hidden;
  background-color: #a14d43;
  font-size: 1em;
  border: 0px;
  color: #fff;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  position: relative;
  text-align: center;
}
.single-articles .body-internal .social-share-container {
  width: 100%;
}
.single-articles .body-internal .social-share-container .social-share-wrapper {
  width: 90%;
}
.single-articles .body-internal .social-share-container .social-share-wrapper #social-share {
  width: 50px;
  left: 87%;
  padding: 15px;
}
@media screen and (min-width: 1285px) {
  .body-internal {
    position: relative;
    width: 100%;
  }
  .body-internal .social-share-container {
    width: 100%;
  }
  .body-internal .social-share-container .social-share-wrapper {
    width: 90%;
  }
  .body-internal .social-share-container .social-share-wrapper #social-share {
    width: 50px;
    left: 87%;
    padding: 15px;
  }
}
#social-share::before {
  content: "share";
}
ul#social-share-links {
  list-style: none;
  margin: 10px 2px;
  padding: 0px;
}
ul#social-share-links li {
  float: left;
  margin-right: 5px;
}
ul#social-share-links li a {
  width: 32px;
  height: 32px;
  display: inline-block;
}
ul#social-share-links li a#facebook-share {
  background: url("imgs/social-share/facebook.png") no-repeat center center;
}
ul#social-share-links li a#twitter-share {
  background: url("imgs/social-share/twitter.png") no-repeat center center;
}
ul#social-share-links li a#google-share {
  background: url("imgs/social-share/google.png") no-repeat center center;
}
@media screen and (max-width: 1285px) {
  .article-view .content-wrapper {
    position: initial;
  }
  #social-share::before {
    content: "share";
  }
  #social-share {
    width: 40px;
  }
  #social-share-links li {
    margin-left: 5px;
  }
}
@media screen and (max-width: 900px) {
  #social-share {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .section-partners h1.title {
    margin: 30px 0 20px 0;
  }
}
@media screen and (min-width: 500px) {
  .section-partners h1.title {
    margin: 50px 0 20px 0;
  }
}
@media screen and (min-width: 800px) {
  .section-partners h1.title {
    max-width: 690px;
    margin: 50px 0 20px 0;
  }
  .section-partners .partner-preview {
    width: 32.6133909287257%;
    display: block;
    float: left;
  }
  .section-partners .partner-preview p {
    display: block;
    text-align: center;
    width: 80%;
    margin: 10px auto;
    color: #568786;
  }
  .section-partners .partner-preview:hover .title {
    color: #72a5a4;
  }
  .section-partners .partner-row {
    zoom: 1;
    margin-bottom: 40px;
  }
  .section-partners .partner-row:before,
  .section-partners .partner-row:after {
    content: "";
    display: table;
  }
  .section-partners .partner-row:after {
    clear: both;
  }
}
.single-partner {
  padding: 50px 0px;
}
.single-partner header {
  display: block;
  zoom: 1;
  margin-bottom: 30px;
a
}
.single-partner header:before,
.single-partner header:after {
  content: "";
  display: table;
}
.single-partner header:after {
  clear: both;
}
.single-partner h1 {
  margin: 0;
}
.single-partner ol li {
  margin-bottom: 10px;
}
.single-partner p a {
  text-decoration: none;
  font-weight: 800;
}
.single-partner p a:hover {
  text-decoration: underline;
}
.partner-image {
  background: #fff;
  max-width: 270px;
  margin: 0 auto 15px auto;
}
@media screen and (min-width: 800px) {
  .single-partner .partner-image-wrapper {
    float: left;
    width: 32.6133909287257%;
    margin-right: 1.079913606911447%;
  }
  .single-partner .partner-image {
    padding: 40px 100px;
  }
  .single-partner .partner-info {
    float: left;
    width: 32.6133909287257%;
  }
  .single-partner .partner-info a:hover {
    text-decoration: underline;
  }
  .partner-body {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    zoom: 1;
  }
  .partner-body:before,
  .partner-body:after {
    content: "";
    display: table;
  }
  .partner-body:after {
    clear: both;
  }
  .partner-body p:first-of-type {
    margin-top: 0px;
    font-size: 1em;
    font-family: Lato;
  }
}
@media screen and (max-width: 1285px) {
  .single-partner .partner-image {
    padding: 10px;
  }
}
.title {
  text-align: left;
}
.section-contributors h2 {
  margin: 20px 0 0 0;
}
.section-contributors .team-section {
  width: 100%;
  float: left;
}
.contributors-row {
  margin: 30px 0px;
  zoom: 1;
}
.contributors-row:before,
.contributors-row:after {
  content: "";
  display: table;
}
.contributors-row:after {
  clear: both;
}
.contributor-preview {
  color: #568786;
  zoom: 1;
  margin-bottom: 20px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
.contributor-preview:before,
.contributor-preview:after {
  content: "";
  display: table;
}
.contributor-preview:after {
  clear: both;
}
.contributor-preview .image-wrapper {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  height: auto;
}
.contributor-preview .image-wrapper img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.contributor-preview .desc {
  min-height: 90px;
  color: #4d4d4f;
}
.contributor-preview h3 {
  color: #568786;
}
.contributor-preview:hover .image-wrapper {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.contributor-preview:hover .desc-title {
  color: #a7c7c6;
}
@media screen and (min-width: 500px) {
  .title {
    text-align: left;
  }
  .contributor-preview {
    width: 30%;
    margin-right: 4%;
    text-align: center;
  }
  .contributor-preview .image-wrapper {
    margin-left: 0;
    width: 80%;
  }
  .contributor-preview .desc {
    width: 100%;
    float: left;
  }
  .contributor-preview .desc a.medium-button {
    float: left;
    display: block;
    margin-top: 10px;
  }
  .contributor-preview .desc-title {
    margin: 10px 0 0 0;
    font-size: 1.4em;
    line-height: 1.2em;
  }
  .contributor-preview-last {
    margin-right: 0%;
  }
  .section-contributors {
    float: left;
    width: 100%;
    margin-left: 0;
  }
  .section-contributors h1.title {
    text-align: left;
    margin-top: 40px;
  }
  .section-contributors .content-wrapper {
    margin-top: 40px;
    width: 100%;
  }
  .section-contributors .contributor-profiles {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 40px;
  }
}
@media screen and (min-width: 760px) {
  .contributor-preview {
    width: 30%;
    margin-right: 3%;
  }
}
@media screen and (min-width: 900px) {
  .contributor-preview {
    width: 26%;
    margin-right: 10%;
    text-align: center;
  }
  .contributor-preview .image-wrapper {
    margin: 0 auto;
    width: 80%;
  }
  .contributor-preview .desc {
    width: 100%;
    float: left;
  }
  .contributor-preview .desc a.medium-button {
    float: left;
    display: block;
    margin-top: 10px;
  }
  .contributor-preview-last {
    margin-right: 0% !important;
  }
  .section-contributors {
    float: left;
    width: 76%;
    margin-left: -10%;
    background: #fff;
  }
  .section-contributors article.article-content {
    margin-left: 14%;
    width: 76%;
  }
  .section-contributors article.article-content h1.title {
    text-align: left;
    margin-top: 60px;
    margin-bottom: 0;
  }
}
.contributor-full {
  padding: 40px 0;
}
.contributor-full .image-wrapper {
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  max-width: 273px;
  height: auto;
}
.contributor-full .image-wrapper img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (min-width: 800px) {
  .contributor-full {
    min-height: 650px;
  }
  .contributor-full .image-wrapper {
    margin-right: 9.503239740820735%;
    width: 19.654427645788335%;
    float: left;
  }
  .contributor-full .desc {
    width: 60%;
    float: left;
  }
  .contributor-full .desc h1 {
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  .contributor-preview {
    color: #568786;
    zoom: 1;
    margin-bottom: 20px;
  }
  .contributor-preview:before,
  .contributor-preview:after {
    content: "";
    display: table;
  }
  .contributor-preview:after {
    clear: both;
  }
  .contributor-preview .image-wrapper {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    height: auto;
    float: left;
  }
  .contributor-preview .image-wrapper img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  .contributor-preview .desc {
    color: #4d4d4f;
    min-height: 0px;
  }
  .contributor-preview h3 {
    color: #568786;
  }
}
@media screen and (max-width: 799px) {
  .contributor-full .image-wrapper {
    float: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .contributor-preview .image-wrapper {
    display: inline-block;
    float: none;
  }
  a.contributor-preview {
    float: left;
    text-align: center;
  }
  a.contributor-preview .image-wrapper {
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none;
    clear: both;
    margin: 0 0 20px 0;
  }
  a.contributor-preview .desc {
    width: 100%;
    min-height: auto;
  }
  .contributors-row {
    text-align: center;
  }
  .contributors-row .image-wrapper {
    display: inline-block;
    zoom: 1;
  }
}
@media screen and (max-width: 1285px) {
  .contributor-preview {
    margin-bottom: 20px;
  }
  .contributor-preview .desc {
    min-height: auto;
  }
}
.page-preview {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #79ad9a;
  height: auto;
  margin-bottom: 30px;
  float: left;
}
.page-preview h2 {
  position: absolute;
  left: 10px;
  top: 10px;
  margin: 0;
  z-index: 999;
  font-size: 1em;
  background: #fff;
  padding: 5px 10px;
}
.page-preview img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.page-preview .grid-wide-img {
  display: none;
}
.page-preview .grid-tall-img {
  display: none;
}
.page-preview .grid-small-img {
  display: none;
}
#grid-1.page-preview {
  width: 100%;
  margin-right: 0;
  height: 0;
  margin-bottom: 6%;
  padding-bottom: 66.6667%;
  margin-top: 0;
}
#grid-1.page-preview img.grid-wide-img {
  display: none;
}
#grid-1.page-preview img.grid-tall-img {
  display: none;
}
#grid-1.page-preview img.grid-small-img {
  display: block;
}
#grid-2.page-preview {
  width: 100%;
  margin-right: 0;
  height: 0;
  margin-bottom: 6%;
  padding-bottom: 66.6667%;
  margin-top: 0;
}
#grid-2.page-preview img.grid-wide-img {
  display: none;
}
#grid-2.page-preview img.grid-tall-img {
  display: none;
}
#grid-2.page-preview img.grid-small-img {
  display: block;
}
#grid-3.page-preview {
  width: 100%;
  margin-right: 0;
  height: 0;
  margin-bottom: 6%;
  padding-bottom: 66.6667%;
  margin-top: 0;
}
#grid-3.page-preview img.grid-wide-img {
  display: none;
}
#grid-3.page-preview img.grid-tall-img {
  display: none;
}
#grid-3.page-preview img.grid-small-img {
  display: block;
}
#grid-4.page-preview {
  width: 100%;
  margin-right: 0;
  height: 0;
  margin-bottom: 6%;
  padding-bottom: 66.6667%;
  margin-top: 0;
}
#grid-4.page-preview img.grid-wide-img {
  display: none;
}
#grid-4.page-preview img.grid-tall-img {
  display: none;
}
#grid-4.page-preview img.grid-small-img {
  display: block;
}
#grid-5.page-preview {
  width: 100%;
  margin-right: 0;
  height: 0;
  margin-bottom: 6%;
  padding-bottom: 66.6667%;
  margin-top: 0;
}
#grid-5.page-preview img.grid-wide-img {
  display: none;
}
#grid-5.page-preview img.grid-tall-img {
  display: none;
}
#grid-5.page-preview img.grid-small-img {
  display: block;
}
#grid-6.page-preview {
  width: 100%;
  margin-right: 0;
  height: 0;
  margin-bottom: 6%;
  padding-bottom: 66.6667%;
  margin-top: 0;
}
#grid-6.page-preview img.grid-wide-img {
  display: none;
}
#grid-6.page-preview img.grid-tall-img {
  display: none;
}
#grid-6.page-preview img.grid-small-img {
  display: block;
}
@media screen and (min-width: 500px) {
  .subpage-grid {
    width: 100%;
    height: auto;
    position: relative;
  }
  #grid-1.page-preview {
    width: 47%;
    margin-right: 3%;
    height: 0;
    margin-bottom: 3%;
    padding-bottom: 31.3333%;
    margin-top: 0;
  }
  #grid-1.page-preview img.grid-wide-img {
    display: none;
  }
  #grid-1.page-preview img.grid-tall-img {
    display: none;
  }
  #grid-1.page-preview img.grid-small-img {
    display: block;
  }
  #grid-2.page-preview {
    width: 47%;
    margin-right: 3%;
    height: 0;
    margin-bottom: 3%;
    padding-bottom: 65.6667%;
    margin-top: 0;
  }
  #grid-2.page-preview img.grid-wide-img {
    display: none;
  }
  #grid-2.page-preview img.grid-tall-img {
    display: block;
  }
  #grid-2.page-preview img.grid-small-img {
    display: none;
  }
  #grid-3.page-preview {
    width: 47%;
    margin-right: 3%;
    height: 0;
    margin-bottom: 3%;
    padding-bottom: 31.3333%;
    margin-top: 0;
    margin-top: -34.3333%;
  }
  #grid-3.page-preview img.grid-wide-img {
    display: none;
  }
  #grid-3.page-preview img.grid-tall-img {
    display: none;
  }
  #grid-3.page-preview img.grid-small-img {
    display: block;
  }
  #grid-4.page-preview {
    width: 97%;
    height: 0;
    margin-bottom: 3%;
    padding-bottom: 31.3333%;
    margin-top: 0;
  }
  #grid-4.page-preview img.grid-wide-img {
    display: block;
  }
  #grid-4.page-preview img.grid-tall-img {
    display: none;
  }
  #grid-4.page-preview img.grid-small-img {
    display: none;
  }
  #grid-5.page-preview {
    width: 47%;
    margin-right: 3%;
    height: 0;
    margin-bottom: 3%;
    padding-bottom: 31.3333%;
    margin-top: 0;
  }
  #grid-5.page-preview img.grid-wide-img {
    display: none;
  }
  #grid-5.page-preview img.grid-tall-img {
    display: none;
  }
  #grid-5.page-preview img.grid-small-img {
    display: block;
  }
  #grid-6.page-preview {
    width: 47%;
    margin-right: 3%;
    height: 0;
    margin-bottom: 3%;
    padding-bottom: 31.3333%;
    margin-top: 0;
  }
  #grid-6.page-preview img.grid-wide-img {
    display: none;
  }
  #grid-6.page-preview img.grid-tall-img {
    display: none;
  }
  #grid-6.page-preview img.grid-small-img {
    display: block;
  }
}
@media screen and (min-width: 760px) {
  .subpage-grid {
    width: 100%;
    height: auto;
    position: relative;
  }
  #grid-1.page-preview {
    width: 30%;
    margin-right: 3%;
    height: 0;
    margin-bottom: 3%;
    padding-bottom: 20%;
    margin-top: 0;
  }
  #grid-1.page-preview img.grid-wide-img {
    display: none;
  }
  #grid-1.page-preview img.grid-tall-img {
    display: none;
  }
  #grid-1.page-preview img.grid-small-img {
    display: block;
  }
  #grid-2.page-preview {
    width: 30%;
    margin-right: 3%;
    height: 0;
    margin-bottom: 3%;
    padding-bottom: 20%;
    margin-top: 0;
  }
  #grid-2.page-preview img.grid-wide-img {
    display: none;
  }
  #grid-2.page-preview img.grid-tall-img {
    display: none;
  }
  #grid-2.page-preview img.grid-small-img {
    display: block;
  }
  #grid-3.page-preview {
    width: 30%;
    margin-right: 3%;
    height: 0;
    margin-bottom: 3%;
    padding-bottom: 43%;
    margin-top: 0;
  }
  #grid-3.page-preview img.grid-wide-img {
    display: none;
  }
  #grid-3.page-preview img.grid-tall-img {
    display: block;
  }
  #grid-3.page-preview img.grid-small-img {
    display: none;
  }
  #grid-4.page-preview {
    width: 63%;
    margin-right: 3%;
    height: 0;
    margin-bottom: 3%;
    padding-bottom: 20%;
    margin-top: 0;
    margin-top: -23%;
  }
  #grid-4.page-preview img.grid-wide-img {
    display: block;
  }
  #grid-4.page-preview img.grid-tall-img {
    display: none;
  }
  #grid-4.page-preview img.grid-small-img {
    display: none;
  }
  #grid-5.page-preview {
    width: 30%;
    margin-right: 3%;
    height: 0;
    margin-bottom: 3%;
    padding-bottom: 20%;
    margin-top: 0;
  }
  #grid-5.page-preview img.grid-wide-img {
    display: none;
  }
  #grid-5.page-preview img.grid-tall-img {
    display: none;
  }
  #grid-5.page-preview img.grid-small-img {
    display: block;
  }
  #grid-6.page-preview {
    width: 63%;
    margin-right: 3%;
    height: 0;
    margin-bottom: 3%;
    padding-bottom: 20%;
    margin-top: 0;
  }
  #grid-6.page-preview img.grid-wide-img {
    display: block;
  }
  #grid-6.page-preview img.grid-tall-img {
    display: none;
  }
  #grid-6.page-preview img.grid-small-img {
    display: none;
  }
}
@media screen and (min-width: 800px) {
  .subpage-grid {
    width: 100%;
    height: auto;
    position: relative;
  }
  #grid-1.page-preview {
    width: 30%;
    margin-right: 3%;
    height: 0;
    margin-bottom: 3%;
    padding-bottom: 20%;
    margin-top: 0;
  }
  #grid-1.page-preview img.grid-wide-img {
    display: none;
  }
  #grid-1.page-preview img.grid-tall-img {
    display: none;
  }
  #grid-1.page-preview img.grid-small-img {
    display: block;
  }
  #grid-2.page-preview {
    width: 30%;
    margin-right: 3%;
    height: 0;
    margin-bottom: 3%;
    padding-bottom: 20%;
    margin-top: 0;
  }
  #grid-2.page-preview img.grid-wide-img {
    display: none;
  }
  #grid-2.page-preview img.grid-tall-img {
    display: none;
  }
  #grid-2.page-preview img.grid-small-img {
    display: block;
  }
  #grid-3.page-preview {
    width: 30%;
    margin-right: 3%;
    height: 0;
    margin-bottom: 3%;
    padding-bottom: 43%;
    margin-top: 0;
  }
  #grid-3.page-preview img.grid-wide-img {
    display: none;
  }
  #grid-3.page-preview img.grid-tall-img {
    display: block;
  }
  #grid-3.page-preview img.grid-small-img {
    display: none;
  }
  #grid-4.page-preview {
    width: 63%;
    margin-right: 3%;
    height: 0;
    margin-bottom: 3%;
    padding-bottom: 20%;
    margin-top: 0;
    margin-top: -23%;
  }
  #grid-4.page-preview img.grid-wide-img {
    display: block;
  }
  #grid-4.page-preview img.grid-tall-img {
    display: none;
  }
  #grid-4.page-preview img.grid-small-img {
    display: none;
  }
  #grid-5.page-preview {
    width: 30%;
    margin-right: 3%;
    height: 0;
    margin-bottom: 3%;
    padding-bottom: 20%;
    margin-top: 0;
  }
  #grid-5.page-preview img.grid-wide-img {
    display: none;
  }
  #grid-5.page-preview img.grid-tall-img {
    display: none;
  }
  #grid-5.page-preview img.grid-small-img {
    display: block;
  }
  #grid-6.page-preview {
    width: 63%;
    margin-right: 3%;
    height: 0;
    margin-bottom: 3%;
    padding-bottom: 20%;
    margin-top: 0;
  }
  #grid-6.page-preview img.grid-wide-img {
    display: block;
  }
  #grid-6.page-preview img.grid-tall-img {
    display: none;
  }
  #grid-6.page-preview img.grid-small-img {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .subpage-grid {
    width: 100%;
    height: auto;
    position: relative;
  }
  #grid-1.page-preview {
    width: 47%;
    margin-right: 3%;
    height: 0;
    margin-bottom: 3%;
    padding-bottom: 31.3333%;
    margin-top: 0;
  }
  #grid-1.page-preview img.grid-wide-img {
    display: none;
  }
  #grid-1.page-preview img.grid-tall-img {
    display: none;
  }
  #grid-1.page-preview img.grid-small-img {
    display: block;
  }
  #grid-2.page-preview {
    width: 47%;
    margin-right: 3%;
    height: 0;
    margin-bottom: 3%;
    padding-bottom: 65.6667%;
    margin-top: 0;
  }
  #grid-2.page-preview img.grid-wide-img {
    display: none;
  }
  #grid-2.page-preview img.grid-tall-img {
    display: block;
  }
  #grid-2.page-preview img.grid-small-img {
    display: none;
  }
  #grid-3.page-preview {
    width: 47%;
    margin-right: 3%;
    height: 0;
    margin-bottom: 3%;
    padding-bottom: 31.3333%;
    margin-top: 0;
    margin-top: -34.3333%;
  }
  #grid-3.page-preview img.grid-wide-img {
    display: none;
  }
  #grid-3.page-preview img.grid-tall-img {
    display: none;
  }
  #grid-3.page-preview img.grid-small-img {
    display: block;
  }
  #grid-4.page-preview {
    width: 97%;
    height: 0;
    margin-bottom: 3%;
    padding-bottom: 31.3333%;
    margin-top: 0;
  }
  #grid-4.page-preview img.grid-wide-img {
    display: block;
  }
  #grid-4.page-preview img.grid-tall-img {
    display: none;
  }
  #grid-4.page-preview img.grid-small-img {
    display: none;
  }
  #grid-5.page-preview {
    width: 47%;
    margin-right: 3%;
    height: 0;
    margin-bottom: 3%;
    padding-bottom: 31.3333%;
    margin-top: 0;
  }
  #grid-5.page-preview img.grid-wide-img {
    display: none;
  }
  #grid-5.page-preview img.grid-tall-img {
    display: none;
  }
  #grid-5.page-preview img.grid-small-img {
    display: block;
  }
  #grid-6.page-preview {
    width: 47%;
    margin-right: 3%;
    height: 0;
    margin-bottom: 3%;
    padding-bottom: 31.3333%;
    margin-top: 0;
  }
  #grid-6.page-preview img.grid-wide-img {
    display: none;
  }
  #grid-6.page-preview img.grid-tall-img {
    display: none;
  }
  #grid-6.page-preview img.grid-small-img {
    display: block;
  }
}
@media screen and (min-width: 1285px) {
  .subpage-grid {
    width: 100%;
    height: auto;
    position: relative;
  }
  .subpage-grid img {
    width: 100%;
    max-width: 120%;
  }
  .subpage-grid .page-preview h2 {
    position: absolute;
    left: 20px;
    top: 20px;
    margin: 0;
    z-index: 999;
    font-size: 1.2em;
    background: #fff;
    padding: 10px 20px;
  }
  .subpage-grid .page-preview img {
    width: 100%;
    max-width: 120%;
  }
}
.true-cost__talks__wrapper {
  width: 100%;
  float: left;
  margin: 50px 0;
}
.true-cost__talks,
.true-cost__panel-sessions {
  width: 100%;
  float: left;
  text-align: center;
}
.true-cost__talks {
  margin: 0 0 50px 0;
}
.true-cost__talks--first {
  margin: 0 0 0 0;
}
.true-cost__panel-sessions--title {
  width: 100%;
  text-align: center;
}
#newsletter-subscribe .subscribe-info {
  margin-bottom: 35px;
}
#newsletter-subscribe #mc_embed_signup input[type=text],
#newsletter-subscribe #mc_embed_signup input[type=email] {
  width: 100%;
  background-color: #fbfbfb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 18px;
  border: 0px;
  border-top: 2px solid #ececec;
  border-left: 2px solid #ececec;
  padding: 10px;
  color: #375756;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#newsletter-subscribe #mc_embed_signup input[type=submit] {
  background-color: #568686;
  padding: 12px;
  border: 0px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
#newsletter-subscribe #mc_embed_signup label {
  display: block;
  margin-top: 8px;
  color: #568686;
  font-size: 16px;
}
#newsletter-subscribe #mc_embed_signup .input-group {
  margin-top: 30px;
}
#newsletter-subscribe #mc_embed_signup .input-group input[type=checkbox] {
  margin-top: 10px;
}
#newsletter-subscribe #mc_embed_signup .input-group label {
  display: inline;
  margin-left: 5px;
}
.content-container .content-wrapper a.search-result {
  display: block;
  padding: 20px;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
.support-content {
  max-width: 600px;
  margin: 24px auto 0px auto;
}
.support-email,
.support-links {
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
  text-align: center;
}
.support-content {
  text-align: center;
  padding: 0 0 28px 0;
}
.support-links {
  background: #dbe8e9;
}
.support-email-front-page {
  padding: 50px;
}
.support-us .support-email .content-wrapper {
  width: 100%;
  max-width: 100%;
  float: none;
}
.support-us .support-email .content-wrapper .title {
  width: 100%;
  text-align: center;
}
.support-email {
  background: #f9f5f2;
  padding: 0px;
  margin: 20px 0;
  position: relative;
}
.support-email .logo-wrapper {
  width: 25%;
  float: left;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-image: url("imgs/newsletter-signup-logo.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.support-email .content-wrapper {
  width: 75%;
  float: right;
  background: #edf5f6;
}
.support-email .content-wrapper .title,
.support-email .content-wrapper .intro {
  width: 90%;
  margin: 0 auto;
  text-align: left;
  padding: 0px;
}
.support-email .content-wrapper .title {
  margin-top: 10px;
  font-size: 1.3em;
}
.support-email .content-wrapper .intro {
  font-size: 1.05em;
  line-height: 1.3em;
  font-family: Lato;
  width: 90% !important;
}
.support-email .content-wrapper .form-newsletter {
  margin-top: 10px;
  margin-bottom: 20px;
  width: 90%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
}
.support-email .content-wrapper input[type=email],
.support-email .content-wrapper input[type=submit] {
  font-size: 0.9em;
  padding: 3px 2%;
  height: 30px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.support-email .content-wrapper input[type=email] {
  width: 72%;
  border-top: 1px solid #ccc;
}
.support-email .content-wrapper input[type=submit] {
  width: 20%;
}
.support-links-wrapper {
  width: 220px;
  margin: 50px 20px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  color: #568786;
}
.support-links-twitter,
.support-links-facebook,
.support-links-linkedin {
  width: 106px;
  height: 106px;
  display: block;
  margin: 0 auto;
}
.support-links-twitter:hover,
.support-links-facebook:hover,
.support-links-linkedin:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.support-links-twitter {
  background: url("imgs/icon-twitter-big.png");
}
.support-links-facebook {
  background: url("imgs/icon-facebook-big.png");
}
.support-links-linkedin {
  background: url("imgs/icon-linkedin-big.png");
}
.form-newsletter {
  max-width: 700px;
  margin: 50px auto 0;
  padding: 20px;
  background: #dbe8e9;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.form-newsletter input[type=email] {
  width: 80%;
  height: 31px;
  float: left;
  border: none;
  background: #fff;
  outline: none;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  padding: 15px 2%;
  font-size: 1.375em;
}
.form-newsletter input[type=submit] {
  height: 61px;
  width: 16%;
  padding: 2%;
  float: left;
  background: #568786;
  border: none;
  color: #fff;
  margin: 0;
  font-size: 1.0625em;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
}
.form-newsletter input[type=submit]:hover {
  background: #72a5a4;
}
.form-newsletter input[type=submit]:active {
  background: #456c6b;
}
@media screen and (max-width: 799px) {
  .support-email .content-wrapper {
    background-color: #fff;
  }
}
@media screen and (max-width: 560px) {
  .support-email .logo-wrapper {
    display: none;
  }
  .support-email .content-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .support-content {
    margin: 50px auto 20px auto;
  }
  .support-links-wrapper {
    margin: 10px 20px;
  }
  .support-email-front-page .form-newsletter input[type=email] {
    width: 96%;
    clear: both;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 10px 0;
    font-size: 1.2em;
    -webkit-appearance: none;
  }
  .support-email-front-page .form-newsletter input[type=submit] {
    width: 100%;
    clear: both;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-appearance: none;
  }
}
.content-container {
  overflow: auto;
  width: 90%;
  margin: auto;
  max-width: 1389px;
}
.content-container > .content-wrapper {
  width: 100%;
  min-height: 400px;
}
.sidebar {
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.section-elements {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 40px;
  margin-bottom: 40px;
  z-index: 0;
  position: relative;
}
.section-elements h1 {
  margin-top: 30px;
}
.header-elements {
  overflow: auto;
  margin: 20px auto;
}
.header-elements h1 {
  margin: 0px;
  margin-bottom: 10px;
}
.header-elements h2 {
  font-family: Merriweather;
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1em;
  margin: 20px 0;
  color: #000;
  display: inline;
  float: left;
}
.section-elements .article-view {
  margin-top: 20px;
}
.page .content-container {
  width: 100%;
  background: #fff;
}
.page .content-container .content-wrapper {
  width: 90%;
}
.page .content-container .header-image {
  height: 500px;
  width: 100%;
  background-color: #00f;
}
.page .content-container .background-wrapper {
  overflow: auto;
  background-image: none;
}
.page .content-container article.article-content {
  width: 100%;
  margin-left: 0;
}
.page .content-container article.article-content ul li {
  line-height: 1.5625em;
}
.page .content-container article.article-content .repeater {
  display: block;
  float: left;
  height: auto;
  margin-bottom: 20px;
  padding-bottom: 20px;
  float: left;
  border-bottom: 2px solid #f6f6f6;
}
.page .content-container article.article-content .child-content-block p:first-of-type {
  font-size: 1em;
  line-height: 1.4em;
  font-family: Lato;
}
.page .content-container article.article-content .child-content-block h2 {
  margin: 25px 0 0 0;
}
.page .content-container article.article-content .child-content-block .flex-content-post {
  margin: 20px 0;
  background: #f5f5f5;
  height: auto;
  width: 100%;
  position: relative;
  display: block;
  float: left;
}
.page .content-container article.article-content .child-content-block .flex-content-post p:first-of-type {
  font-size: 1em;
  line-height: 1.4em;
  font-family: Lato;
}
.page .content-container article.article-content .child-content-block .flex-content-post .post-img-flex {
  width: 30%;
  height: 150px;
  background: #79ad9a;
  float: left;
}
.page .content-container article.article-content .child-content-block .flex-content-post .post-content-flex {
  float: left;
  padding: 2% 6% 6% 6%;
}
.home .content-container {
  width: 90%;
  background: none;
}
.home .content-container .content-wrapper {
  width: 100%;
}
.related-articles {
  background-color: #e1e1dd;
}
.related-articles .related-article {
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin-right: 2%;
  margin-bottom: 40px;
  position: relative;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.related-articles .related-article .big-button {
  margin-top: 20px;
}
@media screen and (min-width: 500px) {
  .page-child .content-container > .content-wrapper .header-image,
  .page-parent .content-container > .content-wrapper .header-image {
    width: 100%;
  }
  .related-articles .related-article {
    width: 48%;
  }
}
@media screen and (min-width: 900px) {
  .page .content-container {
    background: none;
    width: 90%;
  }
  .page .content-container .content-wrapper {
    width: 100%;
  }
  .page .content-container .content-wrapper .section-elements {
    float: left;
    width: 70%;
    margin-left: -10%;
    background: #fff;
    border-bottom: 10px solid #9ec6be;
    min-height: 500px;
  }
  .page .content-container .content-wrapper .section-elements article.article-content {
    margin-left: 15%;
    width: 70%;
  }
  .page .content-container .content-wrapper .section-elements h1 {
    margin-top: 38px;
  }
  .related-articles .related-article {
    width: 30%;
  }
}
@media screen and (min-width: 900px) {
  .sidebar {
    display: inline-block;
    float: left;
    width: 30.5%;
    height: 100%;
    -webkit-box-sizing: border-boxs;
    -moz-box-sizing: border-boxs;
    box-sizing: border-boxs;
    margin-right: 3%;
  }
}
@media screen and (min-width: 1285px) {
  .sidebar {
    width: 23%;
    margin-right: 2%;
  }
  .sidebar .header-elements {
    margin-left: 1%;
  }
  .sidebar .header-elements h1 {
    margin-top: 15px;
    margin-bottom: 0px;
  }
  .sidebar .header-elements h2 {
    font-size: 2.28em;
    margin-bottom: 20px;
  }
  .page .content-container > .content-wrapper .section-elements {
    width: 72%;
    margin-left: -10%;
    min-height: 640px;
  }
  .page .content-container > .content-wrapper .section-elements article.article-content {
    margin-left: 17%;
    width: 68%;
  }
}
.page .content-container > .content-wrapper .section-elements .expansionTrim p:first-of-type {
  font-family: Lato;
  font-size: 1em;
}
.expansionFull {
  display: none;
}
.expansionFull p:first-of-type {
  font-family: Lato !important;
  font-size: 1em !important;
}
.normalBtn.expandSibling {
  margin-bottom: 20px;
  margin-top: 8px;
  font-family: Effra-Bold;
}
.fund-a-project .elements .element .element-info form input.big-button {
  font-size: 0.9em;
  padding: 3px 5px;
}
.elements {
  margin-bottom: 50px;
  display: inline-block;
  margin-top: 50px;
}
.elements .element {
  background-color: #f9f9f9;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: auto;
  margin-bottom: 40px;
}
.elements .element .element-image {
  width: 100%;
  height: 220px;
  display: block;
  overflow: auto;
  border: 0px;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.elements .element .element-info {
  width: 100%;
  min-height: 220px;
  display: block;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 22px;
  background-color: inherit;
  position: relative;
}
.elements .element .element-info h3 {
  font-family: Effra-Bold;
  margin: 0px;
  font-size: 1.3em;
}
.elements .element .element-info a.expandSibling {
  color: #84b4a3;
  text-decoration: underline;
  display: block;
}
.elements .element .element-info p {
  margin: 0px;
  margin-top: 8px;
  font-size: 0.9em;
}
.elements .element .element-info form.element-donate-now {
  text-align: right;
  position: absolute;
  bottom: 20px;
  left: 30px;
}
.elements .element .element-info form.element-donate-now input {
  border: 0px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: 5px;
  font-size: 0.6em;
  padding: 6px 10px;
}
.elements .element .element-info form.element-donate-now input[type="submit"] {
  background-color: #84b4a3;
  color: #fff;
  padding: 6px 15px;
  cursor: pointer;
}
.elements .element .element-info form.element-donate-now input[type="text"] {
  background-color: #d1d8d7;
  color: #000;
  width: 60px;
  -moz-box-shadow: inset 0 0 5px #aaa;
  -webkit-box-shadow: inset 0 0 5px #aaa;
  -webkit-box-shadow: inset 0 0 5px #aaa;
  box-shadow: inset 0 0 5px #aaa;
}
.elements .element .element-info form.element-donate-now input[type="button"] {
  color: #fff;
  cursor: pointer;
}
.elements .element .element-info form.element-donate-now input.five,
.elements .element .element-info form.element-donate-now input.ten {
  background-color: #84b4a3;
}
.elements .element .element-info form.element-donate-now input.twenty {
  background-color: #000;
}
@media screen and (min-width: 500px) {
  .fund-a-project .elements .element .element-info form input.big-button {
    font-size: 1em;
    padding: 8px 12px;
  }
}
@media screen and (min-width: 760px) {
  .elements .element {
    background: #f9f9f9;
  }
  .elements .element .element-image {
    width: 33%;
    display: inline;
    float: left;
  }
  .elements .element .element-info {
    width: 67%;
    display: inline;
    float: left;
  }
  .fund-a-project .elements .element .element-info form input.big-button {
    font-size: 1em;
    padding: 8px 12px;
  }
}
@media screen and (min-width: 900px) {
  .fund-a-project .elements .element .element-info form input.big-button {
    font-size: 0.9em;
    padding: 3px 5px;
  }
}
@media screen and (min-width: 1115px) {
  .fund-a-project .elements .element .element-info form input.big-button {
    font-size: 1em;
    padding: 8px 12px;
  }
}
@media screen and (min-width: 800px) {
  .elements .element .element-image {
    width: 33%;
  }
  .elements .element .element-info {
    width: 67%;
  }
  .elements .element .element-info p {
    font-size: 1em;
    line-height: 1.4em;
  }
}
@media screen and (min-width: 900px) {
  .elements {
    margin-left: 1%;
  }
  .elements .element .element-image {
    width: 31.5%;
  }
  .elements .element .element-info {
    width: 68.5%;
  }
}
@media screen and (min-width: 1285px) {
  .elements .element .element-image {
    width: 31.5%;
  }
  .elements .element .element-info {
    width: 68.5%;
    padding-left: 36px;
  }
  .elements .element .element-info h3 {
    font-size: 1.7em;
  }
  .elements .element .element-info form.element-donate-now input {
    font-size: 1em;
  }
}
.page .content-container > .content-wrapper .section-elements .grid-element p {
  padding: 0;
}
.page .content-container > .content-wrapper .section-elements .grid-element p:first-of-type {
  font-family: Lato;
  font-size: 1em;
}
.grid-element {
  min-height: 270px;
  margin-bottom: 20px;
  position: relative;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #f1f1f1;
}
.grid-element input.big-button {
  position: absolute;
  bottom: 20px;
  cursor: pointer;
}
.grid-element .grid-element-image {
  width: 100%;
  height: 140px;
  display: block;
  overflow: auto;
  border: 0px;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.grid-element .grid-element-info {
  padding: 20px;
}
.grid-element .grid-element-info h3 {
  margin-top: 0px;
  color: #444;
  font-family: Effra-Bold;
  font-size: 1.6em;
}
.grid-element .grid-element-info p {
  margin: 0px;
  padding: 0px;
  padding-bottom: 50px;
}
.grid-element .grid-element-info a.give {
  bottom: 20px;
  position: absolute;
}
@media screen and (min-width: 500px) {
  .grid-element {
    display: inline-block;
    vertical-align: top;
    width: 47.5%;
  }
  .grid-element-2 {
    margin-left: 4%;
  }
}
@media screen and (min-width: 800px) {
  .grid-element {
    margin-right: 0%;
    width: 46.5%;
  }
}
@media screen and (min-width: 900px) {
  .grid-elements {
    margin-left: 1%;
  }
  .grid-elements .grid-element {
    width: 47%;
  }
}
@media screen and (min-width: 1285px) {
  .grid-elements .grid-element {
    width: 47%;
    margin-bottom: 30px;
    margin-right: 3%;
  }
  .grid-elements .grid-element-2 {
    margin-left: 0px;
    margin-right: 0;
  }
  .grid-elements .grid-element-3 {
    margin-right: 0px;
  }
}
