@charset "UTF-8";
/*!
	Theme Name: City of Seattle 2018
	Theme URI: https://www.seattle.gov
	Description: This is a child theme created for the Genesis Framework.
	Author: City of Seattle
	Author URI: https://www.seattle.gov
	Version: 1.0.0

	Tags: custom-background, custom-header, featured-images, two-columns

	Template: genesis
	Template Version: 2.6.1
	Text Domain: sea18
	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/
@font-face {
  font-family: "Seattle Text";
  font-weight: normal;
  font-style: normal;
  src: url("/wp-content/themes/genesis-sea/assets/fonts/SeattleText-Regular-V3.eot");
  src: url("/wp-content/themes/genesis-sea/assets/fonts/SeattleText-Regular-V3.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/genesis-sea/assets/fonts/SeattleText-Regular-V3.woff") format("woff");
}
@font-face {
  font-family: "Seattle Text";
  font-weight: bold;
  font-style: normal;
  src: url("/wp-content/themes/genesis-sea/assets/fonts/SeattleText-Bold-V3.eot");
  src: url("/wp-content/themes/genesis-sea/assets/fonts/SeattleText-Bold-V3.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/genesis-sea/assets/fonts/SeattleText-Bold-V3.woff") format("woff");
}
@font-face {
  font-family: "Seattle Text";
  font-weight: normal;
  font-style: italic;
  src: url("/wp-content/themes/genesis-sea/assets/fonts/SeattleText-Italic-V3.eot");
  src: url("/wp-content/themes/genesis-sea/assets/fonts/SeattleText-Italic-V3.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/genesis-sea/assets/fonts/SeattleText-Italic-V3.woff") format("woff");
}
@font-face {
  font-family: "Seattle Text";
  font-weight: bold;
  font-style: italic;
  src: url("/wp-content/themes/genesis-sea/assets/fonts/SeattleText-BoldItalic-V3.eot");
  src: url("/wp-content/themes/genesis-sea/assets/fonts/SeattleText-BoldItalic-V3.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/genesis-sea/assets/fonts/SeattleText-BoldItalic-V3.woff") format("woff");
}
/* Begin Standalone Header Override */
body { /* body needed to increase general specificity over injected css */
  /*Header size after converting to "Open Sans" font*/
}
body #sgGlobalHead {
  background: #26272d !important;
}
body #sgGlobalHead .sgLogo:before {
  background-color: #26272d !important;
  filter: grayscale(100%);
}
body .sgSpacer {
  display: none !important;
}
@media (min-width: 576px) and (max-width: 767px) {
  body .sg-grid {
    -ms-grid-columns: 1fr repeat(12, 45px) 1fr;
    grid-template-columns: 1fr repeat(12, 45px) 1fr;
  }
}
@media (min-width: 768px) {
  body .sg-grid {
    -ms-grid-columns: 1fr repeat(12, 57.5px) 1fr;
    grid-template-columns: 1fr repeat(12, 57.5px) 1fr;
  }
}
@media (min-width: 992px) {
  body .sg-grid {
    -ms-grid-columns: 1fr repeat(12, 77.83333px) 1fr;
    grid-template-columns: 1fr repeat(12, 77.83333px) 1fr;
  }
}
@media (min-width: 1200px) {
  body .sg-grid {
    -ms-grid-columns: 1fr repeat(12, 78.5px) 1fr;
    grid-template-columns: 1fr repeat(12, 78.5px) 1fr;
  }
}
@media (min-width: 1292px) {
  body .sg-grid {
    -ms-grid-columns: 1fr repeat(12, 105.66667px) 1fr;
    grid-template-columns: 1fr repeat(12, 105.66667px) 1fr;
  }
}
body h1 {
  font-size: 2.375rem;
}
body h2 {
  font-size: 1.875rem;
}
body h3 {
  font-size: 1.625rem;
}
body h4 {
  font-size: 1.375rem;
}
body h5 {
  font-size: 0.875rem;
}

/* End Standalone Header Override */
#deptHeader {
  padding: 10px 0px 15px;
  position: relative;
}
#deptHeader:after {
  clear: both;
  display: block;
  content: "";
}
#deptHeader #deptInfo .blogTitle {
  font-family: "Open Sans";
  font-size: 2.2em;
  font-weight: bold;
  color: #000;
}
#deptHeader #deptInfo .blogTitle:after {
  display: block;
  content: "";
}
#deptHeader #deptInfo .deptTitle {
  font-size: 1.1em;
  margin-top: -5px;
  display: inline-block;
  color: #000;
}
#deptHeader #top-nav_Wrap {
  position: relative;
}
#deptHeader #top-nav_LeftGradient,
#deptHeader #top-nav_RightGradient {
  position: absolute;
  width: 15%;
  top: 0;
  bottom: 0;
  display: none;
  pointer-events: none;
}
#deptHeader #top-nav_LeftGradient {
  left: 0;
}
#deptHeader #top-nav_RightGradient {
  right: 0;
}
#deptHeader #top-nav_LeftGradient[data-overflowing=both],
#deptHeader #top-nav_RightGradient[data-overflowing=both],
#deptHeader #top-nav_LeftGradient[data-overflowing=left],
#deptHeader #top-nav_RightGradient[data-overflowing=right] {
  display: inline-block;
}
#deptHeader nav {
  float: right;
  margin-top: -40px;
}
#deptHeader nav ul {
  list-style: none;
  padding: 0px;
  margin-bottom: 20px;
}
#deptHeader nav ul:after {
  clear: both;
  display: block;
  content: "";
}
#deptHeader nav li {
  float: left;
  padding: 0px 40px 0px 0px;
  font-size: 1.05rem;
  display: block;
  height: 25px;
}
#deptHeader nav li:nth-last-child(2) {
  padding-right: 20px;
}
#deptHeader nav li:last-child {
  border-left: 1px solid #26272d;
  padding-right: 0px;
  padding-left: 20px;
}
#deptHeader nav a {
  font-weight: bold;
  color: #26272d;
  text-transform: uppercase;
  padding: 20px 0px 5px 0px;
  position: relative;
  width: 100%;
  border-bottom: 3px solid #007749;
}
#deptHeader nav a:hover {
  text-decoration: none;
}
#deptHeader nav button {
  font-family: "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  color: #26272d;
  float: left;
  display: inline-block;
  padding: 0px 0px 3px 0px;
  margin: 0;
  border: 0px;
  background: 0px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  width: 100%;
}
#deptHeader nav button#topicToggle.active svg {
  transform: rotate(180deg);
}
#deptHeader nav button#topicToggle svg {
  color: #007749;
}
#deptHeader nav button#topicToggle.active {
  border-bottom: 3px solid #007749;
}
#deptHeader nav button#searchToggle {
  color: #007749;
  padding: 0px 0px 7px 0px;
}
#deptHeader nav button#searchToggle svg {
  font-size: 1.25em;
}
#deptHeader nav button#searchToggle.current-menu-item {
  border-bottom: 3px solid #007749;
}
#deptHeader nav button.current-menu-item:before,
#deptHeader nav a.current-menu-item:before,
#deptHeader nav .current-menu-item a:before,
#deptHeader nav a:active:before, #deptHeader nav a.active:before,
#deptHeader nav button:active:before, #deptHeader nav button.active:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  width: 100%;
  bottom: 0px;
}
@media (max-width: 991px) {
  #deptHeader nav {
    float: none;
    margin-top: 20px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  #deptHeader nav ul {
    float: left;
  }
  #deptHeader nav li {
    float: none;
    display: inline-block;
  }
  #deptHeader nav li:first-child {
    padding-left: 0px;
  }
  #deptHeader nav li > button {
    float: none;
  }
  #deptHeader nav::-webkit-scrollbar {
    display: none;
  }
}

#topics {
  display: none;
  background: #f1f1f1;
  color: #fff;
  padding: 20px;
}
#topics h2 {
  font-family: "Montserrat";
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #007749;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #000;
}
#topics ul {
  list-style: none;
  padding: 0px;
}
#topics a {
  color: #000;
  text-decoration: none;
}
#topics .current-post-parent > a,
#topics .current-menu-item > a,
#topics a:hover {
  color: #000;
}
#topics .menu {
  column-gap: 30px;
}
@media (min-width: 768px) {
  #topics .menu {
    column-count: 3;
  }
}
#topics .menu > li {
  margin-bottom: 20px;
  -webkit-column-break-inside: avoid;
  column-break-inside: avoid;
  page-break-inside: avoid;
}
#topics .menu > li > a {
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 3px solid #007749;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 10px;
}
#topics .menu > li > a:hover {
  background: transparent;
  border-bottom: 3px solid #000;
}
#topics .menu > li > ul > li {
  margin-bottom: 5px;
}

#search {
  width: 100%;
  background: #3d3d3d;
  height: 0px;
  transition: all 0.2s;
  position: relative;
}
#search.active {
  height: 110px;
}
#search.active form {
  display: block;
}
#search .container {
  position: relative;
}
#search form {
  top: 20px;
  height: 120px;
  position: absolute;
  width: 100%;
  padding-right: 15px;
  box-sizing: border-box;
  display: block;
  line-height: 0px;
  display: none;
  z-index: 1000;
}
#search input[type=text] {
  width: 100%;
  height: 60px;
  display: block;
  background: transparent;
  color: #fff;
  font-size: 1rem;
  padding-left: 0px;
  border: 0px;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
}
@media (min-width: 768px) {
  #search input[type=text] {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  #search input[type=text] {
    font-size: 2rem;
  }
}
#search input[type=text]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
}
#search input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}
#search input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
#search button.btn {
  width: 90px;
  height: 40px;
  overflow: hidden;
  background: #fff;
  border: 0px;
  padding: 0px;
  position: absolute;
  right: 30px;
  top: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.85em;
  cursor: pointer;
}
@media (min-width: 576px) {
  #search button.btn {
    right: 15px;
  }
}
@media (min-width: 768px) {
  #search button.btn {
    width: 120px;
  }
}
#search button.btn:hover {
  background: #000;
  color: #fff;
}

#searchDismiss {
  z-index: 500;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: transparent;
  display: none;
}

#headerHeroImage {
  height: 350px;
  background: url("/wp-content/themes/genesis-sea/assets/img/simpleTemplateDefaultHeader.jpg");
  background-repeat: no-repeat !important;
  background-position: center !important;
  margin-bottom: 20px;
  max-width: 1920px;
  margin: auto;
}

.listingsHeader + #headerHeroImage {
  display: none;
}

.translationContainter {
  float: right;
}
.translationContainter #translate {
  padding: 0;
  min-width: 200px;
  position: relative;
  top: 12px;
  height: 28px;
  font-size: 16px;
  background-color: #fff;
  z-index: 102;
  cursor: pointer;
}
.translationContainter #translate .hidden {
  display: none;
}
.translationContainter #translate .translate__dropdown {
  background-color: #fff;
  min-width: 100%;
  max-width: 240px;
}
.translationContainter #translate .translate__dropdown.expanded {
  padding-bottom: 10px;
  position: relative;
  z-index: 2;
  display: table;
  width: auto;
  border: solid 1px #26272d;
  border-top: 1px solid transparent;
}
.translationContainter #translate .translate__dropdown.collapsed {
  border-top: solid 1px transparent;
  border-left: 1px solid #26272d;
  float: left;
  height: 28px;
}
.translationContainter #translate .translate__label {
  float: right;
  margin-top: 5px;
  max-width: 200px;
  width: 100%;
}
.translationContainter #translate .translate__label svg {
  color: #000;
  position: relative;
  top: 2px;
  margin: 0 5px 0 5px;
  float: right;
}
.translationContainter #translate .translate__link, .translationContainter #translate .menu__link {
  cursor: pointer;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  padding-top: 0;
  width: auto;
}
.translationContainter #translate .translate__link {
  float: right;
  position: absolute;
  right: 24px;
}
.translationContainter #translate .menu__link {
  width: 100%;
}
.translationContainter #translate .menu--lang {
  list-style: none;
  margin: 20px 0 0 0;
  width: 100%;
  padding-left: 20px;
  float: left;
}
.translationContainter #translate .menu__item {
  margin: 5px 0;
}

#cityHeader .translate__disclaimer {
  float: right;
  position: absolute;
  top: 40px;
  white-space: nowrap;
  right: 14px;
  text-align: right;
}
#cityHeader .translate__disclaimer a {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  padding-top: 0;
  min-width: 200px;
  font-size: 14px;
}
#cityHeader .translate__disclaimer a:hover {
  text-decoration: underline;
}

.featuredPhotoCredit {
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 10px;
  display: inline-block;
  position: relative;
  float: right;
  margin-right: 60px;
  margin-top: 280px;
}

button#openPhotoCredit,
button#closePhotoCredit {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
  border: none;
}

@media (min-width: 601px) and (max-width: 767px) {
  .translationContainter {
    margin-right: 20px;
  }
}
@media (max-width: 600px) {
  #deptHeader nav li:last-child {
    border-left: 1px solid transparent;
  }
  .translationContainter {
    width: 100%;
    margin-right: 0;
    float: left;
    display: table;
    border: none;
    position: relative;
    height: 60px;
  }
  .translationContainter #translate {
    top: 10px;
    float: right;
    z-index: 10;
    border: solid 1px #26272d;
    height: 30px;
  }
  .translationContainter #translate .translate__dropdown {
    height: 30px;
    z-index: 1;
    position: relative;
    margin-bottom: 5px;
    border-top: none;
    right: 0;
  }
  .translationContainter #translate .translate__dropdown.collapsed {
    border-top: none;
    border-left: none;
  }
  .translationContainter #translate .translate__dropdown.expanded {
    position: absolute;
    width: 200px;
    right: -1px;
  }
  .translationContainter #translate .translate__dropdown .translate__label {
    top: 5px;
  }
  #cityHeader .translate__disclaimer {
    top: 106px;
    font-size: 14px;
    position: absolute;
    white-space: inherit;
    z-index: 2;
  }
  #cityHeader .translate__disclaimer a {
    color: #000;
  }
  .featuredPhotoCredit {
    display: none;
  }
}
.hidden {
  display: none;
}

#allBlogs {
  background: #f1f1f1;
  padding: 0px;
}
#allBlogs #allBlogsToggle {
  width: 100%;
  background: #fff;
  border: 0px;
  border-radius: 3px;
  padding: 5px 0px;
  font-weight: bold;
  margin: 20px 0px;
  cursor: pointer;
}
#allBlogs #allBlogsToggle:hover {
  background: #26272d;
  color: #fff;
}
#allBlogs #allBlogsToggle.active svg {
  transform: rotate(180deg);
}
#allBlogs #allBlogsToggle svg {
  color: #007749;
}
#allBlogs #theBlogs {
  display: none;
  background: #f1f1f1;
  color: #fff;
  padding: 0px;
  border-bottom: 1px solid #ececec;
}
#allBlogs #theBlogs nav {
  column-gap: 30px;
  padding: 40px 0px;
}
@media (min-width: 768px) {
  #allBlogs #theBlogs nav {
    column-count: 3;
  }
}
#allBlogs #theBlogs nav > div {
  margin-bottom: 35px;
  -webkit-column-break-inside: avoid;
  column-break-inside: avoid;
  page-break-inside: avoid;
}
#allBlogs #theBlogs nav h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 3px solid #007749;
  padding-bottom: 5px;
  display: inline-block;
  color: #000;
}
#allBlogs #theBlogs nav ul {
  list-style: none;
  padding: 0px;
}
#allBlogs #theBlogs nav a {
  text-decoration: none;
  color: #000;
}
#allBlogs #theBlogs nav a:hover {
  text-decoration: underline;
}

/*Social Media*/
.contactTileSocialMediaWrapper {
  margin-top: 30px;
}

.contactTileSocialMediaWrapper a {
  color: #000;
  margin: 0 6px 0 0;
  height: 26px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.contactTileSocialMediaWrapper a svg {
  font-size: 26px;
  color: #000;
}
.contactTileSocialMediaWrapper a:hover svg {
  color: #003da5;
}
.contactTileSocialMediaWrapper a:hover .hoverFill {
  display: block;
  background: #fff;
  width: 21px;
  height: 21px;
  margin-top: -24px;
  margin-left: 1px;
  position: absolute;
  z-index: -1;
  border-radius: 8px;
}
.contactTileSocialMediaWrapper a:hover .fa-wordpress ~ .hoverFill,
.contactTileSocialMediaWrapper a:hover .fa-pinterest ~ .hoverFill {
  width: 24px;
  height: 24px;
  margin-top: -25px;
  border-radius: 11px;
}
.contactTileSocialMediaWrapper a:hover .fa-envelope-open-text ~ .hoverFill {
  width: 24px;
  height: 20px;
  margin-top: -22px;
  border-radius: 11px;
}

/*Top Requests*/
[id^=top-request-wrapper] {
  padding-top: 20px;
  padding-bottom: 50px;
}

[id^=top-request-wrapper] h2 {
  font-size: 27px;
  margin: 0px 0px 20px 0px;
  text-transform: none;
}

#featuredTileContainer [id^=top-request-wrapper] h3.tileTitle {
  color: #fff;
  background-color: #000;
  font-size: 22px;
  margin: -20px -15px 20px -15px;
  padding: 25px;
}

[id^=request-lists] {
  line-height: 130%;
  font-size: 14px;
}

[id^=request-lists] ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  counter-reset: li-counter;
}

[id^=request-lists] ol > li {
  display: inline-block;
  width: 100%;
}

[id^=request-lists] ol > li:before {
  content: counter(li-counter);
  counter-increment: li-counter;
  display: block;
  float: left;
  width: 30px;
  width: 28px;
  margin: 0px 0px 10px 0px;
  padding: 5px 0px;
  background: #666;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  border-radius: 100px;
}

[id^=request-lists] ol > li a {
  color: #000;
  margin-left: 5px;
  padding: 4px 5px 5px 5px;
  float: left;
  width: 85%;
}

[id^=request-lists] ol > li a:hover {
  background: #333;
  color: #fff;
  text-decoration: none;
}

/* seattle footer */
.seafooter18Wrapper {
  background: #26272d;
  color: #fff;
  font-size: 20px;
}
.seafooter18Wrapper #seafooter18 {
  padding-top: 19px;
}
.seafooter18Wrapper #seaFooter18Col1 h2 {
  font-size: 34px;
  font-weight: bold;
  font-family: "Open Sans", Arial;
  color: #fff;
  margin-top: 20px;
}
.seafooter18Wrapper #seaFooter18Col1 p {
  line-height: 34px;
}
.seafooter18Wrapper #seaFooter18Col1 #subsribeNewsletter .subscribeLinkHeader {
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}
.seafooter18Wrapper #seaFooter18Col1 #subsribeNewsletter .btn-default {
  font-weight: bold;
  color: #26272d;
  background-color: #fff;
  padding: 12px;
  text-decoration: none;
  border-radius: 2px;
  font-size: 16px;
  padding: 10px 16px;
}
.seafooter18Wrapper #seaFooter18Col1 #subsribeNewsletter .btn-default:hover {
  color: #fff;
  background-color: #003da5;
  border-color: #fff;
}
.seafooter18Wrapper #seaFooter18Col1 #subsribeNewsletter .subscribeLinkFooter {
  font-style: italic;
  margin-top: 20px;
}
.seafooter18Wrapper #seaFooter18Col1 #subsribeNewsletter svg {
  margin-left: 4px;
}
.seafooter18Wrapper #seaFooter18Col1 .ContactComponent .contactAddress p {
  line-height: 30px;
}
.seafooter18Wrapper #seaFooter18Col1 .ContactComponent .contactAddress .address, .seafooter18Wrapper #seaFooter18Col1 .ContactComponent .contactAddress .phone, .seafooter18Wrapper #seaFooter18Col1 .ContactComponent .contactAddress .phoneAlt, .seafooter18Wrapper #seaFooter18Col1 .ContactComponent .contactAddress .fax, .seafooter18Wrapper #seaFooter18Col1 .ContactComponent .contactAddress .hours {
  font-weight: bold;
}
.seafooter18Wrapper #seaFooter18Col1 .ContactComponent .contactAddress .phoneNumber, .seafooter18Wrapper #seaFooter18Col1 .ContactComponent .contactAddress .phoneAltNumber {
  pointer-events: none;
}
.seafooter18Wrapper #seaFooter18Col1 .ContactComponent .contactAddress a {
  text-decoration: underline;
}
.seafooter18Wrapper #seaFooter18Col1 #col1Link0 {
  width: 280px;
  height: 35px;
  text-align: center;
  border: solid 1px #fff;
  padding: 0;
  margin-bottom: 15px;
  margin-top: 20px;
}
.seafooter18Wrapper #seaFooter18Col1 #col1Link0:hover {
  background: #fff;
  cursor: pointer;
}
.seafooter18Wrapper #seaFooter18Col1 #col1Link0:hover > a {
  color: #26272d;
  padding: 0;
}
.seafooter18Wrapper #seaFooter18Col1 #col1Link1, .seafooter18Wrapper #seaFooter18Col1 #col1Link2, .seafooter18Wrapper #seaFooter18Col1 #col1Link3 {
  width: 50%;
}
.seafooter18Wrapper #seaFooter18Col1 #col1Link1 {
  float: left;
}
.seafooter18Wrapper #seaFooter18Col1 #col1Link1 a {
  padding-right: 1px;
}
.seafooter18Wrapper #seaFooter18Col1 #col1Link2, .seafooter18Wrapper #seaFooter18Col1 #col1Link3 {
  float: right;
}
.seafooter18Wrapper #seaFooter18Col1 > div:before {
  font-family: "FontAwesome";
  font-size: 32px;
  display: block;
  float: left;
  width: 36px;
  margin-top: -5px;
  text-align: center;
}
.seafooter18Wrapper #seaFooter18Col1 #col1Link1:before {
  content: "\f007";
}
.seafooter18Wrapper #seaFooter18Col1 #col1Link2:before {
  content: "\f1ea";
  margin-right: 10px;
}
.seafooter18Wrapper #seaFooter18Col1 #col1Link3:before {
  content: "\f073";
  margin-right: 10px;
}
.seafooter18Wrapper #seaFooter18Col2 h2 {
  font-weight: bold;
  font-size: 28px;
  color: #fff;
  padding-left: 5px;
  margin: 25px 0 7px 0;
}
.seafooter18Wrapper #seaFooter18Col2 ul {
  list-style: none;
  padding-left: 5px;
}
.seafooter18Wrapper #seaFooter18Col2 a {
  line-height: 40px;
}
.seafooter18Wrapper #seaFooter18Col2 svg, .seafooter18Wrapper #seaFooter18Col2 i {
  font-size: 25px;
  margin-right: 8px;
}
.seafooter18Wrapper #seaFooter18Col1:after, .seafooter18Wrapper #seaFooter18Col2:after {
  display: block;
  position: absolute;
  content: " ";
  width: 0;
  height: 258px;
  border-right: solid 1px #fff;
  top: 21px;
  right: 0;
}
.seafooter18Wrapper #seaFooter18Col3 h2, .seafooter18Wrapper #seaFooter18Col3 h3.tileTitle {
  font-weight: bold;
  font-size: 28px;
  color: #fff;
  padding-left: 5px;
  margin-top: 25px 0 7px 0;
  font-family: "Open Sans", Arial;
  font-size: 28px;
}
.seafooter18Wrapper #seaFooter18Col3 ul {
  list-style: none;
  padding-left: 5px;
}
.seafooter18Wrapper .departmentExcerpt {
  padding: 30px 11px 0 11px;
  font-size: 18px;
}
.seafooter18Wrapper .departmentExcerpt p {
  margin-bottom: 0;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.seafooter18Wrapper [id^=request-lists] ol > li:before {
  content: counter(li-counter) ".";
  background: none;
  font-weight: normal;
  font-size: 20px;
  border-radius: none;
  margin: 0;
  padding: 5px 0;
  line-height: 29.5px;
}
.seafooter18Wrapper [id^=top-request-wrapper] {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.seafooter18Wrapper [id^=top-request-wrapper] h2, .seafooter18Wrapper [id^=top-request-wrapper] h3 {
  margin: 25px 0 7px 0;
}
.seafooter18Wrapper [id^=top-request-wrapper] [id^=request-lists] {
  line-height: 0;
}
.seafooter18Wrapper [id^=top-request-wrapper] [id^=request-lists] ol {
  font-size: 20px;
  margin-bottom: 10px;
}
.seafooter18Wrapper [id^=top-request-wrapper] [id^=request-lists] ol > li a {
  margin-left: 0;
  max-width: 85%;
  width: auto;
}
.seafooter18Wrapper .contactTileSocialMediaWrapper {
  margin-top: 0;
}
.seafooter18Wrapper .contactTileSocialMediaWrapper a svg {
  color: #fff;
}
.seafooter18Wrapper .contactTileSocialMediaWrapper a:hover {
  color: #003da5;
}

.seafooter18Wrapper a:not(.socialMediaContactItem), .seafooter18Wrapper [id^=request-lists] ol > li a {
  color: #fff;
  line-height: 30px;
  padding: 5px 0;
  font-size: 20px;
}

.seafooter18Wrapper a:not(.socialMediaContactItem):hover, .seafooter18Wrapper [id^=request-lists] ol > li a:hover {
  color: #26272d;
  background: #fff;
  text-decoration: none;
  padding: 5px 0;
}

.seafooter18Wrapper a.socialMediaContactItem:hover svg {
  color: #003da5;
  background: transparent;
}

.seafooter18Wrapper.global {
  padding-bottom: 10px;
}

.seafooter18Wrapper.department #seaFooter18Col1 .ContactComponent .contactAddress p {
  line-height: 30px;
}
.seafooter18Wrapper.department #seaFooter18Col1 .ContactComponent .contactAddress p .address {
  font-size: 100%;
  color: #fff;
}

.footerBottom18Wrapper {
  background: #26272d;
}
.footerBottom18Wrapper #footerBottom18 {
  color: #fff;
}
.footerBottom18Wrapper #footerBottom18 .copyRight {
  text-align: center;
  font-style: italic;
  padding: 30px 0 10px 0;
}
.footerBottom18Wrapper #footerBottom18 .copyRight .cosLogo {
  background: url("//www.seattle.gov/images/2015_img/logo_bw.png");
  background-size: auto auto;
  background-size: cover;
  width: 70px;
  height: 70px;
  margin: auto;
}
.footerBottom18Wrapper #footerBottom18 .copyRight .text {
  padding: 10px 0;
}
.footerBottom18Wrapper #footerBottom18 .subLinks {
  text-align: center;
  margin-bottom: 30px;
}
.footerBottom18Wrapper #footerBottom18 .subLinks h2 {
  color: #fff;
}
.footerBottom18Wrapper #footerBottom18 .subLinks .link {
  width: 33%;
}
.footerBottom18Wrapper #footerBottom18 .subLinks .link a {
  color: #fff;
  padding: 5px 0;
}
.footerBottom18Wrapper #footerBottom18 .subLinks .link a:hover {
  color: #26272d;
  background: #fff;
  text-decoration: none;
}
.footerBottom18Wrapper #footerBottom18 .subLinks .link:not(:last-child) {
  border-right: solid 1px #fff;
  padding: 0 10px;
}
.footerBottom18Wrapper #footerBottom18 .subLinks .link:last-child {
  padding-left: 10px;
}

@media (max-width: 992px) {
  .seafooter18Wrapper #seaFooter18Col1 {
    padding-bottom: 20px;
  }
  .seafooter18Wrapper #seaFooter18Col1 #col1Link0 {
    margin-bottom: 20px;
  }
  .seafooter18Wrapper #seaFooter18Col1 #col1Link2, .seafooter18Wrapper #seaFooter18Col1 #col1Link3 {
    padding-left: 53px;
  }
  .seafooter18Wrapper #seaFooter18Col1:after {
    border-right: none;
  }
  .seafooter18Wrapper #seaFooter18Col3 {
    padding-left: 50px;
  }
}
@media (max-width: 575px) {
  .seafooter18Wrapper {
    padding: 0 20px;
    font-size: 16px;
  }
  .seafooter18Wrapper a:not(.socialMediaContactItem) {
    font-size: 16px;
  }
  .seafooter18Wrapper #seaFooter18Col1 {
    padding-bottom: 21px;
  }
  .seafooter18Wrapper #seaFooter18Col1 h2 {
    font-size: 26px;
  }
  .seafooter18Wrapper #seaFooter18Col1 .ContactComponent .contactAddress .phoneNumber, .seafooter18Wrapper #seaFooter18Col1 .ContactComponent .contactAddress .phoneAltNumber {
    pointer-events: auto;
  }
  .seafooter18Wrapper #seaFooter18Col1 #col1Link0:after {
    display: block;
    position: relative;
    content: " ";
    width: 100%;
    padding-bottom: 30px;
    border-bottom: solid 1px #fff;
  }
  .seafooter18Wrapper #seaFooter18Col1 #col1Link0 {
    width: 100%;
    height: 35px;
  }
  .seafooter18Wrapper #seaFooter18Col1 #col1Link1 {
    padding-top: 20px;
    margin-top: 12px;
  }
  .seafooter18Wrapper #seaFooter18Col1 #col1Link1, .seafooter18Wrapper #seaFooter18Col1 #col1Link2, .seafooter18Wrapper #seaFooter18Col1 #col1Link3 {
    width: 100%;
    padding-left: 0;
  }
  .seafooter18Wrapper #seaFooter18Col1:after, .seafooter18Wrapper #seaFooter18Col2:after, .seafooter18Wrapper #seaFooter18Col3:after {
    border-right: none;
    border-top: solid 1px #fff;
    width: 100%;
    height: 1px;
    top: 0;
    position: relative;
  }
  .seafooter18Wrapper #seaFooter18Col1 > div:before {
    margin: -7px 10px 0 0;
  }
  .seafooter18Wrapper #seaFooter18Col1:after {
    top: 168px;
  }
  .seafooter18Wrapper #seaFooter18Col2:after {
    top: -267px;
  }
  .seafooter18Wrapper .departmentExcerpt {
    padding: 0 10px;
  }
  .seafooter18Wrapper .departmentExcerpt:before {
    display: block;
    position: relative;
    content: " ";
    width: 100%;
    height: 1px;
    border-top: solid 1px #fff;
    top: -21px;
  }
  .seafooter18Wrapper #seaFooter18Col2, .seafooter18Wrapper #seaFooter18Col3 {
    width: 100%;
  }
  .seafooter18Wrapper #seaFooter18Col2 h2, .seafooter18Wrapper #seaFooter18Col3 h2 {
    font-size: 22px;
  }
  .seafooter18Wrapper #seaFooter18Col2 h2 {
    margin-top: 19px;
  }
  .seafooter18Wrapper #seaFooter18Col3 {
    padding: 0 0 4px 10px;
    margin-top: -3px;
  }
  .seafooter18Wrapper #seaFooter18Col3 [id^=top-request-wrapper] {
    margin-top: 22px;
  }
  .seafooter18Wrapper a, .seafooter18Wrapper [id^=request-lists] ol > li a {
    font-size: 16px;
  }
  .seafooter18Wrapper.department #seaFooter18Col1::after {
    top: 24px;
  }
  .seafooter18Wrapper.department #seaFooter18Col2 {
    padding-bottom: 23px;
  }
  .seafooter18Wrapper.department #seaFooter18Col2 ul {
    margin-bottom: 9px;
  }
  .seafooter18Wrapper.department #seaFooter18Col3 [id^=top-request-wrapper] {
    margin-top: 27px;
  }
  .seafooter18Wrapper.department .departmentExcerpt p {
    margin: 0 5px;
    padding-bottom: 31px;
  }
  .footerBottom18Wrapper {
    padding: 0 20px;
  }
  .footerBottom18Wrapper #footerBottom18 .subLinks {
    text-align: left;
    padding: 8px 0 0 0;
    margin-bottom: 0;
  }
  .footerBottom18Wrapper #footerBottom18 .subLinks h2 {
    color: #fff;
    font-size: 22px;
    margin: 2px 0 17px 15px;
  }
  .footerBottom18Wrapper #footerBottom18 .subLinks .link {
    width: 100%;
    float: left;
  }
  .footerBottom18Wrapper #footerBottom18 .subLinks .link a {
    line-height: 30px;
  }
  .footerBottom18Wrapper #footerBottom18 .subLinks .link:not(:last-child), .footerBottom18Wrapper #footerBottom18 .subLinks .link:last-child {
    border-right: none;
    padding-left: 15px;
  }
  .footerBottom18Wrapper #footerBottom18 .copyRight {
    padding-top: 20px;
  }
  .footerBottom18Wrapper #footerBottom18:before {
    display: block;
    position: relative;
    content: " ";
    width: 100%;
    border-top: solid 1px #fff;
    top: -9px;
    height: 1px;
  }
}
.content-sidebar #content-sidebar-wrap {
  padding-top: 60px;
}
.content-sidebar #content-sidebar-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.content-sidebar #content-sidebar-wrap #content {
  margin-bottom: 60px;
}
.content-sidebar #content-sidebar-wrap #content:after {
  display: block;
  content: "";
  width: 100%;
  clear: both;
}
.content-sidebar #content-sidebar-wrap #sidebar {
  margin-bottom: 60px;
  clear: both;
  width: 100%;
}
.content-sidebar #content-sidebar-wrap #sidebar a {
  text-decoration: none;
  font-size: 20px;
}
@media (min-width: 992px) {
  .content-sidebar #content-sidebar-wrap #content {
    width: 66%;
    float: left;
    padding-right: 15px;
  }
  .content-sidebar #content-sidebar-wrap #sidebar {
    width: 33%;
    float: right;
    padding-left: 15px;
    clear: none;
  }
}
.content-sidebar #content-sidebar-wrap img {
  max-width: 100%;
}
.content-sidebar #content-sidebar-wrap .sidebarcontainer {
  margin-bottom: 20px;
}
.content-sidebar #content-sidebar-wrap .youMightAlsoLike .thumb {
  float: left;
  padding-right: 20px;
  padding-left: 10px;
}
.content-sidebar #content-sidebar-wrap .youMightAlsoLike .link {
  padding-bottom: 20px;
}
.content-sidebar #content-sidebar-wrap .sidebarPopularTopics {
  padding-bottom: 20px;
}
.content-sidebar #content-sidebar-wrap .sidebarPopularTopics h2 {
  font-weight: bold;
}
.content-sidebar #content-sidebar-wrap .sidebarPopularTopics a {
  text-decoration: underline !important;
  margin-left: -15px;
  font-size: 20px;
}
.content-sidebar #content-sidebar-wrap .thumbnailRow {
  border-bottom: 2px solid lightgray;
  padding: 10px 0px 10px 0px;
}
.content-sidebar #content-sidebar-wrap .thumbnailRow:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
}
.content-sidebar #content-sidebar-wrap .thumbnailRow img {
  border: 1px solid lightgray;
}
.content-sidebar .breadcrumb + #content-sidebar-wrap {
  padding-top: 30px;
}

#homeFeatures {
  background: #ececec;
  padding: 15px 0px;
}
#homeFeatures .mostRead {
  background: #fff;
  padding: 20px;
  padding-right: 30px;
}
#homeFeatures .mostRead h3 {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-size: 1.37rem;
  font-weight: bold;
  text-transform: uppercase;
}
#homeFeatures .mostRead ul {
  padding-left: 20px;
  list-style: none;
}
#homeFeatures .mostRead li {
  margin-bottom: 1em;
}
#homeFeatures .mostRead li svg {
  margin: 0px 10px 0px -20px;
  color: #007749;
}
#homeFeatures .mostRead a {
  color: #000;
  text-decoration: underline;
  font-weight: bold;
}
#homeFeatures .mostRead a:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  #homeFeatures .mostRead {
    height: 280px;
  }
}
@media (min-width: 1291px) {
  #homeFeatures .mostRead {
    height: 378px;
    padding: 25px;
    padding-right: 40px;
  }
  #homeFeatures .mostRead li:before {
    margin: 7px 0px 0px -20px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #007749;
  }
  #homeFeatures .mostRead h3 {
    font-size: 1.875rem;
  }
  #homeFeatures .mostRead a {
    font-size: 1.33rem;
  }
}
#homeFeatures .featuredPost {
  background: #fff;
  margin-top: 15px;
}
#homeFeatures .featuredPost .postTile {
  margin-bottom: 0px;
}
#homeFeatures .featuredPost .postTile.backgroundImage {
  border-right: 0;
  border-left: 0;
}
#homeFeatures .featuredPost .postTile.sticky .descriptionInner {
  padding-top: 20px;
}
#homeFeatures .featuredPost .postTile.sticky:not(.active) .descriptionInner {
  height: 140px;
}
@media (min-width: 992px) {
  #homeFeatures .featuredPost {
    height: 280px;
    margin-top: 0px;
  }
  #homeFeatures .featuredPost article.postTile {
    height: 280px;
  }
  #homeFeatures .featuredPost img {
    height: 280px;
  }
}
@media (min-width: 1291px) {
  #homeFeatures .featuredPost {
    height: 378px;
  }
  #homeFeatures .featuredPost article.postTile {
    height: 378px;
  }
  #homeFeatures .featuredPost img {
    height: 378px;
  }
}
#homeFeatures .featuredPost a {
  border: 0px;
}

#homeArticles {
  padding: 15px 0px;
}

.trendingTags {
  margin-bottom: 50px;
}
.trendingTags h3 {
  font-weight: bold;
}
.trendingTags ul {
  padding: 0px;
  list-style: none;
  border-top: 1px solid #ccc;
}
.trendingTags li {
  padding: 10px 0px;
  border-bottom: 1px solid #ccc;
}
.trendingTags a {
  font-size: 1.25rem !important;
}
.trendingTags .tag-link-count {
  display: none;
}

#homeArticlesByCategory {
  padding: 30px 0px;
}
#homeArticlesByCategory .trendingTags {
  margin-bottom: 50px;
}
#homeArticlesByCategory .recentPosts .post {
  margin-bottom: 30px;
}
#homeArticlesByCategory .recentPosts .post h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
}
#homeArticlesByCategory .recentPosts .post a {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
#homeArticlesByCategory .recentPosts .post a:hover {
  color: #000;
}
#homeArticlesByCategory .recentPosts .category h4 {
  font-weight: bold;
  margin-bottom: 60px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
#homeArticlesByCategory .recentPosts .category h4 a {
  color: #00748e;
  text-decoration: underline;
}

#homeOlderPosts {
  text-align: right;
  padding-bottom: 20px;
}
#homeOlderPosts a {
  color: #000;
  text-decoration: underline;
  font-weight: bold;
  font-size: 20px;
}

article.postTile {
  margin-bottom: 20px;
  cursor: pointer;
  font-family: "Open Sans";
}
article.postTile img {
  max-width: 100%;
  width: 100%;
  height: 225px;
  display: block;
  object-fit: cover;
}
@media (max-width: 991px) {
  article.postTile img {
    height: 250px;
  }
}
@media (min-width: 992px) {
  article.postTile img {
    height: 200px;
  }
}
@media (min-width: 1292px) {
  article.postTile img {
    height: 225px;
  }
}
article.postTile.active {
  cursor: default;
}
article.postTile.active .descriptionInner {
  height: 225px;
}
article.postTile.active .descriptionInner .topMeta {
  display: block;
}
article.postTile.active .descriptionInner .full {
  display: block;
}
article.postTile.active .descriptionInner .short {
  display: none;
}
article.postTile.active .descriptionInner .tags {
  display: block;
}
article.postTile.backgroundImage {
  background-size: cover;
  background-position: center;
  border-right: solid 15px #fff;
  border-left: solid 15px #fff;
  padding: 0;
}
article.postTile .description {
  max-width: 100%;
  display: block;
  position: relative;
}
article.postTile .descriptionInner {
  position: absolute;
  bottom: 0px;
  transition: all 0.75s;
  background: rgba(241, 241, 241, 0.9);
  width: 100%;
  height: 70px;
  padding: 1px 20px;
  color: #000;
  overflow: hidden;
}
article.postTile .descriptionInner .stickyTag {
  fill: #007749;
  display: inline-flex;
  position: absolute;
  padding: 5px 10px 5px 20px;
  left: 0px;
  top: 0px;
}
article.postTile .descriptionInner .stickyTag svg {
  margin-right: 10px;
  height: 15px;
  width: 15px;
}
article.postTile .descriptionInner .stickyTag span {
  text-transform: uppercase;
  font-size: 12px;
}
article.postTile .topMeta {
  display: none;
}
article.postTile .topMeta .excerpt {
  display: block;
  margin-top: 10px;
}
article.postTile h4 {
  margin-top: 15px;
  font-size: 1.2rem;
  font-weight: bold;
  font-size: 23px;
}
article.postTile h4 a {
  text-decoration: none;
  color: #fff;
}
article.postTile h4 a:hover {
  text-decoration: underline;
}
article.postTile h4.full {
  display: none;
}
article.postTile .tags {
  display: none;
}
article.postTile .tags a {
  color: #fff;
  text-decoration: underline;
  float: left;
  margin-right: 10px;
  font-size: 0.9rem;
}
article.postTile .tags a:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  article.postTile {
    height: 250px;
  }
  article.postTile.active .descriptionInner {
    height: 250px;
  }
}
@media (min-width: 992px) {
  article.postTile {
    height: 200px;
  }
  article.postTile.active .descriptionInner {
    height: 200px;
  }
}
@media (min-width: 1291px) {
  article.postTile {
    height: 225px;
  }
  article.postTile.active .descriptionInner {
    height: 225px;
  }
  article.postTile .descriptionInner {
    height: 120px;
    padding: 1px 15px;
  }
  article.postTile h4 {
    font-size: 1.38rem;
    min-height: 60px;
    line-height: 1.2;
  }
}

article.textTile {
  background: #00748e;
  position: relative;
  padding: 15px 20px;
}
article.textTile:nth-child(n+6) {
  display: none;
}
article.textTile > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
article.textTile > a h4 {
  font-weight: bold;
  margin-bottom: 0.15rem;
}
article.textTile > a span {
  line-height: 1.1rem;
}
@media (min-width: 992px) {
  article.textTile .tags {
    position: absolute;
    bottom: 10px;
    left: 20px;
  }
}
article.textTile .tags:after {
  content: "";
  clear: both;
  display: block;
}
article.textTile .tags a {
  color: #fff;
  text-decoration: underline;
  margin-right: 10px;
}
@media (max-width: 991px) {
  article.textTile:nth-child(3), article.textTile:nth-child(5) {
    background: #007749;
  }
}
@media (min-width: 992px) {
  article.textTile {
    width: 50%;
    height: 50%;
    float: left;
  }
  article.textTile:nth-child(3), article.textTile:nth-child(4) {
    background: #007749;
  }
}
@media (min-width: 1291px) {
  article.textTile > a h4 {
    font-size: 2rem;
  }
  article.textTile > a span {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
}

img.thumb-image {
  width: 75px;
  height: 75px;
}

.entry-content {
  margin: 0 auto;
}
.entry-content .featureImage {
  margin: 22px 0 16px 0;
}
.entry-content .featureImage img {
  max-width: 100%;
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.entry-content p,
.entry-content li,
.entry-content div {
  font-size: 20px;
}
.entry-content p.wp-caption-text {
  font-size: 14px;
}
.entry-content span.caption {
  font-size: 16px;
  font-style: italic;
}
.entry-content figcaption.wp-element-caption {
  font-size: 16px;
}
.entry-content div.wp-caption {
  margin: 0 10px 0 0;
  max-width: 100%;
}
.entry-content div.wp-caption.alignright, .entry-content div.wp-caption.alignleft {
  margin-bottom: 15px;
}
.entry-content div.wp-caption.alignright {
  float: right;
  padding-left: 15px;
}
.entry-content div.wp-caption.alignleft {
  float: left;
  padding-right: 15px;
}
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-top: 30px;
}
.entry-content img.alignright, .entry-content img.alignleft {
  margin-bottom: 15px;
}
.entry-content img.alignright {
  float: right;
  margin-left: 15px;
}
.entry-content img.alignleft {
  float: left;
  margin-right: 15px;
}
.entry-content img.alignnone {
  display: block;
}
.entry-content img.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.entry-content ul {
  font-size: 20px;
}

.entry-title {
  font-weight: bold;
}

.post-info {
  font-size: 20px;
}

.post-meta {
  clear: both;
  width: 100%;
  display: block;
}
.post-meta .categories {
  display: block;
}
.post-meta .tags {
  display: block;
}

blockquote {
  background-color: #eceeef;
  font-weight: normal;
  font-size: 28px;
  padding: 30px;
  text-align: left;
}

.breadcrumb {
  background-color: none !important;
}

.relatedArticleTopic {
  margin: 8px 10px 0px 20px;
  font-size: 20px;
}

.boldheader {
  font-weight: bold;
}

.relatedContainer {
  margin-top: 20px;
}

.single.full-width-content .entry-content {
  max-width: 750px;
}
.single .entry-title .mediatext {
  text-align: center;
  font-weight: bold;
}
.single .post-info .mediatext {
  text-align: center;
  font-size: 20px;
}
.single .entry-content img {
  max-width: 100%;
  height: auto;
}

.next-prev {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-bottom: 30px;
}
.next-prev .fa-chevron-left, .next-prev .fa-chevron-right {
  color: #007749;
}

.post + .next-prev {
  margin-top: 30px;
}

.strong-view.wpmtst-default .wpmtst-testimonial-heading::before,
.wpmtst-testimonial-heading .testimonial-heading::before,
.testimonial-heading::before {
  content: url("data:image/svg+xml; utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 482' width='42px' height='42px' fill='%23007749'><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d='M0 216C0 149.7 53.7 96 120 96h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V320 288 216zm256 0c0-66.3 53.7-120 120-120h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H320c-35.3 0-64-28.7-64-64V320 288 216z'/></svg>");
  padding-right: 15px;
}

.testimonial-content p::before {
  content: url("data:image/svg+xml; utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 482' width='42px' height='42px' fill='%23007749'><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d='M0 216C0 149.7 53.7 96 120 96h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V320 288 216zm256 0c0-66.3 53.7-120 120-120h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H320c-35.3 0-64-28.7-64-64V320 288 216z'/></svg>");
  padding-right: 15px;
  display: block;
}

blockquote p:first-child::before {
  content: url("data:image/svg+xml; utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 482' width='42px' height='42px' fill='%23007749'><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d='M0 216C0 149.7 53.7 96 120 96h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V320 288 216zm256 0c0-66.3 53.7-120 120-120h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H320c-35.3 0-64-28.7-64-64V320 288 216z'/></svg>");
  padding-right: 15px;
  display: block;
}

.strong-view.wpmtst-default .wpmtst-testimonial-heading,
.wpmtst-testimonial-heading .testimonial-heading,
.testimonial-heading {
  background: none !important;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 10px;
}

.strong-view.wpmtst-default .wpmtst-testimonial-image {
  margin-top: 0px !important;
  margin-right: 15px !important;
  margin-bottom: 0px !important;
}

.strong-view.wpmtst-default .wpmtst-testimonial-image img {
  background: none repeat scroll 0 0 #FFFFFF;
  border: none !important;
  padding: 0px !important;
}

.testimonial-content p.hasheader::before {
  content: none;
}

.strong-view.wpmtst-default .wpmtst-testimonial-field,
.testimonial-name,
.wp-block-quote > cite {
  text-align: left !important;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 0px;
  font-style: normal;
}

.strong-view.wpmtst-default .wpmtst-testimonial-field::before,
.testimonial-name::before,
.wp-block-quote > cite::before {
  content: "- ";
}

.strong-view.wpmtst-default .wpmtst-testimonial-inner,
.strong-view.wpmtst-default .wpmtst-testimonial {
  border: none !important;
}

.strong-view.wpmtst-default .wpmtst-testimonial-inner {
  padding: 30px !important;
}

.strong-view.wpmtst-default .wpmtst-testimonial-heading {
  padding-left: 0px !important;
}

@media (max-width: 575px) {
  .testimonial-heading {
    clear: both !important;
    display: block !important;
  }
  .testimonial-content p::before {
    clear: both !important;
    display: block !important;
  }
  .strong-view.wpmtst-default .wpmtst-testimonial-image {
    margin-bottom: 15px !important;
  }
}
.search .listingsHeader, .archive .listingsHeader {
  background: #000 url(assets/img/defaultSiteHero.jpg);
  background-position: center center;
  background-size: cover;
  color: #fff;
  width: 100%;
  min-height: 170px;
  position: relative;
}
.search .listingsHeader:before, .archive .listingsHeader:before {
  content: "";
  display: block;
  background: #000;
  position: absolute;
  width: 100%;
  min-height: 100%;
  opacity: 0.75;
}
.search .listingsHeader .container, .archive .listingsHeader .container {
  position: relative;
  height: inherit;
  min-height: 170px;
}
.search .listingsHeader h1, .archive .listingsHeader h1 {
  position: absolute;
  bottom: 0px;
  font-weight: bold;
}
.search .listingsHeader h1:before, .archive .listingsHeader h1:before {
  content: "You are viewing: ";
  display: block;
  font-size: 1rem;
  font-weight: normal;
}
.search .listingsHeader h1 .termHighlight:before, .search .listingsHeader h1 .termHighlight:after, .archive .listingsHeader h1 .termHighlight:before, .archive .listingsHeader h1 .termHighlight:after {
  content: '"';
}
.search #content-sidebar-wrap, .archive #content-sidebar-wrap {
  padding: 60px 0px;
}
.search .entry, .archive .entry {
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
  padding-bottom: 15px;
  display: block;
}
.search .entry:after, .archive .entry:after {
  content: "";
  width: 100%;
  display: block;
  clear: both;
}
.search .entry .entry-title, .search .entry span, .search .entry p, .search .entry div, .archive .entry .entry-title, .archive .entry span, .archive .entry p, .archive .entry div {
  text-align: left;
}
.search .entry .entry-title, .archive .entry .entry-title {
  margin-bottom: 0px;
}
.search .entry .entry-title a, .archive .entry .entry-title a {
  color: #26272d;
  font-weight: bold;
  text-decoration: none;
}
.search .entry .entry-title a:hover, .archive .entry .entry-title a:hover {
  color: #4492eb;
  text-decoration: underline;
}
.search .entry .post-info, .archive .entry .post-info {
  margin-bottom: 0.5em;
}
.search .entry .post-meta > span, .archive .entry .post-meta > span {
  display: block;
}
.search .entry .entry-image, .archive .entry .entry-image {
  float: left;
  border: 1px solid #000;
  margin: 0px 20px 0px 0px;
}

.post.sticky {
  border-bottom: 1px solid #000;
}
.post.sticky .stickyTag {
  text-transform: uppercase;
  display: flex;
  margin-bottom: 15px;
}
.post.sticky .stickyTag svg {
  margin-right: 15px;
}
.post.sticky .stickyTag span {
  font-size: 12px;
  color: #666;
}
.post.sticky h2.entry-title {
  margin-top: 0px;
}

#sidebar > div {
  margin-bottom: 40px;
}
#sidebar .widget {
  margin-bottom: 60px;
}
#sidebar .widget-archive h2, #sidebar .widget-archive h4 {
  border: 0px;
  padding-bottom: 5px;
}
#sidebar .widget-archive .select-container {
  position: relative;
}
#sidebar .widget-archive select {
  border: 1px solid #000;
  border-radius: 8px;
  padding-left: 15px;
  font-size: 1.1rem;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#sidebar .widget-archive select::-ms-expand {
  display: none;
}
#sidebar .widget-archive .fa-chevron-down {
  top: 35%;
  right: 20px;
  position: absolute;
  z-index: -1;
}
#sidebar .textwidget.custom-html-widget,
#sidebar .blogroll {
  font-size: 20px;
}
#sidebar .textwidget.custom-html-widget ul,
#sidebar .blogroll {
  margin-top: 15px;
}

.navigation {
  margin: auto;
  text-align: center;
}
.navigation ul {
  list-style: none;
}
.navigation li {
  width: 44px;
  display: inline-block;
  text-align: center;
}
.navigation li a {
  color: #000;
  font-size: 20px;
}
.navigation li a:hover {
  color: #014c8c !important;
}
.navigation li.active {
  background-color: #007749;
  pointer-events: none;
}
.navigation li.active a {
  color: #fff;
}
.navigation li.active a:hover {
  color: #fff;
  pointer-events: none;
  text-decoration: none;
}
.navigation li.pagination-next, .navigation li.pagination-previous {
  width: 110px;
}
.navigation .fa-chevron-left, .navigation .fa-chevron-right {
  color: #007749;
}

#sidebar h4 {
  font-size: 30px;
  font-weight: bold;
  border-bottom: solid 1px #999;
  padding-bottom: 10px;
  margin-bottom: auto;
}
#sidebar .sidebarPopularTopics a {
  font-size: 20px;
}
#sidebar #searchSort li::before {
  border-radius: 50px;
  content: "";
}
#sidebar #searchSort li.current-cat::before {
  background: #000;
}
#sidebar #searchSort .current-cat {
  color: #000;
}
#sidebar #searchSort .current-cat:hover {
  cursor: default;
}
#sidebar #searchSort .current-cat:hover a:hover {
  text-decoration: none;
  color: #000;
}
#sidebar #searchSort .current-cat:hover > a {
  text-decoration: none;
}
#sidebar .searchandfilter div {
  margin-left: -15px;
}
#sidebar .searchandfilter div ul {
  width: 100%;
}
#sidebar .searchandfilter ul li {
  padding: 10px 0 10px 0px;
  font-size: 20px;
  margin-left: -40px;
  cursor: pointer;
  color: #0275d8;
}
#sidebar .searchandfilter ul li h4 {
  color: #000;
}
#sidebar .searchandfilter ul li .cat-item {
  border-bottom: solid 1px #999;
}
#sidebar .searchandfilter ul li .cat-item label {
  margin-left: 58px;
  margin-bottom: 0;
}
#sidebar .searchandfilter ul li .cat-item label input[type=checkbox] {
  display: none;
  margin-right: 10px;
}
#sidebar .searchandfilter ul li .cat-item label.checked {
  color: #000;
}
#sidebar .searchandfilter ul li .cat-item label::before {
  content: "";
  color: #666;
  border: 1px solid #333;
  background: #fff;
  width: 24px;
  height: 24px;
  margin: 6px -35px -32px -37px;
  display: block;
  position: relative;
  top: -4px;
}
#sidebar .searchandfilter ul li .cat-item label.checked::before {
  content: "✓";
  position: relative;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  color: #000;
  padding-left: 5px;
  font-size: 16px;
  position: relative;
  top: -4px;
}
#sidebar .searchandfilter [type=submit] {
  width: 90%;
  background-color: green;
  color: #fff;
  padding: 5px 0;
  margin-left: 20px;
  border: solid 1px #000;
}
#sidebar .searchandfilter [type=submit]:hover {
  background-color: #014c8c;
  cursor: pointer;
}
#sidebar #search-sort ul,
#sidebar #lct-widget-post_tag-container ul {
  list-style: none;
}
#sidebar #search-sort ul li,
#sidebar #lct-widget-post_tag-container ul li {
  border-bottom: solid 1px #999;
  padding: 10px 0 10px 56px;
  font-size: 20px;
  margin-left: -40px;
  cursor: pointer;
  color: #0275d8;
}
#sidebar #search-sort ul li:hover > a,
#sidebar #lct-widget-post_tag-container ul li:hover > a {
  text-decoration: underline;
}
#sidebar #search-sort ul li::before,
#sidebar #lct-widget-post_tag-container ul li::before {
  content: "";
  border: 1px solid #333;
  background: #fff;
  width: 24px;
  height: 24px;
  margin: 3px 12px -27px -35px;
  display: block;
}
#sidebar #search-sort ul li.current-cat::before,
#sidebar #lct-widget-post_tag-container ul li.current-cat::before {
  content: "✓";
  position: relative;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  color: #000;
  padding-left: 5px;
  font-size: 16px;
}
#sidebar #search-sort ul li.current-cat,
#sidebar #lct-widget-post_tag-container ul li.current-cat {
  color: #000;
}
#sidebar #search-sort ul li.current-cat a,
#sidebar #lct-widget-post_tag-container ul li.current-cat a {
  color: #000;
}
#sidebar #search-sort ul li::after,
#sidebar #lct-widget-post_tag-container ul li::after {
  box-sizing: border-box;
}

@media (max-width: 1291px) {
  .navigation {
    width: 68%;
  }
}
@media (max-width: 767px) {
  .navigation {
    width: 78%;
  }
}
@media (max-width: 575px) {
  .navigation {
    width: 87%;
  }
  li.pagination-next, li.pagination-previous {
    width: 20px !important;
  }
}
.non-touch #deptHeader nav a:hover:before,
.non-touch #deptHeader nav button:hover:before {
  content: "";
  display: block;
  clear: both;
  border-top: 3px solid #007749;
  position: absolute;
  width: 100%;
  bottom: 0px;
}

@media (min-width: 1292px) {
  .container {
    max-width: 1292px;
    width: 1292px;
  }
}
@media (max-width: 1291px) and (min-width: 992px) {
  .container {
    width: 970px;
    max-width: 970px;
  }
}

.gridHelp {
  background: #ccc;
  height: 60px;
  width: 100%;
}

body {
  font-family: "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans";
}

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