/*!
	Theme Name: West Point Grey
	Description: Custom Child Theme
	Author: Hey Shauna
	Version: 1.0
	Author URI: http://www.heyshauna.com
	
	Template: genesis
*/
/* line 234, _settings.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 243, _settings.scss */
body {
  padding: 0;
  margin: 0;
}

/* line 248, _settings.scss */
a:hover {
  cursor: pointer;
}

/* line 251, _settings.scss */
img,
object,
embed {
  max-width: 100%;
  height: auto;
}

/* line 255, _settings.scss */
object,
embed {
  height: 100%;
}

/* line 257, _settings.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 261, _settings.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

/* line 268, _settings.scss */
.left {
  float: left !important;
}

/* line 269, _settings.scss */
.right {
  float: right !important;
}

/* line 6, components/_mixins.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 12, components/_mixins.scss */
.clearfix:after {
  clear: both;
}
/* line 17, components/_mixins.scss */
.clearfix {
  *zoom: 1;
}

/* line 271, _settings.scss */
.text-left {
  text-align: left !important;
}

/* line 272, _settings.scss */
.text-right {
  text-align: right !important;
}

/* line 273, _settings.scss */
.text-center {
  text-align: center !important;
}

/* line 274, _settings.scss */
.text-justify {
  text-align: justify !important;
}

/* line 275, _settings.scss */
.hide {
  display: none;
}

/* line 281, _settings.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
}

/* line 284, _settings.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 294, _settings.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */
/* line 5, _normalize.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/* line 8, _normalize.scss */
audio, canvas, video {
  display: inline-block;
}

/* line 11, _normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 15, _normalize.scss */
[hidden] {
  display: none;
}

/* line 18, _normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 23, _normalize.scss */
body {
  margin: 0;
}

/* line 26, _normalize.scss */
a:focus {
  outline: thin dotted;
}

/* line 29, _normalize.scss */
a:active, a:hover {
  outline: 0;
}

/* line 32, _normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 36, _normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 39, _normalize.scss */
b, strong {
  font-weight: bold;
}

/* line 42, _normalize.scss */
dfn {
  font-style: italic;
}

/* line 45, _normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 50, _normalize.scss */
mark {
  background: #ff0;
  color: black;
}

/* line 54, _normalize.scss */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/* line 58, _normalize.scss */
pre {
  white-space: pre-wrap;
}

/* line 61, _normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* line 64, _normalize.scss */
small {
  font-size: 80%;
}

/* line 67, _normalize.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 73, _normalize.scss */
sup {
  top: -0.5em;
}

/* line 76, _normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 79, _normalize.scss */
img {
  border: 0;
}

/* line 82, _normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 85, _normalize.scss */
figure {
  margin: 0;
}

/* line 88, _normalize.scss */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 93, _normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 97, _normalize.scss */
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

/* line 102, _normalize.scss */
button, input {
  line-height: normal;
}

/* line 105, _normalize.scss */
button, select {
  text-transform: none;
}

/* line 108, _normalize.scss */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 112, _normalize.scss */
button[disabled], html input[disabled] {
  cursor: default;
}

/* line 115, _normalize.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 119, _normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
}

/* line 122, _normalize.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 125, _normalize.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 129, _normalize.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 133, _normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 6, components/_mixins.scss */
.archive-pagination:before, .archive-pagination:after,
.clearfix:before,
.clearfix:after,
.clear:before,
.clear:after,
.entry:before,
.entry:after,
.entry-pagination:before,
.entry-pagination:after,
.footer-widgets:before,
.footer-widgets:after,
.nav-primary:before,
.nav-primary:after,
.nav-secondary:before,
.nav-secondary:after,
.site-container:before,
.site-container:after,
.site-footer:before,
.site-footer:after,
.site-header:before,
.site-header:after,
.site-inner:before,
.site-inner:after,
.content-sidebar-wrap:before,
.content-sidebar-wrap:after,
.wrap:before,
.wrap:after {
  content: " ";
  display: table;
}
/* line 12, components/_mixins.scss */
.archive-pagination:after,
.clearfix:after,
.clear:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.content-sidebar-wrap:after,
.wrap:after {
  clear: both;
}
/* line 17, components/_mixins.scss */
.archive-pagination,
.clearfix,
.clear,
.entry,
.entry-pagination,
.footer-widgets,
.nav-primary,
.nav-secondary,
.site-container,
.site-footer,
.site-header,
.site-inner,
.content-sidebar-wrap,
.wrap {
  *zoom: 1;
}

/* line 20, components/_genesis-grid.scss */
.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 3.125%;
}

/* line 39, components/_genesis-grid.scss */
.one-half,
.three-sixths,
.two-fourths {
  width: 48.4375%;
}

/* line 45, components/_genesis-grid.scss */
.one-third,
.two-sixths {
  width: 31.25%;
}

/* line 50, components/_genesis-grid.scss */
.four-sixths,
.two-thirds {
  width: 65.625%;
}

/* line 55, components/_genesis-grid.scss */
.one-fourth {
  width: 22.65625%;
}

/* line 59, components/_genesis-grid.scss */
.three-fourths {
  width: 74.21875%;
}

/* line 63, components/_genesis-grid.scss */
.one-fifth {
  width: 17.5%;
}

/* line 67, components/_genesis-grid.scss */
.two-fifths {
  width: 38.125%;
}

/* line 71, components/_genesis-grid.scss */
.three-fifths {
  width: 58.75%;
}

/* line 75, components/_genesis-grid.scss */
.four-fifths {
  width: 79.375%;
}

/* line 79, components/_genesis-grid.scss */
.one-sixth {
  width: 14.0625%;
}

/* line 83, components/_genesis-grid.scss */
.five-sixths {
  width: 82.8125%;
}

/* line 87, components/_genesis-grid.scss */
.first {
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  /* line 94, components/_genesis-grid.scss */
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }
}
/* line 63, components/_block-grid.scss */
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -10px;
  margin: 0 -0.625rem;
  *zoom: 1;
}
/* line 147, components/_global.scss */
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}
/* line 148, components/_global.scss */
[class*="block-grid-"]:after {
  clear: both;
}
/* line 32, components/_block-grid.scss */
[class*="block-grid-"] > li {
  display: inline;
  height: auto;
  float: left;
  padding: 0 10px 20px;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  /* line 41, components/_block-grid.scss */
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 41, components/_block-grid.scss */
  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 41, components/_block-grid.scss */
  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 41, components/_block-grid.scss */
  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 41, components/_block-grid.scss */
  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 41, components/_block-grid.scss */
  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 41, components/_block-grid.scss */
  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 41, components/_block-grid.scss */
  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 41, components/_block-grid.scss */
  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 41, components/_block-grid.scss */
  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 41, components/_block-grid.scss */
  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 41, components/_block-grid.scss */
  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 480px) {
  /* line 41, components/_block-grid.scss */
  .medium-block-grid-1 > li {
    width: 100%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .medium-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 41, components/_block-grid.scss */
  .medium-block-grid-2 > li {
    width: 50%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 41, components/_block-grid.scss */
  .medium-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 41, components/_block-grid.scss */
  .medium-block-grid-4 > li {
    width: 25%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 41, components/_block-grid.scss */
  .medium-block-grid-5 > li {
    width: 20%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 41, components/_block-grid.scss */
  .medium-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 41, components/_block-grid.scss */
  .medium-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 41, components/_block-grid.scss */
  .medium-block-grid-8 > li {
    width: 12.5%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 41, components/_block-grid.scss */
  .medium-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 41, components/_block-grid.scss */
  .medium-block-grid-10 > li {
    width: 10%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 41, components/_block-grid.scss */
  .medium-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 41, components/_block-grid.scss */
  .medium-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 768px) {
  /* line 41, components/_block-grid.scss */
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 41, components/_block-grid.scss */
  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 41, components/_block-grid.scss */
  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 41, components/_block-grid.scss */
  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 41, components/_block-grid.scss */
  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 41, components/_block-grid.scss */
  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 41, components/_block-grid.scss */
  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 41, components/_block-grid.scss */
  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 41, components/_block-grid.scss */
  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 41, components/_block-grid.scss */
  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 41, components/_block-grid.scss */
  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 41, components/_block-grid.scss */
  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 41, components/_block-grid.scss */
  .xlarge-block-grid-1 > li {
    width: 100%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .xlarge-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .xlarge-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 41, components/_block-grid.scss */
  .xlarge-block-grid-2 > li {
    width: 50%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .xlarge-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .xlarge-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 41, components/_block-grid.scss */
  .xlarge-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .xlarge-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .xlarge-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 41, components/_block-grid.scss */
  .xlarge-block-grid-4 > li {
    width: 25%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .xlarge-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .xlarge-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 41, components/_block-grid.scss */
  .xlarge-block-grid-5 > li {
    width: 20%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .xlarge-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .xlarge-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 41, components/_block-grid.scss */
  .xlarge-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .xlarge-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .xlarge-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 41, components/_block-grid.scss */
  .xlarge-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .xlarge-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .xlarge-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 41, components/_block-grid.scss */
  .xlarge-block-grid-8 > li {
    width: 12.5%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .xlarge-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .xlarge-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 41, components/_block-grid.scss */
  .xlarge-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .xlarge-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .xlarge-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 41, components/_block-grid.scss */
  .xlarge-block-grid-10 > li {
    width: 10%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .xlarge-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .xlarge-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 41, components/_block-grid.scss */
  .xlarge-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .xlarge-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .xlarge-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 41, components/_block-grid.scss */
  .xlarge-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 10px 20px;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 45, components/_block-grid.scss */
  .xlarge-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 46, components/_block-grid.scss */
  .xlarge-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* Forms
--------------------------------------------- */
/* line 4, general/_forms-buttons.scss */
input,
select,
textarea {
  color: #719500;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 4px;
  padding: 0.25rem;
  width: 100%;
  border: none;
  outline: none !important;
}

/* line 16, general/_forms-buttons.scss */
input:focus,
Search:focus,
textarea:focus {
  outline: none;
  border: none !important;
}

/* line 23, general/_forms-buttons.scss */
::-moz-placeholder {
  color: #719500;
  opacity: 1;
}

/* line 32, general/_forms-buttons.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
  background-color: #719500;
  border: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  text-transform: uppercase;
  width: auto;
}

/* line 48, general/_forms-buttons.scss */
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
  background-color: #719500;
}

/* line 57, general/_forms-buttons.scss */
.entry-content .button:hover {
  color: #fff;
}

/* line 61, general/_forms-buttons.scss */
.button {
  display: inline-block;
}

/* line 65, general/_forms-buttons.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

/* line 75, general/_forms-buttons.scss */
.post-password-form input[type="text"], .post-password-form input[type="password"] {
  border: 1px solid #eee;
}
/* line 78, general/_forms-buttons.scss */
.post-password-form input[type="text"]:focus, .post-password-form input[type="password"]:focus {
  outline: none;
  border: 1px solid #eeeeee !important;
}
@media only screen and (max-width: 479px) {
  /* line 84, general/_forms-buttons.scss */
  .post-password-form input {
    margin-bottom: 10px !important;
  }
}
@media only screen and (min-width: 480px) {
  /* line 84, general/_forms-buttons.scss */
  .post-password-form input {
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    max-width: 300px;
  }
}

/* line 1, general/_genesis.scss */
.breadcrumb {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 768px) {
  /* line 1, general/_genesis.scss */
  .breadcrumb {
    text-align: right;
    padding: 0 24px;
    padding: 0 1.5rem;
  }
}
/* line 9, general/_genesis.scss */
.breadcrumb a {
  text-decoration: none;
}

/* line 23, general/_genesis.scss */
.archive-description a {
  color: #87af08;
}

/* line 27, general/_genesis.scss */
.archive-description a:hover {
  color: #ade00a;
}

/* line 30, general/_genesis.scss */
.author-box {
  padding: 40px;
  padding: 4rem;
}

/* line 35, general/_genesis.scss */
.author-box-title {
  color: #333;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 4px;
  margin-bottom: 0.4rem;
}

/* line 44, general/_genesis.scss */
.author-box a {
  border-bottom: 1px solid #ddd;
}

/* line 48, general/_genesis.scss */
.author-box p {
  margin-bottom: 0;
}

/* line 52, general/_genesis.scss */
.author-box .avatar {
  margin-right: 24px;
  margin-right: 2.4rem;
}

@media screen and (min-width: 768px) {
  /* line 8, general/_navigation.scss */
  .genesis-nav-menu {
    clear: both;
    width: 100%;
  }
  /* line 12, general/_navigation.scss */
  .genesis-nav-menu .menu-item {
    display: inline-block;
    list-style-type: none;
  }
  /* line 16, general/_navigation.scss */
  .genesis-nav-menu .menu-item a {
    display: block;
  }

  /* line 22, general/_navigation.scss */
  .genesis-nav-menu .current-menu-item > a,
  .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #fff;
  }

  /* line 27, general/_navigation.scss */
  .genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    z-index: 99;
  }
  /* line 33, general/_navigation.scss */
  .genesis-nav-menu .sub-menu .menu-item {
    display: block;
  }
  /* line 36, general/_navigation.scss */
  .genesis-nav-menu .sub-menu .menu-item a {
    position: relative;
  }

  /* line 42, general/_navigation.scss */
  .genesis-nav-menu .menu-item:hover {
    position: static;
  }

  /* line 46, general/_navigation.scss */
  .genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
  }

  /* line 51, general/_navigation.scss */
  .genesis-nav-menu > .first > a {
    padding-left: 0;
  }

  /* line 55, general/_navigation.scss */
  .genesis-nav-menu > .last > a {
    padding-right: 0;
  }

  /* line 64, general/_navigation.scss */
  .blog .nav-primary .wrap ul#menu-primary li.current-page-ancestor a, .single-post .nav-primary .wrap ul#menu-primary li.current-page-ancestor a {
    color: #719500;
  }

  /* line 69, general/_navigation.scss */
  .nav-primary {
    background: #333;
  }
  /* line 74, general/_navigation.scss */
  .nav-primary .wrap ul#menu-primary {
    position: relative;
    z-index: 99;
    text-align: justify;
    width: 100%;
    margin-bottom: -11px;
  }
  /* line 82, general/_navigation.scss */
  .nav-primary .wrap ul#menu-primary:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    overflow: hidden;
    z-index: 1;
    position: relative;
  }
  /* line 94, general/_navigation.scss */
  .nav-primary .wrap ul#menu-primary > li.menu-item {
    padding-top: 7px;
    padding-top: 0.4375rem;
  }
  /* line 106, general/_navigation.scss */
  .nav-primary .wrap ul#menu-primary > li.menu-item a {
    font-size: 14px;
    font-size: 0.875rem;
    color: #CCC;
    display: block;
    text-align: center;
    padding: 0 6px;
    padding: 0 0.375rem;
    text-transform: uppercase;
  }
  /* line 117, general/_navigation.scss */
  .nav-primary .wrap ul#menu-primary > li.menu-item a:hover {
    color: #719500;
  }
  /* line 125, general/_navigation.scss */
  .nav-primary .wrap ul#menu-primary > li.menu-item.first > a {
    padding-left: 0;
  }
  /* line 129, general/_navigation.scss */
  .nav-primary .wrap ul#menu-primary > li.menu-item.last > a {
    padding-right: 0;
  }
  /* line 133, general/_navigation.scss */
  .nav-primary .wrap ul#menu-primary > li.current-menu-item > a,
  .nav-primary .wrap ul#menu-primary > li.current-menu-item > a:hover,
  .nav-primary .wrap ul#menu-primary > li.current-menu-ancestor > a,
  .nav-primary .wrap ul#menu-primary > li.current-page-ancestor > a {
    color: #719500 !important;
  }
  /* line 143, general/_navigation.scss */
  .nav-primary .wrap ul#menu-primary .sub-menu .menu-item {
    padding: 16px 22px;
    padding: 1rem 1.375rem;
  }
  /* line 147, general/_navigation.scss */
  .nav-primary .wrap ul#menu-primary .sub-menu .menu-item a {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  /* line 106, general/_navigation.scss */
  .nav-primary .wrap ul#menu-primary > li.menu-item a {
    padding: 0 18px;
    padding: 0 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  /* line 172, general/_navigation.scss */
  .nav-primary {
    display: none;
  }
}
/* Primary Secondary Navigation
--------------------------------------------- */
/* line 182, general/_navigation.scss */
.mobile-nav {
  text-align: inherit;
  clear: both;
  width: 80%;
  left: -80%;
  position: absolute;
  top: 0;
  min-height: 100%;
  z-index: 9000;
  padding-top: 55px;
  padding-top: 3.4375rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  background: #eeeeee;
}
/* line 196, general/_navigation.scss */
.mobile-nav h3 {
  font-size: 1em;
  padding: .5em 1em;
}
/* line 201, general/_navigation.scss */
.mobile-nav ul.menu {
  padding: 0 20px;
  padding: 0 1.25rem;
}
/* line 205, general/_navigation.scss */
.mobile-nav ul.menu a {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  padding: 5px 0;
  padding: 0.3125rem 0;
  display: block;
  color: #666;
}
/* line 211, general/_navigation.scss */
.mobile-nav ul.menu a:hover {
  color: #87af08;
}
@media only screen and (min-width: 768px) {
  /* line 218, general/_navigation.scss */
  .mobile-nav ul.menu > li:first-child > a {
    border-top: 1px solid #ccc;
  }
}
/* line 225, general/_navigation.scss */
.mobile-nav ul.menu > li > a {
  border-bottom: 1px solid #ccc;
}
/* line 231, general/_navigation.scss */
.mobile-nav ul.menu > li.menu-item-has-children + li > a {
  border-top: 1px solid #ccc;
}
/* line 235, general/_navigation.scss */
.mobile-nav ul.menu li {
  list-style-type: none;
  word-wrap: break-word;
}
/* line 240, general/_navigation.scss */
.mobile-nav ul.menu li ul a {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 5px 0;
  padding: 0.3125rem 0;
  color: #999;
}
/* line 250, general/_navigation.scss */
.mobile-nav #menu-item-284 > a,
.mobile-nav #menu-item-295 > a,
.mobile-nav #menu-item-303 > a,
.mobile-nav #menu-item-41 > a {
  border-top: 1px solid #ccc;
}

/* Footer Widget Area
--------------------------------------------- */
@media screen and (min-width: 768px) {
  /* line 263, general/_navigation.scss */
  .footer-widget-area {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 263, general/_navigation.scss */
  .footer-widget-area {
    margin: 24px -20px 20px 0;
    margin: 1.5rem -1.25rem 1.25rem 0;
    text-align: right;
  }
}
@media screen and (max-width: 479px) {
  /* line 263, general/_navigation.scss */
  .footer-widget-area {
    margin: 24px -20px 20px 0;
    margin: 1.5rem -1.25rem 1.25rem 0;
  }
}

/* Pagination
--------------------------------------------- */
/* line 4, general/_pagination.scss */
.archive-pagination,
.entry-pagination {
  margin: 20px 0;
  margin: 1.25rem 0;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0;
}

/* line 14, general/_pagination.scss */
.archive-pagination li {
  display: inline;
}

/* line 18, general/_pagination.scss */
.archive-pagination li a {
  background-color: #87af08;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
}

/* line 27, general/_pagination.scss */
.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: #749707;
}

/* WordPress
--------------------------------------------- */
/* line 3, general/_wordpress.scss */
.search-form {
  position: relative;
}

/* line 7, general/_wordpress.scss */
.avatar {
  float: left;
}

/* line 11, general/_wordpress.scss */
.alignleft .avatar {
  margin-right: 24px;
  margin-right: 2.4rem;
}

/* line 16, general/_wordpress.scss */
.alignright .avatar {
  margin-left: 24px;
  margin-left: 2.4rem;
}

/* line 27, general/_wordpress.scss */
img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
  margin: 0 auto 2.4rem;
}

/* line 34, general/_wordpress.scss */
img.alignnone {
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
}

/* line 39, general/_wordpress.scss */
.alignleft {
  float: left;
  text-align: left;
}

/* line 44, general/_wordpress.scss */
.alignright {
  float: right;
  text-align: right;
}

/* line 49, general/_wordpress.scss */
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
  margin: 0 2.4rem 2.4rem 0;
}

/* line 55, general/_wordpress.scss */
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
  margin: 0 0 2.4rem 2.4rem;
}

/* line 61, general/_wordpress.scss */
.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}

/* line 71, general/_wordpress.scss */
.widget_calendar table {
  width: 100%;
}

/* line 75, general/_wordpress.scss */
.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* line 1, general/_typography.scss */
html {
  font-size: 100%;
}

/* line 4, general/_typography.scss */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #666666;
  font-weight: normal;
  font-style: normal;
  background: white;
  font-weight: 300;
}

/* line 15, general/_typography.scss */
a {
  color: #87af08;
  text-decoration: none;
}
/* line 19, general/_typography.scss */
a:hover {
  color: #749707;
}

/* line 24, general/_typography.scss */
p {
  margin: 0 0 24px;
  margin: 0 0 1.5rem;
  padding: 0;
}

/* line 29, general/_typography.scss */
strong {
  font-weight: 700;
}

/* line 33, general/_typography.scss */
ol,
ul {
  margin: 0;
  padding: 0;
}

/* line 39, general/_typography.scss */
blockquote,
blockquote::before {
  color: #999;
}

/* line 44, general/_typography.scss */
blockquote {
  margin: 2.5rem 2.5rem 1.5rem;
}

/* line 48, general/_typography.scss */
blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

/* line 58, general/_typography.scss */
.entry-content code {
  background-color: #719500;
}

/* line 62, general/_typography.scss */
cite {
  font-style: normal;
}

/* Headings
--------------------------------------------- */
/* line 69, general/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
}

/* line 81, general/_typography.scss */
.archive-title {
  font-weight: 300;
}

/* line 85, general/_typography.scss */
h1 {
  font-size: 40px;
  font-size: 2.5rem;
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
}

/* line 90, general/_typography.scss */
h2 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 5px;
  margin: 0 0 0.3125rem;
  text-transform: uppercase;
}

/* line 98, general/_typography.scss */
h2 a:hover {
  color: #333;
}

/* line 103, general/_typography.scss */
h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 5px;
  margin: 0 0 0.3125rem;
  text-transform: uppercase;
  color: #719500;
}

/* line 111, general/_typography.scss */
.entry-title {
  text-transform: uppercase;
  font-weight: 300;
}

/* line 118, general/_typography.scss */
a:hover h1, a:hover h2 {
  color: #ade00a;
}

/* line 124, general/_typography.scss */
.entry-title a,
.sidebar .widget-title a {
  color: #333;
}

/* line 129, general/_typography.scss */
.entry-title a:hover {
  color: #666;
}

/* line 133, general/_typography.scss */
.widget-title {
  font-size: 2.5rem;
  color: #719500;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
}

/* line 142, general/_typography.scss */
.sidebar .widget-title a {
  border: none;
}

/* line 146, general/_typography.scss */
.archive-title {
  color: #719500;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  margin: 0 0 1.25rem 0;
}

/* Entries
--------------------------------------------- */
/* line 156, general/_typography.scss */
.entry {
  background-color: #fff;
  margin-bottom: 0;
}

/* line 163, general/_typography.scss */
.entry-content li, .entry-content p, .entry-summary li, .entry-summary p, .archive-description li, .archive-description p {
  line-height: 24px;
  line-height: 1.5rem;
}

/* line 168, general/_typography.scss */
.entry-content a {
  color: #87af08;
}

/* line 172, general/_typography.scss */
.entry-content a:hover {
  color: #ade00a;
}

/* line 176, general/_typography.scss */
.entry-content .attachment a,
.entry-content .gallery a {
  border: none;
}

/* line 181, general/_typography.scss */
.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

/* line 188, general/_typography.scss */
.entry-content ol,
.entry-content ul {
  margin-left: 20px;
  margin-left: 1.25rem;
}

/* line 193, general/_typography.scss */
.entry-content ol li {
  list-style-type: decimal;
}

/* line 197, general/_typography.scss */
.entry-content ul li {
  list-style-type: disc;
}

/* line 201, general/_typography.scss */
.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

/* line 206, general/_typography.scss */
.entry-meta {
  color: #999;
  font-size: 15px;
  font-size: 0.9375rem;
}

/* line 211, general/_typography.scss */
.entry-meta a {
  border-bottom: 1px solid #ddd;
}

/* line 215, general/_typography.scss */
.entry-header .entry-meta {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  font-style: italic;
}

/* line 223, general/_typography.scss */
.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
  margin: 0 0.6rem 0 0.2rem;
}

/* Site Containers
--------------------------------------------- */
/* line 4, layouts/structure/_header.scss */
.site-inner,
.wrap {
  margin: 0 auto;
  max-width: 960px;
}

/* line 11, layouts/structure/_header.scss */
.site-inner {
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media only screen and (min-width: 768px) {
  /* line 11, layouts/structure/_header.scss */
  .site-inner {
    padding: 0 10px;
    padding: 0 0.625rem;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 11, layouts/structure/_header.scss */
  .site-inner {
    padding: 0 0;
    padding: 0 0;
  }
}

/*
Site Header
---------------------------------------------- */
/* line 26, layouts/structure/_header.scss */
.site-header {
  background-color: #719500;
  position: relative;
}
/* line 30, layouts/structure/_header.scss */
.site-header .header-widget-area {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 38, layouts/structure/_header.scss */
.site-header .wrap, nav .wrap {
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media only screen and (min-width: 768px) {
  /* line 38, layouts/structure/_header.scss */
  .site-header .wrap, nav .wrap {
    padding: 0 10px;
    padding: 0 0.625rem;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 38, layouts/structure/_header.scss */
  .site-header .wrap, nav .wrap {
    padding: 0;
  }
}

/* Title Area
--------------------------------------------- */
/* line 51, layouts/structure/_header.scss */
.title-area {
  position: relative;
}
/* line 54, layouts/structure/_header.scss */
.title-area .site-title {
  padding: 20px 0 10px;
  padding: 1.25rem 0 0.625rem;
}
@media only screen and (max-width: 479px) {
  /* line 54, layouts/structure/_header.scss */
  .title-area .site-title {
    text-align: center;
    padding: 10px 0;
    padding: 0.625rem 0;
  }
}
/* line 63, layouts/structure/_header.scss */
.title-area .site-title a {
  display: block;
}
/* line 65, layouts/structure/_header.scss */
.title-area .site-title a:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 69, layouts/structure/_header.scss */
.title-area .site-title a img {
  display: block;
}

/* Widget Area
--------------------------------------------- */
/* line 85, layouts/structure/_header.scss */
.widget-area {
  word-wrap: break-word;
}

/* line 95, layouts/structure/_header.scss */
.utility-bar .widget-area .widget_search .widget-wrap {
  width: 100%;
  text-align: right;
}

/* line 5, layouts/structure/_footer.scss */
.site-footer {
  position: relative;
}
/* line 8, layouts/structure/_footer.scss */
.site-footer .wrap {
  padding: 24px 15px;
  padding: 1.5rem 0.9375rem;
}
/* line 12, layouts/structure/_footer.scss */
.site-footer .wrap .footer-left, .site-footer .wrap .footer-right {
  display: block;
}
/* line 17, layouts/structure/_footer.scss */
.site-footer .wrap .footer-left img {
  vertical-align: inherit;
  display: inline;
}
/* line 21, layouts/structure/_footer.scss */
.site-footer .wrap .footer-left img:first-child {
  margin-right: 10px;
  margin-right: 0.625rem;
}
/* line 27, layouts/structure/_footer.scss */
.site-footer .wrap .footer-right {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media only screen and (min-width: 1024px) {
  /* line 8, layouts/structure/_footer.scss */
  .site-footer .wrap {
    padding: 24px 0;
    padding: 1.5rem 0;
  }
  /* line 37, layouts/structure/_footer.scss */
  .site-footer .wrap .footer-left, .site-footer .wrap .footer-right {
    display: inline-block;
  }
  /* line 40, layouts/structure/_footer.scss */
  .site-footer .wrap .footer-right {
    margin-left: 15px;
    margin-left: 0.9375rem;
    margin-top: 0;
  }
}

/* line 52, layouts/structure/_footer.scss */
.site-footer a {
  color: #87af08;
}

/* line 55, layouts/structure/_footer.scss */
.site-footer a:hover {
  color: #999;
}

/* line 59, layouts/structure/_footer.scss */
.site-footer p {
  margin-bottom: 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  color: #999;
}
@media only screen and (min-width: 480px) {
  /* line 65, layouts/structure/_footer.scss */
  .site-footer p br {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  /* line 70, layouts/structure/_footer.scss */
  .site-footer p span {
    display: none;
  }
}

/* Footer Widgets
--------------------------------------------- */
@media screen and (max-width: 767px) {
  /* line 83, layouts/structure/_footer.scss */
  .footer-widgets {
    display: none;
  }

  /* line 87, layouts/structure/_footer.scss */
  .site-footer {
    background: #eee;
  }
}
/* line 91, layouts/structure/_footer.scss */
.footer-widgets .wrap {
  padding: 24px 20px;
  padding: 1.5rem 1.25rem;
}
@media only screen and (min-width: 768px) {
  /* line 91, layouts/structure/_footer.scss */
  .footer-widgets .wrap {
    padding: 0 0;
    padding: 0 0;
  }
}

/* line 100, layouts/structure/_footer.scss */
.footer-widgets {
  background-color: #eeeeee;
}
@media only screen and (max-width: 479px) {
  /* line 103, layouts/structure/_footer.scss */
  .footer-widgets .footer-widgets-1 {
    padding: 25px 0 0;
    padding: 1.5625rem 0 0;
  }
}
@media only screen and (min-width: 768px) {
  /* line 113, layouts/structure/_footer.scss */
  .footer-widgets .widget-area {
    width: 50%;
    float: left;
    padding: 40px 30px 25px;
    padding: 2.5rem 1.875rem 1.5625rem;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 113, layouts/structure/_footer.scss */
  .footer-widgets .widget-area {
    width: 25%;
    padding: 40px 24px 25px;
    padding: 2.5rem 1.5rem 1.5625rem;
  }
}
/* line 128, layouts/structure/_footer.scss */
.footer-widgets .widget-area ul.menu a {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  padding: 3px 0;
  padding: 0.1875rem 0;
  display: block;
  color: #666;
}
/* line 134, layouts/structure/_footer.scss */
.footer-widgets .widget-area ul.menu a:hover {
  color: #87af08;
}
@media only screen and (min-width: 768px) {
  /* line 141, layouts/structure/_footer.scss */
  .footer-widgets .widget-area ul.menu > li:first-child > a {
    border-top: 1px solid #ccc;
  }
}
/* line 148, layouts/structure/_footer.scss */
.footer-widgets .widget-area ul.menu > li > a {
  border-bottom: 1px solid #ccc;
}
/* line 154, layouts/structure/_footer.scss */
.footer-widgets .widget-area ul.menu > li.menu-item-has-children + li > a {
  border-top: 1px solid #ccc;
}
/* line 158, layouts/structure/_footer.scss */
.footer-widgets .widget-area ul.menu li {
  list-style-type: none;
  word-wrap: break-word;
}
/* line 163, layouts/structure/_footer.scss */
.footer-widgets .widget-area ul.menu li ul a {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 3px 0;
  padding: 0.1875rem 0;
  color: #999;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 174, layouts/structure/_footer.scss */
  .footer-widgets .footer-widgets-2, .footer-widgets .footer-widgets-4 {
    padding-left: 0;
  }
}

/* Column Widths and Positions
--------------------------------------------- */
/* Wrapping div for .content and .sidebar-primary */
/* line 6, layouts/structure/_content.scss */
.content-sidebar-wrap {
  padding: 15px 0 40px;
  padding: 0.9375rem 0 2.5rem;
}
@media only screen and (min-width: 1024px) {
  /* line 6, layouts/structure/_content.scss */
  .content-sidebar-wrap {
    padding: 21px 0;
    padding: 1.3125rem 0;
  }
}

/* line 14, layouts/structure/_content.scss */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 960px;
}

@media only screen and (min-width: 768px) {
  /* line 20, layouts/structure/_content.scss */
  .content-sidebar-sidebar .content-sidebar-wrap {
    float: right;
  }
}

@media only screen and (min-width: 768px) {
  /* line 26, layouts/structure/_content.scss */
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
  }
}

/* Content */
@media only screen and (min-width: 768px) {
  /* line 35, layouts/structure/_content.scss */
  .content {
    float: right;
    width: 59.58333%;
  }
}

@media only screen and (min-width: 768px) {
  /* line 44, layouts/structure/_content.scss */
  .content-sidebar .content,
  .content-sidebar-sidebar .content,
  .sidebar-content-sidebar .content {
    float: right;
  }
}

@media only screen and (min-width: 768px) {
  /* line 52, layouts/structure/_content.scss */
  .content-sidebar-sidebar .content,
  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content {
    width: precentage(auto/960px);
  }
}

/* line 60, layouts/structure/_content.scss */
.full-width-content .content {
  width: 100%;
}

/* line 64, layouts/structure/_content.scss */
.entry-content .search-form {
  width: 50%;
}

/* line 68, layouts/structure/_content.scss */
.entry-categories,
.entry-tags {
  display: block;
}

/* line 5, layouts/structure/_sidebar.scss */
.sidebar {
  color: #999;
}

/* line 12, layouts/structure/_sidebar.scss */
.sidebar p:last-child {
  margin-bottom: 0;
}

/* line 16, layouts/structure/_sidebar.scss */
.sidebar li {
  list-style-type: none;
  margin-bottom: 0.375rem;
  word-wrap: break-word;
}

/* line 22, layouts/structure/_sidebar.scss */
.sidebar ul > li:last-child {
  margin-bottom: 0;
}

/* Primary Sidebar */
/* line 32, layouts/structure/_sidebar.scss */
.sidebar-primary {
  margin-top: 2.5rem;
}
@media only screen and (min-width: 768px) {
  /* line 32, layouts/structure/_sidebar.scss */
  .sidebar-primary {
    margin-top: 0;
    float: left;
    width: 38.33333%;
  }
}

@media only screen and (min-width: 768px) {
  /* line 41, layouts/structure/_sidebar.scss */
  .sidebar-content .sidebar-primary,
  .sidebar-sidebar-content .sidebar-primary {
    float: left;
  }
}

/* Secondary Sidebar */
/*
Widgets
---------------------------------------------------------------------------------------------------- */
/* Featured Content
--------------------------------------------- */
/* line 64, layouts/structure/_sidebar.scss */
.featured-content .entry {
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  padding: 0 0 24px;
  padding: 0 0 2.4rem;
}

/* line 72, layouts/structure/_sidebar.scss */
.featured-content .entry-title {
  border: none;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}

/* line 79, layouts/structure/_sidebar.scss */
.featured-content .entry-title a {
  border: none;
}

/* line 6, layouts/templates/_index.scss */
.content a:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 11, layouts/templates/_index.scss */
.gallery-entry {
  padding: 20px 0 0 0;
  padding: 1.25rem 0 0 0;
  border-top: 1px solid  #f0f0f0;
}

/* line 19, layouts/templates/_index.scss */
.entry hr {
  border: 0;
  height: 1px;
  border-top: 1px solid #f0f0f0;
  padding: 25px 0 0;
  padding: 1.5625rem 0 0;
  margin: 0 auto;
  margin: 0 auto;
}

/* line 28, layouts/templates/_index.scss */
.no-bullets {
  margin-left: 0 !important;
}
/* line 31, layouts/templates/_index.scss */
.no-bullets li {
  list-style-type: none !important;
}
/* line 33, layouts/templates/_index.scss */
.no-bullets li b {
  font-weight: 300 !important;
  color: #666666 !important;
}

/* line 41, layouts/templates/_index.scss */
body .gallery-entry .entry-content h2.sub-heading {
  color: #222222;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 5px;
  margin: 0 0 0.3125rem;
  text-transform: uppercase;
  font-weight: 300;
}

/* line 51, layouts/templates/_index.scss */
.gallery {
  padding: 10px 0 0 0;
  padding: 0.625rem 0 0 0;
}

/* line 56, layouts/templates/_index.scss */
.gallery [class*="block-grid-"], .newsletters [class*="block-grid-"] {
  margin: 0 -5px;
  margin: 0 -0.3125rem;
}
/* line 60, layouts/templates/_index.scss */
.gallery [class*="block-grid-"] > li, .newsletters [class*="block-grid-"] > li {
  padding: 0 5px 10px;
  padding: 0 0.3125rem 0.625rem;
}

/* line 67, layouts/templates/_index.scss */
.utility-bar {
  background: #719500;
}
/* line 71, layouts/templates/_index.scss */
.utility-bar .wrap {
  width: 100%;
  max-width: 100%;
}
/* line 76, layouts/templates/_index.scss */
.utility-bar .search-form {
  width: 100%;
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 76, layouts/templates/_index.scss */
  .utility-bar .search-form {
    max-width: 425px;
    display: block;
    float: right;
  }
}

/* line 90, layouts/templates/_index.scss */
.search-form input[type="search"] {
  width: auto;
  width: 100%;
  padding: 4px 5% 4px 36px;
  background: #87af08;
  font-size: 13px;
  color: #333;
  font-style: italic;
}

/* line 100, layouts/templates/_index.scss */
.search-form input[type="submit"] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  text-transform: capitalize;
  text-indent: -9999em;
  background: #333333 url(images/search-icon.png) no-repeat center center;
  outline: none;
  border: none;
  width: 26px;
  height: 26px;
  padding: 0;
  cursor: pointer;
}

/* line 116, layouts/templates/_index.scss */
.search-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #333;
}

/* line 119, layouts/templates/_index.scss */
.search-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333;
}

/* line 122, layouts/templates/_index.scss */
.search-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333;
}

/* line 125, layouts/templates/_index.scss */
.search-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #333;
}

/* line 135, layouts/templates/_index.scss */
.content {
  position: relative;
}

/* line 139, layouts/templates/_index.scss */
.breadcrumb {
  text-transform: lowercase;
  font-size: 12px;
  font-size: 0.75rem;
}
/* line 143, layouts/templates/_index.scss */
.breadcrumb a {
  font-size: 12px;
  font-size: 0.75rem;
}

	/*
	.content .breadcrumb {
		
		@media only screen and (min-width:1024px) {
			position: absolute;
			top: 25px;
			right: 0;
			margin-bottom: 0;
		}	
	
	}
*/
/* line 165, layouts/templates/_index.scss */
.page-children .entry {
  padding: 10px 0 0 24px;
  padding: 0.625rem 0 0 1.5rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
  border-top: 1px solid  #f0f0f0;
}
/* line 173, layouts/templates/_index.scss */
.page-children .entry .entry-content p {
  margin-bottom: 0;
}
/* line 179, layouts/templates/_index.scss */
.page-children .entry .entry-title {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 0 -24px;
  margin: 0 0 0 -1.5rem;
  text-transform: uppercase;
}
/* line 184, layouts/templates/_index.scss */
.page-children .entry .entry-title a {
  padding: 0 0 0 24px;
  padding: 0 0 0 1.5rem;
  background: url(images/arrow-green-black.png) left 9px no-repeat;
  color: #719500;
}
/* line 189, layouts/templates/_index.scss */
.page-children .entry .entry-title a:hover {
  background-position: 0 -39px;
  color: #333;
}
/* line 198, layouts/templates/_index.scss */
.page-children .entry.first {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

/* line 208, layouts/templates/_index.scss */
.tablepress th, .tablepress td {
  padding: 2px 5px;
  padding: 0.125rem 0.3125rem;
  vertical-align: top;
}
/* line 213, layouts/templates/_index.scss */
.tablepress th {
  text-align: left;
}

/* line 220, layouts/templates/_index.scss */
.program-guides {
  margin-top: 15px;
}
/* line 224, layouts/templates/_index.scss */
.program-guides li {
  display: inline-block !important;
  width: auto !important;
}
@media only screen and (min-width: 480px) {
  /* line 231, layouts/templates/_index.scss */
  .program-guides li:last-child {
    margin-left: 20px;
  }
}
/* line 236, layouts/templates/_index.scss */
.program-guides li a {
  color: #666;
}
/* line 242, layouts/templates/_index.scss */
.program-guides li a img {
  display: inline-block;
}
/* line 246, layouts/templates/_index.scss */
.program-guides li a:hover {
  color: #666;
}

/* line 255, layouts/templates/_index.scss */
.register-now {
  color: white !important;
}

/* line 6, layouts/templates/_front_page.scss */
.home .introduction {
  margin-bottom: 46px;
  margin-bottom: 2.875rem;
}
/* line 10, layouts/templates/_front_page.scss */
.home .introduction p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
}
/* line 17, layouts/templates/_front_page.scss */
.home .entry-content {
  margin-top: 26px;
  margin-top: 1.625rem;
  padding: 34px 20px;
  padding: 2.125rem 1.25rem;
  background: #f0f0f0;
}
/* line 22, layouts/templates/_front_page.scss */
.home .entry-content h2 {
  font-size: 24px;
  font-size: 1.5rem;
}
/* line 26, layouts/templates/_front_page.scss */
.home .entry-content h3 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #719500;
}
/* line 32, layouts/templates/_front_page.scss */
.home .entry-content h3, .home .entry-content h2 {
  margin-bottom: 0;
}
/* line 44, layouts/templates/_front_page.scss */
.home #c-carousel {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media only screen and (min-width: 768px) {
  /* line 44, layouts/templates/_front_page.scss */
  .home #c-carousel {
    margin-top: 21px;
    margin-top: 1.3125rem;
  }
}
/* line 51, layouts/templates/_front_page.scss */
.home #carousel li {
  position: relative;
}
/* line 54, layouts/templates/_front_page.scss */
.home .slide-info {
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #333;
}
/* line 65, layouts/templates/_front_page.scss */
.home .slide-info span {
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  /* line 54, layouts/templates/_front_page.scss */
  .home .slide-info {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 54, layouts/templates/_front_page.scss */
  .home .slide-info {
    margin: 0 30px;
    padding: 12px 20px;
    padding: 0.75rem 1.25rem;
  }
}
/* line 86, layouts/templates/_front_page.scss */
.home .wpg-social-feed li {
  padding-bottom: 0;
}
/* line 90, layouts/templates/_front_page.scss */
.home .wpg-social-feed .social-links {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media only screen and (min-width: 1024px) {
  /* line 90, layouts/templates/_front_page.scss */
  .home .wpg-social-feed .social-links {
    margin-top: 6px;
    margin-top: 0.375rem;
    text-align: right;
  }
}
/* line 100, layouts/templates/_front_page.scss */
.home .wpg-social-feed a {
  display: inline-block;
  margin-left: 8px;
  margin-left: 0.5rem;
}
/* line 104, layouts/templates/_front_page.scss */
.home .wpg-social-feed a:first-child {
  margin: 0;
}
/* line 107, layouts/templates/_front_page.scss */
.home .wpg-social-feed a span {
  display: none;
}
/* line 114, layouts/templates/_front_page.scss */
.home [class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
  *zoom: 1;
}
/* line 126, layouts/templates/_front_page.scss */
.home .menu-front-page-menu-container [class*="block-grid-"] li a {
  display: block;
  background: #f0f0f0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #666666;
  text-transform: uppercase;
  padding: 14px 20px 14px 20px;
  padding: 0.875rem 1.25rem 0.875rem 1.25rem;
  text-decoration: none;
  font-weight: 300;
}
/* line 135, layouts/templates/_front_page.scss */
.home .menu-front-page-menu-container [class*="block-grid-"] li a:hover {
  background: #719500;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  /* line 126, layouts/templates/_front_page.scss */
  .home .menu-front-page-menu-container [class*="block-grid-"] li a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen {
  /* line 120, layouts/templates/_front_page.scss */
  .home .menu-front-page-menu-container [class*="block-grid-"] {
    margin: 0 -1.5px;
    margin: 0 -0.09375rem;
  }
  /* line 151, layouts/templates/_front_page.scss */
  .home .menu-front-page-menu-container [class*="block-grid-"] > li {
    padding: 0 1.5px 3px 1.5px;
    padding: 0 0.09375rem 0.1875rem 0.09375rem;
  }
}
@media only screen and (min-width: 768px) {
  /* line 120, layouts/templates/_front_page.scss */
  .home .menu-front-page-menu-container [class*="block-grid-"] {
    margin: 0 -1.5px;
    margin: 0 -0.09375rem;
  }
  /* line 165, layouts/templates/_front_page.scss */
  .home .menu-front-page-menu-container [class*="block-grid-"] > li {
    padding: 0 1.5px 3px 1.5px;
    padding: 0 0.09375rem 0.1875rem 0.09375rem;
  }
}
/* line 183, layouts/templates/_front_page.scss */
.home .sidebar .widget {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
/* line 187, layouts/templates/_front_page.scss */
.home .sidebar .widget:last-child {
  margin-bottom: 0;
}
/* line 191, layouts/templates/_front_page.scss */
.home .sidebar .widget-wrap {
  border: 1px solid #ccc;
  padding: 20px;
  padding: 1.25rem;
}
/* line 196, layouts/templates/_front_page.scss */
.home .sidebar .social_post {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  padding-top: 1.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-style: italic;
  color: #333;
  font-weight: 400;
}
/* line 206, layouts/templates/_front_page.scss */
.home .sidebar .social_post:first-child {
  margin-top: 40px;
  margin-top: 2.5rem;
}
/* line 210, layouts/templates/_front_page.scss */
.home .sidebar .social_post .social_meta {
  font-size: 12px;
  font-size: 0.75rem;
  color: #999;
  padding-top: 5px;
  padding-top: 0.3125rem;
}
/* line 220, layouts/templates/_front_page.scss */
.home .sidebar .dpe-flexible-posts li {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  padding-top: 1.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #333;
}
/* line 228, layouts/templates/_front_page.scss */
.home .sidebar .dpe-flexible-posts li h2 {
  font-size: 20px;
  font-size: 1.25rem;
}

/* line 7, layouts/templates/_program.scss */
.licensed-preschool .logout {
  margin-bottom: 24px;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  /* line 7, layouts/templates/_program.scss */
  .licensed-preschool .logout {
    position: absolute;
    margin: 0;
    right: 24px;
    bottom: 32px;
  }
}

/* line 21, layouts/templates/_program.scss */
.archive-description {
  background: #f0f0f0;
  padding: 22px 24px 12px;
  padding: 1.375rem 1.5rem 0.75rem;
  margin: 0 0 40px 0;
  margin: 0 0 2.5rem 0;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  /* line 27, layouts/templates/_program.scss */
  .archive-description .breadcrumb {
    margin: 0 0 12px 0;
    margin: 0 0 0.75rem 0;
    padding: 0;
  }
}
/* line 34, layouts/templates/_program.scss */
.archive-description p {
  font-size: 16px;
  font-size: 1rem;
}

/* line 41, layouts/templates/_program.scss */
.program-archive .entry {
  padding: 10px 0 0 24px;
  padding: 0.625rem 0 0 1.5rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
  border-top: 1px solid  #f0f0f0;
}
/* line 48, layouts/templates/_program.scss */
.program-archive .entry .entry-content p {
  margin-bottom: 0;
}
/* line 54, layouts/templates/_program.scss */
.program-archive .entry .entry-title {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 0 -24px;
  margin: 0 0 0 -1.5rem;
  text-transform: uppercase;
}
/* line 59, layouts/templates/_program.scss */
.program-archive .entry .entry-title a {
  padding: 0 0 0 24px;
  padding: 0 0 0 1.5rem;
  background: url(images/arrow-green-black.png) left 9px no-repeat;
  color: #719500;
}
/* line 64, layouts/templates/_program.scss */
.program-archive .entry .entry-title a:hover {
  background-position: 0 -39px;
  color: #333;
}
/* line 73, layouts/templates/_program.scss */
.program-archive .entry.first {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

/* line 90, layouts/templates/_program.scss */
.single-program .entry .entry-title {
  color: #719500;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin: 0 0 18px 0;
  margin: 0 0 1.125rem 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
/* line 100, layouts/templates/_program.scss */
.single-program .entry .entry-content h2 {
  font-size: 14px;
  font-size: 0.875rem;
  color: #333;
  font-weight: 700;
}
/* line 105, layouts/templates/_program.scss */
.single-program .entry .entry-content ul, .single-program .entry .entry-content li {
  list-style-type: none;
  margin-left: 0;
  text-transform: uppercase;
}
/* line 111, layouts/templates/_program.scss */
.single-program .entry .entry-content ul {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
/* line 114, layouts/templates/_program.scss */
.single-program .entry .entry-content ul:last-of-type {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
/* line 118, layouts/templates/_program.scss */
.single-program .entry .entry-content ul .program-code {
  font-weight: 600;
}
/* line 123, layouts/templates/_program.scss */
.single-program .entry .entry-content p:last-of-type {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
/* line 129, layouts/templates/_program.scss */
.single-program .entry .entry-content .class-entry {
  padding: 24px 0 0 0;
  padding: 1.5rem 0 0 0;
  border-top: 1px solid  #f0f0f0;
}
/* line 134, layouts/templates/_program.scss */
.single-program .entry .entry-content .class-entry:first-of-type {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

/* line 153, layouts/templates/_program.scss */
.program-instructor-archive .entry {
  padding: 20px 24px 0 0;
  padding: 1.25rem 1.5rem 0 0;
  border-top: 1px solid  #f0f0f0;
}
@media only screen and (min-width: 1024px) {
  /* line 159, layouts/templates/_program.scss */
  .program-instructor-archive .entry .entry-content {
    overflow: hidden;
  }
}
/* line 172, layouts/templates/_program.scss */
.program-instructor-archive .entry img {
  margin: 0 0 15px 0;
  margin: 0 0 0.9375rem 0;
}
@media only screen and (min-width: 1024px) {
  /* line 172, layouts/templates/_program.scss */
  .program-instructor-archive .entry img {
    margin: 0 15px 0 0;
    margin: 0 0.9375rem 0 0;
    float: left;
  }
}
/* line 181, layouts/templates/_program.scss */
.program-instructor-archive .entry .entry-title {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
  text-transform: uppercase;
  color: #719500;
}
/* line 190, layouts/templates/_program.scss */
.program-instructor-archive .entry.first {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

/* line 7, layouts/templates/_facility.scss */
.archive-facility .entry {
  padding: 10px 24px 0 0;
  padding: 0.625rem 1.5rem 0 0;
  margin-top: 15px;
  margin-top: 0.9375rem;
  border-top: 1px solid  #f0f0f0;
}
@media only screen and (min-width: 1024px) {
  /* line 13, layouts/templates/_facility.scss */
  .archive-facility .entry .entry-content {
    overflow: hidden;
  }
}
/* line 18, layouts/templates/_facility.scss */
.archive-facility .entry .entry-content p {
  margin-bottom: 0;
}
/* line 24, layouts/templates/_facility.scss */
.archive-facility .entry img {
  margin: 0 0 15px 0;
  margin: 0 0 0.9375rem 0;
}
@media only screen and (min-width: 1024px) {
  /* line 24, layouts/templates/_facility.scss */
  .archive-facility .entry img {
    margin: 0 15px 0 0;
    margin: 0 0.9375rem 0 0;
    float: left;
  }
}
/* line 33, layouts/templates/_facility.scss */
.archive-facility .entry .entry-title {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
  text-transform: uppercase;
}
/* line 38, layouts/templates/_facility.scss */
.archive-facility .entry .entry-title a {
  color: #719500;
}
/* line 41, layouts/templates/_facility.scss */
.archive-facility .entry .entry-title a:hover {
  color: #333;
}
/* line 49, layouts/templates/_facility.scss */
.archive-facility .entry.first {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

/* line 58, layouts/templates/_facility.scss */
.single-facility .tablepress {
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
}
/* line 63, layouts/templates/_facility.scss */
.single-facility .tablepress th, .single-facility .tablepress td {
  padding: 8px 5px;
  padding: 0.5rem 0.3125rem;
  vertical-align: top;
}
/* line 68, layouts/templates/_facility.scss */
.single-facility .tablepress th {
  text-align: left;
}
/* line 72, layouts/templates/_facility.scss */
.single-facility .tablepress th, .single-facility .tablepress td {
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
}

/* line 13, layouts/templates/_event.scss */
.single-ai1ec_event .ai1ec-calendar-link {
  display: none;
}

/* line 5, layouts/templates/_get_involved.scss */
.partners h2, .sponsors h2 {
  color: #719500;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin: 0 0 18px 0;
  margin: 0 0 1.125rem 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-weight: 300;
  text-transform: uppercase;
}
/* line 17, layouts/templates/_get_involved.scss */
.partners [class*="block-grid-"], .sponsors [class*="block-grid-"] {
  margin: 0 -20px;
  margin: 0 -1.25rem;
}
/* line 21, layouts/templates/_get_involved.scss */
.partners [class*="block-grid-"] p, .sponsors [class*="block-grid-"] p {
  text-align: left;
  margin: 0 0 10px 0;
  margin: 0 0 0.625rem 0;
  color: #333;
}
/* line 27, layouts/templates/_get_involved.scss */
.partners [class*="block-grid-"] li, .sponsors [class*="block-grid-"] li {
  position: relative;
  /*
  img {
  	display: block;
  	position: relative;
  	top: 50%;
  	@include translate(0, -50%);	
  }
  */
}
/* line 31, layouts/templates/_get_involved.scss */
.partners [class*="block-grid-"] li div.table, .sponsors [class*="block-grid-"] li div.table {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
/* line 37, layouts/templates/_get_involved.scss */
.partners [class*="block-grid-"] li div.table div.td, .sponsors [class*="block-grid-"] li div.table div.td {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}

/* line 8, layouts/templates/_contact.scss */
.page-staff .child-posts h2 {
  margin: 0 0 24px 0;
  margin: 0 0 1.5rem 0;
}
/* line 12, layouts/templates/_contact.scss */
.page-staff .child-posts.board h2 {
  margin: 24px 0 24px 0;
  margin: 1.5rem 0 1.5rem 0;
}
/* line 16, layouts/templates/_contact.scss */
.page-staff .entry {
  padding: 20px 24px 0 0;
  padding: 1.25rem 1.5rem 0 0;
  margin-top: 15px;
  margin-top: 0.9375rem;
  border-top: 1px solid  #f0f0f0;
}
@media only screen and (min-width: 1024px) {
  /* line 22, layouts/templates/_contact.scss */
  .page-staff .entry .entry-content {
    overflow: hidden;
  }
}
/* line 27, layouts/templates/_contact.scss */
.page-staff .entry .entry-content p.position, .page-staff .entry .entry-content p.phone {
  margin-bottom: 0;
}
/* line 31, layouts/templates/_contact.scss */
.page-staff .entry .entry-content p.email {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
/* line 37, layouts/templates/_contact.scss */
.page-staff .entry img {
  margin: 0 0 15px 0;
  margin: 0 0 0.9375rem 0;
}
@media only screen and (min-width: 1024px) {
  /* line 37, layouts/templates/_contact.scss */
  .page-staff .entry img {
    margin: 0 15px 0 0;
    margin: 0 0.9375rem 0 0;
    float: left;
  }
}
/* line 46, layouts/templates/_contact.scss */
.page-staff .entry .entry-title {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
  text-transform: uppercase;
  color: #719500;
}
/* line 52, layouts/templates/_contact.scss */
.page-staff .entry .entry-title a {
  color: #719500;
}
/* line 55, layouts/templates/_contact.scss */
.page-staff .entry .entry-title a:hover {
  color: #333;
}
/* line 63, layouts/templates/_contact.scss */
.page-staff .entry.first {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}
/* line 73, layouts/templates/_contact.scss */
.page-staff .read-more, .page-staff .read-less {
  display: block;
  width: 20px;
  height: 19px;
  background: url(images/read-more.png) no-repeat;
}
/* line 80, layouts/templates/_contact.scss */
.page-staff .read-more span, .page-staff .read-less span {
  position: absolute;
  text-indent: -9999em;
}
/* line 87, layouts/templates/_contact.scss */
.page-staff .read-less {
  margin-top: 10px;
  margin-top: 0.625rem;
  background-position: 0 -19px;
}

/* line 99, layouts/templates/_contact.scss */
.page-board .child-posts h2 {
  margin: 0 0 24px 0;
  margin: 0 0 1.5rem 0;
}
/* line 103, layouts/templates/_contact.scss */
.page-board .child-posts.board h2 {
  margin: 24px 0 24px 0;
  margin: 1.5rem 0 1.5rem 0;
}
/* line 107, layouts/templates/_contact.scss */
.page-board .entry {
  padding: 20px 24px 0 0;
  padding: 1.25rem 1.5rem 0 0;
  margin-top: 20px;
  margin-top: 1.25rem;
  border-top: 1px solid  #f0f0f0;
}
@media only screen and (min-width: 1024px) {
  /* line 113, layouts/templates/_contact.scss */
  .page-board .entry .entry-content {
    overflow: hidden;
  }
}
/* line 119, layouts/templates/_contact.scss */
.page-board .entry .entry-content p.position {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
/* line 125, layouts/templates/_contact.scss */
.page-board .entry img {
  margin: 0 0 15px 0;
  margin: 0 0 0.9375rem 0;
}
@media only screen and (min-width: 1024px) {
  /* line 125, layouts/templates/_contact.scss */
  .page-board .entry img {
    margin: 0 15px 0 0;
    margin: 0 0.9375rem 0 0;
    float: left;
  }
}
/* line 134, layouts/templates/_contact.scss */
.page-board .entry .entry-title {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
  text-transform: uppercase;
  color: #719500;
}
/* line 140, layouts/templates/_contact.scss */
.page-board .entry .entry-title a {
  color: #719500;
}
/* line 143, layouts/templates/_contact.scss */
.page-board .entry .entry-title a:hover {
  color: #333;
}
/* line 151, layouts/templates/_contact.scss */
.page-board .entry.first {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}
/* line 161, layouts/templates/_contact.scss */
.page-board .read-more, .page-board .read-less {
  display: block;
  width: 20px;
  height: 19px;
  background: url(images/read-more.png) no-repeat;
}
/* line 168, layouts/templates/_contact.scss */
.page-board .read-more span, .page-board .read-less span {
  position: absolute;
  text-indent: -9999em;
}
/* line 175, layouts/templates/_contact.scss */
.page-board .read-less {
  margin-top: 10px;
  margin-top: 0.625rem;
  background-position: 0 -19px;
}

/* line 186, layouts/templates/_contact.scss */
.page-map #map {
  max-width: 960px;
  height: 396px;
}
/* line 190, layouts/templates/_contact.scss */
.page-map #map img {
  max-width: none;
}
/* line 196, layouts/templates/_contact.scss */
.page-map .gm-style img {
  max-width: none;
}
/* line 197, layouts/templates/_contact.scss */
.page-map .gm-style label {
  width: auto;
  display: inline;
}
/* line 199, layouts/templates/_contact.scss */
.page-map .entry {
  padding: 10px 24px 0 0;
  padding: 0.625rem 1.5rem 0 0;
  margin-top: 15px;
  margin-top: 0.9375rem;
  border-top: 1px solid  #f0f0f0;
}
@media only screen and (min-width: 1024px) {
  /* line 205, layouts/templates/_contact.scss */
  .page-map .entry .entry-content {
    overflow: hidden;
  }
}
/* line 210, layouts/templates/_contact.scss */
.page-map .entry .entry-content p.position, .page-map .entry .entry-content p.phone, .page-map .entry .entry-content p.email {
  margin-bottom: 0;
}
/* line 216, layouts/templates/_contact.scss */
.page-map .entry img {
  margin: 0 0 15px 0;
  margin: 0 0 0.9375rem 0;
}
@media only screen and (min-width: 1024px) {
  /* line 216, layouts/templates/_contact.scss */
  .page-map .entry img {
    margin: 0 15px 0 0;
    margin: 0 0.9375rem 0 0;
    float: left;
  }
}
/* line 225, layouts/templates/_contact.scss */
.page-map .entry .entry-title {
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
  text-transform: uppercase;
}
/* line 234, layouts/templates/_contact.scss */
.page-map .entry .entry-title a {
  color: #719500;
}
/* line 237, layouts/templates/_contact.scss */
.page-map .entry .entry-title a:hover {
  color: #333;
}
/* line 243, layouts/templates/_contact.scss */
.page-map .entry .entry-title .number {
  position: absolute;
  top: 12px;
  left: 0;
  display: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ccc;
  font-size: 14px;
  font-size: 0.875rem;
  width: 22px;
  height: 22px;
  padding: 4px;
  padding: 0.25rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  margin-top: -4px;
}
/* line 264, layouts/templates/_contact.scss */
.page-map .entry.first {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

/* line 4, layouts/templates/_history.scss */
.page-history .gforms_confirmation_message {
  padding: 0 0 24px 0;
  padding: 0 0 1.5rem 0;
  font-weight: 700;
}
/* line 9, layouts/templates/_history.scss */
.page-history .entry {
  padding-top: 15px;
  padding-top: 0.9375rem;
  border-top: 1px solid  #f0f0f0;
}
/* line 15, layouts/templates/_history.scss */
.page-history .entry h2 {
  margin: 0 0 10px 0;
  margin: 0 0 0.625rem 0;
}
/* line 19, layouts/templates/_history.scss */
.page-history .entry .entry-title {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
  color: #719500;
  text-transform: none;
}
/* line 24, layouts/templates/_history.scss */
.page-history .entry .entry-title a {
  color: #719500;
}
/* line 27, layouts/templates/_history.scss */
.page-history .entry .entry-title a:hover {
  color: #333;
}
/* line 35, layouts/templates/_history.scss */
.page-history .type-gallery.entry {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
/* line 40, layouts/templates/_history.scss */
.page-history .type-page.entry {
  padding: 10px 0 0 24px;
  padding: 0.625rem 0 0 1.5rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
  border-top: 1px solid  #f0f0f0;
}
/* line 48, layouts/templates/_history.scss */
.page-history .type-page.entry .entry-content p {
  margin-bottom: 0;
}
/* line 54, layouts/templates/_history.scss */
.page-history .type-page.entry .entry-title {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 0 -24px;
  margin: 0 0 0 -1.5rem;
  text-transform: uppercase;
}
/* line 59, layouts/templates/_history.scss */
.page-history .type-page.entry .entry-title a {
  padding: 0 0 0 24px;
  padding: 0 0 0 1.5rem;
  background: url(images/arrow-green-black.png) left 9px no-repeat;
  color: #719500;
}
/* line 64, layouts/templates/_history.scss */
.page-history .type-page.entry .entry-title a:hover {
  background-position: 0 -39px;
  color: #333;
}
/* line 73, layouts/templates/_history.scss */
.page-history .entry.first {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}
/* line 79, layouts/templates/_history.scss */
.page-history .gallery {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
/* line 83, layouts/templates/_history.scss */
.page-history .share {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

/* line 90, layouts/templates/_history.scss */
.single-post .entry-title {
  margin-bottom: 0;
}

/* line 4, layouts/templates/_blog.scss */
.blog .entry {
  padding-top: 12px;
  padding-top: 0.75rem;
  border-top: 1px solid  #f0f0f0;
}
/* line 10, layouts/templates/_blog.scss */
.blog .entry h2 {
  margin: 0 0 10px 0;
  margin: 0 0 0.625rem 0;
}
/* line 14, layouts/templates/_blog.scss */
.blog .entry .entry-title {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
  color: #719500;
  text-transform: none;
}
/* line 19, layouts/templates/_blog.scss */
.blog .entry .entry-title a {
  color: #719500;
}
/* line 22, layouts/templates/_blog.scss */
.blog .entry .entry-title a:hover {
  color: #333;
}
/* line 30, layouts/templates/_blog.scss */
.blog .entry.first {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

/* line 40, layouts/templates/_blog.scss */
.single-post .entry-title {
  margin-bottom: 0;
}

/* line 3, layouts/templates/_search.scss */
.search .entry {
  padding-top: 15px;
  padding-top: 0.9375rem;
  border-top: 1px solid  #f0f0f0;
}
/* line 9, layouts/templates/_search.scss */
.search .entry h2 {
  margin: 0 0 10px 0;
  margin: 0 0 0.625rem 0;
}
/* line 13, layouts/templates/_search.scss */
.search .entry .entry-title {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
  color: #719500;
  text-transform: none;
}
/* line 18, layouts/templates/_search.scss */
.search .entry .entry-title a {
  color: #719500;
}
/* line 21, layouts/templates/_search.scss */
.search .entry .entry-title a b {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #666666 !important;
  font-weight: 400;
}
/* line 27, layouts/templates/_search.scss */
.search .entry .entry-title a:hover {
  color: #333;
}
/* line 33, layouts/templates/_search.scss */
.search .entry .entry-content {
  padding: 10px 0 0 0;
  padding: 0.625rem 0 0 0;
}

/* line 5, general/_comments.scss */
.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  margin: 0 0 24px;
  margin: 0 0 1.5rem;
}

/* line 17, general/_comments.scss */
.entry-pings {
  padding: 0 24px;
  padding: 0 1.5rem;
}

/* line 21, general/_comments.scss */
.comment-respond a,
.entry-comments a {
  border-bottom: 1px solid #ddd;
}

/* line 26, general/_comments.scss */
.comment-content {
  clear: both;
}

/* line 30, general/_comments.scss */
.entry-comments .comment-author {
  margin-bottom: 0;
}

/* line 34, general/_comments.scss */
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%;
}

/* line 40, general/_comments.scss */
.comment-respond label {
  display: block;
  margin-right: 12px;
  margin-right: 0.75rem;
}

/* line 45, general/_comments.scss */
.comment-list li,
.ping-list li {
  list-style-type: none;
}

/* line 50, general/_comments.scss */
.comment-list li {
  margin-top: 24px;
  margin-top: 1.5rem;
  padding: 24px;
  padding: 1.5rem;
}

/* line 54, general/_comments.scss */
.comment-list li li {
  margin-right: -24px;
  margin-right: -1.5rem;
}

/* line 58, general/_comments.scss */
li.comment {
  background-color: #f5f5f5;
  border: 2px solid #fff;
  border-right: none;
}

/* line 64, general/_comments.scss */
.comment .avatar {
  margin: 0 16px 24px 0;
  margin: 0 1rem 1.5rem 0;
}

/* line 68, general/_comments.scss */
.entry-pings .reply {
  display: none;
}

/* line 75, general/_comments.scss */
.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 24px;
  padding: 1.5rem;
}

/* line 82, general/_comments.scss */
.comment-form input[type="text"],
.comment-form select,
.comment-form textarea {
  color: #719500;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 4px;
  padding: 0.25rem;
  width: 100%;
  border: 0;
  outline: none !important;
  border: 1px solid #ccc;
}

/* line 5, plugins/_gravity-forms.scss */
body .gform_wrapper input[type=text],
body .gform_wrapper input[type=url],
body .gform_wrapper input[type=email],
body .gform_wrapper input[type=tel],
body .gform_wrapper input[type=number],
body .gform_wrapper input[type=password],
body .gform_wrapper textarea,
body .gform_wrapper select {
  background: #FFF;
  border: 1px solid #ccc;
  padding: 8px 4px;
  padding: 0.5rem 0.25rem;
}

/* line 19, plugins/_gravity-forms.scss */
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
  font-size: 15px;
  font-size: 0.9375rem;
}

/* line 27, plugins/_gravity-forms.scss */
div.gform_wrapper .ginput_complex label {
  padding: 0;
}

/* line 31, plugins/_gravity-forms.scss */
div.gform_wrapper li,
div.gform_wrapper form li {
  margin: 16px 0 0;
  margin: 1rem 0 0;
}

/* line 36, plugins/_gravity-forms.scss */
div.gform_wrapper .gform_footer input[type="submit"] {
  font-size: 14px;
  font-size: 0.875rem;
}



/*
@media only screen 
and (min-width : 768px) {
 .single-ajde_events .evcal_evdata_img {
 height: 378px!important;
}
 
}
*/


 
 /*
.single-ajde_events .evcal_evdata_img:hover{background-position:50% 50%!important}
*/