@charset "UTF-8";
/*
Theme Name: RCO Invasives 2019
Theme URI: https://github.com/WordPress/twentynineteen
Author: Palador
Author URI: www.palador.com
Description: RCO custom theme
Requires at least: WordPress 4.9.6


Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Internet Explorer Styles
# Normalize
# Typography
	## Headings
	## Copy
# Cards
# Elements
    ## Grant Cards
    ## Icons
	## Lists
	## Tables
# Forms
	## Buttons
	## Fields
# Navigation
	## Links
	## Menus
	## Next & Previous
# Accessibility
# Alignments
# Clearings
# Layout
# Widgets
# Content
	## Archives
	## Posts and pages
	## Comments
# Media
	## Captions
	## Galleries
# Grants
# 404
# Search
# Boards
# Priority Species
# Staff
--------------------------------------------------------------*/
/*
 * Chrome renders extra-wide &nbsp; characters for the Hoefler Text font.
 * This results in a jumping cursor when typing in both the Classic and block
 * editors. The following font-face override fixes the issue by manually inserting
 * a custom font that includes just a Hoefler Text space replacement for that
 * character instead.
 */
/* If we add the border using a regular CSS border, it won't look good on non-retina devices,
 * since its edges can look jagged due to lack of antialiasing. In this case, we are several
 * layers of box-shadow to add the border visually, which will render the border smoother. */
/* Fallback for non-latin fonts */
/* Calculates maximum width for post content */
/* Nested sub-menu padding: 10 levels deep */
/* Normalize */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: none;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Internet Explorer Styles */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /*Cards*/
  .page-template-page-projectsearch .cards-container .container .row .card .card-body0,
  .home .cards-container .container .row .card .card-body0, .page-template-default .cards-container .container .row .card .card-body0,
  .post-type-archive .cards-container .container .row .card .card-body0,
  .archive .cards-container .container .row .card .card-body0, .blog .cards-container .container .row .card .card-body0, .post-template-default .cards-container .container .row .card .card-body0 {
    align-items: stretch;
  }
  .page-template-page-projectsearch .cards-container .container .row .card .card-body1,
  .home .cards-container .container .row .card .card-body1, .page-template-default .cards-container .container .row .card .card-body1,
  .post-type-archive .cards-container .container .row .card .card-body1,
  .archive .cards-container .container .row .card .card-body1, .blog .cards-container .container .row .card .card-body1, .post-template-default .cards-container .container .row .card .card-body1 {
    align-items: stretch;
  }
  .page-template-page-projectsearch .cards-container .container .row .card .card-body2,
  .home .cards-container .container .row .card .card-body2, .page-template-default .cards-container .container .row .card .card-body2,
  .post-type-archive .cards-container .container .row .card .card-body2,
  .archive .cards-container .container .row .card .card-body2, .blog .cards-container .container .row .card .card-body2, .post-template-default .cards-container .container .row .card .card-body2 {
    align-items: stretch;
  }
  .page-template-page-projectsearch .cards-container .container .row .card .card-body3,
  .home .cards-container .container .row .card .card-body3, .page-template-default .cards-container .container .row .card .card-body3,
  .post-type-archive .cards-container .container .row .card .card-body3,
  .archive .cards-container .container .row .card .card-body3, .blog .cards-container .container .row .card .card-body3, .post-template-default .cards-container .container .row .card .card-body3 {
    align-items: stretch;
  }
  .page-template-page-projectsearch .cards-container .container .row .card .card-body4,
  .home .cards-container .container .row .card .card-body4, .page-template-default .cards-container .container .row .card .card-body4,
  .post-type-archive .cards-container .container .row .card .card-body4,
  .archive .cards-container .container .row .card .card-body4, .blog .cards-container .container .row .card .card-body4, .post-template-default .cards-container .container .row .card .card-body4 {
    align-items: stretch;
  }
  .page-template-page-councilmembers .content,
  .page-template-page-staff .content {
    max-width: none;
    width: 100%;
  }
  .page-template-page-councilmembers .content img,
  .page-template-page-staff .content img {
    max-width: 200px;
  }
  .page-template-page-councilmembers .content .entry-content-page,
  .page-template-page-staff .content .entry-content-page {
    width: 100%;
  }
  /*Search Form in header*/
  header .search-form input[type=search] {
    background-origin: border-box !important;
  }
  /* PROJECT SEARCH */
  .page-template-page-projectsearch .cards-container .header .grants-title .cards-header {
    margin: 0;
  }
  .page-template-page-projectsearch .cards-container .container .row .card .proj-details {
    justify-content: center;
  }
  .page-template-page-projectsearch .cards-container .container .row .card .proj-details .specifics {
    margin: 0 30px;
  }
  /* Footer */
  footer .footer-detail .menu-footer-menu-container {
    display: flex;
  }
  footer .footer-detail ul {
    padding-left: 0px;
    justify-content: space-around;
  }
  .page-template-page-priority-species-filter .filter__content .cards-container .container .row .card .card-img-top {
    height: 50px;
    object-fit: cover;
    display: block;
    object-fit: cover;
    font-family: 'object-fit: cover';
  }
  .cards-container .container .row .card h3 {
    width: 100%;
  }
  .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%;
    height: 100%;
  }
  .blog .main-content .items-list-container .content, .archive .main-content .items-list-container .content {
    display: block;
    max-width: 100%;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 1600px), (-ms-high-contrast: active) and (min-width: 1600px) {
  .page-template-page-staff .search-filter-results .staff-card .profile-group,
  .page-template-page-councilmembers .search-filter-results .staff-card .profile-group {
    flex: 0 0 24.667%;
  }
  .page-template-page-councilmembers .content .main-content .entry-content-page .staff-card {
    justify-content: flex-start;
  }
  .page-template-page-councilmembers .content .main-content .entry-content-page .staff-card .bio {
    flex: 0 0 47%;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 991px), (-ms-high-contrast: active) and (max-width: 991px) {
  #mega-menu-wrap-primary .mega-menu-toggle {
    display: block;
    padding-right: 20px;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 768px), (-ms-high-contrast: active) and (max-width: 768px) {
  .single-grant .grant-detail-content .grant-content-side {
    align-items: stretch;
  }
  .single-grant .grant-detail-content .grant-content-side .resrcs-wrapper {
    display: -ms-flexbox;
    -ms-flex-direction: column;
    -ms-flex-wrap: wrap;
    width: 100%;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 600px), (-ms-high-contrast: active) and (max-width: 600px) {
  header .second-navbar {
    height: 75px;
  }
  header .navbar {
    padding: 0;
  }
  /* PROJECT SEARCH */
  .page-template-page-projectsearch .cards-container .container .row .card .proj-details {
    justify-content: center;
  }
  .page-template-page-projectsearch .cards-container .container .row .card .proj-details .specifics {
    margin: 0 15px;
  }
}

/* Microsoft Edge*/
@supports (-ms-ime-align: auto) {
  /*Search Form in header*/
  header .search-form input[type=search] {
    background-origin: border-box !important;
  }
}

/* Typography */
html {
  font-size: 1.125rem;
  font-family: "Source Sans Pro", sans-serif;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.3;
  margin: 0;
  text-rendering: optimizeLegibility;
}

button,
input,
select,
optgroup,
textarea {
  color: #111;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  text-rendering: optimizeLegibility;
}

.author-description .author-link,
.comment-metadata,
.comment-reply-link,
.comments-title,
.comment-author .fn,
.discussion-meta-info,
.entry-meta,
.entry-footer,
.main-navigation,
.no-comments,
.not-found .page-title,
.error-404 .page-title,
.post-navigation .post-title,
.page-links,
.page-description,
.pagination .nav-links,
.sticky-post,
.site-title,
.site-info,
#cancel-comment-reply-link,
img:after,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", sans-serif;
}

.main-navigation,
.page-description,
.author-description .author-link,
.not-found .page-title,
.error-404 .page-title,
.post-navigation .post-title,
.pagination .nav-links,
.comments-title,
.comment-author .fn,
.no-comments,
.site-title,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-title {
  font-family: "Source Sans Pro", sans-serif;
}

.site-branding,
.main-navigation ul.main-menu > li,
.social-navigation,
.author-description .author-bio,
.nav-links {
  line-height: 1.25;
}

h1 {
  font-size: 58px;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 58px;
  }
}

.entry-title,
.not-found .page-title,
.error-404 .page-title,
.has-larger-font-size,
h2 {
  font-size: 37px;
}

@media only screen and (min-width: 768px) {
  .entry-title,
  .not-found .page-title,
  .error-404 .page-title,
  .has-larger-font-size,
  h2 {
    font-size: 37px;
  }
}

.has-regular-font-size,
.has-large-font-size,
.comments-title,
h3 {
  font-size: 24px;
}

.site-title,
.site-description,
.main-navigation,
.nav-links,
.page-title,
.page-description,
.comment-author .fn,
.no-comments,
h2.author-title,
p.author-bio,
h4 {
  font-size: 21px;
  color: #2D3434;
}

.pagination .nav-links,
.comment-content,
h5 {
  font-size: 1.11rem;
}

.entry-meta,
.entry-footer,
.discussion-meta-info,
.site-info,
.has-small-font-size,
.comment-reply-link,
.comment-metadata,
.comment-notes,
.sticky-post,
#cancel-comment-reply-link,
img:after,
h6 {
  font-size: 1rem;
}

.site-title,
.page-title {
  font-weight: normal;
}

.page-description,
.page-links a {
  font-weight: bold;
}

.site-description {
  letter-spacing: -0.01em;
}

.post-navigation .post-title,
.entry-title,
.not-found .page-title,
.error-404 .page-title,
.comments-title,
blockquote {
  hyphens: auto;
  word-break: break-word;
}

/* Do not hyphenate entry title on tablet view and bigger. */
@media only screen and (min-width: 768px) {
  .entry-title {
    hyphens: none;
  }
}

p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote cite {
  font-size: 12px;
  font-style: normal;
  font-family: "Source Sans Pro", sans-serif;
}

pre {
  font-size: 14px;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.3;
  overflow: auto;
}

code,
kbd,
tt,
var {
  font-size: 14px;
  font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

a {
  text-decoration: none;
  font-weight: 600;
  color: #2472B2;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: underline;
}

/* Arabic */
html[lang="ar"] .site *,
html[lang="ary"] .site *,
html[lang="azb"] .site *,
html[lang="ckb"] .site *,
html[lang="fa-IR"] .site *,
html[lang="haz"] .site *,
html[lang="ps"] .site * {
  font-family: Tahoma, Arial, sans-serif !important;
}

/* Cyrillic */
html[lang="be"] .site *,
html[lang="bg-BG"] .site *,
html[lang="kk"] .site *,
html[lang="mk-MK"] .site *,
html[lang="mn"] .site *,
html[lang="ru-RU"] .site *,
html[lang="sah"] .site *,
html[lang="sr-RS"] .site *,
html[lang="tt-RU"] .site *,
html[lang="uk"] .site * {
  font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, sans-serif !important;
}

/* Chinese (Hong Kong) */
html[lang="zh-HK"] .site * {
  font-family: -apple-system, BlinkMacSystemFont, 'PingFang HK', 'Helvetica Neue', "Microsoft YaHei New", STHeiti Light, sans-serif !important;
}

/* Chinese (Taiwan) */
html[lang="zh-TW"] .site * {
  font-family: -apple-system, BlinkMacSystemFont, 'PingFang TC', 'Helvetica Neue', "Microsoft YaHei New", STHeiti Light, sans-serif !important;
}

/* Chinese (China) */
html[lang="zh-CN"] .site * {
  font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Helvetica Neue', "Microsoft YaHei New", STHeiti Light, sans-serif !important;
}

/* Devanagari */
html[lang="bn-BD"] .site *,
html[lang="hi-IN"] .site *,
html[lang="mr"] .site *,
html[lang="ne-NP"] .site * {
  font-family: Arial, sans-serif !important;
}

/* Greek */
html[lang="el"] .site * {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

/* Gujarati */
html[lang="gu"] .site * {
  font-family: Arial, sans-serif !important;
}

/* Hebrew */
html[lang="he-IL"] .site * {
  font-family: 'Arial Hebrew', Arial, sans-serif !important;
}

/* Japanese */
html[lang="ja"] .site * {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", Meiryo, "Helvetica Neue", sans-serif !important;
}

/* Korean */
html[lang="ko-KR"] .site * {
  font-family: 'Apple SD Gothic Neo', 'Malgun Gothic', 'Nanum Gothic', Dotum, sans-serif !important;
}

/* Thai */
html[lang="th"] .site * {
  font-family: 'Sukhumvit Set', 'Helvetica Neue', helvetica, arial, sans-serif !important;
}

/* Vietnamese */
html[lang="vi"] .site * {
  font-family: 'Libre Franklin', sans-serif !important;
}

/* Cards */
/* Cards */
.cards-container {
  padding-top: 65px;
  margin-bottom: 95px;
  border-top: 1px solid #DADEDE;
}

.cards-container .header-container {
  border-bottom: none;
  padding-bottom: 0;
  max-width: 1600px;
  margin: 0 auto 51px;
}

.cards-container .header {
  padding: 0 7%;
  text-align: center;
}

.cards-container .header h4 {
  color: #75766E;
}

.cards-container .header .duotone-line {
  margin-bottom: 12px;
}

.cards-container .header .grants-title {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}

.cards-container .header .grants-title div:first-child {
  visibility: hidden;
  margin-right: auto;
}

.cards-container .header .grants-title .cards-header {
  display: flex;
}

.cards-container .header .grants-title div:last-child {
  margin-left: auto;
}

.cards-container .container .row {
  justify-content: center;
  align-items: center;
}

.cards-container .container .row .card {
  max-width: 365px;
  padding: 10px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  margin: 15px;
  border: none;
  color: white;
}

.cards-container .container .row .card .card-img-top {
  height: 20vh;
  object-fit: cover;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}

.cards-container .container .row .card h2 {
  font-family: 'Oswald', sans-serif;
  text-align: center;
  color: #fff;
  font-weight: 600;
  letter-spacing: 3px;
  margin: 0;
  font-size: 28px;
  text-transform: uppercase;
}

.cards-container .container .row .card h3 {
  text-align: center;
}

.cards-container .container .row .card h4 {
  font-size: 19px;
  text-align: center;
  color: white;
  margin: 0.444rem 0 0.833rem 0;
}

.cards-container .container .row .card p {
  font-weight: 400;
  font-size: 16px;
}

.cards-container .container .row .card .proj-details {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.cards-container .container .row .card .proj-details .specifics {
  text-align: center;
}

.cards-container .container .row .card .proj-details .specifics h4 {
  font: 15px 'Oswald', sans-serif;
  opacity: 0.75;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.cards-container .container .row .card .proj-details .specifics p {
  font-weight: 600;
}

.cards-container .container .row .card .card-body0 {
  padding: 20px 23px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  height: 230px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.cards-container .container .row .card .card-body1 {
  padding: 20px 23px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  height: 230px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.cards-container .container .row .card .card-body2 {
  padding: 20px 23px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  height: 230px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.cards-container .container .row .card .card-body3 {
  padding: 20px 23px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  height: 230px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.cards-container .container .row .card .card-body4 {
  padding: 20px 23px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  height: 230px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.cards-container .container .row .card .card-body0 {
  background-color: #003730;
}

.cards-container .container .row .card .card-body1 {
  background-color: #5C6C55;
}

.cards-container .container .row .card .card-body2 {
  background-color: #7A8044;
}

.cards-container .container .row .card .card-body3 {
  background-color: #2D3434;
}

.cards-container .container .row .card .card-body4 {
  background-color: #409EA3;
}

/*RCO Homepage*/
.home .cards-container,
.page-template-page-accomplishments .cards-container,
.page-template-page-events .cards-container {
  border-top: 0px;
}

.home .cards-container .container .row .card h3,
.page-template-page-accomplishments .cards-container .container .row .card h3,
.page-template-page-events .cards-container .container .row .card h3 {
  margin: 0;
}

.home .cards-container .container .row .card .card-body0,
.page-template-page-accomplishments .cards-container .container .row .card .card-body0,
.page-template-page-events .cards-container .container .row .card .card-body0 {
  height: 135px;
}

.home .cards-container .container .row .card .card-body1,
.page-template-page-accomplishments .cards-container .container .row .card .card-body1,
.page-template-page-events .cards-container .container .row .card .card-body1 {
  height: 135px;
}

.home .cards-container .container .row .card .card-body2,
.page-template-page-accomplishments .cards-container .container .row .card .card-body2,
.page-template-page-events .cards-container .container .row .card .card-body2 {
  height: 135px;
}

.home .cards-container .container .row .card .card-body3,
.page-template-page-accomplishments .cards-container .container .row .card .card-body3,
.page-template-page-events .cards-container .container .row .card .card-body3 {
  height: 135px;
}

.home .cards-container .container .row .card .card-body4,
.page-template-page-accomplishments .cards-container .container .row .card .card-body4,
.page-template-page-events .cards-container .container .row .card .card-body4 {
  height: 135px;
}

.small-cards .card-body0 {
  height: 215px;
}

.small-cards .card-body1 {
  height: 215px;
}

.small-cards .card-body2 {
  height: 215px;
}

.small-cards .card-body3 {
  height: 215px;
}

.small-cards .card-body4 {
  height: 215px;
}

.page-template-page-priority-species-filter .cards-container .container .row .card {
  max-width: 257px;
}

.page-template-page-priority-species-filter .cards-container .container .row .card .card-body0 {
  height: 125px;
}

.page-template-page-priority-species-filter .cards-container .container .row .card .card-body1 {
  height: 125px;
}

.page-template-page-priority-species-filter .cards-container .container .row .card .card-body2 {
  height: 125px;
}

.page-template-page-priority-species-filter .cards-container .container .row .card .card-body3 {
  height: 125px;
}

.page-template-page-priority-species-filter .cards-container .container .row .card .card-body4 {
  height: 125px;
}

.page-template-page-priority-species-filter .cards-container .container .row .card .card-img-top {
  height: 10vh;
}

@media (max-width: 1200px) {
  .cards-container {
    padding: 65px 30px;
  }
  .cards-container .container .row .card .card-body0 {
    height: 276px;
  }
  .cards-container .container .row .card .card-body1 {
    height: 276px;
  }
  .cards-container .container .row .card .card-body2 {
    height: 276px;
  }
  .cards-container .container .row .card .card-body3 {
    height: 276px;
  }
  .cards-container .container .row .card .card-body4 {
    height: 276px;
  }
  .cards-container .container .row .small-cards .card-body0 {
    height: 210px;
  }
  .cards-container .container .row .small-cards .card-body1 {
    height: 210px;
  }
  .cards-container .container .row .small-cards .card-body2 {
    height: 210px;
  }
  .cards-container .container .row .small-cards .card-body3 {
    height: 210px;
  }
  .cards-container .container .row .small-cards .card-body4 {
    height: 210px;
  }
}

@media (max-width: 991px) {
  .cards-container .container .row .card .card-body0 {
    height: 210px;
  }
  .cards-container .container .row .card .card-body1 {
    height: 210px;
  }
  .cards-container .container .row .card .card-body2 {
    height: 210px;
  }
  .cards-container .container .row .card .card-body3 {
    height: 210px;
  }
  .cards-container .container .row .card .card-body4 {
    height: 210px;
  }
}

@media (max-width: 768px) {
  .cards-container .container .row .card .card-body0 {
    height: 225px;
  }
  .cards-container .container .row .card .card-body1 {
    height: 225px;
  }
  .cards-container .container .row .card .card-body2 {
    height: 225px;
  }
  .cards-container .container .row .card .card-body3 {
    height: 225px;
  }
  .cards-container .container .row .card .card-body4 {
    height: 225px;
  }
}

@media (max-width: 600px) {
  .cards-container .container .row .card {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
}

@media (max-width: 575px) {
  .cards-container {
    margin-top: 0;
    padding: 60px 30px;
  }
  .cards-container .container .row {
    display: block;
  }
  .cards-container .container .row a.card {
    margin: 15px auto !important;
  }
  .page-template-page-grant-overview div.cards-container {
    margin-top: 0px;
  }
}

@media (max-width: 480px) {
  .cards-container .container .row .card {
    display: block;
  }
}

.staff-card {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  background: #fff;
  padding: 30px 40px 24px 40px;
  border-radius: 7px;
  margin-bottom: 24px;
  box-shadow: 0.5px 1.5px 3px rgba(0, 0, 0, 0.18);
  max-width: 1200px;
}

.staff-card h2, .staff-card h3, .staff-card h4 {
  margin-top: 0;
}

.staff-card h2 {
  font-size: 24px;
  font-weight: bold;
  color: #003730;
  margin-bottom: 4px;
}

.staff-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #5C6C55;
}

.staff-card h4 {
  font: 14px 'Oswald', sans-serif;
  color: #89897D;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 8px;
}

.staff-card a {
  color: #003730;
}

.staff-card .profile-info {
  display: flex;
  display: -ms-flexbox;
}

.staff-card .profile-info img {
  margin-right: 20px;
}

.staff-card .bio {
  margin-top: 15px;
  margin-bottom: 0;
}

.staff-card .contact-info {
  padding-left: 12px;
  padding-right: 12px;
}

.staff-card .contact-info .email,
.staff-card .contact-info .phone-number {
  font-family: 'Oswald', sans-serif;
  color: #003730;
}

.staff-card .contact-info p {
  margin-bottom: 0;
}

.staff-card .contact-info p.location {
  margin-top: 7px;
}

.alpha-jump-menu {
  display: flex;
  justify-content: space-between;
  padding: 0;
  font-weight: 700;
  color: #75766E;
  margin-bottom: 30px;
  max-width: 1175px;
  margin-left: auto;
  margin-right: auto;
}

.alpha-jump-menu a {
  text-decoration: underline;
}

.alpha-jump-menu a:hover, .alpha-jump-menu a:focus {
  text-decoration: none;
}

.page-template-page-councilmembers h2 {
  margin-top: 60px;
}

.page-template-page-councilmembers h2:first-of-type {
  margin-top: 0;
}

@media (min-width: 1600px) {
  .page-template-page-councilmembers .staff-card {
    justify-content: space-between;
  }
  .page-template-page-councilmembers .staff-card .contact-info {
    flex: 0 0 23%;
  }
  .page-template-page-staff .content .side-content,
  .page-template-page-councilmembers .content .side-content {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    padding-right: 51px;
  }
  .page-template-page-staff .content .side-content h1,
  .page-template-page-councilmembers .content .side-content h1 {
    text-align: center;
  }
  .page-template-page-staff .content .staff-card,
  .page-template-page-councilmembers .content .staff-card {
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-staff .content .staff-card .profile-info,
  .page-template-page-councilmembers .content .staff-card .profile-info {
    display: block !important;
    flex: 0 0 22%;
  }
  .page-template-page-staff .content .staff-card .profile-group,
  .page-template-page-councilmembers .content .staff-card .profile-group {
    flex: 0 0 22%;
  }
  .page-template-page-staff .content .staff-card .profile-group .contact-info,
  .page-template-page-councilmembers .content .staff-card .profile-group .contact-info {
    display: block !important;
    margin-left: 0 !important;
  }
  .page-template-page-staff .content .staff-card .bio,
  .page-template-page-councilmembers .content .staff-card .bio {
    flex: 0 0 50%;
  }
  .page-template-page-staff .content .staff-card .profile-info, .page-template-page-staff .content .staff-card .profile-group, .page-template-page-staff .content .staff-card .bio,
  .page-template-page-councilmembers .content .staff-card .profile-info,
  .page-template-page-councilmembers .content .staff-card .profile-group,
  .page-template-page-councilmembers .content .staff-card .bio {
    padding: 0 12px;
  }
}

@media (max-width: 1600px) {
  .page-template-page-staff .staff-card .profile-info,
  .page-template-page-councilmembers .staff-card .profile-info {
    flex: 0 0 25%;
    align-items: center;
    margin-right: 15px;
  }
}

@media (max-width: 1400px) {
  .page-template-page-staff .content .side-content, .page-template-page-councilmembers .content .side-content {
    padding: 27px;
  }
  .page-template-page-staff .content .side-content ul .sf-field-post-meta-application_due_date_main ul li .sf-datepicker, .page-template-page-councilmembers .content .side-content ul .sf-field-post-meta-application_due_date_main ul li .sf-datepicker {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .page-template-page-staff .content .side-content, .page-template-page-councilmembers .content .side-content {
    padding: 27px;
  }
  .page-template-page-staff .content .side-content ul .sf-field-post-meta-application_due_date_main ul li, .page-template-page-councilmembers .content .side-content ul .sf-field-post-meta-application_due_date_main ul li {
    display: block;
  }
  .page-template-page-staff .content .side-content ul .sf-field-post-meta-application_due_date_main ul li span, .page-template-page-councilmembers .content .side-content ul .sf-field-post-meta-application_due_date_main ul li span {
    display: block;
    margin-bottom: 4px;
  }
  .page-template-page-staff .content .side-content ul .sf-field-post-meta-application_due_date_main ul li label, .page-template-page-councilmembers .content .side-content ul .sf-field-post-meta-application_due_date_main ul li label {
    display: block;
  }
  .page-template-page-staff .content .side-content .sf-field-sort_order, .page-template-page-councilmembers .content .side-content .sf-field-sort_order {
    display: block;
  }
  .page-template-page-staff .content .main-content, .page-template-page-councilmembers .content .main-content {
    padding-right: 51px;
  }
}

@media (max-width: 991px) {
  .side-filters {
    display: none;
  }
  .page-template-page-staff .filter-wrapper .filter-content,
  .page-template-page-councilmembers .filter-wrapper .filter-content {
    float: none;
    width: 100%;
    padding-right: 41px;
  }
}

@media (max-width: 768px) {
  .page-template-page-staff .content .side-content h1, .page-template-page-councilmembers .content .side-content h1 {
    text-align: center;
  }
  .page-template-page-staff .content .main-content, .page-template-page-councilmembers .content .main-content {
    padding-left: 0px;
    padding-right: 0px;
  }
  .page-template-page-staff .content .main-content .entry-content-page, .page-template-page-councilmembers .content .main-content .entry-content-page {
    padding: 30px;
  }
  .page-template-page-staff .alpha-jump-menu, .page-template-page-councilmembers .alpha-jump-menu {
    display: none;
  }
}

@media (max-width: 575px) {
  .page-template-page-grant-filter .filter-wrapper .content,
  .page-template-page-grants-managers .filter-wrapper .content,
  .page-template-page-staff .filter-wrapper .content, .page-template-page-councilmembers .filter-wrapper .content {
    padding: 20px;
  }
  .page-template-page-grant-filter .filter-wrapper .content .grant-card-wide,
  .page-template-page-grants-managers .filter-wrapper .content .grant-card-wide,
  .page-template-page-staff .filter-wrapper .content .grant-card-wide, .page-template-page-councilmembers .filter-wrapper .content .grant-card-wide {
    padding: 20px;
  }
  .page-template-page-grant-filter .filter-wrapper .content .grant-card-wide .grant-org, .page-template-page-grant-filter .filter-wrapper .content .grant-card-wide .grant-stats-wide,
  .page-template-page-grants-managers .filter-wrapper .content .grant-card-wide .grant-org,
  .page-template-page-grants-managers .filter-wrapper .content .grant-card-wide .grant-stats-wide,
  .page-template-page-staff .filter-wrapper .content .grant-card-wide .grant-org,
  .page-template-page-staff .filter-wrapper .content .grant-card-wide .grant-stats-wide, .page-template-page-councilmembers .filter-wrapper .content .grant-card-wide .grant-org, .page-template-page-councilmembers .filter-wrapper .content .grant-card-wide .grant-stats-wide {
    width: 100%;
  }
  .page-template-page-grant-filter .staff-card,
  .page-template-page-grants-managers .staff-card,
  .page-template-page-staff .staff-card, .page-template-page-councilmembers .staff-card {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-template-page-grant-filter .staff-card .profile-info,
  .page-template-page-grants-managers .staff-card .profile-info,
  .page-template-page-staff .staff-card .profile-info, .page-template-page-councilmembers .staff-card .profile-info {
    display: block;
    width: 100%;
    text-align: center;
  }
  .page-template-page-grant-filter .staff-card .profile-info img,
  .page-template-page-grants-managers .staff-card .profile-info img,
  .page-template-page-staff .staff-card .profile-info img, .page-template-page-councilmembers .staff-card .profile-info img {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

/* Elements */
html {
  box-sizing: border-box;
  height: 100vh;
  margin: 0 !important;
  overflow-x: hidden;
}

::-moz-selection {
  background-color: #bfdcea;
}

::selection {
  background-color: #bfdcea;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background-color: #fff;
  min-height: 100vh;
  overflow-x: hidden;
}

a {
  transition: color 110ms ease-in-out;
  color: #0073aa;
}

.cross-out {
  text-decoration: line-through;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 1rem 0;
}

h2 {
  color: #003730;
}

hr {
  background-color: #767676;
  border: 0;
  height: 2px;
}

ul {
  list-style: none;
}

ul ul {
  list-style-type: none;
}

ol, li {
  list-style: none;
}

li {
  line-height: 1.3;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1rem 1rem;
}

ul.meeting-lists li,
ul.list-unstyled li {
  list-style-type: none;
}

img {
  height: auto;
  max-width: 100%;
  position: relative;
}

@media (max-width: 768px) {
  img {
    max-width: none;
  }
}

figure {
  margin: 0;
}

blockquote {
  border-left: 2px solid #0073aa;
  margin-left: 0;
  padding: 0 0 0 1rem;
}

blockquote > p {
  margin: 0 0 1rem;
}

blockquote cite {
  color: #767676;
}

/* Decorative Header Element */
.duotone-line {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  margin-bottom: -12px;
}

/* Equal Width Div Containers */
.split-container {
  display: -ms-flexbox;
  display: flex;
}

.split-container .split {
  width: 50%;
  padding: 60px 80px;
}

.split-container .split a {
  margin-top: 25px;
}

.split-container .split-tan {
  background-color: #FAF9F0;
}

table {
  margin: 0 0 1rem;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 52px;
  border-bottom: 1px solid #E0E0D0;
}

table td,
table th {
  padding: 0.8em;
  word-break: normal;
}

table th {
  background: #2B5050;
  color: #fff;
  font-size: .9444rem;
  font-weight: 600;
}

table td {
  border-right: 1px solid #E0E0D0;
  border-left: 1px solid #E0E0D0;
  word-break: normal;
}

table td p {
  color: #2D3434;
}

table ul {
  margin-bottom: 0;
}

.striped-rows tr th {
  background: #2B5050;
  color: #fff;
  font-size: .9444rem;
  font-weight: 600;
}

.striped-rows tr th td {
  border: 1px solid #2B5050;
}

.striped-rows tr:nth-child(even) {
  background: #FAF9F0;
}

.striped-rows ul {
  padding-left: 0px;
}

ul {
  list-style: none;
}

ul ul {
  list-style-type: none;
}

ol, li {
  list-style: none;
}

li {
  line-height: 1.3;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1rem 1rem;
}

ul.meeting-lists li,
ul.list-unstyled li {
  list-style-type: none;
}

/* Icons with Cropped Circular Background */
.items-list-container {
  margin: 0 auto;
  padding: 20px;
  max-width: 950px;
  background-color: #F7F7F7;
  border-radius: 6px;
  margin-bottom: 22px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  align-items: center;
  box-shadow: 0.25px 1px 3px rgba(0, 0, 0, 0.18);
}

.items-list-container .content {
  display: flex;
  flex-direction: column;
}

.items-list-container .icon-wrapper {
  margin-right: 21px;
  position: relative;
}

.items-list-container .icon-wrapper__icon {
  background: #EFEFEF;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

.items-list-container .icon-wrapper__icon i {
  color: #485859;
}

.translate-btn-wrapper {
  margin-bottom: 7px;
  position: relative;
}

.translate-btn-wrapper .translate-btn {
  padding: 0;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.translate-btn-wrapper .translate-btn:focus {
  outline: none;
}

.translate-btn-wrapper #gtranslate_selector {
  max-width: 24px;
  opacity: 0;
  background: #7e7e7e;
}

.translate-btn-wrapper #gtranslate_selector option {
  background: #7e7e7e;
  font-size: 14px;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .translate-btn-wrapper {
    margin-right: 20px;
  }
}

/* Buttons  */
.button,
button,
.btn,
.btn-primary,
input[type="button"],
input[type="reset"],
input[type="submit"], .caldera-grid form .btn {
  transition: background 150ms ease-in-out;
  background: #39896C;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  outline: none;
  padding: 14px 18px;
  text-decoration: none;
  vertical-align: bottom;
}

.button:hover, .button:focus,
button:hover,
button:focus,
.btn:hover,
.btn:focus,
.btn-primary:hover,
.btn-primary:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus, .caldera-grid form .btn:hover, .caldera-grid form .btn:focus {
  color: white;
  background: #519CDB;
  cursor: pointer;
}

.button:visited,
button:visited,
.btn:visited,
.btn-primary:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited, .caldera-grid form .btn:visited {
  color: #fff;
}

.btn-primary, .caldera-grid form .btn-default {
  transition: background 150ms ease-in-out;
  color: white;
  background: #39896C;
  font: 1rem "Source Sans Pro", sans-serif;
  font-weight: 600;
  padding: 12px 20px 12px 18px;
}

.btn-primary:hover, .btn-primary:focus, .caldera-grid form .btn-default:hover, .caldera-grid form .btn-default:focus {
  color: white;
  background: #519CDB;
  cursor: pointer;
}

.btn-primary:visited, .caldera-grid form .btn-default:visited {
  color: #fff;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
  outline: none;
  padding: 0.36rem 0.66rem;
  outline-offset: 0;
}

.caldera-grid label {
  color: #003730;
}

.caldera-grid .checkbox input[type="checkbox"], .caldera-grid .checkbox-inline input[type="checkbox"], .caldera-grid .radio input[type="radio"], .caldera-grid .radio-inline input[type="radio"] {
  margin-right: 5px;
}

.caldera-grid form .form-control {
  height: 50px;
  border-color: #E0E0D0;
  border-radius: 4px;
  box-shadow: none;
}

.caldera-grid form .form-control, .caldera-grid form output {
  font-size: 18px;
  color: #5C6C55;
}

.caldera-grid .row {
  width: 100%;
}

.newsletter-signup {
  width: 100%;
}

.caldera-grid .thisisaspace p {
  margin-bottom: 1.5rem;
}

input[type="submit"], .caldera-grid .footer-btn form .btn {
  background-color: #BABE56;
  color: #2B5050;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
  height: calc( 1.5em + .75em + 10px);
  padding: .375rem 1.75rem;
}

input[type="submit"], .caldera-grid {
  font-weight: 700;
}

.caldera-grid p {
  color: #CACAB5;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

.caldera-grid .footer-form-group label {
  color: #CACAB5;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: .5rem;
}

@media (max-width: 991px) {
  #iframe {
    width: 100%;
  }
}

/* Navigation */
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
header a {
  transition: color 110ms ease-in-out;
  color: #0073aa;
  text-decoration: none;
}

header a:visited {
  color: #0073aa;
}

header a:hover, header a:active {
  color: #005177;
  outline: 0;
  text-decoration: none;
}

header a:focus {
  outline: thin dotted;
  text-decoration: underline;
}

.icon-link-small {
  color: #485859;
  text-decoration: none;
}

.icon-link-small i {
  color: #AED416;
  margin-right: 5px;
}

.icon-link-small:hover, .icon-link-small:focus {
  color: #519CDB;
}

.icon-link-small:hover i, .icon-link-small:focus i {
  color: #519CDB;
}

/* Blue Underlined Links */
.link-wrapper {
  display: flex;
  display: -ms-flexbox;
  margin-bottom: 15px;
  flex-wrap: wrap;
  align-items: baseline;
}

.link-wrapper .target-link {
  text-decoration: underline;
  font-weight: 700;
  line-height: 23px;
}

.link-wrapper .target-link:hover {
  color: #24787D;
}

.link-wrapper span {
  font-size: 15px;
  color: #5C6C55;
  font-weight: 400;
  text-decoration: none;
  margin-left: 9px;
}

/* Links with Double Chevron Icon */
.go-to-link {
  color: #485859;
  font-weight: 700;
}

.go-to-link i {
  color: #AED416;
  margin-left: 4px;
}

.go-to-link:hover {
  color: #519CDB;
}

.go-to-link:hover i {
  color: #519CDB;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Mega Menu Overrides */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
  position: fixed;
  margin-top: 7px;
  width: 100vw;
}

@media (max-width: 1100px) {
  .navbar .container .navbar-brand #logo {
    width: 190px;
    height: auto;
  }
}

@media (min-width: 1101px) {
  .navbar .container .navbar-brand #logo {
    width: 260px;
    height: auto;
  }
}

@media (min-width: 992px) {
  .navbar.sticky .container #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children a.mega-menu-link {
    color: #485859;
  }
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children a.mega-menu-link {
  font-size: 1.25rem;
  font-weight: 600;
  margin-right: 35px;
}

@media (min-width: 992px) and (max-width: 1209px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children a.mega-menu-link {
    margin-right: 7px;
  }
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children a.mega-menu-link:hover {
  background: transparent;
  font-weight: 600;
  cursor: pointer;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children a.mega-menu-link:last-child {
  margin-right: 0px;
}

@media (min-width: 992px) and (max-width: 1209px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children a.mega-menu-link:last-child {
    margin-right: 0px !important;
  }
}

.navbar.sticky .container #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-current-menu-ancestor a.mega-menu-link {
  border-bottom: 3px solid #485859;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:after {
  margin: 0 20px 0 5px;
  font-size: 35px;
}

.navbar.navbar-expand-lg.second-navbar-sticky #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:after {
  color: #000;
}

#mega-menu-wrap-primary {
  background: transparent;
}

#mega-menu-wrap-primary #mega-menu-primary img {
  width: 100%;
}

#mega-menu-wrap-primary #mega-menu-primary p {
  font-style: italic;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children a.mega-menu-link {
  font-size: 1.25rem;
  font-weight: 600;
  margin-right: 35px;
}

@media (min-width: 992px) and (max-width: 1209px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children a.mega-menu-link {
    margin-right: 7px;
  }
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children a.mega-menu-link:hover {
  background: transparent;
  font-weight: 600;
  cursor: pointer;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children a.mega-menu-link:last-child {
  margin-right: 0px;
}

@media (min-width: 992px) and (max-width: 1209px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children a.mega-menu-link:last-child {
    margin-right: 0px !important;
  }
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children ul.mega-sub-menu li.widget_custom_html {
  padding: 0 !important;
  margin-left: -10px;
  border-bottom: 1px solid #E0E0D0;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children ul.mega-sub-menu li.widget_custom_html .custom-html-widget {
  padding: 0 0 2px 11px;
  width: 302px;
  color: #000;
  font-size: 21px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children ul.mega-sub-menu li.widget_custom_html .custom-html-widget::after {
  display: inline-block;
  content: '\f105';
  font-family: 'Font Awesome\ 5 Free';
  font-size: 25px;
  color: #E3AE26;
  margin-left: 6px;
  position: absolute;
  top: -4px;
  font-weight: 600;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children ul.mega-sub-menu li.widget_custom_html .custom-html-widget:hover {
  cursor: pointer;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children ul.mega-sub-menu li.widget_custom_html .custom-html-widget:hover::after {
  color: #519CDB;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children ul.mega-sub-menu {
  background: #F7F7F7;
  padding: 30px 60px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu {
  display: flex;
  justify-content: center;
  float: unset;
  padding: 0;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu li.mega-menu-column ul.mega-sub-menu {
  flex-direction: column;
  padding: 0;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu li.mega-menu-column ul.mega-sub-menu li.mega-menu-item {
  margin-right: auto;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu li.mega-menu-column ul.mega-sub-menu li.mega-menu-item ul {
  padding: 0;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu li.mega-menu-column ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
  padding-left: 0.625rem;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu li.mega-menu-column ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link:hover {
  color: #519CDB;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu .has-bg ul.mega-sub-menu li.mega-menu-item {
  background: #EFEFEF;
  border-radius: 6px;
  margin-top: 10px;
  margin-right: 24px;
  width: 90%;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu .has-bg ul.mega-sub-menu li.mega-menu-item:hover {
  background: #519CDB;
  cursor: pointer;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu .has-bg ul.mega-sub-menu li.mega-menu-item:hover > a.mega-menu-link {
  color: #fff !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu .has-bg ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #2D3434;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu .hover ul.mega-sub-menu li.mega-menu-item {
  padding: 11px 13px;
  margin-right: 0;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu .hover ul.mega-sub-menu li.mega-menu-item:hover a.mega-menu-link {
  color: #fff;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu .hover ul.mega-sub-menu li.mega-menu-item:hover a.mega-menu-link::after {
  color: #fff;
  justify-content: flex-end;
  bottom: initial;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu .hover ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  font-size: 18px;
  font-weight: 700;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu .hover ul.mega-sub-menu li.mega-menu-item a.mega-menu-link::after {
  display: inline-flex;
  content: '\f105';
  font-family: 'Font Awesome\ 5 Free';
  font-size: 25px;
  color: #2D3434;
  position: absolute;
  right: 0;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu .hover ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
  color: #fff;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu .image-col ul.mega-sub-menu li {
  padding: 0 15px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu .image-col ul.mega-sub-menu li img {
  width: 100% !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu .image-col ul.mega-sub-menu li .textwidget {
  padding: 3px 8px;
  font-style: italic;
  color: #75766E;
  line-height: 21px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu .image-col ul.mega-sub-menu li a.mega-menu-link {
  text-transform: capitalize;
  color: #000;
  font-size: 21px;
  border-bottom: 1px solid #E0E0D0;
  padding: 3px 8px;
  padding-left: 10px;
  margin-top: 5px;
  margin-left: -2px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu .image-col ul.mega-sub-menu li a.mega-menu-link::after {
  display: inline-block;
  content: '\f105';
  font-family: 'Font Awesome\ 5 Free';
  font-size: 25px;
  color: #E3AE26;
  margin-left: 6px;
  position: absolute;
  top: 0px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu .image-col ul.mega-sub-menu li a.mega-menu-link:hover::after {
  color: #519CDB;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu .item-col ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  border-bottom: 1px solid #E0E0D0;
  width: 100%;
  text-transform: capitalize;
  color: #000;
  font-size: 21px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu .item-col ul.mega-sub-menu li.mega-menu-item a.mega-menu-link::after {
  display: inline-block;
  content: '\f105';
  font-family: 'Font Awesome\ 5 Free';
  font-size: 25px;
  color: #E3AE26;
  margin-left: 6px;
  position: absolute;
  top: -3px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu .item-col ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover::after {
  color: #519CDB;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu .item-col ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li a {
  font-size: 19px;
  color: #2D3434;
  border-bottom: 0px;
  font-weight: 600;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu .item-col ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li a:hover {
  color: #519CDB;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu .item-col ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li a::after {
  display: none;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu .feature ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
  border-bottom: 0px;
  text-align: center;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu .campaigns ul.mega-sub-menu li.mega-menu-item {
  margin-left: auto;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
  background: transparent;
  font-weight: 600;
  border-bottom: 3px solid white;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1222 ul #mega-menu-1222-0 ul #mega-menu-1222-0-1 ul li.widget_custom_html {
  background: transparent;
  border-bottom: 1px solid #E0E0D0;
  padding: 0;
  border-radius: 0;
  font-size: 21px;
  font-weight: 700;
  color: #000;
  margin-left: 0px;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1222 ul #mega-menu-1222-0 ul #mega-menu-1222-0-1 ul li.widget_custom_html .textwidget {
  margin-left: 0.625rem;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1222 ul #mega-menu-1222-0 ul #mega-menu-1222-0-1 ul li.widget_custom_html .textwidget a {
  color: #000;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1222 ul #mega-menu-1222-0 ul #mega-menu-1222-0-1 ul li.widget_custom_html .textwidget:hover a {
  color: #519CDB;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1222 ul #mega-menu-1222-0 ul #mega-menu-1222-0-1 ul li.widget_custom_html .textwidget:hover a:after {
  color: #519CDB;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1238 ul li#mega-menu-1238-0 ul .has-bg ul #mega-menu-item-custom_html-6 {
  background: transparent;
  border-bottom: 1px solid #E0E0D0;
  padding: 0;
  border-radius: 0;
  font-size: 21px;
  font-weight: 700;
  color: #000;
  margin-left: 0px;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1238 ul li#mega-menu-1238-0 ul .has-bg ul #mega-menu-item-custom_html-6 .textwidget {
  margin-left: 0.625rem;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1238 ul li#mega-menu-1238-0 ul .has-bg ul #mega-menu-item-custom_html-6 .textwidget a {
  color: #000;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1238 ul li#mega-menu-1238-0 ul .has-bg ul #mega-menu-item-custom_html-6 .textwidget:hover a {
  color: #519CDB;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1238 ul li#mega-menu-1238-0 ul .has-bg ul #mega-menu-item-custom_html-6 .textwidget:hover a:after {
  color: #519CDB;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1238 ul li#mega-menu-1238-0 ul .has-bg ul #mega-menu-item-custom_html-6 .textwidget p {
  margin-bottom: 0px;
  font-style: normal;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1238 ul li#mega-menu-1238-0 ul .has-bg ul #mega-menu-item-custom_html-6 .textwidget p::after {
  display: inline-block;
  content: '\f105';
  font-family: 'Font Awesome\ 5 Free';
  font-size: 25px;
  color: #E3AE26;
  margin-left: 6px;
  position: absolute;
  top: -3px;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1238 ul li#mega-menu-1238-0 ul .has-bg ul li.mega-menu-item-type-post_type > a:hover {
  color: #fff;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1238 ul li#mega-menu-1238-0 ul #mega-menu-1238-0-1 ul li#mega-menu-item-1235,
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1238 ul li#mega-menu-1238-0 ul #mega-menu-1238-0-1 ul li#mega-menu-item-7720,
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1238 ul li#mega-menu-1238-0 ul #mega-menu-1238-0-1 ul li#mega-menu-item-1236 {
  padding-bottom: 5px;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1238 ul li#mega-menu-1238-0 ul #mega-menu-1238-0-1 ul li.mega-menu-item-type-widget {
  padding-top: 0px;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1238 ul li#mega-menu-1238-0 ul #mega-menu-1238-0-2 ul li#mega-menu-item-9114,
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1238 ul li#mega-menu-1238-0 ul #mega-menu-1238-0-2 ul li#mega-menu-item-9107 {
  padding-bottom: 5px;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1238 ul li#mega-menu-1238-0 ul #mega-menu-1238-0-2 ul li.mega-menu-item-type-widget {
  padding-top: 0px;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1238 ul li#mega-menu-1238-0 ul #mega-menu-1238-0-2 ul li#mega-menu-item-1237 a.mega-menu-link {
  border-bottom: 0px;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1522 ul li#mega-menu-1522-0 ul li#mega-menu-1522-0-0 ul li#mega-menu-item-1240 {
  padding-top: 0px;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1522 ul li#mega-menu-1522-0 ul li#mega-menu-1522-0-0 ul li#mega-menu-item-1240 a {
  border-bottom: 0px;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  color: #000;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1522 ul li#mega-menu-1522-0 ul li#mega-menu-1522-0-0 ul li#mega-menu-item-1240 a::after {
  display: inline-block;
  content: '\f105';
  font-family: 'Font Awesome\ 5 Free';
  font-size: 25px;
  color: #E3AE26;
  margin-left: 6px;
  position: absolute;
  top: -3px;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1522 ul li#mega-menu-1522-0 ul li#mega-menu-1522-0-0 ul li#mega-menu-item-1240 a:hover {
  color: #519CDB;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1522 ul li#mega-menu-1522-0 ul li#mega-menu-1522-0-0 ul li#mega-menu-item-1240 a:hover::after {
  color: #519CDB;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1261 ul li ul li#mega-menu-1261-0-1 ul li ul li > a {
  width: initial;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1261 ul li ul li#mega-menu-1261-0-2 ul li#mega-menu-item-1259,
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1261 ul li ul li#mega-menu-1261-0-2 ul li#mega-menu-item-1260 {
  padding-bottom: 5px;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1261 ul li ul li#mega-menu-1261-0-2 ul li.widget_text {
  padding-top: 0px;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1521 a.mega-menu-link {
  margin-right: 0px;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1521 ul li ul #mega-menu-724-0-0 {
  margin-left: auto;
  margin-right: auto;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1521 ul li ul #mega-menu-724-0-1 {
  margin-left: auto;
  margin-right: auto;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1521 ul li ul #mega-menu-724-0-1 ul li a {
  border-bottom: 1px solid #E0E0D0;
  width: 260px;
  text-transform: capitalize;
  color: #000;
  font-size: 21px;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1521 ul li ul #mega-menu-724-0-1 ul li a::after {
  display: inline-block;
  content: '\f105';
  font-family: 'Font Awesome\ 5 Free';
  font-size: 25px;
  color: #E3AE26;
  margin-left: 6px;
  position: absolute;
  top: -3px;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1521 ul li ul #mega-menu-724-0-1 ul li a:hover::after {
  color: #519CDB;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1521 ul li ul #mega-menu-724-0-1 ul li ul {
  justify-content: initial;
  flex-direction: column;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1521 ul li ul #mega-menu-724-0-1 ul li ul li {
  background: #EFEFEF;
  border-radius: 6px;
  margin-top: 10px;
  width: 260px;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1521 ul li ul #mega-menu-724-0-1 ul li ul li:hover {
  background: #519CDB;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1521 ul li ul #mega-menu-724-0-1 ul li ul li a.mega-menu-link {
  padding: 15px;
  font-size: 18px;
  color: #2D3434;
  font-weight: 600;
  display: flex;
  display: -ms-flexbox;
  align-items: baseline;
  border-bottom: 0px;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1521 ul li ul #mega-menu-724-0-1 ul li ul li a.mega-menu-link:hover {
  color: #fff;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1521 ul li ul #mega-menu-724-0-1 ul li ul li a.mega-menu-link:hover::before {
  color: #fff;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1521 ul li ul #mega-menu-724-0-1 ul li ul li a.mega-menu-link::before {
  margin-right: 10px;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1521 ul li ul #mega-menu-724-0-1 ul li ul li a.mega-menu-link::after {
  display: none;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu .item-col ul.mega-sub-menu li.mega-menu-item a.mega-menu-link::after {
  top: 50%;
  transform: translateY(-50%);
}

#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-1222-0-1 ul.mega-sub-menu li.mega-menu-item-type-custom a.mega-menu-link {
  font-size: 17px;
  border: none;
  width: 100%;
}

#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-1222-0-1 ul.mega-sub-menu li.mega-menu-item-type-custom a.mega-menu-link:after {
  color: #2D3434;
  top: 50%;
  transform: translateY(-50%);
}

#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-1222-0-1 ul.mega-sub-menu li.mega-menu-item-type-custom a.mega-menu-link:hover::after {
  color: #E3AE26;
}

@media (max-width: 991px) {
  #mega-menu-wrap-primary .mega-menu-toggle {
    background: transparent;
  }
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:after {
    margin-right: 0px;
  }
  #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #4A5C41;
  }
  #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    overflow-y: auto;
    max-height: 100vh;
    -webkit-overflow-scrolling: touch;
  }
  #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary li a.mega-menu-link {
    margin-right: 0px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    width: 100%;
    background: #2D3434;
    font-weight: 600;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link span.mega-indicator::after {
    content: '\f077';
    font-family: 'Font Awesome\ 5 Free';
    font-size: 1.25rem;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link {
    padding-left: 30px;
    padding-right: 30px;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after {
    content: '\f078';
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
    border-bottom: 0px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-toggle-on {
    background: transparent;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-toggle-on a {
    background: transparent;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-toggle-on > ul.mega-sub-menu {
    left: 0;
    position: initial;
    overflow-y: scroll;
    padding: 30px 20px;
  }
}

@media (max-width: 991px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-toggle-on ul.mega-sub-menu {
    margin-top: 0px;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-toggle-on ul.mega-sub-menu #mega-menu-724-0-1 ul li a.mega-menu-link {
    margin: auto;
    font-size: 20px !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-toggle-on ul.mega-sub-menu #mega-menu-724-0-1 ul li ul {
    justify-content: center !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-toggle-on ul.mega-sub-menu li#mega-menu-1222-0 ul li#mega-menu-1222-0-1 ul.mega-sub-menu li#mega-menu-item-1223 {
    width: initial;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-toggle-on ul.mega-sub-menu li#mega-menu-1238-0 ul li#mega-menu-1238-0-2 ul li#mega-menu-item-1237 a {
    text-align: initial;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-toggle-on ul.mega-sub-menu li#mega-menu-1261-0 ul li#mega-menu-1261-0-1 ul li ul {
    margin-left: auto;
    margin-right: auto;
    max-width: 365px;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-toggle-on ul.mega-sub-menu li#mega-menu-1261-0 ul li#mega-menu-1261-0-1 ul li ul li {
    margin-left: initial;
    margin-bottom: 10px;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-toggle-on ul.mega-sub-menu li#mega-menu-1261-0 ul li#mega-menu-1261-0-1 ul li ul li > a {
    line-height: 24px;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-toggle-on ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu {
    flex-direction: column;
    align-items: center;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-toggle-on ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu .has-bg,
  #mega-menu-wrap-primary #mega-menu-primary li.mega-toggle-on ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu .item-col,
  #mega-menu-wrap-primary #mega-menu-primary li.mega-toggle-on ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu .image-col {
    margin-bottom: 20px;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-toggle-on ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu li.mega-menu-column ul.mega-sub-menu li.mega-menu-item {
    margin-left: auto;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-toggle-on ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu li.mega-menu-column ul.mega-sub-menu li.widget_text {
    padding-left: 0;
    padding-right: 0;
    width: 260px;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-toggle-on ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu .item-col ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    margin: 0 auto;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-toggle-on ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu .image-col ul.mega-sub-menu li {
    width: 310px;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-toggle-on ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu .image-col ul.mega-sub-menu li img {
    display: none;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-toggle-on ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu .image-col ul.mega-sub-menu li a.mega-menu-link {
    font-size: 20px;
  }
}

/* Menu animation */
@keyframes slide_in_right {
  100% {
    transform: translateX(0%);
  }
}

@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 991px) {
  #mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1222 ul #mega-menu-1222-0 ul #mega-menu-1222-0-1 ul li.widget_custom_html {
    margin: 0 auto;
    padding: 0 15px !important;
    border-bottom: none;
  }
  #mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1222 ul #mega-menu-1222-0 ul #mega-menu-1222-0-1 ul li.widget_custom_html .textwidget.custom-html-widget {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #E0E0D0;
  }
  #mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1222 ul #mega-menu-1222-0 ul #mega-menu-1222-0-1 ul li.widget_custom_html .textwidget.custom-html-widget a {
    padding-left: 0.625rem;
  }
  #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-756 > a.mega-menu-link {
    width: auto;
  }
  #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-756 ul.mega-sub-menu {
    display: block;
  }
  #mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1521 a.mega-menu-link {
    width: auto;
  }
  #mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1521 a.mega-menu-link {
    margin: 0;
  }
  #mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1238 ul li#mega-menu-1238-0 ul #mega-menu-1238-0-2 ul li#mega-menu-item-1237 a.mega-menu-link {
    padding-left: 0.625rem;
    margin: 0 auto;
    border-bottom: 1px solid #E0E0D0;
    width: 260px;
  }
  #mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1238 ul li#mega-menu-1238-0 ul .has-bg ul #mega-menu-item-custom_html-6 {
    margin: 0 auto;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-toggle-on ul.mega-sub-menu li#mega-menu-1261-0 ul li#mega-menu-1261-0-1 ul li ul {
    max-width: 260px;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-toggle-on ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu li.mega-menu-column ul.mega-sub-menu li.mega-menu-item {
    max-width: 260px;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-toggle-on ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu li.mega-menu-column ul.mega-sub-menu li.mega-menu-item-756 {
    max-width: 260px;
  }
  #mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1261 ul li ul li#mega-menu-1261-0-2 ul li.widget_text {
    padding: 10px 15px 15px;
  }
  #mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1261 ul li ul li#mega-menu-1261-0-2 ul li.widget_text p {
    padding-left: 0.625rem;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-toggle-on ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu li.mega-menu-column ul.mega-sub-menu li.mega-menu-item-1252 a.mega-menu-link {
    margin-bottom: 15px;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu li.mega-menu-column ul.mega-sub-menu li.mega-menu-item-1247 > a.mega-menu-link {
    margin-bottom: 15px;
  }
  #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-756 > a.mega-menu-link {
    margin-bottom: 15px;
  }
}

/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments */
.alignLeft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
  .alignLeft {
    /*rtl:ignore*/
    margin-right: calc(2 * 1rem);
  }
}

.alignRight {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1rem;
}

@media only screen and (min-width: 768px) {
  .alignRight {
    /*rtl:ignore*/
    margin-left: calc(2 * 1rem);
  }
}

.alignCenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Clearings */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* Layout */
/** === Layout === */
#page {
  width: 100%;
}

.site-content {
  overflow: hidden;
}

.container {
  max-width: 1440px;
}

/** === Sub Page Layout === */
.hero-sub {
  height: 310px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.hero-sub:before {
  display: block;
  content: "";
  background-color: #2C2E26;
  opacity: .5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.content {
  display: flex;
  display: -ms-flexbox;
  padding: 44px 30px 100px;
  max-width: 1440px;
  margin: 0 auto;
}

.content .main-content,
.content .side-content {
  padding: 0 20px;
}

.content .main-content {
  width: 70%;
}

.content .side-content {
  width: 30%;
  background-color: #FAF9F0;
}

.content .side-content h3 {
  margin-bottom: 10px;
}

.content .side-content .details {
  font-weight: 700;
}

.content .side-content .details p {
  color: #485859;
  margin-bottom: 0.625rem;
}

.content .side-content .details p span {
  color: #24787D;
}

.content .side-content .details ul li {
  color: #485859;
}

.page-template-default .page-header,
.page-template-page-councilmeeting .page-header,
.post-type-archive .page-header,
.page-template-page-councilmembers .page-header,
.archive .page-header, .blog .page-header, .post-template-default .page-header, .page-template .page-header {
  border-bottom: 1px solid #DADEDE;
}

.page-template-default .page-header h1,
.page-template-page-councilmeeting .page-header h1,
.post-type-archive .page-header h1,
.page-template-page-councilmembers .page-header h1,
.archive .page-header h1, .blog .page-header h1, .post-template-default .page-header h1, .page-template .page-header h1 {
  text-align: center;
  margin-bottom: 50px;
}

.page-template-default .content,
.page-template-page-councilmeeting .content,
.post-type-archive .content,
.page-template-page-councilmembers .content,
.archive .content, .blog .content, .post-template-default .content, .page-template .content {
  padding: 0px;
  margin: 0;
  max-width: initial;
}

.page-template-default .content .main-content,
.page-template-page-councilmeeting .content .main-content,
.post-type-archive .content .main-content,
.page-template-page-councilmembers .content .main-content,
.archive .content .main-content, .blog .content .main-content, .post-template-default .content .main-content, .page-template .content .main-content {
  max-width: 1300px;
}

.page-template-default .content .main-content .entry-content-page,
.page-template-page-councilmeeting .content .main-content .entry-content-page,
.post-type-archive .content .main-content .entry-content-page,
.page-template-page-councilmembers .content .main-content .entry-content-page,
.archive .content .main-content .entry-content-page, .blog .content .main-content .entry-content-page, .post-template-default .content .main-content .entry-content-page, .page-template .content .main-content .entry-content-page {
  padding: 30px;
}

.page-template-default .content .side-content,
.page-template-page-councilmeeting .content .side-content,
.post-type-archive .content .side-content,
.page-template-page-councilmembers .content .side-content,
.archive .content .side-content, .blog .content .side-content, .post-template-default .content .side-content, .page-template .content .side-content {
  padding: 0px;
  max-width: 450px;
}

.page-template-default .content .side-content h3,
.page-template-page-councilmeeting .content .side-content h3,
.post-type-archive .content .side-content h3,
.page-template-page-councilmembers .content .side-content h3,
.archive .content .side-content h3, .blog .content .side-content h3, .post-template-default .content .side-content h3, .page-template .content .side-content h3 {
  margin-top: 0px;
}

.page-template-default .cards-container h2,
.page-template-page-councilmeeting .cards-container h2,
.post-type-archive .cards-container h2,
.page-template-page-councilmembers .cards-container h2,
.archive .cards-container h2, .blog .cards-container h2, .post-template-default .cards-container h2, .page-template .cards-container h2 {
  margin-top: 0px;
}

.archive .pagenav, .blog .pagenav {
  margin-top: 30px;
}

.post-type-archive-councilmeeting .back-link {
  margin-bottom: 20px;
}

.single-post .entry-content-page {
  max-width: 1000px;
  margin: 0 auto;
}

.single-post .entry-content-page header {
  margin-bottom: 20px;
}

.single-post .entry-content-page header time {
  font-weight: 700;
}

.single-post .entry-content-page header .contact {
  margin-top: 10px;
}

.single-post .entry-content-page header .contact:first-of-type {
  margin-top: 0;
}

.single-accomplishment .content .side-content,
.single-event .content .side-content {
  background-color: transparent;
}

@media (min-width: 1600px) {
  .post-type-archive .main-content,
  .page-template-page-councilmeeting .main-content,
  .page-template-default .main-content,
  .page-template-page-councilmembers .main-content,
  .post-template-default .main-content, .blog .main-content {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1199px) {
  .hero-sub {
    height: 200px;
  }
}

@media (max-width: 991px) {
  .post-type-archive .content .side-content,
  .page-template-page-councilmeeting .content .side-content,
  .page-template-default .content .side-content,
  .page-template-page-councilmembers .content .side-content,
  .post-template-default .content .side-content, .blog .content .side-content {
    background-color: transparent;
  }
}

@media (max-width: 767px) {
  .page-template-default .content,
  .page-template-page-councilmeeting .content,
  .post-type-archive .content,
  .page-template-page-councilmembers .content,
  .post-template-default .content, .blog .content {
    flex-direction: column;
  }
  .page-template-default .content .main-content, .page-template-default .content .side-content,
  .page-template-page-councilmeeting .content .main-content,
  .page-template-page-councilmeeting .content .side-content,
  .post-type-archive .content .main-content,
  .post-type-archive .content .side-content,
  .page-template-page-councilmembers .content .main-content,
  .page-template-page-councilmembers .content .side-content,
  .post-template-default .content .main-content,
  .post-template-default .content .side-content, .blog .content .main-content, .blog .content .side-content {
    width: 100%;
  }
  .page-template-default .content .main-content .entry-content-page,
  .page-template-page-councilmeeting .content .main-content .entry-content-page,
  .post-type-archive .content .main-content .entry-content-page,
  .page-template-page-councilmembers .content .main-content .entry-content-page,
  .post-template-default .content .main-content .entry-content-page, .blog .content .main-content .entry-content-page {
    padding: 52px 30px;
  }
  .page-template-default .content .side-content,
  .page-template-page-councilmeeting .content .side-content,
  .post-type-archive .content .side-content,
  .page-template-page-councilmembers .content .side-content,
  .post-template-default .content .side-content, .blog .content .side-content {
    margin-bottom: 51px;
  }
}

@media (max-width: 575px) {
  .hero-sub {
    height: 100px;
  }
  .page-template-default .content .main-content .entry-content-page, .page-template-page-councilmeeting .content .main-content .entry-content-page, .blog
.post-type-archive .content .main-content .entry-content-page, .page-template-page-councilmembers .content .main-content .entry-content-page, .post-template-default .content .main-content .entry-content-page {
    padding: 30px 0;
  }
}

.content .main-content.main-single-column {
  width: 100%;
  word-wrap: break-word;
}

/* Content */
/*--------------------------------------------------------------
## Accomplishments
--------------------------------------------------------------*/
.single-accomplishment .header-container {
  padding: 0 30px;
  padding-bottom: 70px;
  border-bottom: 1px solid #EFEFEF;
}

.single-accomplishment .header-container h1 {
  text-align: center;
  color: #003730;
}

/*--------------------------------------------------------------
## Accordion Menu
--------------------------------------------------------------*/
.accordion-menu {
  white-space: nowrap;
  background: #FAF9F0;
  font: 1.125rem "Source Sans Pro", sans-serif, sans-serif;
  text-transform: none;
  font-weight: 600;
  flex-basis: 410px;
  flex-shrink: 0;
  padding-bottom: 92px;
}

.accordion-menu h3 {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  color: #969687;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 1px solid #E0E0D0;
  padding-bottom: 5px;
  padding-top: 20px;
  margin-bottom: 24px;
}

.accordion-menu .pagenav {
  padding-left: 5.313rem;
}

.accordion-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.accordion-menu ul ul li {
  display: block;
}

.accordion-menu ul li {
  border-bottom: 0.0625rem solid #E0E0D0;
  padding-left: 0;
}

.accordion-menu ul li:last-child {
  border-bottom: 0px;
}

.accordion-menu ul li:hover {
  cursor: pointer;
  color: #003730;
  background-color: #fff;
}

.accordion-menu ul li:hover > a {
  color: #003730;
  border-left: 10px solid #E3AE26;
}

.accordion-menu ul li:hover > a::after {
  display: inline-block;
  width: 30px;
}

.accordion-menu ul li:hover > a::after {
  font-family: 'Font Awesome\ 5 Free';
  font-size: 25px;
  font-weight: 600;
  color: #E3AE26;
  content: '\f054';
  float: right;
  margin-top: -5px;
  margin-right: -42px;
  margin-left: 10px;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
}

.accordion-menu ul li.current_page_item {
  background: white;
  cursor: pointer;
  color: #003730;
}

.accordion-menu ul li.current_page_item > a {
  color: #003730;
  border-left: 10px solid #E3AE26;
  font-weight: 700;
}

.accordion-menu ul li.current_page_item > a::after {
  display: inline-block;
  width: 30px;
}

.accordion-menu ul li.current_page_item > a::after {
  font-family: 'Font Awesome\ 5 Free';
  font-size: 25px;
  font-weight: 600;
  color: #E3AE26;
  content: '\f054';
  float: right;
  margin-top: -5px;
  margin-right: -42px;
  margin-left: 10px;
}

.accordion-menu ul li.current_page_item.page_item_has_children > a:after, .accordion-menu ul li.current_page_parent > a:after, .accordion-menu ul li.current_page_parent.page_item_has_children > a:after {
  transform: rotate(90deg);
  color: #E3AE26;
}

.accordion-menu ul li.current_page_item.page_item_has_children .children, .accordion-menu ul li.current_page_parent .children, .accordion-menu ul li.current_page_parent.page_item_has_children .children {
  display: block;
}

.accordion-menu ul li.current_page_item.page_item_has_children .children a, .accordion-menu ul li.current_page_parent .children a, .accordion-menu ul li.current_page_parent.page_item_has_children .children a {
  margin-left: -10px;
}

.accordion-menu ul li.current_page_parent {
  background: white;
}

.accordion-menu ul li.current_page_parent > a {
  color: #003730;
}

.accordion-menu ul li a {
  display: block;
  white-space: normal;
  padding: 0.875rem 0.9rem;
  padding-right: 45px;
  border-left: 10px solid transparent;
  color: #969687;
  text-decoration: none;
  line-height: 1.2;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
}

.accordion-menu ul li .children {
  display: none;
  padding-left: 10px;
}

.accordion-menu ul li .children li:last-child {
  border-bottom: none;
}

@media (max-width: 991px) {
  .accordion-menu {
    padding-bottom: 0;
    background-color: white;
  }
  .accordion-menu h3 {
    display: none;
  }
  .accordion-menu .pagenav {
    padding-left: 0;
  }
  .page-child .accordion-menu .page_item {
    display: block;
  }
  .page-child .accordion-menu .current_page_item, .page-child .accordion-menu .current_page_parent {
    display: block;
  }
  .page-child .accordion-menu .current_page_item .page_item, .page-child .accordion-menu .current_page_parent .page_item {
    display: block;
  }
  .page-child .accordion-menu .current_page_item > a, .page-child .accordion-menu .current_page_parent > a {
    border-left: 10px solid transparent;
  }
  .page-child .accordion-menu .current_page_item > a:after, .page-child .accordion-menu .current_page_parent > a:after {
    display: none;
  }
  .page-child .depth-1.accordion-menu .page_item {
    display: block;
  }
  .page-child.page-parent .depth-1.accordion-menu .page_item {
    display: none;
  }
  .page-child.page-parent .depth-1.accordion-menu .current_page_item, .page-child.page-parent .depth-1.accordion-menu .current_page_parent {
    display: block;
  }
  .page-child.page-parent .depth-1.accordion-menu .current_page_item .page_item, .page-child.page-parent .depth-1.accordion-menu .current_page_parent .page_item {
    display: block;
  }
}

/*--------------------------------------------------------------
## Anchor Side Nav Menu
--------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

.anchor-main {
  display: flex;
}

.anchor-main .anchor-menu {
  white-space: nowrap;
  background: #FAF9F0;
  font: 1.125rem "Source Sans Pro", sans-serif, sans-serif;
  text-transform: capitalize;
  width: 30%;
}

.anchor-main .anchor-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: calc(30% - 5.313rem);
}

.anchor-main .anchor-menu ul li {
  border-bottom: 0.0625rem solid #E0E0D0;
  padding-left: 1.15rem;
  padding-right: 1.76rem;
}

.anchor-main .anchor-menu ul li:hover, .anchor-main .anchor-menu ul li.current {
  background: white;
  cursor: pointer;
  color: #003730;
}

.anchor-main .anchor-menu ul li:hover a, .anchor-main .anchor-menu ul li.current a {
  color: #003730;
}

.anchor-main .anchor-menu ul li:hover a::after, .anchor-main .anchor-menu ul li:hover a::before, .anchor-main .anchor-menu ul li.current a::after, .anchor-main .anchor-menu ul li.current a::before {
  display: inline-block;
  width: 30px;
}

.anchor-main .anchor-menu ul li:hover a::before, .anchor-main .anchor-menu ul li.current a::before {
  content: '\25ac';
  font-style: normal;
  font-size: 58px;
  color: #E3AE26;
  float: left;
  margin-left: -41px;
  margin-top: -39px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.anchor-main .anchor-menu ul li:hover a::after, .anchor-main .anchor-menu ul li.current a::after {
  font-family: 'Font Awesome\ 5 Free';
  font-size: 25px;
  font-weight: 600;
  color: #E3AE26;
  content: '\f054';
  float: right;
  margin-top: -5px;
  margin-right: -42px;
}

.anchor-main .anchor-menu ul li a {
  display: block;
  padding: 0.875rem 0.9rem;
  color: #969687;
  text-decoration: none;
}

.anchor-main .anchor-content {
  width: 70%;
}

.anchor-main .anchor-content h2 span {
  margin-top: -120px;
  /* Size of fixed header */
  padding-bottom: 120px;
  display: block;
}

.anchor-main .anchor-content section {
  padding: 3rem;
  margin: 0 0 2rem 0;
}

@media (max-width: 991px) {
  .anchor-main .anchor-content section {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

/* Only stick if you can fit */
@media (min-height: 300px) {
  .anchor-menu ul, .accordion-menu ul {
    position: sticky;
    top: 75px;
  }
}

/*--------------------------------------------------------------
 ## Breadcrumb
--------------------------------------------------------------*/
.breadcrumbs {
  font-size: 14px;
  margin-top: 24px;
  margin-bottom: 35px;
  padding-left: 0;
}

.breadcrumbs li {
  display: inline-block;
  margin-right: 18px;
}

.breadcrumbs i {
  color: #E3AE26;
  margin-right: 18px;
}

.breadcrumbs a {
  color: #485859;
}

.breadcrumbs .current-item {
  color: #E3AE26;
  font-weight: 600;
}

/*--------------------------------------------------------------
 ## Council
--------------------------------------------------------------*/
.page-template-page-councilmembers h1 {
  text-align: center;
}

.page-template-page-councilmembers .content {
  padding: 0;
  margin: 0;
  max-width: initial;
  background-color: #EFEFEF;
}

.page-template-page-councilmembers .content .side-content {
  background: #FAF9F0;
  padding: 0px;
}

@media (max-width: 1600px) {
  .page-template-page-councilmembers .content .main-content .staff-card .contact-info {
    width: 50%;
  }
}

.archive .container {
  margin-top: 52px;
  padding-left: 30px;
  padding-right: 30px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-area {
  margin: calc(2 * 1rem) 1rem;
  /* Add extra margin when the comments section is located immediately after the
	 * post itself (this happens on pages).
	 */
}

@media only screen and (min-width: 768px) {
  .comments-area {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 1168px) {
  .comments-area {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 768px) {
  .comments-area {
    margin: calc(3 * 1rem) calc(10% + 60px);
  }
}

.comments-area > * {
  margin-top: calc(2 * 1rem);
  margin-bottom: calc(2 * 1rem);
}

@media only screen and (min-width: 768px) {
  .comments-area > * {
    margin-top: calc(3 * 1rem);
    margin-bottom: calc(3 * 1rem);
  }
}

.entry + .comments-area {
  margin-top: calc(3 * 1rem);
}

@media only screen and (min-width: 768px) {
  .comments-area .comments-title-wrap {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
  }
}

.comments-area .comments-title-wrap .comments-title {
  margin: 0;
}

.comments-area .comments-title-wrap .comments-title:before {
  background: #767676;
  content: "\020";
  display: block;
  height: 2px;
  margin: 1rem 0;
  width: 1em;
}

@media only screen and (min-width: 768px) {
  .comments-area .comments-title-wrap .comments-title {
    flex: 1 0 calc(3 * (100vw / 12));
  }
}

@media only screen and (min-width: 768px) {
  .comments-area .comments-title-wrap .discussion-meta {
    flex: 0 0 calc(2 * (100vw / 12));
    margin-left: 1rem;
  }
}

#comment {
  max-width: 100%;
  box-sizing: border-box;
}

#respond {
  position: relative;
}

#respond .comment-user-avatar {
  margin: 1rem 0 -1rem;
}

#respond .comment .comment-form {
  padding-left: 0;
}

#respond > small {
  display: block;
  font-size: 18px;
  position: absolute;
  left: calc(1rem + 100%);
  top: calc(-3.5 * 1rem);
  width: calc(100vw / 12);
}

#comments > .comments-title:last-child {
  display: none;
}

.comment-form-flex {
  display: flex;
  flex-direction: column;
}

.comment-form-flex .comments-title {
  display: none;
  margin: 0;
  order: 1;
}

.comment-form-flex #respond {
  order: 2;
}

.comment-form-flex #respond + .comments-title {
  display: block;
}

.comment-list {
  list-style: none;
  padding: 0;
}

.comment-list .children {
  margin: 0;
  padding: 0 0 0 1rem;
}

.comment-list > .comment:first-child {
  margin-top: 0;
}

.comment-list .pingback .comment-body,
.comment-list .trackback .comment-body {
  color: #767676;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.comment-list .pingback .comment-body a:not(.comment-edit-link),
.comment-list .trackback .comment-body a:not(.comment-edit-link) {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  padding-right: 0.5rem;
  display: block;
}

.comment-list .pingback .comment-body .comment-edit-link,
.comment-list .trackback .comment-body .comment-edit-link {
  color: #767676;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
}

#respond + .comment-reply {
  display: none;
}

.comment-reply .comment-reply-link {
  display: inline-block;
}

.comment {
  list-style: none;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .comment {
    padding-left: calc(.5 * (1rem + calc(100vw / 12 )));
  }
  .comment.depth-1,
  .comment .children {
    padding-left: 0;
  }
  .comment.depth-1 {
    margin-left: calc(3.25 * 1rem);
  }
}

.comment .comment-body {
  margin: calc(2 * 1rem) 0 0;
}

.comment .comment-meta {
  position: relative;
}

.comment .comment-author .avatar {
  float: left;
  margin-right: 1rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .comment .comment-author .avatar {
    float: inherit;
    margin-right: inherit;
    position: absolute;
    top: 0;
    right: calc(100% + 1rem);
  }
}

.comment .comment-author .fn {
  position: relative;
  display: block;
}

.comment .comment-author .fn a {
  color: inherit;
}

.comment .comment-author .fn a:hover {
  color: #005177;
}

.comment .comment-author .post-author-badge {
  border-radius: 100%;
  display: block;
  height: 18px;
  position: absolute;
  background: #008fd3;
  right: calc(100% - 2.5rem);
  top: -3px;
  width: 18px;
}

@media only screen and (min-width: 768px) {
  .comment .comment-author .post-author-badge {
    right: calc(100% + 0.75rem);
  }
}

.comment .comment-author .post-author-badge svg {
  width: inherit;
  height: inherit;
  display: block;
  fill: white;
  transform: scale(0.875);
}

.comment .comment-metadata > a,
.comment .comment-metadata .comment-edit-link {
  display: inline;
  font-weight: 500;
  color: #767676;
  vertical-align: baseline;
}

.comment .comment-metadata > a time,
.comment .comment-metadata .comment-edit-link time {
  vertical-align: baseline;
}

.comment .comment-metadata > a:hover,
.comment .comment-metadata .comment-edit-link:hover {
  color: #005177;
  text-decoration: none;
}

.comment .comment-metadata > * {
  display: inline-block;
}

.comment .comment-metadata .edit-link-sep {
  color: #767676;
  margin: 0 0.2em;
  vertical-align: baseline;
}

.comment .comment-metadata .edit-link {
  color: #767676;
}

.comment .comment-metadata .edit-link svg {
  transform: scale(0.8);
  vertical-align: baseline;
  margin-right: 0.1em;
}

.comment .comment-metadata .comment-edit-link {
  position: relative;
  padding-left: 1rem;
  margin-left: -1rem;
  z-index: 1;
}

.comment .comment-metadata .comment-edit-link:hover {
  color: #0073aa;
}

.comment .comment-content {
  margin: 1rem 0;
}

@media only screen and (min-width: 1168px) {
  .comment .comment-content {
    padding-right: 1rem;
  }
}

.comment .comment-content > *:first-child {
  margin-top: 0;
}

.comment .comment-content > *:last-child {
  margin-bottom: 0;
}

.comment .comment-content blockquote {
  margin-left: 0;
}

.comment .comment-content a {
  text-decoration: underline;
}

.comment .comment-content a:hover {
  text-decoration: none;
}

.comment-reply-link,
#cancel-comment-reply-link {
  font-weight: 500;
}

.comment-reply-link:hover,
#cancel-comment-reply-link:hover {
  color: #005177;
}

.discussion-avatar-list {
  content: "";
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}

.discussion-avatar-list li {
  position: relative;
  list-style: none;
  margin: 0 -8px 0 0;
  padding: 0;
  float: left;
}

.discussion-avatar-list .comment-user-avatar img {
  height: calc(1.5 * 1rem);
  width: calc(1.5 * 1rem);
}

.discussion-meta .discussion-meta-info {
  margin: 0;
}

.discussion-meta .discussion-meta-info .svg-icon {
  vertical-align: middle;
  fill: currentColor;
  transform: scale(0.6) scaleX(-1) translateY(-0.1em);
  margin-left: -0.25rem;
}

.comment-form .comment-notes,
.comment-form label {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  color: #767676;
}

@media only screen and (min-width: 768px) {
  .comment-form .comment-form-author,
  .comment-form .comment-form-email {
    width: calc(50% - 0.5rem);
    float: left;
  }
}

@media only screen and (min-width: 768px) {
  .comment-form .comment-form-email {
    margin-left: 1rem;
  }
}

.comment-form input[name="author"],
.comment-form input[name="email"],
.comment-form input[name="url"] {
  display: block;
  width: 100%;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
header .full-container {
  width: 100%;
}

header .top-navbar,
header .second-navbar {
  padding-left: 20px;
  padding-right: 50px;
}

header ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 7px;
}

header .search-form,
header .search-form-dynamic .search-form {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

header .search-form input,
header .search-form-dynamic .search-form input {
  outline: none;
}

header .search-form input::-webkit-search-decoration,
header .search-form input::-webkit-search-cancel-button,
header .search-form-dynamic .search-form input::-webkit-search-decoration,
header .search-form-dynamic .search-form input::-webkit-search-cancel-button {
  display: none;
}

header .search-form input[type=search],
header .search-form-dynamic .search-form input[type=search] {
  background: url("images/icon-search.svg") 0 0 no-repeat;
  font-size: 1rem;
  background-color: transparent;
  background-position: right;
  background-origin: content-box;
  padding: 9px 10px 9px 25px;
  border: none;
  width: 0px;
  color: #CACAB5;
  cursor: pointer;
  -webkit-border-radius: 10em;
  border-radius: 4px;
  -moz-border-radius: 10em;
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

header .search-form input[type=search]:focus,
header .search-form-dynamic .search-form input[type=search]:focus {
  width: 400px;
  padding-left: 32px;
  color: #000;
  background-color: #FBF8E5;
  cursor: auto;
}

header .search-form input[type=submit],
header .search-form-dynamic .search-form input[type=submit] {
  display: none;
}

header .search-form input::-moz-placeholder,
header .search-form-dynamic .search-form input::-moz-placeholder {
  color: #75766E;
  font-style: italic;
  text-transform: lowercase;
}

header .search-form input::-webkit-input-placeholder,
header .search-form-dynamic .search-form input::-webkit-input-placeholder {
  color: #75766E;
  font-style: italic;
  text-transform: lowercase;
}

header .search-form input:-ms-input-placeholder,
header .search-form-dynamic .search-form input:-ms-input-placeholder {
  color: #75766E;
  font-style: italic;
  text-transform: lowercase;
}

header .top-navbar {
  background: linear-gradient(88.01deg, #1B1E1E 0%, #2D3434 69.61%), linear-gradient(88.01deg, #2B5050 0%, #005E3C 69.61%);
  flex-wrap: wrap;
  height: 65px;
  width: 100%;
}

@media (max-width: 991px) {
  header .top-navbar {
    height: 55px;
  }
}

header .top-navbar ul li {
  margin-right: 30px;
}

header .top-navbar ul li a {
  color: #FBF8E5;
  font-size: 14px;
  font-weight: 500;
}

header .second-navbar {
  background: linear-gradient(180deg, rgba(27, 30, 30, 0.5) 0%, rgba(27, 30, 30, 0) 100%);
  width: 100%;
  line-height: 80px;
  position: absolute;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  transition: all 0.4s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

header .second-navbar .navbar-brand svg {
  transition: all 0.5s ease;
}

@media (min-width: 991px) and (max-width: 1200px) {
  header .second-navbar .navbar-brand svg {
    width: 200px;
    height: auto;
  }
}

header .second-navbar .navbar-brand svg .e, header .second-navbar .navbar-brand svg .f {
  fill: #fff;
}

header .second-navbar ul li:not(:last-child) {
  margin-right: 35px;
}

header .second-navbar ul a {
  color: white;
  font-size: 20px;
  font-weight: 700;
}

header .second-navbar .navbar-toggler {
  cursor: pointer;
  height: 36px;
}

header .second-navbar .navbar-toggler:focus {
  outline: none;
}

header .second-navbar .navbar-toggler span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: white;
  margin-bottom: 10px;
  transition: transform .3s ease;
}

header .second-navbar .navbar-nav {
  display: flex;
  flex-direction: row;
}

header .second-navbar .navbar-nav a {
  padding: calculateRem(20px);
}

header .second-navbar .navbar-nav a, header .second-navbar .navbar-nav a:hover, header .second-navbar .navbar-nav a:focus, header .second-navbar .navbar-nav a:active {
  color: #FAF9F0;
}

header .second-navbar .navbar-nav .menu-item-object-page a {
  color: white;
}

header .second-navbar .search-form-dynamic {
  display: none;
}

header .sticky {
  position: fixed;
  top: 0;
  background: white;
}

@media (max-width: 991px) {
  header .sticky {
    background: linear-gradient(88.01deg, #1B1E1E 0%, #2D3434 69.61%), linear-gradient(88.01deg, #2B5050 0%, #005E3C 69.61%);
  }
}

header .sticky #mega-menu-wrap-primary .mega-menu-toggle {
  background: transparent;
}

header .sticky svg .e, header .sticky svg .f {
  fill: #887765 !important;
}

@media (max-width: 991px) {
  header .sticky svg .e, header .sticky svg .f {
    fill: #fff !important;
  }
}

header .sticky ul a {
  color: #5C6C55;
}

header .sticky .second-navbar a, header .sticky .second-navbar a:hover, header .sticky .second-navbar a:focus, header .sticky .second-navbar a:active {
  color: #5C6C55;
}

header .sticky .second-navbar .menu-item-object-page a {
  color: #5C6C55;
}

header .sticky .second-navbar .current_page_item a, header .sticky .second-navbar .current-page-ancestor a {
  color: #5C6C55;
}

header .sticky .second-navbar li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
  border-bottom: 3px solid #485859;
}

.site-header.featured-image {
  /* Hide overflow for overflowing featured image */
  overflow: hidden;
  /* Need relative positioning to properly align layers. */
  position: relative;
  /* Add text shadow to text, to increase readability. */
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  /* Set white text color when featured image is set. */
  /* add focus state to social media icons */
  /* Entry header */
  /* Custom Logo Link */
  /* Make sure important elements are above pseudo elements used for effects. */
  /* Set up image filter layer positioning */
  /* Background & Effects */
  /* Shared background settings between pseudo elements. */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* The intensity of each blend mode is controlled via layer opacity. */
  /* Second layer: screen. */
  /* Third layer: multiply. */
  /* When image filters are inactive, a black overlay is added. */
  /* Fourth layer: overlay. */
  /* Fifth layer: readability overlay */
}

.site-header.featured-image .site-branding .site-title,
.site-header.featured-image .site-branding .site-description,
.site-header.featured-image .main-navigation a:after,
.site-header.featured-image .main-navigation .main-menu > li.menu-item-has-children:after,
.site-header.featured-image .main-navigation li,
.site-header.featured-image .social-navigation li,
.site-header.featured-image .entry-meta,
.site-header.featured-image .entry-title {
  color: #fff;
}

.site-header.featured-image .main-navigation a,
.site-header.featured-image .main-navigation a + svg,
.site-header.featured-image .social-navigation a,
.site-header.featured-image .site-title a,
.site-header.featured-image .site-featured-image a {
  color: #fff;
  transition: opacity 110ms ease-in-out;
}

.site-header.featured-image .main-navigation a:hover, .site-header.featured-image .main-navigation a:active,
.site-header.featured-image .main-navigation a:hover + svg,
.site-header.featured-image .main-navigation a:active + svg,
.site-header.featured-image .main-navigation a + svg:hover,
.site-header.featured-image .main-navigation a + svg:active,
.site-header.featured-image .main-navigation a + svg:hover + svg,
.site-header.featured-image .main-navigation a + svg:active + svg,
.site-header.featured-image .social-navigation a:hover,
.site-header.featured-image .social-navigation a:active,
.site-header.featured-image .social-navigation a:hover + svg,
.site-header.featured-image .social-navigation a:active + svg,
.site-header.featured-image .site-title a:hover,
.site-header.featured-image .site-title a:active,
.site-header.featured-image .site-title a:hover + svg,
.site-header.featured-image .site-title a:active + svg,
.site-header.featured-image .site-featured-image a:hover,
.site-header.featured-image .site-featured-image a:active,
.site-header.featured-image .site-featured-image a:hover + svg,
.site-header.featured-image .site-featured-image a:active + svg {
  color: #fff;
  opacity: 0.6;
}

.site-header.featured-image .main-navigation a:focus,
.site-header.featured-image .main-navigation a:focus + svg,
.site-header.featured-image .main-navigation a + svg:focus,
.site-header.featured-image .main-navigation a + svg:focus + svg,
.site-header.featured-image .social-navigation a:focus,
.site-header.featured-image .social-navigation a:focus + svg,
.site-header.featured-image .site-title a:focus,
.site-header.featured-image .site-title a:focus + svg,
.site-header.featured-image .site-featured-image a:focus,
.site-header.featured-image .site-featured-image a:focus + svg {
  color: #fff;
}

.site-header.featured-image .main-navigation .sub-menu a {
  opacity: inherit;
}

.site-header.featured-image .social-navigation a:focus {
  color: #fff;
  opacity: 1;
  border-bottom: 1px solid #fff;
}

.site-header.featured-image .social-navigation svg,
.site-header.featured-image .site-featured-image svg {
  /* Use -webkit- only if supporting: Chrome < 54, iOS < 9.3, Android < 4.4.4 */
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
}

.site-header.featured-image .site-featured-image {
  /* First layer: grayscale. */
}

.site-header.featured-image .site-featured-image .post-thumbnail img {
  height: auto;
  left: 50%;
  max-width: 1000%;
  min-height: 100%;
  min-width: 100vw;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: auto;
  z-index: 1;
  /* When image filters are active, make it grayscale to colorize it blue. */
}

@supports (object-fit: cover) {
  .site-header.featured-image .site-featured-image .post-thumbnail img {
    height: 100%;
    left: 0;
    object-fit: cover;
    top: 0;
    transform: none;
    width: 100%;
  }
}

.image-filters-enabled .site-header.featured-image .site-featured-image .post-thumbnail img {
  filter: grayscale(100%);
}

.site-header.featured-image .site-featured-image .entry-header {
  margin-top: calc( 4 * 1rem);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  /* Entry meta */
}

@media only screen and (min-width: 768px) {
  .site-header.featured-image .site-featured-image .entry-header {
    margin-left: calc(10% + 60px);
    margin-right: calc(10% + 60px);
  }
}

.site-header.featured-image .site-featured-image .entry-header .entry-title:before {
  background: #fff;
}

.site-header.featured-image .site-featured-image .entry-header .entry-meta {
  font-weight: 500;
}

.site-header.featured-image .site-featured-image .entry-header .entry-meta > span {
  margin-right: 1rem;
  display: inline-block;
}

.site-header.featured-image .site-featured-image .entry-header .entry-meta > span:last-child {
  margin-right: 0;
}

.site-header.featured-image .site-featured-image .entry-header .entry-meta a {
  transition: color 110ms ease-in-out;
  color: currentColor;
}

.site-header.featured-image .site-featured-image .entry-header .entry-meta a:hover {
  text-decoration: none;
}

.site-header.featured-image .site-featured-image .entry-header .entry-meta .svg-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

.site-header.featured-image .site-featured-image .entry-header .entry-meta .discussion-avatar-list {
  display: none;
}

@media only screen and (min-width: 768px) {
  .site-header.featured-image .site-featured-image .entry-header.has-discussion .entry-meta {
    display: flex;
    position: relative;
  }
  .site-header.featured-image .site-featured-image .entry-header.has-discussion .entry-title {
    padding-right: calc(1 * (100vw / 12) + 1rem);
  }
  .site-header.featured-image .site-featured-image .entry-header.has-discussion .entry-meta .comment-count {
    position: absolute;
    right: 0;
  }
  .site-header.featured-image .site-featured-image .entry-header.has-discussion .entry-meta .discussion-avatar-list {
    display: block;
    position: absolute;
    bottom: 100%;
  }
}

.site-header.featured-image .custom-logo-link {
  background: #fff;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}

.site-header.featured-image .custom-logo-link:hover, .site-header.featured-image .custom-logo-link:active, .site-header.featured-image .custom-logo-link:focus {
  box-shadow: 0 0 0 2px white;
}

.site-header.featured-image .site-branding {
  position: relative;
  z-index: 10;
}

.site-header.featured-image .site-featured-image .entry-header {
  position: relative;
  z-index: 9;
}

.site-header.featured-image .site-branding-container:after,
.site-header.featured-image .site-featured-image:before,
.site-header.featured-image .site-featured-image:after, .site-header.featured-image:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "\020";
  width: 100%;
  height: 100%;
}

.image-filters-enabled .site-header.featured-image .site-featured-image:before {
  background: #0073aa;
  mix-blend-mode: screen;
  opacity: 0.1;
}

.site-header.featured-image .site-featured-image:after {
  background: #000;
  mix-blend-mode: multiply;
  opacity: .7;
  /* When image filters are active, a blue overlay is added. */
}

.image-filters-enabled .site-header.featured-image .site-featured-image:after {
  background: #0073aa;
  opacity: .8;
  z-index: 3;
  /* Browsers supporting mix-blend-mode don't need opacity < 1 */
}

@supports (mix-blend-mode: multiply) {
  .image-filters-enabled .site-header.featured-image .site-featured-image:after {
    opacity: 1;
  }
}

.image-filters-enabled .site-header.featured-image .site-branding-container:after {
  background: rgba(0, 0, 0, 0.35);
  mix-blend-mode: overlay;
  opacity: 0.5;
  z-index: 4;
  /* Browsers supporting mix-blend-mode can have a light overlay */
}

@supports (mix-blend-mode: overlay) {
  .image-filters-enabled .site-header.featured-image .site-branding-container:after {
    background: rgba(255, 255, 255, 0.35);
  }
}

.site-header.featured-image:after {
  background: #000;
  /**
		 * Add a transition to the readability overlay, to add a subtle
		 * but smooth effect when resizing the screen.
		 */
  transition: opacity 1200ms ease-in-out;
  opacity: 0.7;
  z-index: 5;
  /* When image filters are active, a blue overlay is added. */
}

.image-filters-enabled .site-header.featured-image:after {
  background: #000e14;
  opacity: 0.38;
}

@media only screen and (min-width: 768px) {
  .image-filters-enabled .site-header.featured-image:after {
    opacity: 0.18;
  }
}

.site-header.featured-image ::-moz-selection {
  background: rgba(255, 255, 255, 0.17);
}

.site-header.featured-image ::selection {
  background: rgba(255, 255, 255, 0.17);
}

/*--------------------------------------------------------------
## News & Events
--------------------------------------------------------------*/
.header-container {
  padding-bottom: 70px;
  border-bottom: 1px solid #EFEFEF;
}

.header-container h1 {
  text-align: center;
  color: #003730;
}

.blog .main-content, .archive .main-content {
  margin: 54px auto;
  padding-left: 2.94rem;
  padding-right: 2.33rem;
  flex: 1;
}

.blog .main-content .items-list-container:focus, .archive .main-content .items-list-container:focus {
  text-decoration: none;
}

.blog .main-content .items-list-container .content, .archive .main-content .items-list-container .content {
  margin-right: 1em;
}

.blog .main-content .items-list-container .content .post-title, .archive .main-content .items-list-container .content .post-title {
  font-size: calculateRem(21px);
  font-weight: 700;
  color: #2D3434;
  margin-bottom: 2px;
}

.blog .main-content .items-list-container .content .post-excerpt, .archive .main-content .items-list-container .content .post-excerpt {
  color: #000;
  line-height: 23px;
}

.blog .main-content .items-list-container .content .post-excerpt p, .archive .main-content .items-list-container .content .post-excerpt p {
  margin-bottom: 6px;
}

.blog .main-content .items-list-container .content .publish-date, .archive .main-content .items-list-container .content .publish-date {
  font-size: 0.88rem;
  color: #409EA3;
}

.blog .main-content .items-list-container .icon-wrapper, .archive .main-content .items-list-container .icon-wrapper {
  margin-left: auto;
  margin-right: 0;
}

/*--------------------------------------------------------------
## RCO Homepage
--------------------------------------------------------------*/
.home {
  /*Invasives Species Slider*/
  /*Press & Media*/
  /*Facebook Feed*/
}

.home h2 {
  text-align: center;
  color: #003730;
  margin-bottom: 32px;
}

.home .btn-primary {
  position: relative;
  left: 50%;
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.home .hero .hero-textbox h1 {
  margin-bottom: 50px;
}

.home .hero .hero-textbox .hero-btn {
  margin-bottom: 26px;
}

.home .hero .hero-textbox a .btn-primary {
  font-weight: 700;
  background-color: #AED416;
  color: #003730;
}

.home .hero .hero-textbox a.icon-link-small {
  color: #fff;
  text-align: center;
}

.home .hero .hero-textbox a.icon-link-small i {
  margin-left: 4px;
}

.home .hero .hero-textbox a.icon-link-small:hover {
  color: #519CDB;
}

.home .meetings {
  background: #FBF8E5;
  padding: 28px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
}

.home .meetings__container {
  width: 900px;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
}

.home .meetings__next {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}

.home .meetings__next .title {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}

.home .meetings__next .title svg {
  margin-right: 5px;
}

.home .meetings__next h4 {
  color: #5C6C55;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 1rem;
}

.home .meetings__all {
  display: flex;
  align-items: center;
}

.home .meetings__all a {
  font-weight: 700;
}

.home .meetings__all a i {
  margin-right: 0px;
}

.home .cards-container {
  padding: 25px 0;
  margin: 90px 0px;
}

.home .cards-container .container .row .card {
  position: relative;
  padding: 0px;
  margin-left: 26px;
  margin-right: 26px;
}

.home .cards-container .container .row .card:hover .overlay {
  background-color: rgba(64, 158, 163, 0.75);
  opacity: 1;
}

.home .cards-container .container .row .card .card-img-top {
  height: 18vh;
}

.home .cards-container .container .row .card .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  border-radius: 7px;
}

.home .cards-container .container .row .card .overlay .text {
  width: 100%;
  padding: 15px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home .cards-container .container .row .card .overlay .text p {
  font-size: 24px;
  color: white;
  text-align: center;
  font-weight: 600;
}

.home .cards-container .container .row .card .overlay .text .btn {
  background-color: #fff;
  color: #2472B2;
  max-width: 183px;
  font-size: 16px;
  font-weight: 700;
}

.home .flexslider {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}

.home .flexslider .slides {
  padding-left: 0;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}

.home .flexslider .slides li {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  display: -ms-flexbox;
}

.home .flexslider .slides li .featured-img {
  width: 60%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home .flexslider .slides li .content {
  width: 40%;
  background: #EFEFEF;
  padding: 38px 65px 40px 65px;
  min-height: 700px;
  position: relative;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
}

.home .flexslider .slides li .content__info {
  margin-top: 100px;
}

.home .flexslider .slides li .content h3 {
  margin-bottom: 24px;
  color: #2D3434;
}

.home .flexslider .slides li .content h4 {
  font: 1rem 'Oswald', sans-serif;
  text-transform: uppercase;
  color: #636E6E;
  font-weight: 500;
  margin: 0px;
  border-bottom: 1px solid #C5C9C9;
}

.home .flexslider .slides li .content p {
  line-height: 23px;
  margin-bottom: 0px;
}

.home .flexslider .slides li .content p span {
  font-weight: 700;
}

.home .flexslider .slides li .content .summary {
  margin-bottom: 38px;
}

.home .flexslider .slides li .content .links {
  display: flex;
}

.home .flexslider .slides li .content .links__more {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  margin-left: 22px;
}

.home .flexslider .slides li .content .links__more a {
  font-weight: 700;
}

.home .flexslider .slides li .content .links__more a i {
  margin-left: 4px;
}

.home .flexslider .slides li .content .slider-footer {
  position: absolute;
  bottom: 48px;
  width: calc(100% - 130px);
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
}

.home .flexslider .slides li .content .slider-footer .btn-primary {
  left: auto;
  transform: none;
}

.home .flexslider .slides li .content .slider-footer .flex-next, .home .flexslider .slides li .content .slider-footer .flex-prev {
  background-color: transparent;
  padding: 0;
}

.home .flexslider .slides li .content .slider-footer i {
  color: #2D3434;
}

.home .flexslider .custom-controls-container {
  background-color: #EFEFEF;
}

.home .flexslider .custom-controls-container .dot {
  display: none;
  height: 20px;
  width: 20px;
  background-color: #969687;
  border-radius: 50%;
  margin: 0 5px;
  padding: 0;
}

.home .flexslider .custom-controls-container .dot.selected {
  background-color: #409EA3;
}

.home .grant-news-container {
  margin-bottom: 27px;
}

.home .grant-news-container h4, .home .grant-news-container p {
  margin-bottom: 7px;
}

.home .grant-news-container span {
  margin-right: 19px;
  font-size: 0.88em;
  color: #5C6C55;
}

.home .grant-news-container a {
  font-weight: 700;
  color: #485859;
}

.home .grant-news-container a i {
  color: #AED416;
  margin-left: 5px;
}

.home .social-feed {
  background-color: #4A5C41;
  padding: 40px 30px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  flex-wrap: wrap;
}

.home .social-feed .twitter-icon {
  margin-right: 25px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}

.home .social-feed .twitter-icon i {
  color: #A2A65C;
  font-size: 71px;
}

.home .social-feed .twitter-content {
  display: flex;
  display: -ms-flexbox;
}

.home .social-feed .twitter-content .quote-mark {
  margin-right: 5px;
}

.home .social-feed .twitter-content .twitter-post {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}

.home .social-feed .twitter-content .twitter-post .juiz_last_tweet_inside {
  max-width: 800px;
}

.home .social-feed .twitter-content .twitter-post .juiz_last_tweet_inside .juiz_last_tweet_tweetlist {
  background-color: transparent;
  background-image: none;
  border: 0px;
  box-shadow: none;
  padding-bottom: 10px;
}

.home .social-feed .twitter-content .twitter-post .juiz_last_tweet_inside .juiz_last_tweet_tweetlist li span {
  color: #FBF8E5;
  border-bottom: 0px;
  border-color: transparent;
  font-size: 21px;
  font-weight: 600;
}

.home .social-feed .twitter-content .twitter-post .juiz_last_tweet_inside .juiz_last_tweet_tweetlist li span a, .home .social-feed .twitter-content .twitter-post .juiz_last_tweet_inside .juiz_last_tweet_tweetlist li span em {
  color: #FBF8E5;
  font-weight: 400;
  font-style: normal;
}

.home .social-feed .twitter-content .twitter-post .juiz_last_tweet_inside .juiz_last_tweet_tweetlist li .juiz_lt_content {
  font-size: 21px;
  margin-bottom: 10px;
}

.home .social-feed .twitter-content .twitter-post .juiz_last_tweet_inside .juiz_last_tweet_tweetlist li .juiz_last_tweet_footer_item em {
  font-size: 18px;
}

.home .social-feed .twitter-content .twitter-post .juiz_last_tweet_inside .juiz_last_tweet_tweetlist li .juiz_ltw_source {
  display: none;
}

.home .social-feed .twitter-content .twitter-post .juiz_last_tweet_inside .juiz_last_tweet_tweetlist::after {
  display: none;
}

.home .social-feed .twitter-content .twitter-post .juiz_last_tweet_inside .juiz_last_tweet_follow_us {
  background: none;
  padding: 0 0 0 15px;
}

.home .social-feed .twitter-content .twitter-post .juiz_last_tweet_inside .juiz_last_tweet_follow_us span, .home .social-feed .twitter-content .twitter-post .juiz_last_tweet_inside .juiz_last_tweet_follow_us a {
  color: #FBF8E5;
  font-size: 21px;
  font-weight: 400;
}

.home .social-feed .twitter-content .twitter-post .juiz_last_tweet_inside .juiz_last_tweet_follow_us .juiz_ltw_ontwitter,
.home .social-feed .twitter-content .twitter-post .juiz_last_tweet_inside .juiz_last_tweet_follow_us .juiz_ltw_follow {
  display: none;
}

@media (min-width: 1800px) {
  .flexslider svg {
    max-width: 900px;
  }
  .flexslider svg rect {
    max-width: 900px;
  }
}

@media (max-width: 1339px) {
  .flexslider svg {
    width: 410px;
  }
}

@media (max-width: 1295px) {
  .link-wrapper span {
    margin-left: 0px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .home .flexslider .slides li .content {
    padding-left: 100px;
    padding-right: 100px;
  }
  .home .flexslider .slides li .content .slider-footer {
    width: calc(100% - 200px);
  }
  .home .flexslider .slides li .content .slider-footer i {
    font-size: 1.3125rem;
  }
}

@media (max-width: 1200px) {
  .home .flexslider .slides li {
    flex-direction: column;
  }
  .home .flexslider .slides li .featured-img,
  .home .flexslider .slides li .content {
    width: 100%;
  }
  .home .flexslider .slides li .featured-img {
    height: 25vh;
  }
  .home .flexslider .slides li .content h3, .home .flexslider .slides li .content h4 {
    text-align: center;
  }
  .home .flexslider .slides li .content h3, .home .flexslider .slides li .content svg {
    margin-bottom: 35px;
  }
  .home .flexslider .slides li .content h4 {
    margin-bottom: 11px;
  }
  .home .flexslider .slides li .content svg {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1031px) {
  .home .social-feed .twitter-content .twitter-post .juiz_last_tweet_inside .juiz_last_tweet_follow_us {
    padding: 0px;
    text-align: center;
  }
  .twitter-icon {
    margin-bottom: 10px;
  }
  .quote-mark {
    margin-right: 0px;
  }
}

@media (max-width: 991px) {
  .home .flexslider .slides li .content {
    min-height: 570px;
  }
  .home .flexslider .slides li .content__info {
    margin-top: 15px;
  }
  .home .flexslider .slides li .content__info .links {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .home .flexslider .slides li .content .custom-navigation {
    bottom: 36px;
  }
}

@media (max-width: 600px) {
  .home .meetings__next {
    flex-direction: column;
  }
  .home .meetings__next .title {
    margin-bottom: 0.425rem;
  }
  .home .meetings__next .title h4 {
    margin: 0;
  }
  .home .meetings__all {
    margin-top: 25px;
  }
  .home .cards-container .container .row {
    margin-right: 0px;
    margin-left: 0px;
  }
  .home .cards-container .container .row .card {
    margin-right: 0px;
    margin-left: 0px;
  }
  .home .split-container .split {
    margin-bottom: 0px;
    padding: 60px 30px;
  }
  .home .split-container .split:last-child {
    margin-bottom: 40px;
  }
  .home .split-container .split .link-wrapper {
    flex-direction: column;
  }
  .home .split-container .split .link-wrapper span {
    margin-left: 0;
  }
  .home .flexslider .slides li .content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .home .flexslider .slides li .content svg {
    width: 300px;
  }
  .home .flexslider .slides li .content .links {
    flex-direction: column;
    align-items: center;
  }
  .home .flexslider .slides li .content .links__more {
    margin-left: 0px;
    margin-top: 28px;
  }
  .home .flexslider .slides li .content .slider-footer {
    width: calc(100% - 60px);
    justify-content: center;
  }
  .home .flexslider .slides li .content .flex-next, .home .flexslider .slides li .content .flex-prev {
    display: none;
  }
  .home .flexslider .custom-controls-container {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    padding-bottom: 30px;
  }
  .home .flexslider .custom-controls-container .dot {
    display: block;
  }
  .home .cards-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home .social-feed svg {
    width: 28px;
  }
  .home .social-feed .twitter-icon i {
    font-size: 62px;
  }
}

@media (max-width: 480px) {
  .home .social-feed svg {
    width: 22px;
  }
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.sticky-post {
  background: #0073aa;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  padding: .25rem;
  position: absolute;
  text-transform: uppercase;
  top: -1rem;
  z-index: 1;
}

.single-post .entry-content-page {
  padding: 52px;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 calc(1.5 * 1rem);
}

.entry {
  margin-top: calc(6 * 1rem);
}

.entry:first-of-type {
  margin-top: 0;
}

.entry .entry-header {
  margin: calc(3 * 1rem) 1rem 1rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .entry .entry-header {
    margin: calc(3 * 1rem) calc(10% + 60px) 1rem;
  }
}

.entry .entry-title {
  margin: 0;
}

.entry .entry-title a {
  color: inherit;
}

.entry .entry-title a:hover {
  color: #4a4a4a;
}

.entry .entry-meta,
.entry .entry-footer {
  color: #767676;
  font-weight: 500;
}

.entry .entry-meta > span,
.entry .entry-footer > span {
  margin-right: 1rem;
  display: inline-block;
}

.entry .entry-meta > span:last-child,
.entry .entry-footer > span:last-child {
  margin-right: 0;
}

.entry .entry-meta a,
.entry .entry-footer a {
  transition: color 110ms ease-in-out;
  color: currentColor;
}

.entry .entry-meta a:hover,
.entry .entry-footer a:hover {
  text-decoration: none;
  color: #0073aa;
}

.entry .entry-meta .svg-icon,
.entry .entry-footer .svg-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

.entry .entry-meta {
  margin: 1rem 0;
}

.entry .entry-footer {
  margin: calc(2 * 1rem) 1rem 1rem;
}

@media only screen and (min-width: 768px) {
  .entry .entry-footer {
    margin: 1rem calc(10% + 60px) calc(3 * 1rem);
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 768px) {
  .entry .entry-footer {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

.entry .post-thumbnail {
  margin: 1rem;
}

@media only screen and (min-width: 768px) {
  .entry .post-thumbnail {
    margin: 1rem calc(10% + 60px);
  }
}

.entry .post-thumbnail:focus {
  outline: none;
}

.entry .post-thumbnail .post-thumbnail-inner {
  display: block;
}

.entry .post-thumbnail .post-thumbnail-inner img {
  position: relative;
  display: block;
  width: 100%;
}

.image-filters-enabled .entry .post-thumbnail {
  position: relative;
  display: block;
}

.image-filters-enabled .entry .post-thumbnail .post-thumbnail-inner {
  filter: grayscale(100%);
}

.image-filters-enabled .entry .post-thumbnail .post-thumbnail-inner:after {
  background: rgba(0, 0, 0, 0.35);
  content: "";
  display: block;
  height: 100%;
  opacity: .5;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
}

@supports (mix-blend-mode: multiply) {
  .image-filters-enabled .entry .post-thumbnail .post-thumbnail-inner:after {
    display: none;
  }
}

.image-filters-enabled .entry .post-thumbnail:before, .image-filters-enabled .entry .post-thumbnail:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "\020";
  pointer-events: none;
}

.image-filters-enabled .entry .post-thumbnail:before {
  background: #0073aa;
  mix-blend-mode: screen;
  opacity: 0.1;
  z-index: 2;
}

.image-filters-enabled .entry .post-thumbnail:after {
  background: #0073aa;
  mix-blend-mode: multiply;
  opacity: .8;
  z-index: 3;
  /* Browsers supporting mix-blend-mode don't need opacity < 1 */
}

@supports (mix-blend-mode: multiply) {
  .image-filters-enabled .entry .post-thumbnail:after {
    opacity: 1;
  }
}

.entry .entry-content,
.entry .entry-summary {
  max-width: calc(100% - (2 * 1rem));
  margin: 0 1rem;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content,
  .entry .entry-summary {
    max-width: 80%;
    margin: 0 10%;
    padding: 0 60px;
  }
}

.entry .entry-content p {
  word-wrap: break-word;
}

.entry .entry-content .more-link {
  transition: color 110ms ease-in-out;
  display: inline;
  color: inherit;
}

.entry .entry-content .more-link:after {
  content: "\02192";
  display: inline-block;
  margin-left: 0.5em;
}

.entry .entry-content .more-link:hover {
  color: #0073aa;
  text-decoration: none;
}

.entry .entry-content a {
  text-decoration: underline;
}

.entry .entry-content a.button, .entry .entry-content a:hover {
  text-decoration: none;
}

.entry .entry-content a.button {
  display: inline-block;
}

.entry .entry-content a.button:hover {
  background: #111;
  color: #fff;
  cursor: pointer;
}

.entry .entry-content > iframe[style] {
  margin: 32px 0 !important;
  max-width: 100% !important;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content > iframe[style] {
    max-width: calc(8 * (100vw / 12) - 28px) !important;
  }
}

@media only screen and (min-width: 1168px) {
  .entry .entry-content > iframe[style] {
    max-width: calc(6 * (100vw / 12) - 28px) !important;
  }
}

.entry .entry-content .page-links a {
  margin: calc(0.5 * 1rem);
  text-decoration: none;
}

.entry .entry-content .wp-audio-shortcode {
  max-width: calc(100vw - (2 * 1rem));
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-audio-shortcode {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 1168px) {
  .entry .entry-content .wp-audio-shortcode {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

/* Author description */
.author-bio {
  margin: calc(2 * 1rem) 1rem 1rem;
}

@media only screen and (min-width: 768px) {
  .author-bio {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 1168px) {
  .author-bio {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 768px) {
  .author-bio {
    margin: calc(3 * 1rem) calc(10% + 60px);
  }
}

@media only screen and (min-width: 1168px) {
  .author-bio {
    margin: calc(3 * 1rem) calc(10% + 60px);
  }
}

.author-bio .author-title {
  display: inline;
}

.author-bio .author-description {
  display: inline;
  color: #767676;
  font-size: 1.125em;
  line-height: 1.2;
}

.author-bio .author-description .author-link {
  display: inline-block;
}

.author-bio .author-description .author-link:hover {
  color: #005177;
  text-decoration: none;
}

/*--------------------------------------------------------------
## Archives
--------------------------------------------------------------*/
.search .page-header,
.error404 .page-header {
  margin: 1rem 1rem calc(3 * 1rem);
}

@media only screen and (min-width: 768px) {
  .search .page-header,
  .error404 .page-header {
    margin: 0 calc(10% + 60px) calc(10% + 60px);
  }
}

.search .page-header .page-title,
.error404 .page-header .page-title {
  color: #767676;
  display: inline;
  letter-spacing: normal;
}

.search .page-header .page-title:before,
.error404 .page-header .page-title:before {
  display: none;
}

.search .page-header .search-term,
.search .page-header .page-description,
.error404 .page-header .search-term,
.error404 .page-header .page-description {
  display: inherit;
  clear: both;
}

.search .page-header .search-term:after,
.search .page-header .page-description:after,
.error404 .page-header .search-term:after,
.error404 .page-header .page-description:after {
  content: ".";
  font-weight: bold;
  color: #767676;
}

.archive .page-header .page-description {
  display: block;
  color: #111;
  font-size: 1em;
}

@media only screen and (min-width: 768px) {
  .hfeed .entry .entry-header {
    margin: calc(3 * 1rem) calc(10% + 60px) calc(1rem / 2);
  }
}

/* 404 & Not found */
.error-404.not-found .page-content,
.no-results.not-found .page-content {
  margin: calc(3 * 1rem) 1rem;
}

@media only screen and (min-width: 768px) {
  .error-404.not-found .page-content,
  .no-results.not-found .page-content {
    margin: calc(3 * 1rem) calc(10% + 60px) calc(1rem / 2);
  }
}

.error-404.not-found .search-submit,
.no-results.not-found .search-submit {
  vertical-align: middle;
  margin: 1rem 0;
}

.error-404.not-found .search-field,
.no-results.not-found .search-field {
  width: 100%;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
/* Site footer */
footer .full-container {
  width: 100%;
}

footer .full-container .footer-main {
  background-color: #485859;
  padding: 52px 125px;
  justify-content: space-between;
}

footer .full-container .footer-main .container {
  max-width: 852px;
}

footer ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

footer h4 {
  font-family: "Oswald", sans-serif;
  color: #BABE56;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.026rem;
}

footer form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

footer form label {
  color: #CACAB5;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
}

footer form .form-group {
  margin-right: 16px;
}

footer form .form-group .form-control {
  background-color: rgba(175, 175, 157, 0.33);
  border: none;
  height: calc( 1.5em + .75em + 10px);
  color: white;
}

footer form .signup-btn {
  background-color: #BABE56;
  color: #2B5050;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
  height: calc( 1.5em + .75em + 10px);
  padding: .375rem 1.75rem;
}

footer .footer-social {
  display: flex;
  flex-direction: column;
  margin-right: auto;
}

footer .footer-social .fa-youtube-square::before {
  content: "\f431";
}

footer .footer-social ul {
  padding-left: 0;
}

footer .footer-social ul li {
  margin-bottom: 1.5rem;
}

footer .footer-social ul li a i {
  color: #FBF8E5;
  font-size: 37px;
  font-weight: 400;
  margin-right: 15px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

footer .footer-social ul li:hover a i {
  color: #519CDB;
}

footer .footer-apps {
  margin-left: auto;
}

footer .footer-apps__badges a:not(:last-child) {
  margin-right: 10px;
}

footer .footer-apps__badges img {
  width: 128px;
  height: 41px;
}

footer .footer-detail {
  background-color: #2D3434;
  padding: 34px 135px 0 135px;
  -ms-flex-direction: column;
}

footer .footer-detail .footer-detail-links {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

footer .footer-detail .footer-detail-links ul {
  justify-content: space-evenly;
  padding-inline-start: 0px;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

footer .footer-detail .footer-detail-links li:not(:last-child) {
  margin-right: 30px;
}

footer .footer-detail .footer-detail-links li:hover a {
  color: #519CDB;
}

footer .footer-detail .footer-detail-links a {
  color: #AFAF9D;
  font-size: 14px;
}

footer .footer-detail .footer-copyright {
  color: #AFAF9D;
  font-size: 13px;
  text-align: center;
  padding: 25px 0;
}

/*--------------------------------------------------------------
## Hero
--------------------------------------------------------------*/
.hero {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hero img {
  width: 100%;
}

.hero .hero-textbox {
  position: absolute;
  top: 55%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  padding: 20px;
  z-index: 2;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 1300px;
}

.hero .hero-textbox h1 {
  text-align: center;
  letter-spacing: 0.0825rem;
}

.hero .hero-textbox .hero-icons {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  max-width: 1330px;
  margin-bottom: 40px;
}

.hero .hero-textbox .hero-icons .icon {
  margin: 0 50px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  flex-direction: column;
  width: 54px;
}

.hero .hero-textbox .hero-icons .icon svg {
  margin-bottom: 4px;
  height: 50px;
  width: 50px;
}

.hero .hero-textbox .hero-icons .icon p {
  text-align: center;
  line-height: 21px;
  font-weight: 600;
}

.hero .hero-textbox .hero-links {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 54px;
}

.hero .hero-textbox .hero-links a {
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  margin: 0 40px;
  text-decoration: none;
}

.hero .hero-textbox .hero-links a i {
  color: #AED416;
}

.hero .hero-textbox .hero-links a:first-child {
  margin-left: 0px;
}

.hero .hero-textbox .hero-links a:last-child {
  margin-right: 0px;
}

.hero .hero-textbox .hero-btn {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero .hero-textbox .hero-btn a {
  margin: 0 12px;
}

.hero .hero-textbox .hero-btn a button {
  background-color: #AED416;
  color: #003730;
  font-weight: 700;
}

.hero .hero-textbox .hero-btn a button:hover {
  background: #519CDB;
  color: #fff;
}

.hero .hero-overlay {
  position: absolute;
  background: linear-gradient(0deg, rgba(44, 46, 38, 0.5), rgba(44, 46, 38, 0.5));
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.homepage-hero,
.single-grant .hero,
.page-template-Grants .hero {
  height: 85vh;
}

.homepage-hero img,
.single-grant .hero img,
.page-template-Grants .hero img {
  min-height: 80vh;
  max-height: 80vh;
  object-fit: cover;
}

.single-priorityspecie .hero,
.page-template-page-prev-priorityspecie .hero {
  height: 60vh;
}

.single-priorityspecie .hero img,
.page-template-page-prev-priorityspecie .hero img {
  min-height: 60vh;
  max-height: 60vh;
  object-fit: cover;
}

.single-priorityspecie .hero h1,
.page-template-page-prev-priorityspecie .hero h1 {
  margin-bottom: 51px;
}

.page-template-Grants .hero-textbox {
  width: 1120px;
}

.page-template-Grants .hero-textbox h1 {
  margin-bottom: 1.65rem;
}

.page-template-Grants .hero-textbox .hero-btn a button {
  width: 222px;
}

/*Other Templates*/
.banner-hero {
  height: 50vh;
}

.banner-hero img {
  min-height: 50vh;
  max-height: 50vh;
  object-fit: cover;
}

.banner-hero .hero-textbox h1 {
  margin-bottom: 50px;
}

.banner-hero .hero-textbox button {
  min-width: 251px;
}

.hero-banner {
  height: 36vh;
}

.hero-banner img {
  min-height: 36vh;
  max-height: 36vh;
  object-fit: cover;
}

@media (min-width: 1200px) {
  .homepage-hero .hero-textbox {
    width: 1200px;
  }
}

@media (max-width: 1200px) {
  .homepage-hero .hero-textbox {
    width: 740px;
  }
  .homepage-hero .hero-textbox h1 {
    font-size: 54px;
  }
  .homepage-hero .hero-textbox .hero-links a {
    margin: 0 20px;
  }
  .page-template-Grants .hero .hero-textbox {
    width: 660px;
  }
  .page-template-Grants .hero .hero-textbox .hero-icons {
    margin-bottom: 10px;
  }
  .page-template-Grants .hero .hero-textbox .hero-icons .icon {
    margin-bottom: 25px;
  }
  .page-template-Grants .hero .hero-textbox .hero-icons .icon:first-child {
    order: 7;
  }
}

@media (max-width: 991px) {
  .banner-hero .hero-textbox h1 {
    margin-bottom: 25px;
  }
  .page-template-Grants .hero {
    height: 90vh;
  }
  .page-template-Grants .hero img {
    min-height: 90vh;
    max-height: 90vh;
  }
}

@media (max-width: 768px) {
  .hero .hero-textbox h1 {
    font-size: 2.44em;
  }
  .homepage-hero .hero-textbox {
    width: 560px;
  }
  .homepage-hero .hero-textbox .hero-links {
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
  }
  .homepage-hero .hero-textbox .hero-links a {
    margin: 12px 0;
  }
  .page-template-Grants .hero .hero-textbox h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 600px) {
  .hero .hero-textbox h1 {
    font-size: 1.75em;
  }
  .homepage-hero .hero-textbox {
    width: 400px;
  }
  .page-template-Grants .hero .hero-textbox {
    width: 480px;
    padding: 16px;
  }
  .page-template-Grants .hero .hero-textbox p {
    font-size: 16px;
  }
  .page-template-Grants .hero .hero-textbox .hero-icons {
    justify-content: space-around;
  }
  .page-template-Grants .hero .hero-textbox .hero-icons .icon {
    margin: 0 25px;
    margin-bottom: 20px;
  }
  .page-template-Grants .hero .hero-textbox .hero-btn {
    flex-direction: column;
  }
  .page-template-Grants .hero .hero-textbox .hero-btn a {
    margin-bottom: 15px;
  }
  .single-grant .hero {
    height: 100vh;
  }
  .single-grant .hero img {
    min-height: 100vh;
    max-height: 100vh;
  }
}

@media (max-width: 480px) {
  .hero .hero-textbox h1 {
    font-size: 2em;
  }
  .page-template-Grants .hero .hero-textbox {
    width: 388px;
    padding: 5px;
  }
  .page-template-Grants .hero .hero-textbox .hero-icons .icon {
    margin: 5px 19px;
    width: 40px;
  }
  .page-template-Grants .hero .hero-textbox .hero-icons .icon:nth-of-type(3) {
    margin-left: 12px;
    margin-right: 30px;
  }
  .page-template-Grants .hero .hero-textbox .hero-icons .icon:nth-of-type(4) {
    margin-right: 28px;
  }
  .page-template-Grants .hero .hero-textbox .hero-btn a button {
    width: 178px;
    font-size: 16px;
  }
  .page-template-Grants .hero,
  .home .hero {
    height: 100vh;
  }
  .page-template-Grants .hero img,
  .home .hero img {
    min-height: 100vh;
    max-height: 100vh;
  }
}

@media (max-width: 380px) {
  .page-template-Grants .hero .hero-textbox {
    width: 370px;
  }
  .page-template-Grants .hero .hero-textbox .hero-icons .icon:nth-of-type(3) {
    margin-left: 1px;
    margin-right: 21px;
  }
  .page-template-Grants .hero .hero-textbox .hero-icons .icon svg {
    width: 38px;
    height: 38px;
  }
}

html {
  scroll-behavior: smooth;
}

.anchor-main {
  display: flex;
}

.anchor-main .anchor-menu {
  white-space: nowrap;
  background: #FAF9F0;
  font: 1.125rem "Source Sans Pro", sans-serif, sans-serif;
  text-transform: capitalize;
  width: 30%;
}

.anchor-main .anchor-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: calc(30% - 5.313rem);
}

.anchor-main .anchor-menu ul li {
  border-bottom: 0.0625rem solid #E0E0D0;
  padding-left: 1.15rem;
  padding-right: 1.76rem;
}

.anchor-main .anchor-menu ul li:hover, .anchor-main .anchor-menu ul li.current {
  background: white;
  cursor: pointer;
  color: #003730;
}

.anchor-main .anchor-menu ul li:hover a, .anchor-main .anchor-menu ul li.current a {
  color: #003730;
}

.anchor-main .anchor-menu ul li:hover a::after, .anchor-main .anchor-menu ul li:hover a::before, .anchor-main .anchor-menu ul li.current a::after, .anchor-main .anchor-menu ul li.current a::before {
  display: inline-block;
  width: 30px;
}

.anchor-main .anchor-menu ul li:hover a::before, .anchor-main .anchor-menu ul li.current a::before {
  content: '\25ac';
  font-style: normal;
  font-size: 58px;
  color: #E3AE26;
  float: left;
  margin-left: -41px;
  margin-top: -39px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.anchor-main .anchor-menu ul li:hover a::after, .anchor-main .anchor-menu ul li.current a::after {
  font-family: 'Font Awesome\ 5 Free';
  font-size: 25px;
  font-weight: 600;
  color: #E3AE26;
  content: '\f054';
  float: right;
  margin-top: -5px;
  margin-right: -42px;
}

.anchor-main .anchor-menu ul li a {
  display: block;
  padding: 0.875rem 0.9rem;
  color: #969687;
  text-decoration: none;
}

.anchor-main .anchor-content {
  width: 70%;
}

.anchor-main .anchor-content h2 span {
  margin-top: -120px;
  /* Size of fixed header */
  padding-bottom: 120px;
  display: block;
}

.anchor-main .anchor-content section {
  padding: 3rem;
  margin: 0 0 2rem 0;
}

@media (max-width: 991px) {
  .anchor-main .anchor-content section {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

/* Only stick if you can fit */
@media (min-height: 300px) {
  .anchor-menu ul, .accordion-menu ul {
    position: sticky;
    top: 75px;
  }
}

.accordion-menu {
  white-space: nowrap;
  background: #FAF9F0;
  font: 1.125rem "Source Sans Pro", sans-serif, sans-serif;
  text-transform: none;
  font-weight: 600;
  flex-basis: 410px;
  flex-shrink: 0;
  padding-bottom: 92px;
}

.accordion-menu h3 {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  color: #969687;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 1px solid #E0E0D0;
  padding-bottom: 5px;
  padding-top: 20px;
  margin-bottom: 24px;
}

.accordion-menu .pagenav {
  padding-left: 5.313rem;
}

.accordion-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.accordion-menu ul ul li {
  display: block;
}

.accordion-menu ul li {
  border-bottom: 0.0625rem solid #E0E0D0;
  padding-left: 0;
}

.accordion-menu ul li:last-child {
  border-bottom: 0px;
}

.accordion-menu ul li:hover {
  cursor: pointer;
  color: #003730;
  background-color: #fff;
}

.accordion-menu ul li:hover > a {
  color: #003730;
  border-left: 10px solid #E3AE26;
}

.accordion-menu ul li:hover > a::after {
  display: inline-block;
  width: 30px;
}

.accordion-menu ul li:hover > a::after {
  font-family: 'Font Awesome\ 5 Free';
  font-size: 25px;
  font-weight: 600;
  color: #E3AE26;
  content: '\f054';
  float: right;
  margin-top: -5px;
  margin-right: -42px;
  margin-left: 10px;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
}

.accordion-menu ul li.current_page_item {
  background: white;
  cursor: pointer;
  color: #003730;
}

.accordion-menu ul li.current_page_item > a {
  color: #003730;
  border-left: 10px solid #E3AE26;
  font-weight: 700;
}

.accordion-menu ul li.current_page_item > a::after {
  display: inline-block;
  width: 30px;
}

.accordion-menu ul li.current_page_item > a::after {
  font-family: 'Font Awesome\ 5 Free';
  font-size: 25px;
  font-weight: 600;
  color: #E3AE26;
  content: '\f054';
  float: right;
  margin-top: -5px;
  margin-right: -42px;
  margin-left: 10px;
}

.accordion-menu ul li.current_page_item.page_item_has_children > a:after, .accordion-menu ul li.current_page_parent > a:after, .accordion-menu ul li.current_page_parent.page_item_has_children > a:after {
  transform: rotate(90deg);
  color: #E3AE26;
}

.accordion-menu ul li.current_page_item.page_item_has_children .children, .accordion-menu ul li.current_page_parent .children, .accordion-menu ul li.current_page_parent.page_item_has_children .children {
  display: block;
}

.accordion-menu ul li.current_page_item.page_item_has_children .children a, .accordion-menu ul li.current_page_parent .children a, .accordion-menu ul li.current_page_parent.page_item_has_children .children a {
  margin-left: -10px;
}

.accordion-menu ul li.current_page_parent {
  background: white;
}

.accordion-menu ul li.current_page_parent > a {
  color: #003730;
}

.accordion-menu ul li a {
  display: block;
  white-space: normal;
  padding: 0.875rem 0.9rem;
  padding-right: 45px;
  border-left: 10px solid transparent;
  color: #969687;
  text-decoration: none;
  line-height: 1.2;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
}

.accordion-menu ul li .children {
  display: none;
  padding-left: 10px;
}

.accordion-menu ul li .children li:last-child {
  border-bottom: none;
}

@media (max-width: 991px) {
  .accordion-menu {
    padding-bottom: 0;
    background-color: white;
  }
  .accordion-menu h3 {
    display: none;
  }
  .accordion-menu .pagenav {
    padding-left: 0;
  }
  .page-child .accordion-menu .page_item {
    display: block;
  }
  .page-child .accordion-menu .current_page_item, .page-child .accordion-menu .current_page_parent {
    display: block;
  }
  .page-child .accordion-menu .current_page_item .page_item, .page-child .accordion-menu .current_page_parent .page_item {
    display: block;
  }
  .page-child .accordion-menu .current_page_item > a, .page-child .accordion-menu .current_page_parent > a {
    border-left: 10px solid transparent;
  }
  .page-child .accordion-menu .current_page_item > a:after, .page-child .accordion-menu .current_page_parent > a:after {
    display: none;
  }
  .page-child .depth-1.accordion-menu .page_item {
    display: block;
  }
  .page-child.page-parent .depth-1.accordion-menu .page_item {
    display: none;
  }
  .page-child.page-parent .depth-1.accordion-menu .current_page_item, .page-child.page-parent .depth-1.accordion-menu .current_page_parent {
    display: block;
  }
  .page-child.page-parent .depth-1.accordion-menu .current_page_item .page_item, .page-child.page-parent .depth-1.accordion-menu .current_page_parent .page_item {
    display: block;
  }
}

/* Popups */
.pum-theme-rco-main-popup.pum .pum-title {
  margin-bottom: 30px;
}

.pum.pum-theme-warning-message .pum-container, .pum.pum-theme-info-message .pum-container {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  margin-left: 0 !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: #EFEFEF;
  padding-right: 60px !important;
  min-height: 46px;
}

.pum.pum-theme-warning-message .pum-container:before, .pum.pum-theme-info-message .pum-container:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f071";
  color: #b7000e;
  margin-right: 10px;
}

.pum.pum-theme-warning-message .pum-container .pum-title, .pum.pum-theme-info-message .pum-container .pum-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  margin-right: 10px;
  line-height: 1 !important;
}

.pum.pum-theme-info-message .pum-container {
  background-color: #FAF9F0;
}

.pum.pum-theme-info-message .pum-container:before {
  content: "\f06a";
  color: #E3AE26;
}

.pum-open-overlay-disabled {
  margin-top: 46px !important;
}

@media (max-width: 991px) {
  .pum.pum-theme-warning-message .pum-container, .pum.pum-theme-info-message .pum-container {
    min-height: 70px;
  }
  .pum-open-overlay-disabled {
    margin-top: 70px !important;
  }
}

@media (max-width: 575px) {
  .pum-open-overlay-disabled {
    margin-top: 112px !important;
  }
  .pum.pum-theme-warning-message .pum-container, .pum.pum-theme-info-message .pum-container {
    display: block !important;
    min-height: 112px;
  }
  .pum.pum-theme-warning-message .pum-container:before, .pum.pum-theme-info-message .pum-container:before {
    float: left;
  }
}

/* Widgets */
.widget {
  margin: 0 0 1rem;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

.widget a {
  color: #0073aa;
}

.widget a:hover {
  color: #005177;
}

.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
  padding: 0;
  list-style: none;
}

.widget_archive ul li,
.widget_categories ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li {
  color: #767676;
  font-family: "Source Sans Pro", sans-serif;
  font-size: calc(18px * 1.125);
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.widget_archive ul ul,
.widget_categories ul ul,
.widget_meta ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_rss ul ul {
  counter-reset: submenu;
}

.widget_archive ul ul > li > a::before,
.widget_categories ul ul > li > a::before,
.widget_meta ul ul > li > a::before,
.widget_nav_menu ul ul > li > a::before,
.widget_pages ul ul > li > a::before,
.widget_recent_comments ul ul > li > a::before,
.widget_recent_entries ul ul > li > a::before,
.widget_rss ul ul > li > a::before {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  content: "– " counters(submenu, "– ", none);
  counter-increment: submenu;
}

.widget_tag_cloud .tagcloud {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
}

.widget_search .search-field {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  .widget_search .search-field {
    width: auto;
  }
}

.widget_search .search-submit {
  display: block;
  margin-top: 1rem;
}

.widget_calendar .calendar_wrap {
  text-align: center;
}

.widget_calendar .calendar_wrap table td,
.widget_calendar .calendar_wrap table th {
  border: none;
}

.widget_calendar .calendar_wrap a {
  text-decoration: underline;
}

/* Media Queries */
@media (min-width: 1600px) {
  .split-container .split {
    padding: 60px 150px;
  }
  .page-template-page-priority-species-filter .filter__content {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    padding-right: 51px;
  }
  .page-template-page-priority-species-filter .filter__content h1 {
    text-align: center;
  }
}

@media (min-width: 1440px) {
  .page-template-page-councilmembers .content .main-content,
  .page-template-page-councilmeeeting .content .main-content {
    margin: 0 auto;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
  }
}

@media (max-width: 1400px) {
  .page-template-page-priority-species-filter .filter__side {
    padding: 27px !important;
  }
}

@media (max-width: 998px) {
  .page-template-page-priority-species-filter .filter__side {
    display: none;
  }
  .page-template-page-priority-species-filter .filter__content {
    width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .page-template-page-priority-species-filter .filter__content h1 {
    text-align: center;
  }
  .page-template-page-priority-species-filter .filter__content .cards-container {
    padding: 0px;
  }
  .page-template-page-priority-species-filter .filter__content .cards-container .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 991px) {
  .split-container .split {
    padding: 60px;
  }
  header .second-navbar {
    padding-right: 20px;
    padding-top: 0px;
  }
  header .second-navbar.menu-open .navbar-toggler span {
    margin: 0;
    background-color: #5C6C55;
  }
  header .second-navbar.menu-open .navbar-toggler span:first-of-type {
    transform: rotate(45deg);
  }
  header .second-navbar.menu-open .navbar-toggler span:nth-of-type(2) {
    transform: rotate(-45deg);
    margin-top: -2px;
  }
  header .second-navbar.menu-open .navbar-toggler span:last-of-type {
    display: none;
  }
  header .second-navbar.menu-open .navbar-toggler, header .second-navbar.menu-open .navbar-brand {
    position: relative;
    z-index: 1;
  }
  header .second-navbar.menu-open .navbar-collapse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  header .second-navbar.menu-open .collapse {
    display: block;
  }
  header .second-navbar.menu-open .navbar-nav {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    background: white;
    padding-top: 122px;
    height: 100vh;
    text-align: center;
    box-sizing: border-box;
  }
  header .second-navbar.menu-open .navbar-nav li {
    margin-bottom: 34px;
    margin-right: 0px;
  }
  header .second-navbar.menu-open .navbar-nav a {
    font-size: 18px;
    color: #5C6C55;
  }
  header .second-navbar.menu-open .search-form-dynamic {
    display: block;
    z-index: 1;
  }
  footer .full-container .footer-main {
    padding: 52px;
  }
  .meetings__container {
    flex-direction: column;
    align-items: center;
  }
  .single-accomplishment h1 {
    font-size: 2.625rem;
  }
  .page-template-page-councilmembers .content .side-content,
  .page-template-page-councilmeeeting .content .side-content {
    background: transparent;
  }
  .single-priorityspecie .post-nav .species-nav .icon-wrapper__icon {
    width: 2.5rem;
    height: 2.5rem;
  }
  .single-priorityspecie .post-nav .species-nav__list {
    display: none;
  }
}

@media (min-width: 991px) and (max-width: 1066px) {
  .page-template-page-councilmembers .content .side-content .accordion-menu .pagenav ul li a,
  .page-template-page-councilmeeeting .content .side-content .accordion-menu .pagenav ul li a {
    align-items: center;
    display: flex;
    display: -ms-flexbox;
  }
}

@media (max-width: 768px) {
  h2 {
    font-size: 1.8em;
  }
  .split-container {
    flex-direction: column;
    justify-content: center;
  }
  .split-container .split {
    padding: 60px 30px;
    width: 100%;
  }
  footer .newsletter-signup {
    width: 100%;
  }
  footer .newsletter-signup form {
    align-items: flex-start;
    flex-direction: column;
  }
  footer .newsletter-signup form .form-group {
    width: 100%;
  }
  footer .footer-social ul li {
    width: calc(100% / 4);
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
  }
  footer .footer-detail .footer-detail-links ul {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    -ms-flex-direction: column;
    padding-left: 0;
  }
  footer .footer-detail .footer-detail-links li {
    margin-right: 0 !important;
    margin-bottom: 8px;
  }
  .single-accomplishment h2,
  .single-priorityspecie h2,
  .page-template-page-prev-priorityspecie h2 {
    text-align: center;
  }
  .single-accomplishment .header-container,
  .single-priorityspecie .header-container,
  .page-template-page-prev-priorityspecie .header-container {
    padding-bottom: 0;
  }
  .single-accomplishment .header-container h1,
  .single-priorityspecie .header-container h1,
  .page-template-page-prev-priorityspecie .header-container h1 {
    font-size: 2.25rem;
  }
  .single-accomplishment .content,
  .single-priorityspecie .content,
  .page-template-page-prev-priorityspecie .content {
    flex-direction: column-reverse;
  }
  .single-accomplishment .content .wp-block-button a,
  .single-priorityspecie .content .wp-block-button a,
  .page-template-page-prev-priorityspecie .content .wp-block-button a {
    position: relative;
    left: 50%;
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
  .single-accomplishment .content .main-content,
  .single-accomplishment .content .side-content,
  .single-priorityspecie .content .main-content,
  .single-priorityspecie .content .side-content,
  .page-template-page-prev-priorityspecie .content .main-content,
  .page-template-page-prev-priorityspecie .content .side-content {
    width: 100%;
    padding: 0;
  }
  .single-accomplishment .content .side-content,
  .single-priorityspecie .content .side-content,
  .page-template-page-prev-priorityspecie .content .side-content {
    margin-bottom: 50px;
    text-align: center;
  }
  .page-template-page-priority-species-filter .filter__content {
    width: 100%;
  }
  .page-template-page-priority-species-filter .filter__content h1 {
    text-align: center;
  }
  .page-template-page-priority-species-filter .filter__side {
    display: none;
  }
  .page-template-page-councilmembers h2,
  .page-template-page-councilmeeeting h2 {
    text-align: center;
  }
}

@media (max-width: 600px) {
  header svg {
    width: 230px;
    height: auto;
  }
  footer .footer-main {
    padding: 65px 40px;
  }
  footer .footer-detail {
    padding: 40px 40px 10px 40px;
  }
  footer .full-container h5 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  footer .full-container .footer-main {
    padding: 52px 30px;
  }
  footer .full-container .footer-main .container {
    flex-direction: column;
    align-items: center;
  }
  footer .full-container .footer-main .container .social-media {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
  }
  footer .full-container .footer-main .container .social-media .newsletter-signup {
    margin-bottom: 80px;
  }
  footer .full-container .footer-main .container .social-media i {
    font-size: 50px;
  }
  footer .full-container .footer-main .container .social-media .footer-social h4, footer .full-container .footer-main .container .social-media .footer-apps h4 {
    text-align: center;
  }
  footer .full-container .footer-main .container .social-media .footer-social {
    margin-right: initial;
  }
  footer .full-container .footer-main .container .social-media .footer-social ul li a i {
    margin-right: 0;
  }
  footer .full-container .footer-main .container .social-media .footer-apps {
    margin-left: initial;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .single-priorityspecie .post-nav .species-nav .icon-wrapper {
    margin-bottom: 10px;
  }
  .single-priorityspecie .post-nav .species-nav__left {
    flex-direction: column;
    align-items: flex-start !important;
    flex-wrap: wrap;
  }
  .single-priorityspecie .post-nav .species-nav__right {
    flex-direction: column-reverse;
    align-items: flex-end !important;
    flex-wrap: wrap;
  }
  .page-template-page-accomplishments .hero .hero-textbox h1 {
    font-size: 2.44em;
  }
}

@media (max-width: 575px) {
  header svg {
    width: 200px;
  }
  footer i {
    font-size: 42px;
  }
  .page-template-page-grant-overview .custom-section {
    padding: 0 10px;
    margin-bottom: 0;
  }
  .page-template-page-grant-overview div.split-tan {
    margin-bottom: 50px;
  }
  .page-template-page-accomplishments .header-container {
    padding-bottom: 0px;
  }
  .page-template-page-accomplishments .cards-container .container .row .card .card-img-top {
    height: 20vh;
  }
}

@media (max-width: 480px) {
  h2 {
    font-size: 1.7em;
  }
  h3 {
    font-size: 1.4em;
  }
  .split-container {
    flex-direction: column;
  }
  .split-container .split {
    width: 100%;
    margin-bottom: 61px;
  }
  header svg {
    width: 180px;
  }
  header .second-navbar {
    padding-left: 0.0625rem;
  }
  header .second-navbar .navbar-toggler span {
    width: 25px;
    height: 1.5px;
    margin-bottom: 8px;
  }
  h1 {
    font-size: 2em;
  }
  .page-template-page-grant-overview .hero .row .col {
    margin-bottom: 51px;
  }
}

@media (max-width: 360px) {
  header svg {
    width: 130px;
  }
  h1 {
    font-size: 2em;
  }
}

@media (min-width: 240px) {
  .form-group input {
    max-width: 100%;
  }
}

.wp-block.editor-post-title__block .editor-post-title__input {
  font-family: "Source Sans Pro", sans-serif;
  color: #003730;
  font-size: 3rem;
}

.wp-block-heading.editor-rich-text h1 {
  font-size: 3.625rem;
  color: #003730;
}

.wp-block-heading.editor-rich-text h2 {
  font-size: 2.3125rem;
  color: #003730;
}

.wp-block-heading.editor-rich-text h3 {
  font-size: 1.5rem;
  color: #2D3434;
}

.wp-block-heading.editor-rich-text h4 {
  font-size: 1.3125rem;
  color: #2D3434;
}

.wp-block-heading.editor-rich-text h5 {
  font-size: 1.25rem;
  color: #003730;
}

.wp-block-heading.editor-rich-text h6 {
  font-size: 18px;
  color: #5C6C55;
}

.wp-block-paragraph {
  color: #2D3434;
}

.entry-content-page p {
  color: #2D3434;
}

.wp-block-button {
  text-transform: uppercase;
  font: 1.125em "Source Sans Pro", sans-serif;
  font-weight: 700;
}

.wp-block-button .wp-block-button__link {
  background: #409EA3;
  color: #fff;
  border-radius: 4px;
}

.wp-block-button .wp-block-button__link:hover {
  background: #519CDB;
}

.wp-block-button.is-style-hero-button .wp-block-button__link {
  background: #AED416;
  color: #003730;
  border-radius: 4px;
}

.wp-block-button.is-style-hero-button .wp-block-button__link:hover {
  background: #519CDB;
  color: #fff;
}

.wp-block-table {
  border-bottom: 1px solid #E0E0D0;
}

.wp-block-table td {
  border: 1px solid #E0E0D0;
  word-break: normal;
}

.is-style-striped-columns td:nth-child(even) {
  background: #FAF9F0;
}

.is-style-striped-columns tr:first-child {
  background: #2B5050;
  color: #fff;
  font-size: .9444rem;
  font-weight: 600;
}

.is-style-striped-columns tr:first-child td {
  background: #2B5050;
  border: 1px solid #2B5050;
}

.is-style-striped-rows tr:first-child {
  background: #2B5050;
  color: #fff;
  font-size: .9444rem;
  font-weight: 600;
}

.is-style-striped-rows tr:first-child td {
  border: 1px solid #2B5050;
}

.is-style-striped-rows tr:nth-child(odd):not(:first-child) {
  background: #FAF9F0;
}

.is-style-categorized-rows > tbody > tr:first-child > td:first-child {
  color: #fff;
}

.is-style-categorized-rows td:nth-child(odd) {
  background: #FAF9F0;
}

.is-style-categorized-rows td:first-child {
  background: #EFEFEF;
  text-align: right;
  font-size: .9444rem;
  color: #003730;
  font-weight: 700;
  border-right: transparent;
}

.is-style-categorized-rows tr:first-child {
  background: #2B5050;
  color: #fff;
  font-size: .9444rem;
  font-weight: 700;
}

.is-style-categorized-rows tr:first-child td {
  background: #2B5050;
  border: 1px solid #2B5050;
  font-weight: 700;
}

.editor-block-list__block-edit,
.entry-content-page {
  font: 18px "Source Sans Pro", sans-serif;
  color: #2D3434;
}

.editor-block-list__block-edit ol li,
.entry-content-page ol li {
  list-style-type: decimal;
}

.editor-block-list__block-edit li,
.entry-content-page li {
  list-style-type: disc;
}

.wp-block-file,
.wp-block-editor-block-list__block {
  margin-bottom: 0.725rem;
}

.wp-block-file a,
.wp-block-editor-block-list__block a {
  color: #485859;
  font-size: 0.9444rem;
  font-weight: 600;
}

.wp-block-file a::before,
.wp-block-editor-block-list__block a::before {
  content: '\f56d';
  font-family: "Font Awesome\ 5 Free";
  color: #AED416;
  margin-right: 6px;
}

.wp-block-file a:hover,
.wp-block-editor-block-list__block a:hover {
  color: #519CDB;
}

.wp-block-file a:hover::before,
.wp-block-editor-block-list__block a:hover::before {
  color: #519CDB;
}

.wp-block-file .wp-block-file__button,
.wp-block-editor-block-list__block .wp-block-file__button {
  display: none;
}

.is-style-file-button {
  margin-bottom: 2rem;
}

.is-style-file-button a {
  background: #409EA3;
  color: #fff;
  padding: 12px 16px 12px 20px;
  border-radius: 4px;
  text-transform: uppercase;
}

.is-style-file-button a::before {
  color: #fff;
}

.is-style-file-button:hover a {
  background: #519CDB;
  color: #fff;
}

.is-style-file-button:hover a::before {
  color: #fff;
}

.wp-block-column {
  margin-top: 20px;
  margin-bottom: 20px;
}

.wp-block-column .wp-block-image figcaption {
  display: none;
}

.wp-block-column h2, .wp-block-column h3, .wp-block-column h4 {
  text-align: center;
}

.wp-block-column p {
  color: #000;
  margin-bottom: 25px;
}

.wp-block-column .wp-block-button a.wp-block-button__link {
  font-size: 16px;
}

.wp-block-image figcaption {
  font-size: 14px;
  text-align: initial;
}

.wp-block-embed {
  position: relative;
  height: 0;
  padding-top: 30px;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.wp-block-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 782px) {
  .wp-block-column {
    flex-basis: 100%;
  }
  .wp-block-column .wp-block-file {
    text-align: center;
  }
  .wp-block-column:nth-child(2n) {
    margin-left: 0px;
  }
}

@media (max-width: 768px) {
  .wp-block-file {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
  }
  .wp-block-file a {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
  }
}

/* Grants */
.page-template-page-grant-overview h2 {
  margin-bottom: 31px;
}

.page-template-page-grant-overview h2, .page-template-page-grant-overview h3 {
  text-align: center;
}

.page-template-page-grant-overview .btn-primary {
  position: relative;
  left: 50%;
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.page-template-page-grant-overview .custom-section {
  margin: 60px 30px 113px;
}

.page-template-page-grant-overview .custom-section p {
  line-height: 25px;
  margin-bottom: 28px;
}

.page-template-page-grant-overview .custom-section .col {
  padding-left: 20px;
  padding-right: 20px;
}

.page-template-page-grant-overview .items-list-container {
  max-width: 560px;
}

.page-template-page-grant-overview .grant-split {
  border-top: 1px solid #EFEFEF;
}

.page-template-page-grant-overview .split-tan h4 {
  margin-bottom: 6px;
}

.page-template-page-grant-overview .split-tan p {
  margin-bottom: 2px;
}

.page-template-page-grant-overview .split-tan .grant-news-container {
  margin-bottom: 33px;
}

.page-template-page-grant-overview .header-container {
  border-bottom: none;
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .grant-news-container {
    margin-bottom: 40px;
  }
  .grant-news-container h4 {
    text-align: center;
  }
  .grant-news-container p {
    margin-bottom: 5px;
  }
  .page-template-page-grant-overview .custom-section {
    margin-left: 0;
    margin-right: 0;
  }
}

/* 404 Page */
.fourohfour {
  padding: 15px;
}

@media (min-width: 768px) {
  .fourohfour {
    padding: 25px 20px;
  }
}

.fourohfour__title {
  font-size: 116px;
  font-weight: 900;
  line-height: 1.5;
  color: #485859;
  text-shadow: 2px 2px #000;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.fourohfour__subtitle {
  margin: 0 auto;
  padding: 0 15px 15px 15px;
  text-align: center;
  color: #111;
  font-weight: 400;
}

@media (min-width: 768px) {
  .fourohfour__subtitle {
    padding-bottom: 25px;
  }
}

/* Search Results */
.searchpage .page-header {
  margin: 70px 0;
  text-align: center;
}

.searchpage__title {
  font-weight: 400;
}

.searchpage__term {
  font-weight: 600;
}

.searchpage__result {
  max-width: 750px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 52px;
}

@media (min-width: 900px) {
  .searchpage__result {
    max-width: 800px;
  }
}

@media (min-width: 1100px) {
  .searchpage__result {
    max-width: 900px;
  }
}

.searchpage__result--content {
  padding-right: 10px;
}

.searchpage__result--title {
  font-weight: 700;
  color: #2D3434;
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  .searchpage__result--title {
    text-align: center;
  }
}

.searchpage__result--excerpt {
  margin-bottom: 6px;
  color: #000;
}

.searchpage__result--arrow {
  margin-left: auto;
}

@media (max-width: 600px) {
  .searchpage__result--arrow {
    display: none;
  }
}

.searchpage__result--none {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
  font-weight: 400;
}

.searchpage .items-list-container .icon-wrapper {
  margin-right: 0;
}

.searchpage__pagination .navigation.pagination .nav-links {
  padding: 20px 0 42px 0;
  margin: 0 auto;
  text-align: center;
}

.searchpage__pagination .navigation.pagination .nav-links .page-numbers {
  color: #AFAF9D;
  padding: 0 10px;
}

@media (max-width: 450px) {
  .searchpage__pagination .navigation.pagination .nav-links .page-numbers {
    padding: 0 5px;
  }
}

.searchpage__pagination .navigation.pagination .nav-links .page-numbers.current {
  color: #485859;
}

.searchpage__pagination .navigation.pagination .nav-links .next.page-numbers,
.searchpage__pagination .navigation.pagination .nav-links .prev.page-numbers {
  color: #485859;
  padding: 0 20px;
  font-size: 19px;
}

@media (max-width: 450px) {
  .searchpage__pagination .navigation.pagination .nav-links .next.page-numbers,
  .searchpage__pagination .navigation.pagination .nav-links .prev.page-numbers {
    padding: 0 10px;
  }
}

/* Priority Species */
.single-priorityspecie .content h2:not(:first-child), .page-template-page-prev-priorityspecie .content h2:not(:first-child) {
  margin-top: 52px;
}

.single-priorityspecie .content .side-content, .page-template-page-prev-priorityspecie .content .side-content {
  background-color: transparent;
}

.single-priorityspecie .content .side-content a.fact-sheet i, .page-template-page-prev-priorityspecie .content .side-content a.fact-sheet i {
  margin-right: 7px;
}

.single-priorityspecie .content .side-content .resources, .page-template-page-prev-priorityspecie .content .side-content .resources {
  margin-bottom: 30px;
}

.single-priorityspecie .content .side-content .resources__forms, .page-template-page-prev-priorityspecie .content .side-content .resources__forms {
  margin-bottom: 0.625rem;
}

.single-priorityspecie .content .side-content .resources__forms a, .page-template-page-prev-priorityspecie .content .side-content .resources__forms a {
  display: flex;
  line-height: 20px;
}

.single-priorityspecie .content .side-content .resources__forms a span, .page-template-page-prev-priorityspecie .content .side-content .resources__forms a span {
  display: flex;
  align-items: center;
}

.single-priorityspecie .post-nav, .page-template-page-prev-priorityspecie .post-nav {
  background-color: #FAF9F0;
  padding: 30px;
}

.single-priorityspecie .post-nav .species-nav, .page-template-page-prev-priorityspecie .post-nav .species-nav {
  width: 100%;
}

.single-priorityspecie .post-nav .species-nav span, .page-template-page-prev-priorityspecie .post-nav .species-nav span {
  color: #A2A65C;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.single-priorityspecie .post-nav .species-nav .icon-wrapper, .page-template-page-prev-priorityspecie .post-nav .species-nav .icon-wrapper {
  margin-right: 21px;
  position: relative;
}

.single-priorityspecie .post-nav .species-nav .icon-wrapper div i, .page-template-page-prev-priorityspecie .post-nav .species-nav .icon-wrapper div i {
  font-size: 32px;
}

.single-priorityspecie .post-nav .species-nav__right.none, .page-template-page-prev-priorityspecie .post-nav .species-nav__right.none {
  visibility: hidden;
  margin-left: auto;
}

.single-priorityspecie .post-nav .species-nav__left.none, .page-template-page-prev-priorityspecie .post-nav .species-nav__left.none {
  visibility: hidden;
  margin-right: auto;
}

.single-priorityspecie .post-nav .species-nav a, .page-template-page-prev-priorityspecie .post-nav .species-nav a {
  color: #485859;
  font-size: 21px;
  font-weight: 700;
}

.single-priorityspecie .post-nav .species-nav__left, .page-template-page-prev-priorityspecie .post-nav .species-nav__left {
  margin-right: auto;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}

.single-priorityspecie .post-nav .species-nav__list, .page-template-page-prev-priorityspecie .post-nav .species-nav__list {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.single-priorityspecie .post-nav .species-nav__right, .page-template-page-prev-priorityspecie .post-nav .species-nav__right {
  margin-left: auto;
  text-align: right;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}

.single-priorityspecie .post-nav .species-nav__right .icon-wrapper, .page-template-page-prev-priorityspecie .post-nav .species-nav__right .icon-wrapper {
  margin-right: 0;
  margin-left: 21px;
}

.page-template-page-prev-priorityspecie .content {
  display: flex;
  padding: 44px 30px 100px;
  max-width: 1440px;
  margin: 0 auto;
}

.page-template-page-prev-priorityspecie .header-container {
  padding-bottom: 0px;
  border-bottom: 0px;
}

.page-template-page-priority-species-filter .filter {
  display: flex;
  display: -ms-flexbox;
  background-color: #EFEFEF;
}

.page-template-page-priority-species-filter .filter__side {
  width: 30%;
  padding: 27px 50px 27px 80px;
  background-color: #fff;
}

.page-template-page-priority-species-filter .filter__side h2 {
  font: 16px 'Oswald', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #75766E;
  margin-bottom: 0;
}

.page-template-page-priority-species-filter .filter__side h2 span {
  display: block;
}

.page-template-page-priority-species-filter .filter__side h4 {
  font-size: 20px;
  color: #003730;
}

.page-template-page-priority-species-filter .filter__side svg {
  margin-top: -20px;
  width: 100%;
}

.page-template-page-priority-species-filter .filter__side form {
  /*Sort By Dropdown*/
}

.page-template-page-priority-species-filter .filter__side form ul li ul li ul li {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}

.page-template-page-priority-species-filter .filter__side form .sf-field-sort_order {
  display: -ms-flexbox;
  display: flex;
}

.page-template-page-priority-species-filter .filter__side form .sf-field-sort_order h4 {
  font: 14px 'Oswald', sans-serif;
  font-weight: 500;
  color: #75766E;
  text-transform: uppercase;
  margin-right: 6px;
  padding-bottom: 6px;
  display: flex;
  align-items: center;
}

.page-template-page-priority-species-filter .filter__side form .sf-field-sort_order h4::after {
  content: ':';
}

.page-template-page-priority-species-filter .filter__side form .sf-field-sort_order label select {
  height: 45px;
  padding: 4px 10px 6px 10px;
}

.page-template-page-priority-species-filter .filter__content {
  width: 70%;
  padding: 51px;
}

.page-template-page-priority-species-filter .filter__content h1 {
  font-size: 37px;
  color: #003730;
  margin-bottom: 30px;
}

.page-template-page-priority-species-filter .filter__content .cards-container {
  border-top: 0px;
}

.page-template-page-priority-species-filter .filter__content .cards-container .container .row .card {
  position: relative;
  padding: 0px;
  margin-left: 26px;
  margin-right: 26px;
}

.page-template-page-priority-species-filter .filter__content .cards-container .container .row .card:hover .overlay {
  background-color: rgba(64, 158, 163, 0.75);
  opacity: 1;
}

.page-template-page-priority-species-filter .filter__content .cards-container .container .row .card .card-img-top {
  height: 10vh;
}

.page-template-page-priority-species-filter .filter__content .cards-container .container .row .card .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  border-radius: 7px;
}

.page-template-page-priority-species-filter .filter__content .cards-container .container .row .card .overlay .text {
  width: 100%;
  padding: 15px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-template-page-priority-species-filter .filter__content .cards-container .container .row .card .overlay .text p {
  font-size: 24px;
  color: white;
  text-align: center;
  font-weight: 600;
}

/* Staff */
.page-template-page-staff .content {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  background-color: #EFEFEF;
}

.page-template-page-staff .content .side-content {
  width: 28%;
}

.page-template-page-staff .content .main-content {
  width: 72%;
  padding: 52px;
  max-width: none;
}

@media (max-width: 991px) {
  .page-template-page-staff .content .side-content {
    background: #fff;
  }
}

@media (max-width: 768px) {
  .page-template-page-staff .content,
  .page-template-page-councilmembers .content {
    flex-direction: column;
  }
  .page-template-page-staff .content .side-content,
  .page-template-page-councilmembers .content .side-content {
    display: none;
  }
  .page-template-page-staff .content .main-content,
  .page-template-page-councilmembers .content .main-content {
    width: 100%;
  }
  .page-template-page-staff .content .main-content .staff-card,
  .page-template-page-councilmembers .content .main-content .staff-card {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    align-items: center;
  }
  .page-template-page-staff .content .main-content .staff-card .contact-info,
  .page-template-page-councilmembers .content .main-content .staff-card .contact-info {
    text-align: center;
  }
  .page-template-page-staff .content .main-content .staff-card .profile-info,
  .page-template-page-councilmembers .content .main-content .staff-card .profile-info {
    margin-right: 0px;
  }
  .page-template-page-staff .content .main-content .staff-card .profile-info img,
  .page-template-page-councilmembers .content .main-content .staff-card .profile-info img {
    max-width: 200px;
    height: 200px;
    margin-right: 0px;
  }
}

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