/***************************
*
* Authors:   Dan Cress, Eric Motil
* For:      Elephants.com
* Version:  0.0.1
* Date:     Aug, 2015
*
***************************/
/** Main LESS for imports **/
/***************************
*
* All set up elements, mixins, vars, etc...
*
***************************/
/** VARs **/
/********************
	Retina.js
********************/
/********************
	Spacing
********************/
.section-alt {
  padding-top: 40px;
  background: #ECEFF1;
}
.section-padding {
  padding-top: 50px;
  padding-bottom: 70px;
}
.section-padding-half {
  padding-top: 25px;
  padding-bottom: 35px;
}
.bottom-space {
  margin-bottom: 25px;
}
.top-space {
  margin-top: 25px;
}
section {
  float: left;
  width: 100%;
}
@media (max-width: 768px) {
  .mobile-float-left {
    float: left;
    width: 100%;
  }
}
/********************
	Transitions
********************/
/********************
	Clear and Float
********************/
.clear {
  clear: both;
}
.right {
  float: right;
}
.left {
  float: left;
}
/********************
	Text Helpers
********************/
.text-white {
  color: rgba(255, 255, 255, 0.98);
}
.text-black {
  color: #111;
}
.text-blue {
  color: #a2aed6;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.white-link {
  color: rgba(255, 255, 255, 0.98);
}
.white-link a {
  color: rgba(255, 255, 255, 0.98);
}
.uppercase {
  text-transform: uppercase;
}
/********************
	Container Helpers
********************/
.container-small {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container-small {
    width: 750px;
  }
}
.container-medium {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container-medium {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container-medium {
    width: 970px;
  }
}
.no-marg .col-xs-1,
.no-marg .col-sm-1,
.no-marg .col-md-1,
.no-marg .col-lg-1,
.no-marg .col-xs-2,
.no-marg .col-sm-2,
.no-marg .col-md-2,
.no-marg .col-lg-2,
.no-marg .col-xs-3,
.no-marg .col-sm-3,
.no-marg .col-md-3,
.no-marg .col-lg-3,
.no-marg .col-xs-4,
.no-marg .col-sm-4,
.no-marg .col-md-4,
.no-marg .col-lg-4,
.no-marg .col-xs-5,
.no-marg .col-sm-5,
.no-marg .col-md-5,
.no-marg .col-lg-5,
.no-marg .col-xs-6,
.no-marg .col-sm-6,
.no-marg .col-md-6,
.no-marg .col-lg-6,
.no-marg .col-xs-7,
.no-marg .col-sm-7,
.no-marg .col-md-7,
.no-marg .col-lg-7,
.no-marg .col-xs-8,
.no-marg .col-sm-8,
.no-marg .col-md-8,
.no-marg .col-lg-8,
.no-marg .col-xs-9,
.no-marg .col-sm-9,
.no-marg .col-md-9,
.no-marg .col-lg-9,
.no-marg .col-xs-10,
.no-marg .col-sm-10,
.no-marg .col-md-10,
.no-marg .col-lg-10,
.no-marg .col-xs-11,
.no-marg .col-sm-11,
.no-marg .col-md-11,
.no-marg .col-lg-11,
.no-marg .col-xs-12,
.no-marg .col-sm-12,
.no-marg .col-md-12,
.no-marg .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}
.display-table {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
.display-table .display-cell {
  display: table-cell;
  vertical-align: middle;
}
/********************
	Main elements
********************/
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  max-width: 'Proxima Nova', 'proxima-nova', helvetica, arial, sans-serif;
  margin: 0;
  padding: 0;
  opacity: 0;
  position: relative;
  margin: 0 auto;
  font-family: 'Proxima Nova', 'proxima-nova', helvetica, arial, sans-serif;
  background: #ECEFF1;
  color: #2D2C2D;
  font-size: 16px;
  line-height: 24px;
  transition: all 0.2s ease-in-out;
  transition: opacity 0.7s ease-in-out, visibility 0s 0s linear, top 0.7s ease-in-out;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  body {
    font-size: 18px;
  }
}
body.loaded {
  opacity: 1;
}
body.pushy-active {
  overflow-x: hidden;
}
.body-alt {
  background: rgba(255, 255, 255, 0.98);
}
#container {
  float: left;
  width: 100%;
}
.green-line {
  height: 1px;
  width: 50%;
  float: left;
  margin: 40px 25% 60px;
  background: #aac858;
}
@media (min-width: 768px) {
  .green-line {
    width: 30%;
    margin: 40px 35% 60px;
  }
}
.img-full {
  float: left;
  width: 100%;
  height: auto;
}
.img-split {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.img-split > div {
  float: left;
  width: 50%;
}
.img-split > div:first-child {
  padding: 0 15px 0 0;
}
.img-split > div:last-child {
  padding: 0 0 0 15px;
}
.full-float {
  float: left;
  width: 100%;
}
section.landing-content {
  background: #fff;
}
/********************
	Margin Presets
********************/
.neg-marg-t-1,
.neg-marg-t-2,
.neg-marg-t-3,
.neg-marg-t-4,
.neg-marg-t-5,
.neg-marg-t-6,
.neg-marg-t-7,
.neg-marg-t-8,
.neg-marg-t-9,
.neg-marg-t-10,
.neg-marg-t-15,
.neg-marg-t-20,
.neg-marg-t-25,
.neg-marg-t-30,
.neg-marg-t-35,
.neg-marg-t-40,
.neg-marg-t-50,
.neg-marg-t-60,
.neg-marg-t-100,
.neg-marg-t-120 {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .neg-marg-t-1 {
    margin-top: -1px;
  }
  .neg-marg-t-2 {
    margin-top: -2px;
  }
  .neg-marg-t-3 {
    margin-top: -3px;
  }
  .neg-marg-t-4 {
    margin-top: -4px;
  }
  .neg-marg-t-5 {
    margin-top: -5px;
  }
  .neg-marg-t-6 {
    margin-top: -6px;
  }
  .neg-marg-t-7 {
    margin-top: -7px;
  }
  .neg-marg-t-8 {
    margin-top: -8px;
  }
  .neg-marg-t-9 {
    margin-top: -9px;
  }
  .neg-marg-t-10 {
    margin-top: -10px;
  }
  .neg-marg-t-15 {
    margin-top: -15px;
  }
  .neg-marg-t-20 {
    margin-top: -20px;
  }
  .neg-marg-t-25 {
    margin-top: -25px;
  }
  .neg-marg-t-30 {
    margin-top: -30px;
  }
  .neg-marg-t-35 {
    margin-top: -35px;
  }
  .neg-marg-t-40 {
    margin-top: -40px;
  }
  .neg-marg-t-50 {
    margin-top: -50px;
  }
  .neg-marg-t-60 {
    margin-top: -60px;
  }
  .neg-marg-t-100 {
    margin-top: -100px;
  }
  .neg-marg-t-120 {
    margin-top: -120px;
  }
  .marg-t-1 {
    margin-top: 1px;
  }
  .marg-t-2 {
    margin-top: 2px;
  }
  .marg-t-3 {
    margin-top: 3px;
  }
  .marg-t-4 {
    margin-top: 4px;
  }
  .marg-t-5 {
    margin-top: 5px;
  }
  .marg-t-6 {
    margin-top: 6px;
  }
  .marg-t-7 {
    margin-top: 7px;
  }
  .marg-t-8 {
    margin-top: 8px;
  }
  .marg-t-9 {
    margin-top: 9px;
  }
  .marg-t-10 {
    margin-top: 10px;
  }
  .marg-t-15 {
    margin-top: 15px;
  }
  .marg-t-20 {
    margin-top: 20px;
  }
  .marg-t-25 {
    margin-top: 25px;
  }
  .marg-t-30 {
    margin-top: 30px;
  }
  .marg-t-35 {
    margin-top: 35px;
  }
  .marg-t-40 {
    margin-top: 40px;
  }
  .marg-t-50 {
    margin-top: 50px;
  }
  .marg-t-60 {
    margin-top: 60px;
  }
  .marg-b-1 {
    margin-bottom: 1px;
  }
  .marg-b-2 {
    margin-bottom: 2px;
  }
  .marg-b-3 {
    margin-bottom: 3px;
  }
  .marg-b-4 {
    margin-bottom: 4px;
  }
  .marg-b-5 {
    margin-bottom: 5px;
  }
  .marg-b-6 {
    margin-bottom: 6px;
  }
  .marg-b-7 {
    margin-bottom: 7px;
  }
  .marg-b-8 {
    margin-bottom: 8px;
  }
  .marg-b-9 {
    margin-bottom: 9px;
  }
  .marg-b-10 {
    margin-bottom: 10px;
  }
  .marg-b-15 {
    margin-bottom: 15px;
  }
  .marg-b-20 {
    margin-bottom: 20px;
  }
  .marg-b-25 {
    margin-bottom: 25px;
  }
  .marg-b-30 {
    margin-bottom: 30px;
  }
  .marg-b-35 {
    margin-bottom: 35px;
  }
  .marg-b-40 {
    margin-bottom: 40px;
  }
  .marg-b-50 {
    margin-bottom: 50px;
  }
  .marg-b-60 {
    margin-bottom: 60px;
  }
  .marg-l-1 {
    margin-left: 1px;
  }
  .marg-l-2 {
    margin-left: 2px;
  }
  .marg-l-3 {
    margin-left: 3px;
  }
  .marg-l-4 {
    margin-left: 4px;
  }
  .marg-l-5 {
    margin-left: 5px;
  }
  .marg-l-6 {
    margin-left: 6px;
  }
  .marg-l-7 {
    margin-left: 7px;
  }
  .marg-l-8 {
    margin-left: 8px;
  }
  .marg-l-9 {
    margin-left: 9px;
  }
  .marg-l-10 {
    margin-left: 10px;
  }
  .marg-l-15 {
    margin-left: 15px;
  }
  .marg-l-20 {
    margin-left: 20px;
  }
  .marg-l-25 {
    margin-left: 25px;
  }
  .marg-l-30 {
    margin-left: 30px;
  }
  .marg-l-35 {
    margin-left: 35px;
  }
  .marg-l-40 {
    margin-left: 40px;
  }
  .marg-l-50 {
    margin-left: 50px;
  }
  .marg-l-60 {
    margin-left: 60px;
  }
  .marg-r-1 {
    margin-right: 1px;
  }
  .marg-r-2 {
    margin-right: 2px;
  }
  .marg-r-3 {
    margin-right: 3px;
  }
  .marg-r-4 {
    margin-right: 4px;
  }
  .marg-r-5 {
    margin-right: 5px;
  }
  .marg-r-6 {
    margin-right: 6px;
  }
  .marg-r-7 {
    margin-right: 7px;
  }
  .marg-r-8 {
    margin-right: 8px;
  }
  .marg-r-9 {
    margin-right: 9px;
  }
  .marg-r-10 {
    margin-right: 10px;
  }
  .marg-r-15 {
    margin-right: 15px;
  }
  .marg-r-20 {
    margin-right: 20px;
  }
  .marg-r-25 {
    margin-right: 25px;
  }
  .marg-r-30 {
    margin-right: 30px;
  }
  .marg-r-35 {
    margin-right: 35px;
  }
  .marg-r-40 {
    margin-right: 40px;
  }
  .marg-r-50 {
    margin-right: 50px;
  }
  .marg-r-60 {
    margin-right: 60px;
  }
}
.bg-fb {
  background-color: #2278D0;
}
.bg-fb:hover {
  opacity: .8;
}
.bg-fb i {
  color: #fff;
}
.bg-tw {
  background-color: #34B7F3;
}
.bg-tw:hover {
  opacity: .8;
}
.bg-tw i {
  color: #fff;
}
.bg-pin {
  background-color: #C72426;
}
.bg-pin:hover {
  opacity: .8;
}
.bg-pin i {
  color: #fff;
}
.bg-ig {
  background-color: #4D67A4;
}
.bg-ig:hover {
  opacity: .8;
}
.bg-ig i {
  color: #fff;
}
.content-primary {
  background: rgba(255, 255, 255, 0.98);
}
.content-overlap-hero {
  position: relative;
  bottom: 225px;
  margin-bottom: -225px;
}
.vertical-padding {
  margin: 75px;
}
/********************
	Reset
********************/
*,
*:before,
*:after {
  box-sizing: border-box;
}
img {
  width: 100%;
}
a {
  transition: all 0.2s ease-in-out;
  color: #aac858;
  text-decoration: none;
  cursor: pointer;
}
a:visited,
a:active,
a:focus {
  text-decoration: none;
}
a:hover {
  color: #738c2e;
  text-decoration: none;
  cursor: pointer;
}
:focus {
  outline: 0 !important;
}
::-moz-selection {
  background: #aac858;
  color: rgba(255, 255, 255, 0.98);
}
::selection {
  background: #aac858;
  color: rgba(255, 255, 255, 0.98);
}
::-moz-selection {
  background: #aac858;
  color: rgba(255, 255, 255, 0.98);
}
/***************************
*
* Typography styles
*
***************************/
h,
h1,
h2,
h3,
h4,
h5 {
  line-height: 1.35em;
  font-family: 'Proxima Nova', 'proxima-nova', helvetica, arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}
p {
  font-size: 18px;
  margin: 0 0 15px;
  font-weight: 100;
}
.small {
  font-size: .8em;
  opacity: .7;
}
.p-lead {
  font-size: 1.2em;
  font-weight: 100;
}
.p-alt {
  color: rgba(153, 153, 153, 0.98);
  font-size: 1em;
}
.color-brand {
  color: #aac858;
}
.text-small {
  font-size: .8em;
  line-height: 1.5em;
}
.weight-regular {
  font-weight: 400;
}
.weight-semi-bold {
  font-weight: 700;
}
.weight-light {
  font-weight: 100;
}
.pre-text {
  opacity: .5;
  float: left;
  width: 100%;
  margin: 0 0 15px;
}
.trans-text {
  opacity: .5;
}
.header,
.header-large {
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1em;
}
.header-alt {
  color: #aac858;
  font-weight: 100;
  margin-bottom: 0.5em;
}
.header-medium {
  font-size: 2em;
}
.header-large {
  font-size: 3.8em;
}
@media (min-width: 768px) {
  .header-extra-large {
    font-size: 5em;
  }
}
.heading {
  text-transform: uppercase;
}
.heading-alt {
  color: #aac858;
  font-size: 1em;
  font-weight: 500;
}
.descriptor {
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: 600;
  color: #929292;
}
.head-underline {
  border-bottom: 1px solid #aac858;
  padding-bottom: 5px;
  float: left;
  width: 100%;
}
.link-upper {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.7em;
}
.content-break {
  border-bottom: 2px solid #aac858;
  margin-bottom: 2em;
  margin-top: 2em;
  display: block;
}
@media (min-width: 992px) {
  .content-break-left {
    margin-right: 30%;
  }
}
@media (min-width: 992px) {
  .content-break-right {
    margin-left: 30%;
  }
}
::-webkit-input-placeholder {
  color: #ECEFF1;
  font-weight: 200;
}
:-moz-placeholder {
  color: #ECEFF1;
  font-weight: 200;
}
::-moz-placeholder {
  color: #ECEFF1;
  font-weight: 200;
}
:-ms-input-placeholder {
  color: #ECEFF1;
  font-weight: 200;
}
.form-control {
  border: 0;
  border-radius: 1px;
}
.btn-submit {
  background: #aac858;
}
.btn-submit:hover {
  background: #EFCE59;
  color: rgba(255, 255, 255, 0.98);
}
.btn-submit-above {
  margin-bottom: 3em;
}
.btn,
.btn-primary {
  border: 0;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.98);
  font-size: .8em;
  font-weight: bold;
  padding: 20px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.btn:not(:last-child) {
  margin-right: 1em;
}
.btn:focus {
  background: #EFCE59;
}
.btn:active,
.btn.active {
  box-shadow: none;
}
.btn-pattern {
  background-image: url(../img/svg/btn-main-pattern.svg);
  background-position: center center;
  background-color: #aac858;
  background-size: 1000px 1000px;
}
.btn-primary {
  background: #aac858;
  float: left;
}
.btn-primary:hover {
  background: #EFCE59;
}
.btn-primary-new {
  background: #aac858;
}
.btn-primary-new:hover {
  background: #EFCE59;
  color: rgba(255, 255, 255, 0.98);
}
.btn-secondary {
  border-radius: 0;
  color: rgba(153, 153, 153, 0.98);
}
.btn-secondary:hover {
  background: #b4ce6b;
  color: rgba(255, 255, 255, 0.98);
}
.btn-skinny {
  min-width: 10em;
  padding: 0.5em 1em;
}
.btn-donate a {
  float: left;
  padding: 20px 0;
  text-transform: uppercase;
  width: 100%;
}
.btn-donate a:hover {
  background-color: #92b23b;
  color: rgba(255, 255, 255, 0.98);
}
@media (min-width: 768px) {
  .btn-donate a {
    padding: 35px 0;
  }
}
.btn-icon {
  background: #aac858;
  color: rgba(255, 255, 255, 0.98);
}
.btn-icon:hover {
  background: #EFCE59;
}
.logo.logo-white svg path {
  fill: rgba(255, 255, 255, 0.98);
}
.logo.logo-brand svg path {
  fill: #aac858;
}
.logo.logo-mark svg .logo-text {
  display: none;
}
.logo-stacked.logo-white svg path,
.logo-stacked.logo-white svg polygon {
  fill: rgba(255, 255, 255, 0.98);
}
.logo-stacked.logo-brand svg path,
.logo-stacked.logo-brand svg polygon {
  fill: #aac858;
}
.navbar-main .logo-white .logo-text {
  display: none;
}
@media (min-width: 768px) {
  .navbar-main .logo-white .logo-text {
    display: block;
  }
}
.navbar .logo {
  float: left;
  width: 70px;
  max-width: 200px;
  padding: 30px 0 30px 10px;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .navbar .logo {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .navbar .logo svg {
    width: 100%;
  }
}
.logo-footer {
  display: block;
  margin: 0px auto 30px;
  width: 100%;
  max-width: 150px;
}
@media (min-width: 768px) {
  .logo-footer {
    max-width: 200px;
    margin: 0px auto;
  }
}
.label-primary {
  background: #aac858;
}
.affix {
  background: #aac858;
  left: 15px;
  padding: 0.5em 4em;
  top: 0;
  width: 100%;
  z-index: 9;
}
@media (max-width: 768px) {
  .affix {
    display: none;
  }
}
.affix .nav {
  margin: 0;
}
.affix .nav-item:active,
.affix .nav-item.active {
  color: rgba(255, 255, 255, 0.98);
}
.affix .nav-link {
  color: rgba(230, 230, 230, 0.98);
}
.affix .nav-link:hover {
  color: rgba(255, 255, 255, 0.98);
}
.image-block {
  display: block;
  margin: 1em 0;
}
.image-block-dual {
  float: left;
}
.image-block-dual:last-child {
  float: right;
}
@media (min-width: 768px) {
  .image-block-dual {
    width: 49%;
  }
}
@media (min-width: 992px) {
  .image-inline-left {
    float: left;
    margin: 0.5em 5em 1em 0;
  }
  .image-inline-left.image-flush {
    margin: 0.5em 1em 1em 0;
  }
}
@media (min-width: 992px) {
  .image-inline-right {
    float: right;
    margin: 0.5em 0 1em 5em;
    max-width: 400px;
  }
  .image-inline-right.image-flush {
    margin: 0.5em 0 1em 1em;
  }
}
.image-inline .image {
  height: auto;
  max-width: 400px;
}
.image-description {
  color: #aac858;
  font-size: 0.7em;
  font-style: italic;
}
.list-inline {
  display: inline-block;
  margin: 1em;
}
.media {
  padding: 1em 1em 1em 0;
}
.media,
.bd {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}
.media .media-img-container {
  float: left;
  margin-right: 1em;
  margin-top: 0.5em;
}
.media .media-img-container .media-img {
  display: block;
}
.media-list-item {
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid #e7e7e7;
  display: block;
}
.media-list-item:hover {
  background: rgba(242, 242, 242, 0.98);
}
.media-list-item-last {
  border: 0;
}
.media-list-img {
  height: 75px;
  width: 75px;
}
.media-list-date {
  color: #aac858;
  font-size: 0.8em;
}
.media-list-description {
  color: #111;
  font-weight: 100;
  line-height: 1.5;
  margin: 0;
  padding-right: 1em;
}
@media (max-width: 991px) {
  .media-list .media-img-container {
    display: none;
  }
}
nav {
  float: right;
}
.nav {
  padding-left: 1em;
}
.nav-item {
  border-radius: 0;
  display: inline-block !important;
}
.nav-item:active,
.nav-item.active {
  background: #aac858;
}
.nav-item:active .nav-link,
.nav-item.active .nav-link {
  color: rgba(255, 255, 255, 0.98);
}
.nav-link:hover {
  background: #aac858 !important;
  color: rgba(255, 255, 255, 0.98);
}
.nav-links {
  list-style: none;
  float: right;
  padding: 0;
  margin: 0;
}
.nav-links li {
  float: left;
  width: auto;
}
.nav-links li.dd-menu {
  position: relative;
}
.nav-links li.dd-menu:hover ul.drop-down {
  opacity: 1;
  visibility: visible;
}
.nav-links li.dd-menu > a {
  position: relative;
  z-index: 4;
  transition: all 0.2s ease-in-out;
}
.nav-links li.dd-menu ul.drop-down {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 74px;
  left: 0;
  background: #fff;
  list-style: none;
  padding: 0 30px 0 0;
  white-space: nowrap;
  margin: 0;
  z-index: 5;
  transition: all 0.2s ease-in-out;
}
.nav-links li.dd-menu ul.drop-down li {
  float: left;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-links li.dd-menu ul.drop-down li:last-child {
  border-bottom: none;
}
.nav-links li.dd-menu ul.drop-down li a {
  float: left;
  width: 100%;
  padding: 14px 15px;
  font-weight: 400;
  color: #999;
}
.nav-links li.dd-menu ul.drop-down li a .arrow {
  position: absolute;
  right: 10px;
  height: 20px;
  width: 20px;
  background-image: url(../img/svg/aside-arrow.svg);
  margin-right: -10px;
  opacity: 0;
  transition: all 0.35s ease-in-out;
}
.nav-links li.dd-menu ul.drop-down li > a {
  display: block;
}
.nav-links li.dd-menu ul.drop-down li > a:hover .arrow {
  margin-right: 0;
  opacity: 1;
}
.nav-links li a {
  padding: 10px 15px;
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-size: .85em;
  font-weight: bold;
  cursor: pointer;
}
.nav-links li a i {
  font-size: 2em;
}
@media (min-width: 768px) {
  .nav-links li a i {
    font-size: 1.25em;
  }
}
.nav-links li.nav-search a {
  color: rgba(255, 255, 255, 0.98);
  width: auto;
  padding: 18px 15px 10px;
  margin: 17px 0 0;
}
@media (min-width: 768px) {
  .nav-links li.nav-search a {
    padding: 40px 15px;
    margin: 0;
  }
}
@media (min-width: 1280px) {
  .nav-links li.nav-search a {
    padding: 40px 18px;
  }
}
.nav-links li.nav-search a#btn-search.hide-button {
  display: none;
}
.nav-links li.nav-search a i {
  font-size: 1.2em;
}
.nav-links li.nav-search button#btn-search.search-function {
  display: none;
  background: none;
  color: white;
  width: auto;
  border: none;
  padding: 18px 15px 10px;
  margin: 17px 0 0;
}
@media (min-width: 768px) {
  .nav-links li.nav-search button#btn-search.search-function {
    padding: 40px 15px;
    margin: 0;
  }
}
@media (min-width: 1280px) {
  .nav-links li.nav-search button#btn-search.search-function {
    padding: 40px 18px;
  }
}
.nav-links li.nav-search button#btn-search.search-function.show-button {
  display: inline-block;
}
.nav-links li.nav-search input#search-bar {
  display: inline-block;
  padding: 0;
  margin-top: 28px;
  width: 0;
  overflow: hidden;
  border: none;
  float: left;
  font-size: 1em;
}
.nav-links li.nav-search input#search-bar.show-search {
  width: auto;
  padding: 9px;
  border: 1px solid rgba(55, 71, 79, 0.4);
  margin-left: 10px;
}
.nav-links li.nav-search input#search-bar::-webkit-input-placeholder,
.nav-links li.nav-search input#search-bar:-moz-placeholder,
.nav-links li.nav-search input#search-bar::-moz-placeholder,
.nav-links li.nav-search input#search-bar:-ms-input-placeholder {
  color: #2D2C2D;
}
.nav-primary > li:hover > a {
  background: rgba(255, 255, 255, 0.2);
  color: #EFCE59;
}
.nav-primary > li.dd-menu:hover > a {
  background: #fff;
  color: #aac858;
}
.nav-primary > li > a {
  color: rgba(255, 255, 255, 0.98);
  padding: 18px 15px 10px;
  margin: 17px 0 0;
}
@media (min-width: 768px) {
  .nav-primary > li > a {
    padding: 40px 15px;
    margin: 0;
  }
}
@media (min-width: 1280px) {
  .nav-primary > li > a {
    padding: 40px 18px;
  }
}
.nav-primary .nav-donate {
  background: rgba(55, 71, 79, 0.4);
  color: #EFCE59;
}
.nav-primary .nav-donate:hover {
  background: #aac858;
  color: rgba(255, 255, 255, 0.98);
}
.nav-push .side-info {
  padding: 0 12%;
}
.nav-push .side-info .logo-side {
  width: 66%;
  margin: 40px 18% 20px;
  float: left;
}
.nav-push .side-info .logo-side svg path,
.nav-push .side-info .logo-side svg polygon {
  fill: #fff;
}
.nav-push .side-info p {
  font-weight: 100;
}
.nav-push .side-info hr {
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  color: rgba(255, 255, 255, 0.98);
  opacity: .5;
  height: 1px;
  margin: 5px 0 10px;
}
.nav-push .btn-donate {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.nav-sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.98);
  height: 57px;
  margin-top: -60px;
  overflow: hidden;
  z-index: 10;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.25s ease-in-out;
}
.nav-sticky .logo {
  width: 72px;
  float: left;
  background: #aac858;
  overflow-x: hidden;
  padding: 7px;
}
.nav-sticky .logo svg {
  width: 200px;
}
.nav-sticky .nav-links li a {
  color: #2D2C2D;
  padding: 17px 15px;
}
.nav-sticky .nav-links li a:hover {
  background: rgba(0, 0, 0, 0.05);
}
.nav-sticky .nav-links .nav-donate {
  background: #aac858;
  color: rgba(255, 255, 255, 0.98);
}
.nav-sticky .nav-links .nav-donate:hover {
  background: #EFCE59;
  color: rgba(255, 255, 255, 0.98);
}
.nav-sticky.is-stick {
  margin-top: -60px;
}
@media (min-width: 768px) {
  .nav-sticky.is-stick {
    margin-top: 0;
  }
}
.pushy-content {
  overflow: hidden;
}
.pushy-content p {
  font-size: 1.0em;
}
.pushy-nav ul {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.pushy-nav ul li {
  float: left;
  width: 100%;
}
.pushy-nav ul li a {
  float: left;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.98);
  font-weight: 100;
}
.nav-subpage {
  background: none;
}
@media (max-width: 768px) {
  .nav-subpage {
    overflow-x: hidden;
  }
}
@media (max-width: 768px) {
  .nav-subpage .container {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .nav-subpage .container .row > div {
    display: table;
    margin-top: -85px;
  }
}
.nav-subpage .nav-4 .nav-item {
  width: 100%;
}
@media (min-width: 768px) {
  .nav-subpage .nav-4 .nav-item {
    width: 25%;
  }
  .nav-subpage .nav-4 .nav-item a {
    width: 23%;
  }
}
.nav-subpage .nav-5 .nav-item {
  width: 100%;
}
@media (min-width: 768px) {
  .nav-subpage .nav-5 .nav-item {
    width: 20%;
  }
  .nav-subpage .nav-5 .nav-item a {
    width: 20%;
  }
}
.nav-subpage .nav-6 .nav-item {
  width: 100%;
}
@media (min-width: 768px) {
  .nav-subpage .nav-6 .nav-item {
    width: 16.6666665%;
  }
  .nav-subpage .nav-6 .nav-item a {
    width: 16.666666665%;
  }
}
.nav-subpage .nav-item {
  float: left;
  margin-top: 0;
}
@media (min-width: 768px) {
  .nav-subpage .nav-item {
    float: none;
    vertical-align: middle;
    display: table-cell !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.nav-subpage .nav-item a {
  float: left;
  width: 100%;
  text-align: center;
  color: #2D2C2D;
  background: #fff;
  font-size: 1.2em;
  font-weight: 100;
  padding: 15px 0;
  border-bottom: 1px solid rgba(207, 216, 220, 0.6);
}
@media (min-width: 768px) {
  .nav-subpage .nav-item a {
    padding: 0;
    height: 105px;
    vertical-align: middle;
    display: table-cell;
    float: none;
    border-spacing: 0;
    border: 1px solid rgba(207, 216, 220, 0.6);
  }
}
@media (min-width: 992px) {
  .nav-subpage .nav-item a {
    height: 135px;
  }
}
@media (min-width: 1280px) {
  .nav-subpage .nav-item a {
    height: 155px;
  }
}
.nav-subpage .nav-item a:hover {
  background: #fafafa;
  color: #aac858;
}
.nav-subpage .nav-item a.current {
  background-image: url(../img/svg/btn-main-pattern.svg);
  background-position: center center;
  background-color: #aac858;
  background-size: 1000px 1000px;
  color: rgba(255, 255, 255, 0.98);
  font-weight: bold;
}
.nav-subpage .nav-item a.current:hover {
  background-color: #aac858;
  color: rgba(255, 255, 255, 0.98);
  cursor: default;
}
.slider {
  height: 500px;
  margin: 5em 0;
}
.slider .slick-list {
  height: 500px;
}
.slider .slick-slide.slick-current.slick-active {
  position: relative;
  padding: 0;
}
.slider .slick-slide {
  padding: 0 5px;
  position: relative;
}
.slider .slick-prev,
.slider .slick-next {
  position: absolute;
  bottom: 220px;
  z-index: 2;
  border: none;
  color: transparent;
  padding: 0;
  margin: 0;
  line-height: 0;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease-in-out;
}
.slider .slick-prev:after,
.slider .slick-next:after {
  content: '';
  display: block;
  height: 80%;
  width: 80%;
  background-image: url('../img/svg/aside-arrow-white.svg');
  background-size: contain;
  margin-top: 2px;
  margin-left: 5px;
}
.slider .slick-prev:hover,
.slider .slick-next:hover {
  background: #aac858;
}
.slider .slick-disabled {
  display: none !important;
}
.slider .slick-prev {
  left: 5px;
}
.slider .slick-prev:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.slider .slick-next {
  right: 5px;
}
.slider-container {
  color: rgba(255, 255, 255, 0.98);
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.slider-meta {
  margin: 2em 0;
}
@media (min-width: 992px) {
  .slider-meta {
    margin: 2em 0 8em 0;
  }
}
.slider-heading {
  font-weight: 500;
}
.slider-text {
  font-size: 1.5em;
  font-weight: 100;
}
@media (max-width: 991px) {
  .slider-text {
    padding: 0 2em;
  }
}
.slider-flush {
  margin: 0;
}
.slider-single .slick-slide img {
  height: 500px;
  width: auto;
}
@media (min-width: 992px) {
  .slider-single .slick-slide img {
    width: 100%;
    height: auto;
  }
}
.slider-double .slick-slide {
  padding: 0 5px;
  position: relative;
}
.slider-double .slick-prev,
.slider-double .slick-next {
  position: absolute;
  bottom: 0;
  z-index: 2;
  border: none;
  color: transparent;
  padding: 0;
  margin: 0;
  line-height: 0;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease-in-out;
}
.slider-double .slick-prev:after,
.slider-double .slick-next:after {
  content: '';
  display: block;
  height: 80%;
  width: 80%;
  background-image: url('../img/svg/aside-arrow-white.svg');
  background-size: contain;
  margin-top: 2px;
  margin-left: 5px;
}
.slider-double .slick-prev:hover,
.slider-double .slick-next:hover {
  background: #aac858;
}
.slider-double .slick-disabled {
  display: none !important;
}
.slider-double .slick-prev {
  left: 5px;
}
.slider-double .slick-prev:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.slider-double .slick-next {
  right: 5px;
}
.slider-container-multiple:not(:last-child) {
  margin-bottom: 1em;
}
.bread {
  float: left;
  width: 100%;
  display: none;
}
@media (min-width: 768px) {
  .bread {
    display: block;
  }
}
.bread a,
.bread span {
  float: left;
  margin: 0 10px 0 0;
  font-size: .8em;
  color: #fff;
  opacity: .8;
}
.bread span.current {
  opacity: 1;
  color: #EFCE59;
}
.bread.bread-bottom {
  margin: -50px 0 0;
}
@media (min-width: 768px) {
  .bread.bread-bottom {
    margin: -50px 0 0 -30px;
  }
}
@media (min-width: 992px) {
  .bread.bread-bottom {
    margin: -60px 0 0 -30px;
  }
}
.bread-alt {
  display: none;
  font-size: 0.6em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .bread-alt {
    display: block;
  }
}
.bread-alt-link,
.bread-alt-separator {
  color: #ECEFF1;
  margin: 0 10px 0 0;
  opacity: .8;
}
.bread-alt-link:hover,
.bread-alt-separator:hover {
  color: rgba(255, 255, 255, 0.98);
  opacity: 1;
}
.bread-alt .current {
  color: rgba(255, 255, 255, 0.98);
  opacity: 1;
}
.bread-alt .current.month,
.bread-alt .current.year {
  margin-right: 1em;
}
.overlay {
  width: 0;
  height: 0;
  overflow: visible;
  float: left;
  opacity: 0;
  visibility: hidden;
  z-index: 15;
  position: fixed;
}
.overlay .close-overlay {
  width: 20px;
  height: 20px;
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 17;
  opacity: .9;
  cursor: pointer;
}
.overlay .close-overlay svg {
  float: left;
  width: 100%;
}
.overlay .overlay-content {
  width: 100%;
  height: 100%;
  padding: 24px 5%;
  position: fixed;
  z-index: 16;
  top: 28px;
  left: 0;
  overflow: scroll;
}
.overlay .overlay-content > div {
  float: left;
  width: 100%;
}
.overlay .overlay-content img {
  height: 25%;
  width: 25%;
}
.overlay .overlay-content .social-icon-overlay {
  width: 100%;
  height: auto;
}
.overlay .overlay-content p {
  color: rgba(255, 255, 255, 0.98);
}
.overlay .overlay-content .overlay-social {
  float: left;
  width: 100%;
}
.overlay .overlay-content .overlay-social a {
  float: left;
  margin: 20px 10px 0 0;
}
.overlay .overlay-content .overlay-social a i {
  line-height: 0;
  font-size: 1.2em;
}
.overlay .overlay-content .upper {
  transition: all 0.2s ease;
}
.overlay .overlay-content .right {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .overlay .overlay-content .right {
    float: right;
    width: 40%;
    margin-bottom: 0;
  }
}
.overlay .overlay-content .right h3 {
  font-size: 4.2em;
  line-height: 1em;
  margin-top: 5px;
}
@media screen and (max-width: 660px) {
  .overlay .overlay-content .right h3 {
    font-size: 2.1em;
  }
}
.overlay .overlay-content .left {
  float: left;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .overlay .overlay-content .left {
    width: 55%;
  }
}
.overlay .overlay-content .left .video-holder {
  float: left;
  width: 100%;
}
.overlay .overlay-content .left .video-holder video {
  width: 100%;
  height: auto;
}
.overlay .overlay-content .left .video-holder .small-logo {
  width: 100%;
  height: auto;
}
.overlay .overlay-content .left .video-caption {
  color: #fff;
  position: relative;
  top: 5px;
  float: left;
}
.overlay .overlay-content .extra-videos {
  display: block;
  float: left;
  width: 100%;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  .overlay .overlay-content .extra-videos {
    display: block;
  }
}
.overlay .overlay-content .extra-videos ul.video-grid {
  margin: 0;
  padding: 0;
  list-style: none;
}
.overlay .overlay-content .extra-videos ul.video-grid li.item {
  float: left;
  width: 100%;
  padding: 0 10px;
}
.overlay .overlay-content .extra-videos ul.video-grid li.item a {
  height: 185px;
}
@media (min-width: 768px) {
  .overlay .overlay-content .extra-videos ul.video-grid li.item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .overlay .overlay-content .extra-videos ul.video-grid li.item {
    width: 25%;
  }
}
.overlay .bg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(45, 44, 45, 0.98);
  z-index: 15;
  display: block;
  cursor: pointer;
}
.show-overlay .overlay {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease-in-out, visibility 0s 0s linear, top 0.5s ease-in-out;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
body.show-overlay {
  position: fixed;
  overflow: hidden;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #7c8931;
  border-color: #7c8931;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #aac858;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
ul.share-buttons {
  list-style: none;
  padding: 0;
}
ul.share-buttons li {
  display: inline;
}
ul.share-buttons li a > img {
  width: auto;
}
.article-bread {
  color: rgba(128, 128, 128, 0.98);
  display: none;
  font-size: 0.6em;
  padding-bottom: 1em;
  padding-top: 3em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .article-bread {
    display: block;
  }
}
.article-bread-link,
.article-bread-separator {
  margin: 0 10px 0 0;
  color: rgba(128, 128, 128, 0.98);
  opacity: .8;
}
.article-bread-link:hover,
.article-bread-separator:hover {
  color: #111;
}
.article-bread .current {
  opacity: 1;
  color: #111;
}
.article-bread .current.month,
.article-bread .current.year {
  margin-right: 1em;
}
.article-list {
  list-style: none;
}
.article-list-item {
  padding-bottom: 1em;
  padding-top: 1em;
}
.article-list-item:not(:last-child) {
  border-bottom: 1px solid #ECEFF1;
}
.article-list-date {
  color: #aac858;
}
.article-list-title {
  font-size: 1.25em;
  font-weight: 100;
}
.article-list-title-link {
  color: #111;
}
.article-list-title-link:hover {
  color: rgba(128, 128, 128, 0.98);
}
.article-list-description {
  color: rgba(128, 128, 128, 0.98);
  font-weight: 100;
  margin: 0 0 5px;
}
.article-list-tags {
  margin: 0 0 10px;
}
.article-list-image {
  display: none;
  margin-top: 1.5em;
  height: auto;
  transition: all 0.2s ease-in;
}
.article-list-image:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .article-list-image {
    display: block;
  }
}
.article-list-content {
  margin-top: 1.5em;
}
.article-list-nested {
  padding: 0;
}
.article-list-tag {
  display: inline;
  font-size: 0.75em;
}
.article-list-tag:not(:last-child):after {
  color: #aac858;
  content: ',';
}
.article {
  background: rgba(255, 255, 255, 0.98);
}
.article-single {
  margin-top: -150px;
  padding: 20px 30px 70px 30px;
}
.article-single img {
  width: auto;
  max-width: 100%;
}
.article-date {
  color: #aac858;
  float: left;
  font-size: 1.2em;
  margin: -70px 0 0;
}
@media (max-width: 768px) {
  .article-date {
    margin: 0;
    float: none;
    display: block;
  }
}
.article-heading-primary {
  font-size: 3em;
  font-weight: 900;
  line-height: 1;
  margin: 0.2em 0 0.8em 0;
  text-transform: uppercase;
}
.article-heading-secondary {
  font-size: 1.1em;
  font-weight: 500;
  text-transform: uppercase;
}
.article-content-lead {
  color: rgba(128, 128, 128, 0.98);
  font-size: 1.3em;
  font-weight: 500;
  margin-bottom: 1em;
}
.article-comments {
  margin-top: 40px;
}
.article-navigation {
  margin-top: 40px;
}
.article-image-inline-right {
  max-width: 400px;
}
@media (min-width: 992px) {
  .article-image-inline-right {
    float: right;
    padding: 0.5em 0 1em 1em;
  }
}
.article-image-block {
  padding: 1em 0;
}
.article-image-block-dual {
  float: left;
}
.article-image-block-dual:last-child {
  float: right;
}
@media (min-width: 768px) {
  .article-image-block-dual {
    width: 49%;
  }
}
.article-image-description {
  color: #aac858;
  font-size: 0.7em;
  font-style: italic;
}
#discovery-center .aside {
  margin-top: 20px;
  float: left;
  padding: 0 5%;
}
@media (min-width: 768px) {
  #discovery-center .aside {
    margin-top: 0;
    padding: 0 40px 40px 40px;
  }
}
#discovery-center .cta {
  width: 100%;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  #discovery-center .cta {
    margin: 10px 10px 0 0;
    width: auto;
  }
}
footer {
  float: left;
  width: 100%;
  position: relative;
  min-height: 600px;
  padding: 60px 0 10px;
  background-color: rgba(255, 255, 255, 0.98);
}
footer h2 {
  font-size: 4.2em;
  text-transform: uppercase;
}
footer .featured-elephant {
  font-size: .8em;
  float: left;
  width: 100%;
  text-transform: uppercase;
}
footer .btn-primary {
  margin: 15px 0 0;
}
footer .btn-primary i {
  float: right;
  margin: 4px 0 0 12px;
  line-height: 0;
  font-size: 1.2em;
}
footer.dark {
  background-size: cover;
  background-position: top center;
}
footer.dark .eleNews {
  font-size: 1.5em;
}
footer.dark:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2d2c2d+0,2d2c2d+100&amp;0+0,1+89 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJkMmMyZCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg5JSIgc3RvcC1jb2xvcj0iIzJkMmMyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZDJjMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(45, 44, 45, 0) 0%, #2d2c2d 89%, #2d2c2d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002d2c2d', endColorstr='#2d2c2d', GradientType=0);
  /* IE6-8 */
}
@media (max-width: 768px) {
  footer.dark {
    background: #333 !important;
  }
}
footer.dark .footer-nav {
  margin: 20px 0;
}
@media (min-width: 768px) {
  footer.dark .footer-nav {
    margin-top: 60px;
  }
}
footer.dark .footer-nav ul li a {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
footer.dark .footer-copy {
  background: none;
}
.ie9 footer {
  -webkit-filter: none;
          filter: none;
}
.footer-nav {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 30px;
  margin: 0 0 20px;
}
.footer-nav .contact-info h3 {
  text-align: center !important;
}
.footer-nav .clickToConnect {
  color: white;
}
.footer-nav .clickToConnect:hover {
  color: #aac858;
}
.footer-nav .nap > h3 {
  margin-top: 5%;
  line-height: 1.5em;
}
.footer-nav h3 {
  font-size: 1.25em;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-weight: normal;
  float: left;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-nav h3 {
    text-align: left;
    font-size: .65em;
  }
}
.footer-nav ul {
  list-style: none;
  padding: 0;
  float: left;
  width: 100%;
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  .footer-nav ul {
    margin: 0;
  }
}
.footer-nav ul li {
  float: left;
  width: 100%;
}
.footer-nav ul li a {
  color: #2D2C2D;
  font-size: 1em;
  float: left;
  width: 100%;
  line-height: 1.5em;
  text-align: center;
  opacity: .5;
}
@media (min-width: 768px) {
  .footer-nav ul li a {
    text-align: left;
    font-size: .8em;
  }
}
.footer-nav ul li a:hover {
  color: #aac858;
}
.footer-nav .btn-primary {
  width: 84%;
  margin: 20px 8% 25px;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .footer-nav .btn-primary {
    margin: 0 8% 15px;
  }
}
.footer-nav input {
  margin: 5px;
  height: 25px;
}
@media (min-width: 768px) {
  .footer-nav .email-signup-btn {
    width: 200px;
    height: 26px;
    margin: 5px 50px;
    padding: 5px;
  }
}
.footer-nav .footer-social {
  width: 100%;
}
.footer-nav .footer-social a {
  font-size: 1.5em;
  text-align: center;
  padding: 2px;
}
.footer-nav .footer-social a .yt-icon {
  top: -3px;
  position: relative;
  padding: 2px;
}
@media (min-width: 768px) {
  .footer-nav .footer-social a {
    font-size: 1.1em;
  }
  .footer-nav .footer-social a .yt-icon {
    top: -2px;
    position: relative;
    padding: 2px;
  }
}
.footer-nav .gfas-logo img {
  width: 80px;
  margin-top: 6px;
}
.footer-copy {
  background: #333;
  margin-top: 15px;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .footer-copy {
    margin-top: 0;
    padding-top: 7px;
  }
}
.footer-copy p {
  font-size: .6em;
  color: rgba(255, 255, 255, 0.98);
  opacity: .4;
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .footer-copy p {
    width: auto;
  }
}
footer.light {
  min-height: auto;
  padding-bottom: 0;
}
footer.light .footer-nav {
  border-top: 1px solid #E7E7E7;
}
footer.light h3 {
  color: #51595b;
  font-weight: 600;
}
.footer-slider {
  position: relative;
  float: left;
  width: 100%;
}
.footer-slider .slick-prev,
.footer-slider .slick-next {
  position: absolute;
  top: 50%;
  z-index: 2;
  color: transparent;
  padding: 0;
  margin: -30px 0 0;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease-in-out;
  border: none;
  outline: none;
}
.footer-slider .slick-prev:after,
.footer-slider .slick-next:after {
  content: '';
  display: block;
  height: 70%;
  width: 70%;
  background-image: url('../img/svg/aside-arrow-white.svg');
  background-size: contain;
  margin-top: -25px;
  margin-left: 9px;
}
@media (max-width: 768px) {
  .footer-slider .slick-prev,
  .footer-slider .slick-next {
    display: none !important;
  }
}
.footer-slider .slick-prev {
  left: -70px;
}
.footer-slider .slick-prev:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.footer-slider .slick-next {
  right: -70px;
}
.contact-form {
  margin-top: 2em;
}
.contact-form fieldset {
  padding: .35em .625em .75em;
}
.contact-form fieldset.press-captcha {
  padding-top: .5em;
  padding-bottom: 1em;
}
.contact-form legend {
  color: #959595;
  font-size: 1em;
  padding-bottom: .35em;
  margin-bottom: .35em;
}
.contact-form label {
  color: rgba(153, 153, 153, 0.98);
  font-size: 1.1em;
  font-weight: 500;
  vertical-align: top;
  display: block;
  margin-bottom: 0;
}
.contact-form label.left {
  display: inline-block;
  float: none;
  width: auto;
  margin-right: 15px;
}
.contact-form input,
.contact-form textarea {
  margin-bottom: 15px;
  width: 100%;
  border: 1px solid rgba(153, 153, 153, 0.98);
}
.contact-form input[type=checkbox],
.contact-form textarea[type=checkbox],
.contact-form input[type=radio],
.contact-form textarea[type=radio] {
  width: auto;
}
.contact-form input.btn {
  border: 0;
  width: 200px;
}
.forum {
  color: #2D2C2D;
  font-size: 16px;
}
.forum-input-group {
  position: relative;
}
.forum-search {
  text-align: center;
}
.forum-search-icon {
  position: absolute;
  right: 1.5em;
  top: 1.5em;
}
.forum-form-control {
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.1);
  padding: 2.5em;
}
.forum-focus {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid #E7E7E7;
  border-radius: 2px;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 1em;
}
.forum-focus-title {
  border-bottom: 1px solid #E7E7E7;
  color: #aac858;
  font-size: 1em;
  padding-bottom: 1em;
}
.forum-focus-content {
  padding: 1em 0;
}
.forum-list {
  list-style-type: none;
  padding: 0;
}
.forum-list-item {
  font-weight: 100;
  border: 1px solid #E7E7E7;
}
.forum-list-item:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.forum-list-item:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.forum-list-item:not(:last-child) {
  border-bottom: 0;
}
.forum-list-link {
  background: rgba(255, 255, 255, 0.98);
  color: #2D2C2D;
  display: block;
  padding: 1.5em;
}
.forum-list-link:focus,
.forum-list-link:hover {
  color: #111;
}
.forum-disclaimer {
  font-size: 0.75em;
  font-weight: 100;
  text-align: center;
  margin: 2em 0;
}
#hero {
  width: 100%;
  height: 100%;
  height: 300px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
@media (min-width: 768px) {
  #hero {
    height: 600px;
  }
}
@media (min-width: 992px) {
  #hero {
    height: 650px;
  }
}
@media (min-width: 1280px) {
  #hero {
    height: 700px;
  }
}
@media (min-width: 1400px) {
  #hero {
    height: 750px;
  }
}
#hero .logo:hover {
  opacity: 0.8;
}
#hero .navbar {
  z-index: 3;
}
#hero .table {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#hero .table .table-cell {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
#hero .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  z-index: 2;
  opacity: .85;
}
#hero .play-btn:hover {
  opacity: 1;
}
#hero.home .hero-text h2 {
  width: 86%;
  margin: 50px 7% 0;
  font-size: 3em;
  line-height: 1em;
  text-align: center;
}
@media (min-width: 768px) {
  #hero.home .hero-text h2 {
    font-size: 6em;
    text-align: left;
    margin: 0 7%;
  }
}
#hero.home .hero-text p {
  width: 35%;
  margin: 0 7%;
  font-size: 1.25em;
  line-height: 1.2em;
}
@media (max-width: 768px) {
  #hero.home .hero-text p {
    display: none;
  }
}
#hero.about .hero-text h2 {
  font-size: 4em;
  margin-top: 0;
}
@media (min-width: 768px) {
  #hero.about .hero-text h2 {
    margin-top: -20px;
  }
}
#hero.about .hero-text p {
  width: 92%;
  margin: 0 4%;
  font-size: 1.2em;
  line-height: 1.5em;
  display: none;
}
@media (min-width: 768px) {
  #hero.about .hero-text p {
    width: 100%;
    max-width: 768px;
    padding: 0;
    margin: 0px auto;
    display: block;
  }
}
@media (min-width: 992px) {
  #hero.about .hero-text p {
    max-width: 600px;
  }
}
#hero.profile-list .hero-text h2 {
  font-size: 4em;
  margin-top: 0;
  line-height: .7em;
}
@media (min-width: 768px) {
  #hero.profile-list .hero-text h2 {
    margin-top: -20px;
  }
}
#hero.profile-list .hero-text p {
  width: 92%;
  margin: 0 4%;
  font-size: 1.2em;
  line-height: 1.5em;
  display: none;
}
@media (min-width: 768px) {
  #hero.profile-list .hero-text p {
    width: 100%;
    max-width: 768px;
    padding: 0;
    margin: 0px auto;
    display: block;
  }
}
@media (min-width: 992px) {
  #hero.profile-list .hero-text p {
    max-width: 992px;
  }
}
#hero.profile-list .hero-text .table .table-cell {
  padding-bottom: 15px;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  #hero.profile-list .hero-text .table .table-cell {
    padding-bottom: 100px;
  }
}
#hero.profile-list.hero-9 {
  height: 300px;
}
@media (min-width: 768px) {
  #hero.profile-list.hero-9 {
    height: 400px;
  }
}
@media (min-width: 1280px) {
  #hero.profile-list.hero-9 {
    height: 450px;
  }
}
#hero.profile-list.hero-9 h2 {
  width: 92%;
  margin: 0 4% 20px;
  font-size: 3em;
}
@media (min-width: 768px) {
  #hero.profile-list.hero-9 h2 {
    width: 100%;
    max-width: 768px;
    margin: 0px auto 20px;
  }
}
@media (min-width: 992px) {
  #hero.profile-list.hero-9 h2 {
    max-width: 992px;
  }
}
#hero.profile-list.hero-9 p {
  width: 92%;
  margin: 0 4%;
  font-size: 1.2em;
  line-height: 1.5em;
  display: none;
}
@media (min-width: 768px) {
  #hero.profile-list.hero-9 p {
    width: 100%;
    max-width: 768px;
    padding: 0;
    margin: 0px auto;
    display: block;
  }
}
@media (min-width: 992px) {
  #hero.profile-list.hero-9 p {
    max-width: 992px;
  }
}
#hero.timeline .hero-text h2 {
  font-size: 2em;
  line-height: 1.2em;
  margin: 0px auto;
  width: 100%;
  padding: 0 5%;
}
@media (min-width: 768px) {
  #hero.timeline .hero-text h2 {
    font-size: 3.2em;
    max-width: 768px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  #hero.timeline .hero-text h2 {
    max-width: 960px;
  }
}
#hero.timeline .hero-text p {
  width: 92%;
  margin: 0 4%;
  font-size: 1.2em;
  line-height: 1.5em;
  display: none;
}
@media (min-width: 768px) {
  #hero.timeline .hero-text p {
    width: 100%;
    max-width: 768px;
    padding: 0;
    margin: 0px auto;
    display: block;
  }
}
@media (min-width: 992px) {
  #hero.timeline .hero-text p {
    max-width: 600px;
  }
}
.hero {
  background: center center no-repeat;
  background-size: cover;
  font-size: 16px;
  height: 100%;
  height: 300px;
  position: relative;
  width: 100%;
}
.hero-title {
  color: rgba(255, 255, 255, 0.98);
  font-size: 4em;
  text-transform: uppercase;
}
.hero-subtitle {
  color: #aac858;
  font-size: 1.5em;
}
.hero .logo:hover {
  opacity: 0.8;
}
.hero .navbar {
  z-index: 3;
}
.hero .table {
  display: table;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hero .table .table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.hero-fluid {
  height: 300px;
}
@media (min-width: 768px) {
  .hero-fluid {
    height: 450px;
  }
}
@media (min-width: 992px) {
  .hero-fluid {
    height: 550px;
  }
}
@media (min-width: 1280px) {
  .hero-fluid {
    height: 600px;
  }
}
@media (min-width: 1400px) {
  .hero-fluid {
    height: 600px;
  }
}
@media (min-width: 768px) {
  .hero-5 {
    padding-bottom: 530px;
  }
}
.hero-5-container {
  color: rgba(255, 255, 255, 0.98);
  display: none;
}
@media (min-width: 768px) {
  .hero-5-container {
    display: block;
  }
}
.hero-5-date {
  color: #aac858;
  font-size: 1.2em;
  margin-top: 1em;
}
.hero-5-title {
  font-size: 3.5em;
  line-height: 1;
  text-transform: uppercase;
}
.hero-5-subtitle {
  display: block;
  font-size: 0.5em;
  font-style: italic;
  margin-bottom: 0.75em;
  text-transform: none;
}
.hero-5-description {
  font-size: 1.2em;
  font-weight: 100;
}
.hero-5-action {
  font-size: 1em;
  margin-top: 1em;
  padding: 0.25em 1em 1em 1em;
}
.hero-5-action-icon {
  font-size: 2em;
  left: 0.2em;
  margin-left: 1em;
  position: relative;
  top: 0.3em;
}
body.sub #hero {
  height: 300px;
}
@media (min-width: 768px) {
  body.sub #hero {
    height: 450px;
  }
}
@media (min-width: 992px) {
  body.sub #hero {
    height: 550px;
  }
}
@media (min-width: 1280px) {
  body.sub #hero {
    height: 600px;
  }
}
@media (min-width: 1400px) {
  body.sub #hero {
    height: 600px;
  }
}
#home-stack .row > div {
  position: relative;
  float: left;
}
#home-stack .row > div:hover img {
  opacity: .3;
}
#home-stack .row > div:hover i {
  opacity: 1;
  margin: 10px 0 0;
}
@media (max-width: 768px) {
  #home-stack .row > div {
    width: 50%;
  }
}
#home-stack .stack-square {
  position: relative;
}
#home-stack .stack-square .stack-text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 1;
  font-size: 1.5em;
}
#home-stack .stack-square .stack-text:hover {
  color: rgba(255, 255, 255, 0.98);
  opacity: .8;
}
#home-stack .stack-square .stack-text span {
  float: left;
  width: 100%;
}
#home-stack .stack-square .stack-text i {
  margin: 0 0 -20px;
  line-height: 0;
  float: left;
  width: 100%;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
#home-stack .stack-img {
  width: 100%;
  height: auto;
  background-color: #37474f;
  float: left;
  position: relative;
  z-index: 0;
}
#home-stack .stack-img img {
  float: left;
  width: 100%;
  height: auto;
  opacity: .2;
  transition: opacity 0.2s ease-in-out, visibility 0s 0s linear, top 0.2s ease-in-out;
}
#home-mission {
  background: #fff;
  padding: 80px 0 20px;
}
#home-mission h1 {
  font-weight: bold;
}
#our-story {
  background: #fff;
  padding: 85px 0 80px;
}
#our-story .icon-header-asia,
#our-story .icon-header-africa {
  position: relative;
  overflow: visible;
  z-index: 1;
  float: left;
  width: 100%;
}
#our-story .icon-header-asia:before,
#our-story .icon-header-africa:before {
  content: '';
  width: 110px;
  height: 110px;
  position: absolute;
  top: -25px;
  left: -50px;
  z-index: -1;
  display: none;
}
@media (min-width: 768px) {
  #our-story .icon-header-asia:before,
  #our-story .icon-header-africa:before {
    display: block;
  }
}
#our-story .icon-header-asia:after,
#our-story .icon-header-africa:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #aac858;
  bottom: -2px;
  left: 0;
  position: absolute;
}
#our-story .icon-header-asia:before {
  background: url(../img/svg/icon-asia.svg) no-repeat center center;
}
#our-story .icon-header-africa:before {
  background: url(../img/svg/icon-africa.svg) no-repeat center center;
}
#our-story p,
#our-story span {
  position: relative;
  z-index: 2;
}
#our-story.sub {
  padding: 0 0 80px;
  background: rgba(255, 255, 255, 0.98);
}
.similar {
  position: relative;
  display: inline-block;
  margin: 10px 10px 30px;
}
.similar figure {
  position: relative;
  float: left;
  overflow: hidden;
  background: #000;
  text-align: center;
  cursor: pointer;
  max-height: 250px;
}
.similar figure:hover img {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.similar figure:hover .icon-next {
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
}
.similar figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: none;
  width: 100%;
  opacity: 0.7;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.similar figure figcaption {
  text-align: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.similar figure figcaption > div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 1.5em;
  width: 100%;
}
.similar figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.similar .title {
  font-weight: 300;
  font-size: 1.8em;
  margin: 0;
  color: #fff;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.similar .descriptor {
  color: #fff;
}
.similar .icon-next {
  position: absolute;
  right: 0;
  bottom: 1.3em;
  width: 60px;
  height: 60px;
  background: #aac858;
  transition: all 0.3s ease-in-out;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}
.similar .icon-next:after {
  content: '';
  display: block;
  height: 80%;
  width: 80%;
  background-image: url('../img/svg/aside-arrow-white.svg');
  background-size: contain;
  margin-top: 7px;
  margin-left: 5px;
}
.variable-slider .slick-slide {
  padding: 0 5px;
  position: relative;
}
.variable-slider .slick-prev,
.variable-slider .slick-next {
  position: absolute;
  bottom: 0;
  z-index: 2;
  border: none;
  color: transparent;
  padding: 0;
  margin: 0;
  line-height: 0;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease-in-out;
}
.variable-slider .slick-prev:after,
.variable-slider .slick-next:after {
  content: '';
  display: block;
  height: 80%;
  width: 80%;
  background-image: url('../img/svg/aside-arrow-white.svg');
  background-size: contain;
  margin-top: 2px;
  margin-left: 5px;
}
.variable-slider .slick-prev:hover,
.variable-slider .slick-next:hover {
  background: #aac858;
}
.variable-slider .slick-disabled {
  display: none !important;
}
.variable-slider .slick-prev {
  left: 5px;
}
.variable-slider .slick-prev:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.variable-slider .slick-next {
  right: 5px;
}
#elephant-beginnings {
  width: 104%;
  margin: 0 -2%;
}
#elephant-beginnings .slick-prev {
  left: 2% !important;
}
#elephant-beginnings .slick-next {
  right: 2% !important;
}
@media (max-width: 768px) {
  .slider-double {
    display: none;
  }
}
body.profile {
  background: #fff;
}
#profile-list-grid {
  padding: 80px 0 40px;
}
#profile-list-grid .text-desc {
  float: left;
  width: 100%;
  min-height: 60px;
  position: relative;
}
#profile-list-grid .text-desc .profile-list-icon {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 16px;
}
#profile-list-grid .text-desc .profile-list-icon svg {
  height: 18px;
  width: auto;
}
#profile-list-grid .text-desc .profile-list-icon svg .stroke-color {
  stroke: #ccc;
}
#profile-list-grid .text-desc p {
  color: #2D2C2D;
  font-size: 1.125em;
  margin: 13px 0 0;
  float: left;
  width: 100%;
}
#profile-list-grid .text-desc span {
  font-size: .8em;
  float: left;
  width: 100%;
}
#profile-list-grid .img-clip {
  float: left;
  width: 100%;
  overflow: hidden;
  margin: 40px 0 0;
  position: relative;
  z-index: 1;
}
#profile-list-grid .icon-like-heart {
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 2;
  top: 13px;
  right: 14px;
}
#profile-list-grid .icon-like-heart svg {
  width: 100%;
  height: auto;
  float: left;
}
#profile-list-grid .item > a p {
  transition: all 0.2s ease-in-out;
}
#profile-list-grid .item > a:hover .text-desc p {
  color: #aac858;
}
#profile-list-grid .resource-item {
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  #profile-list-grid .resource-item {
    height: 260px;
  }
}
@media (min-width: 992px) {
  #profile-list-grid .resource-item {
    height: 300px;
  }
}
@media (min-width: 1280px) {
  #profile-list-grid .resource-item {
    height: 350px;
  }
}
#profile-list-grid .resource-item .img-clip {
  margin: 0;
}
#profile-list-grid .resource-item .img-clip:hover img {
  opacity: 0.2;
}
#profile-list-grid .resource-item .img-clip:hover .description {
  opacity: 1.0;
}
#profile-list-grid .resource-item .img-clip .description {
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  padding: 15px;
  opacity: 0;
  text-align: justify;
}
@media (min-width: 768px) {
  #profile-list-grid .resource-item .img-clip .description {
    font-size: 0.6em;
  }
}
@media (min-width: 992px) {
  #profile-list-grid .resource-item .img-clip .description {
    font-size: 1.0em;
  }
}
#profile-list-grid.learn .filter {
  float: left;
  width: 100%;
  border: 1px solid #CFD8DC;
  overflow-y: hidden;
  margin: 40px 0 30px;
}
#profile-list-grid.learn .filter > div,
#profile-list-grid.learn .filter > a {
  float: left;
  width: 20%;
}
#profile-list-grid.learn .filter .main {
  background: #ECEFF1;
}
#profile-list-grid.learn .filter .main span {
  float: left;
  padding: 19px 0 18px 20px;
  line-height: 1em;
  font-size: .8em;
}
#profile-list-grid.learn .filter .main a {
  float: right;
  padding: 19px 15px;
  line-height: 1em;
  font-size: .8em;
  color: #2D2C2D;
  opacity: .5;
}
#profile-list-grid.learn .filter .main a:hover {
  background: #aac858;
  opacity: 1;
  color: rgba(255, 255, 255, 0.98);
}
#profile-list-grid.learn .filter > a {
  padding: 17px 0;
}
#profile-list-grid.learn .filter > a:hover {
  background: #fafafa;
  color: #aac858;
}
#profile-list-grid.learn .filter > a span {
  float: left;
  width: 100%;
  text-align: center;
  font-size: .8em;
  line-height: 1em;
}
#profile-list-grid.learn .filter > a span svg {
  width: auto;
  height: 20px;
  margin: 0 4px -5px 0;
}
.video-grid .item {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .video-grid .item {
    float: left;
    width: 100%;
  }
}
.video-grid .item a {
  position: relative;
  width: 100%;
  height: 230px;
  background-size: cover;
  background-position: center center;
  float: left;
  z-index: 1;
}
.video-grid .item a:hover {
  opacity: .8;
}
.video-grid .item a:hover .text .play-btn {
  right: 50%;
  top: -135%;
  width: 50px;
}
.video-grid .item a .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 15px 10px;
}
.video-grid .item a .text .name {
  float: left;
  width: auto;
  color: rgba(255, 255, 255, 0.98);
}
.video-grid .item a .text .status {
  float: left;
  width: auto;
  clear: both;
  font-size: .8em;
  color: rgba(255, 255, 255, 0.98);
  opacity: .5;
  font-style: italic;
}
.video-grid .item a .text .play-btn {
  width: 32px;
  height: 24px;
  overflow: visible;
  position: absolute;
  right: 38px;
  top: 0;
  margin-right: -25px;
  transition: all 0.2s ease-in-out;
}
.video-grid .item a .text .play-btn svg {
  float: left;
  width: 100%;
}
#timeline {
  padding: 20px 0 90px;
  background: #fff;
}
#timeline .timeline-desc {
  background: #fff;
}
#timeline .timeline-desc p {
  padding: 40px 60px;
  float: left;
  width: 100%;
  text-align: center;
  line-height: 1.5em;
  font-size: 1.2em;
  font-weight: 100;
}
@media (min-width: 768px) {
  #timeline .timeline-desc p {
    padding: 40px 80px;
  }
}
@media (min-width: 768px) {
  #timeline .timeline-desc p {
    padding: 40px 100px;
  }
}
@media (min-width: 1280px) {
  #timeline .timeline-desc p {
    padding: 40px 120px;
  }
}
#timeline .timeline-vert {
  position: relative;
  float: left;
  width: 100%;
  padding: 30px 0 30px;
}
#timeline .timeline-vert:before {
  content: '';
  position: absolute;
  left: 5%;
  margin: 0 0 0 -0.5px;
  width: 1px;
  height: 100%;
  background: #CFD8DC;
}
@media (min-width: 768px) {
  #timeline .timeline-vert:before {
    left: 50%;
    padding-top: 50px;
    margin-top: -50px;
  }
}
#timeline .timeline-vert .block {
  float: left;
  width: 100%;
  position: relative;
  padding: 100px 0 0;
  margin-top: 45px;
}
#timeline .timeline-vert .block .date {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 5%;
  top: 0;
  margin: 0 0 0 -20px;
  border: 1px solid #CFD8DC;
  background: #fff;
  color: #aac858;
  border-radius: 50%;
  padding: 7px 3px;
  text-align: center;
  transition: all 0.4s 0.4s;
  font-size: .8em;
}
@media (min-width: 768px) {
  #timeline .timeline-vert .block .date {
    width: 60px;
    height: 60px;
    padding: 17px 3px;
    font-size: 1em;
    margin: 0 0 0 -30px;
    left: 50%;
  }
}
#timeline .timeline-vert .block .date.active {
  background: #aac858;
  border-color: #aac858;
  color: rgba(255, 255, 255, 0.98);
}
#timeline .timeline-vert .block .left,
#timeline .timeline-vert .block .right {
  width: 87%;
}
@media (min-width: 768px) {
  #timeline .timeline-vert .block .left,
  #timeline .timeline-vert .block .right {
    width: 48%;
  }
}
#timeline .timeline-vert .block .left {
  float: right;
}
@media (min-width: 768px) {
  #timeline .timeline-vert .block .left {
    float: left;
  }
}
#timeline .timeline-vert .block .right {
  float: right;
}
#timeline .timeline-social {
  float: left;
  width: 100%;
  margin: 8px 0;
}
#timeline .timeline-social a {
  color: #959595;
  font-size: 1.2em;
  margin: 0 10px 0 0;
}
#timeline .timeline-social a:hover {
  opacity: .8;
}
#faq .faq-list {
  margin: 20px 0 20px 0;
}
#faq .faq-list li {
  width: 80%;
  margin: 0 10% -1px;
  background: rgba(255, 255, 255, 0.98);
  overflow: hidden;
  border-radius: 2px;
  border: 1px solid #e7e7e7;
  height: 100%;
  max-height: 75px;
  transition: all 0.8s ease-in-out;
}
#faq .faq-list li.current {
  width: 100%;
  margin: 20px 0;
  max-height: 800px;
}
#faq .faq-list li.current .forum-list-content {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s 0.4s;
}
#faq .faq-list li.current .forum-list-link {
  margin-top: -80px;
  transition: all 0.4s 0s;
}
#faq .faq-list li .forum-list-content {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s 0s;
  padding: 10px 25px 20px;
}
#faq .faq-list li .forum-list-link {
  transition: all 0.4s 0.4s;
}
#faq .faq-icon {
  width: 20px;
  height: 20px;
}
#faq .faq-icon-close {
  cursor: pointer;
}
#faq .faq-icon svg {
  float: left;
  width: 100%;
}
.board-list {
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .board-list > div > div {
    margin-bottom: 20px;
    float: left;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .board-list .row {
    margin-bottom: 0;
  }
}
.board-list h4 {
  font-weight: 100;
  font-size: 1.2em;
  margin: 0;
  float: left;
  width: 100%;
}
.board-list span {
  font-size: .9em;
  margin: 0 0 5px;
  float: left;
  width: 100%;
}
@media (max-width: 768px) {
  .director-list > div > div {
    margin-bottom: 20px;
    float: left;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .director-list .row {
    margin-bottom: 0;
  }
}
.director-list h4 {
  font-weight: 100;
  font-size: 1.2em;
  margin: 0;
  float: left;
  width: 100%;
}
.director-list span {
  font-size: .9em;
  margin: 0 0 5px;
  float: left;
  width: 100%;
}
#blog-articles .blog-button {
  margin-top: 10px;
}
#blog-articles .post-link {
  transition: all 0.2s ease-in;
}
#blog-articles .post-link:hover {
  opacity: 0.8;
}
#blog-articles .post-image {
  display: none;
  margin-top: 1.5em;
  height: auto;
}
@media (min-width: 768px) {
  #blog-articles .post-image {
    display: block;
  }
}
#blog-articles .post-blog-title {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #aac858;
  color: white;
  padding: 6px 12px;
  z-index: 2;
  box-shadow: -3px 3px 8px 0px rgba(0, 0, 0, 0.75);
  display: none;
}
@media (min-width: 768px) {
  #blog-articles .post-blog-title {
    display: block;
  }
}
#blog-articles .post-info-overlay {
  position: absolute;
  bottom: 20px;
  left: 30px;
  margin-right: 30px;
  display: none;
}
@media (min-width: 768px) {
  #blog-articles .post-info-overlay {
    display: block;
  }
}
#blog-articles .post-info-overlay .post-author {
  color: white;
  display: block;
  text-shadow: 1px 1px #000000;
}
#blog-articles .post-info-overlay .post-date {
  color: white;
  display: block;
  text-shadow: 1px 1px #000000;
}
#blog-articles .post-info-overlay .post-date:hover {
  opacity: 1.0 !important;
}
#blog-articles .post-info-overlay .post-title {
  display: block;
  font-size: 1.5em;
  color: white;
  text-shadow: 1px 1px #000000;
  margin: 10px 0;
}
#blog-articles .post-info-overlay .post-title:hover {
  opacity: 1.0 !important;
}
#blog-articles .post-info-overlay-small {
  position: absolute;
  bottom: 12px;
  left: 25px;
  margin-right: 25px;
  display: none;
}
@media (min-width: 768px) {
  #blog-articles .post-info-overlay-small {
    display: block;
  }
}
#blog-articles .post-info-overlay-small .post-author {
  color: white;
  display: block;
  text-shadow: 1px 1px #000000;
}
#blog-articles .post-info-overlay-small .post-date {
  color: white;
  display: block;
  text-shadow: 1px 1px #000000;
}
#blog-articles .post-info-overlay-small .post-date:hover {
  opacity: 1.0 !important;
}
#blog-articles .post-info-overlay-small .post-title {
  display: block;
  font-size: 1.5em;
  color: white;
  text-shadow: 1px 1px #000000;
  margin: 2px 0 6px 0;
}
#blog-articles .post-info-overlay-small .post-title:hover {
  opacity: 1.0 !important;
}
@media (max-width: 768px) {
  #hashtag-elephants {
    padding-bottom: 45px;
  }
}
@media (max-width: 768px) {
  #hashtag-elephants .list-inline {
    margin: 15px 0 0;
  }
}
.sub-footer-text {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .sub-footer-text {
    padding: 0;
  }
}
#hashtag-elephants .list-inline > a.bg-color-fb {
  background-color: #2278D0;
  font-size: 1.8em;
  padding: 14px 20px;
  color: #fff;
  display: block;
}
#hashtag-elephants .list-inline > a.bg-color-fb i {
  color: #fff;
}
#hashtag-elephants .list-inline > a.bg-color-tw {
  background-color: #34B7F3;
  font-size: 1.8em;
  padding: 14px 20px;
  color: #fff;
  display: block;
}
#hashtag-elephants .list-inline > a.bg-color-tw i {
  color: #fff;
}
.hashtag-elephants-bg-overlap-parent {
  padding-bottom: 200px;
}
.hashtag-elephants-bg-overlap-child {
  position: relative;
  bottom: 175px;
  margin-bottom: -100px;
}
.preview-tag {
  position: fixed;
  top: 25%;
  left: -85px;
  background: #062800;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 15px 50px;
  color: #79a36f;
  margin: 0;
  z-index: 1000;
  font-weight: 700;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
footer.dark {
  background-image: url(/img/elephants-226.jpg);
}
footer.dark .note-title {
  font-size: 2em;
}
.crLogo img {
  width: auto;
}
@media (max-width: 768px) {
  #crDonateWidget_help-change-the-lives-of-elephants_elephantsanctuaryint {
    width: auto !important;
    text-align: center !important;
  }
  .crImageAndTitleOuter {
    margin: 15px auto !important;
  }
  .crImageAndTitle {
    width: auto !important;
  }
}
@media (min-width: 992px) {
  #crDonateWidget_help-change-the-lives-of-elephants_elephantsanctuaryint {
    width: auto !important;
    text-align: center !important;
  }
  .crImageAndTitleOuter {
    margin: 15px auto !important;
  }
  .crImageAndTitle {
    width: auto !important;
  }
}
.aside {
  padding: 40px;
}
.aside .btn-donate {
  display: inline-block;
  width: 100%;
}
.quick-links ul {
  margin-top: 0;
  margin-bottom: 25px;
}
.quick-links ul li {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 1px solid #E7E7E7;
}
.quick-links ul li:last-child {
  border: none;
}
.quick-links ul li a .arrow {
  position: absolute;
  right: 10px;
  height: 20px;
  width: 20px;
  background-image: url(../img/svg/aside-arrow.svg);
  margin-right: -10px;
  opacity: 0;
  transition: all 0.35s ease-in-out;
}
.quick-links ul li > a {
  display: block;
  padding: 10px 0;
}
.quick-links ul li > a:hover .arrow {
  margin-right: 0;
  opacity: 1;
}
.profile section {
  background: #fff;
}
#profile-about {
  background-color: #fff;
}
.profile .intro {
  margin-top: -150px;
  background: #fff;
  padding: 20px 30px 70px 30px;
}
.profile .intro h1 {
  margin-top: 0.1em;
  margin-bottom: 0.2em;
}
.profile .intro p {
  font-size: 1.0em;
  line-height: 1.4em;
  font-weight: 300;
}
#profile-story {
  padding-top: 50px;
}
#profile-story p {
  font-size: 1.0em;
}
.squares {
  display: inline-block;
  width: 100%;
}
.square {
  float: left;
  width: 100%;
  cursor: default !important;
  margin: 10px 0;
  height: 210px;
  text-align: center;
  border: 1px solid #E7E7E7;
  transition: all 0.3s ease;
}
@media (max-width: 769px) {
  .square {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .square {
    width: 45%;
    margin: 10px;
  }
}
@media (min-width: 1280px) {
  .square {
    width: 46.2%;
  }
}
.square .info-holder {
  position: relative;
  top: 70px;
  margin: 0;
  display: inline-block;
  background: white;
  transition: all 0.3s ease;
}
.square .descriptor {
  position: relative;
  top: 70px;
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.square:hover {
  cursor: help;
  border-color: #aac858;
}
.square:hover .info-holder {
  top: -17px;
}
.square:hover .descriptor {
  top: -20px;
}
.square .icon {
  width: 70px;
  margin: 40px auto 0;
  opacity: 0;
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.square:hover .icon {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.square .title {
  font-weight: 300;
  font-size: 1.4em;
  margin: 0;
}
#profile-about.sub {
  padding-bottom: 80px;
}
.financials-desc {
  background: #fff;
}
.financials-desc p {
  padding: 40px 60px 20px 60px;
  float: left;
  width: 100%;
  text-align: center;
  line-height: 1.5em;
  font-size: 1.2em;
  font-weight: 100;
}
@media (min-width: 768px) {
  .financials-desc p {
    padding: 40px 80px 20px 80px;
  }
}
@media (min-width: 768px) {
  .financials-desc p {
    padding: 40px 100px 20px 100px;
  }
}
@media (min-width: 1280px) {
  .financials-desc p {
    padding: 40px 120px 20px 120px;
  }
}
.btn-download {
  margin: 30px auto 0 auto;
  float: none;
  display: block;
  width: 200px;
}
#faq .faq-list .job-listing li {
  width: 100%;
  margin: 5px;
  overflow: visible;
  border: none;
  height: 100%;
  max-height: none;
  list-style-type: disc;
  font-size: 0.9em;
}
#faq .faq-list.careers-list li.current {
  max-height: none;
}
.careers-desc {
  background: #fff;
}
.careers-desc p {
  padding: 40px 60px 20px 60px;
  float: left;
  width: 100%;
  text-align: center;
  line-height: 1.5em;
  font-size: 1.2em;
  font-weight: 100;
}
@media (min-width: 768px) {
  .careers-desc p {
    padding: 40px 80px 20px 80px;
  }
}
@media (min-width: 768px) {
  .careers-desc p {
    padding: 40px 100px 20px 100px;
  }
}
@media (min-width: 1280px) {
  .careers-desc p {
    padding: 40px 120px 20px 120px;
  }
}
#distance-learning-main-image-block {
  text-align: center;
}
#distance-learning-main-image-block img {
  width: 60%;
}

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