/*
Theme Name: Green Schools Nova Scotia
Author: Anonymous
Author URI:
Version: 1
Description: Green Schools Nova Scotia theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: greenschoolsns
Tags: one-column, two-columns
Theme URI:
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: Droid Sans;
  src: url(fonts/droid-sans.woff2) format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: Droid Sans;
  src: url(fonts/droid-sans-bold.woff2) format("woff2");
  font-display: swap;
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: Droid Sans;
  src: url(fonts/droid-sans-bold.woff2) format("woff2");
  font-display: swap;
  font-weight: 800;
  font-style: normal; }

.listreset, .languages-links, #header-navigation, .footer-navigation, .social-links, .post.type-post.status-publish .meta ul, .school-boards-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after {
  content: '';
  display: block;
  clear: both; }

.section.comments input[type="submit"],
.section.respond input[type="submit"], .section.comments a,
.section.respond a, .btn {
  transition: all 0.3s ease-in-out; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.btn {
  display: inline-block;
  vertical-align: top; }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #4d453e;
  background-color: #fff;
  font: 16px/1.5 "Droid Sans", "Dosis", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: url(images/bg-body.png); }

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

.gm-style img {
  max-width: none; }

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

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.5em; }

blockquote {
  border-left: 4px solid #4d453e;
  padding-left: .5em;
  margin-left: 1.5em; }

th, td {
  border: 1px solid #4d453e;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #4d453e;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #000; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #4d453e; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #4d453e; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #4d453e; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #4d453e; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #4d453e; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

@media (min-width: 768px) {
  html,
  body {
    height: 100%; }
  .page-holder {
    height: 100%;
    display: table;
    table-layout: fixed;
    overflow: hidden;
    width: 100%; }
  #wrapper {
    display: table-cell;
    margin: 0 auto; }
  #footer {
    overflow: hidden;
    /*for FF on Windows 7*/
    display: table-footer-group;
    height: 1%; } }

.widget {
  margin-bottom: 1.5em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.comment-form input[type='submit'] {
  display: block;
  float: none; }

.post-password-form label {
  display: block;
  margin-bottom: 4px; }

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.search-form {
  margin-bottom: 15px; }
  .search-form input {
    float: left;
    height: 2em; }
    .search-form input[type='search'] {
      margin: 0 4px 0 0;
      width: 150px; }

.post-password-form input {
  float: left;
  height: 2em; }
  .post-password-form input[type='password'] {
    width: 150px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #000;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 .5em; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    opacity: 0.8; }

.commentlist {
  margin: 0 0 1.5em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    margin: 0 1.5em 4px 0;
    float: left; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.5em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  margin-bottom: 1.5em;
  position: relative;
  vertical-align: middle;
  border-top: 1px solid #fff;
  padding-top: 22px; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .nav-links,
  .navigation-comments .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 800;
    line-height: 24px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    border-radius: 50px;
    padding: 0 6px;
    min-width: 25px;
    color: #4d453e;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 2px;
    transition: opacity 0.3s ease; }
    .navigation .page-numbers.current,
    .navigation-comments .page-numbers.current {
      background: #69be28;
      color: #fff; }
    .navigation .page-numbers:hover,
    .navigation-comments .page-numbers:hover {
      opacity: 0.8; }
  .navigation span.page-numbers.current,
  .navigation-comments span.page-numbers.current {
    padding: 0 5px 0 4px; }
    @media (min-width: 1024px) {
      .navigation span.page-numbers.current,
      .navigation-comments span.page-numbers.current {
        padding: 0 6px; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    max-width: 48%;
    padding: .4em;
    text-decoration: none;
    transition: opacity 0.3s ease; }
    .navigation .next:hover,
    .navigation .prev:hover,
    .navigation-comments .next:hover,
    .navigation-comments .prev:hover {
      opacity: 0.8; }
  .navigation .prev:before,
  .navigation-comments .prev:before {
    padding-right: 5px;
    content: "\f0a8";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 20px;
    vertical-align: middle; }
  .navigation .next:after,
  .navigation-comments .next:after {
    padding-left: 5px;
    content: "\f0a9";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 20px;
    vertical-align: middle; }

.navigation-single {
  margin-bottom: 1.5em; }
  .navigation-single .next,
  .navigation-single .prev {
    background: #000;
    color: #fff;
    float: left;
    vertical-align: middle;
    max-width: 48%;
    text-decoration: none; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      opacity: 0.8; }
    .navigation-single .next a,
    .navigation-single .prev a {
      color: inherit;
      text-decoration: none;
      padding: .4em;
      display: block; }
      @media (max-width: 767px) {
        .navigation-single .next a,
        .navigation-single .prev a {
          padding: .2em; } }
  .navigation-single .next {
    float: right; }

.wp-caption {
  margin-bottom: 1.5em;
  border: 1px solid #4d453e;
  max-width: 100%;
  clear: both;
  padding: .4em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.5em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.5em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.5em; }

.mejs-container {
  margin-bottom: 1.5em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

iframe {
  max-width: 100%; }

.navigation-single .next,
.navigation-single .prev,
.page-numbers,
.title {
  word-break: break-word; }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #4d453e; }

.section.comments,
.section.respond {
  max-width: 730px; }
  .section.comments .comment-form textarea,
  .section.respond .comment-form textarea {
    max-width: 100%; }
  .section.comments input[type="text"],
  .section.comments input[type="email"],
  .section.comments input[type="url"],
  .section.comments textarea,
  .section.respond input[type="text"],
  .section.respond input[type="email"],
  .section.respond input[type="url"],
  .section.respond textarea {
    border: 1px solid #000;
    width: 100%;
    max-width: 100%;
    padding: 10px 15px; }
  .section.comments input[type="submit"],
  .section.respond input[type="submit"] {
    padding: 13px 25px;
    display: inline-block;
    height: auto; }
    .section.comments input[type="submit"]:hover,
    .section.respond input[type="submit"]:hover {
      opacity: 0.7; }
  .section.comments a,
  .section.respond a {
    text-decoration: none; }
    .section.comments a:hover,
    .section.respond a:hover {
      opacity: 0.7; }
  .section.comments .comment-form-cookies-consent,
  .section.respond .comment-form-cookies-consent {
    display: flex;
    align-items: center; }
    .section.comments .comment-form-cookies-consent input,
    .section.respond .comment-form-cookies-consent input {
      margin-right: 10px; }
    .section.comments .comment-form-cookies-consent label,
    .section.respond .comment-form-cookies-consent label {
      padding-bottom: 0; }
  .section.comments .comment-reply-title small,
  .section.respond .comment-reply-title small {
    margin-left: 5px; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Dosis", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  margin: 0 0 16px;
  color: #69be28;
  text-transform: uppercase; }

h1, .h1 {
  font-size: 34px;
  margin-bottom: 30px; }

h2, .h2 {
  font-size: 34px;
  line-height: 1; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 24px; }

a {
  color: #69be28;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: underline; }

#header {
  background-color: #69be28;
  background-image: url(images/bg-footer.jpg);
  background-size: cover;
  color: #fff;
  min-height: 55px;
  padding: 15px 0;
  line-height: 1;
  z-index: 10;
  position: relative;
  font-family: "Dosis", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  #header:before {
    content: '';
    position: absolute;
    background-image: url(images/bg-footer.jpg);
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: block; }
    @media (min-width: 1024px) {
      #header:before {
        display: none; } }
  @media (min-width: 1024px) {
    #header {
      padding: 16px 0;
      min-height: 75px; } }
  @media (min-width: 1024px) {
    #header .col-left {
      max-width: 72%;
      display: flex;
      align-items: center; } }
  @media (min-width: 1024px) {
    #header .col-right {
      margin: 0 0 0 auto;
      display: flex;
      max-width: 26%;
      justify-content: flex-end;
      align-items: center;
      flex-wrap: wrap; } }
  @media (min-width: 1200px) {
    #header .col-right {
      flex-wrap: nowrap;
      max-width: 40%; } }
  @media (max-width: 1023px) {
    #header .container {
      display: flex; } }
  #header .lang-switcher-mob {
    margin: 0 0 0 auto; }
    @media (min-width: 1024px) {
      #header .lang-switcher-mob {
        display: none; } }

@media (max-width: 1023px) {
  .drop-nav {
    position: absolute;
    padding: 20px;
    background-image: url(images/bg-body.png);
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    top: 55px;
    transition: visibility 0.3s ease, z-index 0.3s ease, opacity 0.3s ease, margin 0.3s ease;
    margin-top: -100%; }
    .nav-active .drop-nav {
      opacity: 1;
      z-index: auto;
      margin-top: 0;
      visibility: visible; } }

@media (min-width: 1024px) {
  .drop-nav {
    display: flex;
    align-items: center; } }

.nav-opener {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 24px;
  position: relative;
  z-index: 11; }
  @media (min-width: 1024px) {
    .nav-opener {
      display: none; } }

#header .social-links {
  font-size: 20px; }
  @media (max-width: 1023px) {
    #header .social-links {
      margin-bottom: 3px;
      margin-top: 3px;
      padding: 10px;
      background: #fff; } }
  @media (min-width: 1024px) {
    #header .social-links {
      font-size: 22px;
      margin-bottom: 10px;
      justify-content: flex-end; } }
  @media (min-width: 1200px) {
    #header .social-links {
      margin-right: 24px;
      margin-bottom: 0; } }
  #header .social-links li {
    margin-right: 10px; }
    @media (min-width: 768px) {
      #header .social-links li {
        margin-left: 7px;
        margin-right: 0; } }
  #header .social-links a {
    color: #69be28; }
    #header .social-links a i {
      text-shadow: 2px 2px 0px rgba(115, 99, 87, 0.3); }
    @media (min-width: 1024px) {
      #header .social-links a {
        color: #fff; }
        #header .social-links a:hover {
          color: #185e2c; } }

.languages-links {
  display: flex;
  padding-top: 2px;
  margin: 0 14px 0 0;
  position: relative;
  z-index: 11;
  font-family: "Dosis", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  .lang-switcher-mob .languages-links {
    display: flex; }
  @media (max-width: 1023px) {
    .languages-links {
      display: none; } }
  @media (min-width: 1024px) {
    .languages-links {
      margin-bottom: 10px; } }
  @media (min-width: 1200px) {
    .languages-links {
      margin-bottom: 0; } }
  .languages-links li {
    border-right: 2px solid #fff;
    line-height: 1;
    padding: 0 7px; }
    @media (min-width: 1024px) {
      .languages-links li {
        padding: 0 4px; } }
    .languages-links li:last-child {
      border: 0; }
    .languages-links li.active a {
      color: #185e2c; }
  .languages-links a {
    color: #fff;
    font-size: 20px;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase; }
    @media (min-width: 1024px) {
      .languages-links a {
        font-size: 14px;
        text-transform: none; } }
    .languages-links a:hover {
      color: #185e2c;
      text-decoration: none; }

.search-form {
  margin: 0;
  background: #fff;
  width: 100%;
  padding: 6px 10px;
  margin: 3px 0;
  width: 100%; }
  @media (min-width: 1024px) {
    .search-form {
      max-width: 180px;
      padding: 0;
      background: none; } }
  .search-form fieldset {
    display: flex; }
  .search-form input[type='search'] {
    height: 24px;
    outline: none;
    color: #185e2c;
    margin: 0;
    width: calc(100% - 30px);
    line-height: 24px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    border: 1px solid rgba(115, 99, 87, 0.3);
    width: 150px; }
    @media (min-width: 1024px) {
      .search-form input[type='search'] {
        width: auto;
        border: 0;
        box-shadow: 0px 4px 0px 0px rgba(115, 99, 87, 0.3); } }
  .search-form input[type="submit"] {
    width: 30px;
    height: 24px;
    font-size: 16px;
    background-color: #69be28;
    transition: background 0.3s ease;
    font-size: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='18px' height='18px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 11C4 7.13401 7.13401 4 11 4C14.866 4 18 7.13401 18 11C18 14.866 14.866 18 11 18C7.13401 18 4 14.866 4 11ZM11 2C6.02944 2 2 6.02944 2 11C2 15.9706 6.02944 20 11 20C13.125 20 15.078 19.2635 16.6177 18.0319L20.2929 21.7071C20.6834 22.0976 21.3166 22.0976 21.7071 21.7071C22.0976 21.3166 22.0976 20.6834 21.7071 20.2929L18.0319 16.6177C19.2635 15.078 20 13.125 20 11C20 6.02944 15.9706 2 11 2Z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-position: 50% 50%;
    background-repeat: no-repeat; }
    @media (min-width: 1024px) {
      .search-form input[type="submit"] {
        box-shadow: 0px 4px 0px 0px rgba(115, 99, 87, 0.3); } }
    .search-form input[type="submit"]:hover {
      background-color: #34b233; }

.logo {
  width: 46px;
  margin-right: 33px;
  position: relative;
  min-width: 46px;
  display: none; }
  @media (min-width: 1024px) {
    .logo {
      display: block; } }
  .logo img {
    vertical-align: top;
    width: 100%; }
  .logo a {
    display: block;
    position: relative; }
    .logo a .hover-logo {
      opacity: 0;
      position: absolute;
      top: 0;
      width: 100%;
      left: 0;
      transition: opacity 0.3s ease; }
    .logo a:hover .hover-logo {
      opacity: 1; }

@media (min-width: 1024px) {
  #header-navigation {
    display: flex; } }

#header-navigation li {
  margin: 3px 0; }
  @media (min-width: 1024px) {
    #header-navigation li {
      margin: 0 24px 0 0; } }
  #header-navigation li.active a {
    color: #185e2c; }

#header-navigation a {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
  display: block;
  color: #69be28;
  font-size: 18px;
  padding: 10px;
  background: #fff; }
  @media (min-width: 1024px) {
    #header-navigation a {
      color: #fff;
      padding: 0;
      background: none;
      font-size: 16px; } }
  #header-navigation a:hover {
    color: #185e2c; }

#footer {
  background: #fff; }
  #footer .footer-top {
    padding: 30px 0 34px;
    color: #fff;
    background-color: #69be28;
    background-image: url(images/bg-footer.jpg);
    background-size: cover; }
    @media (min-width: 1024px) {
      #footer .footer-top .container {
        display: flex; } }
  #footer .footer-navigation-holder {
    text-align: center;
    margin: 0 auto;
    max-width: 340px; }
    @media (min-width: 1024px) {
      #footer .footer-navigation-holder {
        text-align: left;
        margin: 0 0 0 auto;
        padding: 7px 0 0;
        width: 30%;
        max-width: none; } }

.footer-navigation {
  font-weight: 600;
  font-family: "Dosis", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px; }
  @media (min-width: 768px) {
    .footer-navigation {
      font-size: 20px;
      column-count: 2;
      column-gap: 0; } }
  .footer-navigation li {
    width: 100%;
    margin: 0; }
    @media (min-width: 768px) {
      .footer-navigation li {
        display: inline-block;
        vertical-align: top;
        padding: 0 10px; } }
    @media (min-width: 1024px) {
      .footer-navigation li {
        padding: 0 10px 0 0;
        margin: 0 0 9px; } }
    .footer-navigation li.current_page_item a {
      color: #185e2c; }
  .footer-navigation a {
    color: #fff;
    text-transform: uppercase; }
    .footer-navigation a:hover {
      text-decoration: underline; }

.footer-logo {
  width: 150px;
  display: none; }
  @media (min-width: 1024px) {
    .footer-logo {
      display: block; } }
  .footer-logo img {
    vertical-align: top; }

.footer-bottom {
  padding: 13px 0; }
  @media (min-width: 1200px) {
    .footer-bottom .container {
      display: flex; } }
  .footer-bottom .copyright {
    text-align: center;
    padding: 10px 0 10px 10px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.3px; }
    @media (min-width: 1024px) {
      .footer-bottom .copyright {
        font-size: 12px;
        text-align: right; } }
    @media (min-width: 1200px) {
      .footer-bottom .copyright {
        padding: 5px 0 5px 10px;
        flex: 1 1 auto; } }
    .footer-bottom .copyright a {
      color: #4d453e; }

.efficiency-logo {
  width: 128px;
  margin: 0 auto 10px; }
  @media (min-width: 1024px) {
    .efficiency-logo {
      width: 128px;
      margin: 0; } }
  .efficiency-logo img {
    vertical-align: top; }

#wrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative; }

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.accessibility:focus {
  position: static;
  width: auto;
  height: auto; }

p a {
  font-weight: 700; }

.container {
  width: 100%;
  max-width: 1294px;
  margin: 0 auto;
  padding: 0 15px; }
  @media (min-width: 768px) {
    .container {
      padding: 0 30px; } }
  .container:after {
    content: '';
    display: block;
    clear: both; }
  .container > p.alignfull,
  .container > h1.alignfull,
  .container > h2.alignfull,
  .container > h3.alignfull,
  .container > h4.alignfull,
  .container > h5.alignfull,
  .container > h6.alignfull {
    padding: 0 30px; }
  .container > p.alignwide,
  .container > h1.alignwide,
  .container > h2.alignwide,
  .container > h3.alignwide,
  .container > h4.alignwide,
  .container > h5.alignwide,
  .container > h6.alignwide {
    padding: 0 30px;
    width: calc(120% + 40px); }

.alignfull {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw; }

.alignwide {
  position: relative;
  width: 120%;
  max-width: 100vw;
  left: 50%;
  transform: translate3D(-50%, 0, 0); }

.page-hero {
  position: relative;
  min-height: 240px;
  padding: 20px 0;
  margin-bottom: 44px; }
  @media (min-width: 768px) {
    .page-hero {
      min-height: 368px;
      padding: 48px 0; } }
  .page-hero > img {
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: -1; }
  .page-hero .hero-logo {
    width: 200px;
    display: block;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .page-hero .hero-logo {
        width: 270px; } }
    .page-hero .hero-logo img {
      vertical-align: top; }

.title {
  margin-bottom: 40px; }
  .title h1 {
    margin-bottom: 20px; }
  .title h2 {
    line-height: 0.55; }
    .title h2 em {
      text-transform: none;
      font-size: 24px;
      font-style: italic;
      font-family: "Droid Sans", "Dosis", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-weight: 700;
      color: #4d453e;
      letter-spacing: 0.5px; }
  .title + p a {
    font-weight: 400; }

.title-holder {
  margin: 0 0 30px; }
  @media (min-width: 1024px) {
    .title-holder {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; } }
  .title-holder h1 {
    margin-bottom: 20px; }
  .title-holder .title {
    margin-bottom: 0; }
  .title-holder .btn {
    width: 100%; }
    @media (min-width: 1024px) {
      .title-holder .btn {
        font-size: 19px;
        margin: 9px 12px 1px 0;
        padding: 18px 49px;
        width: auto; } }
    .title-holder .btn i {
      font-size: 18px; }
  .title-holder .schools-count-holder {
    display: flex;
    max-width: 326px;
    padding: 10px 50px 0 0; }
    .title-holder .schools-count-holder .schools-count {
      text-align: center; }
      .title-holder .schools-count-holder .schools-count .count {
        font-size: 50px;
        line-height: 1;
        color: #69be28;
        font-weight: 800; }
      .title-holder .schools-count-holder .schools-count .count-label {
        color: #69be28;
        font-weight: 800;
        display: block;
        text-transform: uppercase;
        font-family: "Dosis", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        line-height: 1; }
    .title-holder .schools-count-holder .schools-count-text {
      padding-left: 10px;
      color: #4d453e;
      font-size: 18px;
      font-weight: 600;
      font-family: "Dosis", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      text-align: center;
      padding-top: 12px;
      line-height: 1.33; }

.ask-form-section {
  background-size: cover;
  margin: 0 -100vw -100px;
  padding: 40px 100vw; }
  .ask-form-section h2 {
    color: #fff;
    margin-bottom: 34px; }
  .ask-form-section .container {
    padding: 0; }
  .ask-form-section .gform_wrapper.gravity-theme .gform_fields {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 0;
    width: auto;
    margin: 0 -30px;
    grid-row-gap: 0; }
  .ask-form-section .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    padding: 0 30px 25px;
    width: 100%; }
    @media (min-width: 1024px) {
      .ask-form-section .gform_wrapper.gravity-theme .gfield.gfield--width-half {
        padding: 0 30px 33px;
        width: 50%; } }
  .ask-form-section .gform_wrapper.gravity-theme .gfield.gfield--width-full {
    padding: 0 30px;
    width: 100%; }

.gform_wrapper.gravity-theme .gfield textarea,
.gform_wrapper.gravity-theme .gfield input[type='email'],
.gform_wrapper.gravity-theme .gfield input[type='text'] {
  line-height: 54px;
  height: 54px;
  padding: 0 22px;
  width: 100%;
  max-width: 100%;
  border-color: #fff;
  outline: none;
  color: #4d453e;
  background: #fff;
  border-color: #b3a598;
  color: #4d453e; }
  .gform_wrapper.gravity-theme .gfield textarea::-webkit-input-placeholder,
  .gform_wrapper.gravity-theme .gfield input[type='email']::-webkit-input-placeholder,
  .gform_wrapper.gravity-theme .gfield input[type='text']::-webkit-input-placeholder {
    color: #b3a598; }
  .gform_wrapper.gravity-theme .gfield textarea::-moz-placeholder,
  .gform_wrapper.gravity-theme .gfield input[type='email']::-moz-placeholder,
  .gform_wrapper.gravity-theme .gfield input[type='text']::-moz-placeholder {
    opacity: 1;
    color: #b3a598; }
  .gform_wrapper.gravity-theme .gfield textarea:-moz-placeholder,
  .gform_wrapper.gravity-theme .gfield input[type='email']:-moz-placeholder,
  .gform_wrapper.gravity-theme .gfield input[type='text']:-moz-placeholder {
    color: #b3a598; }
  .gform_wrapper.gravity-theme .gfield textarea:-ms-input-placeholder,
  .gform_wrapper.gravity-theme .gfield input[type='email']:-ms-input-placeholder,
  .gform_wrapper.gravity-theme .gfield input[type='text']:-ms-input-placeholder {
    color: #b3a598; }
  .gform_wrapper.gravity-theme .gfield textarea.placeholder,
  .gform_wrapper.gravity-theme .gfield input[type='email'].placeholder,
  .gform_wrapper.gravity-theme .gfield input[type='text'].placeholder {
    color: #b3a598; }
  .gform_wrapper.gravity-theme .gfield textarea:focus,
  .gform_wrapper.gravity-theme .gfield input[type='email']:focus,
  .gform_wrapper.gravity-theme .gfield input[type='text']:focus {
    border-color: #000; }
  .ask-form-section .gform_wrapper.gravity-theme .gfield textarea, .ask-form-section
  .gform_wrapper.gravity-theme .gfield input[type='email'], .ask-form-section
  .gform_wrapper.gravity-theme .gfield input[type='text'] {
    background: rgba(255, 255, 255, 0.7);
    border-color: #fff; }
    .ask-form-section .gform_wrapper.gravity-theme .gfield textarea::-webkit-input-placeholder, .ask-form-section
    .gform_wrapper.gravity-theme .gfield input[type='email']::-webkit-input-placeholder, .ask-form-section
    .gform_wrapper.gravity-theme .gfield input[type='text']::-webkit-input-placeholder {
      color: #4d453e; }
    .ask-form-section .gform_wrapper.gravity-theme .gfield textarea::-moz-placeholder, .ask-form-section
    .gform_wrapper.gravity-theme .gfield input[type='email']::-moz-placeholder, .ask-form-section
    .gform_wrapper.gravity-theme .gfield input[type='text']::-moz-placeholder {
      opacity: 1;
      color: #4d453e; }
    .ask-form-section .gform_wrapper.gravity-theme .gfield textarea:-moz-placeholder, .ask-form-section
    .gform_wrapper.gravity-theme .gfield input[type='email']:-moz-placeholder, .ask-form-section
    .gform_wrapper.gravity-theme .gfield input[type='text']:-moz-placeholder {
      color: #4d453e; }
    .ask-form-section .gform_wrapper.gravity-theme .gfield textarea:-ms-input-placeholder, .ask-form-section
    .gform_wrapper.gravity-theme .gfield input[type='email']:-ms-input-placeholder, .ask-form-section
    .gform_wrapper.gravity-theme .gfield input[type='text']:-ms-input-placeholder {
      color: #4d453e; }
    .ask-form-section .gform_wrapper.gravity-theme .gfield textarea.placeholder, .ask-form-section
    .gform_wrapper.gravity-theme .gfield input[type='email'].placeholder, .ask-form-section
    .gform_wrapper.gravity-theme .gfield input[type='text'].placeholder {
      color: #4d453e; }

.gform_wrapper.gravity-theme .gfield select {
  cursor: pointer; }

.gform_wrapper.gravity-theme .gfield select.large {
  height: 54px;
  border-color: #b3a598; }

.gform_wrapper.gravity-theme .gfield textarea.large {
  height: 137px !important; }

.gform_wrapper.gravity-theme .gfield textarea {
  min-height: 137px;
  height: 137px;
  width: 100%;
  max-height: 200px; }

.gform_wrapper.gravity-theme .gfield_label {
  display: block;
  margin-bottom: 0; }
  .ask-form-section .gform_wrapper.gravity-theme .gfield_label {
    color: #fff; }
  .gform_wrapper.gravity-theme .gfield_label .gfield_required {
    display: none; }

.gform_wrapper.gravity-theme .gform_footer {
  display: flex;
  justify-content: flex-end; }

.gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
  border-radius: 0;
  text-decoration: none;
  font-size: 19px;
  color: #fff;
  background: #69be28;
  padding: 10px 20px;
  min-width: 13px;
  font-family: "Dosis", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 4px 4px 0px 0px rgba(115, 99, 87, 0.3);
  text-decoration: none;
  text-align: center;
  height: 65px;
  width: 240px;
  border: 0;
  margin: 0;
  width: 100%;
  transition: box-shadow 0.3s ease, background 0.3s ease; }
  @media (min-width: 768px) {
    .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
      width: 240px; } }
  .gform_wrapper.gravity-theme .gform_footer input[type="submit"]:hover {
    text-decoration: none;
    background: #34b233;
    box-shadow: 4px 4px 0px 0px rgba(115, 99, 87, 0); }

.social-links {
  display: flex;
  line-height: 1;
  font-size: 28px;
  margin-bottom: 34px; }
  .social-links li {
    margin-right: 13px; }
  .social-links a {
    color: #69be28;
    transition: color 0.3s ease; }
    .social-links a:hover {
      color: #185e2c; }

.post.type-post.status-publish {
  border-top: 1px solid #fff;
  padding: 25px 0; }
  .post.type-post.status-publish:after {
    content: '';
    display: block;
    clear: both; }
  .post.type-post.status-publish h2 {
    color: #4d453e;
    font-size: 24px;
    font-family: "Droid Sans", "Dosis", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    line-height: 1.2;
    text-transform: none;
    font-weight: 700;
    margin: 0 0 5px; }
    .post.type-post.status-publish h2 a {
      color: #4d453e; }
  .post.type-post.status-publish .meta-info {
    color: #69be28;
    font-size: 14px;
    margin: 0 0 15px; }
  .post.type-post.status-publish .title {
    margin-bottom: 19px; }
  .post.type-post.status-publish .meta {
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .post.type-post.status-publish .meta {
        padding-right: 150px;
        margin-bottom: 0; } }
    .post.type-post.status-publish .meta ul {
      display: flex;
      font-weight: 700;
      font-size: 14px;
      letter-spacing: 0.3px; }
      .post.type-post.status-publish .meta ul li {
        margin-right: 20px; }
        .post.type-post.status-publish .meta ul li:last-child a {
          color: #4d453e; }
      .post.type-post.status-publish .meta ul i {
        margin-right: 3px; }
      .post.type-post.status-publish .meta ul a {
        transition: opacity 0.3s ease; }
        .post.type-post.status-publish .meta ul a:hover {
          opacity: 0.8;
          text-decoration: none; }
  .post.type-post.status-publish .btn {
    width: 100%;
    display: block; }
    .post.type-post.status-publish .btn:after {
      content: "\f0a9";
      font-weight: normal;
      font-family: FontAwesome;
      display: inline-block;
      margin-left: 3px; }
    @media (min-width: 768px) {
      .post.type-post.status-publish .btn {
        margin-top: -32px;
        float: right;
        display: inline-block;
        width: auto; } }

.single-post-section .post.type-post.status-publish {
  padding-top: 0;
  border: 0;
  padding-bottom: 13px; }
  .single-post-section .post.type-post.status-publish .title {
    padding-top: 10px;
    position: relative;
    margin-bottom: 36px; }
    @media (max-width: 767px) {
      .single-post-section .post.type-post.status-publish .title {
        display: flex;
        flex-direction: column;
        align-items: stretch; } }
    @media (min-width: 768px) {
      .single-post-section .post.type-post.status-publish .title {
        padding-right: 250px; } }
    .single-post-section .post.type-post.status-publish .title h1 {
      margin-bottom: 0;
      line-height: 1; }
      @media (max-width: 767px) {
        .single-post-section .post.type-post.status-publish .title h1 {
          order: 1; } }
    .single-post-section .post.type-post.status-publish .title .btn {
      margin-top: 0;
      font-size: 19px;
      padding: 13px 50px;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .single-post-section .post.type-post.status-publish .title .btn {
          order: 0; } }
      @media (min-width: 768px) {
        .single-post-section .post.type-post.status-publish .title .btn {
          top: 20px;
          position: absolute;
          right: 0;
          top: 0;
          margin-bottom: 0; } }
      .single-post-section .post.type-post.status-publish .title .btn:after {
        display: none; }
  .single-post-section .post.type-post.status-publish .meta-info {
    color: #4d453e;
    font-weight: bold;
    font-size: 19px; }
    @media (max-width: 767px) {
      .single-post-section .post.type-post.status-publish .meta-info {
        order: 1; } }

.single-post-section .content:after {
  content: '';
  display: block;
  clear: both; }

.single-post-section .content .image-holder {
  max-width: 296px;
  width: 100%;
  float: left;
  margin-right: 41px;
  text-align: center;
  border: 8px solid #fff;
  border-bottom: 60px solid #fff;
  margin-bottom: 18px;
  border-top: 13px solid #fff;
  box-shadow: 4px 4px 0px 0px rgba(115, 99, 87, 0.3); }
  .single-post-section .content .image-holder img {
    vertical-align: top; }

.single-post-section .content .green-news-label-holder {
  font-size: 14px;
  overflow: hidden;
  width: 100%; }
  .single-post-section .content .green-news-label-holder a {
    color: #4d453e;
    font-weight: 700; }
    .single-post-section .content .green-news-label-holder a i {
      margin-right: 3px; }

.single-post-section .photo-album {
  display: flex;
  padding-bottom: 30px; }
  @media (min-width: 1024px) {
    .single-post-section .photo-album {
      padding-top: 67px; } }
  .single-post-section .photo-album .col {
    border: 4px solid #fff;
    width: 33.33%; }
    @media (min-width: 768px) {
      .single-post-section .photo-album .col {
        width: 20%; } }
    @media (min-width: 1024px) {
      .single-post-section .photo-album .col {
        width: 10%; } }
    .single-post-section .photo-album .col img {
      vertical-align: top;
      width: 100%; }

.section.respond {
  max-width: none;
  padding-bottom: 100px; }
  .section.respond .comment-reply-title {
    color: #4d453e;
    font-size: 24px;
    text-transform: none; }
  .section.respond .comment-form label {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 1px;
    padding: 0; }
    .section.respond .comment-form label .required {
      color: #c00; }
  .section.respond .comment-form textarea,
  .section.respond .comment-form input[type="url"],
  .section.respond .comment-form input[type="email"],
  .section.respond .comment-form input[type="text"] {
    line-height: 54px;
    height: 54px;
    padding: 0 22px;
    width: 100%;
    max-width: 100%;
    border-color: #fff;
    outline: none;
    color: #4d453e;
    background: #fff;
    border-color: #b3a598;
    color: #4d453e; }
  .section.respond .comment-form textarea {
    min-height: 137px;
    height: 137px;
    width: 100%;
    max-height: 200px; }
  .section.respond .comment-form .form-submit {
    display: flex;
    justify-content: flex-end; }
  .section.respond .comment-form input[type="submit"] {
    border-radius: 0;
    text-decoration: none;
    font-size: 19px;
    color: #fff;
    background: #69be28;
    padding: 10px 20px;
    min-width: 13px;
    font-family: "Dosis", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: 4px 4px 0px 0px rgba(115, 99, 87, 0.3);
    text-decoration: none;
    text-align: center;
    height: 65px;
    width: 240px;
    border: 0;
    margin: 0;
    width: 100%; }
    @media (min-width: 768px) {
      .section.respond .comment-form input[type="submit"] {
        width: 240px; } }
    .section.respond .comment-form input[type="submit"]:hover {
      text-decoration: none;
      box-shadow: 4px 4px 0px 0px rgba(115, 99, 87, 0); }

.schools-search-map-section .schools-map-list-holder {
  padding-bottom: 35px; }
  @media (min-width: 1024px) {
    .schools-search-map-section .schools-map-list-holder {
      display: flex; } }

.schools-search-map-section .schools-map-wrapper {
  border: 1px solid #998675;
  margin-bottom: 15px; }
  @media (min-width: 1024px) {
    .schools-search-map-section .schools-map-wrapper {
      width: 60%;
      margin-bottom: 0; } }
  @media (max-width: 1023px) {
    .schools-search-map-section .schools-map-wrapper .schools-map {
      height: 400px !important; } }

.schools-search-map-section .schools-list-wrpapper {
  height: 400px; }
  @media (min-width: 1024px) {
    .schools-search-map-section .schools-list-wrpapper {
      width: 39%;
      height: 500px;
      margin: 0 0 0 auto; } }

.schools-list {
  height: 100%;
  overflow-y: auto; }
  .schools-list .schools-list-item {
    background: #fff;
    font-size: 12px;
    padding: 20px 110px 20px 20px;
    margin-bottom: 5px;
    position: relative; }
    .schools-list .schools-list-item.active-school .marker-active-icon {
      opacity: 1; }
    .schools-list .schools-list-item.active-school .school-hidden-fields {
      display: block; }
    .schools-list .schools-list-item .school-title {
      font-size: 19px;
      color: #4d453e;
      line-height: 1.3;
      font-family: "Droid Sans", "Dosis", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      text-transform: none;
      margin: 0; }
    .schools-list .schools-list-item .school-board {
      font-family: "Dosis", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      text-transform: uppercase;
      color: #736357;
      font-size: 16px;
      margin-bottom: 15px; }
    .schools-list .schools-list-item .marker-active-icon {
      display: block;
      position: absolute;
      top: 19px;
      width: 71px;
      right: 31px;
      opacity: 0;
      transition: opacity 0.3s ease; }
    .schools-list .schools-list-item .school-hidden-fields {
      display: none;
      font-size: 12px;
      line-height: 1.5;
      padding-bottom: 10px; }
      .schools-list .schools-list-item .school-hidden-fields .label {
        font-weight: 700; }
      .schools-list .schools-list-item .school-hidden-fields .school-website a {
        text-decoration: underline;
        color: #4d453e; }
        .schools-list .schools-list-item .school-hidden-fields .school-website a:hover {
          text-decoration: none; }
    .schools-list .schools-list-item .school-address {
      line-height: 1.3; }
      .schools-list .schools-list-item .school-address p {
        margin: 0; }

@media (min-width: 768px) {
  .schools-filters-form {
    display: flex;
    margin: -21px -2px 16px;
    align-items: flex-end; } }

.schools-filters-form label {
  display: block;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 2px; }

.schools-filters-form .select-wrapper {
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .schools-filters-form .select-wrapper {
      padding: 0 2px 10px;
      width: 27.2%; } }

.schools-filters-form .select2 {
  display: block;
  width: auto !important;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1); }

.schools-filters-form .select2-container .select2-selection--single {
  height: 50px; }

.schools-filters-form .btn {
  height: 50px;
  font-size: 16px;
  min-width: 300px;
  margin-left: 8px;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .schools-filters-form .btn {
      margin-left: 0;
      width: 100%;
      margin-bottom: 20px; } }

.schools-filters-form .select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 1px solid #998675; }

.schools-filters-form .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 50px; }

.schools-filters-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-left: -15px;
  margin-top: 9px;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #4d453e transparent; }

.schools-filters-form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 8px 6px 0 6px;
  border-color: #4d453e transparent transparent transparent; }

.select2-results__option.select2-results__option--disabled {
  display: none; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:hover {
  background: #998675;
  color: #4d453e; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  padding-right: 25px;
  background-image: url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cg id='Interface / Search_Magnifying_Glass'%3E%3Cpath id='Vector' d='M15 15L21 21M10 17C6.13401 17 3 13.866 3 10C3 6.13401 6.13401 3 10 3C13.866 3 17 6.13401 17 10C17 13.866 13.866 17 10 17Z' stroke='%234d453e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: 98% 50%;
  background-repeat: no-repeat; }

.school-boards-section {
  padding-top: 10px; }
  .school-boards-section h3 {
    font-size: 18px;
    line-height: 1.33;
    text-transform: none;
    font-family: "Droid Sans", "Dosis", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #4d453e;
    margin: 0 0 30px; }

.school-boards-list {
  margin: 0 -15px;
  font-family: "Dosis", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600; }
  @media (min-width: 1024px) {
    .school-boards-list {
      flex-wrap: wrap;
      display: flex; } }
  .school-boards-list li {
    padding: 0 15px 17px 35px;
    position: relative; }
    @media (min-width: 1024px) {
      .school-boards-list li {
        width: 50%; } }
  .school-boards-list .marker-icon {
    width: 18px;
    position: absolute;
    top: 0;
    left: 15px; }
    .school-boards-list .marker-icon img {
      max-width: 100%;
      vertical-align: top; }
  .school-boards-list .board-name {
    color: #736357;
    margin-right: 12px; }
  .school-boards-list .green-schools-count .count {
    font-weight: 700;
    color: #69be28; }

.tribe-events-meta-group.tribe-events-meta-group-details {
  width: auto; }
  .tribe-events-meta-group.tribe-events-meta-group-details dl {
    overflow: hidden; }
    .tribe-events-meta-group.tribe-events-meta-group-details dl dt {
      float: left;
      margin-right: 5px;
      margin-top: 0;
      line-height: 1.2;
      margin-bottom: 10px; }
    .tribe-events-meta-group.tribe-events-meta-group-details dl dd {
      margin-bottom: 10px;
      line-height: 1.2;
      overflow: hidden; }

#content {
  padding-bottom: 100px; }

.search .type-tribe_events,
.search .type-page,
.search .type-post,
.search .type-team_member {
  border-top: 1px solid #fff;
  padding: 25px 0 31px; }
  .search .type-tribe_events .title,
  .search .type-page .title,
  .search .type-post .title,
  .search .type-team_member .title {
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .search .type-tribe_events .title,
      .search .type-page .title,
      .search .type-post .title,
      .search .type-team_member .title {
        margin-bottom: 40px; } }
  .search .type-tribe_events h2,
  .search .type-page h2,
  .search .type-post h2,
  .search .type-team_member h2 {
    line-height: 1; }
  .search .type-tribe_events:first-child,
  .search .type-page:first-child,
  .search .type-post:first-child,
  .search .type-team_member:first-child {
    border: 0; }

.search .post.type-post.status-publish {
  padding: 25px 0 31px; }

.fa-comments {
  margin-right: 5px;
  display: inline-block; }
  .fa-comments:last-child {
    margin: 0; }

.btn {
  border-radius: 0;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  background: #69be28;
  padding: 10px 20px;
  min-width: 13px;
  font-family: "Dosis", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 4px 4px 0px 0px rgba(115, 99, 87, 0.3);
  text-decoration: none;
  text-align: center;
  border: 0;
  transition: box-shadow 0.3s ease, background 0.3s ease; }
  .btn:hover {
    text-decoration: none;
    box-shadow: 4px 4px 0px 0px rgba(115, 99, 87, 0); }
  .btn:focus {
    text-decoration: none; }

@media print {
  body {
    background: #fff;
    color: #000;
    overflow: visible; }
  * {
    color: #000 !important;
    background: none !important; }
  .search-form,
  .navigation,
  .navigation-single,
  #header,
  #footer {
    display: none !important; } }

.resize-active * {
  transition: none !important; }

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