@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);
/*
 * Theme Name: Tree Wise Men
 * Theme URI: http://www.treewisemen.com.au
 * Description: The official Tree Wise Men website theme
 * Author: Night & Day Digital Team
 * Version: 1.0
 */
/* line 17, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 9, style.sass */
body {
  background: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

/* line 14, style.sass */
sup {
  font-size: smaller;
  position: relative;
  top: -5px;
}

/* line 19, style.sass */
span.semibold {
  font-weight: 600;
}

/* line 23, style.sass */
strong {
  font-weight: bold;
}

/* line 25, style.sass */
em {
  font-style: italic;
}

/* line 28, style.sass */
.clear {
  clear: both;
  height: 0;
}

/* line 33, style.sass */
.wrap {
  width: 960px;
  margin: 0 auto;
  background: url(images/logo-circles.png) no-repeat top left;
}

/* line 40, style.sass */
.header {
  height: 181px;
  border-bottom: 1px solid #dbdada;
  position: relative;
}
/* line 45, style.sass */
.header h1.logo, .header h2.logo {
  padding-top: 124px;
}
/* line 48, style.sass */
.header img.drawing {
  position: absolute;
  right: 8%;
  bottom: 0;
}

/* line 53, style.sass */
.menu {
  height: 71px;
}
/* line 56, style.sass */
.menu ul {
  float: right;
  padding-top: 10px;
}
/* line 60, style.sass */
.menu ul li {
  float: left;
  position: relative;
}
/* line 64, style.sass */
.menu ul li a {
  display: block;
  height: 48px;
  line-height: 48px;
  text-transform: uppercase;
  text-decoration: none;
  color: #555555;
  padding: 0 5px;
  font-size: 0.95em;
  border: 1px solid transparent;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
/* line 77, style.sass */
.menu ul li a:hover {
  color: #006f1b;
}
/* line 81, style.sass */
.menu ul li.current_page_item > a {
  color: #006f1b;
  font-weight: 600;
}
/* line 86, style.sass */
.menu ul li.current_page_parent > a {
  color: #006f1b;
  font-weight: 600;
}
/* line 91, style.sass */
.menu ul li:last-child a {
  padding-right: 0;
}
/* line 94, style.sass */
.menu ul li:first-child a {
  padding-left: 0;
}
/* line 99, style.sass */
.menu ul li.has_sub_menu:hover a {
  border: 1px solid #dfdfdf;
  border-bottom-color: white;
  position: relative;
  z-index: 51;
  background-color: white;
}
/* line 106, style.sass */
.menu ul li.has_sub_menu:hover ul.sub-menu {
  display: block;
}
/* line 109, style.sass */
.menu ul li.has_sub_menu ul.sub-menu {
  display: none;
  position: absolute;
  top: 49px;
  left: 0;
  background: white;
  border: 1px solid #dfdfdf;
  border-bottom: 0;
  white-space: nowrap;
  float: none;
  padding: 0;
  z-index: 50;
}
/* line 122, style.sass */
.menu ul li.has_sub_menu ul.sub-menu li {
  float: none;
  border-bottom: 1px solid #dfdfdf;
}
/* line 126, style.sass */
.menu ul li.has_sub_menu ul.sub-menu li a {
  height: 39px;
  line-height: 39px;
  text-transform: none;
  padding: 0 14px;
  color: #7f7f7f;
  border: 0;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
}
/* line 135, style.sass */
.menu ul li.has_sub_menu ul.sub-menu li a:hover {
  color: #474747;
  background: #efefef;
}
/* line 141, style.sass */
.menu ul li.has_sub_menu ul.sub-menu li.has_sub_menu:hover a {
  border: 0;
  background: #efefef;
}
/* line 145, style.sass */
.menu ul li.has_sub_menu ul.sub-menu li.has_sub_menu:hover ul {
  display: block;
}
/* line 149, style.sass */
.menu ul li.has_sub_menu ul.sub-menu li.has_sub_menu ul {
  display: none;
  top: -1px;
  left: 100%;
}
/* line 154, style.sass */
.menu ul li.has_sub_menu ul.sub-menu li.has_sub_menu ul a {
  background: transparent !important;
}
/* line 157, style.sass */
.menu .mobile-menu {
  display: none;
  height: 71px;
  width: 100%;
  overflow: hidden;
}
/* line 163, style.sass */
.menu .mobile-menu .nav-toggle {
  position: relative;
  width: 100%;
  height: 71px;
  line-height: 71px;
  text-transform: uppercase;
  color: #555555;
  background: url(images/menu-icon.png) no-repeat left center;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
/* line 174, style.sass */
.menu .mobile-menu .nav-toggle p {
  padding-left: 50px;
}
/* line 177, style.sass */
.menu .mobile-menu .nav-toggle:hover {
  cursor: pointer;
  background-image: url(images/menu-icon-green.png);
}
/* line 181, style.sass */
.menu .mobile-menu .nav-toggle:hover span.close-icon {
  background-image: url(images/close-icon-red.png);
}
/* line 184, style.sass */
.menu .mobile-menu .nav-toggle span.close-icon {
  position: absolute;
  width: 71px;
  height: 71px;
  background: url(images/close-icon.png) no-repeat center center;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  top: 0;
  right: -68px;
}

/* line 198, style.sass */
.feature .feature-image img {
  max-width: 100%;
  height: auto;
}
/* line 202, style.sass */
.feature .feature-image .feature-circle {
  width: 476px;
  height: 255px;
  margin: 0 auto;
  background: url(images/feature-circle.png) no-repeat center center;
}
/* line 208, style.sass */
.feature .feature-image .feature-circle div {
  display: table;
  height: 100%;
  width: 100%;
}
/* line 213, style.sass */
.feature .feature-image .feature-circle div p {
  display: table-cell;
  vertical-align: middle;
  color: white;
  text-shadow: 1px 1px 4px black;
  text-align: center;
  padding: 0 55px;
  font-size: 1.35em;
  line-height: 1.6em;
  font-style: italic;
}
/* line 224, style.sass */
.feature .feature-slider {
  position: relative;
  border: 3px solid #dddddd;
  overflow: hidden;
  background: white;
  text-align: center;
  width: 100%;
}
/* line 232, style.sass */
.feature .feature-slider .arrow {
  width: 48%;
  height: 100%;
  position: absolute;
  top: 0;
  cursor: pointer;
  z-index: 20;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
/* line 243, style.sass */
.feature .feature-slider .arrow:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 246, style.sass */
.feature .feature-slider .arrow#sleft {
  left: 0;
  background: url(images/left-arrow.png) no-repeat center left;
}
/* line 250, style.sass */
.feature .feature-slider .arrow#sright {
  right: 0;
  background: url(images/right-arrow.png) no-repeat center right;
}
/* line 254, style.sass */
.feature .feature-slider ul.tiles {
  white-space: nowrap;
  height: 200px;
  width: 100%;
}
/* line 259, style.sass */
.feature .feature-slider ul.tiles li {
  display: inline-block;
  width: 33.3%;
  position: relative;
  height: 100%;
  *display: inline;
  zoom: 1;
  overflow: hidden;
}
/* line 268, style.sass */
.feature .feature-slider ul.tiles li + li {
  border-left: 1px solid white;
}
/* line 271, style.sass */
.feature .feature-slider ul.tiles li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
  height: auto;
}
/* line 279, style.sass */
.feature .feature-slider ul.images {
  display: none !important;
}

/* line 282, style.sass */
.blocks {
  padding: 25px 0;
  border-bottom: 1px solid #eaeaea;
}
/* line 287, style.sass */
.blocks ul li {
  float: left;
}
/* line 290, style.sass */
.blocks ul li + li {
  padding-left: 36px;
}
/* line 293, style.sass */
.blocks ul li a {
  display: block;
  height: 120px;
  border-bottom: 5px solid black;
  color: #474747;
  font-size: 2em;
  width: 256px;
  padding-right: 40px;
  background: url(images/grey-arrow.png) no-repeat center right;
  text-decoration: none;
  -webkit-transition-property: color, border, background;
  -moz-transition-property: color, border, background;
  -o-transition-property: color, border, background;
  transition-property: color, border, background;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
/* line 306, style.sass */
.blocks ul li a:hover {
  color: #006f1b;
  border-bottom-color: #006f1b;
  background: url(images/green-arrow.png) no-repeat center right;
}
/* line 311, style.sass */
.blocks ul li a p {
  display: table;
  height: 100%;
}
/* line 315, style.sass */
.blocks ul li a p span {
  vertical-align: middle;
  display: table-cell;
}

/* line 320, style.sass */
.container {
  padding: 29px 0;
}
/* line 323, style.sass */
.container h1.primary-title {
  font-size: 2.2em;
  padding: 0.6em 0;
  margin-bottom: 0.6em;
  border-bottom: 5px solid #111111;
  color: #575757;
}
/* line 330, style.sass */
.container .content {
  float: left;
  width: 62%;
}
/* line 334, style.sass */
.container .content h1 {
  font-size: 1.8em;
  color: #474747;
  margin-bottom: 0.7em;
}
/* line 339, style.sass */
.container .content h1 sup {
  top: -10px;
}
/* line 342, style.sass */
.container .content h1 span {
  font-size: 0.75em;
}
/* line 345, style.sass */
.container .content h2 {
  font-size: 1.3em;
  color: #474747;
  margin-bottom: 0.8em;
  font-weight: 400;
}
/* line 351, style.sass */
.container .content h3 {
  color: #474747;
  font-size: 1.1em;
  margin-bottom: 1.4em;
  font-weight: 600;
}
/* line 357, style.sass */
.container .content p {
  color: #555555;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  text-align: justify;
}
/* line 364, style.sass */
.container .content p.full {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 367, style.sass */
.container .content ul {
  list-style: circle outside;
  padding-left: 20px;
  margin-bottom: 1.5em;
}
/* line 372, style.sass */
.container .content ul li {
  color: #555555;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  line-height: 1.5em;
}
/* line 377, style.sass */
.container .content a {
  color: #006f1b;
  font-weight: 400;
  text-decoration: none;
}
/* line 382, style.sass */
.container .content a:hover {
  text-decoration: underline;
}
/* line 385, style.sass */
.container .content span.business-name {
  color: #006f1b !important;
  font-weight: 400;
}
/* line 389, style.sass */
.container .content p.more {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 392, style.sass */
.container .content p.more a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  background: #084411 url(images/light-green-arrow.png) no-repeat center right;
  height: 40px;
  line-height: 40px;
  padding: 0 70px 0 30px;
  color: white;
  text-decoration: none;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
/* line 405, style.sass */
.container .content p.more a:hover {
  background-color: #006f1b;
  background-image: url(images/white-arrow.png);
}
/* line 409, style.sass */
.container .column {
  float: right;
  width: 32%;
}
/* line 413, style.sass */
.container .column img {
  border: 3px solid #dcdcdc;
  max-width: 100%;
  height: auto;
}
/* line 418, style.sass */
.container .column h3 {
  color: #474747;
  font-size: 1.1em;
  margin-bottom: 0.8em;
  font-weight: 600;
}
/* line 425, style.sass */
.container .column ul#menu-services li {
  background: #084411;
}
/* line 429, style.sass */
.container .column ul#menu-services li.current_page_item a {
  font-weight: 600;
}
/* line 432, style.sass */
.container .column ul#menu-services li a {
  display: block;
  color: white;
  text-decoration: none;
  padding: 14px 10px;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  font-size: 0.9em;
}
/* line 441, style.sass */
.container .column ul#menu-services li a:hover {
  background: #202020;
}
/* line 444, style.sass */
.container .column .info-pane {
  background: #afafaf;
  padding: 25px 26px;
}
/* line 448, style.sass */
.container .column .info-pane h3 {
  color: white;
}
/* line 451, style.sass */
.container .column .info-pane p {
  color: white;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  font-size: 0.95em;
  font-weight: normal;
}
/* line 458, style.sass */
.container .column .info-pane p:last-child {
  margin-bottom: 0;
}
/* line 461, style.sass */
.container .column .info-pane ul {
  padding-left: 15px;
  list-style: disc outside;
}
/* line 465, style.sass */
.container .column .info-pane ul li {
  color: white;
  font-size: 0.95em;
  line-height: 1.5em;
}

/* line 470, style.sass */
.staff_member {
  margin-bottom: 2.5em;
  clear: right;
}
/* line 474, style.sass */
.staff_member img.profile-photo {
  float: right;
  border: 3px solid #dcdcdc;
  margin-left: 1em;
  margin-bottom: 1em;
  height: auto;
  max-width: 200px;
  max-height: 250px;
}

/* line 485, style.sass */
.container .content .gform_wrapper {
  margin-bottom: 1.5em;
}
/* line 488, style.sass */
.container .content .gform_wrapper ul {
  list-style: none outside !important;
  padding: 0;
}
/* line 492, style.sass */
.container .content .gform_wrapper ul li {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  margin-bottom: 1em;
}
/* line 496, style.sass */
.container .content .gform_wrapper ul li label.gfield_label {
  display: none;
}
/* line 499, style.sass */
.container .content .gform_wrapper ul li input[type='text'], .container .content .gform_wrapper ul li textarea {
  width: 90%;
  border: 1px solid #d4d4d4;
  padding: 10px 15px;
  font-size: 1.05em;
  outline: none !important;
  color: #474747;
  box-shadow: 0 -6px 0 0 #f5f5f5 inset;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
/* line 510, style.sass */
.container .content .gform_wrapper ul li input[type='text']:focus, .container .content .gform_wrapper ul li textarea:focus {
  border-color: #084411;
}
/* line 513, style.sass */
.container .content .gform_wrapper ul li textarea {
  height: 100px;
  resize: vertical;
  font-family: "Open Sans", sans-serif;
}
/* line 518, style.sass */
.container .content .gform_wrapper ul li input[type='file'] {
  visibility: hidden;
  width: 0;
  border: 0;
  padding: 0;
}
/* line 524, style.sass */
.container .content .gform_wrapper ul li .ginput_preview {
  display: none;
}
/* line 527, style.sass */
.container .content .gform_wrapper ul li .fupload {
  display: inline-block;
  *display: inline;
  zoom: 1;
  background: #084411 url(images/attach-icon.png) no-repeat center left;
  height: 40px;
  line-height: 40px;
  padding: 0 20px 0 40px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
/* line 542, style.sass */
.container .content .gform_wrapper ul li .fupload:hover {
  background-color: #006f1b;
}
/* line 545, style.sass */
.container .content .gform_wrapper ul li p.note {
  margin: 0.5em 0;
  font-size: 0.8em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
/* line 551, style.sass */
.container .content .gform_wrapper ul li .gfield_checkbox input, .container .content .gform_wrapper ul li .gfield_radio input {
  display: none;
}
/* line 555, style.sass */
.container .content .gform_wrapper ul li .gfield_checkbox input:checked + label::before, .container .content .gform_wrapper ul li .gfield_radio input:checked + label::before {
  background-position: -23px;
}
/* line 559, style.sass */
.container .content .gform_wrapper ul li .gfield_checkbox label::before, .container .content .gform_wrapper ul li .gfield_radio label::before {
  content: " ";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(images/checkbox.png) no-repeat top left;
  position: relative;
  top: 2px;
  margin-right: 7px;
}
/* line 569, style.sass */
.container .content .gform_wrapper ul li .gfield_checkbox label span, .container .content .gform_wrapper ul li .gfield_radio label span {
  font-size: 0.8em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/* line 574, style.sass */
.container .content .gform_wrapper input.gf_submit {
  display: none;
}
/* line 577, style.sass */
.container .content .gform_wrapper .submit_label {
  display: inline-block;
  *display: inline;
  zoom: 1;
  background: #084411 url(images/light-green-arrow.png) no-repeat center right;
  height: 40px;
  line-height: 40px;
  padding: 0 72px 0 28px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
/* line 592, style.sass */
.container .content .gform_wrapper .submit_label:hover {
  background-color: #006f1b;
  background-image: url(images/white-arrow.png);
}
/* line 596, style.sass */
.container .content .gform_wrapper .validation_error {
  margin-bottom: 1em;
  color: #dd0000;
}
/* line 600, style.sass */
.container .content .gform_wrapper .gfield_description.validation_message {
  color: #dd0000;
  font-size: 0.85em;
}

/* line 605, style.sass */
.footer {
  border-top: 1px solid #eaeaea;
  padding-top: 30px;
}
/* line 609, style.sass */
.footer .details {
  background: #f4f4f4;
  padding: 27px 30px;
}
/* line 613, style.sass */
.footer .details p {
  color: #353535;
  line-height: 1.25em;
}
/* line 617, style.sass */
.footer .details .address {
  float: left;
}
/* line 620, style.sass */
.footer .details .contact {
  float: right;
}
/* line 623, style.sass */
.footer .details .contact a {
  font-weight: 600;
  text-decoration: none;
  color: #353535;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
/* line 630, style.sass */
.footer .details .contact a:hover {
  color: #006f1b;
}
/* line 633, style.sass */
.footer hr {
  margin: 30px 0;
  border: 0;
  height: 1px;
  background: #eaeaea;
}
/* line 639, style.sass */
.footer .info {
  padding-bottom: 25px;
}
/* line 642, style.sass */
.footer .info p {
  float: left;
  font-size: 0.75em;
  font-weight: 300;
}
/* line 647, style.sass */
.footer .info p span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
/* line 650, style.sass */
.footer .info p + p {
  float: right;
}
/* line 653, style.sass */
.footer .info p + p a {
  color: black;
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
/* line 660, style.sass */
.footer .info p + p a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

/* line 664, style.sass */
.navlist-menu {
  display: none;
  position: absolute;
  top: 253px;
  width: 100%;
  left: 0;
  background: white;
  z-index: 999;
  box-shadow: 0 15px 23px rgba(0, 0, 0, 0.3);
  border-top: 1px solid #dbdada;
}
/* line 676, style.sass */
.navlist-menu li.current_page_item > a {
  color: #006f1b;
  font-weight: 600;
}
/* line 680, style.sass */
.navlist-menu li a {
  border-bottom: 1px solid #dbdada;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #555555;
  height: 55px;
  line-height: 55px;
  padding: 0 10px;
  -webkit-transition-property: color, background;
  -moz-transition-property: color, background;
  -o-transition-property: color, background;
  transition-property: color, background;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
/* line 692, style.sass */
.navlist-menu li a:hover {
  background: #f2f2f2;
  color: #006f1b;
}
/* line 698, style.sass */
.navlist-menu li ul li a {
  padding-left: 30px;
  font-size: 0.9em;
}
/* line 704, style.sass */
.navlist-menu li ul li ul li a {
  padding-left: 50px;
  font-size: 0.8em;
}

/* line 708, style.sass */
hr.divider {
  height: 1px;
  border: 0;
  background: #eaeaea;
  margin: 2.5em 0;
}

/* line 717, style.sass */
.container .content .blogpost.latest img {
  margin-bottom: 1.2em;
}
/* line 720, style.sass */
.container .content .blogpost.latest a:hover img {
  border-color: #353535;
}
/* line 723, style.sass */
.container .content .blogpost img {
  max-width: 99%;
  height: auto;
  border: 3px solid #dddddd;
}
/* line 728, style.sass */
.container .content .blogpost h3 {
  font-size: 1.8em;
  margin-bottom: 0.4em;
}

/* line 734, style.sass */
.blog-info p {
  float: left;
  font-size: 0.85em;
  color: #353535;
  font-weight: 400;
  margin-bottom: 0.5em;
}
/* line 741, style.sass */
.blog-info p + p {
  float: right;
  font-weight: 600;
}

/* line 745, style.sass */
.blog-nav {
  border-top: 1px solid #eaeaea;
  padding-top: 1em;
}
/* line 749, style.sass */
.blog-nav p.prev {
  float: left;
}
/* line 752, style.sass */
.blog-nav p.next {
  float: right;
}

/* line 757, style.sass */
.container .column.on-the-blog h3 {
  margin-bottom: 0.5em;
  color: #006f1b;
}
/* line 761, style.sass */
.container .column.on-the-blog ul {
  margin-bottom: 1em;
}
/* line 766, style.sass */
.container .column.on-the-blog ul li.current a {
  font-weight: 600;
}
/* line 769, style.sass */
.container .column.on-the-blog ul li:nth-child(odd) {
  background: #eaeaea;
}
/* line 772, style.sass */
.container .column.on-the-blog ul li a {
  display: block;
  text-decoration: none;
  padding: 6px 0;
  color: #555555;
}
/* line 778, style.sass */
.container .column.on-the-blog ul li a.current {
  font-weight: 600;
}
/* line 781, style.sass */
.container .column.on-the-blog ul li a:hover {
  text-decoration: underline;
}
