/* CSS Document */
/*/////Variables//////*/
/*/Numbers and colors/*/
/*///// breakpoints //////*/
/*///// container-width //////*/
/*/////Mixins//////*/
/*////Mixin With Arguments////*/
/*////Call Out A Mixin////*/
.clear-fix {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px; }

/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin: 0 0 0 1.6%; }

.col:first-child {
  margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1;
  /* For IE 6/7 */ }

/*  GRID OF FOUR  */
.span_4_of_4 {
  width: 100%; }

.span_3_of_4 {
  width: 74.6%; }

.span_2_of_4 {
  width: 49.2%; }

.span_1_of_4 {
  width: 23.8%; }

/*  GO FULL WIDTH BELOW 500 PIXELS */
@media only screen and (max-width: 770px) {
  .col {
    margin: 0 0 0 0%; }

  .span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 {
    width: 100%; } }
.span_6_of_6 {
  width: 100%;
  box-sizing: border-box; }

.span_5_of_6 {
  width: 83.06%;
  box-sizing: border-box; }

.span_4_of_6 {
  width: 66.13%;
  box-sizing: border-box; }

.span_3_of_6 {
  width: 49.2%;
  box-sizing: border-box; }

.span_2_of_6 {
  width: 32.26%;
  box-sizing: border-box; }

.span_1_of_6 {
  width: 15.33%;
  box-sizing: border-box; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 970px) {
  .col {
    margin: 1% 0 1% 0%;
    float: none; }

  .span_1_of_6, .span_2_of_6, .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6 {
    width: 100%;
    box-sizing: border-box; } }
@font-face {
  font-family: 'DIN-Regular';
  src: url("../fonts/din_regular-webfont.woff2") format("woff2"), url("../fonts/din_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DIN-Bold';
  src: url("../fonts/din_bold-webfont.woff2") format("woff2"), url("../fonts/din_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-regular-webfont.woff2") format("woff2"), url("../fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans-Bold';
  src: url("../fonts/opensans-bold-webfont.woff2") format("woff2"), url("../fonts/opensans-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Lato-Regular';
  src: url("../fontslato-regular-webfont.woff2") format("woff2"), url("../fontslato-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
#envirabox-title {
  display: none !important; }

.envira-gallery-item-inner .caption {
  display: none !important; }

.gallery img {
  display: block;
  width: 100%;
  height: auto; }

.gallery-columns-1 {
  /* ul style */
  padding: 0;
  margin: 0 auto;
  box-sizing: box-sizing; }
  .gallery-columns-1 li, .gallery-columns-1 .gallery-item {
    float: left;
    width: 100%;
    margin-right: 25%;
    margin-bottom: 25%;
    list-style: none;
    margin-left: 0; }
  .gallery-columns-1 li:nth-child(1n), .gallery-columns-1 .gallery-item:nth-child(1n) {
    margin-right: 0; }
  .gallery-columns-1 li:nth-child(1n + 1), .gallery-columns-1 .gallery-item:nth-child(1n + 1) {
    clear: left; }
  .gallery-columns-1:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

.gallery-columns-2 {
  /* ul style */
  padding: 0;
  margin: 0 auto;
  box-sizing: box-sizing; }
  .gallery-columns-2 li, .gallery-columns-2 .gallery-item {
    float: left;
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 5%;
    list-style: none;
    margin-left: 0; }
  .gallery-columns-2 li:nth-child(2n), .gallery-columns-2 .gallery-item:nth-child(2n) {
    margin-right: 0; }
  .gallery-columns-2 li:nth-child(2n + 1), .gallery-columns-2 .gallery-item:nth-child(2n + 1) {
    clear: left; }
  .gallery-columns-2:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

.gallery-columns-3 {
  /* ul style */
  padding: 0;
  margin: 0 auto;
  box-sizing: box-sizing; }
  .gallery-columns-3 li, .gallery-columns-3 .gallery-item {
    float: left;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 5%;
    list-style: none;
    margin-left: 0; }
  .gallery-columns-3 li:nth-child(3n), .gallery-columns-3 .gallery-item:nth-child(3n) {
    margin-right: 0; }
  .gallery-columns-3 li:nth-child(3n + 1), .gallery-columns-3 .gallery-item:nth-child(3n + 1) {
    clear: left; }
  .gallery-columns-3:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

.gallery-columns-4 {
  /* ul style */
  padding: 0;
  margin: 0 auto;
  box-sizing: box-sizing; }
  .gallery-columns-4 li, .gallery-columns-4 .gallery-item {
    float: left;
    width: 21.25%;
    margin-right: 5%;
    margin-bottom: 5%;
    list-style: none;
    margin-left: 0; }
  .gallery-columns-4 li:nth-child(4n), .gallery-columns-4 .gallery-item:nth-child(4n) {
    margin-right: 0; }
  .gallery-columns-4 li:nth-child(4n + 1), .gallery-columns-4 .gallery-item:nth-child(4n + 1) {
    clear: left; }
  .gallery-columns-4:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

.gallery-columns-5 {
  /* ul style */
  padding: 0;
  margin: 0 auto;
  box-sizing: box-sizing; }
  .gallery-columns-5 li, .gallery-columns-5 .gallery-item {
    float: left;
    width: 16%;
    margin-right: 5%;
    margin-bottom: 5%;
    list-style: none;
    margin-left: 0; }
  .gallery-columns-5 li:nth-child(5n), .gallery-columns-5 .gallery-item:nth-child(5n) {
    margin-right: 0; }
  .gallery-columns-5 li:nth-child(5n + 1), .gallery-columns-5 .gallery-item:nth-child(5n + 1) {
    clear: left; }
  .gallery-columns-5:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

.gallery-columns-6 {
  /* ul style */
  padding: 0;
  margin: 0 auto;
  box-sizing: box-sizing; }
  .gallery-columns-6 li, .gallery-columns-6 .gallery-item {
    float: left;
    width: 12.5%;
    margin-right: 5%;
    margin-bottom: 5%;
    list-style: none;
    margin-left: 0; }
  .gallery-columns-6 li:nth-child(6n), .gallery-columns-6 .gallery-item:nth-child(6n) {
    margin-right: 0; }
  .gallery-columns-6 li:nth-child(6n + 1), .gallery-columns-6 .gallery-item:nth-child(6n + 1) {
    clear: left; }
  .gallery-columns-6:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

.gallery-columns-7 {
  /* ul style */
  padding: 0;
  margin: 0 auto;
  box-sizing: box-sizing; }
  .gallery-columns-7 li, .gallery-columns-7 .gallery-item {
    float: left;
    width: 10%;
    margin-right: 5%;
    margin-bottom: 5%;
    list-style: none;
    margin-left: 0; }
  .gallery-columns-7 li:nth-child(7n), .gallery-columns-7 .gallery-item:nth-child(7n) {
    margin-right: 0; }
  .gallery-columns-7 li:nth-child(7n + 1), .gallery-columns-7 .gallery-item:nth-child(7n + 1) {
    clear: left; }
  .gallery-columns-7:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

.gallery-columns-8 {
  /* ul style */
  padding: 0;
  margin: 0 auto;
  box-sizing: box-sizing; }
  .gallery-columns-8 li, .gallery-columns-8 .gallery-item {
    float: left;
    width: 8.125%;
    margin-right: 5%;
    margin-bottom: 5%;
    list-style: none;
    margin-left: 0; }
  .gallery-columns-8 li:nth-child(8n), .gallery-columns-8 .gallery-item:nth-child(8n) {
    margin-right: 0; }
  .gallery-columns-8 li:nth-child(8n + 1), .gallery-columns-8 .gallery-item:nth-child(8n + 1) {
    clear: left; }
  .gallery-columns-8:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

.gallery-columns-9 {
  /* ul style */
  padding: 0;
  margin: 0 auto;
  box-sizing: box-sizing; }
  .gallery-columns-9 li, .gallery-columns-9 .gallery-item {
    float: left;
    width: 6.6666666667%;
    margin-right: 5%;
    margin-bottom: 5%;
    list-style: none;
    margin-left: 0; }
  .gallery-columns-9 li:nth-child(9n), .gallery-columns-9 .gallery-item:nth-child(9n) {
    margin-right: 0; }
  .gallery-columns-9 li:nth-child(9n + 1), .gallery-columns-9 .gallery-item:nth-child(9n + 1) {
    clear: left; }
  .gallery-columns-9:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

.site-main .entry-content .tribe-events-notices, .site-main .entry-content .tribe-events-notices {
  padding: 1.75em; }
  .site-main .entry-content .tribe-events-notices ul, .site-main .entry-content .tribe-events-notices ul {
    padding-bottom: 0 !important;
    padding-left: 1.75em; }
.site-main .entry-content .tribe-events-schedule h2, .site-main .entry-content .tribe-events-schedule h2 {
  padding-top: 0; }
.site-main .entry-content .single-tribe_events #tribe-events-header h2, .site-main .entry-content .single-tribe_events #tribe-events-header h2 {
  padding-top: 0; }
.site-main .entry-content .tribe-events-single-event-description h2, .site-main .entry-content .tribe-events-single-event-description h2 {
  padding-top: 0; }

#main-header {
  transition: all 1s;
  font-family: 'DIN-Bold', Arial, sans-serif;
  font-size: 14px;
  background: #f0f0f0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 800; }
  #main-header .tagline-bar {
    height: 0;
    transition: 1.3s ease;
    text-align: center;
    opacity: 0; }
    @media only screen and (min-width: 1000px) {
      #main-header .tagline-bar {
        display: block;
        height: auto;
        background: #fff;
        opacity: 1; } }
  #main-header .tagline-bar #tagline {
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease-out;
    color: #074832;
    text-transform: uppercase; }
    @media only screen and (min-width: 1000px) {
      #main-header .tagline-bar #tagline {
        visibility: visible;
        opacity: 1; } }
  #main-header .header-block {
    display: block;
    height: 0px;
    transition: 1s ease-out;
    width: 100%;
    background: #F0F0F0;
    text-align: center;
    padding: 0; }
    @media only screen and (min-width: 1000px) {
      #main-header .header-block {
        display: block;
        height: 120px; } }
  #main-header .translate-bar {
    background-image: url("../img/sprites.png");
    background-position: -108px -133px;
    background-repeat: no-repeat;
    background-size: 500px auto;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    display: block;
    height: 24px;
    overflow: hidden;
    text-indent: 0;
    width: 156px;
    position: absolute;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.25s ease-out;
    left: 30px;
    top: 80px; }
    #main-header .translate-bar select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: none;
      padding: 0 50px 0 20px;
      background: transparent; }
    #main-header .translate-bar select:active, #main-header .translate-bar select:focus {
      outline: none;
      border: none; }
    @media only screen and (min-width: 1000px) {
      #main-header .translate-bar {
        visibility: visible;
        opacity: 1; } }
  #main-header .contact-info {
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease-out;
    display: block;
    position: absolute;
    right: 30px;
    top: 80px; }
    #main-header .contact-info ul:after {
      content: '.';
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
    #main-header .contact-info li {
      float: left;
      margin-right: 20px; }
      #main-header .contact-info li:last-child {
        margin: 0; }
    #main-header .contact-info a {
      color: #074832;
      text-decoration: none;
      text-transform: uppercase; }
      #main-header .contact-info a:hover {
        color: #ff7f00; }
    @media only screen and (min-width: 1000px) {
      #main-header .contact-info {
        visibility: visible;
        opacity: 1; } }
    #main-header .contact-info span {
      font-family: Arial; }
  #main-header #logo-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    top: -30px;
    transition: all 1s ease-in; }
    @media only screen and (min-width: 1000px) {
      #main-header #logo-container {
        top: 50px; } }
  #main-header #logo-container .logo-text {
    transition: 1s all 1s ease-in;
    width: 255px;
    height: 87px;
    opacity: 0;
    left: -60%;
    top: -10px;
    display: block;
    overflow: hidden;
    text-indent: -2000em;
    background-image: url(../img/sprites.png);
    background-repeat: no-repeat;
    background-position: 0 -196px;
    background-size: 500px;
    box-sizing: border-box;
    visibility: hidden;
    position: absolute;
    transform: scale(0.6);
    transform-origin: center; }
    @media only screen and (min-width: 1000px) {
      #main-header #logo-container .logo-text {
        opacity: 1;
        visibility: visible; } }
  #main-header #logo-container #logo-icon {
    display: block;
    background-color: #fff;
    border-radius: 50%;
    width: 117px;
    height: 117px;
    border: 2px solid #074832;
    background-image: url("../img/sprites.png");
    background-position: -278px -305px;
    background-repeat: no-repeat;
    background-size: 500px auto;
    box-sizing: border-box;
    overflow: hidden;
    text-indent: -1000em;
    transform: scale(1);
    transition: all 1s ease-in; }
    @media only screen and (min-width: 1000px) {
      #main-header #logo-container #logo-icon {
        margin-top: 50px; } }
  #main-header .green-bg {
    height: 60px;
    padding: .5em 0;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    top: 0;
    background: #074832;
    transition: height 1s ease-in, top 1s ease-in; }
    @media only screen and (min-width: 1000px) {
      #main-header .green-bg {
        top: auto;
        position: static;
        padding: 0; } }
  #main-header .mobile-icon-box {
    position: absolute;
    right: 10px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    background: #fff;
    display: block; }
    @media only screen and (min-width: 1000px) {
      #main-header .mobile-icon-box {
        display: none; } }
  #main-header .mobile-icon-box:hover {
    background: #333333; }
  #main-header .mobile-icon-box .phone-icon {
    display: block;
    overflow: hidden;
    text-indent: -2000em;
    background-image: url(../img/sprites.png);
    background-repeat: no-repeat;
    background-position: 0 -123px;
    background-size: 500px;
    box-sizing: border-box;
    width: 34px;
    height: 34px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  #main-header .mobile-icon-box:hover .phone-icon {
    display: block;
    overflow: hidden;
    text-indent: -2000em;
    background-image: url(../img/sprites.png);
    background-repeat: no-repeat;
    background-position: -49px -123px;
    background-size: 500px;
    box-sizing: border-box; }

#main-header .banner-no-dates {
  display: block;
  position: absolute;
  top: -20px;
  right: 30px;
  width: 270px;
  opacity: 0;
  transition: all .5s; }
  @media only screen and (min-width: 1000px) {
    #main-header .banner-no-dates {
      opacity: 1;
      transition: all .5s; } }
#main-header .banner-no-dates img {
  display: block;
  width: 100%;
  height: auto; }

#main-header.small-header .banner-no-dates {
  opacity: 0;
  transition: all .5s; }

@media only screen and (min-width: 1000px) {
  #main-header.small-header {
    transition: all 1s;
    font-family: 'DIN-Bold', Arial, sans-serif;
    font-size: 14px;
    background: #f0f0f0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 800; }
    #main-header.small-header .logo-text {
      height: 0;
      opacity: 0; }
    #main-header.small-header .tagline-bar {
      opacity: 0;
      height: 0;
      visibility: hidden; }
    #main-header.small-header .tagline-bar #tagline {
      visibility: hidden;
      opacity: 0;
      transition: 0.5s ease-out .5s;
      color: #074832;
      text-transform: uppercase; }
    #main-header.small-header .header-block {
      display: block;
      height: 0px;
      transition: 1s ease-out;
      width: 100%;
      background: #F0F0F0;
      text-align: center;
      padding: 0; }
    #main-header.small-header .translate-bar {
      opacity: 0; }
    #main-header.small-header .contact-info {
      visibility: hidden;
      opacity: 0;
      transition: 0.5s ease-out .5s;
      display: block;
      position: absolute;
      right: 30px;
      top: 80px; }
    #main-header.small-header #logo-container {
      top: -80px; }
    #main-header.small-header #logo-container #logo-icon {
      display: block;
      background-color: #fff;
      border-radius: 50%;
      width: 117px;
      height: 117px;
      border: 2px solid #074832;
      background-image: url("../img/sprites.png");
      background-position: -278px -305px;
      background-repeat: no-repeat;
      background-size: 500px auto;
      box-sizing: border-box;
      overflow: hidden;
      text-indent: -1000em;
      transform: scale(1);
      transition: all 1s ease-in; }
    #main-header.small-header .green-bg {
      height: 60px;
      padding: 0;
      top: 0;
      transition: height 1s ease-in, top 1s ease-in; }
    #main-header.small-header .green-bg nav > ul > li > a {
      padding: 1.4em 1em; } }
footer {
  background: #fff;
  font-size: 18px; }
  footer a {
    color: #ff9900;
    text-decoration: none; }
  footer a:hover {
    color: #cc7a00; }
  footer p {
    padding: 0;
    margin: 0;
    margin-bottom: 20px; }

.location-block {
  display: block;
  color: #333333;
  width: 100%;
  min-width: 300px;
  background: #fff;
  border-top: 4px solid #000;
  margin: 0; }
  @media (min-width: 800px) {
    .location-block {
      border-bottom: 2px solid #074832; } }
  .location-block .location-bg {
    width: 100%;
    height: auto; }
  .location-block .container {
    padding: 20px 10px; }
    @media (min-width: 1100px) {
      .location-block .container {
        padding: 40px 10px; } }
  .location-block h2 {
    display: none;
    font-size: 30px;
    color: #074832;
    text-align: center;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: normal; }
    @media (min-width: 480px) {
      .location-block h2 {
        display: block; } }
  .location-block strong {
    font-size: 1.1em; }
  .location-block address {
    display: block;
    width: 100%;
    font-style: normal;
    margin-bottom: 40px;
    text-align: left; }
    @media (min-width: 480px) {
      .location-block address {
        text-align: center; } }
    @media (min-width: 1100px) {
      .location-block address {
        margin: 0; } }
    .location-block address:first-child {
      margin-top: 30px; }
      @media (min-width: 480px) {
        .location-block address:first-child {
          margin-top: 0px; } }
  .location-block a {
    text-decoration: none; }
  .location-block:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

.location-block ul.location-list {
  font-size: 12px; }
  @media (min-width: 480px) {
    .location-block ul.location-list {
      font-size: 18px; } }
  @media (min-width: 800px) {
    .location-block ul.location-list {
      /* ul style */
      padding: 0;
      margin: 0 auto;
      box-sizing: box-sizing; }
      .location-block ul.location-list li, .location-block ul.location-list .gallery-item {
        float: left;
        width: 30%;
        margin-right: 5%;
        margin-bottom: 5%;
        list-style: none;
        margin-left: 0; }
      .location-block ul.location-list li:nth-child(3n), .location-block ul.location-list .gallery-item:nth-child(3n) {
        margin-right: 0; }
      .location-block ul.location-list li:nth-child(3n + 1), .location-block ul.location-list .gallery-item:nth-child(3n + 1) {
        clear: left; }
      .location-block ul.location-list:after {
        content: '.';
        display: block;
        clear: both;
        height: 0;
        visibility: hidden; } }
  .location-block ul.location-list li {
    margin-bottom: 0; }
  .location-block ul.location-list:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

footer .inner-footer {
  font-family: 'Open Sans',  Arial, sans-serif;
  color: #333333; }
  footer .inner-footer a {
    color: #ff9900; }
    footer .inner-footer a:hover {
      color: #333333; }

.footer-column-table {
  padding: 0px; }
  .footer-column-table:before {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  .footer-column-table:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  @media (min-width: 800px) {
    .footer-column-table {
      padding: 20px 0 0 0; } }
  @media (min-width: 1100px) {
    .footer-column-table {
      padding: 40px 0; } }

.footer-column-left {
  display: block;
  width: 100%;
  float: none; }
  @media (min-width: 1100px) {
    .footer-column-left {
      width: 70%;
      float: left; } }
  .footer-column-left:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

.footer-column-right {
  display: block;
  width: 100%;
  float: none; }
  @media (min-width: 1100px) {
    .footer-column-right {
      width: 30%;
      float: right; } }
  .footer-column-right .column-wrapper {
    float: left; }
    @media (min-width: 1100px) {
      .footer-column-right .column-wrapper {
        float: right; } }
  .footer-column-right:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

.credit-line {
  display: block;
  max-width: 70%;
  width: 100%;
  float: left;
  font-family: 'DIN-Regular', 'Open Sans',  Arial, sans-serif;
  text-align: left;
  font-size: 12px;
  margin-top: 30px; }
  @media (min-width: 1100px) {
    .credit-line {
      font-size: 18px;
      margin-top: 22px; } }

.copyright span {
  display: inline-block; }
  .copyright span p {
    padding: 0;
    margin: 0; }

.footer-nav-container {
  display: none; }
  @media (min-width: 1100px) {
    .footer-nav-container {
      display: block; } }

.footer-nav-container ul {
  margin: 0;
  padding: 0; }
.footer-nav-container li {
  float: left;
  margin-right: 4%;
  margin-bottom: 10px;
  list-style: none; }
  .footer-nav-container li:last-child {
    margin: 0; }
.footer-nav-container a {
  font-family: 'Open Sans', Arial, sans-serif; }
.footer-nav-container:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.connect-with-us {
  font-family: 'Open Sans', Arial, sans-serif;
  display: none;
  color: #ff9900;
  margin-bottom: 40px; }
  @media (min-width: 1100px) {
    .connect-with-us {
      display: block; } }

.social-media ul {
  margin: 0;
  padding-top: 20; }
  .social-media ul:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  @media (min-width: 1100px) {
    .social-media ul {
      padding: 0; } }
.social-media li {
  list-style: none;
  float: none;
  text-align: left;
  margin: 0;
  padding: 0; }
  @media (min-width: 1100px) {
    .social-media li {
      float: left;
      text-align: center;
      margin-right: 33px; }
      .social-media li:last-child {
        margin: 0; } }
.social-media span {
  display: inline-block;
  margin-left: 17px; }
  @media (min-width: 1100px) {
    .social-media span {
      margin: 5px auto 0px auto; } }
  .social-media span a {
    color: #ff9900;
    font-size: 12px;
    text-decoration: none;
    vertical-align: middle; }
  .social-media span .mobile-tag {
    display: inline-block; }
    @media (min-width: 1100px) {
      .social-media span .mobile-tag {
        display: none; } }
  .social-media span .desktop-tag {
    display: none; }
    @media (min-width: 1100px) {
      .social-media span .desktop-tag {
        display: inline-block; } }

.facebook-icon {
  display: block;
  overflow: hidden;
  text-indent: -2000em;
  background-image: url(../img/sprites.png);
  background-repeat: no-repeat;
  background-position: 0px -78px;
  background-size: 500px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px; }
  @media (min-width: 1100px) {
    .facebook-icon {
      display: block;
      overflow: hidden;
      text-indent: -2000em;
      background-image: url(../img/sprites.png);
      background-repeat: no-repeat;
      background-position: 0px 0px;
      background-size: 500px;
      box-sizing: border-box;
      width: 52px;
      height: 52px; } }

.twitter-icon {
  display: block;
  overflow: hidden;
  text-indent: -2000em;
  background-image: url(../img/sprites.png);
  background-repeat: no-repeat;
  background-position: -81px -78px;
  background-size: 500px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px; }
  @media (min-width: 1100px) {
    .twitter-icon {
      display: block;
      overflow: hidden;
      text-indent: -2000em;
      background-image: url(../img/sprites.png);
      background-repeat: no-repeat;
      background-position: -82px 0px;
      background-size: 500px;
      box-sizing: border-box;
      width: 52px;
      height: 52px; } }

.subscribe-icon {
  display: block;
  overflow: hidden;
  text-indent: -2000em;
  background-image: url(../img/sprites.png);
  background-repeat: no-repeat;
  background-position: -162px -78px;
  background-size: 500px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px; }
  @media (min-width: 1100px) {
    .subscribe-icon {
      display: block;
      overflow: hidden;
      text-indent: -2000em;
      background-image: url(../img/sprites.png);
      background-repeat: no-repeat;
      background-position: -162px 0px;
      background-size: 500px;
      box-sizing: border-box;
      width: 52px;
      height: 52px; } }

.email-icon {
  display: block;
  overflow: hidden;
  text-indent: -2000em;
  background-image: url(../img/sprites.png);
  background-repeat: no-repeat;
  background-position: -240px -78px;
  background-size: 500px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px; }
  @media (min-width: 1100px) {
    .email-icon {
      display: block;
      overflow: hidden;
      text-indent: -2000em;
      background-image: url(../img/sprites.png);
      background-repeat: no-repeat;
      background-position: -240px 0px;
      background-size: 500px;
      box-sizing: border-box;
      width: 52px;
      height: 52px; } }

@media only screen and (min-width: 1000px) {
  .green-bg .header-nav-left, .green-bg .header-nav-right {
    display: block;
    height: auto; } }

.green-bg {
  transition: height 0.3s ease-out, opacity 0.3s ease 0.5s; }
  .green-bg nav {
    opacity: 0;
    transition: 1s opacity 1s; }
  @media only screen and (min-width: 1000px) {
    .green-bg nav {
      opacity: 1; } }
  .green-bg nav > ul > li.current-menu-item {
    opacity: .7; }
  .green-bg nav > ul > li.current-menu-item:hover {
    opacity: 1; }
  .green-bg nav > ul > li {
    position: relative; }
  .green-bg nav > ul > li > a {
    color: #fff;
    display: block;
    padding: 1.4em .75em;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase; }
    @media only screen and (min-width: 1000px) {
      .green-bg nav > ul > li > a {
        padding: 1.4em 1em; } }
    @media only screen and (min-width: 1220px) {
      .green-bg nav > ul > li > a {
        padding: 1.4em 2em; } }
  .green-bg ul li:hover > a {
    color: #ff7f00; }
  .green-bg ul li:hover ul {
    display: block;
    z-index: 1000; }
  .green-bg nav > ul ul {
    display: none;
    position: absolute;
    top: 59px;
    min-width: 100%;
    left: .5em;
    border: 1px solid #ccc; }
    @media only screen and (min-width: 1300px) {
      .green-bg nav > ul ul {
        left: 1em; } }
  .green-bg nav > ul > li > ul > li {
    float: none;
    min-width: 100%; }
    .green-bg nav > ul > li > ul > li a {
      text-align: left;
      box-shadow: none;
      padding: 10px;
      white-space: nowrap;
      color: #074832;
      background: #fff;
      display: block;
      text-decoration: none;
      text-transform: uppercase; }
    .green-bg nav > ul > li > ul > li a:hover {
      background: #fff;
      color: #ff7f00; }
  .green-bg nav > ul ul ul {
    position: static; }
  .green-bg nav > ul ul ul li {
    float: none;
    min-width: 100%; }
    .green-bg nav > ul ul ul li a {
      text-align: left;
      box-shadow: none;
      padding: 1em 1em 1em 2em;
      white-space: nowrap; }

.green-bg .header-nav-left {
  position: absolute;
  left: 0; }
  .green-bg .header-nav-left #menu-main-nav-left {
    display: none;
    width: 100%;
    box-sizing: border-box;
    padding-right: 140px; }
    @media only screen and (min-width: 1000px) {
      .green-bg .header-nav-left #menu-main-nav-left {
        display: flex; } }

.green-bg .header-nav-right {
  position: absolute;
  right: 0; }
  .green-bg .header-nav-right #menu-main-nav-right {
    display: none;
    width: 100%;
    box-sizing: border-box;
    padding-left: 140px; }
    @media only screen and (min-width: 1000px) {
      .green-bg .header-nav-right #menu-main-nav-right {
        display: flex; } }

#open-panel {
  display: block;
  position: absolute;
  left: 10px;
  background: #fff;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 100%; }
  #open-panel:before {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  #open-panel:hover {
    background: #333333; }
    #open-panel:hover .bars > div {
      background: #ff7f00; }
  @media only screen and (min-width: 1000px) {
    #open-panel {
      display: none !important; } }

#open-panel .bars {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 17px; }
  #open-panel .bars > div {
    background: #074832;
    height: 2px;
    width: 17px;
    margin: 5px 0; }
    #open-panel .bars > div:first-child {
      margin-top: 0px; }
    #open-panel .bars > div:last-child {
      margin-bottom: 0; }

#close-panel {
  display: none;
  float: left;
  background: #333333;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 100%; }
  #close-panel:before {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  @media (min-width: 1100px) {
    #close-panel {
      display: none !important; } }
  #close-panel:hover {
    background: #fff; }
    #close-panel:hover .bars > div {
      background: #074832; }

#close-panel .bars {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 17px; }
  #close-panel .bars > div {
    background: #ff7f00;
    height: 2px;
    width: 17px;
    margin: 5px 0; }
    #close-panel .bars > div:first-child {
      margin-top: 0px; }
    #close-panel .bars > div:last-child {
      margin-bottom: 0; }

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 700;
  display: none; }
  @media (min-width: 1100px) {
    #overlay {
      display: none !important; } }

#panel-container {
  padding-top: 58px;
  position: fixed;
  top: 0;
  left: -222px;
  width: 222px;
  z-index: 799;
  height: 100%;
  overflow-y: scroll;
  background: #333333; }
  @media (min-width: 1100px) {
    #panel-container {
      display: none !important; } }
  #panel-container ul a {
    display: block;
    font-size: 14px;
    text-decoration: none;
    padding: 18px 15px;
    text-transform: uppercase;
    font-family: 'DIN-Bold', Arial, sans-serif;
    color: #fff; }
  #panel-container ul a:hover, #panel-container ul a:active {
    color: #ff7f00; }
  #panel-container ul ul a {
    font-style: italic;
    padding: .5em 1em; }
  #panel-container ul ul ul a {
    font-style: italic;
    padding-left: 1em; }

#donation-panel-container {
  display: block;
  position: fixed;
  right: -271px;
  top: 200px;
  width: 310px;
  height: 350px;
  z-index: 500;
  transition: right 1s ease-out; }
  #donation-panel-container:hover {
    right: 0;
    transition: right 1.25s ease-out; }
  @media (min-width: 800px) {
    #donation-panel-container {
      width: 389px;
      height: 350px;
      top: 290px;
      right: -350px; } }

.donate-button {
  display: block;
  position: absolute;
  top: 65px;
  left: 0px;
  cursor: pointer;
  z-index: 150;
  display: block;
  overflow: hidden;
  text-indent: -2000em;
  background-image: url(../img/sprites.png);
  background-repeat: no-repeat;
  background-position: -450px 0px;
  background-size: 500px;
  box-sizing: border-box;
  width: 49px;
  height: 151px; }
  @media (min-width: 800px) {
    .donate-button {
      top: 100px; } }
  .donate-button p.vericaltext {
    width: 1px;
    word-wrap: break-word;
    white-space: pre-wrap;
    /* this is for displaying whitespaces including Firefox */
    font-family: 'Open Sans-Bold';
    font-size: 14px;
    color: #074832;
    text-transform: uppercase; }

.donate-panel {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  border: 10px solid #074832;
  width: 271px;
  z-index: 100;
  padding: 20px 18px; }
  @media (min-width: 800px) {
    .donate-panel {
      width: 350px;
      height: 350px;
      padding: 40px 30px; } }
  .donate-panel h1, .donate-panel .site-main h2, .site-main .donate-panel h2, .donate-panel .site-main h3, .site-main .donate-panel h3 {
    font-family: 'DIN-Bold', Arial, sans-serif;
    color: #074832;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 30px; }
    @media (min-width: 800px) {
      .donate-panel h1, .donate-panel .site-main h2, .site-main .donate-panel h2, .donate-panel .site-main h3, .site-main .donate-panel h3 {
        font-size: 30px;
        margin-bottom: 40px; } }
  .donate-panel ul {
    padding: 0;
    margin: 0 0 0 1em; }
  .donate-panel ul li {
    list-style: disc;
    font-size: 14.5px;
    margin-bottom: 17px; }
  .donate-panel a {
    color: #ff7f00;
    text-decoration: underline; }
    .donate-panel a:hover {
      text-decoration: none; }

.latest-news-container {
  max-width: 350px;
  margin: 4em auto;
  width: 100%; }
  @media only screen and (min-width: 980px) {
    .latest-news-container {
      margin: 0 auto 4em auto; } }
  .latest-news-container img {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: auto; }
  .latest-news-container ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    z-index: 50;
    content: '.';
    text-indent: 1000em; }
  .latest-news-container ul li {
    margin-bottom: 2em;
    position: relative;
    overflow: hidden; }
  .latest-news-container .inner-box {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: .5em; }
  .latest-news-container .inner-box h3 {
    color: #fff; }
  .latest-news-container .inner-box p {
    padding-bottom: 0; }
  .latest-news-container .inner-box a {
    background: #ff7f00;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: .25em 1em; }
  .latest-news-container .inner-box a:hover {
    background: #fff;
    color: #ff7f00; }

.side-bar-fb-widget {
  max-width: 350px;
  width: 100%;
  background: #fff;
  margin: 1em auto;
  padding: 1em; }
  .side-bar-fb-widget img {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0; }

.site-main {
  padding: 40px 0 20px 0; }
  @media (min-width: 1100px) {
    .site-main {
      padding: 100px 0 45px 0; } }

/*//////HTML Tags/////*/
.site-main {
  font-size: 14px; }
  @media only screen and (min-width: 600px) {
    .site-main {
      font-size: 16px; } }
  @media only screen and (min-width: 800px) {
    .site-main {
      font-size: 18px; } }
  .site-main h1, .site-main h2, .site-main h3 {
    font-size: 2em;
    color: #336633;
    margin-bottom: 1em;
    text-transform: capitalize;
    font-family: 'DIN-Regular', 'Open Sans',  Arial, sans-serif;
    font-weight: normal; }
  .site-main h2 {
    text-transform: none;
    font-size: 1.5em;
    padding-bottom: 0;
    padding-top: 2.5em; }
  .site-main h3 {
    font-size: 1.125em;
    padding-bottom: 0; }
  .site-main hr {
    margin-top: 3.25em;
    height: 1px;
    border: none;
    background: #ccc;
    margin-bottom: 3.25em; }
  .site-main p {
    padding-bottom: 1.75em; }
  .site-main sup {
    font-size: .75em; }
  .site-main .entry-content ul, .site-main .entry-content ol {
    padding-bottom: 1.75em;
    padding-left: 1.75em; }
  .site-main .entry-content li {
    list-style: disc;
    padding-bottom: .35em; }
  .site-main .entry-content ul ul, .site-main .entry-content ol ol {
    padding-bottom: 0; }
  .site-main strong {
    font-family: 'DIN-Bold', Arial, sans-serif;
    color: #333333; }
  .site-main a {
    color: #ff7f00;
    text-decoration: underline; }
  .site-main a:hover {
    color: #666666;
    text-decoration: none; }
  .site-main .entry-footer {
    padding-top: 3.25em; }
    .site-main .entry-footer:before {
      content: '.';
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
  .site-main .wp-caption {
    font-size: .75em;
    padding-bottom: 2em; }

.site-main .senior-staff h2 {
  padding-top: .5em; }
.site-main .senior-staff .panel-grid-cell {
  padding-right: 3em; }
.site-main .senior-staff .panel-row-style .panel-grid-cell:last-child {
  padding-right: 0; }

/*//////Image Classes/////*/
.aligncenter {
  margin: 0 auto;
  display: block; }

.header-image {
  padding-bottom: 20px; }
  .header-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 40px; }

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#envirabox-title {
  display: none !important; }

.page h1.entry-title, .page .site-main h2.entry-title, .site-main .page h2.entry-title, .page .site-main h3.entry-title, .site-main .page h3.entry-title {
  display: none; }

/* style for archive.php */
.category .page-title {
  display: none; }
.category .entry-meta {
  display: none; }
.category h1.post-article-title, .category .site-main h2.post-article-title, .site-main .category h2.post-article-title, .category .site-main h3.post-article-title, .site-main .category h3.post-article-title {
  font-size: 24px;
  line-height: 1.2; }
  @media (min-width: 800px) {
    .category h1.post-article-title, .category .site-main h2.post-article-title, .site-main .category h2.post-article-title, .category .site-main h3.post-article-title, .site-main .category h3.post-article-title {
      font-size: 30px;
      line-height: 1.5; } }
.category article {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 30px; }
.category .article-box {
  margin: 0px;
  position: relative; }
  .category .article-box:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  @media (min-width: 800px) {
    .category .article-box {
      margin: 20px 0;
      display: -webkit-flex;
      display: flex; } }
  .category .article-box .news-thumbnail-container {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto; }
    @media (min-width: 800px) {
      .category .article-box .news-thumbnail-container {
        margin: 0 20px 20px 0; } }
  @media (min-width: 800px) {
    .category .article-box .news-description-container {
      margin: 0 20px 20px 0; } }
  .category .article-box img {
    display: block;
    width: auto;
    max-width: 500px;
    padding: 0;
    margin: 0 auto 20px auto; }
  .category .article-box .read-more-link {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'DIN-Bold', Arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #fff;
    background: #ff7f00;
    text-align: center;
    margin: 30px auto 0px auto;
    float: none; }
    .category .article-box .read-more-link:hover {
      background: #333333; }
    @media (min-width: 800px) {
      .category .article-box .read-more-link {
        float: right;
        margin-top: 50px;
        margin-right: 50px; } }
  .category .article-box:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

/*Style for each Category*/
.pagination h2 {
  display: none; }
.pagination a {
  margin-left: .5em;
  margin-right: .5em; }
.pagination .icon-arrow-right, .pagination .icon-arrow-left {
  width: .5em;
  height: .5em;
  margin-left: 1em;
  margin-right: 1em; }

/* style for single.php */
.single .entry-title {
  display: none; }
.single .entry-meta {
  display: none; }
.single h2.screen-reader-text {
  display: none; }
.single span.screen-reader-text {
  display: none; }
.single span.nav-title {
  display: none; }
.single div.nav-links {
  margin-top: 30px; }
  .single div.nav-links:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
.single div.nav-previous {
  float: left; }
.single div.nav-next {
  float: right; }
.single .header-image {
  margin-bottom: 20px; }
  .single .header-image img {
    width: 100%;
    max-width: none;
    height: auto;
    display: block; }
  .single .header-image:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

/*///////Seamless Donation ////////*/
.entry-content #dgx-donate-container {
  background: none;
  margin: 0;
  padding: 0; }

.entry-content #dgx-donate-container .dgx-donate-form-section {
  background: none;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  border-radius: 0;
  padding: 0;
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-width: medium medium 0; }
  .entry-content #dgx-donate-container .dgx-donate-form-section h2 {
    margin-top: 0; }

#dgx-donate-form-donor-section div {
  margin-bottom: 1em; }

.entry-content #dgx-donate-container #dgx-donate-form-payment-section {
  border: none !important; }

.dgx-donate-form-section input {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #cccccc;
  border-radius: 0;
  font-family: sans-serif;
  margin-left: 1em;
  padding: .5em;
  vertical-align: middle;
  width: auto;
  font-family: inherit; }

#_dgx_donate_donor_first_name, #_dgx_donate_donor_last_name,
#_dgx_donate_donor_email, #_dgx_donate_donor_phone {
  width: 270px;
  text-align: right; }

/*///////Seamless Donation Ends ////////*/
/*///////Contact Form 7  ////////*/
.site-main .employment-app {
  font-size: 16px; }
  .site-main .employment-app .wpcf7-text, .site-main .employment-app .wpcf7-date, .site-main .employment-app .wpcf7-textarea {
    display: block;
    width: 100%;
    font-size: inherit;
    box-sizing: border-box;
    padding: .75em;
    border: 1px solid #ccc; }
  .site-main .employment-app div {
    margin: 0 0 2em 0; }
  .site-main .employment-app .wpcf7-submit {
    background: #ff7f00 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-family: "DIN-Bold",Arial,sans-serif;
    font-size: 18px;
    font-weight: normal;
    padding: 1em 2em;
    border: none;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer; }
  .site-main .employment-app .wpcf7-submit:hover {
    background: #333; }

/*/////// Ends ////////*/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

body {
  font-family: 'DIN-Regular', 'Open Sans',  Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5; }
  @media (min-width: 480px) {
    body {
      font-size: 24px; } }

.container {
  /* 1411px */
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  padding: 0 5%; }
  @media only screen and (min-width: 1400px) {
    .container {
      padding: 0 30px; } }

.site-content {
  background: #f0f0f0;
  padding: 60px auto; }

.offset {
  background: #f0f0f0;
  height: 60px;
  transition: .5s height .5s; }
  @media only screen and (min-width: 1000px) {
    .offset {
      height: 200px; } }

#back-top {
  position: fixed;
  bottom: 20px;
  right: 10px; }

#back-top a {
  display: block;
  font-family: 'DIN-Bold', Arial, sans-serif;
  font-size: 14px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: #074832;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s; }

#back-top a:hover {
  color: #ff7f00;
  background: #333333;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.9); }

article .entry-footer {
  display: none; }

@media only screen and (min-width: 980px) {
  .flex-grid {
    display: flex; }
    .flex-grid .first-column {
      width: 65%;
      padding-right: 10%;
      box-sizing: border-box; }
    .flex-grid .second-column {
      width: 35%; } }

/*Mobile portrait*/
/*Mobile landscape portrait*/
/*Small tablet portrait*/
/*between Ipad Portrait and Motorola Razor Landscape */
/*Tablet portrait*/
/*Tablet Landscape*/
/*Desktop*/

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