/*
Theme Name: Pisces Foundation
Theme URI: http://piscesfoundation.org/
Author: Outline
Author URI: http://weareoutline.com
Description: Wordpress theme for Pisces Foundation by Outline.
Version: 1.0
*/

/* 

green - 98BB5D
cream - F4F1EC
gray  - 314349

EuclidFlex-Light
EuclidFlex-Regular

*/

@font-face {
    font-family: "Euclid Flex";
    src: url("webfonts/Euclid-Flex.eot");
    src: url("webfonts/Euclid-Flex.eot?#iefix") format("embedded-opentype"),
        url("webfonts/Euclid-Flex.woff2") format("woff2"),
        url("webfonts/Euclid-Flex.woff") format("woff"),
        url("webfonts/Euclid-Flex.svg#Euclid Flex") format("svg");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family: "Euclid Flex Light";
    src: url("webfonts/Euclid-Flex-Light.eot");
    src: url("webfonts/Euclid-Flex-Light.eot?#iefix") format("embedded-opentype"),
        url("webfonts/Euclid-Flex-Light.woff2") format("woff2"),
        url("webfonts/Euclid-Flex-Light.woff") format("woff"),
        url("webfonts/Euclid-Flex-Light.svg#Euclid Flex Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

.euclid_flex_light {
    font-family: "Euclid Flex Light", sans-serif !important;
    font-weight: 300 !important;
    font-style: normal;
}

.euclid_flex_regular {
    font-family: "Euclid Flex", sans-serif !important;
    font-weight: normal !important;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

html {
    -webkit-text-size-adjust: none;
    /* prevent font scaling in landscape */
    -webkit-font-smoothing: antialiased;
    /* prevent heavy font rendering */
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
    margin: 0;
    padding: 0;
}

div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

body {
    font-family: "Euclid Flex Light", sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    line-height: 1;
    color: #314349;
    letter-spacing: 0.02em;
}

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

a img {
    outline: none;
    border: none;
}

input,
submit,
input[type="submit"],
button,
textarea {
    border: none;
    outline: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

submit,
input[type="submit"],
button {
    cursor: pointer;
}

input[type="text"],
textarea {
    padding: 0;
    border: none;
    background: none;
    border-bottom: 1px solid #314349;
    line-height: 36px;
    font-family: "Euclid Flex Light", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #314349;
}

textarea {
    padding: 16px;
    line-height: 1.2;
    border: 1px solid #314349;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

a,
a:link,
a:visited,
a:active {
    text-decoration: underline;
    outline: none;
    border: none;
    cursor: pointer;
    color: #98bb5d;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

a:hover {
    text-decoration: none;
}

a.button,
input[type="submit"].button,
button {
    display: inline-block;
    min-width: 140px;
    padding: 0 30px;
    line-height: 48px;
    white-space: nowrap;
    text-align: center;
    font-family: "Euclid Flex", sans-serif !important;
    font-weight: normal !important;
    font-size: 16px;
    text-decoration: none !important;
    border: 1px solid #98bb5d;
    background: #98bb5d;
    color: #ffffff;
    letter-spacing: 0.05em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}

a.button:hover,
input[type="submit"].button:hover,
button:hover {
    background: #ffffff;
    color: #98bb5d;
}

a.button.outline,
input[type="submit"].button.outline,
button.outline {
    border: 1px solid #98bb5d;
    background: none;
    color: #98bb5d;
}

a.button.outline:hover,
input[type="submit"].button.outline:hover,
button.outline:hover {
    background: #ffffff;
    color: #98bb5d;
}

a.button.white,
input[type="submit"].button.white,
button.white {
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #98bb5d;
}

a.button.white:hover,
input[type="submit"].button.white:hover,
button.white:hover {
    background: #98bb5d;
    color: #ffffff;
}

a.button.arrow,
input[type="submit"].button.arrow,
button.arrow {
    padding-right: 64px;
    position: relative;
    text-align: left;
}

a.button.arrow:after,
input[type="submit"].button.arrow:after,
button.arrow:after {
    display: block;
    content: "";
    width: 10px;
    height: 17px;
    background-image: url(img/arrow-button.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 10px 34px;
    position: absolute;
    top: 16px;
    right: 32px;
}

a.button.arrow:hover:after,
input[type="submit"].button.arrow:hover:after,
button:hover:after {
    background-position: 0 -17px;
}

.button.block {
    display: block;
}

.button.block.text-align-left {
    text-align: left;
}

a.textlink {
    display: inline-block;
    padding: 0 3px;
    position: relative;
    white-space: nowrap;
    font-family: "Euclid Flex", sans-serif !important;
    font-weight: normal !important;
    font-size: 16px;
    letter-spacing: 0.25em;
    text-decoration: none !important;
    color: #98bb5d;
    letter-spacing: 0.05em;
}

a.textlink:after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #98bb5d;
    position: absolute;
    bottom: -5px;
    left: -1px;
}

a.textlink.white {
    color: #ffffff;
}

a.textlink.white:after {
    background: #ffffff;
}

a.textlink:hover:after {
    display: none;
}

h1,
h2 {
    font-family: "Euclid Flex", sans-serif;
    font-weight: normal;
    font-size: 56px;
    line-height: 1.2;
    margin-bottom: 28px;
}

h2 {
    font-family: "Euclid Flex Light", sans-serif;
    font-weight: 300;
    font-size: 42px;
}

h3 {
    font-family: "Euclid Flex", sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 18px;
}

h4,
h5,
h6 {
    font-family: "Euclid Flex", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.25em;
    margin-bottom: 10px;
}

p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 30px;
}

p.large {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
}

.max-width-370 {
    max-width: 370px !important;
}

.max-width-775 {
    max-width: 775px !important;
}

.nomarg {
    margin-bottom: 0 !important;
}

.margin-30 {
    margin: 30px !important;
}

.margin-5 {
    margin: 5px !important;
}


.margin-x-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.margin-x-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

.margin-left-30 {
    margin-left: 30px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.uppercase {
    text-transform: uppercase;
}

.centertext {
    text-align: center;
}

.centertext img {
    display: inline-block;
}

.table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

.table.auto {
    table-layout: auto;
}

.table .cell {
    display: table-cell;
    vertical-align: middle;
}

.cols:before,
.cols:after {
    content: "";
    display: table;
}

.cols:after {
    clear: both;
}

.cols {
    *zoom: 1;
}

.cols .col {
    float: left;
}

.cols .col.four-fifths {
    width: 80%;
}

.cols .col.three-fourths,
.cols .col.three-quarters {
    width: 75%;
}

.cols .col.two-thirds {
    width: 66.6666%;
}

.cols .col.three-fifths {
    width: 60%;
}

.cols .col.one-half,
.flex.two>* {
    width: 50%;
}

.cols .col.two-fifths {
    width: 40%;
}

.cols .col.one-third,
.flex.three>* {
    width: 33.3333%;
}

.cols .col.one-fourth,
.cols .col.one-quarter {
    width: 25%;
}

.cols .col.one-fifth {
    width: 20%;
}

.grid-2 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 60px;
    grid-row-gap: 100px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.wrapper {
    width: 100%;
    max-width: 1520px;
    padding: 0 60px;
    margin: 0 auto;
}

.wrapper.nopad {
    padding: 0 !important;
}

.wrapper.skinny {
    max-width: 1240px;
}

.cream_bg {
    background: #f4f1ec;
}

.blue_bg {
    background: #314348;
}

.gradient_bg {
    background: #6c893a;
    background: -moz-linear-gradient(45deg,
            #6c893a 0%,
            #98bb5d 41%,
            #d5db63 100%);
    background: -webkit-linear-gradient(45deg,
            #6c893a 0%,
            #98bb5d 41%,
            #d5db63 100%);
    background: linear-gradient(45deg, #6c893a 0%, #98bb5d 41%, #d5db63 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c893a', endColorstr='#d5db63', GradientType=1);
    color: #ffffff;
}

.text-color-white {
    color: #fff;
}

.text-16 {
    font-size: 16px;
}

.text-18 {
    font-size: 18px;
}

.text-20 {
    font-size: 20px;
}

.text-30 {
    font-size: 30px;
}

.text-36 {
    font-size: 36px;
}

.section {
    margin-top: 100px;
    margin-bottom: 100px;
}

.section_pad {
    padding-top: 100px;
    padding-bottom: 100px;  
}

.section_pad.section-40 {
    padding-top: 40px;
    padding-bottom: 40px;  
}

.section.section-140 {
    margin-top: 140px;
    margin-bottom: 140px;
}

.table_row.image_text {
    max-width: 1390px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.table_row.image_text img {
    width: 100%;
    max-width: 580px;
}

.table_row.image_text .cell:last-child {
    padding: 0 2%;
}

.table_row.image_text .text p {
    font-size: 24px;
    line-height: 1.5;
}

span.tooltip {
    white-space: nowrap;
    color: #98bb5d;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

span.tooltip:hover {
    color: #58676f;
}

span.tooltip .count {
    display: none;
    vertical-align: super;
    font-size: 10px;
}

span.tooltip .tip {
    display: none;
    width: 500px;
    position: absolute;
    bottom: 0;
    left: 0;
}

span.tooltip .tip .wrap {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 45px;
    left: 20px;
    padding: 28px;
    background: #98bb5d;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.4;
    white-space: normal;
    cursor: default;
}

span.tooltip .tip .wrap:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 14px 0 0;
    border-color: #98bb5d transparent transparent transparent;
    position: absolute;
    bottom: -14px;
    left: 0;
}

span.tooltip .tip .inside {
    display: block;
    width: 100%;
    height: auto;
    max-height: 200px;
    overflow: hidden;
}

span.tooltip .tip a {
    color: #ffffff;
    word-wrap: break-word;
    text-decoration: none;
}

span.tooltip .tip a:hover {
    color: #314349;
}

span.tooltip:hover .tip {
    display: block;
}

.citations {
    display: none;
    border-top: 1px solid #d2d2d2;
}

.citations .citation {
    margin: 10px 0;
    font-size: 11px;
    line-height: 1.4;
}

.spotlight {
    padding: 110px 0;
}

.spotlight .wrapper {
    max-width: 1390px;
}

.spotlight h2 {
    margin-bottom: 50px;
    font-size: 30px;
}

.spotlight .logo {
    display: block !important;
    max-width: 350px;
    background: #ffffff;
    /*padding:100px 30px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.spotlight .logo img {
    margin: 0 auto;
}

.spotlight .col:first-child {
    padding-right: 60px;
}

.spotlight .post p a,
.spotlight .post li a {
    text-decoration: underline;
    color: #000000;
}

.spotlight .post p a:hover,
.spotlight .post li a:hover {
    text-decoration: none;
    color: #000000;
}

/* header */
#header {
    width: 100%;
    background: #ffffff;
}

#header .table {
    padding: 44px 60px 44px 44px;
}

#header.home {
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#header .logo a {
    display: block;
    width: 210px;
}

#header .toggle {
    text-align: right;
    font-size: 18px;
}

#header.home .toggle {
    color: #ffffff;
}

#header .toggle span {
    display: block;
    float: right;
    cursor: pointer;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    transition: all 100ms linear;
}

#header .toggle span.bars {
    display: inline-block;
    margin-left: 20px;
    width: 22px;
    height: 14px;
    background-image: url(img/icon-bars.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 22px 14px;
    position: relative;
    top: 2px;
}

#header.home .toggle span.bars {
    background-image: url(img/icon-bars-white.png);
}

#header .toggle span:hover {
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

/* menu */
#menu {
    width: 450px;
    height: 100%;
    position: fixed;
    top: 0;
    right: -450px;
    padding: 180px 25px 180px 60px;
    background: #98bb5d;
    color: #ffffff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 9998;
}

#menu.open {
    right: 0;
}

#menu .close {
    display: block;
    position: absolute;
    top: 60px;
    right: 60px;
    cursor: pointer;
}

#menu .close span {
    display: inline-block;
    width: 30px;
    height: 17px;
    margin-left: 22px;
    background: url(img/icon-close.png) center center no-repeat;
    background-size: 17px 17px;
    position: relative;
    top: 2px;
}

#menu .inner {
    height: 100%;
    overflow-y: auto;
    text-align: right;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    display: block;
    margin-bottom: 35px;
    padding-right: 45px;
    line-height: 1.2;
}

#menu ul li:last-child {
    margin-bottom: 0;
}

#menu ul li.menu-item-has-children {
    position: relative;
}

#menu ul li.menu-item-has-children span {
    display: block;
    width: 30px;
    height: 30px;
    background: url(img/arrow-down.png) center center no-repeat;
    background-size: 19px 12px;
    position: absolute;
    top: 5px;
    right: 0;
    cursor: pointer;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}

#menu ul li.menu-item-has-children span.open {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#menu ul li ul {
    display: none;
    padding-top: 15px;
}

#menu ul li ul li {
    margin-bottom: 15px;
    padding-right: 0;
}

#menu ul li ul li:last-child {
    margin-bottom: 0;
}

#menu ul li a {
    display: inline-block;
    font-size: 36px;
    color: #ffffff;
    text-decoration: none;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

#menu ul li a:hover {
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

#menu ul li.menu-item-has-children a:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

#menu ul li ul a {
    font-size: 18px;
    font-family: "Euclid Flex Light", sans-serif;
    font-weight: 300;
}

#menu ul li ul a:hover {
    color: #314349;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

#menu .social {
    position: absolute;
    bottom: 50px;
    right: 100px;
}

#menu .social li {
    display: inline-block;
    margin: 0 20px 0 0;
    line-height: 1;
    padding: 0;
}

#menu .social li:last-child {
    margin-right: 0;
}

#menu .social li a {
    font-size: 20px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

#menu .social li a:hover {
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

/* footer */
#footer {
    padding: 54px 0;
    background: #314349;
    color: #ffffff;
}

#footer .cols {
    max-width: 1520px;
    margin: 0 auto;
}

#footer .col {
    padding: 0 60px;
}

#footer .col.middle {
    min-height: 1px;
}

#footer a {
    color: #81929b;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footer p {
    color: #81929b;
    line-height: 1.8;
    margin-bottom: 20px;
}

#footer .social {
    list-style: none;
}

#footer .social li {
    display: inline-block;
    margin-right: 20px;
}

#footer .social li:last-child {
    margin-right: 0;
}

#footer .social li a {
    font-size: 18px;
    color: #ffffff;
}

#footer .social li a:hover {
    color: #81929b;
}

#footer .formwrap {
    padding-right: 30px;
    padding-bottom: 16px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ffffff;
    position: relative;
}

#footer .formwrap input[type="text"] {
    width: 100%;
    height: 18px;
    line-height: 1;
    color: #81929b;
}

#footer .formwrap input[type="submit"] {
    width: 20px;
    height: 18px;
    background: none;
    background: url(img/arrow-submit.png) right center no-repeat;
    background-size: 11px 18px;
    text-align: left;
    text-indent: -9999em;
    position: absolute;
    top: 0;
    right: 0;
}

#footer .formwrap label.error {
    display: block;
    position: absolute;
    bottom: -16px;
    left: 0;
    font-size: 11px;
    line-height: 1.2;
    color: #ffadad;
}

#footer .copyright {
    max-width: 1520px;
    margin: 26px auto 0;
    padding: 0 60px;
    color: #81929b;
}

/* consent */
#consent {
    width: 100%;
    height: auto;
    padding: 15px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #314349;
    color: #ffffff;
    z-index: 9999;
    font-size: 14px;
    text-align: center;
}

#consent .inner {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1.4;
}

#consent .close {
    display: block;
    width: 15px;
    height: 15px;
    background: url(img/icon-close.png) center center no-repeat;
    background-size: 15px 15px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

/* intros */
#intro {
    padding: 40px 0 100px;
}

#intro .cols .col:first-child,
#area_of_effort .cols .col:first-child {
    padding-right: 15px;
}

#intro .cols .col:last-child,
#area_of_effort .cols .col:last-child {
    padding-left: 15px;
}

#intro p {
    font-size: 24px;
    margin-bottom: 36px;
}

#intro p:first-child {
    font-size: 30px;
}

#intro p:last-child {
    margin-bottom: 0;
}

#intro.with_image .image {
    height: 700px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: -1;
}

#intro.with_image.gradient_down {
    padding-bottom: 0;
}

#intro.with_image.gradient_down .image {
    margin-top: -200px;
}

#intro.with_image.gradient_down .image.gradient:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top,
            rgba(255, 255, 255, 1) 8%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top,
            rgba(255, 255, 255, 1) 8%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 1) 8%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
}

#intro.with_image.gradient_up {
    padding-bottom: 0;
}

#intro.with_image.gradient_up .wrapper {
    padding-bottom: 100px;
}

#intro.with_image.gradient_up .image {
    background-position: center top;
}

#intro.with_image.gradient_up .image.gradient:after {
    display: block;
    content: "";
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

@media (min-width:1025px){
    #area_of_effort .intro h2 {
        max-width: 425px;
    }
}

/* home: feature */
#feature {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#feature .table {
    padding: 150px 0;
}

#feature .text {
    max-width: 1020px;
    padding: 0 125px;
    font-size: 62px;
    line-height: 1.2;
    color: #ffffff;
}

#feature .text span {
    display: block;
}

#feature .text a.button:hover {
    border: 1px solid #ffffff;
}

#feature .nav {
    width: 100%;
    height: 90px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#feature .nav a {
    display: block;
    float: left;
    width: 33.3333%;
    height: 90px;
    padding: 0 70px 0 28px;
    font-size: 18px;
    line-height: 90px;
    white-space: nowrap;
    text-decoration: none;
    color: #314349;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#feature .nav a:nth-child(2n) {
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

#feature .nav a:after {
    display: block;
    content: "";
    width: 13px;
    height: 7px;
    background: url(img/caret-down.png) center center no-repeat;
    background-size: 13px 7px;
    position: absolute;
    right: 42px;
    top: 50%;
    margin-top: -6px;
}

#feature .nav a:hover {
    text-indent: 5px;
}

/* home: table rows */
#home .table_row .cell.image {
    width: 56%;
}

#home .table_row .text {
    padding: 0 12% 0 16%;
}

#home .table_row .text img {
    margin-bottom: 30px;
}

#home .table_row .text p {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 22px;
}

/* home: twitter */
#twitter {
    padding: 80px 0 90px;
}

#twitter .wrapper {
    max-width: 1160px;
    position: relative;
}

#twitter img {
    display: block;
    width: 24px;
    margin: 0 auto 38px;
}

#twitter .slide {
    width: 100%;
    font-size: 24px;
    line-height: 1.4;
}

#twitter .slide .inner {
    max-width: 750px;
    margin: 0 auto;
}

#twitter .slide a {
    color: #ffffff;
}

#twitter .slide .date {
    margin-top: 20px;
    font-size: 16px;
}

#twitter .slide .date a {
    font-family: "Euclid Flex", sans-serif;
}

#twitter .slide .date span {
    display: inline-block;
    font-size: 12px;
    margin: 0 12px;
}

#twitter .prev,
#twitter .next {
    display: block;
    width: 21px;
    height: 38px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 21px 38px;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 100ms linear;
    -moz-transition: opacity 100ms linear;
    transition: opacity 100ms linear;
}

#twitter .prev {
    background-image: url(img/arrow-left.png);
    left: 20px;
}

#twitter .next {
    background-image: url(img/arrow-right.png);
    right: 20px;
}

#twitter .prev:hover,
#twitter .next:hover {
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

/* home: latest */
#latest .heading {
    margin-bottom: 50px;
}

#latest .heading .col:last-child {
    text-align: right;
}

#latest .title {
    font-size: 24px;
    line-height: 1.5;
}

#latest .subtitle {
    margin-top: 5px;
    font-size: 18px;
    line-height: 1.5;
}

#latest .excerpts .col:first-child {
    padding-right: 30px;
}

#latest .excerpts .col:last-child {
    padding-left: 30px;
}

#latest .excerpts a {
    display: block;
    width: 100%;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    background: #314349;
}

#latest .excerpts a img {
    width: 100%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    transition: all 100ms linear;
}

#latest .excerpts a:hover img {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#latest .excerpts a span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    z-index: 2;
}

#latest .excerpts a span span {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 0;
    font-size: 12px;
}

#latest .excerpts a:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: url(img/gradient-up.png) center bottom repeat-x;
}

/* what we do */
#what_we_do .cols {
    margin-top: 60px;
}

#what_we_do .col {
    padding: 0 3%;
}

#what_we_do h3 {
    margin: 25px 0;
    font-size: 24px;
}

#what_we_do .col p {
    min-height: 220px;
}

#what_we_do a.button.arrow {
    width: 100%;
}

/* areas of effort */
#area_of_effort .intro .wrapper {
    max-width: 900px;
}

#area_of_effort .intro p {
    font-size: 24px;
}

#area_of_effort .accordions {
    padding: 100px 0;
}

#area_of_effort .accordions p.large {
    max-width: 780px;
    margin: 24px auto 50px;
}

#area_of_effort .accordions .cols .col:first-child {
    padding-right: 30px;
}

#area_of_effort .accordions .cols .col:last-child {
    padding-left: 30px;
}

.accordions .item {
    margin-bottom: 28px;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    transition: all 100ms linear;
}

.accordions .item.open {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

.accordions .item .label {
    padding: 0 60px 10px 0;
    font-size: 20px;
    line-height: 1.4;
    border-bottom: 2px solid #ffffff;
    cursor: pointer;
    position: relative;
}

.accordions .item .label:after {
    display: block;
    content: "\f0d7";
    font-family: "FontAwesome";
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}

.accordions .item.open .label:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordions .item .desc {
    display: none;
    padding-top: 20px;
}

.accordions .item .desc p {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
}

.accordions.proposals .item .desc strong,
.accordions.proposals .item .desc b,
.accordions.proposals .item .desc h2,
.accordions.proposals .item .desc h3 {
    font-family: "Euclid Flex", sans-serif !important;
    font-weight: normal !important;
    font-style: normal;
    font-size: 16px;
    line-height: 1.4;
}

.accordions.proposals .item .desc p {
    margin-bottom: 30px;
}

.accordions.proposals .item .desc ul {
    margin-left: 20px;
}

.accordions.proposals .item .desc ul li {
    margin-bottom: 10px;
}

#area_of_effort .accordions .item .desc p span.tooltip {
    color: #ffffff;
    text-decoration: underline;
}

#area_of_effort .accordions .item .desc p span.tooltip .tip a:hover {
    color: #98bb5d;
}

#area_of_effort .accordions .item .desc p span.tooltip .tip .wrap {
    background: #314349;
}

#area_of_effort .accordions .item .desc p span.tooltip .tip .wrap:after {
    border-color: #314349 transparent transparent transparent;
}

#area_of_effort .accordions .citations {
    border-top: none;
}

#area_of_effort .accordions .citations .citation a {
    color: #ffffff;
}

/* who we are */
#who_we_are .icons .title {
    margin-bottom: 50px;
    font-size: 24px;
    line-height: 1.4;
}

#who_we_are .icons .link {
    cursor: pointer;
}

#who_we_are .icons .link img {
    display: block;
    margin: 0 auto 24px;
}

#who_we_are .icons .link span {
    display: inline-block;
    font-size: 18px;
    position: relative;
}

#who_we_are .icons .link.active span {
    color: #98bb5d;
}

#who_we_are .icons .link.active span:after {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background: #98bb5d;
    position: absolute;
    bottom: -8px;
    left: -1px;
}

#who_we_are .icons .table {
    margin-bottom: 70px;
}

#who_we_are .icons .text {
    display: none;
}

#who_we_are .team {
    padding: 100px 0;
}

#who_we_are .hiring .title,
#who_we_are .team .title {
    font-size: 30px;
    line-height: 1.2;
}

#who_we_are .team .title {
    margin-bottom: 90px;
}

#who_we_are .team .col {
    padding: 0 35px;
    margin-bottom: 70px;
}

#who_we_are .team .person {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    position: relative;
}

#who_we_are .team .person img {
    width: 100%;
}

#who_we_are .team .person .label {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 24px 30px;
    z-index: 2;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.6;
}

#who_we_are .team .person .label .name {
    display: block;
    margin-bottom: 5px;
    font-size: 24px;
}

#who_we_are .team .person:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: url(img/gradient-up.png) center bottom repeat-x;
}

#who_we_are .team .person .overlay {
    width: 100%;
    height: 100%;
    padding: 30px 30px 64px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
    background: url(img/blue-86.png) repeat;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 200ms linear;
    -moz-transition: opacity 200ms linear;
    -o-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}

#who_we_are .team .person:hover .overlay {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

#who_we_are .team .person:hover .label {
    display: none;
}

#who_we_are .team .person .overlay .inner {
    height: 100%;
    overflow: hidden;
}

#who_we_are .team .person .overlay .label {
    display: block !important;
    padding: 0;
    position: relative;
    bottom: auto;
    left: auto;
}

#who_we_are .team .person .overlay .desc {
    display: block;
    margin-top: 20px;
    color: #ffffff;
    line-height: 1.5;
}

#who_we_are .team .person .overlay a {
    display: inline-block;
    padding-right: 20px;
    color: #ffffff;
    position: absolute;
    bottom: 30px;
    left: 30px;
    text-decoration: none;
}

#who_we_are .team .person .overlay a:after {
    display: block;
    content: "";
    width: 8px;
    height: 13px;
    background: url(img/arrow-more.png) center center no-repeat;
    background-size: 8px 13px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

#who_we_are .team .person .overlay a:hover:after {
    right: -5px;
}

#who_we_are .hiring {
    padding: 90px 0;
}

#who_we_are .hiring h3 {
    margin-bottom: -15px;
}

#who_we_are .hiring .job {
    display: inline-block;
    width: 33%;
    padding: 0 20px;
    margin-top: 60px;
    vertical-align: middle;
}

#who_we_are .hiring .job p.large {
    line-height: 1.4;
}

/* bio single */
#bio {
    padding: 40px 0 140px;
}

#bio .cols .col:last-child {
    padding-left: 64px;
}

#bio .title {
    font-size: 30px;
    line-height: 1.5;
}

#bio .position {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 1.5;
    color: #81929b;
}

#bio p {
    font-size: 18px;
}

#bio a.button {
    margin-top: 20px;
}

/* partners */
#partners .intro.section {
    margin-top: 140px;
    margin-bottom: 140px;
}

#partners .intro .wrapper {
    max-width: 1100px;
}

#partners .intro .text {
    font-size: 60px;
    background: -moz-linear-gradient(45deg,
            #6c893a 0%,
            #98bb5d 41%,
            #d5db63 100%);
    background: -webkit-linear-gradient(45deg,
            #6c893a 0%,
            #98bb5d 41%,
            #d5db63 100%);
    background: linear-gradient(45deg, #6c893a 0%, #98bb5d 41%, #d5db63 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c893a', endColorstr='#d5db63', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
}

#partners .slider {
    padding: 80px 0 90px;
}

#partners .slider .wrapper {
    max-width: 1160px;
    position: relative;
}

#partners .slider img {
    display: block;
    width: 58px;
    margin: 0 auto 38px;
}

#partners .slider .title {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.4;
}

#partners .slider .title.margin-bottom-60 {
    margin-bottom: 60px;
}

#partners .slider .slide {
    width: 100%;
    font-size: 30px;
    line-height: 1.4;
}

#partners .slider .slide .inner {
    max-width: 700px;
    margin: 0 auto;
}

#partners .slider .prev,
#partners .slider .next {
    display: block;
    width: 21px;
    height: 38px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 21px 38px;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 100ms linear;
    -moz-transition: opacity 100ms linear;
    transition: opacity 100ms linear;
}

#partners .slider .prev {
    background-image: url(img/arrow-left.png);
    left: 20px;
}

#partners .slider .next {
    background-image: url(img/arrow-right.png);
    right: 20px;
}

#partners .slider .prev:hover,
#partners .slider .next:hover {
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

#featured .slider .pager,
#partners .slider .pager {
    text-align: center;
    margin-top: 46px;
    font-size: 24px;
}

#featured .slider .pager span,
#partners .slider .pager span {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: opacity 100ms linear;
    -moz-transition: opacity 100ms linear;
    transition: opacity 100ms linear;
}

#featured .slider .pager span:after,
#partners .slider .pager span:after {
    display: inline-block;
    content: "";
    width: 0;
    height: 2px;
    position: relative;
    top: -6px;
    background: #ffffff;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    transition: all 150ms linear;
}

#featured .slider .pager span.cycle-pager-active,
#partners .slider .pager span.cycle-pager-active {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

#featured .slider .pager span.cycle-pager-active:after,
#partners .slider .pager span.cycle-pager-active:after {
    width: 40px;
    margin-left: 15px;
}

#partners .search {
    padding: 40px 0;
}

#partners .search img {
    display: inline-block;
    width: 27px;
    margin-right: 15px;
    position: relative;
    top: 8px;
}

#partners .search a.button {
    margin-left: 30px;
}

#partners .organizations h3 {
    margin-bottom: 36px;
}

#partners .organizations p.large {
    max-width: 820px;
    margin-bottom: 70px;
}

#partners .cols .col {
    padding: 0 15px;
    margin-bottom: 60px;
}

#partners .cols .col img {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}

#partners .cols .col a {
    display: inline-block;
    position: relative;
}

#partners .cols .col a span.name {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    transition: all 100ms linear;
}

#partners .cols .col a:hover span.name {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

#partners .cols .col a span.name .cell {
    font-size: 20px;
    line-height: 1.4;
}

/* grant recipients */
#grant_recipients {
    padding: 0 0 120px;
}

#grant_recipients .back_to_top {
    display: none;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    background: #81929b url(img/arrow-up.png) center center no-repeat;
    background-size: 19px 12px;
    cursor: pointer;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

#grant_recipients .no_results {
    display: none;
    padding: 20px 0;
}

#grant_recipients .filters {
    margin-bottom: 50px;
    position: relative;
}

#grant_recipients .loading {
    display: none;
    width: 100%;
    padding: 20px 0;
    position: absolute;
    bottom: -55px;
    left: 0;
}

#grant_recipients .filters .toggle {
    display: inline-block;
    margin: 0 40px 20px 0;
    cursor: pointer;
    color: #81929b;
}

#grant_recipients .filters .toggle .fa {
    display: inline-block;
    width: 10px;
    margin-left: 10px;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}

#grant_recipients .filters .toggle.open .fa {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#grant_recipients .filters .toggle.open {
    color: #314349;
}

#grant_recipients .filters .currents {
    display: inline-block;
}

#grant_recipients .filters .current {
    display: inline-block;
    margin: 0 30px 20px 0;
    color: #81929b;
}

#grant_recipients .filters .current span {
    display: inline-block;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    background: url(img/icon-close-blue.png) center center no-repeat;
    background-size: 15px 15px;
    position: relative;
    top: 2px;
    cursor: pointer;
}

#grant_recipients .filters .inner {
    display: none;
    padding: 60px 20px 0;
}

#grant_recipients .filters .cell {
    vertical-align: top;
    padding-right: 60px;
}

#grant_recipients .filters .title {
    margin-bottom: 18px;
    font-size: 18px;
}

#grant_recipients .filters ul {
    list-style: none;
}

#grant_recipients .filters li {
    display: block;
    margin: 10px 0 0 -12px;
}

#grant_recipients .filters li span {
    padding: 10px 12px;
    display: inline-block;
    white-space: nowrap;
    color: #81929b;
    cursor: pointer;
}

#grant_recipients .filters li span.active,
#grant_recipients .filters li span:hover {
    color: #ffffff;
    background: #81929b;
}

#grant_recipients .recipients table {
    border-collapse: collapse;
}

#grant_recipients .recipients thead th {
    padding: 24px 16px;
    font-family: "Euclid Flex", sans-serif;
    font-weight: normal;
    background: #98bb5d;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
}

#grant_recipients .recipients td {
    padding: 14px;
    text-align: center;
    line-height: 1.4;
    font-size: 16px;
}

#grant_recipients .recipients th.org,
#grant_recipients .recipients td.org {
    padding-left: 20px;
    text-align: left;
}

#grant_recipients .recipients tr:nth-child(even) {
    background: #ffffff;
}

#grant_recipients .recipients tr:nth-child(odd) {
    background: #f4f1ec;
}

#grant_recipients .recipients span.tooltip .icon {
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
}

#grant_recipients .recipients span.tooltip.style-1 .icon {
    width: 26px;
    height: 22px;
    background-image: url(img/area-1.png);
    background-size: 26px 22px;
}

#grant_recipients .recipients span.tooltip.style-2 .icon {
    width: 21px;
    height: 18px;
    background-image: url(img/area-2.png);
    background-size: 21px 18px;
}

#grant_recipients .recipients span.tooltip.style-3 .icon {
    width: 19px;
    height: 23px;
    background-image: url(img/area-3.png);
    background-size: 19px 23px;
}

#grant_recipients .recipients span.tooltip.style-4 .icon {
    width: 27px;
    height: 17px;
    background-image: url(img/area-4.png);
    background-size: 27px 17px;
}

#grant_recipients .recipients span.tooltip {
    cursor: default !important;
    white-space: nowrap !important;
}

#grant_recipients .recipients span.tooltip:hover {
    text-decoration: none;
}

#grant_recipients .recipients span.tooltip .tip {
    width: auto !important;
    bottom: 45px;
    left: 50%;
    padding: 16px 22px;
    background: #314349;
    color: #ffffff;
    white-space: nowrap;
}

#grant_recipients .recipients span.tooltip .tip:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 14px 0 0;
    border-color: #314349 transparent transparent transparent;
    position: absolute;
    bottom: -14px;
    left: 0;
}

#grant_recipients .recipients span.tooltip:hover .tip {
    display: block !important;
}

/* blog */
#posts.perspectives .grid .col:last-child {
    display: none;
}

#blog_intro {
    padding: 40px 0 20px;
}

#posts {
    margin-bottom: 120px;
}

#posts .categories {
    margin-bottom: 25px;
    display: flex;
}

#posts .categories .col:first-child {
    width: 100%;
}

#posts .categories .col:last-child {
    width: 150px;
    text-align: right;
}

#posts .categories li {
    order: 999;
}

#posts .categories li:first-child {
    order: 1;
}

#posts .categories li[data-cat="Pisces Foundation"] {
    order: 2;
}

#posts .categories .col:last-child img {
    display: inline-block;
    width: 10px;
    margin-left: 10px;
    position: relative;
    top: -2px;
}

#posts .categories ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

#posts .categories li {
    display: inline-block;
    margin: 0 20px 20px 0;
}

#posts .categories li a {
    font-size: 18px;
    text-decoration: none;
    color: #81929b;
}

#posts .categories li a:hover,
#posts .categories li.active a {
    color: #98bb5d;
}

#posts .toggle_archives {
    cursor: pointer;
    display: inline-block;
}

#posts .toggle_archives .fa {
    display: inline-block;
    width: 10px;
    margin-left: 10px;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}

#posts .toggle_archives.open .fa {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#posts .toggle_archives.open {
    color: #314349;
}

#posts .post_archives {
    display: none;
    padding-bottom: 50px;
}

#posts .post_archives .table .cell {
    vertical-align: top;
}

#posts .post_archives a {
    text-decoration: none;
    display: block;
    margin: 10px 0 0 -12px;
}

#posts .post_archives a span {
    padding: 10px 12px;
    display: inline-block;
    white-space: nowrap;
    color: #81929b;
    cursor: pointer;
}

#posts .post_archives a span.active,
#posts .post_archives a span:hover {
    color: #ffffff;
    background: #81929b;
}

#posts .postdate {
    margin: -15px 0 20px;
    font-size: 12px;
}

#posts #featured *:not(.button), 
#posts #featured .feature h2 a {
    text-align: left;
    color: white;
}

#posts #featured .slider .pager {
    text-align: center;
}

#posts .feature {
    margin-bottom: 100px;
}

#posts .feature .col:first-child img {
    width: 100%;
}

#posts .feature .col:last-child {
    padding-left: 60px;
}

#posts .feature .cats {
    margin-bottom: 20px;
    color: #81929b;
    font-size: 18px;
    line-height: 1.4;
}

#posts .feature .cats a {
    color: #81929b;
    text-decoration: none;
}

#posts .feature .cats a:hover {
    color: #98bb5d;
}

#posts .feature h2  {
    font-size: 30px;
    line-height: 1.4;
}

#posts .feature h2 a {
    text-decoration: none;
    color: #314349;
}

#posts .feature h2 a:hover {
    color: #98bb5d;
}

#posts .feature p {
    font-size: 18px;
}

#posts .rows .cols,
#related .cols {
    margin: 0 -30px;
}

#posts .rows .col,
#related .col {
    margin-bottom: 100px;
    padding: 0 30px;
}

#posts .rows a.thumb,
#related a.thumb {
    display: block;
    margin-bottom: 40px;
}

#posts .rows a.thumb img,
#related a.thumb img {
    width: 100%;
}

#posts .rows .cats,
#related .cats {
    margin-bottom: 10px;
    color: #81929b;
    font-size: 18px;
    line-height: 1.4;
}

#posts .rows .cats a,
#related .cats a {
    color: #81929b;
    text-decoration: none;
}

#posts .rows .cats a:hover,
#related .cats a:hover {
    color: #98bb5d;
}

#posts .rows .title,
#related .title {
    margin-bottom: 30px;
}

#posts .rows .title a,
#related .title a {
    text-decoration: none;
    font-size: 24px;
    line-height: 1.4;
    color: #314349;
}

#posts .rows .title a:hover,
#related .title a:hover {
    color: #98bb5d;
}

#posts .loadmore .button {
    padding-right: 200px;
    position: relative;
}

#posts .loadmore .button:after {
    display: block;
    content: "\002B";
    position: absolute;
    top: 0;
    right: 30px;
    font-size: 24px;
    line-height: 48px;
    color: #ffffff;
}

#posts .loadmore .button:hover:after {
    color: #98bb5d;
}

/* single post */
#single {
    padding: 50px 0 120px;
}

#single .wrapper {
    max-width: 895px;
}

#single .meta {
    padding-bottom: 40px;
    border-bottom: 1px solid #81929b;
    margin-bottom: 40px;
}

#single .meta .date {
    margin-bottom: 16px;
    font-size: 18px;
}

#single .meta h1 {
    max-width: 700px;
    margin-bottom: 16px;
    font-size: 30px;
    line-height: 1.4;
}

#single .meta .author {
    font-size: 16px;
    line-height: 1.4;
}

#single .meta .author a {
    color: #81929b;
    text-decoration: none;
}

#single .meta .author a:hover {
    text-decoration: underline;
}

#single .share {
    margin: 80px 0 46px;
    padding-bottom: 24px;
    border-bottom: 1px solid #81929b;
    font-size: 16px;
    line-height: 1.4;
}

#single .share a {
    color: #81929b;
    text-decoration: none;
}

#single .share a:hover {
    text-decoration: underline;
}

#single .share span {
    display: inline-block;
    margin: 0 3px;
}

#single .postnav .next {
    text-align: right;
}

#single .postnav .prev a,
#single .postnav .next a {
    font-size: 16px;
    display: inline-block;
    color: #81929b;
    text-decoration: none;
}

#single .postnav .prev a span,
#single .postnav .next a span {
    display: inline-block;
    width: 40px;
    font-size: 20px;
}

#single .postnav .prev a:hover,
#single .postnav .next a:hover {
    color: #98bb5d;
}

/* related */
#related {
    padding: 100px 0;
}

#related h2 {
    margin-bottom: 42px;
    font-size: 24px;
}

#related .col {
    margin-bottom: 0;
}

/* job opening */
#page.job_opening h3 {
    font-size: 24px;
}

#page.job_opening .pagenav a {
    display: inline-block;
    white-space: break-spaces;
    font-size: 18px;
    text-decoration: none;
    color: #314349;
    line-height: 1.2;
    margin: 16px 0;
}

#page.job_opening .pagenav a:hover {
    text-decoration: underline;
}

#page.job_opening .pagenav a.active {
    color: #98bb5d;
}

#page.job_opening .page {
    display: none;
}

#page.job_opening .job_meta {
    margin-bottom: 60px;
}

#page.job_opening .job_meta h2 {
    margin-bottom: 10px;
    font-size: 30px;
}

#page.job_opening .job_meta .location {
    font-size: 18px;
    line-height: 1.6;
    color: #81929b;
}

/* default page */
#page {
    padding: 50px 0 100px;
}

#page .cols .col:last-child {
    padding-left: 30px;
}

/* post styles */
.post p.intro {
    font-size: 24px;
}

.post p a,
.post ul a,
.post ol a {
    text-decoration: none;
}

.post p a:hover,
.post ul a:hover,
.post ol a:hover {
    color: #81929b;
}

.post hr {
    width: 100%;
    background: #c4c4c4;
    outline: none;
    border: none;
    height: 1px;
    margin: 50px 0;
}

.post strong {
    font-family: "Euclid Flex", sans-serif;
    font-weight: normal;
}

.post ul,
.post ol {
    margin: 0 0 30px 30px;
    font-size: 17px;
    line-height: 1.6;
    text-align: left !important;
}

.section ul {
    list-style: none;
}

.post ul {
    list-style: none;
    margin: 0 0 30px;
}

.richtext.text-20 * {
    font-size: 20px;
}

.richtext ul {
    list-style: none;
    margin-bottom: 30px;
}

.richtext > *:last-child {
    margin-bottom: 0;
}

.richtext ul li,
.post ul li {
    margin: 8px 0;
    padding-left: 28px;
    position: relative;
}

.richtext ul li {
    line-height: 1.4;
}

.richtext ul li:before,
.post ul li:before {
    display: block;
    content: "";
    width: 5px;
    height: 10px;
    position: absolute;
    top: 8px;
    left: 0;
    background: url(img/caret-right-green.png) center center no-repeat;
    background-size: 5px 10px;
}

.gradient_bg .richtext ul li:before {
    background: url(img/caret-right-white.png) center center no-repeat;
    background-size: 5px 10px;    
}

.richtext ul li:before {
    top: 7px;
}
.centertext .richtext {
    text-align: center;
}

.centertext .richtext li {
    text-align: left;
}

.post ul ul,
.post ul ol,
.post ol ul,
.post ol ol {
    margin-bottom: 0;
}

/* WP Captions */
.alignleft {
    display: inline;
    float: left;
    margin: 10px 20px 10px 0;
}

.alignright {
    display: inline;
    float: right;
    margin: 10px 0 10px 20px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

.wp-caption {
    margin-bottom: 10px !important;
    background: none;
    border: none;
    max-width: none;
    padding: 0;
}

.wp-caption img {
    display: block;
    margin: 0 0 5px 0;
    max-width: 100%;
}

.wp-caption .wp-caption-text,
.wp-caption-dd {
    margin: 0 !important;
    padding: 0 5px;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    position: relative;
    color: #888888;
}

.wp-caption .wp-caption-text:before {
    display: none !important;
}

.wp-caption.alignnone {
    width: 100% !important;
}

.wp-caption.alignnone img {
    max-width: 100% !important;
}

/* Flexbox */
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
}

.flex.space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex.justify-center {
    justify-content: center;
}

.flex.flex-wrap {
    flex-wrap: wrap;
}

.flex.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex.align-end {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}

.flex.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex.justify-end {
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}

.flex.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.flex .col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex .col.ie {
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
}

.flex img {
    align-self: center;
}

.flex.grid {
    grid-gap: 0;
}

.flex.grid .grid-item {
    padding: 15px;
}

@supports ((display: -ms-grid) or (display: grid)) {
    .flex.grid {
        display: -ms-grid;
        display: grid;
        grid-gap: 25px;
    }

    .flex.grid.two {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .flex.grid.three {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        /* grid-template-columns: repeat(auto-fit, minmax(200px, auto)); */
    }

    .flex.grid.four {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .flex.grid.six {
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }

    .flex.grid .grid-item {
        width: initial !important;
        padding: 0 !important;
    }
}

@media screen and (max-width: 1260px) {
    .flex.three>* {
        width: 100%;
    }

    @supports ((display: -ms-grid) or (display: grid)) {
        .flex.grid.three {
            -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
        }
    }

    .grid-item {
        margin: auto auto auto 0;
    }
}

@media screen and (max-width: 600px) {
    .grid-item {
        margin: auto;
    }
}


/* Video */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

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

/* FONTS */
.text-56 {
    font-family: "Euclid Flex", sans-serif;
    font-weight: normal;
    font-size: 56px;
    line-height: 1.2;
}
@media screen and (max-width: 1200px){
	.text-56 { font-size:48px; }
}
@media screen and (max-width: 1024px){
	.text-56 { font-size:40px; }
}
@media screen and (max-width: 768px){
	.text-56 { font-size:30px; }
}
.text-30 {
    font-size: 30px;
    line-height: 1.2;
}

/* SPACING */
.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.mb-100 {
    margin-bottom: 100px;
}

/* GRID */
.grid.rows.grid_cols_3 {
    display: grid; 
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 60px;
    row-gap: 60px;
}

#home-hero-logo {
    width: 250px;
    position: absolute;
    bottom: 80px;
    right: 0;
}