html, body {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-family: "roboto", sans-serif; }

a {
  text-decoration: underline;
  color: #353535; }
  a:hover {
    text-decoration: none; }

.contain {
  max-width: 1100px;
  margin: 0 auto; }

.header {
  background: #FFF;
  border-bottom: 6px solid #ffae00;
  position: relative;
  z-index: 99999; }
  .header .logo {
    width: 14%; }

.row--without-margin {
  margin-left: 0;
  margin-right: 0; }

.logo a {
  background: #fff url(../img/logo.png) no-repeat 50% 15px;
  border-bottom: 6px solid #ffae00;
  text-indent: -9999em;
  display: block;
  width: 152px;
  height: 158px;
  padding-top: 15px;
  z-index: 999;
  top: -15px;
  transition: all 0.1s;
  transition: top 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  position: absolute;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }
  .logo a:hover {
    top: -6px;
    transition: top 0.1s cubic-bezier(0.23, 1, 0.32, 1); }
  .logo a:active {
    top: -12px; }

.nav ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.nav--header {
  text-align: center;
  width: 73%; }
  .nav--header ul {
    width: 100%; }
  .nav--header li {
    display: inline-block;
    margin: 0 -2px; }
  .nav--header a {
    text-transform: uppercase;
    font-weight: 500;
    color: #4c4c4c;
    text-decoration: none;
    font-size: 0.58rem;
    padding: 34px 22px;
    display: inline-block;
    transition: color 0.1s;
    margin: 0 -2px; }
    .nav--header a:hover {
      color: #999; }
  .nav--header li:first-child a {
    padding-left: 0; }
  .nav--header li:last-child a {
    padding-right: 0; }

@media screen and (min-width: 1090px) {
  .is-sticky .header .logo a {
    background-position: 50% 60%;
    border-bottom: none;
    width: 100%;
    height: 65px;
    padding-top: 15px;
    z-index: 999;
    position: static;
    box-shadow: none;
    background-size: contain; }
  .is-sticky .header .nav--header li a {
    padding: 29px 22px; }
  .is-sticky .header .donate p {
    margin: 16px 0px; }
    .is-sticky .header .donate p .button {
      font-size: 0.5rem; }
      .is-sticky .header .donate p .button img {
        width: 15px; } }

@media screen and (max-width: 1090px) {
  .header .row--without-margin {
    display: block !important;
    overflow: hidden; }
  .header .logo {
    float: left;
    width: 40% !important;
    text-align: left !important; }
    .header .logo a {
      width: 80px;
      height: 80px;
      background-position: center center;
      background-size: contain;
      padding-top: 0; }
  .header .donate {
    float: right;
    width: 40% !important;
    clear: none !important;
    text-align: right;
    padding-right: 15px; }
    .header .donate p {
      padding-top: 5px;
      margin: 18px 0 0 !important; }
    .header .donate a {
      padding: 5px 10px;
      font-size: 0.6rem;
      vertical-align: middle; }
      .header .donate a img {
        display: none; }
    .header .donate .toggle-menu {
      color: #222;
      padding: 5px;
      font-size: 1.2rem;
      margin: 3px 0 0 16px;
      line-height: 0.5rem; }
  .nav--header {
    display: none;
    position: absolute;
    z-index: 99999;
    top: 80px;
    left: 0;
    border-bottom: 8px solid #FFAF00;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    background: #fff; }
    .nav--header li:first-child a {
      padding-left: 15px; }
    .nav--header li {
      display: block;
      margin: 0;
      border-top: 3px solid #f1f1f1; }
    .nav--header a {
      display: block;
      padding: 15px;
      text-align: left;
      margin: 0;
      font-weight: bold;
      font-size: 0.8rem; } }

.donate {
  width: 13%;
  text-align: right; }
  .donate .button {
    font-size: 0.6rem; }
  .donate .button, .donate .button img {
    transition: all 0.1s; }
  .donate .button {
    padding-left: 18px;
    padding-right: 15px; }

.hero {
  background: url(../img/hero.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 60px;
  position: relative;
  margin-top: -3px; }
  .hero h1 {
    font-family: 'Sanchez', serif;
    font-size: 2.04rem;
    margin: 0;
    padding: 120px 30px;
    text-transform: uppercase;
    color: #FFF; }
    .hero h1 > span {
      background: #4f8bb9;
      display: inline-block;
      padding: 0 30px;
      margin-bottom: 15px; }
  .hero--blog {
    padding-bottom: 0px; }
    .hero--blog .contain {
      min-height: 450px; }
    .hero--blog h1 {
      padding-top: 60px;
      padding-bottom: 0px; }
      .hero--blog h1 > span {
        background: #333; }
  .hero__newsletter {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #FFF;
    font-size: 0.65rem;
    padding: 7px 30px 10px; }
    .hero__newsletter form {
      display: inline-block; }
    .hero__newsletter p {
      font-weight: 100; }
    .hero__newsletter .button {
      min-height: 42px; }
    .hero__newsletter p, .hero__newsletter div {
      display: inline-block; }
    .hero__newsletter .callout-text {
      font-size: 0.73rem; }
  @media screen and (max-width: 1090px) {
    .hero h1 {
      font-size: 1.1rem;
      padding: 20px 15px; }
    .hero {
      padding-bottom: 0; }
    .hero__newsletter {
      padding-bottom: 20px;
      position: static; }
      .hero__newsletter .button {
        margin-top: 14px; } }

.subscribe__form {
  margin-left: 8px;
  background: #FFF;
  min-height: 40px;
  vertical-align: middle;
  box-shadow: inset 0 3px 5px #ccc;
  margin-right: 10px;
  position: relative;
  padding-right: 100px; }
  .subscribe__form:after {
    width: 87px;
    height: 60px;
    background: url(../img/letter.png) no-repeat;
    display: block;
    right: 8px;
    content: " ";
    bottom: -1px;
    position: absolute; }
  .subscribe__form input {
    margin: 0; }
  .subscribe__form .input {
    box-sizing: border-box; }
  .subscribe__form .input--email {
    padding: 14px 10px;
    border: 0;
    background: transparent; }
    .subscribe__form .input--email:focus {
      outline: 0; }

.arrow {
  position: relative; }
  .arrow--right {
    right: -155px;
    z-index: 20; }
  .arrow--left {
    left: -105px;
    z-index: 20; }
  .arrow--space {
    margin-bottom: 35px; }
  @media screen and (max-width: 1090px) {
    .arrow {
      position: static; }
      .arrow img {
        max-width: 100%; } }

.content-block {
  overflow: show;
  position: relative; }
  .content-block p {
    font-weight: 100; }
  .content-block h1 {
    font-family: "Sanchez", serif;
    text-transform: uppercase;
    font-size: 2.24rem;
    font-weight: 300;
    margin-top: 45px; }
  .content-block--yellow {
    background: #ffae00;
    color: #FFF; }
    .content-block--yellow h1 a {
      color: #Fff;
      text-decoration: none; }
  .content-block--blue {
    background: #4f8bb9;
    color: #FFF; }
    .content-block--blue a {
      color: #fff000; }
    .content-block--blue a.button {
      color: #FFF; }
  .content-block--gray {
    background: #535353;
    color: #FFF; }
    .content-block--gray a {
      color: #f9d52c; }
    .content-block--gray a.button {
      color: #FFF; }
  .content-block--team {
    background: #535353 url(../img/gray_background.jpg) no-repeat top center;
    background-size: cover;
    min-height: 600px; }
  .content-block--contact-form {
    background: #4f8bb9 url(../img/blue_people_bg.jpg) no-repeat center center;
    background-size: cover;
    padding-bottom: 50px;
    border-bottom: 3px solid #ffae00; }
    .content-block--contact-form span.wpcf7-not-valid-tip {
      color: #FFE5E5;
      font-size: 50%;
      display: block;
      margin-top: -20px;
      margin-bottom: 20px; }
    .content-block--contact-form div.wpcf7-validation-errors {
      border: 0 none;
      font-size: 70%;
      padding: 0 0 30px;
      margin: 0;
      font-weight: bold; }
  .content-block--blog {
    padding: 50px 20px; }
  .content-block--image-1 {
    background: url(../img/home_box_1.jpg) no-repeat;
    background-size: cover;
    z-index: 2; }
  .content-block--image-2 {
    background: url(../img/home_box_2.jpg) no-repeat center center;
    background-size: cover;
    z-index: 2; }
  .content-block__restrict {
    max-width: 550px; }
    .content-block__restrict--left {
      float: left;
      padding: 30px 30px 50px 20px;
      margin-right: -1em; }
      .content-block__restrict--left.text--left {
        padding-left: 40px; }
    .content-block__restrict--right {
      float: right;
      padding: 30px 20px 50px 30px; }
  @media screen and (max-width: 1090px) {
    .content-block__restrict--right, .content-block__restrict--left {
      padding: 50px 20px;
      float: none; }
      .content-block__restrict--right.text--left, .content-block__restrict--left.text--left {
        padding-left: 0px; }
    .content-block h1 {
      font-size: 1.4rem; } }

.row--full-width {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0; }

.staff-tree__row {
  margin-bottom: 45px;
  display: inline-block;
  clear: both; }
  .staff-tree__row.single-line {
    margin-bottom: 0; }

.staff-tree__title {
  border-top: 2px solid #a8a8a8;
  position: relative; }
  .staff-tree__title::before, .staff-tree__title::after {
    display: block;
    width: 55px;
    height: 20px;
    border-top: 2px solid #a8a8a8;
    content: " ";
    position: absolute; }
  .staff-tree__title::before {
    left: -10px;
    top: -2px;
    border-left: 2px solid #a8a8a8;
    border-top-left-radius: 10px; }
  .staff-tree__title::after {
    right: -10px;
    top: -2px;
    border-right: 2px solid #a8a8a8;
    border-top-right-radius: 10px; }
  .staff-tree__title span {
    background: url(../img/gray_background.jpg) bottom center;
    text-transform: uppercase;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 100;
    position: relative;
    top: -19px;
    padding: 0 6px; }

.staff-tree__person {
  position: relative;
  display: inline-block;
  margin: 10px 25px;
  width: 190px; }
  .staff-tree__person img {
    border-radius: 200px;
    padding: 7px;
    border: 3px solid #ffae00;
    position: relative;
    z-index: 5;
    max-height: 160px;
    max-width: 160px; }

.staff-tree__name {
  color: #FFF;
  margin: 0; }
  .staff-tree__name span {
    font-weight: 900;
    margin-bottom: 0;
    font-size: 0.62rem; }

.staff-tree__person--pic .staff-tree__name {
  padding: 5px;
  background: #ffae00;
  position: relative;
  top: -44px;
  margin-bottom: -36px;
  z-index: 3;
  margin-top: 22px; }
  .staff-tree__person--pic .staff-tree__name span {
    position: relative;
    z-index: 8;
    top: -4px;
    font-weight: 700; }

.staff-tree__people {
  position: relative;
  top: -20px; }

.staff-tree__position, .staff-tree__email {
  margin: 0;
  font-weight: 100;
  font-size: 0.64rem; }

.float-icon {
  position: absolute; }
  .float-icon--first {
    top: 240px;
    right: 40px; }
  .float-icon--second {
    top: 470px;
    right: 40px; }
  .float-icon__icon {
    border-radius: 200px;
    border: 2px solid #fff;
    padding: 5px;
    float: right; }
    .float-icon__icon span {
      border-radius: 100px;
      display: block;
      box-sizing: border-box;
      width: 75px;
      height: 75px;
      margin: 0;
      text-align: center; }
    .float-icon__icon--hand {
      background: #4f8bb9 url(../img/hand.png) no-repeat center center;
      background-size: 40%; }
    .float-icon__icon--arrows {
      background: #4f8bb9 url(../img/arrows.png) no-repeat center center;
      background-size: 55%; }
  @media screen and (max-width: 1090px) {
    .float-icon {
      display: none; } }

@media screen and (max-width: 1090px) {
  .blog.row {
    margin-left: 0;
    margin-right: 0; }
  .donate {
    width: 100%;
    clear: both;
    text-align: center;
    display: block; }
  .header .row {
    margin: 0; }
  .header .logo a {
    position: static;
    box-shadow: none;
    border: none;
    display: inline-block; }
  .header .logo {
    width: 100%;
    text-align: center; }
  .is-sticky .header {
    position: static !important; } }

.hero--blog .meta-blog-post {
  text-align: center;
  width: 100%;
  margin: 0; }
  .hero--blog .meta-blog-post span {
    background: #333;
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    font-size: 0.7rem;
    font-weight: 300;
    text-transform: uppercase; }

.blog-post-card {
  background: #FFF;
  margin-bottom: 100px; }
  .blog-post-card__cover {
    min-height: 300px;
    position: relative; }
    .blog-post-card__cover h2 {
      text-transform: uppercase;
      font-size: 0.74rem;
      position: absolute;
      bottom: 36px;
      padding: 0 20px;
      z-index: 5;
      width: 100%;
      box-sizing: border-box; }
    .blog-post-card__cover::after {
      background: rgba(0, 0, 0, 0.35);
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: " ";
      z-index: 3;
      position: absolute;
      display: block; }
  .blog-post-card__date {
    position: absolute;
    bottom: -42px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 55px;
    height: 55px;
    background: #4A89BC;
    border: 8px solid #FFF;
    border-radius: 100px;
    padding: 4px;
    font-size: 0.56rem;
    text-align: center;
    font-weight: 100;
    z-index: 5; }
    .blog-post-card__date span {
      font-weight: 300;
      font-size: 1rem;
      display: block; }
  .blog-post-card__excerpt {
    padding: 26px 20px 0;
    color: #595959;
    font-size: 0.71rem;
    font-weight: 300;
    min-height: 140px; }
    .blog-post-card__excerpt p {
      margin-bottom: 6px; }
  .blog-post-card__button {
    position: relative;
    bottom: -12px; }

.rte p, .rte li {
  font-weight: 300;
  font-size: 0.8rem; }

.rte li {
  line-height: 1.1rem;
  margin-bottom: 10px; }

.rte .alignleft {
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
  margin-top: 15px; }

.rte .alignright {
  float: right;
  margin-left: 25px;
  margin-bottom: 25px;
  margin-top: 15px; }

@media screen and (max-width: 1090px) {
  .rte .alignright, .rte .alignleft {
    box-sizing: border-box;
    max-width: 100%; } }

.paginate {
  padding: 10px 20px 50px; }
  .paginate a {
    background: #fff;
    padding: 6px 10px;
    font-size: 0.5rem;
    text-decoration: none; }
    .paginate a:hover {
      text-decoration: underline; }
  .paginate span {
    padding: 6px;
    font-size: 0.66rem; }
  .paginate a, .paginate span {
    display: inline-block;
    margin: 0 2px; }

.view-more-button {
  margin-top: 100px; }

.content-block--blog {
  max-width: 850px;
  margin: 0 auto; }

.bullet-icons {
  list-style: none;
  padding: 0;
  margin: 0; }
  .bullet-icons__icon {
    border-radius: 200px;
    border: 2px solid #fff;
    padding: 5px;
    float: left; }
    .bullet-icons__icon span {
      border-radius: 100px;
      display: block;
      box-sizing: border-box;
      width: 75px;
      height: 75px;
      margin: 0;
      text-align: center; }
    .bullet-icons__icon--speaking {
      background: #ffae00 url(../img/public_speaking.png) no-repeat center center;
      background-size: 55%; }
    .bullet-icons__icon--puzzle {
      background: #ffae00 url(../img/puzzle.png) no-repeat 45% 45%;
      background-size: 55%; }
    .bullet-icons__icon--thinking {
      background: #ffae00 url(../img/critical_thinking.png) no-repeat center center;
      background-size: 55%; }
    .bullet-icons__icon--goals {
      background: #ffae00 url(../img/goals.png) no-repeat center center;
      background-size: 55%; }
    .bullet-icons__icon--conflict {
      background: #ffae00 url(../img/conflict.png) no-repeat center center;
      background-size: 55%; }
  .bullet-icons li {
    margin-bottom: 40px; }
  .bullet-icons li p {
    padding-left: 100px;
    line-height: 3.4rem; }
  @media screen and (max-width: 1090px) {
    .bullet-icons li p {
      clear: both;
      padding: 0;
      line-height: 1.5em; }
    .bullet-icons__icon {
      display: inline-block;
      float: none; }
    .bullet-icons li {
      text-align: center; } }

.button {
  background: #e02426;
  padding: 10px 35px;
  border-bottom: 3px solid #b6090a;
  line-height: 0.5rem;
  font-size: 0.71rem;
  transition: background 0.1s;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 100;
  -webkit-appearance: none;
  border-top: none;
  border-left: none;
  border-right: none; }
  .button__icon {
    max-height: 16px;
    vertical-align: baseline;
    margin-bottom: -1px; }
    .button__icon--right {
      margin-left: 4px; }
    .button__icon--left {
      margin-right: 4px; }
  .button--long {
    padding-left: 120px;
    padding-right: 120px; }
  .button:hover {
    background: #B80200; }

.form input.text, .form textarea {
  box-shadow: inset 0 3px 5px #ccc;
  padding: 10px 14px;
  font-family: "roboto", sans-serif;
  border: 1px solid #999;
  width: 100%;
  box-sizing: border-box; }

.form input {
  margin-bottom: 25px; }

.form input.button {
  margin-bottom: 0; }

.form textarea {
  min-height: 80px; }

.callout-text {
  color: #ffae00;
  font-weight: 700;
  text-transform: uppercase; }
  .callout-text--serif {
    font-family: "Sanchez", serif; }

.footer {
  background: #3c3c3c url(../img/footer_bg.jpg) repeat-x bottom center;
  color: #FFF;
  padding: 60px 20px;
  box-shadow: inset 0 0 35px #222; }
  .footer a {
    color: #fff; }
  .footer__nav {
    list-style: none;
    padding: 0;
    margin: 3px 0 0; }
    .footer__nav li {
      margin-bottom: 5px; }
    .footer__nav a {
      color: #FFF;
      font-size: 0.63rem;
      text-transform: uppercase;
      text-decoration: none; }
      .footer__nav a:hover {
        text-decoration: underline; }
  .footer p {
    text-transform: uppercase;
    font-size: 0.83rem;
    margin-top: 0; }
  .footer .no-capitalize {
    text-transform: none; }
  .footer .subscribe__form {
    margin-left: 0;
    margin-bottom: 20px;
    margin-top: 30px; }
    .footer .subscribe__form .button {
      font-size: 0.92rem; }
  .footer .callout-text {
    font-size: 0.67rem;
    margin: 3px 0 2px;
    font-weight: 700;
    letter-spacing: 0.02em; }
  .footer .donate-social .button {
    padding-left: 16px;
    padding-right: 16px; }
  .footer .donate-social .skip-header {
    padding-top: 36px;
    padding-bottom: 2px;
    text-align: center; }
  .footer .donate-social .social {
    padding-top: 8px;
    text-align: center; }
    .footer .donate-social .social a {
      margin-right: 7px; }
    .footer .donate-social .social a img {
      transition: all 0.15s;
      width: 55px; }
    .footer .donate-social .social a:hover img {
      opacity: 0.7; }
  .footer .left-pad {
    padding-left: 40px; }
    @media screen and (max-width: 1090px) {
      .footer .left-pad {
        padding-left: 20px; } }
  .footer .border-right {
    border-right: 1px solid #5b5b5b; }
  @media screen and (max-width: 1090px) {
    .footer__nav {
      padding-left: 0px;
      margin-bottom: 30px; } }

.sub-footer {
  background: #FFF; }
  .sub-footer .contain {
    position: relative; }
  .sub-footer .logo a {
    right: 0;
    background-position: 50% 15%;
    top: -125px;
    border-bottom: 0;
    border-top: 6px solid #ffae00;
    padding-top: 0px;
    padding-bottom: 30px; }
    .sub-footer .logo a:hover {
      top: -130px;
      transition: top 0.1s cubic-bezier(0.23, 1, 0.32, 1); }
    .sub-footer .logo a:active {
      top: -125px; }
  .sub-footer p {
    font-size: 0.63rem;
    text-transform: uppercase;
    font-weight: 100;
    padding-top: 3px; }
  @media screen and (max-width: 1090px) {
    .sub-footer .logo {
      display: none; }
    .sub-footer {
      padding: 0px 20px;
      text-align: center; } }

.show-mobile {
  display: none; }

@media screen and (max-width: 1090px) {
  .show-mobile {
    display: inline-block; } }

.force-hide-overflow {
  overflow: hidden; }

.kerning-fix {
  letter-spacing: -8px; }

.kerning-fix-small {
  letter-spacing: -3px; }

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

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

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

.text--smaller p {
  font-size: 0.8em; }

.text--smaller h2 {
  font-size: 0.83rem; }

/*# sourceMappingURL=main.css.map */
