@charset "UTF-8";
/* Scss Document */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

/* Scss Document */
/*COLORS*/
/*FONTS (Pacifico[cursive]:400   Ubuntu[sans]:300,400,700,400italic,700italic)*/
/*SHAPES*/
/* COMMON STYLES*/
@font-face {
  font-family: "icomoon";
  src: url("/fonts/icomoon.eot?vhuae5");
  src: url("/fonts/icomoon.eot?vhuae5#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf?vhuae5") format("truetype"), url("/fonts/icomoon.woff?vhuae5") format("woff"), url("/fonts/icomoon.svg?vhuae5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@-webkit-keyframes fadein {
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideup {
  100% {
    margin-top: -30px;
  }
}
@keyframes slideup {
  100% {
    margin-top: -30px;
  }
}
@-webkit-keyframes slidein {
  100% {
    left: 0;
  }
}
@keyframes slidein {
  100% {
    left: 0;
  }
}
/*STYLES ADDED AFTER CLIENT-ENTERED CONTENT TO PREVENT STYLING INCONSISTENCIES*/
a span {
  color: inherit !important;
}

/* /STYLES ADDED AFTER CLIENT-ENTERED CONTENT TO PREVENT STYLING INCONSISTENCIES*/
.pull-up {
  margin-top: 0;
  -webkit-animation: slideup 0.7s forwards;
  animation: slideup 0.7s forwards;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@media (max-width: 767px) {
  .pull-up {
    -webkit-animation: none !important;
    animation: none !important;
  }
}

.rounded-panel {
  border-radius: 10px;
  padding: 60px;
  background-color: #fff;
  box-shadow: 0px 0px 2px 0px #b7b7b7;
}
@media (max-width: 767px) {
  .rounded-panel {
    border-radius: 0;
    margin-bottom: -30px;
  }
}
@media (max-width: 480px) {
  .rounded-panel {
    padding: 25px;
  }
}
.rounded-panel .head {
  margin-top: 0;
}

.leaf {
  background-image: url(../images/icn-leaf.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .leaf {
    background-image: url(../images/icn-leaf@2x.png);
    background-size: 34px;
  }
}

.newspaper {
  background-image: url(../images/icn-newspaper.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .newspaper {
    background-image: url(../images/icn-newspaper@2x.png);
    background-size: 34px;
  }
}

.bulleted-list {
  background-image: url(../images/icn-bulleted-list.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .bulleted-list {
    background-image: url(../images/icn-bulleted-list@2x.png);
    background-size: 34px;
  }
}

.exclamation {
  background-image: url(../images/icn-exclamation.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .exclamation {
    background-image: url(../images/icn-exclamation@2x.png);
    background-size: 34px;
  }
}

.bullhorn {
  background-image: url(../images/icn-bullhorn.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .bullhorn {
    background-image: url(../images/icn-bullhorn@2x.png);
    background-size: 34px;
  }
}

.pencil {
  background-image: url(../images/icn-pencil.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .pencil {
    background-image: url(../images/icn-pencil@2x.png);
    background-size: 34px;
  }
}

.thumbs-up {
  background-image: url(../images/icn-thumbs-up.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .thumbs-up {
    background-image: url(../images/icn-thumbs-up@2x.png);
    background-size: 34px;
  }
}

.balance-scale {
  background-image: url(../images/icn-balance-scale.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .balance-scale {
    background-image: url(../images/icn-balance-scale@2x.png);
    background-size: 34px;
  }
}

.cloud {
  background-image: url(../images/icn-cloud.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .cloud {
    background-image: url(../images/icn-cloud@2x.png);
    background-size: 34px;
  }
}

.plant {
  background-image: url(../images/icn-plant.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .plant {
    background-image: url(../images/icn-plant@2x.png);
    background-size: 34px;
  }
}

.water {
  background-image: url(../images/icn-water.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .water {
    background-image: url(../images/icn-water@2x.png);
    background-size: 34px;
  }
}

.louisiana {
  background-image: url(../images/icn-louisiana.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .louisiana {
    background-image: url(../images/icn-louisiana@2x.png);
    background-size: 34px;
  }
}

.hazard {
  background-image: url(../images/icn-hazard.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hazard {
    background-image: url(../images/icn-hazard@2x.png);
    background-size: 34px;
  }
}

.head {
  text-transform: uppercase;
  color: #86b749;
  font-size: 30px;
  padding-bottom: 10px;
  font-weight: 800;
  display: block;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .head {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .head {
    font-size: 24px;
  }
}

.rotate {
  transition: all 0.3s linear;
}

.rotate.down {
  transform: rotate(180deg);
}

ul li, ol li {
  margin-bottom: 10px;
}

p {
  margin: 0 0 15px;
}

blockquote {
  position: relative;
  font-size: 20px;
  border-left: 0;
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 58px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Playfair Display", Baskerville, "Times New Roman", serif;
}
@media (max-width: 480px) {
  blockquote {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 320px) {
  blockquote {
    padding-left: 10px;
    padding-right: 10px;
  }
}
blockquote:before {
  content: "“";
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 80px;
  line-height: 1;
  width: 60px;
  height: 60px;
  margin-left: -30px;
}
blockquote.left {
  float: left;
  width: 35%;
  text-align: left;
  padding-left: 0;
  padding-right: 30px;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  blockquote.left {
    width: 100%;
    float: none;
  }
}
blockquote.left:before {
  left: 0;
  margin-left: 0;
}
blockquote.right {
  float: right;
  width: 35%;
  text-align: right;
  padding-right: 0;
  padding-left: 30px;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  blockquote.right {
    width: 100%;
    float: none;
  }
}
blockquote.right:before {
  left: auto;
  right: 0;
  margin-left: 0;
}
blockquote .quotee {
  display: block;
  font-size: 16px;
  color: #b3b3b3;
  padding-top: 20px;
}

.embed-responsive {
  margin: 15px 0;
}

.thumbnail {
  padding: 20px;
  opacity: 0;
  -o-animation: fadein 1s forwards;
  -o-animation-delay: 0.3s;
  -webkit-animation: fadein 1s forwards;
  -webkit-animation-delay: 0.3s;
  -moz-animation: fadein 1s forwards;
  -moz-animation-delay: 0.3s;
  animation: fadein 1s forwards;
  animation-delay: 0.3s;
}
.thumbnail .title {
  border-bottom: 1px solid #86b740;
  margin-bottom: 10px;
}
.thumbnail h3 {
  text-align: center;
  text-transform: uppercase;
  color: #02698f;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
}
.thumbnail .read-more {
  font-size: 13px;
}
.thumbnail .btn, .thumbnail .btn.btn-primary, .thumbnail .btn.btn-secondary {
  display: block;
  margin-top: 15px;
}

.helper {
  margin-top: -60px;
  margin-right: -60px;
  margin-left: -60px;
  margin-bottom: 30px;
  background: #e0eef3;
  padding: 20px;
  border-radius: 10px 10px 0 0;
  text-align: center;
}
@media (max-width: 991px) {
  .helper {
    margin-top: -30px;
    margin-right: -30px;
    margin-left: -30px;
  }
}
@media (max-width: 767px) {
  .helper {
    border-radius: 0;
  }
}
@media (max-width: 350px) {
  .helper {
    margin-top: -15px;
    margin-right: -15px;
    margin-left: -15px;
  }
}
.helper h5 {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  color: #6d9aa5;
}
.helper div {
  display: inline-block;
  vertical-align: middle;
}
.helper div:last-of-type {
  margin-left: 10px;
  padding-left: 15px;
  border-left: 1px solid #969696;
}
@media (max-width: 1199px) {
  .helper div:last-of-type {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
}
.helper a {
  font-size: 12px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.1;
  vertical-align: middle;
  margin-right: 10px;
}
.helper a:before {
  font-family: FontAwesome;
  content: "";
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
}
.helper a:hover {
  transition: all 0.3s;
}
.helper a:hover a:before {
  font-size: 16px;
}

/*OVERRIDE YOUTUBE WIDTH AND HEIGHT*/
.rounded-panel iframe {
  max-width: 100% !important;
}
@media (max-width: 991px) {
  .rounded-panel iframe {
    height: 230px;
  }
}
@media (max-width: 767px) {
  .rounded-panel iframe {
    height: 315px;
  }
}
@media (max-width: 600px) {
  .rounded-panel iframe {
    height: 235px;
  }
}
@media (max-width: 480px) {
  .rounded-panel iframe {
    height: 215px;
  }
}
@media (max-width: 350px) {
  .rounded-panel iframe {
    height: 170px;
  }
}

table {
  border: 1px solid #ddd;
}
table thead {
  background: #9cbac4;
  color: #fff;
}
table thead th {
  border-bottom: 0;
  text-align: center;
}

.news-link {
  display: block;
  margin-bottom: 10px;
  background-color: #ccdbe1;
  padding: 10px;
  color: #023651;
  box-shadow: 0px 0px 2px 0px #b4b4b5;
}
.news-link:hover {
  box-shadow: 0px 0px 10px 0px #919191;
  transition: box-shadow 0.5s;
}
.news-link a {
  color: #023651;
}
.news-link a:hover {
  color: #0f628e;
}
.news-link span {
  display: block;
  font-weight: 700;
  color: #023651;
  font-size: 13px;
}

.calendar-event {
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.calendar-event:last-of-type {
  border-bottom: 0;
}
.calendar-event:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.calendar-event .date {
  display: inline-block;
  background: #86b740;
  color: #fff;
  padding: 5px 8px;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  vertical-align: middle;
  width: 22%;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .calendar-event .date {
    padding: 3px 5px;
  }
}
@media (max-width: 991px) {
  .calendar-event .date {
    width: 10%;
  }
}
@media (max-width: 767px) {
  .calendar-event .date {
    width: 40px;
  }
}
.calendar-event .date span {
  display: block;
  font-size: 13px;
  font-weight: 700;
}
.calendar-event a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  padding-left: 5px;
  width: 74%;
}
@media (max-width: 1199px) {
  .calendar-event a {
    width: 73%;
  }
}
@media (max-width: 991px) {
  .calendar-event a {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .calendar-event a {
    width: auto;
  }
}

.carousel-control {
  opacity: 1;
  width: 10%;
  z-index: 10;
}
.carousel-control i {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  font-size: 22px;
  text-shadow: none;
  line-height: 32px;
  position: absolute;
  top: 50%;
  margin-top: -18px;
}
@media (max-width: 400px) {
  .carousel-control i {
    width: 25px;
    height: 25px;
    margin-top: -12px;
    font-size: 18px;
    line-height: 22px;
  }
}
.carousel-control.right {
  right: 0;
}
.carousel-control.right i {
  margin-right: -18px;
  right: 50%;
}
@media (max-width: 400px) {
  .carousel-control.right i {
    margin-right: -12px;
  }
}
.carousel-control.left {
  left: 0;
}
.carousel-control.left i {
  margin-left: -18px;
  left: 50%;
}
@media (max-width: 400px) {
  .carousel-control.left i {
    margin-left: -12px;
  }
}
.carousel-control.right, .carousel-control.left {
  background: none;
}

.right.carousel-control, .left.carousel-control {
  -webkit-filter: none;
          filter: none;
}

/*select {
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}*/
select::-ms-expand {
  display: none;
}

.table {
  margin-top: 10px;
}

.table-responsive .table > thead > tr > th {
  border-bottom: 0;
}

.table > tbody > tr > td {
  border-right: 1px solid #ddd;
}

.modal-title {
  font-weight: 700;
}

.modal-body p {
  font-size: 14px;
  line-height: 1.5;
}

#pagination {
  text-align: center;
}

.pagination > li > a, .pagination > li > span {
  color: #86b740;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #86b740;
  font-weight: 600;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  color: #ffffff;
  background-color: #86b740;
  border-color: #86b740;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #86b740;
  border-color: #86b740;
}

/* Scss Document */
/*Serrated Edges*/
/* Scss Document */
html {
  /* Prevent font scaling in landscape while allowing user zoom */
  -webkit-text-size-adjust: 100%;
}

::-webkit-input-placeholder {
  color: #fff;
}

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

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

:-ms-input-placeholder {
  color: #fff;
}

body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #838383;
  width: 100%;
  opacity: 0.1;
  -o-animation: fadein 0.5s forwards;
  -o-animation-delay: 0.1s;
  -webkit-animation: fadein 0.5s forwards;
  -webkit-animation-delay: 0.1s;
  -moz-animation: fadein 0.5s forwards;
  -moz-animation-delay: 0.1s;
  animation: fadein 0.5s forwards;
  animation-delay: 0.1s;
}
body a {
  color: #4d7335;
}
@media (max-width: 767px) {
  body a {
    word-break: break-word;
  }
}
body a:hover, body a:focus {
  color: #7db35b;
  text-decoration: none;
}
body .browser-upgrade {
  color: #FFF;
  font-size: 30px;
  text-align: center;
  padding: 50px;
  background: #000;
}
body .browser-upgrade a {
  color: #FFF;
  text-decoration: underline;
}
body .browser-upgrade a:hover {
  text-decoration: none;
}

.skip {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip:focus {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  color: #fff;
  background: #ca2929;
  padding: 10px;
  transition: all 0.5s;
}

.alert-ticker {
  background: #d4b32a;
  color: #fff;
}
.alert-ticker .mt-label {
  font-weight: 600;
  padding-left: 0;
}
.alert-ticker .mt-label i {
  padding-right: 5px;
}
.alert-ticker .mt-controls {
  padding-left: 15px;
  background: #d4b32a;
}
.alert-ticker .mt-play {
  position: relative;
}
.alert-ticker .mt-play:before {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 9px;
}
.alert-ticker .mt-play.mt-pause:before {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 7px;
}
.alert-ticker .mt-news a {
  color: #fff;
  padding-left: 0;
}
.alert-ticker .mt-next, .alert-ticker .mt-prev {
  width: 25px;
}
.alert-ticker .mt-next i, .alert-ticker .mt-prev i {
  font-size: 20px;
  text-align: center;
  display: block;
  padding-top: 4px;
}

.pre-header {
  background-color: #86b740;
  text-align: center;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pre-header img {
  max-width: 50px;
  padding-right: 10px;
}

header {
  background-image: url(../images/imgHeaderBg.jpg);
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  header {
    background-image: none;
    margin-bottom: 0;
    background-color: #fff;
  }
}
header a:hover, header a:focus {
  color: #abecff;
}

.overlay {
  position: relative;
}
.overlay:before {
  position: absolute;
  background-color: rgba(77, 115, 53, 0.9);
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (max-width: 767px) {
  .overlay:before {
    display: none;
  }
}

.mobile-seal {
  margin-top: 30px;
  color: #979797;
  padding-right: 0;
}
@media (max-width: 400px) {
  .mobile-seal {
    margin-top: 20px;
    text-align: center;
  }
}
@media (max-width: 355px) {
  .mobile-seal {
    margin-top: 13px;
  }
}
.mobile-seal img {
  float: left;
}
@media (max-width: 400px) {
  .mobile-seal img {
    float: none;
    margin-bottom: 5px;
  }
}
.mobile-seal span {
  font-size: 9px;
  float: left;
  width: 60%;
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid #979797;
}
@media (max-width: 400px) {
  .mobile-seal span {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
}

.logo {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .logo {
    margin: 20px auto 13px;
  }
}
@media (max-width: 992px) {
  .logo img {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .logo img {
    width: auto;
    margin: 0 auto;
  }
}

footer {
  background-image: url(../images/img-footer.jpg);
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  position: relative;
  margin-top: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  footer {
    background-image: url(../images/img-footer-mobile.jpg);
    margin-top: 20px;
    text-align: center;
  }
}
footer.overlay:before {
  background-color: rgba(77, 115, 53, 0.7);
}
@media (max-width: 767px) {
  footer.overlay:before {
    display: block;
  }
}
footer .footer-divider {
  padding-top: 15px;
  padding-bottom: 15px;
}
footer h3 {
  margin-bottom: 30px;
  margin-top: 0;
  font-weight: 800;
}
footer h4 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  footer h4 {
    font-size: 20px;
  }
}
footer a {
  color: #fff;
}
footer a:hover, footer a:focus {
  color: #abecff;
}
footer .col-sm-6:first-of-type ul {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  footer .col-sm-6:first-of-type ul {
    display: block;
  }
}
footer .col-sm-6:first-of-type ul:first-of-type {
  padding-right: 80px;
}
@media (max-width: 767px) {
  footer .col-sm-6:first-of-type ul:first-of-type {
    padding-right: 0;
  }
}
footer ul {
  padding-left: 10px;
}
footer ul li {
  list-style-type: none;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  footer #newsletter-signup {
    /*max-width: 300px;*/
    width: 100%;
    margin: 0 auto;
  }
}
footer #newsletter-signup .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  /*float: left;
   &:before {
   	content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }*/
}
footer #newsletter-signup input {
  color: #fff;
  height: 45px;
  width: 100%;
  border: none;
  padding-left: 15px;
  background: transparent;
  transition: background-color 0.2s ease;
  border-radius: 25px 0 0 25px;
  border: 1px solid #eee;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  line-height: 1;
  border-right-color: #9cbac4;
  margin-right: -9px;
}
footer #newsletter-signup a#btn-sign-up {
  height: 45px;
  padding: 0px 25px;
  position: relative;
  border-radius: 0 25px 25px 0;
  line-height: 45px;
  font-weight: 800;
  margin-left: -4px;
}
@media (max-width: 767px) {
  footer #newsletter-signup a#btn-sign-up {
    margin-left: 0;
  }
}
@media (max-width: 350px) {
  footer #newsletter-signup a#btn-sign-up {
    padding: 0 5px;
  }
}
footer .social-footer {
  text-align: right;
  font-size: 40px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  footer .social-footer {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
footer .social-footer a {
  margin-right: 15px;
}
footer .mobile-contact-links {
  padding-left: 0;
}
footer .mobile-contact-links .btn {
  min-width: 150px;
}
footer select#select-lang {
  -webkit-appearance: none;
  margin-top: 40px;
  margin-left: 40px;
  width: auto;
}
@media (max-width: 767px) {
  footer select#select-lang {
    margin: 20px auto 0;
  }
}
footer select#select-lang:hover, footer select#select-lang:active, footer select#select-lang:focus {
  color: #fff;
}

#signup-modal .modal-title {
  font-weight: 800;
  font-size: 22px;
  color: #1c6e82;
}
#signup-modal .modal-body {
  padding: 45px;
  color: #1c6e82;
}
#signup-modal .modal-body p {
  font-size: 18px;
}

/* Scss Document */
/* Scss Document */
@media print {
  .alert-ticker,
.mobile-seal,
.breadcrumbs,
.secondary-nav,
.btn,
footer,
.nav-side-menu {
    display: none !important;
  }

  a[href]:after {
    content: none !important;
  }

  .logo .hidden-xs {
    display: none !important;
  }
  .logo .visible-xs-block {
    display: block !important;
    width: 120px;
    height: 128px;
    margin: 0 auto;
  }
}
/* Scss Document */
#responsive-menu-button {
  background: #fff;
  width: 100%;
  margin: 0;
  padding-left: -15px;
  border-radius: 0;
}
#responsive-menu-button button {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 0;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
#responsive-menu-button button:active {
  border: 0;
  outline: none;
}
#responsive-menu-button .icon-bar {
  background-color: #fff;
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 1px;
}
@media (max-width: 767px) {
  #responsive-menu-button .icon-bar {
    background-color: #979797;
  }
}
#responsive-menu-button .icon-bar + .icon-bar {
  margin-top: 7px;
}
#responsive-menu-button:hover {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #responsive-menu-button {
    display: block;
  }
  #responsive-menu-button #menu-label {
    float: left;
    width: 74px;
    text-align: right;
    line-height: 100%;
    color: #fff;
  }
}

@media (max-width: 767px) {
  .navbar-header {
    width: 11%;
    display: inline-block;
    position: absolute;
    top: 10;
    right: 1px;
    margin-top: -75px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    display: none;
  }
}

.quicklinks {
  text-align: right;
  position: relative;
  margin-top: 50px;
}
.quicklinks a {
  color: #fff;
  padding-right: 30px;
  font-size: 13px;
  text-transform: uppercase;
  /*@media (max-width: 1199px) and (min-width: 992px) {
  	padding-right: 45px;
  }*/
}
.quicklinks a i {
  font-size: 12px;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .quicklinks a i {
    display: none;
  }
}
.quicklinks a:last-of-type {
  padding-right: 15px;
}
@media (max-width: 991px) {
  .quicklinks a {
    padding-right: 20px;
  }
}

nav.navbar {
  border: none;
  background: none;
  border-radius: 0px;
  margin-bottom: 0px;
  bottom: 0;
  width: 100%;
  min-height: 40px;
}
@media (max-width: 767px) {
  nav.navbar {
    min-height: 0;
  }
}
@media (min-width: 768px) {
  nav.navbar > .container {
    padding-right: 0;
  }
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: transparent;
}

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background: none;
  border-color: #86b740;
}

#main-nav {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
  float: right;
  text-align: center;
  border-top: 0;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  #main-nav {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  #main-nav {
    display: none !important;
  }
}
#main-nav:before {
  display: table;
  content: " ";
}
#main-nav a:hover, #main-nav a:focus {
  color: #abecff;
}

.navbar-nav {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  margin-bottom: 1px;
}
.navbar-nav li {
  position: inherit;
  margin-bottom: 0;
}
.navbar-nav li a {
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .navbar-nav li a {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-nav li a {
    color: #4d7335;
  }
}
.navbar-nav li a:hover {
  background: none;
}

.sidr {
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
.sidr .sidr-class-dropdown-toggle {
  font-weight: 800;
  text-transform: uppercase;
}
.sidr ul li a {
  color: #4d7335;
}

.sidr-class-dropdown-toggle {
  position: relative;
}

.sidr-class-rotate:after {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #4d7335;
  font-size: 15px;
  padding-right: 1em;
  position: absolute;
  top: 0;
  right: 0;
}

.sidr h3 {
  box-shadow: none;
  background-image: none;
  padding: 5px 0;
  margin: 0;
}

.open .sidr-class-rotate:after {
  content: "";
}

.sidr ul li.sidr-class-visible-xs-block {
  border-bottom: 0;
  margin-top: 10px;
  border-top: 0;
}

.sidr input[type=text] {
  padding: 10px;
  background: #fff;
  border: 1px solid #dfdfdf;
}
.sidr input[type=text]::-webkit-input-placeholder {
  color: #828282;
}
.sidr input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #828282;
}
.sidr input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #828282;
}
.sidr input[type=text]:-ms-input-placeholder {
  color: #828282;
}

.sidr ul {
  border-bottom: 0;
}

.sidr ul li .sidr-class-search-button {
  background-color: #4d7335;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 2px;
  width: 100%;
  border-style: none;
}

.sidr-class-dropdown-menu {
  display: none;
}

li.sidr-class-dropdown.open .sidr-class-dropdown-menu {
  display: block;
}

/*NEW SIDR CLASS OVERRIDES BEGIN*/
.sidr-class-nav li a {
  font-weight: 700;
  text-transform: uppercase;
}

.sidr ul li.sidr-class-quicklinks.sidr-class-visible-xs-block {
  border-bottom: 1px solid #dfdfdf;
  border-top: 1px solid #fff;
  margin-top: 0;
}

.sidr-class-collapse {
  display: none;
}

.sidr-class-nav-stacked > li a {
  font-weight: 700;
  text-transform: uppercase;
}

.sidr-class-dropdown-menu ul li a {
  font-weight: normal;
  text-transform: none;
}

.sidr .sidr-class-nav-stacked .sidr-class-mobile-nav-header {
  color: #1c6e82;
}

.sidr .sidr-class-quicklinks .sidr-class-mobile-nav-header {
  color: #b7b7b7;
}

.sidr .sidr-class-mobile-nav-header {
  color: #9cbac4;
  padding-left: 15px;
  font-weight: 700;
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 5px;
  border-bottom: 2px solid;
  text-transform: uppercase;
  line-height: 28px;
}

.sidr .sidr-class-quicklinks a {
  font-weight: normal;
  text-transform: none;
  color: #777777;
  font-size: 14px;
}

/*HAMBURGER TRANSFORM CSS*/
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  font-size: 0;
  text-indent: -9999px;
  /* -moz-appearance: none;
   -webkit-appearance: none;*/
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 24px;
  left: 10px;
  right: 10px;
  height: 3px;
  background: #adadad;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #adadad;
  content: "";
}

.c-hamburger span::before {
  top: -10px;
}

.c-hamburger span::after {
  bottom: -10px;
}

.c-hamburger--htx {
  background-color: #fff;
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -moz-transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -moz-transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: #fff;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}

/*SIDEBAR SUBNAV*/
.affix-bottom {
  position: absolute;
}

.nav-side-menu {
  font-size: 12px;
  font-weight: 400;
  background-color: transparent;
  /*width: 262px;*/
  width: 165px;
  height: auto;
  color: #8a8a8a;
  /*@media (max-width: 1199px) {
    width: 228px;
  }
  @media (max-width: 991px) {
    width: 170px;
  }*/
}
@media (max-width: 1199px) {
  .nav-side-menu {
    width: 145px;
  }
}
@media (max-width: 991px) {
  .nav-side-menu {
    width: 170px;
  }
}
@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
}
.nav-side-menu .brand {
  background-color: #a0a0a0;
}
@media (max-width: 767px) {
  .nav-side-menu .brand {
    border-radius: 0;
    padding-left: 20px;
  }
}
.nav-side-menu .brand h2 {
  text-align: center;
  font-size: 16px;
  border-radius: 0;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  margin: 0;
  padding: 15px 0;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .nav-side-menu .brand h2 {
    text-align: left !important;
  }
}
@media (max-width: 320px) {
  .nav-side-menu .brand h2 {
    font-size: 14px;
  }
}
.nav-side-menu .brand span {
  font-size: 16px;
  text-transform: none;
  font-weight: 300;
}
.nav-side-menu .toggle-btn {
  display: none;
}
@media (max-width: 767px) {
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 13px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #808080;
    width: auto;
    text-align: center;
  }
}
@media (min-width: 767px) {
  .nav-side-menu #sub-menu {
    display: block;
  }
}
.nav-side-menu #sub-menu .list-group {
  background: transparent;
  border-radius: 0;
  border: 0;
}
.nav-side-menu #sub-menu .list-group.panel {
  margin-left: 0;
}
.nav-side-menu #sub-menu .list-group.panel .list-group-item[aria-expanded=true] {
  border-left-color: #86b740;
}
.nav-side-menu #sub-menu .list-group.panel .list-group-item {
  padding-left: 7px;
  padding-right: 23px;
  color: #76a039;
  border-left: 0;
  border-right: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 1px solid #cccccc;
  border-left: 5px solid #ccc;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .nav-side-menu #sub-menu .list-group.panel .list-group-item {
    font-size: 12px;
  }
}
.nav-side-menu #sub-menu .list-group.panel .list-group-item:hover {
  border-left-color: #86b740;
}
.nav-side-menu #sub-menu .list-group.panel .list-group-item.collapsed {
  border-left-color: #ccc;
}
.nav-side-menu #sub-menu .list-group.panel .list-group-item.collapsed:hover {
  border-left-color: #86b740;
}
.nav-side-menu #sub-menu .list-group.panel .list-group-item .arrow {
  width: 20px;
  float: right;
  margin-right: -15px;
}
.nav-side-menu #sub-menu .list-group.panel .list-group-item .arrow:before {
  font-family: FontAwesome;
  content: "";
  display: inline-block;
  padding-left: 10px;
  padding-right: 0;
  vertical-align: middle;
  float: right;
  margin-left: -10px;
}
.nav-side-menu #sub-menu .list-group.panel .list-group-item i {
  padding-left: 7px;
  width: 23px;
  padding-right: 15px;
  color: #86b740;
}
.nav-side-menu #sub-menu .list-group .collapse, .nav-side-menu #sub-menu .list-group .collapsing {
  padding: 0;
  background: #86b740;
}
.nav-side-menu #sub-menu .list-group .collapse a.list-group-item, .nav-side-menu #sub-menu .list-group .collapsing a.list-group-item {
  background: #86b740;
  color: #fff;
  padding-left: 10px;
  padding-right: 30px;
  border: 0;
  border-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #b9da8a;
  margin-bottom: 0;
  text-transform: none;
  font-weight: 400;
}
.nav-side-menu #sub-menu .list-group .collapse a.list-group-item:first-of-type, .nav-side-menu #sub-menu .list-group .collapsing a.list-group-item:first-of-type {
  padding-top: 10px;
}
.nav-side-menu #sub-menu .list-group .collapse a.list-group-item:last-of-type, .nav-side-menu #sub-menu .list-group .collapsing a.list-group-item:last-of-type {
  padding-bottom: 10px;
  border-bottom: 0;
}
.nav-side-menu #sub-menu .list-group .collapse a.list-group-item .arrow, .nav-side-menu #sub-menu .list-group .collapsing a.list-group-item .arrow {
  margin-right: -20px;
}
.nav-side-menu #sub-menu .list-group .collapse.list-group-submenu, .nav-side-menu #sub-menu .list-group .collapsing.list-group-submenu {
  padding: 0;
}
.nav-side-menu #sub-menu .list-group .collapse .list-group-submenu, .nav-side-menu #sub-menu .list-group .collapsing .list-group-submenu {
  margin-left: 0;
}
.nav-side-menu #sub-menu .list-group .collapse .list-group-submenu a.list-group-item, .nav-side-menu #sub-menu .list-group .collapsing .list-group-submenu a.list-group-item {
  padding-left: 20px;
  background: #648a2f;
  padding-right: 5px;
}
.nav-side-menu #sub-menu .list-group .collapse .list-group-submenu a.list-group-item i, .nav-side-menu #sub-menu .list-group .collapsing .list-group-submenu a.list-group-item i {
  padding-left: 7px;
  width: 23px;
  padding-right: 15px;
  color: #86b740;
}

.header {
  max-width: 720px;
  margin: 2em auto 10em;
}

.header-nav {
  position: relative;
  padding-right: 3em;
}
.header-nav:before, .header-nav:after {
  content: "";
  display: table;
}
.header-nav:after {
  clear: both;
}

.search-toggle i {
  margin-right: 0;
}
.search-toggle:focus {
  outline: none;
}
.search-toggle.active {
  position: absolute;
  top: 7px;
  right: 0;
  display: block;
  height: 13px;
  width: 13px;
  padding-right: 0;
}
.search-toggle.active i,
.search-toggle.active span {
  display: none;
}
.search-toggle.active::before {
  width: 0;
  border-radius: 0;
  transform: rotate(45deg);
  top: -1px;
  left: 4px;
  border: 1px solid #fff;
  height: 100%;
  content: "";
  position: absolute;
  display: block;
  transition: all 0.1s;
}
.search-toggle.active::after {
  width: 13px;
  left: -1px;
  top: 4px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: block;
  transition: all 0.1s;
}

.search-input:focus {
  outline: none;
}

#header-1 {
  border-bottom: 2px solid #4d7335;
  border-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
#header-1 .search-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 0;
  transform: translateY(100%);
  background-color: #86b740;
  transition: all 0.3s;
  overflow: hidden;
}
#header-1 .search-box .search-input {
  width: 100%;
  height: 40px;
  padding: 0 1em;
  border: 0;
  background-color: transparent;
  color: #fff;
  box-shadow: none;
  z-index: 1000006;
  opacity: 0;
  -webkit-appearance: none;
}
#header-1 .search-box .search-input::-webkit-input-placeholder {
  color: #fff;
}
#header-1.show .search-box {
  max-height: 40px;
}
#header-1.show .search-box .search-input {
  opacity: 1;
}

@media (max-width: 991px) {
  #search-results .helper {
    margin-top: -60px;
    margin-right: -60px;
    margin-left: -60px;
  }
}
@media (max-width: 480px) {
  #search-results .helper {
    margin-top: -25px;
    margin-right: -25px;
    margin-left: -25px;
  }
}
#search-results .search-term {
  padding: 20px;
  background: #eee;
  margin-bottom: 20px;
  color: #1c6e82;
  font-size: 22px;
}
@media (max-width: 480px) {
  #search-results .search-term {
    font-size: 18px;
    padding: 15px;
  }
}
#search-results .search-term i {
  color: #1c6e82;
  font-size: 22px;
}
#search-results .search-term span {
  font-weight: 700;
}
#search-results ul {
  list-style-type: none;
  padding-left: 0;
}
#search-results ul li:last-child {
  border-bottom: 0;
}

/* Scss Document */
.btn {
  text-transform: uppercase;
  white-space: normal;
  border-color: #86b740;
  color: #86b740;
  /*&.btn-secondary {
  	color:#ffffff; 
  	background-color: $brand-secondary; 
  	transition: all 0.2s ease-in-out; 
  	border: 0; 
  	text-decoration: none;

  		&:hover, &:active, &:active { 
  			background-color: $brand-accent-blue; 
  		}
  }*/
}
.btn.btn-primary {
  color: #fff;
  font-weight: 800;
  background: #86b740;
  border-color: #86b740;
  border-radius: 25px;
  border-width: 2px;
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  transition-property: color;
  transition-duration: 0.3s;
}
.btn.btn-primary:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 100%;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.btn.btn-secondary {
  color: #fff;
  font-weight: 800;
  background: #9cbac4;
  border-color: #9cbac4;
  border-radius: 25px;
  border-width: 2px;
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  transition-property: color;
  transition-duration: 0.3s;
}
.btn.btn-secondary:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 100%;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.btn.btn-secondary a {
  color: #fff;
}
.btn.btn-outline {
  color: #4d7335;
  transition: all 0.2s ease-in-out;
  border: 2px solid #4d7335;
  text-decoration: none;
  border-radius: 20px;
  font-weight: 800;
}
.btn.btn-outline:hover, .btn.btn-outline:active, .btn.btn-outline:active {
  background-color: #4d7335;
  color: #fff;
}
.btn.btn-outline.lime {
  color: #86b740;
  border-color: #86b740;
}
.btn.btn-outline.lime:hover, .btn.btn-outline.lime:active, .btn.btn-outline.lime:active {
  background-color: #86b740;
  color: #fff;
}
.btn.btn-outline.white {
  color: #fff;
  border-color: #fff;
}
.btn.btn-outline.white:hover, .btn.btn-outline.white:active, .btn.btn-outline.white:active {
  background-color: #86b740;
  color: #fff;
}
.btn.btn-default {
  color: #9cbac4;
  background: none;
  border-color: #fcfdfd;
  transition: all 0.2s ease-in-out;
}
.btn.btn-default:hover {
  background: white;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  color: #86b740;
  background-color: #fff;
  border-color: #86b740;
}

.btn-primary:hover:before, .btn-primary:focus:before, .btn-primary:active:before, .btn-secondary:hover:before, .btn-secondary:focus:before, .btn-secondary:active:before {
  transform: scale(2);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus {
  color: #86b740;
  border-color: #86b740;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:active:focus {
  color: #9cbac4;
  border-color: #9cbac4;
}
.btn-secondary:hover a, .btn-secondary:focus a, .btn-secondary:active a, .btn-secondary:active:focus a {
  color: #9cbac4;
}

/* Scss Document */
.breadcrumbs {
  background-color: #1c6e82;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .breadcrumbs {
    padding: 10px 0 10px;
    background-color: #9cbac4;
  }
}
.breadcrumbs.xtra-padding {
  padding: 15px 0 40px;
}
@media (max-width: 767px) {
  .breadcrumbs.xtra-padding {
    padding: 10px 0 10px;
  }
}
.breadcrumbs ul {
  list-style: none;
  overflow: hidden;
  padding-left: 0;
  margin-bottom: 0;
}
.breadcrumbs ul li {
  display: inline-block;
  margin-bottom: 0;
  color: #fff;
}
.breadcrumbs ul li a {
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
.breadcrumbs ul li a:after {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 12px;
  margin-right: 0.5em;
  position: absolute;
  top: 3px;
  left: 100%;
}

.breadcrumbs ul li:last-child a:after {
  display: none;
}

/* Scss Document */
.tooltip.top,
.tooltip.right,
.tooltip.bottom,
.tooltip.left {
  opacity: 1;
}

.tooltip.top .tooltip-arrow,
.tooltip.right .tooltip-arrow,
.tooltip.bottom .tooltip-arrow,
.tooltip.left .tooltip-arrow {
  border-top-color: #4d7335;
}

.tooltip-inner {
  background: #4d7335;
}

/* Scss Document */
.control-panel {
  background: white;
  padding: 20px;
  margin-bottom: 20px;
}
.control-panel h2 {
  line-height: 105%;
  margin: 0;
}
.control-panel .row {
  margin-top: 15px;
}
.control-panel .label-only + .row {
  margin-top: 0;
}

/* Scss Document */
@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
.clickable:hover {
  cursor: pointer;
}

.table > tbody > tr.with-expansion > td {
  padding: 0;
  border-top: 0;
}

/*.with-expansion .collapse { padding:30px; background:#FFF; transition: all 0.2s ease-in-out; position:relative;
}*/
.table > tbody > tr > td {
  line-height: 110%;
  vertical-align: middle;
}

.table > thead > tr > th {
  border-bottom: 5px solid white;
}

body .sortable a {
  color: #9cbac4;
  text-decoration: none;
}
body .sortable .fa {
  font-family: "FontAwesome";
  font-size: 80%;
  content: "";
  opacity: 0.6;
  padding-left: 5px;
}

/* Scss Document */
.modal h2:first-of-type {
  margin-top: 0;
}
.modal.no-footer .modal-content {
  padding-bottom: 20px;
}
@media screen and (min-width: 535px) {
  .modal.minimal-mssg .modal-body {
    padding: 50px 55px 55px;
  }
}
.modal .head {
  font-size: 36px;
  font-weight: 100;
  line-height: 120%;
  display: block;
  padding-bottom: 25px;
}
@media screen and (max-width: 534px) {
  .modal .head {
    font-size: 28px;
  }
}
.modal .btn-row {
  margin-top: 20px;
}
.modal .row + form {
  margin-top: 20px;
}
.modal form .head + .form-group {
  margin-top: 30px;
}
.modal form .upload-file-solo {
  font-size: 16px;
  background: white;
  padding: 20px;
}
@media screen and (max-width: 991px) {
  .modal .btn-row .col-md-6 + .col-md-6 a {
    margin-top: 15px;
  }
  .modal .row > div + div {
    margin-top: 15px;
  }
}

.close {
  opacity: 0.5;
}

/* Scss Document */
.comments-section {
  margin-top: 45px;
  clear: both;
}
.comments-section .ttl-bar {
  position: relative;
}
.comments-section .ttl-bar .btn {
  float: left;
  margin-left: 20px;
}
.comments-section h3 {
  margin-top: 0;
  float: left;
}
.comments-section a:hover {
  cursor: pointer;
}
.comments-section #comment-info {
  font-size: 13px;
  font-weight: 700;
  border-top: 1px solid #9cbac4;
  border-bottom: 1px solid #9cbac4;
  padding: 5px 0;
}
.comments-section #comment-info a {
  float: right;
}
.comments-section .add-comment {
  padding: 20px;
  margin-top: 15px;
  background: white;
}
.comments-section .add-comment form textarea {
  width: 100%;
}
.comments-section .add-comment .btn {
  color: #fff;
  background: #fcfdfd;
}
.comments-section .add-comment .btn:hover {
  background: #bcd0d7;
}
.comments-section .add-comment .form-group:last-of-type {
  margin-bottom: 0;
}
.comments-section .comment-wrapper {
  padding: 20px;
}
.comments-section .comment-wrapper ul {
  padding-top: 0;
  padding-left: 0;
  list-style-type: none;
}
.comments-section .comment-wrapper ul li.comment-group {
  padding: 0;
}
.comments-section .comment-wrapper ul li.comment-group:before {
  content: none;
}
.comments-section .comment-wrapper .comment-list {
  margin-bottom: 0;
}
.comments-section .comment-wrapper .children .comment-group {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .comments-section .comment-wrapper .children .comment-group {
    margin-left: 20px;
  }
}
@media screen and (max-width: 413px) {
  .comments-section .comment-wrapper .children .comment-group {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .comments-section .comment-wrapper #first > ul.children {
    padding-left: 20px;
  }
}
.comments-section .comment-wrapper .single-comment {
  margin-bottom: 14px;
}
.comments-section .comment-wrapper .single-comment:last-of-type {
  margin-bottom: 0;
}
.comments-section .comment-wrapper .child-comment {
  padding: 20px;
  margin-top: 15px;
  background: #f1f1f1;
}
.comments-section .comment-wrapper .child-comment form textarea {
  width: 87%;
}
.comments-section .comment-wrapper .child-comment .btn {
  color: #fff;
  float: right;
  margin-top: 15px;
  background: #fcfdfd;
}
.comments-section .comment-wrapper .child-comment .btn:hover {
  background: #bcd0d7;
}
@media screen and (max-width: 767px) {
  .comments-section .comment-wrapper .child-comment .btn {
    float: none;
    width: 100%;
  }
}
.comments-section .comment-wrapper .child-comment form textarea {
  width: 100%;
}
.comments-section .comment-wrapper .child-comment.container {
  width: 100%;
}
.comments-section .comment-wrapper .avatar {
  font-size: 36px;
  text-align: center;
  color: #99c37e;
  float: left;
  overflow: hidden;
  margin-right: 20px;
  background: #4d7335;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .comments-section .comment-wrapper .avatar {
    display: none;
  }
}
.comments-section .comment-wrapper .avatar-block {
  padding-right: 0;
}
.comments-section .comment-wrapper .comment-details {
  overflow: hidden;
}
.comments-section .comment-wrapper .comment-details .commenter-name {
  font-size: 13px;
  font-weight: 700;
  color: #4d7335;
  display: block;
}
.comments-section .comment-wrapper .comment-details .commenter-name .reply-to {
  font-weight: 400;
}
.comments-section .comment-wrapper .comment-details .commenter-subject {
  font-size: 16px;
  font-weight: 700;
  display: block;
}
.comments-section .comment-wrapper .comment-details .commenter-text {
  font-size: 14px;
  line-height: 115%;
  display: block;
}
.comments-section .comment-wrapper .comment-details .flag-comment,
.comments-section .comment-wrapper .comment-details .comment-time,
.comments-section .comment-wrapper .comment-details .comment-reply {
  font-size: 13px;
  font-style: italic;
}
.comments-section .comment-wrapper .comment-details .comment-reply {
  text-decoration: underline;
}
.comments-section .comment-wrapper .comment-details .divider {
  padding: 0 7px;
}
.comments-section .comment-wrapper .comment-details .attachments {
  border: 1px dashed white;
  padding: 10px;
  margin: 10px 0;
}
.comments-section .comment-wrapper .comment-details .attachments a {
  display: inline-block;
}
.comments-section .comment-wrapper .comment-details .attachments a:before {
  font-family: "FontAwesome";
  content: "";
  padding-right: 5px;
}
@media screen and (max-width: 991px) {
  .comments-section .comment-wrapper .comment-details .attachments .row > div {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .comments-section .comment-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.comments-section .reply-to {
  color: #A7AEAF;
  font-weight: 400;
}
.comments-section .glyphicon.glyphicon-share-alt {
  padding: 0 3px;
}

/* Scss Document */
.fp-top {
  background-position: top;
}

.fp-bottom {
  background-position: bottom;
}

.fp-center {
  background-position: center;
}

.fp-left {
  background-position: left;
}

.fp-right {
  background-position: right;
}

/* Scss Document */
#siteCredits {
  position: relative;
}
#siteCredits a {
  display: block;
  width: 118px;
  height: 21px;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  background: url(/images/btnSiteCredits.png) no-repeat;
}
#siteCredits a:hover {
  background: url(/images/btnSiteCreditsO.png) no-repeat;
}
@media screen and (max-width: 415px) {
  #siteCredits {
    display: none;
  }
}

/* Scss Document */
/* Scss Document */
#slider hr {
  border-top: 1px solid #cccbcb;
}
@media (max-width: 767px) {
  #slider hr {
    border-top: none;
  }
}

#home .skip {
  display: none;
}
#home .carousel {
  margin: 0 45px;
}
@media (max-width: 767px) {
  #home .carousel {
    margin: 0 -15px;
  }
}
#home .carousel .item .crop-container {
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  #home .carousel .item .crop-container {
    height: auto;
    padding-right: 0;
    padding-top: 0;
    min-height: 400px;
    position: absolute;
    bottom: 0;
    z-index: -1;
    width: 100%;
    max-width: 100%;
    background-size: cover;
    background-position: center center;
  }
}
@media (max-width: 400px) {
  #home .carousel .item .crop-container {
    min-height: 350px;
  }
}
@media (max-width: 350px) {
  #home .carousel .item .crop-container {
    min-height: 300px;
  }
}
#home .carousel .carousel-control:hover i, #home .carousel .carousel-control:focus i, #home .carousel .carousel-control:active i {
  border-color: #86b740;
  color: #86b740;
}
#home .carousel .carousel-control i {
  border: 1px solid #4d7335;
  color: #4d7335;
}
@media (max-width: 767px) {
  #home .carousel .carousel-control i {
    border-color: #fff;
    color: #fff;
  }
}
#home .carousel .carousel-control.right {
  right: -10%;
}
@media (max-width: 1250px) and (min-width: 1199px) {
  #home .carousel .carousel-control.right {
    right: -9%;
  }
}
@media (max-width: 767px) {
  #home .carousel .carousel-control.right {
    right: 5px;
  }
}
#home .carousel .carousel-control.left {
  left: -10%;
}
@media (max-width: 1250px) and (min-width: 1199px) {
  #home .carousel .carousel-control.left {
    left: -9%;
  }
}
@media (max-width: 767px) {
  #home .carousel .carousel-control.left {
    left: 5px;
  }
}

.carousel {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .carousel {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.carousel-inner {
  width: auto;
  max-height: 500px;
  min-height: 500px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .carousel-inner {
    min-height: 400px;
    max-height: 400px;
  }
}
@media (max-width: 991px) {
  .carousel-inner {
    min-height: 350px;
    max-height: 350px;
  }
}
@media (max-width: 767px) {
  .carousel-inner {
    max-height: 400px;
  }
}
@media (max-width: 350px) {
  .carousel-inner {
    min-height: 300px;
  }
}
@media (max-width: 320px) {
  .carousel-inner {
    min-height: 280px;
  }
}

@media (max-width: 767px) {
  .item {
    max-height: 400px;
    overflow: hidden;
  }
}
@media (max-width: 350px) {
  .item {
    max-height: 350px;
  }
}
@media (max-width: 767px) {
  .item .col-sm-6, .item .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
.item .crop-container {
  width: 500px;
  height: 500px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .item .crop-container {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 992px) {
  .item .crop-container {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .item .crop-container {
    width: auto;
    height: auto;
  }
}
.item img {
  display: inline-block;
}
.item img.img-responsive {
  max-width: none;
}
@media (max-width: 767px) {
  .item img.img-responsive {
    padding-right: 0;
    padding-top: 0;
    height: auto;
    position: absolute;
    bottom: 0;
    display: inline;
    z-index: -1;
    width: 100%;
    max-width: 100%;
  }
}

.carousel-caption {
  display: inline-block;
  /*padding-left: 100px;*/
  position: static;
  text-align: left;
  color: #4d7335;
  text-shadow: none;
  /*@media (max-width: 992px) {
  	padding-left: 60px;
  }*/
}
.col-sm-12 .carousel-caption {
  padding-right: 100px;
}
@media (max-width: 992px) {
  .col-sm-12 .carousel-caption {
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .carousel-caption {
    display: table;
    position: static;
    text-align: left;
    color: #fff;
    text-shadow: none;
    top: 0;
    background: rgba(77, 115, 53, 0.7);
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    padding-bottom: 60px;
    padding-left: 13%;
    padding-right: 13%;
    min-height: 400px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 400px) {
  .carousel-caption {
    padding-left: 17%;
    padding-right: 17%;
    min-height: 350px;
  }
}
@media (max-width: 350px) {
  .carousel-caption {
    padding-left: 20%;
    padding-right: 20%;
    min-height: 300px;
  }
}
@media (max-width: 320px) {
  .carousel-caption {
    min-height: 280px;
  }
}
.carousel-caption .slide-content {
  display: table-cell;
  vertical-align: middle;
}
.carousel-caption .news-category {
  background-repeat: no-repeat;
  background-size: 34px;
  height: 34px;
}
@media (max-width: 767px) {
  .carousel-caption .news-category {
    display: none;
  }
}
.carousel-caption .news-category h3 {
  font-family: "Playfair Display", Baskerville, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 400;
  margin-left: 34px;
  margin: 0;
  padding-left: 45px;
  padding-top: 7px;
}
.carousel-caption h3 {
  font-weight: 800;
  font-size: 40px;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .carousel-caption h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .carousel-caption h3 {
    margin-top: 0;
  }
}
@media (max-width: 400px) {
  .carousel-caption h3 {
    margin-top: 10px;
    font-size: 24px;
  }
}
@media (max-width: 350px) {
  .carousel-caption h3 {
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.carousel-caption .teaser {
  margin-bottom: 20px;
  display: -webkit-box;
  height: 67.2px;
  /* Fallback for non-webkit */
  font-size: 16px;
  line-height: 1.4;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1199px) {
  .carousel-caption .teaser {
    font-size: 14px;
    height: 58.8px;
  }
}
@media (max-width: 992px) {
  .carousel-caption .teaser {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .carousel-caption .teaser {
    margin-bottom: 30px;
    max-height: 100px;
    overflow: hidden;
  }
}
@media (max-width: 350px) {
  .carousel-caption .teaser {
    font-size: 11px;
    height: 46.2px;
    margin-bottom: 15px;
  }
}
@media (max-width: 315px) {
  .carousel-caption .teaser {
    display: none;
  }
}
.carousel-caption .slider-link {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .carousel-caption .slider-link {
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    background-color: #86b740;
    font-weight: 800;
    padding: 6px 12px;
    text-transform: uppercase;
  }
}
@media (max-width: 400px) {
  .carousel-caption .slider-link {
    font-size: 14px;
  }
}

.emerg-alert .exclamation {
  background-image: url("../images/icn-exclamation-emerg.png");
}
.emerg-alert .carousel-caption h3, .emerg-alert .carousel-caption .slider-link {
  color: #d4b32a;
}
@media (max-width: 767px) {
  .emerg-alert .carousel-caption h3, .emerg-alert .carousel-caption .slider-link {
    color: #fff;
  }
}
.emerg-alert .carousel-caption .teaser {
  color: #838383;
}
@media (max-width: 767px) {
  .emerg-alert .carousel-caption .teaser {
    color: #fff;
  }
}

#home {
  color: #9cbac4;
}
#home #slider {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  #home #slider {
    margin-bottom: 0;
  }
}
#home #subhomes {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  #home #subhomes {
    margin-bottom: 0;
  }
}
#home #subhomes col-md-2 {
  display: table;
}
#home #subhomes .air-qual a {
  background-image: url(/images/clouds.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  font-weight: 900;
  font-size: 1.8em;
  line-height: 1.2;
  min-height: 125px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  padding: 13px;
  position: relative;
  z-index: 0;
}
#home #subhomes .subhome-block {
  width: 16.667%;
  float: left;
  padding-right: 15px;
  text-align: center;
}
@media (max-width: 992px) {
  #home #subhomes .subhome-block {
    width: 100%;
    float: none;
    padding-right: 0;
    border-bottom: 1px solid #cccbcb;
    margin-bottom: 15px;
    padding-bottom: 25px;
  }
  #home #subhomes .subhome-block:first-of-type {
    padding-bottom: 15px;
  }
  #home #subhomes .subhome-block:last-of-type {
    border-bottom: none;
  }
}
@media (max-width: 992px) and (max-width: 767px) {
  #home #subhomes .subhome-block:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 992px) {
  #home #subhomes .subhome-block.last {
    border-bottom: none;
  }
}
#home #subhomes .subhome-block:last-of-type {
  padding-right: 0;
}
#home #subhomes .subhome-block .btn-outline {
  max-width: 90px;
  margin: 0 auto;
}
#home #subhomes .subhome-block .btn-outline#citizens {
  border-color: #02698f;
  color: #02698f;
}
#home #subhomes .subhome-block .btn-outline#citizens:hover {
  background-color: #02698f;
  color: #fff;
}
#home #subhomes .subhome-block .btn-outline#businesses {
  border-color: #86b740;
  color: #86b740;
}
#home #subhomes .subhome-block .btn-outline#businesses:hover {
  background-color: #86b740;
  color: #fff;
}
#home #subhomes .subhome-block .btn-outline#government {
  border-color: #9cbac4;
  color: #9cbac4;
}
#home #subhomes .subhome-block .btn-outline#government:hover {
  background-color: #9cbac4;
  color: #fff;
}
#home #subhomes .subhome-block .btn-outline#educators {
  border-color: #4d7335;
  color: #4d7335;
}
#home #subhomes .subhome-block .btn-outline#educators:hover {
  background-color: #4d7335;
  color: #fff;
}
#home #subhomes .public-records {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 992px) {
  #home #subhomes .public-records {
    display: block;
  }
}
#home #subhomes .public-records h3 {
  font-size: 18px;
  line-height: 28px;
  color: #1c6e82;
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
  margin-bottom: 20px;
  margin-top: 0;
}
@media (max-width: 1199px) and (min-width: 992px) {
  #home #subhomes .public-records h3 {
    font-size: 15px;
    line-height: 25px;
  }
}
@media (max-width: 992px) {
  #home #subhomes .public-records h3 {
    display: inline-block;
    margin-right: 20px;
  }
}
@media (max-width: 515px) {
  #home #subhomes .public-records h3 {
    margin-right: 0;
  }
}
#home #subhomes .public-records .btn.btn-primary {
  font-size: 12px;
  text-align: center;
}
@media (max-width: 992px) {
  #home #subhomes .public-records .btn.btn-primary {
    display: inline-block;
    font-size: 14px;
  }
}
#home #subhomes .subhome-links {
  display: block;
  border: 1px solid #cccbcb;
  text-align: center;
  padding: 15px;
  color: #969696;
}
@media (max-width: 1199px) and (min-width: 992px) {
  #home #subhomes .subhome-links {
    padding: 10px;
  }
}
@media (max-width: 992px) {
  #home #subhomes .subhome-links {
    display: block;
    border: 0;
    text-align: center;
    padding: 15px;
    color: #838383;
  }
}
#home #subhomes .subhome-links:hover {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  transition: box-shadow 0.5s;
}
@media (max-width: 992px) {
  #home #subhomes .subhome-links:hover {
    box-shadow: none;
  }
}
#home #subhomes .subhome-links img {
  margin-top: -55px;
  border: 4px solid #fff;
}
@media (max-width: 992px) {
  #home #subhomes .subhome-links img {
    margin-top: 0;
    border: 0;
  }
}
#home #subhomes .subhome-links h4 {
  font-size: 18px;
  font-weight: 800;
}
@media (max-width: 1199px) and (min-width: 992px) {
  #home #subhomes .subhome-links h4 {
    font-size: 16px;
  }
}
#home #subhomes .subhome-links p {
  font-size: 11px;
}
@media (max-width: 992px) {
  #home #subhomes .subhome-links p {
    font-size: 15px;
    padding-left: 10%;
    padding-right: 10%;
  }
}
#home #subhomes .subhome-links.citizens h4 {
  color: #02698f;
}
#home #subhomes .subhome-links.businesses h4 {
  color: #86b740;
}
#home #subhomes .subhome-links.government h4 {
  color: #9cbac4;
}
#home #subhomes .subhome-links.educators h4 {
  color: #4d7335;
}
#home #subhomes .edms {
  display: table-cell;
  vertical-align: middle;
  background-color: #1c6e82;
  background-image: url("../images/bkg-public-records.png");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center center;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-weight: 800;
  text-shadow: -1px -1px 0px #5a5a5a;
}
@media (min-width: 1200px) {
  #home #subhomes .edms {
    background-size: 60%;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  #home #subhomes .edms {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  #home #subhomes .edms {
    display: block;
    background-color: #9cbac4;
    background-size: 10%;
    background-position: 30%;
    padding: 15px;
    border-radius: 65px;
    font-size: 24px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  #home #subhomes .edms {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 0;
  }
}
@media (max-width: 400px) {
  #home #subhomes .edms {
    background-size: 22%;
    background-position: 10% 30%;
  }
}
#home #subhomes .edms:hover {
  background-color: #218097;
  transition: background-color 0.5s;
}
#home #subhomes .edms span {
  font-size: 30px;
  font-weight: 900;
  display: block;
}
@media (max-width: 992px) {
  #home #subhomes .edms span {
    font-size: 30px;
    display: inline;
    line-height: 1;
  }
}
#home #about-message {
  position: relative;
  z-index: 9;
  background: #1c6e82;
  width: 100%;
  height: auto;
}
#home #about-message:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  width: 50%;
  bottom: 0;
  left: 0;
  background: #7ba5af;
}
#home #about-message .about-deq {
  position: relative;
  background-color: #7ba5af;
  color: #fff;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-right: 5%;
}
#home #about-message .about-deq a {
  color: inherit;
}
#home #about-message .about-deq a:hover {
  color: inherit;
  text-decoration: underline;
}
@media (max-width: 992px) {
  #home #about-message .about-deq {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  #home #about-message .about-deq {
    color: #838383;
    text-align: center;
    background-color: #fff;
    padding-left: 10%;
    padding-right: 10%;
    /*background-image: url('../images/bkg-about-deq-blue.png');*/
    background-repeat: no-repeat;
    background-position: 98% 90%;
    padding-bottom: 12%;
  }
}
@media (max-width: 600px) {
  #home #about-message .about-deq {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30%;
  }
}
@media (max-width: 400px) {
  #home #about-message .about-deq {
    background-position: 98% 95%;
  }
}
@media (max-width: 350px) {
  #home #about-message .about-deq {
    padding-bottom: 37%;
  }
}
#home #about-message .about-deq #about-deq-bkg {
  position: absolute;
  left: -20%;
}
@media (max-width: 767px) {
  #home #about-message .about-deq #about-deq-bkg {
    display: none;
  }
}
@media (max-width: 767px) {
  #home #about-message .about-deq h2 {
    color: #02698f;
  }
}
@media (max-width: 992px) {
  #home #about-message .about-deq ul {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  #home #about-message .about-deq ul {
    padding-left: 0;
  }
}
#home #about-message .about-deq ul li {
  font-weight: 900;
  font-size: 20px;
}
@media (max-width: 992px) {
  #home #about-message .about-deq ul li {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  #home #about-message .about-deq ul li {
    list-style-type: none;
    padding-bottom: 5px;
    font-size: 15px;
  }
}
#home #about-message .secretary-message {
  position: relative;
  background-color: #1c6e82;
  background-image: url("../images/bkg-message.png");
  background-position: 6% 8%;
  background-repeat: no-repeat;
  color: #fff;
  padding: 5% 14% 5% 5%;
}
@media (min-width: 1440px) {
  #home #about-message .secretary-message {
    padding: 5% 12% 5% 5%;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  #home #about-message .secretary-message {
    padding: 5% 16% 5% 5%;
  }
}
@media (max-width: 992px) {
  #home #about-message .secretary-message {
    background-image: none;
    top: 0;
    right: auto;
    padding: 5% 15px 5% 5%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #home #about-message .secretary-message {
    padding-right: 15%;
    padding-left: 15%;
    padding: 5% 15% 15% 15%;
  }
}
#home #about-message .secretary-message #message-bkg {
  position: absolute;
  right: 0%;
}
@media (min-width: 1440px) {
  #home #about-message .secretary-message #message-bkg {
    right: -20%;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  #home #about-message .secretary-message #message-bkg {
    width: 170px;
  }
}
@media (max-width: 1199px) {
  #home #about-message .secretary-message #message-bkg {
    width: 140px;
  }
}
@media (max-width: 992px) {
  #home #about-message .secretary-message #message-bkg {
    position: static;
  }
}
@media (max-width: 767px) {
  #home #about-message .secretary-message #message-bkg {
    margin-top: -100px;
  }
}
#home #about-message .secretary-message .btn-primary {
  margin-top: 20px;
}
#home #about-message h2 {
  font-weight: 900;
  font-size: 38px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  #home #about-message h2 {
    font-size: 34px;
  }
}
#home #about-message .secretary-message p, #home #about-message .about-deq p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 1199px) {
  #home #about-message .secretary-message p, #home #about-message .about-deq p {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  #home #about-message .secretary-message p, #home #about-message .about-deq p {
    font-size: 16px;
  }
}
#home #about-message .secretary-message p {
  display: -webkit-box;
  height: 168px;
  /* Fallback for non-webkit */
  font-size: 20px;
  line-height: 1.4;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 991px) {
  #home #about-message .secretary-message p {
    font-size: 16px;
    height: auto;
  }
}
#home #news {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  #home #news {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #home #news {
    text-align: center;
  }
}
#home #news h2 {
  font-weight: 900;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #home #news h2 {
    margin-bottom: 20px;
  }
}
#home #news .category-menu {
  position: relative;
  background-color: #1c6e82;
  border-radius: 10px;
  margin-right: 40px;
  padding: 20px;
  background-image: url("../images/bkg-category-news-top.png");
  background-repeat: no-repeat;
  background-position: top right;
}
@media (max-width: 992px) {
  #home #news .category-menu {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  #home #news .category-menu {
    background: none;
  }
}
#home #news .category-menu h4 {
  color: #fff;
  font-weight: 800;
  margin-bottom: 30px;
  font-size: 20px;
  margin-top: 0;
}
#home #news .category-menu ul {
  padding-left: 0;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #home #news .category-menu ul {
    margin-bottom: 0;
  }
}
#home #news .category-menu ul li {
  list-style-type: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e4;
}
@media (max-width: 767px) {
  #home #news .category-menu ul li {
    border-bottom: none;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
  }
}
#home #news .category-menu ul li:last-of-type {
  border-bottom: none;
}
#home #news .category-menu ul li.active a {
  color: #86b740;
}
#home #news .category-menu ul li a {
  color: #fff;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
@media (max-width: 992px) {
  #home #news .category-menu ul li a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #home #news .category-menu ul li a {
    color: #02698f;
    border: 1px solid #02698f;
    padding: 15px;
    border-radius: 25px;
    min-width: 180px;
    word-break: break-word;
    width: 100%;
    display: block;
  }
}
#home #news .category-menu ul li a:hover {
  color: #86b740;
}
#home #news .category-menu ul li a:before {
  font-family: "fontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  min-width: 30px;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  #home #news .category-menu ul li a:before {
    display: none;
  }
}
#home #news .category-menu ul li.newspaper {
  background-image: none;
}
#home #news .category-menu ul li.newspaper a:before {
  content: "";
}
#home #news .category-menu ul li.leaf {
  background-image: none;
}
#home #news .category-menu ul li.leaf a:before {
  content: "";
}
#home #news .category-menu ul li.bulleted-list {
  background-image: none;
}
#home #news .category-menu ul li.bulleted-list a:before {
  content: "";
}
#home #news .category-menu ul li.exclamation {
  background-image: none;
}
#home #news .category-menu ul li.exclamation a:before {
  content: "";
}
#home #news .category-menu ul li.bullhorn {
  background-image: none;
}
#home #news .category-menu ul li.bullhorn a:before {
  content: "";
}
#home #news .category-menu ul li.pencil {
  background-image: none;
}
#home #news .category-menu ul li.pencil a:before {
  content: "";
}
#home #news .category-menu ul li.thumbs-up {
  background-image: none;
}
#home #news .category-menu ul li.thumbs-up a:before {
  content: "";
}
#home #news .category-menu ul li.balance-scale {
  background-image: none;
}
#home #news .category-menu ul li.balance-scale a:before {
  content: "";
}
#home #news .category-menu ul li.cloud {
  background-image: none;
}
#home #news .category-menu ul li.cloud a:before {
  font-family: "icomoon" !important;
  content: "";
}
#home #news .category-menu ul li.plant {
  background-image: none;
}
#home #news .category-menu ul li.plant a:before {
  font-family: "icomoon" !important;
  content: "";
}
#home #news .category-menu ul li.water {
  background-image: none;
}
#home #news .category-menu ul li.water a:before {
  font-family: "icomoon" !important;
  content: "";
}
#home #news .category-menu ul li.hazard {
  background-image: none;
}
#home #news .category-menu ul li.hazard a:before {
  font-family: "icomoon" !important;
  content: "";
}
#home #news .category-menu ul li.louisiana {
  background-image: none;
}
#home #news .category-menu ul li.louisiana a:before {
  font-family: "icomoon" !important;
  content: "";
}
#home #news .category-menu ul li.cloud a:before, #home #news .category-menu ul li.louisiana a:before, #home #news .category-menu ul li.hazard a:before, #home #news .category-menu ul li.plant a:before, #home #news .category-menu ul li.water a:before {
  font-size: 20px;
}
#home #news .category-menu #bkg-category-bottom {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}
#home #news .news-block-container .row {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  #home #news .news-block-container .row {
    margin-bottom: 0;
  }
}
#home #news .news-block-container .date {
  display: block;
  font-weight: 800;
  color: #023651;
}
@media (max-width: 992px) {
  #home #news .news-block-container .col-md-4 {
    margin-bottom: 10px;
  }
}
#home #news .news-block {
  display: block;
  min-height: 200px;
  background-color: #ccdbe1;
  padding: 15px;
  color: #023651;
  box-shadow: 0px 0px 2px 0px #b4b4b5;
  opacity: 0;
  -o-animation: fadein 1s forwards;
  -o-animation-delay: 0.3s;
  -webkit-animation: fadein 1s forwards;
  -webkit-animation-delay: 0.3s;
  -moz-animation: fadein 1s forwards;
  -moz-animation-delay: 0.3s;
  animation: fadein 1s forwards;
  animation-delay: 0.3s;
}
@media (max-width: 992px) {
  #home #news .news-block {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  #home #news .news-block {
    max-width: 330px;
    margin: 0 auto;
    width: 100%;
  }
}
#home #news .news-block:hover {
  box-shadow: 0px 0px 10px 0px #919191;
  transition: box-shadow 0.5s;
}
#home #news .news-block p {
  display: -webkit-box;
  height: 112px;
  /* Fallback for non-webkit */
  font-size: 16px;
  line-height: 1.4;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 991px) {
  #home #news .news-block p {
    font-size: 16px;
    height: auto;
  }
}
#home #news .btn-primary {
  width: 100%;
  opacity: 0;
  -o-animation: fadein 1s forwards;
  -o-animation-delay: 0.3s;
  -webkit-animation: fadein 1s forwards;
  -webkit-animation-delay: 0.3s;
  -moz-animation: fadein 1s forwards;
  -moz-animation-delay: 0.3s;
  animation: fadein 1s forwards;
  animation-delay: 0.3s;
}
@media (max-width: 992px) {
  #home #news .btn-primary {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #home #news .btn-primary {
    max-width: 330px;
    width: 100%;
  }
}
#home #social .title {
  border-bottom: 1px solid #02698f;
  margin-bottom: 35px;
  margin-right: 0;
  margin-left: 0;
}
#home #social .title h2 {
  font-family: "Playfair Display", Baskerville, "Times New Roman", serif;
  font-style: italic;
  font-size: 36px;
  color: #02698f;
}
@media (max-width: 992px) {
  #home #social .title h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  #home #social .title h2 {
    text-align: center;
  }
}
#home #social .title a {
  display: block;
  text-align: right;
  color: #02698f;
  margin-top: 35px;
  font-weight: 800;
}
@media (max-width: 991px) {
  #home #social .title a {
    font-size: 16px;
  }
}
#home #social .video {
  position: relative;
}
@media (max-width: 767px) {
  #home #social .video {
    text-align: center;
    margin-bottom: 10px;
  }
}
#home #social .video img {
  max-width: 100%;
}
#home #social .video .icon-play {
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto !important;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 1;
}
@media (max-width: 992px) {
  #home #social .video .icon-play {
    width: 40px;
    margin-top: -20px;
    margin-left: -20px;
  }
}
#home #social .social-pods {
  margin-top: 40px;
}
@media (max-width: 767px) {
  #home #social .social-pods .social-pod {
    margin-bottom: 30px;
  }
}
#home #social .social-pods .social-pod .icon-top {
  background-color: #02698f;
  font-size: 40px;
  text-align: center;
}
#home #social .social-pods .social-pod .icon-top a {
  color: #fff;
}
#home #social .social-pods .social-pod .social-posts {
  padding: 20px;
  border: 1px solid #02698f;
  color: #02698f;
}
#home #social .social-pods .social-pod .social-posts .username {
  display: block;
}
#home #social .social-pods .social-pod .social-posts ul {
  padding-left: 0;
}
#home #social .social-pods .social-pod .social-posts ul#facebook-posts .post-text {
  display: -webkit-box;
  height: 67.2px;
  /* Fallback for non-webkit */
  font-size: 16px;
  line-height: 1.4;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1199px) {
  #home #social .social-pods .social-pod .social-posts ul#facebook-posts .post-text {
    font-size: 14px;
    height: 58.8px;
  }
}
@media (max-width: 992px) {
  #home #social .social-pods .social-pod .social-posts ul#facebook-posts .post-text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #home #social .social-pods .social-pod .social-posts ul#facebook-posts .post-text {
    max-height: 100px;
    overflow: hidden;
  }
}
#home #social .social-pods .social-pod .social-posts ul li {
  list-style-type: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #02698f;
}
@media (max-width: 767px) {
  #home #social .social-pods .social-pod .social-posts ul li {
    border-bottom: 0;
    margin-bottom: 0;
  }
}
#home #social .social-pods .social-pod .social-posts ul li:last-of-type {
  border-bottom: none;
}
#home #social .social-pods .social-pod .social-posts ul li a {
  word-break: break-word;
}
#home #social .btn-primary {
  max-width: 330px;
  margin: 0 auto;
  margin-top: 30px;
}
@media (max-width: 350px) {
  #home .btn-primary {
    font-size: 13px;
  }
}
@media (max-width: 315px) {
  #home .btn-primary {
    font-size: 12px;
  }
}

.social-sharing {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .social-sharing {
    margin-bottom: 20px;
  }
}
.social-sharing .at-style-responsive .at-share-btn {
  width: 30px;
  margin-bottom: 10px;
  margin-right: 5px;
}
@media (max-width: 992px) {
  .social-sharing .at-style-responsive .at-share-btn {
    display: inline-block;
  }
}

#news-detail .article-top {
  margin: 0 auto;
}
#news-detail .article-bottom {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #d9eace;
}
#news-detail .article-bottom h3 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 40px;
  color: #1c6e82;
}
#news-detail .article-bottom a {
  padding: 20px 20px;
  display: inline-block;
  border: 1px solid;
  border-radius: 75px;
  min-width: 175px;
  margin-right: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
#news-detail .article-bottom a i {
  margin-right: 5px;
}
#news-detail .head {
  font-size: 40px;
  border-bottom: 0;
  margin-bottom: 0;
  color: #4d7335;
  text-transform: none;
}
@media (max-width: 991px) {
  #news-detail .head {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  #news-detail .head {
    font-size: 30px;
  }
}
#news-detail .subhead {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  margin-top: 10px;
}
@media (max-width: 991px) {
  #news-detail .subhead {
    font-size: 16px;
  }
}
#news-detail .article-details {
  display: inline-block;
  font-weight: 700;
  color: #9cbac4;
  margin-bottom: 10px;
}
#news-detail .category-row {
  margin: 20px auto;
  padding-top: 20px;
  border-top: 1px solid #d9eace;
}
#news-detail a.article-category {
  padding: 8px 16px;
  display: inline-block;
  background: #d9eace;
  font-weight: 700;
  border-radius: 25px;
  margin-bottom: 10px;
  font-size: 13px;
}
#news-detail a.article-category:last-of-type {
  margin-bottom: 0;
}

.related-articles {
  padding: 60px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .related-articles {
    padding: 30px;
  }
}
.related-articles h3 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 40px;
  color: #1c6e82;
  text-align: center;
  margin-top: 0;
}
.related-articles a {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  color: #86b740;
}
.related-articles a:hover, .related-articles a:focus {
  color: #4d7335;
}

#news-category {
  margin-top: 30px;
}
.rounded-panel #news-category {
  margin-top: 0;
}
#news-category .thumbnail {
  background-repeat: no-repeat;
  background-position: 50% 20px;
  padding-bottom: 65px;
}
#news-category .thumbnail h3 {
  margin-top: 55px;
}
#news-category .thumbnail .teaser {
  display: -webkit-box;
  height: 58.8px;
  /* Fallback for non-webkit */
  font-size: 14px;
  line-height: 1.4;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 350px) {
  #news-category .thumbnail .teaser {
    font-size: 11px;
    height: 46.2px;
    margin-bottom: 15px;
  }
}
@media (max-width: 315px) {
  #news-category .thumbnail .teaser {
    display: none;
  }
}
#news-category .thumbnail .btn {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  max-width: 100%;
}

.title {
  font-size: 18px;
  display: block;
  padding-bottom: 10px;
}

.date {
  font-weight: 700;
  color: #86b740;
  margin-bottom: 15px;
  display: block;
}

.teaser {
  font-size: 14px;
}

.news-category-title {
  background-repeat: no-repeat;
  background-size: 70px;
}
@media (max-width: 1199px) {
  .news-category-title {
    background-size: 50px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .news-category-title {
    background-size: 50px;
    background-position: 52% 0;
  }
}
.news-category-title.newspaper {
  background-image: url(../images/icn-news-category-newspaper.png);
}
.news-category-title.leaf {
  background-image: url(../images/icn-news-category-leaf.png);
}
.news-category-title.bulleted-list {
  background-image: url(../images/icn-news-category-bulleted-list.png);
}
.news-category-title.exclamation {
  background-image: url(../images/icn-news-category-exclamation.png);
}
.news-category-title.bullhorn {
  background-image: url(../images/icn-news-category-bullhorn.png);
}
.news-category-title.pencil {
  background-image: url(../images/icn-news-category-pencil.png);
}
.news-category-title.thumbs-up {
  background-image: url(../images/icn-news-category-thumbs-up.png);
}
.news-category-title.balance-scale {
  background-image: url(../images/icn-news-category-balance-scale.png);
}
.news-category-title.cloud {
  background-image: url(../images/icn-news-category-cloud.png);
}
.news-category-title.plant {
  background-image: url(../images/icn-news-category-plant.png);
}
.news-category-title.water {
  background-image: url(../images/icn-news-category-water.png);
}
.news-category-title.louisiana {
  background-image: url(../images/icn-news-category-louisiana.png);
}
.news-category-title.hazard {
  background-image: url(../images/icn-news-category-hazard.png);
}
.news-category-title h2 {
  text-transform: uppercase;
  font-weight: 700;
  color: #1c6e82;
  display: inline-block;
  padding-left: 85px;
  padding-top: 0;
  margin-top: 21px;
  line-height: 1;
  height: 70px;
}
@media (max-width: 1199px) {
  .news-category-title h2 {
    height: 50px;
    padding-left: 65px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .news-category-title h2 {
    font-size: 24px;
    margin-top: 14px;
  }
}
@media (max-width: 480px) {
  .news-category-title h2 {
    padding-left: 10px;
    font-size: 20px;
    display: block;
    text-align: center;
    margin-top: 0;
    padding-top: 60px;
    margin-bottom: 60px;
  }
}

.news-category-header {
  background: #fff;
  padding-bottom: 20px;
  padding-top: 20px;
  box-shadow: 0px 2px 5px 0px rgba(184, 184, 184, 0.9);
}
@media (max-width: 480px) {
  .news-category-header {
    padding-top: 10px;
  }
}
.news-category-header .news-category-title-cont {
  position: relative;
  height: 70px;
}
@media (max-width: 1199px) {
  .news-category-header .news-category-title-cont {
    height: 50px;
  }
}
@media (max-width: 480px) {
  .news-category-header .news-category-title-cont {
    height: 70px;
  }
}
.news-category-header .news-category-title {
  position: absolute;
  left: -100%;
  width: 100%;
  -o-animation: slidein 0.7s forwards;
  -o-animation-delay: 0.5s;
  -webkit-animation: slidein 0.7s forwards;
  -webkit-animation-delay: 0.5s;
  -moz-animation: slidein 0.7s forwards;
  -moz-animation-delay: 0.5s;
  animation: slidein 0.7s forwards;
  animation-delay: 0.5s;
}
.news-category-header img {
  display: inline-block;
  width: 70px;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .news-category-header img {
    width: 50px;
  }
}
@media (max-width: 480px) {
  .news-category-header img {
    width: 40px;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
}

#news-archive .article, #search-results .article {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #86b740;
}
#news-archive .article:last-of-type, #search-results .article:last-of-type {
  border-bottom: 0;
}
#news-archive .article .date, #search-results .article .date {
  margin-bottom: 0;
  color: #9cbac4;
}

#interior {
  background-color: #f2f2f2;
}
#interior header {
  margin-bottom: 0;
}

.gray-bg {
  background-color: #f2f2f2;
  padding-bottom: 80px;
}

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

/*PAGEBUILDER--------------------------------------------------------------*/
#pagebuilder .head {
  color: #4d7335;
  font-size: 26px;
  border-bottom: 1px solid #86b740;
  text-transform: none;
}
@media (max-width: 480px) {
  #pagebuilder .head {
    font-size: 22px;
  }
}
#pagebuilder .btn-secondary.btn {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  #pagebuilder .btn-secondary.btn {
    width: 100%;
    display: block;
  }
}
#pagebuilder h2 {
  color: #838383;
  font-weight: 800;
  font-size: 20px;
}
@media (max-width: 480px) {
  #pagebuilder h2 {
    font-size: 18px;
    line-height: 1.2;
  }
}
#pagebuilder h3 {
  font-size: 18px;
  font-weight: 700;
  color: #86b740;
}
#pagebuilder h4 {
  font-size: 17px;
  font-weight: 700;
  color: #9cbac4;
  margin-top: 20px;
  line-height: 1.3;
}

.subhead {
  color: #838383;
  font-weight: 800;
  font-size: 20px;
}
@media (max-width: 480px) {
  .subhead {
    font-size: 18px;
    line-height: 1.2;
  }
}

.secondaryhead {
  font-size: 18px;
  font-weight: 700;
  color: #86b740;
}

.terthead {
  font-size: 17px;
  font-weight: 700;
  color: #9cbac4;
  margin-top: 20px;
  line-height: 1.3;
}

.feature-image, .photo {
  width: auto;
  position: relative;
  margin: 0;
  margin-bottom: 20px;
}
.feature-image img, .photo img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.feature-image figcaption, .photo figcaption {
  font-size: 13px;
  padding: 5px;
  border-bottom: 1px solid #86b740;
  color: #4d7335;
}
.feature-image .image-credit, .photo .image-credit {
  font-size: 11px;
  text-align: right;
  font-style: italic;
  padding-top: 5px;
  color: #1c6e82;
}

.photo.right {
  max-width: 50%;
  width: auto;
  float: right;
  margin: 15px 0 30px 30px;
}
@media (max-width: 767px) {
  .photo.right {
    max-width: 100%;
    width: 100%;
    margin: 15px 0 15px 0;
  }
}
.photo.left {
  max-width: 50%;
  width: auto;
  float: left;
  margin: 15px 30px 30px 0;
}
@media (max-width: 767px) {
  .photo.left {
    max-width: 100%;
    width: 100%;
    margin: 15px 0 15px 0;
  }
}

/*FAQ--------------------------------------------------------------*/
.faq-wrapper {
  border-bottom: 1px solid #86b740;
}
.faq-wrapper.last {
  border-bottom: 0;
}

.faq-title {
  font-size: 18px;
  font-weight: 700;
  padding: 15px 0;
  display: block;
  margin-right: 20px;
}
.faq-title:after {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  right: 15px;
  top: 16px;
}

.faq-answer {
  font-style: italic;
  padding: 20px;
  display: none;
}

.thumbnail {
  position: relative;
}
.thumbnail i {
  font-size: 44px;
  text-align: center;
  display: block;
  color: #86b740;
}
.thumbnail .btn.btn-secondary {
  margin-top: 20px;
  font-size: 13px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
}

#faq-category h3, #resources-category h3 {
  margin-bottom: 45px;
}

/*RESOURCES--------------------------------------------------------------*/
@media (max-width: 991px) {
  #resources {
    padding: 30px;
  }
}
@media (max-width: 350px) {
  #resources {
    padding: 15px;
  }
}
#resources .head, #resources form {
  display: inline-block;
  vertical-align: middle;
}
#resources form {
  float: right;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 10px;
  margin-top: -10px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  #resources form {
    float: none;
    width: 100%;
  }
}
@media (max-width: 991px) {
  #resources form {
    float: none;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #resources form {
    display: block;
  }
}
@media (max-width: 380px) {
  #resources form {
    text-align: center;
  }
}
#resources form div {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}
#resources form div:last-of-type {
  padding-right: 0;
  vertical-align: bottom;
}
@media (max-width: 1199px) and (min-width: 992px) {
  #resources form div {
    padding-right: 3px;
  }
}
@media (max-width: 767px) {
  #resources form div {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    padding-right: 0;
  }
}
#resources form label {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  padding-right: 10px;
  color: #a2a2a2;
}
#resources form select.form-control {
  width: 80px;
}
@media (max-width: 767px) {
  #resources form select.form-control {
    display: inline-block;
    width: 100%;
  }
}
@media (max-width: 380px) {
  #resources form select.form-control {
    display: block;
    width: 100%;
  }
}
#resources form input.btn {
  background: #9cbac4;
  border-color: #9cbac4;
  color: #fff;
  font-weight: 700;
  padding: 7px;
  font-size: 13px;
}
@media (max-width: 767px) {
  #resources form input.btn {
    width: 100%;
  }
}
@media (max-width: 380px) {
  #resources form input.btn {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}
#resources .file-type-hdr {
  color: #1c6e82;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#resources .file-type-hdr h2 {
  font-size: 20px;
  margin: 0 0 10px;
  padding-bottom: 10px;
}
#resources .file-type-hdr h2 i {
  font-size: 15px;
  padding-right: 6px;
}
#resources .resource {
  box-shadow: 0px 0px 12px 0px rgba(121, 121, 121, 0.3);
  padding: 10px;
  border-radius: 10px;
  margin: 0px 0 15px;
}
@media (max-width: 767px) {
  #resources .resource {
    text-align: center;
    padding: 15px;
  }
}
#resources .resource:hover {
  box-shadow: 0px 0px 20px 0px rgba(121, 121, 121, 0.6);
  transition: box-shadow 0.5s;
}
@media (max-width: 992px) {
  #resources .resource:hover {
    box-shadow: 0px 0px 12px 0px rgba(121, 121, 121, 0.3);
    transition: none;
  }
}
#resources .resource-img-container {
  border-right: 1px solid #86b740;
  padding-left: 0;
}
@media (max-width: 767px) {
  #resources .resource-img-container {
    border-right: 0;
  }
}
#resources .resource-img img {
  max-width: 85px;
  height: auto;
}
@media (max-width: 1199px) {
  #resources .resource-img img {
    max-width: 60px;
  }
}
#resources .title {
  padding-bottom: 0;
  font-size: 14px;
  line-height: 1.3;
}
#resources .description {
  font-size: 13px;
}
#resources .date {
  margin-bottom: 0;
}
#resources .file-type-date {
  font-size: 13px;
  padding-left: 0;
}
@media (max-width: 991px) {
  #resources .file-type-date {
    text-align: center;
  }
}
#resources .file-type-date > div:first-of-type {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  #resources .file-type-date > div:first-of-type {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #resources .file-type-date > div:first-of-type {
    margin-top: 10px;
  }
}
#resources .file-type-date .file-type, #resources .file-type-date .date {
  font-size: 12px;
  font-weight: 700;
  color: #1c6e82;
  padding-right: 5px;
}
@media (max-width: 991px) {
  #resources .file-type-date .file-type, #resources .file-type-date .date {
    display: block;
  }
}
@media (max-width: 991px) {
  #resources .file-type-date .file-type, #resources .file-type-date .date {
    display: inline-block;
  }
}
#resources .file-type-date .date {
  display: inline-block;
  color: #86b740;
}

.download {
  display: block;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  position: relative;
  border-left: 1px solid #86b740;
}
@media (max-width: 991px) {
  .download {
    border-left: 0;
  }
}
.form-lnk .download {
  border-left: 0;
}
.download .btn-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.download .btn-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.form-lnk .download .btn-container {
  position: static;
  text-align: right;
}
@media (max-width: 767px) {
  .download .btn-container {
    position: static;
  }
}
@media (max-width: 991px) {
  .download .btn {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .download .btn {
    margin-left: auto;
    margin-top: 20px;
  }
}

/*FORMS LANDING--------------------------------------------------------------*/
@media (max-width: 991px) {
  #forms .helper {
    margin-top: -60px;
    margin-right: -60px;
    margin-left: -60px;
  }
}
@media (max-width: 480px) {
  #forms .helper {
    margin-top: -25px;
    margin-right: -25px;
    margin-left: -25px;
  }
}
#forms .form-lnk {
  box-shadow: 0px 0px 12px 0px rgba(121, 121, 121, 0.3);
  padding: 10px;
  border-radius: 10px;
  margin: 0px 0 15px;
}
@media (max-width: 767px) {
  #forms .form-lnk {
    text-align: center;
    padding: 15px;
  }
}
#forms .form-lnk:hover {
  box-shadow: 0px 0px 20px 0px rgba(121, 121, 121, 0.6);
  transition: box-shadow 0.5s;
}
@media (max-width: 992px) {
  #forms .form-lnk:hover {
    box-shadow: 0px 0px 12px 0px rgba(121, 121, 121, 0.3);
    transition: none;
  }
}
#forms .form-lnk .title {
  padding-bottom: 0;
  font-size: 14px;
}
#forms .form-lnk .download {
  position: relative;
  border-left: 0;
}
#forms .form-lnk .download .btn-container {
  position: static;
  text-align: right;
}
@media (max-width: 767px) {
  #forms .form-lnk .download .btn-container {
    text-align: center;
  }
}

/*SUBHOME--------------------------------------------------------------*/
.subhome-wrapper {
  background: #9cbac4;
  /* &.air {
     .subhome-title {
      	background-image: url(/images/bkg-air.png);
      	@media (max-width: 767px) {
      		background-image: url(/images/bkg-air-mobile.png);
      		background-size: auto 40px;
      		background-position: 95% 0px;
      	}
     }
   }
   &.land {
     .subhome-title {
      	background-image: url(/images/bkg-land.png);
      	background-size: auto 135px;
      	background-position: 0px 0px;
    		@media (max-width: 767px) {
      		background-image: url(/images/bkg-land-mobile.png);
      		background-size: auto 40px;
      		background-position: 95% 0px;
      	}
     }
   }
   &.water {
     .subhome-title {
      	background-image: url(/images/bkg-water.png);
      	@media (max-width: 991px) {
      		background-size: auto 130px;
      	}
    		@media (max-width: 767px) {
      		background-image: url(/images/bkg-water-mobile.png);
      		background-size: auto 40px;
      		background-position: 95% 0px;
      	}
     }
   }
   &.about {
     .subhome-title {
      	background-image: url(/images/bkg-about-ldeq.png);
      	background-size: auto 135px;
      	background-position: 0px 0px;
    		@media (max-width: 767px) {
      		background-image: url(/images/bkg-about-mobile.png);
      		background-size: auto 40px;
      		background-position: 95% 0px;
      	}
     }
   }
   &.emergency {
     .subhome-title {
      	background-image: url(/images/bkg-emergency.png);
      	background-size: auto 135px;
      	background-position: 0px 0px;
      	@media (max-width: 991px) {
      		background-size: auto 120px;
      	}
    		@media (max-width: 767px) {
      		background-image: url(/images/bkg-emergency-mobile.png);
      		background-size: auto 40px;
      		background-position: 95% 0px;
      	}
      	@media (max-width: 460px) {
  		    background-size: auto 50px;
     		background-position: 95% 17px;
      	}
     }
   }*/
}
.subhome-wrapper .subhome-title {
  padding: 20px 0 35px;
  background-size: auto 140px;
  background-repeat: no-repeat;
  background-position: 0px -6px;
}
@media (max-width: 767px) {
  .subhome-wrapper .subhome-title {
    background-position: 100% 0px;
    background-size: auto 70px;
    padding: 0 0 10px;
  }
}
.subhome-wrapper .subhome-title h2 {
  font-size: 70px;
  line-height: 1;
  font-weight: 800;
  color: #fff;
  padding-left: 36px;
  text-shadow: 1px 1px 2px #6d6d6d;
  margin: 0;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .subhome-wrapper .subhome-title h2 {
    font-size: 60px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .subhome-wrapper .subhome-title h2 {
    font-size: 36px;
    margin-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

#subhome-landing {
  /*START SUBHOME SLIDER STYLES*/
  /*END SUBHOME SLIDER STYLES*/
}
#subhome-landing #secondary-nav {
  padding-right: 0;
}
@media (max-width: 767px) {
  #subhome-landing #secondary-nav {
    padding-right: 15px;
  }
}
#subhome-landing .nav-side-menu {
  width: 180px;
}
@media (max-width: 1199px) {
  #subhome-landing .nav-side-menu {
    width: 145px;
  }
}
@media (max-width: 991px) {
  #subhome-landing .nav-side-menu {
    width: 170px;
  }
}
@media (max-width: 767px) {
  #subhome-landing .nav-side-menu {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  #subhome-landing .nav-side-menu #sub-menu .list-group.panel .list-group-item {
    font-size: 12px;
  }
}
#subhome-landing.rounded-panel {
  padding: 30px;
}
@media (max-width: 480px) {
  #subhome-landing #slider {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
  }
}
#subhome-landing .carousel {
  border-bottom: none;
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
#subhome-landing .carousel .carousel-inner {
  max-height: 480px;
  margin-left: 0;
  margin-right: 0;
  min-height: 0;
}
@media (max-width: 767px) {
  #subhome-landing .carousel .carousel-inner {
    min-height: 300px;
  }
}
@media (max-width: 350px) {
  #subhome-landing .carousel .carousel-inner {
    min-height: 250px;
  }
}
@media (max-width: 315px) {
  #subhome-landing .carousel .carousel-inner {
    min-height: 200px;
  }
}
#subhome-landing .carousel .item {
  height: 409px;
  background-size: cover;
  background-position: center center;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1199px) {
  #subhome-landing .carousel .item {
    height: 330px;
  }
}
@media (max-width: 991px) {
  #subhome-landing .carousel .item {
    height: 294px;
  }
}
@media (max-width: 767px) {
  #subhome-landing .carousel .item {
    height: 300px;
  }
}
@media (max-width: 350px) {
  #subhome-landing .carousel .item {
    height: 250px;
  }
}
@media (max-width: 315px) {
  #subhome-landing .carousel .item {
    height: 200px;
  }
}
#subhome-landing .carousel .carousel-caption {
  display: table;
  position: static;
  text-align: left;
  color: #fff;
  text-shadow: none;
  top: 0;
  background: rgba(28, 110, 130, 0.7);
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 13%;
  padding-right: 13%;
}
@media (max-width: 767px) {
  #subhome-landing .carousel .carousel-caption {
    position: static;
    padding-bottom: 0;
    min-height: 300px;
  }
}
@media (max-width: 350px) {
  #subhome-landing .carousel .carousel-caption {
    min-height: 300px;
  }
}
@media (max-width: 400px) {
  #subhome-landing .carousel .carousel-caption {
    padding-left: 17%;
    padding-right: 17%;
  }
}
@media (max-width: 350px) {
  #subhome-landing .carousel .carousel-caption {
    padding-left: 20%;
    padding-right: 20%;
    min-height: 250px;
  }
}
@media (max-width: 315px) {
  #subhome-landing .carousel .carousel-caption {
    text-align: center;
    min-height: 200px;
  }
}
#subhome-landing .carousel .carousel-caption .news-category {
  display: none;
}
#subhome-landing .carousel .carousel-caption h3 {
  margin-top: 0;
  font-size: 36px;
}
@media (max-width: 1199px) {
  #subhome-landing .carousel .carousel-caption h3 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  #subhome-landing .carousel .carousel-caption h3 {
    font-size: 24px;
  }
}
@media (max-width: 400px) {
  #subhome-landing .carousel .carousel-caption h3 {
    font-size: 24px;
  }
}
@media (max-width: 380px) {
  #subhome-landing .carousel .carousel-caption h3 {
    font-size: 20px;
  }
}
@media (max-width: 350px) {
  #subhome-landing .carousel .carousel-caption h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 315px) {
  #subhome-landing .carousel .carousel-caption h3 {
    font-size: 16px;
  }
}
#subhome-landing .carousel .carousel-caption .teaser {
  margin-bottom: 30px;
  display: -webkit-box;
  height: 67.2px;
  /* Fallback for non-webkit */
  font-size: 16px;
  line-height: 1.4;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1199px) {
  #subhome-landing .carousel .carousel-caption .teaser {
    font-size: 14px;
    height: 58.8px;
  }
}
@media (max-width: 991px) {
  #subhome-landing .carousel .carousel-caption .teaser {
    margin-bottom: 18px;
  }
}
@media (max-width: 350px) {
  #subhome-landing .carousel .carousel-caption .teaser {
    font-size: 11px;
    height: 46.2px;
    margin-bottom: 15px;
  }
}
@media (max-width: 315px) {
  #subhome-landing .carousel .carousel-caption .teaser {
    display: none;
  }
}
#subhome-landing .carousel .carousel-caption .slider-link {
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  background-color: #86b740;
  font-weight: 800;
  padding: 6px 12px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  #subhome-landing .carousel .carousel-caption .slider-link {
    font-size: 14px;
  }
}
@media (max-width: 350px) {
  #subhome-landing .carousel .carousel-caption .slider-link {
    font-size: 12px;
  }
}
@media (max-width: 315px) {
  #subhome-landing .carousel .carousel-caption .slider-link {
    display: block;
    margin-top: 20px;
  }
}
#subhome-landing .carousel .emerg-alert .carousel-caption {
  background: rgba(183, 154, 32, 0.7);
}
#subhome-landing .carousel .emerg-alert .carousel-caption .slider-link {
  background-color: #1c6e82;
}
#subhome-landing .carousel .emerg-alert .carousel-caption h3, #subhome-landing .carousel .emerg-alert .carousel-caption .teaser {
  color: #fff;
}
#subhome-landing .carousel .carousel-control:hover i, #subhome-landing .carousel .carousel-control:focus i, #subhome-landing .carousel .carousel-control:active i {
  border-color: #acea53;
  color: #acea53;
}
#subhome-landing .carousel .carousel-control i {
  border-color: #fff;
  color: #fff;
}
@media (max-width: 992px) {
  #subhome-landing .carousel .carousel-control i {
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 480px) {
  #subhome-landing .carousel .carousel-control i {
    width: 25px;
    height: 25px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 992px) {
  #subhome-landing .carousel .carousel-control.right i {
    margin-right: -15px;
  }
}
@media (max-width: 480px) {
  #subhome-landing .carousel .carousel-control.right {
    right: 5px;
  }
  #subhome-landing .carousel .carousel-control.right i {
    margin-right: -12px;
  }
}
@media (max-width: 992px) {
  #subhome-landing .carousel .carousel-control.left i {
    margin-left: -15px;
  }
}
@media (max-width: 480px) {
  #subhome-landing .carousel .carousel-control.left {
    left: 5px;
  }
  #subhome-landing .carousel .carousel-control.left i {
    margin-left: -12px;
  }
}
#subhome-landing .carousel .carousel-control.right, #subhome-landing .carousel .carousel-control.left {
  background: none;
}
#subhome-landing .main-content {
  padding-left: 15px;
}
#subhome-landing .main-content .main-pod {
  margin-bottom: 25px;
}
#subhome-landing .main-content .main-pod.intro ul li a {
  color: #1c6e82;
  font-size: 14px;
}
#subhome-landing .main-content .main-pod.faq .faq-wrapper.last {
  margin-bottom: 15px;
}
#subhome-landing .main-content .main-pod.faq .faq-title {
  font-size: 16px;
  margin-right: 0;
}
#subhome-landing .main-content .main-pod.faq .faq-answer {
  padding: 0 10px 15px 10px;
  font-size: 13px;
}
#subhome-landing .main-content .main-pod.faq .faq-answer p {
  margin-bottom: 0;
}
#subhome-landing .main-content .main-pod.faq .btn.btn-primary {
  display: block;
}
#subhome-landing .main-content .main-pod.news .btn.btn-primary {
  display: block;
}
#subhome-landing .main-content .main-pod-hdr {
  text-transform: uppercase;
  font-weight: 700;
  color: #86b740;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid;
  margin-bottom: 15px;
  display: block;
}
#subhome-landing .sidebar-rt {
  padding-left: 0;
  font-size: 13px;
}
#subhome-landing .sidebar-rt .sidebar-rt-wrapper {
  padding: 15px;
}
#subhome-landing .sidebar-rt .sub-pod {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #9cbac4;
}
#subhome-landing .sidebar-rt .sub-pod:last-of-type {
  border-bottom: 0;
}
#subhome-landing .sidebar-rt .sub-pod .btn.btn-secondary {
  display: block;
  color: #fff;
}
#subhome-landing .sidebar-rt .sub-pod .btn.btn-secondary:hover, #subhome-landing .sidebar-rt .sub-pod .btn.btn-secondary:focus, #subhome-landing .sidebar-rt .sub-pod .btn.btn-secondary:active, #subhome-landing .sidebar-rt .sub-pod .btn.btn-secondary:active:focus {
  color: #9cbac4;
}
#subhome-landing .sidebar-rt .sub-pod.contact .address {
  margin-bottom: 15px;
}
#subhome-landing .sidebar-rt .sub-pod.buttons a.btn.btn-secondary {
  margin-bottom: 10px;
}
#subhome-landing .sidebar-rt .sub-pod.calendar i {
  padding-right: 5px;
}
#subhome-landing .sidebar-rt .sub-pod.resources a {
  color: #4d7335;
}
#subhome-landing .sidebar-rt .sub-pod.resources a:hover {
  color: #86b740;
}
#subhome-landing .sidebar-rt .sub-pod.resources .btn.btn-secondary {
  margin-top: 20px;
}
#subhome-landing .sidebar-rt .sub-pod .label {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  padding: 0;
  color: #86b740;
}
#subhome-landing .sidebar-rt .sub-pod ul {
  padding-left: 20px;
}
#subhome-landing .sidebar-rt .sub-pod a {
  color: #1c6e82;
}
#subhome-landing .sidebar-rt .sub-pod a:hover {
  color: #2592ac;
}
#subhome-landing .sidebar-rt .sub-pod-hdr {
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  color: #86b740;
  margin: 0;
  padding-bottom: 15px;
  padding-top: 10px;
}
#subhome-landing #resources .helper {
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
}

/*DIRECTORY--------------------------------------------------------------*/
@media (max-width: 767px) {
  #directory {
    padding: 40px;
  }
}
@media (max-width: 480px) {
  #directory {
    padding: 25px;
  }
}
#directory hr {
  border-top: 1px solid #e4e4e4;
}
#directory .employee-search {
  text-align: right;
  width: 100%;
  margin-top: 3px;
}
@media (max-width: 767px) {
  #directory .employee-search {
    margin-bottom: 20px;
    text-align: left;
  }
}
@media (max-width: 480px) {
  #directory .employee-search {
    text-align: left;
  }
}
#directory .employee-search a {
  font-size: 12px;
}
#directory #searchForm {
  background-color: #eee;
  padding: 20px;
  margin-bottom: 20px;
}
#directory #searchForm input[type=text] {
  border: 1px solid #c1c1c1;
  margin-bottom: 15px;
}
#directory #searchForm select {
  margin-bottom: 15px;
}
#directory #searchForm .push-right {
  text-align: right;
}
#directory .head {
  margin-bottom: 10px;
}
#directory h2 {
  font-size: 22px;
  color: #9cbac4;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 2px solid;
}
#directory h3 {
  font-size: 22px;
  color: #4d7335;
  margin-bottom: 20px;
  border-bottom: 1px solid #86b740;
  padding-bottom: 10px;
  margin-top: 0;
  text-align: center;
}
@media (max-width: 991px) {
  #directory h3 {
    font-size: 18px;
  }
}
#directory .office-cont {
  box-shadow: 0px 0px 12px 0px rgba(121, 121, 121, 0.3);
  padding: 20px;
  border-radius: 10px;
  margin: 0px 0 30px;
  text-align: center;
}
@media (max-width: 991px) {
  #directory .office-cont {
    text-align: left;
  }
}
#directory .office-cont p, #directory .office-cont ul {
  font-size: 14px;
}
#directory .office-cont ul {
  text-align: left;
  padding-left: 30%;
}
@media (max-width: 991px) {
  #directory .office-cont ul {
    padding-left: 20px;
  }
}
#directory .office-cont ul li {
  font-weight: 600;
}
#directory .office-cont .btn.btn-secondary {
  font-size: 14px;
  margin-top: 20px;
  white-space: normal;
}
@media (max-width: 991px) {
  #directory .office-cont .btn.btn-secondary {
    font-size: 12px;
    display: block;
  }
}
#directory img {
  max-width: 100%;
}
#directory .parishes ul {
  padding-left: 20px;
}
#directory .parishes ul li {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
}
#directory .map {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  #directory .map #map {
    width: 820px !important;
  }
}
@media (max-width: 991px) {
  #directory .map #map {
    width: 600px !important;
  }
}
@media (max-width: 767px) {
  #directory .map #map {
    max-width: 100%;
  }
}
#directory .map #map .regional-popup {
  padding: 5px;
}
#directory .map #map .regional-popup h3 {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: left;
}
#directory .map #map .regional-popup div {
  padding-bottom: 5px;
}
#directory .map #map .regional-popup span {
  font-weight: 600;
  color: #86b740;
}
#directory .map .legend {
  background-color: #f9f9f9;
  padding: 20px;
}
#directory .map .legend h4 {
  margin-bottom: 30px;
}
#directory .map .legend ul {
  list-style-type: none;
}
#directory .map .legend ul li h5 {
  margin: 0;
}
#directory .map .legend ul li .parish-lnk {
  font-size: 13px;
  color: #86b740;
  font-weight: 600;
}
#directory .map .legend ul li .well {
  max-width: 345px;
}
@media (max-width: 420px) {
  #directory .map .legend ul li .well .col-xs-6 {
    width: 100%;
    float: none;
  }
}
#directory .map .legend ul li ul {
  list-style-type: disc;
  padding-left: 20px;
}
@media (max-width: 991px) {
  #directory .map .legend ul li ul {
    padding-left: 10px;
  }
}
#directory .map .legend ul li ul li {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  #directory .map .legend ul li ul li {
    font-size: 12px;
  }
}
#directory .map .legend .color {
  display: block;
  float: left;
  width: 25px;
  height: 25px;
  margin-left: -25px;
  margin-right: 20px;
}
@media (max-width: 380px) {
  #directory .map .legend .color {
    margin-left: -40px;
    margin-right: 15px;
  }
}
#directory .map .legend .color.acadiana {
  background-color: #f3ee97;
}
#directory .map .legend .color.capital {
  background-color: #f6a53c;
}
#directory .map .legend .color.northeast {
  background-color: #2bad71;
}
#directory .map .legend .color.northwest {
  background-color: #9b699f;
}
#directory .map .legend .color.southeast {
  background-color: #dd655b;
}
#directory .map .legend .color.southwest {
  background-color: #66a0ef;
}
@media (max-width: 350px) {
  #directory .office-landing {
    padding-left: 0;
    padding-right: 0;
  }
}
#directory .office-landing .office-cont {
  text-align: left;
}
#directory .office-landing .office-cont hr {
  margin: 15px 10px;
}
@media (max-width: 480px) {
  #directory .office-landing .office-cont hr {
    margin: 15px 10px;
  }
}
@media (max-width: 480px) {
  #directory .office-landing .office-cont {
    padding: 10px;
    margin-bottom: 10px;
  }
}
#directory .office-landing h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  #directory .office-landing h3 {
    font-size: 21px;
  }
}
#directory .office-landing h4 {
  font-weight: 700;
  font-size: 22px;
  color: #9cbac4;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 0;
  margin-bottom: 20px;
  margin-top: 30px;
  margin-left: 10px;
}
@media (max-width: 480px) {
  #directory .office-landing h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
#directory .office-landing h5 {
  font-size: 20px;
  font-weight: 700;
}
#directory .office-landing h5 .title {
  color: #86b740;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  #directory .office-landing h5 {
    font-size: 18px;
  }
  #directory .office-landing h5 .title {
    margin-bottom: 5px;
  }
}
#directory .office-landing .contact {
  margin: 0 10px;
  font-size: 14px;
}
#directory .office-landing .contact span {
  text-transform: uppercase;
  font-weight: 700;
}
#directory .office-landing .contact a {
  color: #86b740;
}
#directory .office-landing .contact a:hover {
  color: #4d7335;
  transition: color 0.3s;
}
@media (max-width: 480px) {
  #directory .office-landing .contact a {
    word-break: break-word;
  }
}
#directory .office-landing .leader {
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 480px) {
  #directory .office-landing .leader {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
#directory .office-landing .leader p {
  margin-bottom: 0;
}
#directory .office-landing .leader .title {
  font-weight: 700;
  font-size: 18px;
  color: #86b740;
}
#directory .office-landing .mission {
  padding: 15px 10px;
  margin: 20px 0;
  color: #89a7b1;
  font-size: 16px;
  border-top: 2px solid #9cbac4;
  border-bottom: 2px solid #9cbac4;
}
#directory .office-landing .mission h4 {
  color: #9cbac4;
  margin-top: 10px;
  margin-left: 0;
}
#directory .office-landing .mission p {
  font-size: 16px;
}
#directory .office-landing .divisions {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
#directory .office-landing .divisions .row {
  margin-bottom: 20px;
}
#directory .office-landing .divisions .division-block {
  padding: 20px;
  background: #eee;
  text-align: center;
  line-height: 1.3;
  display: table;
  position: relative;
  min-height: 200px;
  width: 100%;
  color: #909090;
}
@media (max-width: 991px) {
  #directory .office-landing .divisions .division-block {
    display: block;
    margin-bottom: 20px;
    min-height: 100px;
  }
}
#directory .office-landing .divisions .division-block:hover {
  color: #86b740;
  transition: all 0.5s;
}
#directory .office-landing .divisions .division-block h5 {
  font-size: 16px;
  line-height: 1.3;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
}
#directory .office-landing .divisions .division-block i {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 20px;
  color: #bbb;
}
#directory .office-landing .divisions .division-block:hover i {
  font-size: 22px;
  color: #86b740;
  transition: all 0.2s ease-in-out;
}
#directory .division-pod {
  border: 1px solid #dcdcdc;
  padding: 20px;
}
#directory .division-pod h4 {
  margin-left: 0;
}
#directory .division-pod h4.division-title {
  margin-top: 0;
  text-align: center;
  color: #909090;
  background-color: #eee;
  padding: 10px;
  margin: -20px -20px 0 -20px;
}
#directory .division-pod .mission {
  border-top: 0;
  border-bottom: 0;
  padding: 0;
  margin: 0;
}
#directory .division-pod .mission, #directory .division-pod .contact, #directory .division-pod .leader {
  margin-left: 0;
  margin-right: 0;
}

.staff div {
  background: #eee;
  padding: 8px;
  margin-bottom: 10px;
}
.staff h6 {
  margin-top: 5px;
  font-size: 15px;
  color: #86b740;
  font-weight: 700;
  margin-bottom: 5px;
}
.staff .title {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 13px;
  font-style: italic;
}
.staff span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.4;
}
.staff a {
  font-size: 12px;
  margin-left: 5px;
  color: #1c6e82;
}
.staff a.btn.btn-primary {
  display: block;
}

.staff-search {
  border: 1px solid #dcdcdc;
  padding: 20px;
  margin-bottom: 20px;
}
.staff-search h4 {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 10px;
  color: #9cbac4;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
}
@media (max-width: 480px) {
  .staff-search h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.staff-search label {
  color: #4d7335;
  margin-bottom: 0;
}
.staff-search div {
  margin-bottom: 5px;
}

/*AUDIENCE--------------------------------------------------------------*/
.audience .more {
  overflow: hidden;
  height: 250px;
}
.audience .read-more-btn {
  cursor: pointer;
  font-weight: 700;
  color: #1c6e82;
}
.audience .btn_text {
  margin-bottom: -10px;
  padding: 20px 15px;
}
.audience .top {
  margin-bottom: 10px;
}
.audience .top div {
  display: inline-block;
  vertical-align: middle;
}
.audience .top div:nth-of-type(2) {
  float: right;
}
@media (max-width: 767px) {
  .audience .top div:nth-of-type(2) {
    float: none;
    width: 100%;
    text-align: center;
  }
}
.audience .top div:nth-of-type(2) a {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .audience .top div:nth-of-type(2) a {
    margin-left: 0;
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .audience .top div:nth-of-type(2) a {
    display: block;
  }
}
.audience .top .heading {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .audience .top .heading {
    padding-left: 0;
    text-align: center;
    width: 100%;
  }
}
.audience .top .heading h1 {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0;
}
.audience .top .heading h2 {
  margin-top: 0;
  padding-top: 0;
  color: #838383;
  font-weight: 400;
  font-size: 20px;
  text-transform: none;
}
.audience h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.audience img {
  display: inline-block;
  vertical-align: top;
  max-width: 60px;
}
@media (max-width: 767px) {
  .audience img {
    margin: 0 auto;
    margin-bottom: 15px;
    display: block;
  }
}
.audience .col-sm-6 {
  border-top: 1px solid #bcdfec;
  border-left: 1px solid #bcdfec;
  margin-top: 30px;
}
.audience .col-sm-6:first-of-type {
  border-left: 0;
}
@media (max-width: 767px) {
  .audience .col-sm-6 {
    border-left: 0;
  }
}
.audience .pagebuilder-links {
  background: #eee;
  padding: 30px 20px 20px;
}
@media (max-width: 767px) {
  .audience .pagebuilder-links {
    margin: 0;
  }
}
@media (max-width: 380px) {
  .audience .pagebuilder-links {
    padding: 30px 5px 20px;
  }
}
.audience .pagebuilder-links .col-sm-6 {
  border-left: 0;
  border-top: 0;
  margin-top: 0;
}
.audience .pagebuilder-links a {
  display: block;
  padding-bottom: 10px;
  font-weight: 600;
  padding-left: 10px;
}
@media (max-width: 380px) {
  .audience .pagebuilder-links a {
    font-size: 14px;
  }
}
.audience .pagebuilder-links a:before {
  font-family: FontAwesome;
  content: "";
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
  margin-left: -10px;
}
@media (min-width: 992px) {
  .audience .calendar-event .date {
    width: 10%;
  }
  .audience .calendar-event a {
    width: 85%;
  }
}
@media (max-width: 991px) {
  .audience .calendar-event .date {
    width: 22%;
  }
  .audience .calendar-event a {
    width: 73%;
  }
}
.audience .resources .file-type-date {
  font-size: 12px;
}
.audience .resources .file-type-date .file-type {
  font-weight: bold;
  color: #1c6e82;
}
.audience .resources .file-type-date .date {
  font-weight: bold;
  color: #86b740;
  display: inline-block;
  margin-bottom: 0;
}
.audience .resources .row {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.audience.citizens {
  color: #02698f;
}
.audience.businesses {
  color: #86b740;
}
.audience.government {
  color: #9cbac4;
}
.audience.educators {
  color: #4d7335;
}

/*CALENDAR--------------------------------------------------------------*/
#calendar h1 {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
#calendar .btn.btn-primary {
  display: inline-block;
  vertical-align: middle;
  float: right;
}
@media (max-width: 380px) {
  #calendar .btn.btn-primary {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
#calendar .box-title {
  text-align: center;
  margin-bottom: 20px;
  background: #eee;
  padding: 15px;
}
#calendar .box-title a, #calendar .box-title h2 {
  display: inline-block;
  vertical-align: middle;
}
#calendar .box-title a {
  margin-top: 6px;
}
#calendar .box-title a:first-of-type {
  float: left;
}
#calendar .box-title a:last-of-type {
  float: right;
}
#calendar .box-title h2 {
  margin-top: 0;
  color: #1c6e82;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  #calendar .box-title h2 {
    font-size: 22px;
  }
}
#calendar #event-filter {
  margin-bottom: 40px;
}
#calendar #event-filter .col-sm-2 label {
  color: #4d7335;
  font-weight: 700;
}
#calendar #event-filter h3 {
  font-size: 18px;
  font-weight: 700;
}
#calendar #event-filter .btn.btn-primary {
  width: 100%;
  margin-top: 10px;
}
@media (max-width: 380px) {
  #calendar #event-filter .btn.btn-primary {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
#calendar .event {
  box-shadow: 0px 0px 12px 0px rgba(121, 121, 121, 0.3);
  padding: 10px;
  border-radius: 10px;
  margin: 0px 0 15px;
}
#calendar .event .time {
  padding: 5px;
  text-align: center;
  border: 2px solid #9cbac4;
  color: #1c6e82;
  font-weight: 700;
  font-size: 14px;
}
#calendar .event .date {
  background: #86b740;
  color: #fff;
  padding: 5px;
  text-align: center;
  margin-bottom: 5px;
  font-size: 20px;
}
#calendar .event .title a {
  font-weight: 700;
  font-size: 22px;
}
@media (max-width: 991px) {
  #calendar .event .title a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #calendar .event .title a {
    margin-top: 10px;
    display: block;
  }
}

#calendar-detail h2 {
  font-weight: 700;
  color: #4d7335;
  margin-bottom: 30px;
  margin-top: 0;
}
@media (max-width: 380px) {
  #calendar-detail h2 {
    font-size: 24px;
  }
}
#calendar-detail .btn.btn-secondary {
  margin: 10px 0 20px;
}
#calendar-detail .label {
  display: block;
  padding: 0;
  margin-bottom: 10px;
  font-size: 16px;
  color: #838383;
  font-weight: normal;
  text-align: left;
  font-weight: 600;
}
#calendar-detail .location-name {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}
#calendar-detail .date {
  color: #86b740;
  font-weight: 700;
  font-size: 18px;
}
#calendar-detail .time {
  color: #1c6e82;
  font-weight: 700;
  font-size: 18px;
}
#calendar-detail .description, #calendar-detail .contact, #calendar-detail .address {
  font-size: 14px;
}
#calendar-detail .contact .label {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 10px;
}

#gallery .row {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  #gallery .row {
    margin-bottom: 0;
  }
}

.gallery-container {
  max-width: 250px;
  display: inline-block;
  position: relative;
}
.gallery-container:hover .view {
  opacity: 1;
  transition: opacity 0.3s;
}
@media (max-width: 991px) {
  .gallery-container {
    margin-bottom: 20px;
    max-width: 100%;
  }
}
.gallery-container img {
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  .gallery-container img {
    width: 198px;
    height: 198px;
  }
}
@media (max-width: 991px) {
  .gallery-container img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .gallery-container img {
    width: 100%;
    height: auto;
  }
}
.gallery-container .title {
  font-size: 18px;
  display: block;
  padding-bottom: 0;
  background: #86b740;
  padding: 10px;
}
.gallery-container .title h3 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  display: -webkit-box;
  height: 30.8px;
  /* Fallback for non-webkit */
  font-size: 14px;
  line-height: 1.1;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 991px) {
  .gallery-container .title h3 {
    font-size: 13px;
    height: auto;
  }
}

.view {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  word-spacing: 0.05em;
  display: block;
  background: rgba(134, 183, 64, 0.75);
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  border: 0;
  padding: 10px 12px 10px 16px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0;
  text-align: center;
}
@media (max-width: 1199px) {
  .view {
    letter-spacing: 0.1em;
  }
}
@media (max-width: 991px) {
  .view {
    letter-spacing: 0;
    word-spacing: 0;
    padding: 5px;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    z-index: 10;
    opacity: 1;
    text-align: center;
  }
}
.view span {
  line-height: 250px;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .view span {
    line-height: 198px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .view span {
    line-height: 1;
    font-size: 14px;
  }
}
.view span i {
  padding-left: 5px;
}

@media (max-width: 991px) and (min-width: 768px) {
  .popup-gallery .row {
    margin-bottom: 20px;
  }
}
.popup-gallery a {
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  .popup-gallery a {
    width: 100%;
  }
}
.popup-gallery a:hover .view, .popup-gallery a:focus .view {
  opacity: 1;
  transition: opacity 0.3s;
}
.popup-gallery a:hover .view span, .popup-gallery a:focus .view span {
  display: block;
}
.popup-gallery a:focus {
  outline: none;
}
.popup-gallery a .view {
  font-size: 14px;
  line-height: 180px;
}
@media (max-width: 1199px) {
  .popup-gallery a .view {
    line-height: 140px;
  }
}
@media (max-width: 991px) {
  .popup-gallery a .view {
    display: block;
    line-height: 1;
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .popup-gallery a .view {
    font-size: 16px;
  }
}
.popup-gallery a span {
  display: none;
}
.popup-gallery img {
  width: 180px;
  height: 180px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  .popup-gallery img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 991px) {
  .popup-gallery img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .popup-gallery img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}

#pagebuilder .gallery-container .title h3 {
  color: #fff;
  font-size: 14px;
}

#pagebuilder .gallery-container {
  margin-bottom: 15px;
}
#pagebuilder .gallery-container.left {
  float: left;
  margin-right: 15px;
}
#pagebuilder .gallery-container.right {
  float: right;
  margin-left: 15px;
}

.slide img {
  width: auto;
  max-width: 100%;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: auto;
  max-width: 100%;
}

/*BEP/PUBLIC NOTICE--------------------------------------------------------------*/
#bep td, #public-notice td {
  font-size: 13px;
  text-align: center;
  font-weight: 500;
}
#bep td.name, #public-notice td.name {
  font-weight: 600;
  text-align: center;
}
#bep td.project-info, #public-notice td.project-info {
  text-align: left;
  line-height: 1.4;
}
#bep td.project-info h4, #public-notice td.project-info h4 {
  text-align: left;
  color: #1c6e82;
  font-size: 17px;
  font-weight: 800;
}
#bep td.project-info h4 a, #public-notice td.project-info h4 a {
  text-align: left;
  color: #1c6e82;
  font-size: 15px;
  font-weight: 800;
}
#bep td a, #public-notice td a {
  font-size: 12px;
  text-align: center;
  display: block;
  cursor: pointer;
}
#bep td a i, #public-notice td a i {
  display: block;
  margin-top: 5px;
}
#bep span, #public-notice span {
  font-weight: 800;
  text-transform: uppercase;
  display: block;
}
#bep th, #public-notice th {
  vertical-align: middle;
  line-height: 1.1;
  font-size: 13px;
  text-transform: uppercase;
  border-right: 1px solid #8ca6af;
}

#public-notice {
  font-size: 14px;
  line-height: 1.3;
}
#public-notice td {
  font-size: 12px;
}
#public-notice td.project-info h4 a {
  font-size: 13px;
}
#public-notice span {
  text-transform: none;
  display: inline-block;
  padding-right: 5px;
}
#public-notice .btn.btn-secondary {
  margin-top: 25px;
  width: 100%;
}
#public-notice form {
  background: #eee;
  padding: 15px;
  border-radius: 5px;
  margin-top: 25px;
}
#public-notice form h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: 0.5px;
  color: #b5b5b5;
}
#public-notice form label {
  font-size: 14px;
}
@media (max-width: 991px) {
  #public-notice form #category {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #public-notice form #start {
    margin-bottom: 15px;
  }
}

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