/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  background-color: #fff;
  font-size: 100%;
  height: 100%;
  min-height: 100%; }

body {
  font-family: "acumin-pro-condensed",sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 100%;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .025em;
  height: 100%;
  min-height: 100%;
  padding-top: 40px;
  overflow-x: hidden; }
  @media (min-width: 768px) {
    body {
      padding-top: 82px; } }

.cf:after {
  content: "";
  display: table;
  clear: both; }

b, strong {
  font-weight: bold; }

i, em {
  font-style: italic; }

h1, h2, h3, h4, h5, h6 {
  color: #2d5736;
  padding-bottom: 16px;
  line-height: 100%;
  font-weight: bold; }
  @media (min-width: 768px) {
    h1, h2, h3, h4, h5, h6 {
      padding-bottom: 40px; } }

h1 {
  color: #fff;
  padding: 0;
  font-size: 24px;
  font-size: 1.5rem; }
  @media (min-width: 768px) {
    h1 {
      font-size: 60px;
      font-size: 3.75rem; } }

h2 {
  color: #1c3f66;
  font-size: 20px;
  font-size: 1.25rem;
  padding-bottom: 10px; }
  @media (min-width: 768px) {
    h2 {
      font-size: 36px;
      font-size: 2.25rem; } }

article h1 {
  color: #1c3f66; }

article h2 {
  color: #2d5736;
  font-size: 24px; }

h3 {
  font-size: 20px;
  font-size: 1.25rem; }
  @media (min-width: 768px) {
    h3 {
      font-size: 24px;
      font-size: 1.5rem; } }

h4 {
  font-size: 18px;
  font-size: 1.125rem; }
  @media (min-width: 768px) {
    h4 {
      font-size: 20px;
      font-size: 1.25rem; } }

h5 {
  font-size: 16px;
  font-size: 1rem; }
  @media (min-width: 768px) {
    h5 {
      font-size: 18px;
      font-size: 1.125rem; } }

h6 {
  font-size: 16px;
  font-size: 1rem; }
  @media (min-width: 768px) {
    h6 {
      font-size: 16px;
      font-size: 1rem; } }

p {
  color: #171918;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  padding-bottom: 10px; }
  @media (min-width: 768px) {
    p {
      line-height: 1.5;
      padding-bottom: 20px;
      font-size: 18px;
      font-size: 1.125rem; } }
  p:last-child {
    padding-bottom: 0; }

a {
  color: #f39303;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: none;
  text-transform: inherit;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a span {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  a:hover {
    color: #cd5700;
    text-decoration: underline; }

.colorWhite,
.text-white {
  color: #fff !important; }

.btn {
  color: #fff !important;
  text-decoration: none;
  font-family: "acumin-pro-condensed",sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 39px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  border: 3px;
  padding: 0 20px;
  border-radius: 0;
  margin: 0;
  cursor: pointer;
  height: 39px;
  background-color: #f39303;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: 4px 4px 0px #cd5700;
  box-shadow: 4px 4px 0px #cd5700;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .btn:hover {
    background-color: #cd5700;
    text-decoration: none;
    -webkit-box-shadow: 4px 4px 0px #f39303;
    box-shadow: 4px 4px 0px #f39303; }
  .btn.btn-center {
    text-align: center;
    display: inline-block;
    margin: 0 auto; }
  .btn.btn-reversed {
    background-color: #cd5700;
    -webkit-box-shadow: 4px 4px 0px #f39303;
    box-shadow: 4px 4px 0px #f39303; }
    .btn.btn-reversed:hover {
      background-color: #f39303;
      -webkit-box-shadow: 4px 4px 0px #cd5700;
      box-shadow: 4px 4px 0px #cd5700; }
  .btn.btn-small {
    font-size: 14px;
    line-height: 39px; }

.btn-underline {
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  font-weight: bold;
  color: #5c8727;
  padding-bottom: 7px;
  border-bottom: 2px solid #f39303;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 20px; }
  .btn-underline:last-child {
    margin-bottom: 0; }
  .btn-underline:hover {
    text-decoration: none;
    color: #f39303 !important; }

.btn-box {
  text-align: center;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 700;
  line-height: 30px; }
  .btn-box:hover {
    text-decoration: none; }
    .btn-box:hover span:last-child {
      color: #cd5700; }
  .btn-box span {
    display: block; }
  .btn-box span:first-child {
    text-transform: uppercase;
    color: #5c8727;
    font-size: 18px;
    font-size: 1.125rem; }
  .btn-box span:last-child {
    text-transform: capitalize;
    color: #1c3f66;
    font-size: 30px;
    font-size: 1.875rem; }

ul, ol {
  font-family: "acumin-pro-condensed",sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 30px; }
  ul li, ol li {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8; }
    @media (min-width: 768px) {
      ul li, ol li {
        font-size: 18px;
        font-size: 1.125rem; } }
    ul li:last-child, ol li:last-child {
      margin-bottom: 0; }

ul {
  list-style: disc;
  margin-left: 21px; }
  ul li {
    color: #f39303; }
    ul li span {
      color: #171918; }

ol {
  list-style: decimal;
  margin-left: 14px; }
  ol li {
    color: #f39303; }
    ol li span {
      color: #171918; }

blockquote {
  padding-left: 40px;
  border-left: 5px solid #f39303;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 30px;
  font-style: italic; }
  @media (min-width: 768px) {
    blockquote {
      font-size: 20px;
      font-size: 1.25rem; } }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea {
  font-family: "acumin-pro-condensed",sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  border: 0;
  border-bottom: 3px solid #f39303;
  border-radius: 0px;
  background: #fff;
  margin-bottom: 14px;
  font-size: 14px;
  font-size: 0.875rem; }
  @media (min-width: 768px) {
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="url"],
    textarea {
      font-size: 18px;
      font-size: 1.125rem; } }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"] {
  height: 42px;
  padding: 0 25px;
  font-size: 14px;
  font-size: 0.875rem; }
  @media (min-width: 768px) {
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="url"] {
      font-size: 16px;
      font-size: 1rem; } }

textarea {
  color: #171918;
  height: 166px;
  padding: 15px 20px; }
  @media (min-width: 768px) {
    textarea {
      font-size: 16px;
      font-size: 1rem; } }

::-webkit-input-placeholder {
  color: #171918; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #171918; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #171918; }

:-ms-input-placeholder {
  color: #171918; }

/*******************************/
/* Make videos responsive */
/*******************************/
.video {
  max-width: 700px; }

.videoWrapper,
.embed-container,
.embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .videoWrapper,
    .embed-container,
    .embed-responsive {
      margin-bottom: 40px; } }

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

input.wpcf7-not-valid {
  border: 2px solid #f39303 !important; }

.wpcf7-not-valid-tip {
  margin: -15px 0 0px 20px; }

.ajax-loader {
  position: absolute;
  left: 0; }

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

.img-responsive-full {
  width: 100%;
  height: auto; }

.table {
  width: 100%;
  height: 100%;
  display: table; }
  .table.no-pad {
    padding: 0 !important; }
  .table .table-row {
    display: table-row;
    width: 100%;
    height: 100%; }
    .table .table-row .table-cell {
      width: 100%;
      height: 100%;
      display: table-cell;
      vertical-align: middle; }

.text-center {
  text-align: center;
  margin: 0 auto; }

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

.img-circle {
  border-radius: 100%; }

.img-full {
  width: 100%;
  height: auto; }

@media (min-width: 1024px) {
  .hide-desktop {
    display: none; } }

@media (max-width: 1023px) {
  .hide-mobile {
    display: none; } }

@media (min-width: 1024px) {
  .specialImg {
    visibility: hidden; } }

@media (min-width: 1440px) {
  .specialImg {
    display: none; } }

.text-center-mobile {
  text-align: center; }
  @media (min-width: 768px) {
    .text-center-mobile {
      text-align: left; } }

/*Add all grid options in here*/
.wrap {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  padding: 0 16px; }

.wrap-small {
  margin: 0 auto;
  max-width: 1040px;
  width: 100%;
  padding: 0 16px; }

.wrap .row {
  margin-left: -8px;
  margin-right: -8px; }

.section {
  padding: 20px 0; }
  @media (min-width: 768px) {
    .section {
      padding: 40px 0; } }
  @media (min-width: 60px) {
    .section {
      padding: 65px 0; } }
  .section.no-pad {
    padding: 0; }
  .section.no-pad-bot {
    padding-bottom: 0; }
  .section.no-pad-top {
    padding-top: 0; }

.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }
  .row:after {
    content: "";
    display: table;
    clear: both; }
  .row.no-margin-bot {
    margin-bottom: 0; }
  .row.row-center:before, .row.row-center:after {
    content: " ";
    display: table; }
  .row.row-center img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 0; }
  .row .col {
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    min-height: 1px; }
    .row .col.col-pad-20 {
      padding: 0 20px; }
    .row .col.no-pad {
      padding-left: 0;
      padding-right: 0; }
    .row .col.padding-1-1-1-1-12 {
      padding: 4%; }
    .row .col.padding-8 {
      padding: 8px; }
    .row .col.padding-16 {
      padding: 16px; }
    .row .col[class*="push-"], .row .col[class*="pull-"] {
      position: relative; }
    .row .col.s1 {
      width: 8.3333333333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s2 {
      width: 16.6666666667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s3 {
      width: 25%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s4 {
      width: 33.3333333333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s5 {
      width: 41.6666666667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s6 {
      width: 50%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s7 {
      width: 58.3333333333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s8 {
      width: 66.6666666667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s9 {
      width: 75%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s10 {
      width: 83.3333333333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s11 {
      width: 91.6666666667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s12 {
      width: 100%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.offset-s1 {
      margin-left: 8.3333333333%; }
    .row .col.pull-s1 {
      right: 8.3333333333%; }
    .row .col.push-s1 {
      left: 8.3333333333%; }
    .row .col.offset-s2 {
      margin-left: 16.6666666667%; }
    .row .col.pull-s2 {
      right: 16.6666666667%; }
    .row .col.push-s2 {
      left: 16.6666666667%; }
    .row .col.offset-s3 {
      margin-left: 25%; }
    .row .col.pull-s3 {
      right: 25%; }
    .row .col.push-s3 {
      left: 25%; }
    .row .col.offset-s4 {
      margin-left: 33.3333333333%; }
    .row .col.pull-s4 {
      right: 33.3333333333%; }
    .row .col.push-s4 {
      left: 33.3333333333%; }
    .row .col.offset-s5 {
      margin-left: 41.6666666667%; }
    .row .col.pull-s5 {
      right: 41.6666666667%; }
    .row .col.push-s5 {
      left: 41.6666666667%; }
    .row .col.offset-s6 {
      margin-left: 50%; }
    .row .col.pull-s6 {
      right: 50%; }
    .row .col.push-s6 {
      left: 50%; }
    .row .col.offset-s7 {
      margin-left: 58.3333333333%; }
    .row .col.pull-s7 {
      right: 58.3333333333%; }
    .row .col.push-s7 {
      left: 58.3333333333%; }
    .row .col.offset-s8 {
      margin-left: 66.6666666667%; }
    .row .col.pull-s8 {
      right: 66.6666666667%; }
    .row .col.push-s8 {
      left: 66.6666666667%; }
    .row .col.offset-s9 {
      margin-left: 75%; }
    .row .col.pull-s9 {
      right: 75%; }
    .row .col.push-s9 {
      left: 75%; }
    .row .col.offset-s10 {
      margin-left: 83.3333333333%; }
    .row .col.pull-s10 {
      right: 83.3333333333%; }
    .row .col.push-s10 {
      left: 83.3333333333%; }
    .row .col.offset-s11 {
      margin-left: 91.6666666667%; }
    .row .col.pull-s11 {
      right: 91.6666666667%; }
    .row .col.push-s11 {
      left: 91.6666666667%; }
    .row .col.offset-s12 {
      margin-left: 100%; }
    .row .col.pull-s12 {
      right: 100%; }
    .row .col.push-s12 {
      left: 100%; }
    @media (min-width: 768px) {
      .row .col.m1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-m1 {
        margin-left: 8.3333333333%; }
      .row .col.pull-m1 {
        right: 8.3333333333%; }
      .row .col.push-m1 {
        left: 8.3333333333%; }
      .row .col.offset-m2 {
        margin-left: 16.6666666667%; }
      .row .col.pull-m2 {
        right: 16.6666666667%; }
      .row .col.push-m2 {
        left: 16.6666666667%; }
      .row .col.offset-m3 {
        margin-left: 25%; }
      .row .col.pull-m3 {
        right: 25%; }
      .row .col.push-m3 {
        left: 25%; }
      .row .col.offset-m4 {
        margin-left: 33.3333333333%; }
      .row .col.pull-m4 {
        right: 33.3333333333%; }
      .row .col.push-m4 {
        left: 33.3333333333%; }
      .row .col.offset-m5 {
        margin-left: 41.6666666667%; }
      .row .col.pull-m5 {
        right: 41.6666666667%; }
      .row .col.push-m5 {
        left: 41.6666666667%; }
      .row .col.offset-m6 {
        margin-left: 50%; }
      .row .col.pull-m6 {
        right: 50%; }
      .row .col.push-m6 {
        left: 50%; }
      .row .col.offset-m7 {
        margin-left: 58.3333333333%; }
      .row .col.pull-m7 {
        right: 58.3333333333%; }
      .row .col.push-m7 {
        left: 58.3333333333%; }
      .row .col.offset-m8 {
        margin-left: 66.6666666667%; }
      .row .col.pull-m8 {
        right: 66.6666666667%; }
      .row .col.push-m8 {
        left: 66.6666666667%; }
      .row .col.offset-m9 {
        margin-left: 75%; }
      .row .col.pull-m9 {
        right: 75%; }
      .row .col.push-m9 {
        left: 75%; }
      .row .col.offset-m10 {
        margin-left: 83.3333333333%; }
      .row .col.pull-m10 {
        right: 83.3333333333%; }
      .row .col.push-m10 {
        left: 83.3333333333%; }
      .row .col.offset-m11 {
        margin-left: 91.6666666667%; }
      .row .col.pull-m11 {
        right: 91.6666666667%; }
      .row .col.push-m11 {
        left: 91.6666666667%; }
      .row .col.offset-m12 {
        margin-left: 100%; }
      .row .col.pull-m12 {
        right: 100%; }
      .row .col.push-m12 {
        left: 100%; } }
    @media (min-width: 1024px) {
      .row .col.l1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-l1 {
        margin-left: 8.3333333333%; }
      .row .col.pull-l1 {
        right: 8.3333333333%; }
      .row .col.push-l1 {
        left: 8.3333333333%; }
      .row .col.offset-l2 {
        margin-left: 16.6666666667%; }
      .row .col.pull-l2 {
        right: 16.6666666667%; }
      .row .col.push-l2 {
        left: 16.6666666667%; }
      .row .col.offset-l3 {
        margin-left: 25%; }
      .row .col.pull-l3 {
        right: 25%; }
      .row .col.push-l3 {
        left: 25%; }
      .row .col.offset-l4 {
        margin-left: 33.3333333333%; }
      .row .col.pull-l4 {
        right: 33.3333333333%; }
      .row .col.push-l4 {
        left: 33.3333333333%; }
      .row .col.offset-l5 {
        margin-left: 41.6666666667%; }
      .row .col.pull-l5 {
        right: 41.6666666667%; }
      .row .col.push-l5 {
        left: 41.6666666667%; }
      .row .col.offset-l6 {
        margin-left: 50%; }
      .row .col.pull-l6 {
        right: 50%; }
      .row .col.push-l6 {
        left: 50%; }
      .row .col.offset-l7 {
        margin-left: 58.3333333333%; }
      .row .col.pull-l7 {
        right: 58.3333333333%; }
      .row .col.push-l7 {
        left: 58.3333333333%; }
      .row .col.offset-l8 {
        margin-left: 66.6666666667%; }
      .row .col.pull-l8 {
        right: 66.6666666667%; }
      .row .col.push-l8 {
        left: 66.6666666667%; }
      .row .col.offset-l9 {
        margin-left: 75%; }
      .row .col.pull-l9 {
        right: 75%; }
      .row .col.push-l9 {
        left: 75%; }
      .row .col.offset-l10 {
        margin-left: 83.3333333333%; }
      .row .col.pull-l10 {
        right: 83.3333333333%; }
      .row .col.push-l10 {
        left: 83.3333333333%; }
      .row .col.offset-l11 {
        margin-left: 91.6666666667%; }
      .row .col.pull-l11 {
        right: 91.6666666667%; }
      .row .col.push-l11 {
        left: 91.6666666667%; }
      .row .col.offset-l12 {
        margin-left: 100%; }
      .row .col.pull-l12 {
        right: 100%; }
      .row .col.push-l12 {
        left: 100%; } }
    @media (min-width: 1250px) {
      .row .col.xl1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-l1 {
        margin-left: 8.3333333333%; }
      .row .col.pull-l1 {
        right: 8.3333333333%; }
      .row .col.push-l1 {
        left: 8.3333333333%; }
      .row .col.offset-l2 {
        margin-left: 16.6666666667%; }
      .row .col.pull-l2 {
        right: 16.6666666667%; }
      .row .col.push-l2 {
        left: 16.6666666667%; }
      .row .col.offset-l3 {
        margin-left: 25%; }
      .row .col.pull-l3 {
        right: 25%; }
      .row .col.push-l3 {
        left: 25%; }
      .row .col.offset-l4 {
        margin-left: 33.3333333333%; }
      .row .col.pull-l4 {
        right: 33.3333333333%; }
      .row .col.push-l4 {
        left: 33.3333333333%; }
      .row .col.offset-l5 {
        margin-left: 41.6666666667%; }
      .row .col.pull-l5 {
        right: 41.6666666667%; }
      .row .col.push-l5 {
        left: 41.6666666667%; }
      .row .col.offset-l6 {
        margin-left: 50%; }
      .row .col.pull-l6 {
        right: 50%; }
      .row .col.push-l6 {
        left: 50%; }
      .row .col.offset-l7 {
        margin-left: 58.3333333333%; }
      .row .col.pull-l7 {
        right: 58.3333333333%; }
      .row .col.push-l7 {
        left: 58.3333333333%; }
      .row .col.offset-l8 {
        margin-left: 66.6666666667%; }
      .row .col.pull-l8 {
        right: 66.6666666667%; }
      .row .col.push-l8 {
        left: 66.6666666667%; }
      .row .col.offset-l9 {
        margin-left: 75%; }
      .row .col.pull-l9 {
        right: 75%; }
      .row .col.push-l9 {
        left: 75%; }
      .row .col.offset-l10 {
        margin-left: 83.3333333333%; }
      .row .col.pull-l10 {
        right: 83.3333333333%; }
      .row .col.push-l10 {
        left: 83.3333333333%; }
      .row .col.offset-l11 {
        margin-left: 91.6666666667%; }
      .row .col.pull-l11 {
        right: 91.6666666667%; }
      .row .col.push-l11 {
        left: 91.6666666667%; }
      .row .col.offset-l12 {
        margin-left: 100%; }
      .row .col.pull-l12 {
        right: 100%; }
      .row .col.push-l12 {
        left: 100%; } }

.no-pad {
  padding: 0; }

.padding {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .padding {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media (min-width: 1024px) {
    .padding {
      padding-top: 60px;
      padding-bottom: 60px; } }

.pad-40 {
  padding: 20px; }
  @media (min-width: 768px) {
    .pad-40 {
      padding: 40px; } }

.padding-l-r {
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .padding-l-r {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 1024px) {
    .padding-l-r {
      padding-left: 60px;
      padding-right: 60px; } }

.padding-1-12 {
  padding-left: 8.4745762712%;
  padding-right: 8.4745762712%; }

.padding-8 {
  padding: 8px; }

.padding-16 {
  padding: 16px; }

.padding-60 {
  padding: 60px; }

.pad-bottom-20 {
  padding-bottom: 20px; }

.padding-1-12-s {
  padding-left: 8.4745762712%; }

.pad-bottom-5 {
  padding-bottom: 5px; }

.pad-bottom-0 {
  padding-bottom: 0px; }

.margin-bottom-0 {
  margin-bottom: 0px; }

.margin-top-30 {
  margin-top: 30px; }

.padding-1-1-1-1-12 {
  padding: 4%; }

@media (min-width: 768px) {
  .hide-768 {
    display: none !important; } }

.hide-m-t {
  display: none; }
  @media (min-width: 1024px) {
    .hide-m-t {
      display: block; } }

@media (min-width: 1024px) {
  .hide-1024 {
    display: none !important; } }

.visibility-hidden {
  visibility: hidden; }

.border-8 {
  border: 8px solid transparent; }

.border-light-blue {
  border-color: #e4efe7; }

.wrap-margin {
  margin: 20px; }
  @media (min-width: 1024px) {
    .wrap-margin {
      margin: 40px 60px; } }

.row-blog-posts {
  margin: 0 -0.83333%; }

.admin-bar .site-header {
  top: 32px; }

@media (min-width: 1250px) {
  .page .site-header + .banner,
  body[class*=" post-type-"] .site-header + .banner {
    margin-top: 54px; } }

.page.page-id-1124,
.page-id-1126,
.page-id-878 {
  padding-top: 0; }

.home .site-header + .banner {
  margin-top: 0; }

.site-header {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (min-width: 1024px) {
    .site-header {
      overflow: visible; } }
  .site-header.site-header--open {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }
    @media (min-width: 1250px) {
      .site-header.site-header--open {
        height: auto;
        background-color: transparent; } }
  @media (min-width: 1024px) {
    .site-header.site-header--small .logo {
      width: 142px;
      height: 55px; } }
  @media (min-width: 1024px) {
    .site-header.site-header--small p.tagLine {
      line-height: 55px; } }
  .site-header .logo {
    width: 104px;
    height: 40px;
    display: block;
    float: left;
    position: relative;
    z-index: 888;
    background-image: url("../img/logo.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    filter: blur(0);
    -webkit-filter: blur(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (min-width: 768px) {
      .site-header .logo {
        width: 213px;
        height: 82px; } }
  .site-header p.tagLine {
    padding: 0;
    font-weight: 700;
    margin-left: 16px;
    line-height: 40px;
    font-size: 11px;
    color: #f39303;
    float: left; }
    @media (min-width: 768px) {
      .site-header p.tagLine {
        line-height: 82px;
        font-size: 16px; } }

@media (min-width: 1024px) {
  .site-header--small .menu-toggle {
    margin: 6px 20px; } }

@media (min-width: 1024px) {
  .site-header--small .main-menu ul {
    border-top: 58px solid #fff; } }

@media (min-width: 1250px) {
  .site-header--small .main-menu ul {
    border-top: 0; } }

@media (min-width: 1250px) {
  .site-header--small .main-menu ul li {
    padding: 5px 0 !important; } }

@media (min-width: 1250px) {
  .site-header--small .main-menu ul li .wrap-sub-menu {
    top: 55px; } }

.menu-toggle {
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 13px 0;
  position: relative;
  z-index: 9999999;
  display: block;
  float: right;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  @media (min-width: 768px) {
    .menu-toggle {
      margin: 20px;
      width: 42px;
      height: 42px; } }
  @media (min-width: 1250px) {
    .menu-toggle {
      display: none; } }
  .menu-toggle .bar {
    display: block;
    background-color: #5c8727;
    width: 20px;
    height: 3px;
    margin: 0 auto 4px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s; }
    @media (min-width: 768px) {
      .menu-toggle .bar {
        width: 20px; } }
    .menu-toggle .bar.bar-3 {
      margin-bottom: 0; }
  .menu-toggle:hover .bar-1, .menu-toggle:focus .bar-1 {
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px); }
  .menu-toggle:hover .bar-3, .menu-toggle:focus .bar-3 {
    transform: translateY(2px);
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px); }
  .menu-toggle.menu-toggle--active .bar {
    background-color: #f39303; }
  .menu-toggle.menu-toggle--active .bar-1 {
    transform: translateY(7px) translateX(0) rotate(45deg);
    -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
    -moz-transform: translateY(7px) translateX(0) rotate(45deg); }
  .menu-toggle.menu-toggle--active .bar-2 {
    opacity: 0; }
  .menu-toggle.menu-toggle--active .bar-3 {
    transform: translateY(-7px) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-7px) translateX(0) rotate(-45deg); }

nav {
  float: right; }
  @media (min-width: 1250px) {
    nav {
      position: absolute;
      right: 0;
      width: 100%; } }
  nav .main-menu {
    clear: both;
    background-color: #5c8727;
    position: fixed;
    width: 280px;
    height: 100%;
    right: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateX(280px);
            transform: translateX(280px); }
    nav .main-menu:after {
      content: "";
      display: table;
      clear: both; }
    nav .main-menu.main-menu--active {
      -webkit-transform: translateX(0px);
              transform: translateX(0px); }
    @media (min-width: 1250px) {
      nav .main-menu {
        float: right;
        clear: none;
        background-color: #fff;
        min-height: auto;
        width: auto;
        position: static;
        right: 0;
        top: 0;
        opacity: 1 !important;
        display: block !important;
        -webkit-transform: none;
                transform: none; } }
    nav .main-menu ul {
      margin: 0;
      padding: 0;
      list-style: none;
      border-top: 40px solid #fff; }
      @media (min-width: 768px) {
        nav .main-menu ul {
          border-top: 82px solid #fff; } }
      @media (min-width: 1250px) {
        nav .main-menu ul {
          border-top: 0; } }
      nav .main-menu ul li {
        margin: 0px;
        padding: 0px 0;
        /*-webkit-transition: all .3s ease;
				-moz-transition: all .3s ease;
				-ms-transition: all .3s ease;
				-o-transition: all .3s ease;
				transition: all .3s ease;*/
        font-weight: bold;
        text-transform: uppercase;
        border-bottom: 3px solid #537d2a; }
        nav .main-menu ul li:after {
          content: "";
          display: table;
          clear: both; }
        @media (min-width: 1250px) {
          nav .main-menu ul li {
            border-bottom: 0;
            margin: 0 5px;
            padding: 20px 0;
            float: left;
            border-bottom: 0; } }
        @media (min-width: 1400px) {
          nav .main-menu ul li {
            margin: 0 10px; } }
        nav .main-menu ul li.menu-item-search {
          position: relative;
          border-bottom: 0; }
          nav .main-menu ul li.menu-item-search input[type="text"] {
            margin: 0;
            padding: 0;
            outline: 0;
            width: 100%;
            color: #fff;
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
            background-color: transparent;
            font-size: 14px;
            padding: 0 12px 0 35px;
            font-weight: bold;
            text-transform: uppercase;
            border-bottom: 0; }
            @media (min-width: 1250px) {
              nav .main-menu ul li.menu-item-search input[type="text"] {
                font-size: 18px;
                color: #fff;
                background-color: #fff;
                padding: 14px 0px 0px;
                width: 0px;
                height: 30px;
                border-bottom: 3px solid #f39303;
                position: relative;
                z-index: 1; }
                nav .main-menu ul li.menu-item-search input[type="text"]:focus, nav .main-menu ul li.menu-item-search input[type="text"].hover, nav .main-menu ul li.menu-item-search input[type="text"]:active {
                  color: #5c8727;
                  padding: 5px 20px 0px;
                  outline: none;
                  width: 200px;
                  opacity: 1;
                  background: #fff; }
                  nav .main-menu ul li.menu-item-search input[type="text"]:focus + .icon, nav .main-menu ul li.menu-item-search input[type="text"].hover + .icon, nav .main-menu ul li.menu-item-search input[type="text"]:active + .icon {
                    background-image: url("../img/icons/icon-search-orange.png"); } }
          @media (min-width: 1250px) {
            nav .main-menu ul li.menu-item-search:hover input[type="text"] {
              width: 200px;
              padding: 5px 20px 0px;
              opacity: 1; } }
          nav .main-menu ul li.menu-item-search .icon {
            width: 30px;
            height: 30px;
            z-index: 2;
            cursor: pointer;
            background-image: url("../img/icons/icon-search-white.png");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 50%;
            float: right;
            position: absolute;
            left: 0;
            top: 7px; }
            @media (min-width: 1250px) {
              nav .main-menu ul li.menu-item-search .icon {
                background-image: url("../img/icons/icon-search-green.png");
                position: relative;
                margin-top: 4px;
                top: 0;
                display: inline-block; } }
          nav .main-menu ul li.menu-item-search:hover .icon {
            background-image: url("../img/icons/icon-search-orange.png"); }
        nav .main-menu ul li.menu-item-donate, nav .main-menu ul li.menu-item-adopt {
          display: none; }
          @media (min-width: 1250px) {
            nav .main-menu ul li.menu-item-donate, nav .main-menu ul li.menu-item-adopt {
              display: block;
              position: relative;
              right: 0;
              top: 0;
              width: auto; } }
          nav .main-menu ul li.menu-item-donate a, nav .main-menu ul li.menu-item-adopt a {
            display: block;
            width: 100%;
            cursor: pointer; }
            @media (max-width: 1250px) {
              nav .main-menu ul li.menu-item-donate a, nav .main-menu ul li.menu-item-adopt a {
                -webkit-box-shadow: none;
                        box-shadow: none; } }
            @media (min-width: 1250px) {
              nav .main-menu ul li.menu-item-donate a, nav .main-menu ul li.menu-item-adopt a {
                height: auto; } }
        @media (min-width: 1250px) {
          nav .main-menu ul li.menu-item-adopt {
            margin-right: 24px; } }
        nav .main-menu ul li.current-menu-item a, nav .main-menu ul li.current-page-parent a, nav .main-menu ul li.current-page-ancestor a {
          color: #f39303; }
          @media (min-width: 1250px) {
            nav .main-menu ul li.current-menu-item a, nav .main-menu ul li.current-page-parent a, nav .main-menu ul li.current-page-ancestor a {
              color: #cd5700; } }
        nav .main-menu ul li a {
          font-size: 14px;
          line-height: 38px;
          padding: 0 12px;
          display: block;
          color: #fff;
          text-decoration: none; }
          @media (min-width: 1250px) {
            nav .main-menu ul li a {
              color: #5c8727;
              font-size: 18px;
              line-height: 42px;
              padding: 0 8px; } }
          @media (min-width: 1400px) {
            nav .main-menu ul li a {
              padding: 0 12px; } }
          nav .main-menu ul li a:hover {
            color: #cd5700; }
        nav .main-menu ul li > a {
          width: 242px;
          float: left; }
          @media (min-width: 1250px) {
            nav .main-menu ul li > a {
              width: auto;
              float: none; } }
        nav .main-menu ul li > .sub-menu-toggle {
          float: right; }
        nav .main-menu ul li .sub-menu-toggle {
          width: 38px;
          height: 38px;
          cursor: pointer;
          background: url("../img/icons/arrow-right-full-orange.png") no-repeat center;
          background-size: 60%;
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          nav .main-menu ul li .sub-menu-toggle.sub-menu-toggle--active {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
          @media (min-width: 1250px) {
            nav .main-menu ul li .sub-menu-toggle {
              display: none !important; } }
        @media (min-width: 1250px) {
          nav .main-menu ul li:hover > .wrap-sub-menu {
            display: block;
            z-index: 9; }
          nav .main-menu ul li.current-menu-parent > .wrap-sub-menu,
          nav .main-menu ul li.current-page-ancestor > .wrap-sub-menu,
          nav .main-menu ul li.current-menu-item.menu-item-has-children > .wrap-sub-menu {
            display: block; } }
        nav .main-menu ul li .wrap-sub-menu {
          position: absolute;
          top: 0;
          right: -100%;
          height: 100%;
          min-width: 280px;
          opacity: 0;
          background-color: #e4efe7;
          -webkit-transition: all .3s ease;
          transition: all .3s ease; }
          nav .main-menu ul li .wrap-sub-menu.sub-menu--active {
            opacity: 1;
            right: 0;
            z-index: 999999;
            border-left: 20px solid #5c8727; }
          @media (min-width: 1250px) {
            nav .main-menu ul li .wrap-sub-menu {
              display: none;
              width: 100%;
              height: auto;
              position: absolute;
              right: 0;
              left: 0;
              top: 82px;
              opacity: 1 !important; } }
          nav .main-menu ul li .wrap-sub-menu .sub-menu-toggle {
            position: absolute; }
          @media (min-width: 1250px) {
            nav .main-menu ul li .wrap-sub-menu ul {
              float: right; } }
          nav .main-menu ul li .wrap-sub-menu ul li {
            border-bottom-color: #dbe7de;
            padding: 0; }
            @media (min-width: 1250px) {
              nav .main-menu ul li .wrap-sub-menu ul li {
                padding: 6px 0; } }
            @media (min-width: 1250px) {
              nav .main-menu ul li .wrap-sub-menu ul li.menu-item-back {
                display: none !important; } }
            nav .main-menu ul li .wrap-sub-menu ul li.menu-item-back .sub-menu-toggle {
              left: 0; }
              nav .main-menu ul li .wrap-sub-menu ul li.menu-item-back .sub-menu-toggle.sub-menu-toggle-close {
                -webkit-transform: rotate(180deg);
                -moz-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                -ms-transform: rotate(180deg); }
            nav .main-menu ul li .wrap-sub-menu ul li.menu-item-back a {
              padding-left: 40px; }
            nav .main-menu ul li .wrap-sub-menu ul li.current-menu-item a, nav .main-menu ul li .wrap-sub-menu ul li.current-page-ancestor a {
              color: #5c8727; }
              @media (min-width: 1250px) {
                nav .main-menu ul li .wrap-sub-menu ul li.current-menu-item a, nav .main-menu ul li .wrap-sub-menu ul li.current-page-ancestor a {
                  color: #cd5700; } }
            nav .main-menu ul li .wrap-sub-menu ul li a {
              color: #3e7475;
              text-transform: capitalize; }
              nav .main-menu ul li .wrap-sub-menu ul li a:hover {
                color: #5c8727; }
                @media (min-width: 1250px) {
                  nav .main-menu ul li .wrap-sub-menu ul li a:hover {
                    color: #cd5700; } }

.nav-tablet-buttons {
  display: none; }
  @media (min-width: 768px) and (max-width: 1250px) {
    .nav-tablet-buttons {
      position: relative;
      z-index: 9;
      margin: 21px 0;
      float: right;
      display: block; } }
  .nav-tablet-buttons ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 210px; }
    .nav-tablet-buttons ul:after {
      content: "";
      display: table;
      clear: both; }
    .nav-tablet-buttons ul li {
      margin: 0 10px;
      padding: 0;
      float: left; }

.nav-mobile-buttons {
  width: 100%; }
  @media (min-width: 768px) {
    .nav-mobile-buttons {
      display: none; } }
  .nav-mobile-buttons ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%; }
    .nav-mobile-buttons ul:after {
      content: "";
      display: table;
      clear: both; }
    .nav-mobile-buttons ul li {
      margin: 0px;
      padding: 0;
      float: left;
      width: 50%; }
      .nav-mobile-buttons ul li a {
        display: block;
        max-width: 100%;
        width: 100%; }

.post-type-archive-learning-materials .banner {
  background-image: url("../img/gorilla-passing-a-creek.jpg") !important; }

.page-id-75 .banner {
  background-position: center top; }

.page-id-8 .banner {
  background-position: 65% center; }

.page-id-10 .banner {
  background-position: 81% center; }

.page-id-12 .banner {
  background-position: 70% center; }

.page-id-1090 .banner {
  background-position: 70% top; }

.banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .banner.banner-inner {
    padding: 35px 0; }
    @media (min-width: 768px) {
      .banner.banner-inner {
        padding: 45px 0; } }
    @media (min-width: 1024px) {
      .banner.banner-inner {
        padding: 85px 0; } }
    .banner.banner-inner h1 {
      padding-bottom: 0; }
  .banner.banner-single {
    padding: 65px; }
    @media (min-width: 768px) {
      .banner.banner-single {
        padding: 135px; } }
    @media (min-width: 1024px) {
      .banner.banner-single {
        padding: 220px; } }
  .banner.banner-inner-big {
    padding: 35px 0; }
    @media (min-width: 768px) {
      .banner.banner-inner-big {
        padding: 45px 0; } }
    @media (min-width: 1024px) {
      .banner.banner-inner-big {
        padding: 140px 0; } }
  .banner.banner-home {
    position: relative;
    padding: 35px 10px 110px; }
    @media (min-width: 768px) {
      .banner.banner-home {
        padding: 45px 0; } }
    @media (min-width: 1024px) {
      .banner.banner-home {
        padding: 90px 0; } }
    @media (min-width: 1200px) {
      .banner.banner-home {
        padding: 140px 0; } }
    .banner.banner-home .wrap-banner {
      padding: 30px;
      position: relative; }
      @media (min-width: 768px) {
        .banner.banner-home .wrap-banner {
          padding: 50px; } }
      @media (min-width: 1024px) {
        .banner.banner-home .wrap-banner {
          padding: 70px; } }
    .banner.banner-home .bgColor {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
    .banner.banner-home .relative {
      position: relative;
      z-index: 9; }
  .banner p.title {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    font-size: 1.5rem; }
    @media (min-width: 768px) {
      .banner p.title {
        font-size: 60px;
        font-size: 3.75rem; } }
  .banner h1 {
    padding-bottom: 30px; }
    @media (min-width: 768px) {
      .banner h1 {
        padding-bottom: 40px; } }
  .banner p {
    color: #fff;
    max-width: 777px; }
    @media (min-width: 768px) {
      .banner p {
        font-size: 24px; } }
    .banner p.tag {
      color: #fbb03f;
      padding: 0;
      font-weight: bold; }
      @media (min-width: 768px) {
        .banner p.tag {
          font-size: 32px; } }
  .banner .btn-underline {
    color: #fff; }
    .banner .btn-underline:hover {
      color: #f39303; }

.banner-video .video-header,
.banner-video .image-header,
.banner-image .video-header,
.banner-image .image-header {
  background-color: #1c3f66;
  padding: 30px 0; }
  @media (min-width: 768px) {
    .banner-video .video-header .video-information,
    .banner-video .video-header .image-information,
    .banner-video .image-header .video-information,
    .banner-video .image-header .image-information,
    .banner-image .video-header .video-information,
    .banner-image .video-header .image-information,
    .banner-image .image-header .video-information,
    .banner-image .image-header .image-information {
      width: 83.0508474576%;
      float: left;
      margin-right: 1.6949152542%; } }
  .banner-video .video-header .pagination,
  .banner-video .image-header .pagination,
  .banner-image .video-header .pagination,
  .banner-image .image-header .pagination {
    margin-top: 20px; }
    @media (min-width: 768px) {
      .banner-video .video-header .pagination,
      .banner-video .image-header .pagination,
      .banner-image .video-header .pagination,
      .banner-image .image-header .pagination {
        margin-top: 0;
        width: 15.2542372881%;
        float: right;
        margin-right: 0;
        max-width: 114px; } }
    .banner-video .video-header .pagination .previous-post,
    .banner-video .video-header .pagination li:first-child,
    .banner-video .image-header .pagination .previous-post,
    .banner-video .image-header .pagination li:first-child,
    .banner-image .video-header .pagination .previous-post,
    .banner-image .video-header .pagination li:first-child,
    .banner-image .image-header .pagination .previous-post,
    .banner-image .image-header .pagination li:first-child {
      float: left;
      margin: 0 10px; }
    .banner-video .video-header .pagination .next-post,
    .banner-video .video-header .pagination li:last-child,
    .banner-video .image-header .pagination .next-post,
    .banner-video .image-header .pagination li:last-child,
    .banner-image .video-header .pagination .next-post,
    .banner-image .video-header .pagination li:last-child,
    .banner-image .image-header .pagination .next-post,
    .banner-image .image-header .pagination li:last-child {
      margin: 0 10px;
      float: right; }
  .banner-video .video-header h1,
  .banner-video .image-header h1,
  .banner-image .video-header h1,
  .banner-image .image-header h1 {
    font-size: 30px;
    line-height: 100%; }
  .banner-video .video-header p,
  .banner-video .image-header p,
  .banner-image .video-header p,
  .banner-image .image-header p {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase; }
    .banner-video .video-header p a,
    .banner-video .image-header p a,
    .banner-image .video-header p a,
    .banner-image .image-header p a {
      text-decoration: none; }

.banner-video .video-content,
.banner-image .video-content {
  background-color: #171918; }
  .banner-video .video-content .wrap-embed-container,
  .banner-image .video-content .wrap-embed-container {
    max-width: 1024px;
    margin: 0 auto; }
    .banner-video .video-content .wrap-embed-container .embed-container,
    .banner-image .video-content .wrap-embed-container .embed-container {
      margin-bottom: 0; }

.banner-video .image-content,
.banner-image .image-content {
  background-color: #171918; }
  .banner-video .image-content .wrap-image-container,
  .banner-image .image-content .wrap-image-container {
    max-width: 1024px;
    margin: 0 auto; }
    .banner-video .image-content .wrap-image-container img,
    .banner-image .image-content .wrap-image-container img {
      margin: 0 auto;
      display: block; }

.site-content .site-main-header {
  padding: 40px 20px;
  background-color: #3e7475;
  padding-right: 8.4745762712%;
  padding-left: 8.4745762712%; }
  .site-content .site-main-header p {
    padding: 0;
    line-height: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    font-size: 1.25rem; }
    @media (min-width: 768px) {
      .site-content .site-main-header p {
        font-size: 30px;
        font-size: 1.875rem; } }
    @media (min-width: 1024px) {
      .site-content .site-main-header p {
        font-size: 40px;
        font-size: 2.5rem; } }

.site-content.site-content-with-sidebar {
  background-color: #3e7475; }
  .site-content.site-content-with-sidebar .content-area {
    background-color: #e4efe7; }
    @media (min-width: 1024px) {
      .site-content.site-content-with-sidebar .content-area {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 75%;
        float: right; } }

@media (min-width: 1024px) {
  .site-content .content-area-info {
    padding: 40px 40px 24px 40px; } }

.site-content .content-area-info.content-area-info--featured {
  padding: 18px 18px 0; }
  @media (min-width: 768px) {
    .site-content .content-area-info.content-area-info--featured {
      padding: 18px; } }
  @media (min-width: 1024px) {
    .site-content .content-area-info.content-area-info--featured {
      padding: 40px 40px 22px 40px; } }

.site-content .content-area-info.content-area-info--latest {
  padding: 0 18px; }
  @media (min-width: 768px) {
    .site-content .content-area-info.content-area-info--latest {
      padding: 18px; } }
  @media (min-width: 1024px) {
    .site-content .content-area-info.content-area-info--latest {
      padding: 20px 40px; } }

.site-content .content-area-info.content-area-info--single {
  padding: 10px 18px 18px; }
  @media (min-width: 768px) {
    .site-content .content-area-info.content-area-info--single {
      padding: 18px; } }
  @media (min-width: 1024px) {
    .site-content .content-area-info.content-area-info--single {
      padding: 0px 60px 20px; } }

.site-content .content-area-info h2 {
  margin-top: 3px;
  padding-bottom: 0;
  float: left;
  font-weight: bold; }

.site-content .content-area-info .pageof {
  float: right;
  display: block;
  margin-top: 7px;
  margin-left: 10px;
  font-weight: bold;
  color: #cd5700; }
  @media (min-width: 768px) {
    .site-content .content-area-info .pageof {
      float: left;
      margin-top: 20px; } }

.site-content .content-area-info .small-pagination {
  display: none; }
  @media (min-width: 768px) {
    .site-content .content-area-info .small-pagination {
      float: right;
      display: block; } }

.site-content .content-area-leadership {
  padding: 3px;
  background-color: #e4efe7; }
  @media (min-width: 768px) {
    .site-content .content-area-leadership {
      padding: 8px; } }
  .site-content .content-area-leadership .leadership-page {
    padding: 3px; }
    @media (min-width: 768px) {
      .site-content .content-area-leadership .leadership-page {
        padding: 8px; } }
    @media (min-width: 1024px) {
      .site-content .content-area-leadership .leadership-page {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        float: left; } }
  .site-content .content-area-leadership .wrap-entry {
    background-color: #fff; }
  .site-content .content-area-leadership .leadership-profile {
    padding: 20px 20px 0 20px; }
    @media (min-width: 400px) {
      .site-content .content-area-leadership .leadership-profile {
        padding: 0;
        width: 31.0344827586%;
        float: left;
        margin-right: 3.4482758621%; } }
    .site-content .content-area-leadership .leadership-profile img {
      max-width: 100%;
      height: auto;
      display: block; }
  .site-content .content-area-leadership .leadership-info {
    padding: 20px; }
    @media (min-width: 400px) {
      .site-content .content-area-leadership .leadership-info {
        padding: 0;
        width: 65.5172413793%;
        float: right;
        margin-right: 0; } }
    .site-content .content-area-leadership .leadership-info h2 {
      white-space: normal;
      font-weight: bold;
      line-height: 100%;
      color: #1c3f66;
      font-size: 18px;
      padding-bottom: 5px; }
      @media (min-width: 768px) {
        .site-content .content-area-leadership .leadership-info h2 {
          font-size: 24px;
          padding-bottom: 20px; } }
      @media (min-width: 1140px) {
        .site-content .content-area-leadership .leadership-info h2 {
          font-size: 32px;
          padding: 0 0 25px; } }
      .site-content .content-area-leadership .leadership-info h2 a {
        text-decoration: none;
        color: inherit; }
    .site-content .content-area-leadership .leadership-info p {
      white-space: normal;
      font-weight: bold;
      color: #3e7475;
      padding: 0 0 3px;
      text-transform: uppercase;
      line-height: 100%;
      font-size: 13px; }
      @media (min-width: 768px) {
        .site-content .content-area-leadership .leadership-info p {
          font-size: 16px; } }
      @media (min-width: 1140px) {
        .site-content .content-area-leadership .leadership-info p {
          font-size: 18px; } }
      .site-content .content-area-leadership .leadership-info p a {
        margin-top: 10px;
        display: inline-block;
        color: #5c8727;
        border-bottom: 2px solid #f39303;
        padding-bottom: 6px;
        text-transform: uppercase; }
        @media (min-width: 768px) {
          .site-content .content-area-leadership .leadership-info p a {
            margin-top: 20px; } }
        @media (min-width: 1024px) {
          .site-content .content-area-leadership .leadership-info p a {
            margin-top: 15px; } }
        @media (min-width: 1140px) {
          .site-content .content-area-leadership .leadership-info p a {
            margin-top: 25px; } }
        .site-content .content-area-leadership .leadership-info p a:hover {
          text-decoration: none;
          color: #f39303; }

.site-content .other-members {
  padding: 8.4745762712%; }
  .site-content .other-members.key-staff-wrap {
    background-color: #3e7475; }
  .site-content .other-members.board-members {
    background-color: #1c3f66; }
  .site-content .other-members h3 {
    color: #fff;
    font-size: 36px;
    line-height: 100%;
    border-bottom: 3px solid #5c8727;
    display: inline-block;
    clear: both;
    padding-bottom: 8px;
    margin-bottom: 30px; }
  .site-content .other-members .member-info {
    margin: 13px 0; }
    @media (min-width: 768px) {
      .site-content .other-members .member-info {
        width: 48.9795918367%;
        float: left; }
        .site-content .other-members .member-info:nth-child(2n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .site-content .other-members .member-info:nth-child(2n + 2) {
          margin-left: 51.0204081633%;
          margin-right: -100%;
          clear: none; } }
    @media (min-width: 1024px) {
      .site-content .other-members .member-info {
        width: 31.6326530612%;
        float: left; }
        .site-content .other-members .member-info:nth-child(3n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .site-content .other-members .member-info:nth-child(3n + 2) {
          margin-left: 33.6734693878%;
          margin-right: -100%;
          clear: none; }
        .site-content .other-members .member-info:nth-child(3n + 3) {
          margin-left: 67.3469387755%;
          margin-right: -100%;
          clear: none; } }
    .site-content .other-members .member-info p {
      padding: 0 0 5px;
      font-weight: bold;
      color: #fff;
      line-height: 100%; }
      .site-content .other-members .member-info p.member-name {
        font-size: 24px; }
      .site-content .other-members .member-info p.member-position {
        text-transform: uppercase;
        font-size: 18px; }
      .site-content .other-members .member-info p.member-email a {
        text-decoration: none; }

.site-content .leadership-members {
  padding: 20px;
  background-color: #fff; }
  @media (min-width: 768px) {
    .site-content .leadership-members {
      padding: 60px; } }
  .site-content .leadership-members .leadership-profile {
    padding: 20px 20px 0 20px; }
    @media (min-width: 400px) {
      .site-content .leadership-members .leadership-profile {
        padding: 0;
        width: 26.1363636364%;
        float: left;
        margin-right: 2.2727272727%; } }
    .site-content .leadership-members .leadership-profile img {
      max-width: 100%;
      height: auto;
      display: block; }
  .site-content .leadership-members .leadership-info {
    padding: 20px; }
    @media (min-width: 400px) {
      .site-content .leadership-members .leadership-info {
        padding: 0;
        width: 71.5909090909%;
        float: right;
        margin-right: 0; } }
    .site-content .leadership-members .leadership-info .leadership-title {
      white-space: normal;
      font-weight: bold;
      line-height: 100%;
      color: #1c3f66;
      font-size: 18px;
      padding-bottom: 5px; }
      @media (min-width: 768px) {
        .site-content .leadership-members .leadership-info .leadership-title {
          font-size: 24px;
          padding-bottom: 20px; } }
      @media (min-width: 1140px) {
        .site-content .leadership-members .leadership-info .leadership-title {
          font-size: 32px;
          padding: 0 0 25px; } }
      .site-content .leadership-members .leadership-info .leadership-title a {
        text-decoration: none;
        color: inherit; }
    .site-content .leadership-members .leadership-info p {
      white-space: normal;
      font-weight: bold;
      color: #2d5736;
      padding: 0 0 3px;
      text-transform: uppercase;
      line-height: 100%;
      font-size: 13px; }
      @media (min-width: 768px) {
        .site-content .leadership-members .leadership-info p {
          font-size: 16px; } }
      @media (min-width: 1140px) {
        .site-content .leadership-members .leadership-info p {
          font-size: 18px; } }
      .site-content .leadership-members .leadership-info p a {
        margin-top: 10px;
        display: inline-block;
        color: #5c8727;
        border-bottom: 2px solid #f39303;
        padding-bottom: 6px;
        text-transform: uppercase; }
        @media (min-width: 768px) {
          .site-content .leadership-members .leadership-info p a {
            margin-top: 20px; } }
        @media (min-width: 1024px) {
          .site-content .leadership-members .leadership-info p a {
            margin-top: 15px; } }
        @media (min-width: 1140px) {
          .site-content .leadership-members .leadership-info p a {
            margin-top: 25px; } }
  .site-content .leadership-members .leadership-bio {
    margin-top: 2.2727272727%; }

.site-content .site-learning-materials {
  background-color: #e4efe7; }
  .site-content .site-learning-materials .learning-materials-posts {
    padding: 8px;
    cursor: pointer; }
    @media (min-width: 768px) {
      .site-content .site-learning-materials .learning-materials-posts {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        float: left; }
        .site-content .site-learning-materials .learning-materials-posts:nth-child(2n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both; }
        .site-content .site-learning-materials .learning-materials-posts:nth-child(2n + 2) {
          margin-left: 50%;
          margin-right: -100%;
          clear: none; } }
    @media (min-width: 1024px) {
      .site-content .site-learning-materials .learning-materials-posts {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.3333333333%;
        float: left; }
        .site-content .site-learning-materials .learning-materials-posts:nth-child(3n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both; }
        .site-content .site-learning-materials .learning-materials-posts:nth-child(3n + 2) {
          margin-left: 33.3333333333%;
          margin-right: -100%;
          clear: none; }
        .site-content .site-learning-materials .learning-materials-posts:nth-child(3n + 3) {
          margin-left: 66.6666666667%;
          margin-right: -100%;
          clear: none; } }
    @media (min-width: 1180px) {
      .site-content .site-learning-materials .learning-materials-posts {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 25%;
        float: left; }
        .site-content .site-learning-materials .learning-materials-posts:nth-child(4n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both; }
        .site-content .site-learning-materials .learning-materials-posts:nth-child(4n + 2) {
          margin-left: 25%;
          margin-right: -100%;
          clear: none; }
        .site-content .site-learning-materials .learning-materials-posts:nth-child(4n + 3) {
          margin-left: 50%;
          margin-right: -100%;
          clear: none; }
        .site-content .site-learning-materials .learning-materials-posts:nth-child(4n + 4) {
          margin-left: 75%;
          margin-right: -100%;
          clear: none; } }
    @media (min-width: 1180px) {
      .site-content .site-learning-materials .learning-materials-posts {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 25%;
        float: left; }
        .site-content .site-learning-materials .learning-materials-posts:nth-child(4n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both; }
        .site-content .site-learning-materials .learning-materials-posts:nth-child(4n + 2) {
          margin-left: 25%;
          margin-right: -100%;
          clear: none; }
        .site-content .site-learning-materials .learning-materials-posts:nth-child(4n + 3) {
          margin-left: 50%;
          margin-right: -100%;
          clear: none; }
        .site-content .site-learning-materials .learning-materials-posts:nth-child(4n + 4) {
          margin-left: 75%;
          margin-right: -100%;
          clear: none; } }
    @media (min-width: 1600px) {
      .site-content .site-learning-materials .learning-materials-posts {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 16.6666666667%;
        float: left; }
        .site-content .site-learning-materials .learning-materials-posts:nth-child(6n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both; }
        .site-content .site-learning-materials .learning-materials-posts:nth-child(6n + 2) {
          margin-left: 16.6666666667%;
          margin-right: -100%;
          clear: none; }
        .site-content .site-learning-materials .learning-materials-posts:nth-child(6n + 3) {
          margin-left: 33.3333333333%;
          margin-right: -100%;
          clear: none; }
        .site-content .site-learning-materials .learning-materials-posts:nth-child(6n + 4) {
          margin-left: 50%;
          margin-right: -100%;
          clear: none; }
        .site-content .site-learning-materials .learning-materials-posts:nth-child(6n + 5) {
          margin-left: 66.6666666667%;
          margin-right: -100%;
          clear: none; }
        .site-content .site-learning-materials .learning-materials-posts:nth-child(6n + 6) {
          margin-left: 83.3333333333%;
          margin-right: -100%;
          clear: none; } }
    .site-content .site-learning-materials .learning-materials-posts:hover a {
      text-decoration: none; }
    .site-content .site-learning-materials .learning-materials-posts:hover .entry-header .entry-header--overlay {
      opacity: 1; }
    .site-content .site-learning-materials .learning-materials-posts:hover .entry-content h2 {
      color: #f39303; }
    .site-content .site-learning-materials .learning-materials-posts audio {
      opacity: 0 !important;
      position: absolute;
      left: 0; }
    .site-content .site-learning-materials .learning-materials-posts .wrap-entry {
      background-color: #fff; }
    .site-content .site-learning-materials .learning-materials-posts .entry-header {
      position: relative; }
      .site-content .site-learning-materials .learning-materials-posts .entry-header img.wp-post-image {
        display: block;
        width: 100%;
        height: auto; }
      .site-content .site-learning-materials .learning-materials-posts .entry-header .entry-header--overlay {
        opacity: 0;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .site-content .site-learning-materials .learning-materials-posts .entry-header .entry-header--overlay p {
          padding: 0;
          color: #f39303;
          text-transform: uppercase;
          font-size: 16px;
          font-size: 1rem; }
    .site-content .site-learning-materials .learning-materials-posts .entry-content {
      padding: 20px;
      background-color: #fff; }
      @media (min-width: 768px) {
        .site-content .site-learning-materials .learning-materials-posts .entry-content {
          padding: 30px; } }
      @media (min-width: 1024px) {
        .site-content .site-learning-materials .learning-materials-posts .entry-content {
          padding: 40px; } }
      .site-content .site-learning-materials .learning-materials-posts .entry-content p, .site-content .site-learning-materials .learning-materials-posts .entry-content h2 {
        margin: 0;
        padding: 0; }
      .site-content .site-learning-materials .learning-materials-posts .entry-content p {
        font-size: 16px;
        font-size: 1rem;
        text-transform: uppercase;
        color: #5c8727;
        font-weight: bold; }
      .site-content .site-learning-materials .learning-materials-posts .entry-content h2 {
        color: #1c3f66;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }

.site-content .site-recommended-reading {
  background-color: #e4efe7; }
  .site-content .site-recommended-reading .recommended-reading-posts {
    padding: 8px; }
    @media (min-width: 768px) {
      .site-content .site-recommended-reading .recommended-reading-posts {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        float: left; }
        .site-content .site-recommended-reading .recommended-reading-posts:nth-child(2n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both; }
        .site-content .site-recommended-reading .recommended-reading-posts:nth-child(2n + 2) {
          margin-left: 50%;
          margin-right: -100%;
          clear: none; } }
    @media (min-width: 1024px) {
      .site-content .site-recommended-reading .recommended-reading-posts {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.3333333333%;
        float: left; }
        .site-content .site-recommended-reading .recommended-reading-posts:nth-child(3n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both; }
        .site-content .site-recommended-reading .recommended-reading-posts:nth-child(3n + 2) {
          margin-left: 33.3333333333%;
          margin-right: -100%;
          clear: none; }
        .site-content .site-recommended-reading .recommended-reading-posts:nth-child(3n + 3) {
          margin-left: 66.6666666667%;
          margin-right: -100%;
          clear: none; } }
    @media (min-width: 1180px) {
      .site-content .site-recommended-reading .recommended-reading-posts {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 25%;
        float: left; }
        .site-content .site-recommended-reading .recommended-reading-posts:nth-child(4n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both; }
        .site-content .site-recommended-reading .recommended-reading-posts:nth-child(4n + 2) {
          margin-left: 25%;
          margin-right: -100%;
          clear: none; }
        .site-content .site-recommended-reading .recommended-reading-posts:nth-child(4n + 3) {
          margin-left: 50%;
          margin-right: -100%;
          clear: none; }
        .site-content .site-recommended-reading .recommended-reading-posts:nth-child(4n + 4) {
          margin-left: 75%;
          margin-right: -100%;
          clear: none; } }
    .site-content .site-recommended-reading .recommended-reading-posts .wrap-entry {
      padding: 20px;
      background-color: #fff; }
      @media (min-width: 768px) {
        .site-content .site-recommended-reading .recommended-reading-posts .wrap-entry {
          padding: 30px; } }
      .site-content .site-recommended-reading .recommended-reading-posts .wrap-entry p {
        padding: 0;
        line-height: 100%; }
        .site-content .site-recommended-reading .recommended-reading-posts .wrap-entry p.reading-title {
          padding-bottom: 8px;
          color: #1c3f66;
          text-transform: capitalize;
          font-weight: bold;
          font-size: 18px;
          font-size: 1.125rem; }
          @media (min-width: 768px) {
            .site-content .site-recommended-reading .recommended-reading-posts .wrap-entry p.reading-title {
              font-size: 24px;
              font-size: 1.5rem; } }
        .site-content .site-recommended-reading .recommended-reading-posts .wrap-entry p.reading-author {
          color: #2d5736;
          text-transform: uppercase;
          font-weight: bold;
          font-size: 16px;
          font-size: 1rem; }

.site-content .package-wrap {
  background-color: #e4efe7; }
  .site-content .package-wrap .package {
    padding: 8px;
    position: relative; }
    .site-content .package-wrap .package.package-row-two:last-child .wrap-content {
      background-color: #5c8727; }
      @media (min-width: 768px) {
        .site-content .package-wrap .package.package-row-two:last-child .wrap-content {
          padding: 40px; } }
      .site-content .package-wrap .package.package-row-two:last-child .wrap-content p {
        color: #fff !important; }
    .site-content .package-wrap .package .wrap-content {
      background-color: #fff;
      padding: 20px; }
      @media (min-width: 768px) {
        .site-content .package-wrap .package .wrap-content {
          padding: 40px 40px 100px; } }
    .site-content .package-wrap .package p:first-child,
    .site-content .package-wrap .package p.title {
      color: #1c3f66;
      font-weight: bold;
      line-height: 100%;
      font-size: 20px;
      font-size: 1.25rem; }
      @media (min-width: 768px) {
        .site-content .package-wrap .package p:first-child,
        .site-content .package-wrap .package p.title {
          font-size: 30px;
          font-size: 1.875rem; } }
    .site-content .package-wrap .package ul li {
      color: #f39303; }
    .site-content .package-wrap .package .package-cost:after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 768px) {
      .site-content .package-wrap .package .package-cost {
        bottom: 40px;
        position: absolute; } }
    .site-content .package-wrap .package .package-cost p {
      float: left;
      padding: 0;
      font-weight: bold;
      color: #5c8727; }
      .site-content .package-wrap .package .package-cost p:first-child, .site-content .package-wrap .package .package-cost p.package-price {
        line-height: 42px;
        font-size: 20px;
        font-size: 1.25rem; }
        @media (min-width: 768px) {
          .site-content .package-wrap .package .package-cost p:first-child, .site-content .package-wrap .package .package-cost p.package-price {
            font-size: 30px;
            font-size: 1.875rem; } }
    .site-content .package-wrap .package .package-cost .btn {
      margin-left: 20px; }

.site-content .image-gallery {
  padding: 8px; }
  .site-content .image-gallery .pressImage {
    padding: 8px;
    cursor: pointer; }
    @media (min-width: 500) {
      .site-content .image-gallery .pressImage {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        float: left; }
        .site-content .image-gallery .pressImage:nth-child(2n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both; }
        .site-content .image-gallery .pressImage:nth-child(2n + 2) {
          margin-left: 50%;
          margin-right: -100%;
          clear: none; } }
    @media (min-width: 768px) {
      .site-content .image-gallery .pressImage {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.3333333333%;
        float: left; }
        .site-content .image-gallery .pressImage:nth-child(3n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both; }
        .site-content .image-gallery .pressImage:nth-child(3n + 2) {
          margin-left: 33.3333333333%;
          margin-right: -100%;
          clear: none; }
        .site-content .image-gallery .pressImage:nth-child(3n + 3) {
          margin-left: 66.6666666667%;
          margin-right: -100%;
          clear: none; } }
    @media (min-width: 1024px) {
      .site-content .image-gallery .pressImage {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 25%;
        float: left; }
        .site-content .image-gallery .pressImage:nth-child(4n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both; }
        .site-content .image-gallery .pressImage:nth-child(4n + 2) {
          margin-left: 25%;
          margin-right: -100%;
          clear: none; }
        .site-content .image-gallery .pressImage:nth-child(4n + 3) {
          margin-left: 50%;
          margin-right: -100%;
          clear: none; }
        .site-content .image-gallery .pressImage:nth-child(4n + 4) {
          margin-left: 75%;
          margin-right: -100%;
          clear: none; } }
    @media (min-width: 1180px) {
      .site-content .image-gallery .pressImage {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 16.6666666667%;
        float: left; }
        .site-content .image-gallery .pressImage:nth-child(6n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both; }
        .site-content .image-gallery .pressImage:nth-child(6n + 2) {
          margin-left: 16.6666666667%;
          margin-right: -100%;
          clear: none; }
        .site-content .image-gallery .pressImage:nth-child(6n + 3) {
          margin-left: 33.3333333333%;
          margin-right: -100%;
          clear: none; }
        .site-content .image-gallery .pressImage:nth-child(6n + 4) {
          margin-left: 50%;
          margin-right: -100%;
          clear: none; }
        .site-content .image-gallery .pressImage:nth-child(6n + 5) {
          margin-left: 66.6666666667%;
          margin-right: -100%;
          clear: none; }
        .site-content .image-gallery .pressImage:nth-child(6n + 6) {
          margin-left: 83.3333333333%;
          margin-right: -100%;
          clear: none; } }
    .site-content .image-gallery .pressImage img {
      width: 100%;
      height: auto; }

.site-content .gorillaTypes .col {
  margin-bottom: 16px; }
  .site-content .gorillaTypes .col:nth-child(4) {
    margin-bottom: 0px; }
  @media (min-width: 768px) {
    .site-content .gorillaTypes .col:nth-child(3), .site-content .gorillaTypes .col:nth-child(4) {
      margin-bottom: 16px; } }
  @media (min-width: 1250px) {
    .site-content .gorillaTypes .col {
      margin-bottom: 0 !important; } }

.site-content .gorillaTypes .gorilla-type {
  background-color: #fff; }
  .site-content .gorillaTypes .gorilla-type .gorilla-type-header img {
    width: 100%;
    height: auto; }
  .site-content .gorillaTypes .gorilla-type .gorilla-type-content {
    padding: 30px 16px; }
    .site-content .gorillaTypes .gorilla-type .gorilla-type-content .row {
      margin-bottom: 10px; }
    .site-content .gorillaTypes .gorilla-type .gorilla-type-content p.gorilla-type-title {
      font-size: 30px;
      font-size: 1.875rem;
      padding-left: 8px;
      color: #1c3f66;
      line-height: 100%;
      font-weight: bold; }
    .site-content .gorillaTypes .gorilla-type .gorilla-type-content .wrap-icon {
      padding: 15px;
      max-width: 80px;
      max-height: 80px;
      width: 100%;
      height: 100%;
      height: auto;
      border-radius: 100%;
      position: relative; }
      .site-content .gorillaTypes .gorilla-type .gorilla-type-content .wrap-icon img {
        max-width: 100%;
        height: auto; }
    .site-content .gorillaTypes .gorilla-type .gorilla-type-content p.gorilla-title {
      line-height: 100%;
      font-size: 18px;
      font-size: 1.125rem;
      color: #5c8727;
      text-transform: uppercase;
      padding-bottom: 5px;
      font-weight: bold; }

.site-content .what-we-do-map {
  position: relative; }
  .site-content .what-we-do-map .img-map {
    display: block;
    width: 100%;
    height: initial; }
  .site-content .what-we-do-map .congo,
  .site-content .what-we-do-map .rwanda {
    width: 15px;
    height: 15px;
    background-color: #fff;
    position: absolute;
    border-radius: 100%; }
    .site-content .what-we-do-map .congo:after,
    .site-content .what-we-do-map .rwanda:after {
      content: "";
      display: table;
      clear: both; }
    .site-content .what-we-do-map .congo p.title,
    .site-content .what-we-do-map .congo p.subTitle,
    .site-content .what-we-do-map .congo .hr,
    .site-content .what-we-do-map .rwanda p.title,
    .site-content .what-we-do-map .rwanda p.subTitle,
    .site-content .what-we-do-map .rwanda .hr {
      position: absolute;
      padding: 0;
      margin: 0;
      line-height: 100%;
      font-weight: bold; }
    .site-content .what-we-do-map .congo p.title,
    .site-content .what-we-do-map .rwanda p.title {
      font-size: 24px;
      text-transform: capitalize; }
    .site-content .what-we-do-map .congo p.subTitle,
    .site-content .what-we-do-map .rwanda p.subTitle {
      font-size: 16px;
      text-transform: uppercase; }
    .site-content .what-we-do-map .congo .hr,
    .site-content .what-we-do-map .rwanda .hr {
      height: 3px;
      width: 123px;
      background-color: #f39303; }
  .site-content .what-we-do-map .congo {
    top: 53.58974359%;
    right: 31.034482759%; }
    .site-content .what-we-do-map .congo p.title {
      left: -113px;
      top: -25px; }
    .site-content .what-we-do-map .congo .hr {
      left: -113px;
      top: 6px; }
    .site-content .what-we-do-map .congo p.subTitle {
      top: 15px;
      left: -113px; }
  .site-content .what-we-do-map .rwanda {
    top: 49.743589744%;
    right: 26.50862069%; }
    .site-content .what-we-do-map .rwanda p.title {
      right: -113px;
      top: -25px; }
    .site-content .what-we-do-map .rwanda .hr {
      right: -113px;
      top: 6px; }
    .site-content .what-we-do-map .rwanda p.subTitle {
      top: 15px;
      right: -113px; }

.site-content .relative {
  position: relative; }

.site-content .zIndexTen {
  position: relative;
  z-index: 10; }

@media (min-width: 1024px) {
  .site-content .whereGorillaLive {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; } }

.sidebar-area {
  position: relative;
  z-index: 9; }
  @media (min-width: 1024px) {
    .sidebar-area {
      padding: 50px 20px 20px 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 25%;
      float: left; } }
  @media (min-width: 1250px) {
    .sidebar-area {
      padding: 50px 30px; } }
  .sidebar-area .toggle-accordion {
    display: block;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 18px;
    padding: 11px 16px;
    margin: 0; }
    @media (min-width: 768px) {
      .sidebar-area .toggle-accordion {
        line-height: 35px; } }
    @media (min-width: 1024px) {
      .sidebar-area .toggle-accordion {
        display: none; } }
    .sidebar-area .toggle-accordion .btn-arrow {
      display: inline-block;
      float: right;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      width: 18px;
      height: 18px; }
      @media (min-width: 768px) {
        .sidebar-area .toggle-accordion .btn-arrow {
          width: 35px;
          height: 35px; } }
      .sidebar-area .toggle-accordion .btn-arrow.btn-arrow--active {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .sidebar-area .accordion {
    height: auto;
    position: relative;
    display: none;
    position: absolute;
    top: 40px;
    width: 100%;
    background-color: #3e7475; }
    @media (min-width: 768px) {
      .sidebar-area .accordion {
        top: 57px; } }
    @media (min-width: 1024px) {
      .sidebar-area .accordion {
        display: block !important;
        position: relative;
        top: 0;
        left: 0; } }
  .sidebar-area .sidebar-title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 2px solid #f39303;
    margin-bottom: 10px;
    color: #fff;
    display: none; }
    @media (min-width: 1024px) {
      .sidebar-area .sidebar-title {
        display: inline-block; } }
  .sidebar-area .archiveLinks,
  .sidebar-area .wrap-tag-cloud {
    display: none; }
    @media (min-width: 1024px) {
      .sidebar-area .archiveLinks,
      .sidebar-area .wrap-tag-cloud {
        display: block; } }
  .sidebar-area ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (min-width: 1024px) {
      .sidebar-area ul {
        padding-bottom: 25px; } }
    .sidebar-area ul li {
      padding: 0;
      margin: 2px 0;
      font-size: 16px;
      font-size: 1rem;
      border-bottom: 3px solid #396b62; }
      @media (min-width: 1024px) {
        .sidebar-area ul li {
          border-bottom: 0;
          text-align: initial;
          border-bottom: 0; } }
      .sidebar-area ul li.current-cat a {
        color: #f39303; }
      .sidebar-area ul li a {
        display: block;
        color: inherit;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        padding: 2px 16px; }
        @media (min-width: 1024px) {
          .sidebar-area ul li a {
            padding: 11px 16px; } }
        .sidebar-area ul li a:hover {
          text-decoration: none;
          color: #f39303; }
        @media (min-width: 1024px) {
          .sidebar-area ul li a {
            padding: 0; }
            .sidebar-area ul li a:hover {
              background-color: transparent; } }
  .sidebar-area .sidebar-search-form {
    position: relative;
    border-bottom: 3px solid #396b62;
    border-top: 3px solid #396b62; }
    @media (min-width: 1024px) {
      .sidebar-area .sidebar-search-form {
        border-bottom: 0;
        border-top: 0; } }
  .sidebar-area input[type="text"] {
    background-color: transparent;
    border-bottom: 0;
    color: #fff;
    font-weight: bold;
    outline: none;
    font-size: 15px;
    margin: 0;
    padding-left: 40px; }
    @media (min-width: 768px) {
      .sidebar-area input[type="text"] {
        font-size: 20px; } }
    @media (min-width: 1024px) {
      .sidebar-area input[type="text"] {
        padding-left: 25px;
        text-transform: uppercase;
        margin-bottom: 14px; } }
    .sidebar-area input[type="text"]:active, .sidebar-area input[type="text"]:hover, .sidebar-area input[type="text"].focus {
      background-color: #fff;
      color: #5c8727;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
  .sidebar-area input[type="text"]:active + .icon-search,
  .sidebar-area input[type="text"]:hover + .icon-search,
  .sidebar-area input[type="text"]:focus:hover + .icon-search {
    background-image: url("../img/icons/icon-search-green.png"); }
  .sidebar-area .icon-search {
    width: 30px;
    height: 30px;
    z-index: 0;
    cursor: pointer;
    background-image: url("../img/icons/icon-search-white.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    float: right;
    position: absolute;
    left: 10px;
    top: 7px; }
    @media (min-width: 1024px) {
      .sidebar-area .icon-search {
        left: 0; } }
  .sidebar-area .tag-cloud.tag-cloud-green a {
    background-color: #5c8727; }
  .sidebar-area .tag-cloud a {
    display: block;
    float: left;
    margin: 0 7px 7px 0;
    color: #fff;
    background-color: #1c3f66;
    text-transform: uppercase;
    padding: 7px;
    font-size: 16px;
    font-weight: bold; }
    .sidebar-area .tag-cloud a:hover {
      text-decoration: none;
      color: #f39303; }
  .sidebar-area .quickJumpWrap .quick-jump {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 5px;
    font-transform: uppercase;
    border-bottom: 2px solid #f39303;
    font-weight: bold;
    font-size: 20px;
    font-size: 1.25rem; }
  .sidebar-area .quickJumpWrap ul {
    margin: 20px 0 0;
    padding: 0;
    list-style: none; }
    .sidebar-area .quickJumpWrap ul li {
      padding: 0 0 15px;
      margin: 0; }
      .sidebar-area .quickJumpWrap ul li a {
        color: #fff;
        line-height: 20px; }
        .sidebar-area .quickJumpWrap ul li a.active, .sidebar-area .quickJumpWrap ul li a:hover {
          color: #f39303; }

.more-information .mailList {
  background-color: #2d5736; }

.more-information .socialMenu {
  background-color: #5c8727; }

.more-information .blue-bg {
  background-color: #1c3f66; }

.more-information .light-blue-bg {
  background-color: #3e7475; }

.more-information .col.blue-bg,
.more-information .col.light-blue-bg {
  padding-left: 5%;
  padding-right: 5%; }
  @media (min-width: 1024px) {
    .more-information .col.blue-bg,
    .more-information .col.light-blue-bg {
      padding-top: 70px;
      padding-bottom: 70px; } }
  .more-information .col.blue-bg h2,
  .more-information .col.light-blue-bg h2 {
    padding-bottom: 20px; }

.more-information .col {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .more-information .col {
      padding-top: 40px;
      padding-bottom: 40px; } }

@media (min-width: 1250px) {
  .more-information .mailList {
    padding-top: 50px; } }

@media (min-width: 1250px) {
  .more-information .mailList .wrap-inputs {
    max-width: 620px;
    margin: 0 auto; } }

.more-information .mailList p,
.more-information .mailList label {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-bottom: 20px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .more-information .mailList p,
    .more-information .mailList label {
      width: 19.4915254237%;
      float: left;
      margin-right: 1.6949152542%;
      margin-left: 4.2372881356%;
      line-height: 42px;
      padding: 0;
      text-align: left; } }
  @media (min-width: 1024px) {
    .more-information .mailList p,
    .more-information .mailList label {
      padding-bottom: 20px; } }
  @media (min-width: 1250px) {
    .more-information .mailList p,
    .more-information .mailList label {
      text-align: center;
      width: 23.7288135593%;
      float: left;
      margin-right: 1.6949152542%;
      line-height: 42px;
      padding: 0; } }

.more-information .mailList input[type="text"],
.more-information .mailList input[type="email"] {
  display: block;
  margin: 0 auto; }

.more-information .mailList input[type="text"],
.more-information .mailList input[type="email"] {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .more-information .mailList input[type="text"],
    .more-information .mailList input[type="email"] {
      width: 36.4406779661%;
      float: left;
      margin-right: 1.6949152542%;
      margin: 0; } }
  @media (min-width: 1024px) {
    .more-information .mailList input[type="text"],
    .more-information .mailList input[type="email"] {
      width: 44.9152542373%;
      float: left;
      margin-right: 1.6949152542%;
      margin-left: 4.2372881356%; } }
  @media (min-width: 1250px) {
    .more-information .mailList input[type="text"],
    .more-information .mailList input[type="email"] {
      width: 44.9152542373%;
      float: left;
      margin-right: 1.6949152542%;
      margin-left: 0%; } }

.more-information .mailList .btn {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  width: 100%; }
  @media (min-width: 768px) {
    .more-information .mailList .btn {
      padding: 0 10px !important;
      width: 32.2033898305%;
      float: right;
      margin-right: 0;
      margin-right: 4.2372881356%; } }
  @media (min-width: 1024px) {
    .more-information .mailList .btn {
      width: 42.3728813559%;
      float: left;
      margin-right: 1.6949152542%;
      margin-right: 4.2372881356%; } }
  @media (min-width: 1250px) {
    .more-information .mailList .btn {
      width: 27.9661016949%;
      float: right;
      margin-right: 0;
      margin-right: 0%; } }

.more-information .social {
  display: block;
  text-align: center; }
  .more-information .social li {
    text-align: center;
    display: inline-block;
    margin: 0 5px; }
    @media (min-width: 768px) {
      .more-information .social li {
        height: 72px;
        line-height: 72px; } }
    .more-information .social li.menu-item-type-custom {
      height: 50px;
      width: 50px; }
      @media (min-width: 768px) {
        .more-information .social li.menu-item-type-custom {
          width: 72px;
          height: 72px; } }
    .more-information .social li.menu-item-title {
      font-size: 24px;
      color: #fff;
      text-transform: uppercase;
      font-weight: bold;
      display: block;
      margin-bottom: 20px;
      height: auto;
      line-height: 100%; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .more-information .social li.menu-item-title {
          height: 100%;
          margin-bottom: 0;
          display: inline-block; } }
      @media (min-width: 1250px) {
        .more-information .social li.menu-item-title {
          line-height: 100%;
          margin-bottom: 0;
          display: inline-block; } }

.site-footer-menu {
  background-color: #171918; }
  @media (min-width: 768px) {
    .site-footer-menu .box {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 33.3333333333%;
      float: left;
      padding-left: 1.1111111111%;
      padding-right: 1.1111111111%; }
      .site-footer-menu .box:nth-child(3n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both; }
      .site-footer-menu .box:nth-child(3n + 2) {
        margin-left: 33.3333333333%;
        margin-right: -100%;
        clear: none; }
      .site-footer-menu .box:nth-child(3n + 3) {
        margin-left: 66.6666666667%;
        margin-right: -100%;
        clear: none; } }
  @media (min-width: 1200px) {
    .site-footer-menu .box {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 16.6666666667%;
      float: left;
      padding-left: 0.8333333333%;
      padding-right: 0.8333333333%; }
      .site-footer-menu .box:nth-child(6n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both; }
      .site-footer-menu .box:nth-child(6n + 2) {
        margin-left: 16.6666666667%;
        margin-right: -100%;
        clear: none; }
      .site-footer-menu .box:nth-child(6n + 3) {
        margin-left: 33.3333333333%;
        margin-right: -100%;
        clear: none; }
      .site-footer-menu .box:nth-child(6n + 4) {
        margin-left: 50%;
        margin-right: -100%;
        clear: none; }
      .site-footer-menu .box:nth-child(6n + 5) {
        margin-left: 66.6666666667%;
        margin-right: -100%;
        clear: none; }
      .site-footer-menu .box:nth-child(6n + 6) {
        margin-left: 83.3333333333%;
        margin-right: -100%;
        clear: none; } }
  .site-footer-menu .box a.logo {
    text-align: center;
    display: block; }
  .site-footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .site-footer-menu ul li {
      margin: 0;
      padding: 5px 0;
      display: none; }
      @media (min-width: 768px) {
        .site-footer-menu ul li {
          display: block; } }
      .site-footer-menu ul li:first-child {
        display: block; }
        .site-footer-menu ul li:first-child a {
          font-weight: bold;
          text-transform: uppercase; }
      .site-footer-menu ul li:last-child {
        padding-bottom: 0; }
      .site-footer-menu ul li a {
        color: #fff;
        font-size: 16px;
        line-height: 20px;
        text-decoration: none;
        text-align: center;
        display: block; }
        @media (min-width: 768px) {
          .site-footer-menu ul li a {
            text-align: left; } }
        .site-footer-menu ul li a:hover {
          color: #f39303; }

.site-footer-info {
  padding: 20px 0;
  background-color: #fff; }
  .site-footer-info p {
    padding: 0;
    margin: 0;
    text-align: center; }
    .site-footer-info p a {
      margin: 0 12px;
      display: inline-block;
      color: #171918; }
      .site-footer-info p a:hover {
        color: #f39303; }
    .site-footer-info p .copy {
      display: block;
      font-size: 10px;
      margin-top: 10px; }
      @media (min-width: 768px) {
        .site-footer-info p .copy {
          margin-top: 0;
          display: inline-block;
          font-size: 18px; } }

.template > .row {
  overflow: hidden;
  margin: 0 0 16px 0;
  padding: 0 8px; }
  .template > .row:after {
    content: "";
    display: table;
    clear: both; }
  .template > .row.background-color + .background-color {
    margin-top: -16px; }
  .template > .row.background-color {
    padding-left: 0;
    padding-right: 0; }
    .template > .row.background-color > .col {
      padding: 0; }
  .template > .row:first-child {
    padding-top: 16px; }
    .template > .row:first-child.background-color {
      margin-top: 0;
      padding-top: 0; }
  .template > .row:last-child.background-color {
    margin-bottom: 0; }
  .template > .row.row-header {
    background-color: #e4efe7;
    padding: 20px 20px 4px 20px;
    display: none;
    margin: -16px 0 0 0; }
    @media (min-width: 1024px) {
      .template > .row.row-header {
        padding: 40px 40px 24px 40px;
        display: block; } }
    .template > .row.row-header h2 {
      padding-bottom: 0;
      font-weight: bold;
      text-align: left; }
    .template > .row.row-header .btn-underline {
      margin-bottom: 0; }
    .template > .row.row-header p {
      margin-top: 10px; }
    .template > .row.row-header .pageof {
      float: left;
      display: block;
      margin-top: 20px;
      margin-left: 10px;
      font-weight: bold;
      color: #cd5700; }
    .template > .row.row-header .small-pagination {
      float: right; }
  .template > .row .col {
    padding: 0 8px; }
    .template > .row .col:last-child {
      padding-bottom: 0; }
    @media (min-width: 1024px) {
      .template > .row .col {
        padding-bottom: 0; } }
    .template > .row .col.bg-color:first-child + .col {
      margin-top: 16px; }
      @media (min-width: 1024px) {
        .template > .row .col.bg-color:first-child + .col {
          margin-top: 0; } }
    .template > .row .col.bg-color:first-child + .col.bg-color {
      margin-top: 0px; }
      @media (min-width: 1024px) {
        .template > .row .col.bg-color:first-child + .col.bg-color {
          margin-top: 0; } }
    .template > .row .col .col {
      margin-bottom: 16px; }
      .template > .row .col .col:last-child {
        margin-bottom: 0; }
      @media (min-width: 1024px) {
        .template > .row .col .col {
          margin-bottom: 0; } }
    .template > .row .col.l3:nth-child(1) {
      margin-bottom: 16px; }
      @media (min-width: 1024px) {
        .template > .row .col.l3:nth-child(1) {
          margin-bottom: 0; } }
    .template > .row .col.l3:nth-child(2) {
      margin-bottom: 16px; }
      @media (min-width: 1024px) {
        .template > .row .col.l3:nth-child(2) {
          margin-bottom: 0; } }
    .template > .row .col.l3:nth-child(3) {
      margin-bottom: 16px; }
      @media (min-width: 768px) {
        .template > .row .col.l3:nth-child(3) {
          margin-bottom: 0; } }
    .template > .row .col.l3:last-child {
      margin-bottom: 0; }
    .template > .row .col.l3 .table {
      padding: 20px; }
      .template > .row .col.l3 .table.no-pad {
        padding: 0; }
    .template > .row .col > .col {
      padding-bottom: 16px; }
      @media (min-width: 1024px) {
        .template > .row .col > .col {
          padding-bottom: 0; } }
    .template > .row .col.margin-bottom-16 {
      margin-bottom: 16px; }
    .template > .row .col.padding-16 {
      padding: 0 16px 16px 16px !important; }
      @media (min-width: 1024px) {
        .template > .row .col.padding-16 {
          padding: 16px !important; } }
    .template > .row .col .table {
      padding: 15px; }
      .template > .row .col .table.bg-image {
        padding: 0; }
      @media (min-width: 768px) {
        .template > .row .col .table {
          padding: 30px; } }
      @media (min-width: 1024px) {
        .template > .row .col .table {
          padding: 60px; } }
  .template > .row .table.bg-image {
    margin-bottom: 16px; }
  .template > .row .bg-image {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important; }
    @media (min-width: 1024px) {
      .template > .row .bg-image {
        margin-bottom: 0; } }
  .template > .row.whatWeDo a {
    display: block;
    text-decoration: none;
    position: relative; }
    .template > .row.whatWeDo a:after {
      content: "";
      display: block;
      padding-top: 100%; }
    .template > .row.whatWeDo a .content {
      position: absolute;
      width: 100%;
      height: 100%; }
    .template > .row.whatWeDo a .colorOverlay {
      opacity: 0.75;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background-color: #042448; }
    .template > .row.whatWeDo a:hover .colorOverlay {
      background-color: #2d5736; }
  .template > .row.whatWeDo .table {
    z-index: 10;
    position: relative; }
  .template > .row.whatWeDo p {
    text-align: center; }
  .template > .row.whatWeDo p.tag {
    color: #f39303;
    font-size: 16px;
    line-height: 100%;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold; }
  .template > .row.whatWeDo p.title {
    font-weight: bold;
    line-height: 100%;
    padding: 0 0 10px;
    color: #fff;
    font-size: 18px; }
    @media (min-width: 1280px) {
      .template > .row.whatWeDo p.title {
        font-size: 24px; } }
    @media (min-width: 1550px) {
      .template > .row.whatWeDo p.title {
        font-style: 32px; } }
  .template > .row .hide-1024 {
    display: block !important; }
    @media (min-width: 1024px) {
      .template > .row .hide-1024 {
        visibility: hidden; } }

.page-id-16 .template > .row#row-3 .col.l3 .table {
  padding: 15px; }
  @media (min-width: 768px) {
    .page-id-16 .template > .row#row-3 .col.l3 .table {
      padding: 30px; } }
  @media (min-width: 1024px) {
    .page-id-16 .template > .row#row-3 .col.l3 .table {
      padding: 60px; } }

.page-id-6 .template > .row#row-3 .bg-image {
  margin-bottom: 0; }

.background-blend-mode .template > .row.whatWeDo a {
  background-blend-mode: multiply;
  background-color: #3e7475; }
  .background-blend-mode .template > .row.whatWeDo a:hover {
    background-color: #2d5736; }

.background-blend-mode .template > .row.whatWeDo .colorOverlay {
  display: none; }

.page-id-95 #primary > .row {
  margin-bottom: 0; }

.page-id-95 #primary > .row > .col {
  padding: 0; }

.page-id-95 #content {
  background-color: #e4efe7; }

.ginput_container.ginput_container_radio {
  padding: 8px; }

.personalityQuiz .gform_heading {
  display: none; }

.personalityQuiz .gform_body:after {
  content: "";
  display: table;
  clear: both; }

.personalityQuiz ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .personalityQuiz ul:after {
    content: "";
    display: table;
    clear: both; }
  .personalityQuiz ul li {
    margin: 0;
    padding: 0; }

.personalityQuiz .gfield_radio {
  max-width: 768px;
  margin: 0 auto; }
  .personalityQuiz .gfield_radio li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left; }
    .personalityQuiz .gfield_radio li:nth-child(2n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both; }
    .personalityQuiz .gfield_radio li:nth-child(2n + 2) {
      margin-left: 50%;
      margin-right: -100%;
      clear: none; }
    .personalityQuiz .gfield_radio li span {
      display: block;
      padding: 8px;
      position: relative; }
      .personalityQuiz .gfield_radio li span input[type="radio"] {
        position: absolute;
        left: -2000px;
        width: 26px;
        height: 26px; }
      .personalityQuiz .gfield_radio li span input[type="radio"] + label:before {
        content: '';
        display: block;
        width: 26px;
        height: 26px;
        background-image: url("../img/icons/radio-buttons.png");
        background-repeat: no-repeat;
        background-position: -26px 0;
        background-size: cover;
        position: absolute;
        bottom: 15px;
        left: 0;
        right: 0;
        margin: 0 auto; }
        @media (min-width: 768px) {
          .personalityQuiz .gfield_radio li span input[type="radio"] + label:before {
            left: 20px;
            margin: 0;
            bottom: 60px; } }
      .personalityQuiz .gfield_radio li span input[type="radio"]:checked + label:before {
        background-position: 0px 0; }
      .personalityQuiz .gfield_radio li span label {
        display: block; }
        .personalityQuiz .gfield_radio li span label img {
          display: block; }
        .personalityQuiz .gfield_radio li span label p {
          padding: 10px 10px 40px;
          min-height: 95px;
          background-color: #fff;
          font-size: 14px; }
          @media (min-width: 768px) {
            .personalityQuiz .gfield_radio li span label p {
              padding: 10px 10px 10px 50px;
              font-size: 18px; } }

.personalityQuiz .gfield_label {
  background-color: #3e7475;
  padding: 40px 20px;
  line-height: 100%;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px; }
  @media (min-width: 768px) {
    .personalityQuiz .gfield_label {
      font-size: 27px; } }
  @media (min-width: 1024px) {
    .personalityQuiz .gfield_label {
      font-size: 36px; } }
  @media (min-width: 1250px) {
    .personalityQuiz .gfield_label {
      padding: 60px 0; } }
  .personalityQuiz .gfield_label .gfield_required {
    color: #fff;
    display: none; }

.personalityQuiz .gform_page_footer {
  background-color: #1c3f66;
  margin-top: 20px;
  padding: 40px 0;
  display: block;
  text-align: center; }
  @media (min-width: 1250px) {
    .personalityQuiz .gform_page_footer {
      padding: 60px 0; } }

.personalityQuiz .gform_validation_container {
  visibility: hidden;
  position: absolute;
  right: -99999px; }

.personalityQuiz .gform_next_button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  text-align: center;
  max-width: 236px;
  outline: 0; }

.personalityQuiz .gform_page_footer .gform_previous_button {
  display: none !important; }

.personalityQuiz .gform_previous_button,
.personalityQuiz #gform_previous_button_1_6 {
  display: none !important; }

.page-template-template-quiz-results .bg-color .col {
  padding: 20px; }
  @media (min-width: 768px) {
    .page-template-template-quiz-results .bg-color .col {
      padding: 40px; } }
  @media (min-width: 1024px) {
    .page-template-template-quiz-results .bg-color .col {
      padding: 60px; } }

.page-template-template-quiz-results .btn-start-over {
  display: block;
  float: right; }

.gorilla-quiz-results {
  margin: 0;
  padding-top: 16px; }
  .gorilla-quiz-results .entry-content {
    background-color: #fff;
    padding: 20px; }
    @media (min-width: 768px) {
      .gorilla-quiz-results .entry-content {
        padding: 35px; } }
    @media (min-width: 1024px) {
      .gorilla-quiz-results .entry-content {
        padding: 55px; } }
  .gorilla-quiz-results .more-info {
    padding: 20px; }
    .gorilla-quiz-results .more-info:after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 768px) {
      .gorilla-quiz-results .more-info {
        padding: 35px; } }
    @media (min-width: 1024px) {
      .gorilla-quiz-results .more-info {
        padding: 55px; } }
    .gorilla-quiz-results .more-info .btn {
      float: left; }
    .gorilla-quiz-results .more-info .share-post {
      max-width: 185px;
      margin: 0 auto; }
      @media (min-width: 768px) {
        .gorilla-quiz-results .more-info .share-post {
          float: right;
          margin: 0;
          max-width: 100%; } }
      .gorilla-quiz-results .more-info .share-post p {
        line-height: 35px;
        text-transform: uppercase;
        color: #5c8727;
        font-weight: bold;
        font-size: 14px; }
        @media (min-width: 768px) {
          .gorilla-quiz-results .more-info .share-post p {
            font-size: 20px; } }
        .gorilla-quiz-results .more-info .share-post p a {
          float: right;
          margin-left: 10px;
          display: block; }

@media (min-width: 768px) and (max-width: 1140px) {
  .extra-posts .blog-post:last-child {
    display: none; } }

.blog-post {
  padding: 10px; }
  @media (min-width: 768px) {
    .blog-post {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 50%;
      float: left; }
      .blog-post:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both; }
      .blog-post:nth-child(2n + 2) {
        margin-left: 50%;
        margin-right: -100%;
        clear: none; } }
  @media (min-width: 1140px) {
    .blog-post {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 33.3333333333%;
      float: left; }
      .blog-post:nth-child(3n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both; }
      .blog-post:nth-child(3n + 2) {
        margin-left: 33.3333333333%;
        margin-right: -100%;
        clear: none; }
      .blog-post:nth-child(3n + 3) {
        margin-left: 66.6666666667%;
        margin-right: -100%;
        clear: none; } }
  .blog-post.blog-post-full {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    margin: 0 !important; }
    .blog-post.blog-post-full:nth-child(1n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: none; }
  @media (min-width: 768px) {
    .blog-post.blog-posts-4 {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 50%;
      float: left; }
      .blog-post.blog-posts-4:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both; }
      .blog-post.blog-posts-4:nth-child(2n + 2) {
        margin-left: 50%;
        margin-right: -100%;
        clear: none; } }
  @media (min-width: 1140px) {
    .blog-post.blog-posts-4 {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 25%;
      float: left; }
      .blog-post.blog-posts-4:nth-child(4n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both; }
      .blog-post.blog-posts-4:nth-child(4n + 2) {
        margin-left: 25%;
        margin-right: -100%;
        clear: none; }
      .blog-post.blog-posts-4:nth-child(4n + 3) {
        margin-left: 50%;
        margin-right: -100%;
        clear: none; }
      .blog-post.blog-posts-4:nth-child(4n + 4) {
        margin-left: 75%;
        margin-right: -100%;
        clear: none; } }
  .blog-post .entry-thumb {
    background-color: #fff;
    overflow: hidden; }
    .blog-post .entry-thumb a {
      display: block;
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 5; }
    .blog-post .entry-thumb img {
      display: block;
      width: 100%;
      height: auto; }
    .blog-post .entry-thumb.entry-thumb-video {
      position: relative; }
      .blog-post .entry-thumb.entry-thumb-video a:before, .blog-post .entry-thumb.entry-thumb-video a:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; }
      .blog-post .entry-thumb.entry-thumb-video a:before {
        background-color: rgba(0, 0, 0, 0.8); }
      .blog-post .entry-thumb.entry-thumb-video a:after {
        background-image: url("../img/icons/video-play-icon.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        margin: 0 auto;
        width: 65px;
        height: 65px;
        top: 50%;
        margin-top: -32px;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-transform: scale(1);
        transform: scale(1); }
      .blog-post .entry-thumb.entry-thumb-video a:hover:after {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
  .blog-post .wrap-entry {
    padding: 40px 20px;
    background-color: #fff; }
    @media (min-width: 768px) {
      .blog-post .wrap-entry {
        padding: 40px; } }
    .blog-post .wrap-entry.wrap-entry-video {
      padding: 20px; }
      @media (min-width: 768px) {
        .blog-post .wrap-entry.wrap-entry-video {
          padding: 40px; } }
  .blog-post p.meta {
    color: #5c8727;
    font-weight: bold;
    font-size: 16px;
    padding: 0 0 5px;
    line-height: 100%;
    text-transform: uppercase; }
  .blog-post h2 {
    font-size: 24px;
    line-height: 100%;
    padding-bottom: 20px; }
    .blog-post h2 a {
      color: inherit;
      text-decoration: none; }
      .blog-post h2 a:hover {
        color: #f39303; }
    .blog-post h2.no-pad {
      padding-bottom: 0; }
  .blog-post p.entry-content {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 20px; }
  .blog-post .readMore {
    color: #5c8727;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 100%;
    font-weight: bold;
    padding-bottom: 8px;
    border-bottom: 2px solid #f39303;
    text-decoration: none; }
    .blog-post .readMore:hover {
      color: #f39303; }

.blog-single .entry-header {
  background-color: #e4efe7;
  padding: 20px; }
  @media (min-width: 1024px) {
    .blog-single .entry-header {
      padding: 40px 60px; } }
  .blog-single .entry-header p {
    padding: 0;
    font-size: 15px;
    line-height: 21px;
    color: #5c8727;
    font-weight: bold;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .blog-single .entry-header p {
        font-size: 18px;
        line-height: 20px; } }
    .blog-single .entry-header p a {
      text-decoration: none; }
  .blog-single .entry-header h1 {
    color: #1c3f66;
    padding: 0 0 5px;
    font-size: 24px;
    line-height: 30px; }
    @media (min-width: 768px) {
      .blog-single .entry-header h1 {
        font-size: 36px;
        line-height: 40px; } }

.blog-single .entry-content {
  background-color: #fff;
  padding: 20px; }
  .blog-single .entry-content:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 1024px) {
    .blog-single .entry-content {
      padding: 60px 60px; } }
  .blog-single .entry-content img {
    display: block; }

.blog-single .entry-footer {
  background-color: #e4efe7;
  padding: 18px; }
  @media (min-width: 1024px) {
    .blog-single .entry-footer {
      padding: 40px 60px; } }
  .blog-single .entry-footer .share-post {
    max-width: 185px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .blog-single .entry-footer .share-post {
        float: right;
        margin: 0;
        max-width: 100%; } }
    .blog-single .entry-footer .share-post p {
      line-height: 35px;
      text-transform: uppercase;
      color: #5c8727;
      font-weight: bold;
      font-size: 14px; }
      @media (min-width: 768px) {
        .blog-single .entry-footer .share-post p {
          font-size: 20px; } }
      .blog-single .entry-footer .share-post p a {
        float: right;
        margin-left: 10px;
        display: block; }

.pagination {
  position: relative; }
  .pagination:after {
    content: "";
    display: table;
    clear: both; }
  .pagination ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .pagination ul:after {
      content: "";
      display: table;
      clear: both; }
    .pagination ul li {
      margin: 0 10px;
      padding: 0;
      float: left; }
      .pagination ul li a, .pagination ul li img, .pagination ul li span {
        display: block; }
      .pagination ul li a, .pagination ul li img, .pagination ul li span
a, .pagination ul li span {
        line-height: 39px;
        font-size: 20px;
        font-weight: bold;
        color: #5c8727; }
      .pagination ul li span.current {
        color: #cd5700; }
  .pagination.small-pagination .link-prev {
    float: left;
    margin: 0 7px; }
  .pagination.small-pagination .link-next {
    float: right;
    margin: 0 7px; }
  .pagination.small-pagination a {
    display: block; }
  .pagination.fullPagination {
    display: none; }
    @media (min-width: 1024px) {
      .pagination.fullPagination {
        display: block;
        padding: 30px 40px 20px; } }
  @media (min-width: 1024px) {
    .pagination.smallPagination {
      display: none; } }
  .pagination.pagination-posts {
    clear: both;
    max-width: 400px;
    margin: 0 auto 20px; }
    @media (min-width: 768px) {
      .pagination.pagination-posts {
        max-width: 450px;
        margin: 0;
        float: left; } }
    .pagination.pagination-posts a {
      line-height: 35px;
      font-size: 20px;
      color: #5c8727;
      font-weight: bold;
      text-transform: uppercase;
      display: block;
      font-size: 14px;
      text-decoration: none; }
      .pagination.pagination-posts a:hover {
        color: #f39303; }
      @media (min-width: 768px) {
        .pagination.pagination-posts a {
          font-size: 20px; } }
      .pagination.pagination-posts a span {
        display: block; }
      .pagination.pagination-posts a.previous-post {
        margin-right: 10px;
        float: left; }
        .pagination.pagination-posts a.previous-post span {
          float: left;
          margin-right: 10px; }
      .pagination.pagination-posts a.next-post {
        margin-left: 10px;
        float: right; }
        .pagination.pagination-posts a.next-post span {
          float: right;
          margin-left: 10px; }
  .pagination.wp-small-pagination ul.page-numbers li {
    display: none; }
    .pagination.wp-small-pagination ul.page-numbers li:first-child, .pagination.wp-small-pagination ul.page-numbers li:last-child {
      display: block;
      font-size: 0;
      text-indent: -99999px;
      color: #1c3f66;
      width: 37px;
      height: 39px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
    .pagination.wp-small-pagination ul.page-numbers li:first-child a {
      background-image: url(../img/icons/arrow-left-full-orange.png); }
    .pagination.wp-small-pagination ul.page-numbers li:first-child span {
      background-image: url(../img/icons/arrow-left-full-orange-fade.png); }
    .pagination.wp-small-pagination ul.page-numbers li:last-child a {
      background-image: url(../img/icons/arrow-right-full-orange-big.png); }
    .pagination.wp-small-pagination ul.page-numbers li:last-child span {
      background-image: url(../img/icons/arrow-right-full-orange-big-fade.png); }
  .pagination.wp-small-pagination {
    padding: 14px 40px 30px;
    display: block; }
    @media (min-width: 768px) {
      .pagination.wp-small-pagination {
        display: none; } }
  .pagination.wp-full-pagination {
    padding: 14px 40px 30px;
    display: none; }
    @media (min-width: 768px) {
      .pagination.wp-full-pagination {
        display: block; } }
    .pagination.wp-full-pagination ul.page-numbers li:first-child span span {
      padding-left: 55px;
      position: relative; }
      .pagination.wp-full-pagination ul.page-numbers li:first-child span span:before {
        content: '';
        position: absolute;
        left: 0;
        width: 37px;
        height: 39px;
        display: block;
        background-image: url(" ../img/icons/arrow-left-full-orange-fade.png");
        background-repeat: no-repeat;
        background-position: center; }
    .pagination.wp-full-pagination ul.page-numbers li:last-child span span {
      padding-right: 55px;
      position: relative; }
      .pagination.wp-full-pagination ul.page-numbers li:last-child span span:before {
        content: '';
        position: absolute;
        right: 0;
        width: 37px;
        height: 39px;
        display: block;
        background-image: url("../img/icons/arrow-right-full-orange-big-fade.png");
        background-repeat: no-repeat;
        background-position: center; }

.video-header .wp-small-pagination {
  padding: 0;
  display: block; }

.contactForm {
  max-width: 512px; }
  @media (min-width: 768px) {
    .contactForm .left {
      width: 49.1525423729%;
      float: left;
      margin-right: 1.6949152542%; } }
  @media (min-width: 768px) {
    .contactForm .right {
      width: 49.1525423729%;
      float: right;
      margin-right: 0; } }

.social {
  margin: 0;
  padding: 0;
  list-style: none; }
  .social:after {
    content: "";
    display: table;
    clear: both; }
  .social li {
    margin: 0;
    padding: 0; }
    .social li.menu-item-type-custom {
      width: 72px;
      height: 72px;
      font-size: 0;
      text-indent: -99999999em;
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 50%;
      border: 2px solid #f39303;
      border-radius: 100%; }
    .social li.fb {
      background-image: url("../img/icons/facebook.svg"); }
      .social li.fb:hover {
        background-color: #3b5998; }
    .social li.instagram {
      background-image: url("../img/icons/instagram.svg"); }
      .social li.instagram:hover {
        background-color: #833ab4; }
    .social li.youtube {
      background-image: url("../img/icons/youtube.svg"); }
      .social li.youtube:hover {
        background-color: #cd201f; }
    .social li.twitter {
      background-image: url("../img/icons/twitter.svg"); }
      .social li.twitter:hover {
        background-color: #1da1f2; }
    .social li a {
      display: block;
      width: 100%;
      height: 100%;
      cursor: pointer; }

.btn-arrow,
.btn-icon {
  width: 35px;
  height: 35px;
  background-color: #f39303;
  display: inline-block;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%; }
  .btn-arrow.btn-arrow-small,
  .btn-icon.btn-arrow-small {
    width: 19px;
    height: 19px; }
  .btn-arrow.btn-arrow-left,
  .btn-icon.btn-arrow-left {
    background-image: url("../img/icons/arrow-left-white.svg"); }
  .btn-arrow.btn-arrow-up,
  .btn-icon.btn-arrow-up {
    background-image: url("../img/icons/arrow-up-white.svg"); }
  .btn-arrow.btn-arrow-right,
  .btn-icon.btn-arrow-right {
    background-image: url("../img/icons/arrow-right-white.svg"); }
  .btn-arrow.btn-arrow-down,
  .btn-icon.btn-arrow-down {
    background-image: url("../img/icons/arrow-down-white.svg"); }
  .btn-arrow.btn-icon-fb,
  .btn-icon.btn-icon-fb {
    background-image: url("../img/icons/facebook.svg"); }
  .btn-arrow.btn-icon-twitter,
  .btn-icon.btn-icon-twitter {
    background-image: url("../img/icons/twitter.svg"); }

.adopt {
  background-color: #fff;
  position: relative; }
  .adopt .adopt-header {
    width: 100%; }
    .adopt .adopt-header img {
      display: block;
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0; }
  .adopt .adopt-content {
    background-color: #fff;
    padding: 20px; }
    @media (min-width: 768px) {
      .adopt .adopt-content {
        padding: 40px 40px 100px; } }
    .adopt .adopt-content p:first-child, .adopt .adopt-content p.title {
      color: #1c3f66;
      font-weight: bold;
      line-height: 100%;
      font-size: 20px;
      font-size: 1.25rem; }
      @media (min-width: 768px) {
        .adopt .adopt-content p:first-child, .adopt .adopt-content p.title {
          font-size: 30px;
          font-size: 1.875rem; } }
    .adopt .adopt-content ul li,
    .adopt .adopt-content ol li {
      color: #f39303; }
      .adopt .adopt-content ul li span,
      .adopt .adopt-content ol li span {
        color: #171918; }
  .adopt .adopt-cost:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .adopt .adopt-cost {
      bottom: 40px;
      position: absolute; } }
  .adopt .adopt-cost p {
    float: left;
    padding: 0;
    font-weight: bold;
    color: #5c8727; }
    .adopt .adopt-cost p:first-child, .adopt .adopt-cost p.package-price {
      line-height: 42px;
      font-size: 20px;
      font-size: 1.25rem;
      color: #5c8727; }
      @media (min-width: 768px) {
        .adopt .adopt-cost p:first-child, .adopt .adopt-cost p.package-price {
          font-size: 30px;
          font-size: 1.875rem; } }
  .adopt .adopt-cost .btn {
    margin-left: 20px; }

.background-color .bg-green, .background-color.bg-green {
  background-color: #5c8727 !important; }

.background-color .bg-dark-green, .background-color.bg-dark-green {
  background-color: #2d5736; }

.background-color .bg-light-blue, .background-color.bg-light-blue {
  background-color: #e4efe7 !important; }

.background-color .bg-teal, .background-color.bg-teal {
  background-color: #3e7475; }

.background-color .bg-dark-blue, .background-color.bg-dark-blue {
  background-color: #1c3f66; }

.background-color .bg-white, .background-color.bg-white {
  background-color: #fff; }

.background-color .bg-100, .background-color.bg-100 {
  height: 100%; }

.background-color .bg-color, .background-color.bg-color {
  color: #fff; }
  .background-color .bg-color h1, .background-color .bg-color h2, .background-color .bg-color h3, .background-color .bg-color h4, .background-color .bg-color h5, .background-color .bg-color h6, .background-color .bg-color p, .background-color .bg-color ul li, .background-color .bg-color ol li, .background-color.bg-color h1, .background-color.bg-color h2, .background-color.bg-color h3, .background-color.bg-color h4, .background-color.bg-color h5, .background-color.bg-color h6, .background-color.bg-color p, .background-color.bg-color ul li, .background-color.bg-color ol li {
    color: #fff; }
  .background-color .bg-color li span, .background-color.bg-color li span {
    color: #fff; }
  .background-color .bg-color a, .background-color.bg-color a {
    color: inherit; }
    .background-color .bg-color a:hover, .background-color.bg-color a:hover {
      color: #f39303; }

.background-color .bg-image, .background-color.bg-image {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important; }
  .background-color .bg-image.table,
  .background-color .bg-image > .table, .background-color.bg-image.table,
  .background-color.bg-image > .table {
    padding: 0; }
    @media (min-width: 1024px) {
      .background-color .bg-image.table,
      .background-color .bg-image > .table, .background-color.bg-image.table,
      .background-color.bg-image > .table {
        padding: 3%; } }
  .background-color .bg-image img, .background-color.bg-image img {
    width: 100%;
    height: auto; }

.background-color .light-box {
  display: block;
  width: 100%;
  height: 100%;
  position: relative; }
  .background-color .light-box:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -32px auto 0;
    width: 65px;
    height: 65px;
    background-image: url(../img/icons/video-play-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .background-color .light-box:hover:after {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */
.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal-content {
  position: relative;
  background-clip: padding-box;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 10px;
  background-color: #5c8727; }

.modal-body {
  position: relative; }
  .modal-body img {
    width: 100%;
    height: auto; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.modal-dialog {
  max-width: 700px !important;
  width: 100% !important;
  margin: 0px auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.modal-header {
  position: relative; }
  .modal-header:after {
    content: "";
    display: table;
    clear: both; }
  .modal-header .modal-title {
    display: none;
    padding: 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 100%;
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .modal-header .modal-title {
        margin-bottom: 0;
        font-size: 30px;
        width: 61.8644067797%;
        float: left;
        margin-right: 1.6949152542%; } }
  .modal-header .header-module-right {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 39px; }
    .modal-header .header-module-right:after {
      content: "";
      display: table;
      clear: both; }
    .modal-header .header-module-right .share {
      float: left; }
      .modal-header .header-module-right .share:after {
        content: "";
        display: table;
        clear: both; }
      @media (min-width: 768px) {
        .modal-header .header-module-right .share {
          margin-top: 10px; } }
      .modal-header .header-module-right .share p {
        color: #fff;
        padding: 0;
        float: left;
        font-weight: bold;
        font-size: 20px; }
      .modal-header .header-module-right .share ul {
        margin-left: 5px;
        float: right; }
    .modal-header .header-module-right li {
      width: 35px;
      height: 35px;
      display: block;
      float: left;
      border-radius: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 50%;
      margin: 0 5px; }
      .modal-header .header-module-right li a {
        background-color: #2d5736 !important; }
  .modal-header .close {
    cursor: pointer;
    background-image: url("../img/icons/close-button.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 35px;
    height: 33px;
    float: right;
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    font-size: 0;
    display: block; }
    @media (min-width: 768px) {
      .modal-header .close {
        width: 54px;
        height: 51px; } }

.ekko-lightbox .modal-footer {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  border: 0;
  color: #fff;
  font-weight: 100;
  padding: 0; }

.page-id-91 #row-2 .col-1 > .table {
  background-image: url("/wp-content/uploads/2016/08/2016-10-05.png") !important; }

.page-id-6 #row-3 .col-2 {
  background-position: 83% center !important; }

.banner-play-button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #5c8727; }
  @media (min-width: 768px) {
    .banner-play-button {
      background-color: transparent;
      margin-left: 0;
      position: absolute;
      right: 30px;
      left: auto;
      bottom: 30px; } }
  .banner-play-button a {
    cursor: pointer;
    display: block;
    text-decoration: none;
    display: block;
    padding: 18px 18px 18px 60px; }
    .banner-play-button a:after {
      content: "";
      display: table;
      clear: both; }
    .banner-play-button a span {
      color: #fff;
      vertical-align: middle;
      text-transform: uppercase;
      font-size: 18px;
      display: inline-block;
      margin: 0 5px; }
      .banner-play-button a span.text {
        font-weight: bold;
        line-height: 42px; }
        @media (min-width: 768px) {
          .banner-play-button a span.text {
            float: left;
            line-height: 65px; } }
      .banner-play-button a span.img {
        float: left; }
    .banner-play-button a img {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      -webkit-transform: scale(1);
      transform: scale(1);
      width: 42px;
      height: 42px; }
      @media (min-width: 768px) {
        .banner-play-button a img {
          width: 65px;
          height: 65px; } }
    .banner-play-button a:hover img {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }

.slick-slider .slick-slide {
  outline: none; }

.slick-slider .prev,
.slick-slider .next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 10;
  top: 20%;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  -webkit-transform: translate(0, -20%);
  transform: translate(0, -20%);
  cursor: pointer;
  color: transparent;
  border: none;
  border-radius: 100%;
  background-color: #f39303;
  outline: none; }

.slick-slider .prev {
  left: 20px; }

.slick-slider .next {
  right: 20px; }

.slick-slider .slick-disabled {
  opacity: 0.7; }

@media (min-width: 768px) {
  .slick-slider .prev,
  .slick-slider .next {
    width: 50px;
    height: 50px; }
  .slick-slider .prev {
    left: 50px; }
  .slick-slider .next {
    right: 50px; } }

@media (min-width: 1140px) {
  .slick-slider .prev {
    left: 100px; }
  .slick-slider .next {
    right: 100px; } }

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@media (min-width: 1024px) {
  .page-id-93 {
    overflow: hidden; }
  .tree-details {
    overflow-y: auto; } }

.page-template-family-tree,
.page-template-page-dian-fossey {
  height: 100%;
  position: relative;
  padding-top: 0; }
  .page-template-family-tree .site-header,
  .page-template-page-dian-fossey .site-header {
    position: absolute;
    z-index: 12; }
  .page-template-family-tree .admin-bar .site-header,
  .page-template-page-dian-fossey .admin-bar .site-header {
    top: 0; }
  .page-template-family-tree .banner,
  .page-template-page-dian-fossey .banner {
    padding: 0;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 11;
    margin-top: 0 !important; }
    .page-template-family-tree .banner .padding-1-12,
    .page-template-page-dian-fossey .banner .padding-1-12 {
      padding-top: 82px;
      height: 100%; }
      @media (min-width: 1024px) {
        .page-template-family-tree .banner .padding-1-12,
        .page-template-page-dian-fossey .banner .padding-1-12 {
          padding-top: 136px; } }
  .page-template-family-tree section.more-information,
  .page-template-family-tree footer.site-footer,
  .page-template-page-dian-fossey section.more-information,
  .page-template-page-dian-fossey footer.site-footer {
    position: relative;
    z-index: 11; }
  .page-template-family-tree #primary,
  .page-template-page-dian-fossey #primary {
    position: relative; }
  .page-template-family-tree .hideM,
  .page-template-page-dian-fossey .hideM {
    display: none; }
    @media (min-width: 1024px) {
      .page-template-family-tree .hideM,
      .page-template-page-dian-fossey .hideM {
        display: inline-block; } }
  @media (min-width: 1024px) {
    .page-template-family-tree .hideD,
    .page-template-page-dian-fossey .hideD {
      display: none; } }
  .page-template-family-tree .btn,
  .page-template-page-dian-fossey .btn {
    margin-bottom: 20px; }

.page-id-93 .desktop-show,
.page-template-page-dian-fossey .desktop-show {
  display: none; }
  @media (min-width: 1024px) {
    .page-id-93 .desktop-show,
    .page-template-page-dian-fossey .desktop-show {
      display: block;
      background-color: #5c8727; }
      .page-id-93 .desktop-show:after,
      .page-template-page-dian-fossey .desktop-show:after {
        content: "";
        display: table;
        clear: both; } }
  .page-id-93 .desktop-show .sticky-wrapper,
  .page-template-page-dian-fossey .desktop-show .sticky-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16.6666666667%;
    float: left;
    padding-left: 0.8333333333%;
    padding-right: 0.8333333333%;
    background-color: #5c8727;
    z-index: 5;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden; }
  .page-id-93 .desktop-show aside.sidebar-tree,
  .page-template-page-dian-fossey .desktop-show aside.sidebar-tree {
    /* position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		top: 50%;
		-webkit-transform: translate3d(0px, -50%, 0);
		-moz-transform: translate3d(0px, -50%, 0);
		-o-transform: translate(0px, -50%);
		-ms-transform: translate3d(0px, -50%, 0);
		transform: translate3d(0px, -50%, 0); */ }
    .page-id-93 .desktop-show aside.sidebar-tree .tree-nav,
    .page-template-page-dian-fossey .desktop-show aside.sidebar-tree .tree-nav {
      position: fixed;
      top: 50%;
      -webkit-transform: translate3d(0px, -50%, 0);
      transform: translate3d(0px, -50%, 0);
      z-index: 2;
      left: 30px; }
    .page-id-93 .desktop-show aside.sidebar-tree ul,
    .page-template-page-dian-fossey .desktop-show aside.sidebar-tree ul {
      margin: 0 0 0 25px;
      padding: 0;
      list-style: none;
      border-left: 4px solid #2d5736;
      padding-top: 1px;
      padding-bottom: 1px; }
      .page-id-93 .desktop-show aside.sidebar-tree ul li,
      .page-template-page-dian-fossey .desktop-show aside.sidebar-tree ul li {
        margin: 11px 0 11px -11px;
        padding: 0;
        font-size: 18px;
        position: relative; }
        .page-id-93 .desktop-show aside.sidebar-tree ul li a:before,
        .page-id-93 .desktop-show aside.sidebar-tree ul li a::before,
        .page-template-page-dian-fossey .desktop-show aside.sidebar-tree ul li a:before,
        .page-template-page-dian-fossey .desktop-show aside.sidebar-tree ul li a::before {
          content: '';
          background-color: #f39303;
          border-radius: 100%;
          width: 20px;
          height: 20px;
          border: 3px solid transparent;
          display: block;
          position: absolute;
          left: 0;
          top: 50%;
          margin-top: -10px; }
        .page-id-93 .desktop-show aside.sidebar-tree ul li.active a:before,
        .page-id-93 .desktop-show aside.sidebar-tree ul li.active a::before,
        .page-template-page-dian-fossey .desktop-show aside.sidebar-tree ul li.active a:before,
        .page-template-page-dian-fossey .desktop-show aside.sidebar-tree ul li.active a::before {
          background-color: #fff;
          border: 3px solid #f39303; }
        .page-id-93 .desktop-show aside.sidebar-tree ul li a,
        .page-template-page-dian-fossey .desktop-show aside.sidebar-tree ul li a {
          color: #fff;
          text-decoration: none;
          line-height: 20px;
          padding-left: 25px; }
    .page-id-93 .desktop-show aside.sidebar-tree .up,
    .page-id-93 .desktop-show aside.sidebar-tree .down,
    .page-template-page-dian-fossey .desktop-show aside.sidebar-tree .up,
    .page-template-page-dian-fossey .desktop-show aside.sidebar-tree .down {
      display: block;
      width: 56px;
      height: 56px;
      border-radius: 100%;
      background-color: #f39303;
      margin-left: 0;
      position: relative;
      z-index: 11; }
      .page-id-93 .desktop-show aside.sidebar-tree .up .fa,
      .page-id-93 .desktop-show aside.sidebar-tree .down .fa,
      .page-template-page-dian-fossey .desktop-show aside.sidebar-tree .up .fa,
      .page-template-page-dian-fossey .desktop-show aside.sidebar-tree .down .fa {
        color: #fff;
        text-align: center;
        line-height: 56px;
        display: block; }
  .page-id-93 .desktop-show .tree-row,
  .page-template-page-dian-fossey .desktop-show .tree-row {
    background-color: #e4efe7;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    z-index: 88;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 83.3333333333%;
    float: right; }
    .page-id-93 .desktop-show .tree-row:after,
    .page-template-page-dian-fossey .desktop-show .tree-row:after {
      content: "";
      display: table;
      clear: both; }
  .page-id-93 .desktop-show .tree-details,
  .page-template-page-dian-fossey .desktop-show .tree-details {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    height: 100%;
    padding: 20px; }
    @media (min-width: 1250px) {
      .page-id-93 .desktop-show .tree-details,
      .page-template-page-dian-fossey .desktop-show .tree-details {
        padding: 65px; } }
    .page-id-93 .desktop-show .tree-details.tree-details-overview,
    .page-template-page-dian-fossey .desktop-show .tree-details.tree-details-overview {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 50%;
      float: left; }
    .page-id-93 .desktop-show .tree-details ul,
    .page-template-page-dian-fossey .desktop-show .tree-details ul {
      margin: 0;
      padding: 0 0 0 40px;
      list-style: none; }
      .page-id-93 .desktop-show .tree-details ul.no-pad,
      .page-template-page-dian-fossey .desktop-show .tree-details ul.no-pad {
        padding: 0; }
      .page-id-93 .desktop-show .tree-details ul li,
      .page-template-page-dian-fossey .desktop-show .tree-details ul li {
        margin: 0 0 25px 0;
        padding: 0 0 0 10px;
        position: relative; }
        .page-id-93 .desktop-show .tree-details ul li:before, .page-id-93 .desktop-show .tree-details ul li::before,
        .page-template-page-dian-fossey .desktop-show .tree-details ul li:before,
        .page-template-page-dian-fossey .desktop-show .tree-details ul li::before {
          position: absolute;
          left: -40px;
          content: '';
          width: 32px;
          height: 32px;
          background-repeat: no-repeat;
          background-position: center;
          cursor: pointer; }
        .page-id-93 .desktop-show .tree-details ul li.mother:before, .page-id-93 .desktop-show .tree-details ul li.mother::before,
        .page-template-page-dian-fossey .desktop-show .tree-details ul li.mother:before,
        .page-template-page-dian-fossey .desktop-show .tree-details ul li.mother::before {
          background-image: url("../img/icons/photo-icon-orange.png"); }
        .page-id-93 .desktop-show .tree-details ul li.offspring:before, .page-id-93 .desktop-show .tree-details ul li.offspring::before,
        .page-template-page-dian-fossey .desktop-show .tree-details ul li.offspring:before,
        .page-template-page-dian-fossey .desktop-show .tree-details ul li.offspring::before {
          background-image: url("../img/icons/photo-icon-green.png"); }
        .page-id-93 .desktop-show .tree-details ul li.offspringMother:before, .page-id-93 .desktop-show .tree-details ul li.offspringMother::before,
        .page-template-page-dian-fossey .desktop-show .tree-details ul li.offspringMother:before,
        .page-template-page-dian-fossey .desktop-show .tree-details ul li.offspringMother::before {
          background-image: url("../img/icons/arrow-down-icon.png"); }
        .page-id-93 .desktop-show .tree-details ul li.childMother:before, .page-id-93 .desktop-show .tree-details ul li.childMother::before,
        .page-template-page-dian-fossey .desktop-show .tree-details ul li.childMother:before,
        .page-template-page-dian-fossey .desktop-show .tree-details ul li.childMother::before {
          background-image: url("../img/icons/arrow-up-icon.png"); }
    .page-id-93 .desktop-show .tree-details h2,
    .page-template-page-dian-fossey .desktop-show .tree-details h2 {
      color: #fff; }
    .page-id-93 .desktop-show .tree-details p,
    .page-template-page-dian-fossey .desktop-show .tree-details p {
      padding: 0 0 5px;
      line-height: 100%;
      color: #fff; }
      .page-id-93 .desktop-show .tree-details p.mother-name,
      .page-template-page-dian-fossey .desktop-show .tree-details p.mother-name {
        font-size: 60px;
        line-height: 30px;
        font-weight: bold; }
      .page-id-93 .desktop-show .tree-details p.mother-info, .page-id-93 .desktop-show .tree-details p.offspring-info,
      .page-template-page-dian-fossey .desktop-show .tree-details p.mother-info,
      .page-template-page-dian-fossey .desktop-show .tree-details p.offspring-info {
        font-size: 16px;
        font-weight: bold; }
      .page-id-93 .desktop-show .tree-details p.mother-description, .page-id-93 .desktop-show .tree-details p.description,
      .page-template-page-dian-fossey .desktop-show .tree-details p.mother-description,
      .page-template-page-dian-fossey .desktop-show .tree-details p.description {
        font-size: 16px;
        line-height: 24px;
        padding: 0; }
      .page-id-93 .desktop-show .tree-details p.description,
      .page-template-page-dian-fossey .desktop-show .tree-details p.description {
        padding-bottom: 35px; }
      .page-id-93 .desktop-show .tree-details p.offspring-name,
      .page-template-page-dian-fossey .desktop-show .tree-details p.offspring-name {
        font-size: 24px;
        padding-bottom: 0; }
      .page-id-93 .desktop-show .tree-details p a,
      .page-template-page-dian-fossey .desktop-show .tree-details p a {
        font-size: 16px;
        text-transform: capitalize;
        display: inline-block;
        color: #f39303; }
      .page-id-93 .desktop-show .tree-details p.title,
      .page-template-page-dian-fossey .desktop-show .tree-details p.title {
        font-size: 36px;
        font-weight: bold;
        padding-bottom: 25px; }
  .page-id-93 .desktop-show .tree-images,
  .page-template-page-dian-fossey .desktop-show .tree-images {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    height: 100%; }
    .page-id-93 .desktop-show .tree-images img,
    .page-template-page-dian-fossey .desktop-show .tree-images img {
      max-height: 1024px; }
    .page-id-93 .desktop-show .tree-images.tree-images-overview,
    .page-template-page-dian-fossey .desktop-show .tree-images.tree-images-overview {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 50%;
      float: left; }

@media (min-width: 1024px) {
  .page-id-93 .mobile-show,
  .page-template-page-dian-fossey .mobile-show {
    display: none; } }

.page-id-93 .mobile-show .swiper-container,
.page-template-page-dian-fossey .mobile-show .swiper-container {
  width: 100%;
  overflow: hidden;
  height: 100%; }

.page-id-93 .mobile-show .swiper-wrapper-dian,
.page-template-page-dian-fossey .mobile-show .swiper-wrapper-dian {
  height: auto !important; }

.page-id-93 .mobile-show .swiper-family,
.page-template-page-dian-fossey .mobile-show .swiper-family {
  padding: 46px 0; }
  .page-id-93 .mobile-show .swiper-family.swiper-family-dian,
  .page-template-page-dian-fossey .mobile-show .swiper-family.swiper-family-dian {
    padding-bottom: 50%; }
    @media (max-height: 568px) {
      .page-id-93 .mobile-show .swiper-family.swiper-family-dian .swiper-slide img,
      .page-template-page-dian-fossey .mobile-show .swiper-family.swiper-family-dian .swiper-slide img {
        max-width: 70%; } }
  .page-id-93 .mobile-show .swiper-family .top-nav,
  .page-template-page-dian-fossey .mobile-show .swiper-family .top-nav {
    top: 0; }
  .page-id-93 .mobile-show .swiper-family .bottom-nav,
  .page-template-page-dian-fossey .mobile-show .swiper-family .bottom-nav {
    bottom: 0; }
  .page-id-93 .mobile-show .swiper-family .top-nav,
  .page-id-93 .mobile-show .swiper-family .bottom-nav,
  .page-template-page-dian-fossey .mobile-show .swiper-family .top-nav,
  .page-template-page-dian-fossey .mobile-show .swiper-family .bottom-nav {
    position: absolute;
    z-index: 12;
    left: 0;
    right: 0;
    width: 100%;
    padding: 13px;
    background-color: #5c8727; }
    .page-id-93 .mobile-show .swiper-family .top-nav ul,
    .page-id-93 .mobile-show .swiper-family .bottom-nav ul,
    .page-template-page-dian-fossey .mobile-show .swiper-family .top-nav ul,
    .page-template-page-dian-fossey .mobile-show .swiper-family .bottom-nav ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .page-id-93 .mobile-show .swiper-family .top-nav ul:after,
      .page-id-93 .mobile-show .swiper-family .bottom-nav ul:after,
      .page-template-page-dian-fossey .mobile-show .swiper-family .top-nav ul:after,
      .page-template-page-dian-fossey .mobile-show .swiper-family .bottom-nav ul:after {
        content: "";
        display: table;
        clear: both; }
      .page-id-93 .mobile-show .swiper-family .top-nav ul li,
      .page-id-93 .mobile-show .swiper-family .bottom-nav ul li,
      .page-template-page-dian-fossey .mobile-show .swiper-family .top-nav ul li,
      .page-template-page-dian-fossey .mobile-show .swiper-family .bottom-nav ul li {
        margin: 0;
        padding: 0;
        float: right;
        color: #fff;
        line-height: 18px; }
        .page-id-93 .mobile-show .swiper-family .top-nav ul li:after,
        .page-id-93 .mobile-show .swiper-family .bottom-nav ul li:after,
        .page-template-page-dian-fossey .mobile-show .swiper-family .top-nav ul li:after,
        .page-template-page-dian-fossey .mobile-show .swiper-family .bottom-nav ul li:after {
          content: "";
          display: table;
          clear: both; }
        .page-id-93 .mobile-show .swiper-family .top-nav ul li.arrow-up,
        .page-id-93 .mobile-show .swiper-family .bottom-nav ul li.arrow-up,
        .page-template-page-dian-fossey .mobile-show .swiper-family .top-nav ul li.arrow-up,
        .page-template-page-dian-fossey .mobile-show .swiper-family .bottom-nav ul li.arrow-up {
          float: left; }
          .page-id-93 .mobile-show .swiper-family .top-nav ul li.arrow-up span,
          .page-id-93 .mobile-show .swiper-family .bottom-nav ul li.arrow-up span,
          .page-template-page-dian-fossey .mobile-show .swiper-family .top-nav ul li.arrow-up span,
          .page-template-page-dian-fossey .mobile-show .swiper-family .bottom-nav ul li.arrow-up span {
            color: #fff;
            display: block;
            font-weight: bold;
            line-height: 18px;
            float: left; }
            .page-id-93 .mobile-show .swiper-family .top-nav ul li.arrow-up span img,
            .page-id-93 .mobile-show .swiper-family .bottom-nav ul li.arrow-up span img,
            .page-template-page-dian-fossey .mobile-show .swiper-family .top-nav ul li.arrow-up span img,
            .page-template-page-dian-fossey .mobile-show .swiper-family .bottom-nav ul li.arrow-up span img {
              margin-right: 11px; }
        .page-id-93 .mobile-show .swiper-family .top-nav ul li.arrow-down,
        .page-id-93 .mobile-show .swiper-family .bottom-nav ul li.arrow-down,
        .page-template-page-dian-fossey .mobile-show .swiper-family .top-nav ul li.arrow-down,
        .page-template-page-dian-fossey .mobile-show .swiper-family .bottom-nav ul li.arrow-down {
          margin-left: 15px; }
        .page-id-93 .mobile-show .swiper-family .top-nav ul li.page,
        .page-id-93 .mobile-show .swiper-family .bottom-nav ul li.page,
        .page-template-page-dian-fossey .mobile-show .swiper-family .top-nav ul li.page,
        .page-template-page-dian-fossey .mobile-show .swiper-family .bottom-nav ul li.page {
          margin: 5px 3px 0;
          display: block;
          border-radius: 100%;
          width: 9px;
          height: 9px;
          border: 2px solid #f39303;
          background-color: #f39303;
          line-height: 18px; }
          .page-id-93 .mobile-show .swiper-family .top-nav ul li.page.active,
          .page-id-93 .mobile-show .swiper-family .bottom-nav ul li.page.active,
          .page-template-page-dian-fossey .mobile-show .swiper-family .top-nav ul li.page.active,
          .page-template-page-dian-fossey .mobile-show .swiper-family .bottom-nav ul li.page.active {
            background-color: #fff; }
  .page-id-93 .mobile-show .swiper-family .swiper-slide img,
  .page-template-page-dian-fossey .mobile-show .swiper-family .swiper-slide img {
    width: 100%;
    height: auto;
    clear: both;
    display: block;
    margin: 0 auto; }
  .page-id-93 .mobile-show .swiper-family .gorilla-information,
  .page-template-page-dian-fossey .mobile-show .swiper-family .gorilla-information {
    width: 100%;
    clear: both;
    padding: 20px 15px 20px; }
    .page-id-93 .mobile-show .swiper-family .gorilla-information p,
    .page-template-page-dian-fossey .mobile-show .swiper-family .gorilla-information p {
      color: #fff;
      padding: 0;
      line-height: 100%;
      text-align: left;
      font-size: 14px; }
      .page-id-93 .mobile-show .swiper-family .gorilla-information p.name,
      .page-template-page-dian-fossey .mobile-show .swiper-family .gorilla-information p.name {
        font-size: 18px;
        padding-bottom: 10px; }
      .page-id-93 .mobile-show .swiper-family .gorilla-information p.info,
      .page-template-page-dian-fossey .mobile-show .swiper-family .gorilla-information p.info {
        font-weight: bold;
        padding-bottom: 5px; }
      .page-id-93 .mobile-show .swiper-family .gorilla-information p a,
      .page-template-page-dian-fossey .mobile-show .swiper-family .gorilla-information p a {
        color: #f39303;
        font-size: 14px; }
  .page-id-93 .mobile-show .swiper-family .wrap-left-right,
  .page-template-page-dian-fossey .mobile-show .swiper-family .wrap-left-right {
    position: absolute;
    z-index: 12;
    bottom: 56px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0; }
  .page-id-93 .mobile-show .swiper-family h2, .page-id-93 .mobile-show .swiper-family p,
  .page-template-page-dian-fossey .mobile-show .swiper-family h2,
  .page-template-page-dian-fossey .mobile-show .swiper-family p {
    color: #fff; }

.wrap-left-right {
  margin: 0 0 15px 0; }
  .wrap-left-right.dian-left-right ul {
    max-width: 100%; }
    @media (min-width: 1024px) {
      .wrap-left-right.dian-left-right ul li {
        margin: 0 10px 20px 0 !important;
        padding: 0 !important;
        float: left; } }
  .wrap-left-right ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: block;
    max-width: 310px;
    text-align: center; }
    .wrap-left-right ul:after {
      content: "";
      display: table;
      clear: both; }
    .wrap-left-right ul li {
      margin: 0;
      padding: 0;
      position: relative;
      top: 0;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      text-decoration: none;
      text-transform: uppercase;
      display: inline-block;
      text-align: center; }
      .wrap-left-right ul li:before, .wrap-left-right ul li::before {
        display: none; }
      .wrap-left-right ul li.center {
        margin: 0 8px; }
        .wrap-left-right ul li.center span {
          color: #fff;
          font-weight: bold;
          font-size: 14px;
          line-height: 32px; }
      .wrap-left-right ul li.swiper-prev, .wrap-left-right ul li.swiper-next {
        width: 31px;
        height: 32px;
        cursor: pointer;
        margin-bottom: -10px; }
        @media (min-width: 1024px) {
          .wrap-left-right ul li.swiper-prev, .wrap-left-right ul li.swiper-next {
            margin-bottom: 0; } }
      .wrap-left-right ul li.swiper-prev {
        background-image: url("../img/icons/arrow-left-full-orange.png"); }
        .wrap-left-right ul li.swiper-prev.swiper-button-disabled {
          background-image: url("../img/icons/arrow-left-full-orange-fade.png"); }
      .wrap-left-right ul li.swiper-next {
        background-image: url("../img/icons/arrow-right-full-orange-big.png"); }
        .wrap-left-right ul li.swiper-next.swiper-button-disabled {
          background-image: url("../img/icons/arrow-right-full-orange-big-fade.png"); }
      .wrap-left-right ul li.swiper-prev-green {
        background-image: url("../img/icons/arrow-left-green.png"); }
        .wrap-left-right ul li.swiper-prev-green.swiper-button-green-disabled {
          background-image: url("../img/icons/arrow-left-green-fade.png"); }
      .wrap-left-right ul li.swiper-next-green {
        background-image: url("../img/icons/arrow-right-green.png"); }
        .wrap-left-right ul li.swiper-next-green.swiper-button-green-disabled {
          background-image: url("../img/icons/arrow-right-green-fade.png"); }

.error404 #content {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .error404 #content #primary {
    height: 100%; }
    @media (min-width: 768px) {
      .error404 #content #primary {
        padding-left: 16.9491525424%;
        padding-right: 16.9491525424%; } }
    .error404 #content #primary h1 {
      font-size: 60px;
      line-height: 100%;
      padding-bottom: 20px; }
    .error404 #content #primary p.sub-title {
      color: #f39303;
      font-weight: bold;
      font-size: 32px;
      line-height: 100%;
      padding: 0; }
    .error404 #content #primary p {
      font-size: 24px;
      line-height: 100%;
      padding-bottom: 40px;
      color: #fff; }
    .error404 #content #primary .btn-underline {
      color: #fff; }

.pop-mod {
  background-color: #5c8727;
  padding: 20px;
  max-width: 768px; }
  @media (min-width: 768px) {
    .pop-mod {
      padding: 30px; } }
  @media (min-width: 1024px) {
    .pop-mod {
      padding: 50px; } }
  @media (min-width: 1250px) {
    .pop-mod {
      padding: 80px; } }
  .pop-mod .row:first-child {
    margin-bottom: 40px; }
  .pop-mod .pop-close {
    background-image: url(../img/icons/close-button.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 35px;
    height: 33px;
    float: right;
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    font-size: 0;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px; }
    @media (min-width: 768px) {
      .pop-mod .pop-close {
        right: 20px;
        top: 20px; } }
    @media (min-width: 1024px) {
      .pop-mod .pop-close {
        right: 40px;
        top: 40px; } }
  .pop-mod p {
    color: #fff;
    font-size: 18px;
    line-height: 100%; }
    .pop-mod p.title {
      font-size: 20px;
      line-height: 100%;
      padding-bottom: 5px; }
      @media (min-width: 768px) {
        .pop-mod p.title {
          font-size: 40px; } }
  .pop-mod .btn-underline {
    color: #fff; }
    .pop-mod .btn-underline:hover {
      color: #f39303; }
  .pop-mod span.wpcf7-list-item {
    margin-left: 0 !important; }
  .pop-mod .wpcf7-list-item-label {
    color: #fff;
    margin-left: 10px; }
  .pop-mod .wpcf7-form-control-wrap.i-agree .wpcf7-not-valid-tip {
    margin: 0; }
  .pop-mod #hiddenField {
    display: none; }
  .pop-mod .wpcf7-response-output {
    display: none !important; }

.cff-header {
  margin-bottom: 0 !important;
  text-align: center;
  padding: 10px !important; }
  .cff-header .fa {
    display: none; }
  .cff-header span {
    display: block !important; }

.cff-posts-wrap:after {
  content: "";
  display: table;
  clear: both; }

#cff.facebook-feed .cff-album-item {
  cursor: pointer; }

#cff.facebook-feed .cff-album-item:first-child {
  padding: 10px; }

#cff.facebook-feed .cff-album-item.cff-col-4 {
  float: left;
  width: auto;
  clear: none;
  padding: 10px;
  margin: 0;
  width: auto;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left; }
  @media (min-width: 768px) {
    #cff.facebook-feed .cff-album-item.cff-col-4 {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 25%;
      float: left; } }

#cff.facebook-feed .cff-photo {
  width: 100% !important;
  height: auto; }

#cff.facebook-feed .cff-photo-hover {
  background-image: url("../img/facebook-feed-hover.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  padding: 20px;
  background-color: rgba(4, 36, 72, 0.75); }
  #cff.facebook-feed .cff-photo-hover i {
    display: none; }

.tcm-pop {
  font-family: "acumin-pro-condensed", sans-serif !important;
  overflow: hidden !important; }
  .tcm-pop .pop-header,
  .tcm-pop .pop-header p {
    font-family: "acumin-pro-condensed", sans-serif !important;
    font-size: 18px !important;
    font-size: 1.125rem !important; }
    @media (min-width: 768px) {
      .tcm-pop .pop-header,
      .tcm-pop .pop-header p {
        font-size: 20px !important;
        font-size: 1.25rem !important; } }
    @media (min-width: 1024px) {
      .tcm-pop .pop-header,
      .tcm-pop .pop-header p {
        font-size: 40px !important;
        font-size: 2.5rem !important; } }
  .tcm-pop .pop-content,
  .tcm-pop .pop-content p {
    font-family: "acumin-pro-condensed", sans-serif !important; }
  .tcm-pop .pop-image {
    border: 0; }
  .tcm-pop .btn {
    margin-bottom: 10px;
    text-transform: uppercase; }

/* ============================================================
	WP CORE
   ============================================================ */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  display: block;
  margin: 0 auto 20px; }
  @media (min-width: 500px) {
    .alignright {
      float: right;
      margin: 5px 0 20px 20px; } }

.alignleft {
  display: block;
  margin: 0 auto 20px; }
  @media (min-width: 500px) {
    .alignleft {
      float: left;
      margin: 5px 20px 20px 0; } }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  width: 100% !important; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0 0 10px;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }
/*# sourceMappingURL=style.css.map */