@charset "UTF-8";
/*
Theme Name:    Dalcon Environmental
Developed by:  hazardawareness
Company URL:   http://hazardawareness.com.au/
Company Name:  hazardawareness
*/
/* 
	RESET - ADAPTED FROM MEYER RESET
	URL - http://meyerweb.com/eric/tools/css/reset/
	LICENSE - PUBLIC DOMAIN
*/
@import url(lightgallery/css/lightgallery.css);
@import url(lightgallery/css/lg-transitions.css);
body {
  border: none; }

/* RESET
----------------------------------------------------------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio,
b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed,
fieldset, figcaption, figure, form, footer,
header, hgroup, h1, h2, h3, h4, h5, h6, html,
i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, output, p, pre, q, ruby,
s, samp, section, main, small, span, strike, strong, sub, summary, sup,
tt, table, tbody, textarea, tfoot, thead, time, tr, th, td,
u, ul, var, video {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  white-space: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, main {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

/* 	SET ALL ELEMENTS TO BOX-SIZING : BORDER-BOX */
* {
  box-sizing: border-box;
  *behavior: url(/scripts/boxsizing.htc);
  /*	If you need support for IE7 and lower make 
		sure the boxsizing.htc file is linked properly.
		More info here:  https://github.com/Schepp/box-sizing-polyfill */ }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

body, html {
  font-size: 62.5%; }

div {
  font-size: 1.6rem;
  line-height: 2.1rem; }

#mfPreviewBar {
  display: none !important; }

/**
 * Gridpak Beta SCSS
 *
 * Generator - http://gridpak.com/
 * Created by @simplygoodwork
 */
/* Reusable column setup */
.col {
  border: 0px solid rgba(0, 0, 0, 0);
  float: left;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important; }

.spacer-col {
  min-height: 1px; }

.container {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  position: relative; }

.container.small-container {
  max-width: 780px; }

.container.medium-container {
  max-width: 900px; }

/*	SELF CLEARING FLOATS - CLEARFIX METHOD */
.container:after,
.row:after,
.col:after,
.clr:after,
.group:after {
  content: "";
  display: table;
  clear: both; }

/* 1. 4 Column Grid 0px - 559px
    -----------------------------------------------------------------------------

    Span 1:    21.25%
    Span 2:    47.5%
    Span 3:    73.75%
    Span 4:    100%

    ----------------------------------------------------------------------------- */
@media screen and (min-width: 0px) and (max-width: 559px) {
  .col {
    margin-left: 5%;
    padding: 0 0%; }
  /* --- Gridpak variables ---*/
  .row .col:first-child {
    margin-left: 0; }
  .col {
    margin-bottom: 2rem; }
  /*
        Add your semantic classnames in alongside their corresponding spans here. e.g.

        .span_3,
        .my_semantic_class_name {
            ...
        }

        */
  .span_1 {
    width: 21.25%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 5%; }
  .span_2,
  .spec_half_col {
    width: 47.5%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 5%; }
  .span_3 {
    width: 73.75%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 5%; }
  .span_4,
  .footer_legal_col,
  .social_links_col,
  .section_col,
  .home_feature_col,
  .span_6,
  .flat_col,
  .full_col,
  .half_col,
  .blog_main_col,
  .blog_sidebar_col,
  .footer_col,
  .footer_col_first,
  .social_section_col,
  .person_col,
  .person_details_col,
  .staff_intro_col,
  .post_highlight_col,
  .third_col,
  .fourth_col,
  .post_date_col,
  .post_title_col,
  .post_link_col,
  .logo_col,
  .nav_col,
  .sidebar_col,
  .service_col,
  .full_width_col {
    margin-left: 0;
    width: 100%; } }

/* 2. 12 Column Grid 560px - 1079px
    -----------------------------------------------------------------------------

    Span 1:    6.04166666667%
    Span 2:    14.5833333333%
    Span 3:    23.125%
    Span 4:    31.6666666667%
    Span 5:    40.2083333333%
    Span 6:    48.75%
    Span 7:    57.2916666667%
    Span 8:    65.8333333333%
    Span 9:    74.375%
    Span 10:    82.9166666667%
    Span 11:    91.4583333333%
    Span 12:    100%

    ----------------------------------------------------------------------------- */
@media screen and (min-width: 560px) and (max-width: 900px) {
  .col {
    margin-left: 2.5%;
    padding: 0 0%; }
  /* --- Gridpak variables ---*/
  .row .col:first-child {
    margin-left: 0; }
  .row .half_col:nth-of-type(2n - 1),
  .row .person_col:nth-of-type(2n - 1),
  .row .service_col:nth-of-type(4n - 3),
  .row .post_highlight_col:nth-of-type(3n - 2) {
    margin-left: 0; }
  .span_1 {
    width: 5.5833333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_2 {
    width: 14.1666666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_3,
  .aside_col,
  .sidebar_col,
  .logo_col {
    width: 22.75%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_4,
  .third_col {
    width: 31.3333333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_5 {
    width: 39.9166666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_6,
  .section_col,
  .flat_col,
  .half_col,
  .person_col,
  .staff_photo_col,
  .staff_intro_col,
  .fourth_col,
  .spec_half_col {
    width: 48.5%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_7 {
    width: 57.0833333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_8,
  .blog_main_col,
  .two_thirds_col,
  .main_content_col {
    width: 65.6666666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_9,
  .nav_col {
    width: 74.25%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_10 {
    width: 82.8333333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_11 {
    width: 91.4166666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_12,
  .full_col,
  .full_width_col {
    margin-left: 0;
    width: 100%; } }

/* 3. 12 Column Grid 1080px - Infinity
    -----------------------------------------------------------------------------

    Span 1:    5.58333333333%
    Span 2:    14.1666666667%
    Span 3:    22.75%
    Span 4:    31.3333333333%
    Span 5:    39.9166666667%
    Span 6:    48.5%
    Span 7:    57.0833333333%
    Span 8:    65.6666666667%
    Span 9:    74.25%
    Span 10:    82.8333333333%
    Span 11:    91.4166666667%
    Span 12:    100%

    ----------------------------------------------------------------------------- */
@media screen and (min-width: 900px) {
  .col {
    margin-left: 3%;
    padding: 0 0%; }
  /* --- Gridpak variables ---*/
  .row .col:first-child {
    margin-left: 0; }
  .row .person_col:nth-of-type(2n - 1),
  .row .half_col:nth-of-type(2n - 1),
  .row .third_col:nth-of-type(3n - 2),
  .row .fourth_col:nth-of-type(4n - 3),
  .row .fifth_col:nth-of-type(5n - 4),
  .row .post_highlight_col:nth-of-type(3n - 2) {
    margin-left: 0; }
  .span_1 {
    width: 5.5833333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_2,
  .footer_col,
  .post_date_col,
  .sidebar_col {
    width: 14.1666666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_3,
  .logo_col,
  .fourth_col,
  .aside_col {
    width: 22.75%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_4,
  .sidebar_col {
    width: 31.3333333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_5 {
    width: 39.9166666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_6,
  .section_col,
  .half_col,
  .spec_half_col {
    width: 48.5%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_7 {
    width: 57.0833333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_8,
  .two_thirds_col,
  .main_content_col {
    width: 65.6666666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_9,
  .nav_col {
    width: 74.25%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_10 {
    width: 82.8333333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_11 {
    width: 91.4166666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_12,
  .full_col,
  .full_width_col {
    margin-left: 0;
    width: 100%; }
  .fifth_col {
    width: 17.6%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; } }

/* Column Shortcodes */
@media (min-width: 600px) {
  .content-column {
    padding: 0 3rem 0 0;
    margin-bottom: 2rem; }
    .content-column.last_column {
      padding: 0 0 0 0; } }

body.home .main .row {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

/************** @MIXINS ************/
#wpadminbar {
  position: fixed !important;
  bottom: 0;
  top: auto; }

/************** BASE ************/
.rsp-img,
article img {
  display: block;
  max-width: 100%;
  height: auto; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.image-container {
  display: block;
  overflow: hidden;
  width: 100%; }
  .image-container img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto; }
  .image-container .hover-expand {
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
  .image-container .hover-expand:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }

.hidden {
  display: none; }

#wpadminbar {
  position: absolute; }

.map-container iframe {
  display: block;
  max-width: 100%;
  width: 100%;
  margin: auto; }

.screen-reader-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

body:hover .visually-hidden a,
body:hover .visually-hidden input,
body:hover .visually-hidden button {
  display: none !important; }

/*********** WORDPRESS IMAGES **************/
img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

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

a img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

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

div.wp-caption {
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 1.5rem; }
  div.wp-caption img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0; }
  div.wp-caption.alignright {
    float: right;
    margin: 0 0 1em 1em; }
  div.wp-caption.alignleft {
    float: left;
    margin: 0 0 1em 1em; }

.wp-caption-text {
  text-align: center;
  padding: 0.5rem;
  font-style: italic;
  background-color: #efefef;
  margin-bottom: 1.5rem; }

/************** LAYOUT ************/
body {
  overflow-x: hidden; }

iframe {
  display: block;
  max-width: 100%; }

.inline-block {
  display: inline-block !important; }

.block {
  display: block !important; }

.relative {
  position: relative !important; }

.vertical-children {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center; }

.flex-container {
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 100%; }
  .flex-container > * {
    display: block; }

.flex-centre {
  -webkit-box-pack: center;
          justify-content: center;
  align-content: center; }

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

.flex-content-bottom {
  align-content: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end; }

/*********** PADDING & MARGIN **************/
.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.margin-bottom {
  margin-bottom: 2rem !important; }

.margin-bottom-small {
  margin-bottom: 1.2rem !important; }

.margin-bottom-large {
  margin-bottom: 5rem !important; }

.margin-top {
  margin-top: 2rem !important; }

.margin-top-small {
  margin-top: 1.2rem !important; }

.margin-top-large {
  margin-top: 5rem !important; }

.section-padding {
  padding: 3.0rem 0; }

.section-padding-large {
  padding: 5.0rem 0; }

.section-padding-small {
  padding: 1.5rem 0; }

.section-margin {
  margin: 3.0rem 0; }

.box-padding {
  padding: 2.4rem; }

/************** BACKGROUNDS ************/
.background-cover-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

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

body {
  font-family: "Lato", sans-serif;
  line-height: 1.5em;
  font-size: 62.5% !important;
  font-size: 1.6rem;
  color: #232323;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  -webkit-columns: #232323;
     -moz-columns: #232323;
          columns: #232323; }

h1 {
  font-size: 4.4rem;
  text-transform: uppercase; }

h2 {
  font-size: 3.2rem;
  text-transform: uppercase;
  margin-bottom: 1.6rem; }

h3 {
  font-size: 2.8rem;
  margin-bottom: 1.2rem; }

h4 {
  font-size: 2.2rem;
  margin-bottom: 0.8rem; }

h5 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  font-weight: 900; }

h6 {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  font-weight: 400;
  font-weight: 900; }

@media (min-width: 1000px) {
  h1 {
    font-size: 5.5rem; }
  h2 {
    font-size: 4.8rem; }
  h3 {
    font-size: 3.2rem; }
  h4 {
    font-size: 2.4rem; } }

p {
  font-size: 1.6rem;
  line-height: 1.45;
  margin-bottom: 1.5rem;
  font-weight: 400; }

p:last-child {
  margin-bottom: 0; }

.small-text,
small {
  font-size: 1.3rem;
  line-height: 1.9rem; }

.italic,
em {
  font-style: italic; }

b,
strong {
  font-weight: 700; }

date {
  font-size: 1.4rem; }

/*  Utilities  */
.large-0 {
  font-size: 1.3em; }

.large-1 {
  font-size: 1.5em; }

.large-2 {
  font-size: 1.9em; }

.large-3 {
  font-size: 2.5em; }

.text-center,
.text-center *,
.text-centre,
.text-centre * {
  text-align: center; }

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

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

.text-uppercase {
  text-transform: uppercase; }

.text-lowercase {
  text-transform: lowercase; }

.text-normalcase {
  text-transform: none; }

.light-text,
.light-text *,
.white-text,
.white-text * {
  color: #fff; }

.body-text {
  font-family: "Lato", sans-serif;
  font-weight: 400; }

blockquote p {
  color: #003120;
  font-size: 1.5rem;
  line-height: 1.45em; }

blockquote cite {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 1em; }

/* Links and buttons  */
a {
  color: inherit;
  cursor: pointer; }

p a {
  text-decoration: underline; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
  display: inline-block; }

main p a {
  text-decoration: underline; }

/*  Lists  */
li,
ol,
ul {
  font-size: 1.4rem;
  line-height: 2.3rem;
  margin-bottom: 0.8rem; }

.main ol:not(.sidebar-menu),
.main ul:not(.sidebar-menu),
article ol,
article ul,
ul.display-list {
  list-style: disc;
  margin-left: 2.3rem; }
  .main ol:not(.sidebar-menu) li,
  .main ul:not(.sidebar-menu) li,
  article ol li,
  article ul li,
  ul.display-list li {
    position: relative;
    margin-bottom: 0.3rem; }

article ol,
main ol {
  list-style: decimal !important; }

.sidebar_col ul,
.sidebar_col ul li,
.sidebar_col ul.sub-menu {
  list-style: none;
  margin-left: 0 !important; }

/* Titles & Sub-titles */
.two-column-text {
  text-align: left; }
  .two-column-text p {
    text-align: left; }

@media (min-width: 900px) {
  .two-column-text {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 4.5rem;
       -moz-column-gap: 4.5rem;
            column-gap: 4.5rem; } }

.main table tr:first-child {
  background-color: #eeeeee; }

.main table tr {
  border-bottom: solid 1px #efefef; }
  .main table tr:last-of-type {
    border-bottom: none; }

.main table td {
  padding: 8px;
  border-right: solid 1px #efefef; }
  .main table td:last-of-type {
    border-right: none; }

.site-header {
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.8); }

.logo-link {
  padding: 2rem 0;
  display: block; }

.mobile-header {
  color: #fff; }

.site-logo {
  padding: 10px 0;
  height: 75px; }

.header-icon-link {
  position: relative;
  color: #A2A2A2;
  padding-left: 2.2rem; }
  .header-icon-link:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1.6rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center; }
  .header-icon-link.email-link:before {
    background-image: url(images/mail-icon.svg); }
  .header-icon-link.address-link:before {
    background-image: url(images/location-icon.svg);
    background-size: 14px; }
  .header-icon-link.tel-link:before {
    background-image: url(images/phone-icon.svg); }

/******************* NAV *******************/
.site-menu {
  list-style: none;
  margin: 0; }
  .site-menu li {
    display: block;
    margin: 0;
    position: relative; }
  .site-menu a {
    display: block;
    color: #0F6D37;
    text-decoration: none;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-size: 1.4rem;
    padding: 1rem 1.2rem 0.6rem;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }

.header-upper-row {
  padding: 5px 0;
  color: #b0b0b0;
  font-size: 1.3rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  position: relative; }
  .header-upper-row a,
  .header-upper-row * {
    text-decoration: none;
    color: #003120; }

.social-list {
  margin-bottom: 0; }
  .social-list li {
    display: inline-block;
    margin: 0 10px 0 0; }
    .social-list li img {
      display: block;
      max-height: 16px;
      width: auto; }

.site-header {
  background-color: #fff;
  position: relative;
  z-index: 20; }
  .site-header.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0; }
  .site-header.header-minimal {
    box-shadow: 0 0 6px 0 rgba(31, 31, 31, 0.59); }
    .site-header.header-minimal .nav-container,
    .site-header.header-minimal .site-header {
      background-color: #fff; }
    .site-header.header-minimal .site-logo {
      -webkit-transform: scale(0.8);
              transform: scale(0.8);
      height: 60px;
      padding: 10px 0; }
    .site-header.header-minimal .site-menu {
      margin-top: 1.5rem; }
    .site-header.header-minimal .header-upper-row {
      display: none; }
    .site-header.header-minimal .container {
      background-color: #fff; }

.sfm-navicon-button {
  display: none; }

@media (min-width: 800px) {
  .site-header {
    background-color: #fff; }
  .site-menu {
    text-justify: distribute;
    display: block;
    text-align: justify;
    min-width: 100%;
    margin-bottom: 0;
    line-height: 0;
    font-size: 0;
    margin-top: 3.5rem; }
    .site-menu:after {
      content: "";
      display: inline-block;
      height: 0;
      line-height: 0;
      width: 100%;
      font-size: 0; }
    .site-menu li {
      display: inline-block;
      margin: 0;
      position: relative;
      font-size: 1.3rem; }
      .site-menu li:hover > ul {
        display: block;
        opacity: 1;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in; }
      .site-menu li.current-menu-item > a {
        color: #003120; }
      .site-menu li.clear {
        display: inline-block;
        height: 0;
        line-height: 0;
        width: 100%;
        font-size: 0;
        opacity: 0; }
    .site-menu ul {
      background-color: #DCE5D2;
      position: absolute;
      z-index: 13;
      z-index: 999;
      top: 100%;
      left: -5px;
      opacity: 0;
      display: none;
      padding: 0;
      -webkit-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
      .site-menu ul li {
        margin: 0;
        padding: 0;
        display: block;
        width: 100%; }
        .site-menu ul li a {
          padding: 0.8rem 1.5rem 0.6rem;
          color: #232323;
          -webkit-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in; }
          .site-menu ul li a:hover {
            color: #fff;
            -webkit-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in; }
        .site-menu ul li.current-menu-item a {
          color: #232323; }
        .site-menu ul li:hover {
          background-color: #3DBA72; } }

.mobile-header {
  display: none; }

#pull {
  display: none; }

.mobile-menu-background {
  display: none; }

@media (max-width: 799px) {
  .sfm-navicon-button {
    display: inherit; }
  .header-upper-row {
    display: none; }
  .site-nav {
    display: none; }
  .header_contact_col {
    display: none; }
  .logo-link {
    display: block; }
  .site-logo {
    display: block;
    max-width: 200px; }
  .col.nav_col,
  .col.logo_col {
    margin-bottom: 0; } }

/* SUPERFLY MENU */
#sfm-sidebar.sfm-compact .sfm-logo {
  margin-top: 20px;
  margin-bottom: 20px; }

.sfm-logo img {
  display: block;
  max-width: 160px;
  margin: auto; }

/* HOMEPAGE TRANSLUCENT MENU */
@media (min-width: 990px) {
  body.home .site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.9); } }

.site-footer {
  background-color: #003120;
  color: #fff; }
  .site-footer .small-text {
    font-size: 1.2rem; }
  .site-footer a {
    text-decoration: none;
    font-weight: bold; }
  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #fff;
    font-size: 1.8rem; }
  .site-footer p, .site-footer li {
    font-size: 1.45rem; }

.lower-footer {
  background-color: #001d13;
  font-size: 1.35rem; }
  .lower-footer * {
    font-size: 1.35rem; }
  .lower-footer a {
    text-transform: uppercase;
    color: #fff; }

input,
textarea,
button,
select {
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  padding: 1.2rem 1.3rem 0.8rem;
  margin-bottom: 1rem;
  width: 100%;
  display: block;
  border: solid 1px #003120;
  border-radius: 0;
  font-weight: 400;
  color: #232323;
  text-align: left !important; }

input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  width: auto; }

label {
  font-size: 1.6rem;
  margin-right: 1.4rem;
  display: block;
  margin-bottom: 0.5rem; }

label:not(.visible-label) {
  display: none; }

.post-password-form label {
  display: block; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #707070; }

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

:-ms-input-placeholder {
  /* IE 10+ */
  color: #707070; }

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

textarea {
  height: 12.0rem;
  max-width: 100%; }

input[type="button"],
input[type="submit"],
button {
  display: inline-block;
  text-decoration: none;
  padding: 1.2rem 1.5rem;
  font-size: 1.6rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  cursor: pointer;
  line-height: 1em;
  font-weight: 300;
  color: #fff;
  position: relative;
  background-color: #0F6D37;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-color: #003120;
  padding: 1.2rem 2rem;
  display: inline-block;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  border-radius: 0 !important;
  width: auto;
  text-align: center !important; }
  input[type="button"]:hover,
  input[type="submit"]:hover,
  button:hover {
    background-color: #004b31; }

input:focus,
input[type="text"]:focus,
textarea:focus {
  box-shadow: 0 0 5px #3DBA72;
  outline: none; }

input[type="checkbox"] {
  width: auto !important;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem 0 0; }

.main div.wpcf7-response-output {
  background-color: #373737;
  color: #fff;
  border: none;
  padding: 2rem 2.5rem;
  border-radius: 3px; }
  .main div.wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: #42ba71; }

div.wpcf7 .ajax-loader {
  display: block;
  margin-left: auto;
  margin-right: 0; }

.small-form input,
.small-form textarea,
.small-form button {
  font-size: 1.5rem;
  padding: 0.5rem 1.2rem; }

.wpcf7-recaptcha {
  margin-bottom: 2rem; }

.wpcf7-not-valid {
  border: solid 1px red; }

.hidden-field {
  display: none; }

.footer-contact-form input, .footer-contact-form textarea {
  color: #fff;
  background-color: #0F6D37;
  border-color: #0F6D37; }

.footer-contact-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.8); }

.footer-contact-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.8); }

.footer-contact-form :-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.8); }

.footer-contact-form :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.8); }

.footer-contact-form input[type="button"],
.footer-contact-form input[type="submit"],
.footer-contact-form button {
  background-color: #3DBA72; }

.contact-form-grid {
  display: grid;
  grid-gap: 1rem; }
  .contact-form-grid textarea {
    height: 100%; }
  .contact-form-grid input, .contact-form-grid select, .contact-form-grid textarea, .contact-form-grid button {
    margin-bottom: 0; }

@media (min-width: 800px) {
  .footer-contact-form .contact-form-grid {
    grid-template-columns: 1fr 1fr; }
    .footer-contact-form .contact-form-grid .message-form-grid {
      grid-column: 2 / 3;
      grid-row: 1 / 5; }
    .footer-contact-form .contact-form-grid .button-form-grid {
      grid-column: span 2;
      justify-self: end; }
  .contact-page-form .contact-form-grid {
    grid-template-columns: 1fr 1fr 1fr; }
    .contact-page-form .contact-form-grid .message-form-grid {
      grid-column: 1 / span 2; }
    .contact-page-form .contact-form-grid .button-form-grid {
      justify-self: end; } }

/*************** BUTTONS ******************/
.btn {
  display: inline-block;
  text-decoration: none;
  padding: 1.2rem 1.5rem;
  font-size: 1.6rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  cursor: pointer;
  line-height: 1em;
  font-weight: 300;
  color: #fff;
  position: relative;
  background-color: #0F6D37;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .btn:hover {
    background-color: #0c572c;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }

.btn.white-btn {
  background-color: #fff;
  color: #0F6D37; }
  .btn.white-btn :hover {
    background-color: #fff;
    color: #0F6D37; }

.btn.light-green-btn {
  background-color: #3DBA72; }
  .btn.light-green-btn:hover {
    background-color: #37a766; }

.btn.dark-green-btn {
  background-color: #003120; }
  .btn.dark-green-btn:hover {
    background-color: #00180f; }

.btn.block-btn {
  display: block;
  width: 100%;
  text-align: center; }

.btn.disabled-btn {
  cursor: default; }

/******** HEROS ********/
.design-hero {
  overflow: hidden;
  height: 400px;
  overflow: hidden; }
  .design-hero img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    width: 100%; }

@media (max-width: 840px) {
  .design-hero {
    height: 300px;
    max-height: none; } }

.hero.home-hero {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 0;
  position: relative;
  min-height: 450px; }

.hero.inner-hero {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/wp-content/uploads/2018/08/download-3.jpg");
  margin-bottom: 0;
  overflow: hidden;
  height: 200px;
  min-height: 200px;
  position: relative; }
  .hero.inner-hero .container {
    height: 100%;
    position: relative;
    z-index: 3; }
  .hero.inner-hero * {
    color: #fff; }

.bottom-bg-image {
  width: 100%;
  display: block;
  margin: 0; }

.parallax-bg {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat; }

/******** IMAGE CONTAINERS ********/
.rounded-image-container {
  background-color: #373737;
  overflow: hidden;
  border-radius: 1rem 4rem;
  margin-bottom: 1rem; }

.icon-container {
  height: 110px; }
  .icon-container img {
    display: block;
    height: 90px;
    width: auto; }

/******** GRID SECTIONS ********/
.grid-box {
  display: inline-block;
  width: 40%; }
  .grid-box h1, .grid-box h2, .grid-box h3 {
    font-size: 1.8rem; }
  .grid-box h4, .grid-box h5, .grid-box h6 {
    font-size: 1.6rem; }
  .grid-box a {
    text-decoration: none; }

.projects-grid-section .grid-box {
  text-align: center;
  background-color: #517FA3;
  background-repeat: no-repeat;
  background-size: cover; }
  .projects-grid-section .grid-box * {
    text-align: center; }
  .projects-grid-section .grid-box a {
    padding: 2rem;
    background-color: rgba(35, 35, 35, 0.4);
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center; }
    .projects-grid-section .grid-box a:hover {
      background-color: rgba(35, 35, 35, 0.2); }
  .projects-grid-section .grid-box.title-grid-box {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    align-content: center;
    -webkit-box-align: center;
            align-items: center; }

@supports (display: grid) {
  .grid-section {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr; }
    .grid-section .grid-box {
      width: 100%;
      max-width: 100%;
      display: block; }
  .grid-section.projects-grid-section {
    grid-template-columns: 1fr;
    grid-gap: 0; } }

@media (min-width: 600px) {
  .grid-box {
    width: 33.33%; }
  @supports (display: grid) {
    .grid-section {
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 1rem; }
      .grid-section .grid-box {
        width: 100%;
        max-width: 100%;
        display: block; }
    .grid-section.projects-grid-section {
      grid-template-columns: 1fr 1fr;
      grid-gap: 0; } } }

@media (min-width: 900px) {
  @supports (display: grid) {
    .grid-section {
      grid-template-columns: repeat(6, 1fr); }
    .grid-section.small-grid-section {
      grid-template-columns: repeat(9, 1fr); }
    .grid-section.experience-grid {
      grid-template-columns: repeat(4, 1fr); }
    .grid-section.projects-grid-section {
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 0; } } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .grid-section {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap; } }

@media all and (-ms-high-contrast: none) and (min-width: 900px), (-ms-high-contrast: active) and (min-width: 900px) {
  .grid-section .grid-box {
    width: 16.66%; }
  .grid-section.small-grid-section .grid-box {
    width: 11.11%; }
  .grid-section.projects-grid-section .grid-box {
    width: 25%; }
  .grid-section.experience-grid .grid-box {
    width: 14%; } }

/******** PAGINATION ********/
.pagination_container {
  font-size: 2rem;
  padding: 1em 0;
  margin-bottom: 2rem; }
  .pagination_container a {
    color: #0F6D37; }
  .pagination_container .nav-links {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: center;
            justify-content: center; }
    .pagination_container .nav-links > * {
      margin-left: 0.5em; }

.pagination .facetwp-pager {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
          align-items: stretch; }

.pagination .facetwp-pager > * {
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
  color: #0F6D37;
  font-weight: 300 !important;
  padding: 0.4em 0.8em;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center; }

.pagination .facetwp-page.active {
  font-weight: 300 !important; }

/***************  HOME ******************/
.home-hero {
  padding: 5vh 5vw;
  position: relative;
  min-height: 50vh;
  background-size: cover; }

.home-hero-content {
  position: relative;
  max-width: 600px; }
  .home-hero-content * {
    color: #fff; }
  .home-hero-content h2 {
    font-size: 2.4rem; }

@media (min-width: 800px) {
  .home-hero {
    padding: 15vh 15vw; }
  .home-hero-content {
    left: 20%; }
    .home-hero-content h2 {
      font-size: 2.8rem; } }

@media (min-width: 1200px) {
  .home-hero-content {
    left: 60%; }
    .home-hero-content h2 {
      font-size: 3.2rem; } }

.logo-slider.slick-slider {
  margin: 1rem 0 !important; }
  .logo-slider.slick-slider .logo-slide {
    max-height: 70px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    align-content: center;
    margin: 0 1rem; }
    .logo-slider.slick-slider .logo-slide .logo {
      width: 100%;
      height: auto;
      max-height: 100%;
      max-width: 100%;
      display: block; }

button.slick-arrow,
button.slick-arrow:hover {
  display: block;
  background-image: url(images/arrow@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 16px;
  height: 30px;
  opacity: 0.6;
  z-index: 8; }
  button.slick-arrow.slick-next,
  button.slick-arrow:hover.slick-next {
    right: -2rem;
    -webkit-transform: translate(0, -50%) rotate(180deg);
            transform: translate(0, -50%) rotate(180deg); }
  button.slick-arrow.slick-prev,
  button.slick-arrow:hover.slick-prev {
    left: -2rem; }
  button.slick-arrow:before,
  button.slick-arrow:hover:before {
    content: none; }

/***************  PROJECTS ******************/
/***************  CONTACT ******************/
.location-map {
  border: solid 3px #0F6D37; }

/***************  LOGIN ******************/
.front-end-login-container {
  max-width: 600px;
  margin: 0 auto; }

/***************  PROTECTED FILES ******************/
.protected-files-search {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0 0 20px; }
  .protected-files-search * {
    margin: 10px 0; }
  .protected-files-search .facetwp-search-wrap {
    display: block;
    position: relative;
    font-size: 20px;
    -webkit-box-flex: 2;
            flex-grow: 2; }
    .protected-files-search .facetwp-search-wrap .facetwp-btn {
      display: block;
      z-index: 99;
      top: 0;
      bottom: 0;
      left: 0;
      width: 3em; }
      .protected-files-search .facetwp-search-wrap .facetwp-btn::before {
        display: block;
        width: 80%;
        height: 80%;
        margin: 10%;
        border-right: solid 2px #EBE7E7;
        background-position: center;
        background-size: 24px 24px;
        opacity: 0.6; }
  .protected-files-search .facetwp-search {
    font-size: 18px;
    display: block;
    width: 100%;
    border: solid 1px #EBE7E7;
    padding: 0.5em 1em 0.5em 4em; }
  .protected-files-search .facetwp-facet {
    margin-bottom: 0; }

@media (min-width: 700px) {
  .protected-files-search {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center; }
    .protected-files-search * {
      margin: 0 10px; } }

.main ul.protected-files-grid {
  background-color: #687C65;
  padding: 2em;
  display: grid;
  grid-gap: 1em;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  list-style: none;
  margin: 0; }

li.protected-file a {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  text-decoration: none; }
  li.protected-file a * {
    color: #fff; }
  li.protected-file a date {
    font-size: 1.3rem;
    text-transform: uppercase;
    margin: 0.5em 0; }
  li.protected-file a h4 {
    font-size: 1.4rem;
    text-align: center; }
  li.protected-file a svg {
    -webkit-transform: scale(0.6);
            transform: scale(0.6); }

@media (min-width: 800px) {
  .main ul.protected-files-grid {
    padding: 3em;
    grid-gap: 2em;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); }
  li.protected-file a svg {
    -webkit-transform: scale(1);
            transform: scale(1); }
  li.protected-file a h4 {
    font-size: 1.5rem; } }

ul.logs {
  margin: 2em 0;
  padding: 0;
  list-style: none; }
  ul.logs li {
    list-style: none;
    padding: 10px 0;
    font-size: 1.6rem;
    border-bottom: solid #EBE7E7 1px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap;
    color: #5c5c5c; }
    ul.logs li .file-title,
    ul.logs li .user {
      color: #0F6D37;
      font-weight: 600; }
    ul.logs li .file-url {
      font-size: 1.3rem;
      width: 100%; }

.blog-flex-header h3 {
  display: block;
  background-color: #232323;
  color: #fff;
  padding: 5px 10px; }

@media (min-width: 700px) {
  .blog-flex-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: stretch;
            align-items: stretch; }
    .blog-flex-header h3 {
      flex-basis: 75%;
      margin-right: 10px; }
    .blog-flex-header .btn {
      max-width: 25%; } }

/********** BLOG ARCHIVE PAGE **********/
.featured-blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1em; }
  .featured-blog-grid .card {
    grid-column: span 2; }
  .featured-blog-grid hr {
    grid-column: span 4;
    margin: 0 auto; }
  .featured-blog-grid .sidebar {
    grid-column: span 4; }

@media (min-width: 700px) {
  .featured-blog-grid {
    grid-gap: 0em; }
    .featured-blog-grid hr {
      margin: 0.75em auto;
      height: 10px; }
    .featured-blog-grid .card {
      grid-column: 1 / 4; }
    .featured-blog-grid .card.feature-news-card {
      grid-column: span 1; }
      .featured-blog-grid .card.feature-news-card:nth-of-type(1) {
        grid-column: span 2;
        grid-row: span 2; } }

.news-card {
  font-size: 1.3rem;
  text-decoration: none; }
  .news-card .post-title {
    font-size: 1.4rem;
    margin-bottom: 0; }
  .news-card .read-more-btn {
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    background-color: #232323;
    font-size: 1.3rem; }
  .news-card .post-date {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    color: #fff;
    font-size: 1.2rem;
    background-color: #0F6D37;
    padding: 5px; }
    .news-card .post-date .date-day {
      font-size: 2.4rem;
      white-space: nowrap; }
    .news-card .post-date .date-other {
      white-space: nowrap; }
  .news-card .post-excerpt p {
    font-size: 1.3rem; }

.news-card.basic-card {
  margin: 1em 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row; }
  .news-card.basic-card .card-image {
    position: relative;
    border: solid 2px #003120;
    overflow: hidden;
    width: 85px;
    height: 85px;
    flex-basis: 85px;
    flex-shrink: 85px;
    margin-right: 10px;
    -o-object-fit: cover;
       object-fit: cover; }
    .news-card.basic-card .card-image img {
      display: block;
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      width: 100%; }
    .news-card.basic-card .card-image .post-date {
      position: absolute;
      top: 0;
      right: 0; }
  .news-card.basic-card .post-title {
    display: inline-block;
    min-width: 50%;
    background-color: #003120;
    color: #fff;
    padding: 5px 10px 5px 20px;
    margin-left: -10px; }

.latest-blog-posts .news-card.basic-card {
  padding: 1em; }
  .latest-blog-posts .news-card.basic-card:nth-of-type(odd) {
    background-color: rgba(15, 109, 55, 0.2); }

@media (min-width: 600px) {
  .news-card.basic-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
            align-items: stretch; }
    .news-card.basic-card .card-image {
      width: 120px;
      height: 120px;
      flex-basis: 120px;
      flex-shrink: 0; } }

@media (max-width: 500px) {
  .blog_archive_grid {
    grid-template-columns: 1fr; }
    .blog_archive_grid > *,
    .blog_archive_grid .card,
    .blog_archive_grid .news-card,
    .blog_archive_grid .sidebar,
    .blog_archive_grid hr {
      grid-column: 1 / 2; } }

.sidebar .news-card {
  margin-bottom: 2em; }

.sidebar .news-card.basic-card .card-image {
  width: 80px;
  height: 80px;
  flex-basis: 80px;
  flex-shrink: 0; }

.news-card.feature-news-card {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
          align-items: stretch; }
  .news-card.feature-news-card * {
    color: #fff; }
  .news-card.feature-news-card .card-content {
    padding: 1rem;
    background-color: rgba(1, 24, 37, 0.9);
    margin-top: 10em; }
  .news-card.feature-news-card .post-date {
    margin-right: 5px; }
  .news-card.feature-news-card .read-more-btn {
    position: absolute;
    top: 0;
    right: 0; }
  .news-card.feature-news-card:nth-of-type(3n + 2) .card-content {
    background-color: rgba(61, 186, 114, 0.9); }
  .news-card.feature-news-card:nth-of-type(4) .card-content {
    background-color: rgba(15, 109, 55, 0.9); }

@media (min-width: 800px) {
  .news-card.feature-news-card.large-feature-card .card-content {
    margin-top: 20em; } }

.recent-posts-grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap; }

@supports (display: grid) {
  .recent-posts-grid {
    display: grid;
    grid-gap: 10px;
    grid-auto-flow: dense; }
  @media (min-width: 600px) {
    .recent-posts-grid {
      grid-template-columns: 1fr 1fr; }
      .recent-posts-grid .large-feature-card {
        grid-column: span 2; } }
  @media (min-width: 600px) {
    .recent-posts-grid {
      grid-template-columns: repeat(4, 1fr); }
      .recent-posts-grid .large-feature-card {
        grid-row: span 2; } } }

/*************** SIDEBAR ******************/
.sidebar-widgets {
  border-top: solid 5px #0F6D37;
  border-bottom: solid 5px #0F6D37;
  padding: 1em 0; }

.sidebar {
  margin-bottom: 2em; }
  .sidebar h3 {
    font-size: 2rem;
    margin-bottom: 1em; }
  .sidebar h4 {
    color: #232323;
    font-size: 1.6rem;
    cursor: pointer;
    position: relative; }
    .sidebar h4::after {
      content: "+";
      display: block;
      position: absolute;
      top: 0;
      right: 0; }
    .sidebar h4.visible::after {
      content: "-"; }

.sidebar-box ul {
  list-style: none;
  margin: 1em 0;
  display: none; }
  .sidebar-box ul li {
    display: block;
    margin: 0.75em 0;
    padding: 0 0 0 0.5em; }
    .sidebar-box ul li a {
      text-decoration: none; }
  .sidebar-box ul.visible {
    display: block; }

.btn.newsletter-btn {
  border: none; }

/********** SEARCH PAGE **********/
.search-module {
  background-color: rgba(15, 109, 55, 0.3); }

.search-form {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
          align-items: stretch; }
  .search-form > * {
    margin: 0; }
  .search-form .search-btn {
    padding: 5px;
    background-color: transparent;
    border: none; }
  .search-form input {
    background-color: transparent;
    border: none;
    font-size: 1.5rem;
    padding-left: 1em; }
  .search-form ::-webkit-input-placeholder {
    color: #0F6D37; }
  .search-form ::-moz-placeholder {
    color: #0F6D37; }
  .search-form :-ms-input-placeholder {
    color: #0F6D37; }
  .search-form ::-ms-input-placeholder {
    color: #0F6D37; }
  .search-form ::placeholder {
    color: #0F6D37; }
  .search-form:hover .search-btn {
    background-color: transparent; }
    .search-form:hover .search-btn path {
      fill: #0F6D37; }

@media (min-width: 700px) {
  .blog_archive_grid.search_grid {
    grid-gap: 1em;
    grid-template-columns: 3fr 1fr; }
    .blog_archive_grid.search_grid .card {
      grid-column: 1 / 4; }
    .blog_archive_grid.search_grid .sidebar {
      grid-column: 4 / 5;
      grid-row: 1 / 10; } }

/********** SINGLE BLOG PAGE **********/
/*# sourceMappingURL=style.css.map */