/* Ecowater Theme Styles
----------------------------------------------- */
/* Basic Setup
----------------------------------------------- */
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  word-wrap: break-word;
  background: #e4e2e3;
  line-height: 1.4;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
}

a {
  color: #002c6b;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
     transition: all 0.25s;
}

p {
  font-size: 13px;
  margin-bottom: 20px;
}

small {
  color: #3f3f3f;
  font-size: 11px;
}

.icon {
  width: 36px;
  height: 36px;
  fill: #009899;
}

.hdg_2 {
  text-transform: uppercase;
  color: #3f3f3f;
  font-size: 16px;
  display: block;
  font-weight: 900;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 2px solid #e4e2e3;
}

.hdg_3 {
  text-transform: uppercase;
  color: #002c6b;
  font-size: 15px;
  display: block;
  font-weight: 900;
  letter-spacing: 0.75px;
}

.hdg_4 {
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}

.hdg_blue {
  color: #002c6b !important;
}

.hdg_bold {
  font-weight: 900 !important;
}

/* Accessibility
----------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 900;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Header Styles
----------------------------------------------- */
.site-header {
  background: #3f3f3f;
  margin-bottom: 30px;
  letter-spacing: 1.5px;
}

.site-branding {
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
  float: left;
  position: relative;
  width: 100%;
}
.site-branding img {
  display: block;
  max-height: 64px;
  width: auto;
}

@media (min-width: 992px) {
  .site-branding {
    width: auto;
  }

  .mobile-toggle {
    display: none;
  }
}
/* Header Search
----------------------------------------------- */
.header-search {
  display: none;
  background: #009899;
  text-align: right;
}

.header-search-form form {
  position: relative;
  display: block;
}
.header-search-form input[type=search] {
  width: 100%;
  border: none;
  margin: 8px 0;
  padding-left: 30px;
}
.header-search-form input[type=search]:focus {
  outline: 0;
}
.header-search-form .icon {
  position: absolute;
  height: 18px;
  width: 18px;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
}

@media (min-width: 768px) {
  .header-search-form form {
    display: inline-block;
  }
  .header-search-form input[type=search] {
    width: auto;
    min-width: 320px;
  }
}
/* Top Navigation Styles
----------------------------------------------- */
.header-top {
  background: #ffffff;
  letter-spacing: 1px;
}

.header-top-nav {
  display: block;
  font-size: 13px;
  font-weight: 900;
}
.header-top-nav ul {
  float: right;
}
.header-top-nav a {
  display: block;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  padding: 6px 10px;
}
.header-top-nav a.selected, .header-top-nav a:hover {
  color: #009899;
}
.header-top-nav li {
  display: inline-block;
}

.top-item-has-children {
  position: relative;
}
.top-item-has-children > a {
  cursor: pointer;
  padding-right: 28px !important;
}
.top-item-has-children:hover > a {
  color: #ffffff;
  background: #009899;
}
.top-item-has-children:hover .top-sub-menu {
  display: block;
}
.top-item-has-children:hover:after {
  color: #ffffff;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
     transition: color 0.25s;
}
.top-item-has-children:after {
  position: absolute;
  content: "\f140";
  font-family: "dashicons";
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
}

.top-sub-menu {
  display: none;
  position: absolute;
  background: #ffffff;
  z-index: 9;
  width: 110%;
  min-width: 150px;
  right: 0;
}
.top-sub-menu li {
  display: block;
}
.top-sub-menu a {
  padding: 4px 12px;
  font-size: 12px;
  text-transform: none;
  font-weight: 600;
  color: #ffffff;
  background: #009899;
  display: block;
}
.top-sub-menu a:hover {
  color: #ffffff;
  background: #007576;
}

.header-language-select {
  float: left;
  margin-left: -8px;
}
.header-language-select a {
  cursor: pointer;
}
.header-language-select a span {
  text-transform: none;
  font-weight: 400;
}
.header-language-select li {
  position: relative;
}
.header-language-select li .sub-menu {
  display: none;
  position: absolute;
  z-index: 99;
  width: 100%;
  min-width: 180px;
}
.header-language-select li .sub-menu li {
  display: block;
}
.header-language-select li .sub-menu a {
  display: block;
  color: #ffffff;
  background: #009899;
}
.header-language-select li .sub-menu a:hover {
  background: #007576;
}
.header-language-select li:hover a {
  color: #ffffff;
  background: #009899;
}
.header-language-select li:hover .sub-menu {
  display: block;
}

@media (min-width: 768px) {
  .header-language-select {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .header-top-nav a {
    padding: 12px;
  }
}
/* Mobile Toggle
----------------------------------------------- */
.mobile-toggle {
  width: 28px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
}
.mobile-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  position: relative;
  background: #f6f6f6;
  margin: 10px 0;
}
.mobile-toggle:before, .mobile-toggle:after {
  content: "";
  position: absolute;
  background: #f6f6f6;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  top: 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
     transition: all 0.25s;
}
.mobile-toggle:after {
  top: auto;
  bottom: 0;
}
.mobile-toggle.opened:before {
  top: 10px;
}
.mobile-toggle.opened:after {
  bottom: 10px;
}

/* Navigation
----------------------------------------------- */
.main-navigation {
  display: none;
}
.main-navigation ul {
  padding-bottom: 16px;
}
.main-navigation ul li a {
  padding: 8px 0;
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
}
.main-navigation ul li a:hover {
  color: #009899;
}
.main-navigation ul li .children,
.main-navigation ul li .sub-menu {
  display: block;
  padding-bottom: 8px;
}
.main-navigation ul li .children a,
.main-navigation ul li .sub-menu a {
  font-weight: 400;
  color: #ffffff;
  text-transform: none;
  padding-left: 16px;
}
.main-navigation ul li .children a:hover,
.main-navigation ul li .sub-menu a:hover {
  color: #009899;
}

@media (min-width: 992px) {
  .main-navigation {
    float: right;
    display: block !important;
  }
  .main-navigation ul {
    padding-bottom: 0;
  }
  .main-navigation ul li {
    display: inline-block;
    position: relative;
    -webkit-transition: background 0.25s;
    -o-transition: background 0.25s;
       transition: background 0.25s;
  }
  .main-navigation ul li a {
    padding: 40px 12px;
  }
  .main-navigation ul li a:hover {
    color: #ffffff;
  }
  .main-navigation ul li:hover {
    background: #009899;
  }
  .main-navigation ul li.current-menu-item {
    background: #009899;
  }
  .main-navigation ul li .children,
  .main-navigation ul li .sub-menu {
    display: none;
    position: absolute;
    min-width: 220px;
    width: auto;
    z-index: 10;
    overflow: hidden;
    background: #009899;
    padding: 10px 0;
  }
  .main-navigation ul li .children li,
  .main-navigation ul li .sub-menu li {
    display: block;
    float: none;
  }
  .main-navigation ul li .children a,
  .main-navigation ul li .sub-menu a {
    font-weight: 900;
    padding: 8px 15px;
  }
  .main-navigation ul li .children a:hover,
  .main-navigation ul li .sub-menu a:hover {
    color: #ffffff;
    background: #007576;
  }
  .main-navigation ul li:hover ul {
    display: block;
  }
}
/* Main Content
----------------------------------------------- */
.page-content {
  padding: 15px;
}

.events-archive .entry-content, .events-archive .entry-header {
  width: 100%;
}

.comment-content,
.entry-content {
  padding: 15px;
}
.comment-content .acf-field-5616d8f75a693,
.entry-content .acf-field-5616d8f75a693 {
  display: none;
}
.comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  text-transform: uppercase;
}
.comment-content h1,
.entry-content h1 {
  color: #002c6b;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
.comment-content h2,
.entry-content h2 {
  color: #3f3f3f;
  font-size: 18px;
  margin-bottom: 5px;
}
.comment-content h3, .comment-content h4,
.entry-content h3,
.entry-content h4 {
  color: #009899;
  font-size: 16px;
  font-weight: 600;
}
.comment-content h4,
.entry-content h4 {
  font-size: 14px;
  margin-bottom: 8px;
}
.comment-content h5,
.entry-content h5 {
  color: #002c6b;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.comment-content h6,
.entry-content h6 {
  font-size: 13px;
  text-transform: uppercase;
  color: #009899;
  font-weight: 600;
}
.comment-content p,
.comment-content address,
.comment-content pre,
.comment-content hr,
.comment-content ul,
.comment-content ol,
.comment-content dl,
.comment-content dd,
.comment-content table,
.entry-content p,
.entry-content address,
.entry-content pre,
.entry-content hr,
.entry-content ul,
.entry-content ol,
.entry-content dl,
.entry-content dd,
.entry-content table {
  margin-bottom: 25px;
}
.comment-content strong,
.comment-content dt,
.comment-content b,
.entry-content strong,
.entry-content dt,
.entry-content b {
  font-weight: 700;
}
.comment-content em,
.entry-content em {
  font-style: italic;
}
.comment-content table,
.comment-content th,
.comment-content td,
.entry-content table,
.entry-content th,
.entry-content td {
  border: 1px solid #eaeaea;
}
.comment-content table,
.entry-content table {
  width: 100%;
  margin: 0 0 1.6em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  border-spacing: 0;
  border-collapse: separate;
  border-width: 1px 0 0 1px;
}
.comment-content caption,
.comment-content th,
.comment-content td,
.entry-content caption,
.entry-content th,
.entry-content td {
  font-weight: normal;
  text-align: left;
}
.comment-content th,
.entry-content th {
  font-weight: 700;
  border-width: 0 1px 1px 0;
}
.comment-content td,
.entry-content td {
  border-width: 0 1px 1px 0;
}
.comment-content th,
.comment-content td,
.entry-content th,
.entry-content td {
  padding: .4em;
}
.comment-content ol,
.comment-content ul,
.entry-content ol,
.entry-content ul {
  margin-left: 20px;
}
.comment-content ol li,
.entry-content ol li {
  list-style-type: decimal;
}
.comment-content ol li ol,
.entry-content ol li ol {
  margin-bottom: 0;
}
.comment-content ul li,
.entry-content ul li {
  list-style-type: disc;
  font-size: 13px;
}
.comment-content ul li ul,
.entry-content ul li ul {
  margin-bottom: 0;
}
.comment-content ul.list-items,
.entry-content ul.list-items {
  padding-left: 0;
  margin: 8px 0 16px;
}
.comment-content ul.list-items li,
.entry-content ul.list-items li {
  list-style-type: none;
  margin-bottom: 3px;
  padding-left: 0;
}
.comment-content .module-content-resources,
.entry-content .module-content-resources {
  float: left;
  width: 100%;
  margin: 15px 0 15px -8px;
}
.comment-content .module-content-resources li,
.entry-content .module-content-resources li {
  margin-bottom: 5px;
  display: block;
}
.comment-content .module-content-resources li a,
.entry-content .module-content-resources li a {
  padding: 8px 5px;
}
.comment-content img,
.entry-content img {
  max-width: 100%;
  height: auto;
}
.comment-content .alignleft,
.entry-content .alignleft {
  float: left;
  margin: 0 15px 15px 0;
}
.comment-content .alignright,
.entry-content .alignright {
  float: right;
  margin: 0 0 15px 15px;
}
.comment-content .aligncenter,
.entry-content .aligncenter {
  margin: 0 auto;
}
.comment-content .wp-caption,
.entry-content .wp-caption {
  max-width: 100% !important;
  margin-bottom: 25px;
}
.comment-content .wp-caption-text,
.entry-content .wp-caption-text {
  font-size: 12px;
}
.comment-content address p,
.entry-content address p {
  margin-bottom: 0;
}
.comment-content pre,
.entry-content pre {
  font-family: monospace;
  display: block;
  margin: 15px 0;
  padding: 15px;
  white-space: pre;
  background: #fbfbfb;
}
.comment-content sub,
.comment-content sup,
.entry-content sub,
.entry-content sup {
  font-size: 11px;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.comment-content sup,
.entry-content sup {
  top: -.5em;
}
.comment-content sub,
.entry-content sub {
  bottom: -.25em;
}

.comment-content {
  padding: 0;
}

/* Main Column Styles
----------------------------------------------- */
.main-col {
  background: #ffffff;
  margin-bottom: 16px;
}

.entry-header {
  font-size: 18px;
  color: #009899;
  background: #f6f6f6;
  padding: 12px 15px 8px;
  position: relative;
  text-transform: uppercase;
  font-weight: 900;
}
.entry-header a {
  display: inline-block;
  text-decoration: none;
  color: #009899;
  word-break: break-all;
}
.entry-header a:hover {
  color: #002c6b;
}
.entry-header.entry-header-link {
  padding-right: 90px;
}
.entry-header .view-all {
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 14px;
  line-height: 1.6;
  text-decoration: underline;
  color: #002c6b;
  font-weight: 900;
}
.entry-header .view-all:hover {
  color: #009899;
}
.entry-header .back-link {
  font-size: 14px;
  line-height: 1.6;
  text-decoration: underline;
  color: #002c6b;
  font-weight: 400;
}
.entry-header .back-link span {
  font-size: 19px;
  letter-spacing: 1px;
  line-height: 1;
}
.entry-header .back-link:hover {
  color: #009899;
}

.entry-header-archive {
  margin-bottom: 16px;
}

.entry-header-icon {
  padding-left: 42px;
  position: relative;
}
.entry-header-icon .icon {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
}

.entry-footer {
  padding: 0 15px 15px;
}

/* News Post
----------------------------------------------- */
.news-post {
  display: block;
  margin-bottom: 15px;
}
.news-post .hdg a {
  font-weight: 900;
}
.news-post a:hover {
  color: #009899;
}
.news-post .news-post-excerpt {
  font-size: 12px;
  line-height: 1.3;
}
.news-post .news-post-excerpt .view-more {
  display: inline-block;
  text-decoration: underline;
  font-weight: 400;
}

.news-post-archive {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 2px solid #e4e2e3;
}
.news-post-archive .news-post-date {
  margin-bottom: 8px;
}
.news-post-archive .news-post-excerpt {
  font-size: 14px;
  line-height: 1.4;
}

.topic-post-archive {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.news-post-title a {
  text-decoration: none;
}

.news-post-date {
  font-style: italic;
  font-size: 12px;
  line-height: 1.3;
  display: block;
  margin-bottom: 3px;
}

/* Dealer Styles
----------------------------------------------- */
.dealers-row-header {
  display: block;
  margin: 25px 0 5px;
}

.dealers-row-list {
  display: block;
  margin-bottom: 12px;
}
.dealers-row-list a {
  text-decoration: none;
}
.dealers-row-list a:hover {
  color: #009899;
}

.dealer-details p {
  margin-bottom: 15px;
  color: #666666;
}

.dealer-details-meta {
  color: #666666;
  margin: 0 0 15px;
}
.dealer-details-meta .meta-block {
  margin-bottom: 15px;
}

.dealer-details-img {
  margin-bottom: 16px;
}
.dealer-details-img img {
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .dealer-details-img {
    padding-right: 32px;
  }
}
/* Dealer Tabs
----------------------------------------------- */
.dealer-tabs-header {
  overflow: hidden;
  margin: 16px 0 0;
  border-break: #d9d9d9;
  background-color: #ebebeb;
  background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#d9d9d9));
  /* Saf4+, Chrome */
  background: -webkit-linear-gradient(top, #ebebeb, #d9d9d9);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  /* FF3.6 */
  /* IE10 */
  background: -o-linear-gradient(top, #ebebeb, #d9d9d9);
  /* Opera 11.10+ */
  background: linear-gradient(top, #ebebeb, #d9d9d9);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ebebeb', EndColorStr='#d9d9d9');
}
.dealer-tabs-header ul {
  margin: 0;
}
.dealer-tabs-header ul li {
  display: inline-block;
  list-style-type: none;
}
.dealer-tabs-header a {
  display: block;
  padding: 12px 16px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12px;
  margin: 5px 2px 0;
}
.dealer-tabs-header a.current, .dealer-tabs-header a:hover {
  background: #f6f6f6;
  box-shadow: 0 0px 4px #bbbbbb;
  -moz-box-shadow: 0 0px 4px #bbbbbb;
  -webkit-box-shadow: 0 0px 4px #bbbbbb;
}

.dealer-tabs-content {
  padding: 16px 4px 0;
  background: #f6f6f6;
  color: #666666;
}

div[role='tabpanel'] {
  display: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
     transition: all 0.25s;
}
div[role='tabpanel'].current {
  display: block;
}

.edit-profile {
  font-size: 11px;
  font-weight: 400;
  margin: 0 8px;
  text-decoration: none;
  color: #666666;
  text-transform: none;
}

.col-item {
  margin-bottom: 15px;
}

/* Module Styles
----------------------------------------------- */
.module-content {
  padding: 15px;
}

.module-content-collapse {
  display: none;
}

.list-collapse {
  display: block;
  padding: 15px 0 5px;
  border-bottom: 2px solid #e4e2e3;
}
.list-collapse .hdg {
  margin-bottom: 10px;
}
.list-collapse .hdg a {
  display: block;
  text-decoration: none;
}

.module-search .search-form {
  padding: 15px 0 25px;
}
.module-search label,
.module-search input[type=submit] {
  display: block;
  width: 100%;
  max-width: none;
  margin-bottom: 15px;
}
.module-search input[type=search] {
  width: 100%;
  padding: 12px 8px;
  border: 1px solid #bbbbbb;
}
.module-search input[type=submit] {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .module-search label,
  .module-search input[type=submit] {
    display: inline-block;
    margin-bottom: 0;
  }
  .module-search label {
    width: 74%;
    padding-right: 10px;
  }
  .module-search input[type=submit] {
    width: 25%;
  }
}

/* Resources Search
----------------------------------------------- */
.module-resources-search label {
  width: 100%;
  display: inline-block;
}
.module-resources-search input {
  margin-bottom: 15px;
}

.module-dealers-search .search-item {
  margin-bottom: 5px;
}

/* Post Listings
----------------------------------------------- */
.module-post-listing li {
  line-height: 1.6;
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
}
.module-post-listing li a {
  color: #012a68;
}
.module-post-listing li a:hover {
  color: #002c6b;
}

.search-form-filters {
  display: none;
  margin-bottom: 16px;
}
.search-form-filters li {
  display: inline-block;
  margin-right: 8px;
}
.search-form-filters a {
  text-decoration: none;
  display: block;
  padding: 8px 16px;
  background: #e4e2e3;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.search-form-filters a.selected, .search-form-filters a:hover {
  color: #ffffff;
  background: #009899;
}

.module-featured-resource .module-content {
  position: relative;
}

.module-resources-list {
  background: #ffffff;
}

.module-resource-file {
  position: absolute;
  left: 20px;
  top: 18px;
}
.module-resource-file span {
  position: absolute;
  background-color: #ffffff;
  font-weight: 900;
  width: 100%;
  text-align: center;
  bottom: 16px;
  font-size: 18px;
  color: #002c6b;
  left: 0;
  text-transform: uppercase;
}
.module-resource-file .icon {
  width: 87px;
  height: 87px;
  fill: #002c6b;
}

.module-resources-content {
  position: relative;
  padding: 15px;
  margin: 8px 0;
  text-align: center;
  box-shadow: 0 1px 3px #bbbbbb;
  -moz-box-shadow: 0 1px 3px #bbbbbb;
  -webkit-box-shadow: 0 1px 3px #bbbbbb;
}
.module-resources-content .module-resource-file {
  position: relative;
  left: auto;
  width: 100%;
  display: block;
  top: 0;
  margin-bottom: 8px;
}
.module-resources-content .module-resource-file span {
  font-size: 11px;
  bottom: 10px;
}
.module-resources-content .module-resource-file .icon {
  width: 48px;
  height: 48px;
}
.module-resources-content .module-resource-inner {
  padding: 0;
  min-height: 0;
}

.module-resource-inner {
  padding: 0 15px 0 96px;
  min-height: 92px;
}
.module-resource-inner .hdg {
  margin-bottom: 12px;
  display: block;
  min-height: 38px;
}

@media (min-width: 768px) {
  .module-resource-file {
    left: 7px;
  }
  .module-resource-file span {
    font-size: 12px;
  }
  .module-resource-file .icon {
    width: 64px;
    height: 64px;
  }

  .module-resource-inner {
    min-height: 68px;
    padding: 0 0 0 64px;
  }

  .module-resources-content .module-resource-file {
    margin-bottom: 15px;
  }
  .module-resources-content .module-resource-file span {
    font-size: 14px;
  }
  .module-resources-content .module-resource-file .icon {
    width: 64px;
    height: 64px;
  }
}
@media (min-width: 992px) {
  .module-resource-file {
    left: 20px;
  }
  .module-resource-file span {
    font-size: 16px;
  }
  .module-resource-file .icon {
    width: 87px;
    height: 87px;
  }

  .module-resource-inner {
    min-height: 92px;
    padding: 0 15px 0 96px;
  }
}
/* Module Resource Listing
----------------------------------------------- */
.module-content-resources {
  margin: 0;
}

.module-content-resources li {
  margin-bottom: 5px;
  list-style-type: none;
}
.module-content-resources li .hdg {
  margin-bottom: 0;
}
.module-content-resources li a {
  position: relative;
  text-decoration: none;
  display: block;
  font-size: 13px;
  padding: 5px;
}
.module-content-resources li a span {
  display: table;
  word-break: break-all;
}
.module-content-resources li a:hover {
  color: #009899;
  background: #fafafa;
}
.module-content-resources li a:hover .icon {
  fill: #009899;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
     transition: all 0.25s;
}
.module-content-resources li .image-file,
.module-content-resources li .icon {
  width: 75px;
  fill: #002c6b;
  margin: 5px 10px 0 0;
  float: left;
  height: auto;
}
.module-content-resources li:last-child {
  margin-bottom: 0;
}

/* Module Events
----------------------------------------------- */
.module-events-post {
  font-size: 12px;
  display: inline-block;
  width: 100%;
  margin: 8px 0;
}
.module-events-post a {
  text-decoration: none;
  color: #3f3f3f;
}
.module-events-post a span {
  font-style: italic;
  color: #002c6b;
  margin-right: 8px;
  display: block;
  float: left;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
     transition: color 0.25s;
}
.module-events-post a .hdg {
  display: table-cell;
}
.module-events-post a:hover {
  color: #009899;
}
.module-events-post a:hover span {
  color: #009899;
}

/* Sidebar Styles
----------------------------------------------- */
.site-sidebar .widget {
  background: #ffffff;
  margin-bottom: 16px;
}
.site-sidebar .widget .textwidget,
.site-sidebar .widget ul {
  padding: 15px;
}
.site-sidebar .widget .textwidget li,
.site-sidebar .widget ul li {
  display: block;
  margin-bottom: 5px;
}
.site-sidebar .widget .textwidget li a,
.site-sidebar .widget ul li a {
  font-weight: 700;
}
.site-sidebar .widget .textwidget li a:hover,
.site-sidebar .widget ul li a:hover {
  color: #009899;
}
.site-sidebar .widget a {
  text-decoration: none;
}
.site-sidebar .widget .view-all {
  text-decoration: underline;
  font-weight: 900;
}
.site-sidebar .widget-title {
  font-size: 18px;
  color: #009899;
  background: #f6f6f6;
  padding: 12px 15px 8px;
  text-transform: uppercase;
  font-weight: 900;
}
.site-sidebar .widget_search {
  padding: 15px;
}

/* Form Styles
----------------------------------------------- */
input[type=text],
input[type=search],
input[type=password],
textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 12px 8px;
  border: 1px solid #bbbbbb;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
     transition: all 0.25s;
}
input[type=text]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
  outline: 0;
  border-color: #002c6b;
}

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

.btn,
.button,
.btn-primary,
.button-primary,
input[type=submit].ninja-forms-field {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  display: inline-block;
  padding: 12px 26px;
  color: #ffffff;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  background: #009899;
  border: none;
  appearance: none;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
     transition: all 0.25s;
}
.btn:hover,
.button:hover,
.btn-primary:hover,
.button-primary:hover,
input[type=submit].ninja-forms-field:hover {
  background: #007576;
}
.btn.disabled,
.button.disabled,
.btn-primary.disabled,
.button-primary.disabled,
input[type=submit].ninja-forms-field.disabled {
  pointer-events: none;
  cursor: default;
  -webkit-transition: none;
  -o-transition: none;
     transition: none;
  opacity: 0.35;
}
.btn:focus,
.button:focus,
.btn-primary:focus,
.button-primary:focus,
input[type=submit].ninja-forms-field:focus {
  outline: 0;
}

.btn-secondary {
  background: #002c6b;
}
.btn-secondary.selected, .btn-secondary:hover {
  background: #001d46;
}

.btn-full {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

.btn-block {
  display: block;
}

.acf-form-submit {
  text-align: center;
  margin: 30px 0;
}

.message {
  padding: 12px 8px;
  background-color: #ebebeb;
  margin: 0 0 15px;
  display: block;
}

.message-error {
  color: #ffffff;
  background-color: #e74c3c;
}

.message-success {
  color: #ffffff;
  background-color: #2ecc71;
}

.acf-tab-wrap ul {
  margin: 30px 0 15px;
  padding: 0;
}

.acf-tab-group li a {
  font-size: 13px;
  padding: 6px 8px;
}

@media (min-width: 768px) {
  .acf-left-label {
    position: relative;
  }
  .acf-left-label .acf-label {
    display: inline-block;
    width: 60%;
    padding-right: 5%;
  }
  .acf-left-label .acf-input {
    display: block;
    float: right;
    width: 40%;
  }
  .acf-left-label .acf-checkbox-list {
    margin-left: 0;
  }

  .col-half-wrap,
  .col-half-last-wrap {
    width: 49%;
    float: left;
    margin-right: 2%;
  }

  .col-half-last-wrap {
    margin-right: 0;
  }

  .col-third-wrap,
  .col-third-last-wrap {
    width: 32%;
    float: left;
    margin-right: 2%;
  }

  .col-third-last-wrap {
    margin-right: 0;
  }
}
/* Pagination
----------------------------------------------- */
.pagination {
  text-align: center;
  padding: 15px;
}
.pagination a {
  text-decoration: none;
  display: inline-block;
}
.pagination a:hover {
  color: #009899;
}

.pagenums {
  display: inline-block;
  margin: 0 12px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 13px;
  color: #bbbbbb;
}
.pagenums span {
  display: inline-block;
  margin: 0 5px;
  font-size: 11px;
}

/* Comment Styles
----------------------------------------------- */
.comments-area {
  margin-bottom: 16px;
}

.comment-list,
.comment-respond {
  background: #ffffff;
  padding: 15px;
}

.comment-reply-title {
  color: #3f3f3f;
  display: block;
  margin-bottom: 3px;
  font-weight: 900;
  text-transform: uppercase;
}

.comment-list li {
  position: relative;
}
.comment-list li.comment {
  margin-bottom: 60px;
}
.comment-list .avatar {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 64px;
  -moz-border-radius: 64px;
  -webkit-border-radius: 64px;
}

.comment-list .children,
.comment-body {
  padding-left: 78px;
}

.comment-meta {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e4e2e3;
}

.comment-author {
  display: block;
  margin-bottom: 3px;
  font-weight: 900;
  text-transform: uppercase;
}
.comment-author a {
  text-decoration: none;
}

.comment-metadata {
  font-size: 12px;
}
.comment-metadata a {
  text-decoration: none;
  color: #3f3f3f;
  margin-right: 8px;
}
.comment-metadata .reply {
  display: inline-block;
}

/* Footer Styles
----------------------------------------------- */
.site-footer {
  margin-top: 45px;
  background: #3f3f3f;
  color: #ffffff;
  text-align: center;
}
.site-footer a {
  text-decoration: none;
  color: #ffffff;
}
.site-footer a:hover {
  color: #009899;
}

.footer-widgets .widget,
.footer-nav .widget {
  margin-bottom: 40px;
}
.footer-widgets li,
.footer-nav li {
  line-height: 1.6;
  margin-bottom: 3px;
}
.footer-widgets .widget-title,
.footer-nav .widget-title {
  letter-spacing: 1px;
  display: block;
  margin-bottom: 10px;
  font-weight: 900;
  font-size: 15px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .site-footer {
    text-align: left;
  }
}
