.layout-3col {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 0;
  padding-right: 0;
}

.layout-3col:before {
  content: "";
  display: table;
}

.layout-3col:after {
  content: "";
  display: table;
  clear: both;
}

.layout-3col__full, .layout-3col__left-content, .layout-3col__right-content, .layout-3col__left-sidebar, .layout-3col__right-sidebar, .layout-3col__first-left-sidebar, .layout-3col__second-left-sidebar, .layout-3col__col-1, .layout-3col__col-2, .layout-3col__col-3, .layout-3col__col-4, .layout-3col__col-x {
  clear: both;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
}

[dir="rtl"] .layout-3col__full, [dir="rtl"] .layout-3col__left-content, [dir="rtl"] .layout-3col__right-content, [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__right-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__second-left-sidebar, [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-4, [dir="rtl"] .layout-3col__col-x {
  float: right;
  margin-right: 0%;
  margin-left: -100%;
}

@media (min-width: 768px) {
  .layout-3col {
    margin-left: -75px;
    margin-right: -75px;
    padding-left: 0;
    padding-right: 0;
  }
  .layout-3col:before {
    content: "";
    display: table;
  }
  .layout-3col:after {
    content: "";
    display: table;
    clear: both;
  }
  .layout-3col__full, .layout-3col__left-content, .layout-3col__right-content, .layout-3col__left-sidebar, .layout-3col__right-sidebar {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 75px;
    padding-right: 75px;
  }
  [dir="rtl"] .layout-3col__full, [dir="rtl"] .layout-3col__left-content, [dir="rtl"] .layout-3col__right-content, [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__right-sidebar {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__first-left-sidebar, .layout-3col__col-1, .layout-3col__col-3, .layout-3col__col-x:nth-child(2n + 1) {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 75px;
    padding-right: 75px;
  }
  [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-x:nth-child(2n + 1) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__second-left-sidebar, .layout-3col__col-2, .layout-3col__col-4, .layout-3col__col-x:nth-child(2n) {
    clear: none;
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
    padding-left: 75px;
    padding-right: 75px;
  }
  [dir="rtl"] .layout-3col__second-left-sidebar, [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-4, [dir="rtl"] .layout-3col__col-x:nth-child(2n) {
    float: right;
    margin-right: 50%;
    margin-left: -100%;
  }
}

@media (min-width: 1200px) {
  .layout-3col__full {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__full {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__left-content {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__left-content {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__right-content {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__right-content {
    float: right;
    margin-right: 33.33333%;
    margin-left: -100%;
  }
  .layout-3col__left-sidebar, .layout-3col__first-left-sidebar, .layout-3col__second-left-sidebar {
    clear: right;
    float: right;
    width: 33.33333%;
    margin-right: 66.66667%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__second-left-sidebar {
    clear: left;
  }
  [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__second-left-sidebar {
    float: left;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  .layout-3col__right-sidebar {
    clear: right;
    float: right;
    width: 33.33333%;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__right-sidebar {
    clear: left;
  }
  [dir="rtl"] .layout-3col__right-sidebar {
    float: left;
    margin-left: 0%;
    margin-right: -100%;
  }
  .layout-3col__col-1, .layout-3col__col-x:nth-child(3n+1) {
    clear: both;
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-x:nth-child(3n+1) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__col-2, .layout-3col__col-x:nth-child(3n+2) {
    clear: none;
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-x:nth-child(3n+2) {
    float: right;
    margin-right: 33.33333%;
    margin-left: -100%;
  }
  .layout-3col__col-3, .layout-3col__col-x:nth-child(3n) {
    clear: none;
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-x:nth-child(3n) {
    float: right;
    margin-right: 66.66667%;
    margin-left: -100%;
  }
  .layout-3col__col-4 {
    display: none;
  }
}

.layout-3col__grid-item-container {
  padding-left: 0;
  padding-right: 0;
}

.layout-3col__grid-item-container:before {
  content: "";
  display: table;
}

.layout-3col__grid-item-container:after {
  content: "";
  display: table;
  clear: both;
}

.layout-center,
.header .landing-menu,
.header .breadcrumb-bar {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  max-width: 1590px;
}

@media (min-width: 768px) {
  .layout-center,
  .header .landing-menu,
  .header .breadcrumb-bar {
    padding-left: 75px;
    padding-right: 75px;
  }
}

.layout-center--shared-grid,
.layout-center.layout-3col {
  padding-left: 0;
  padding-right: 0;
}

@media print {
  .breadcrumb,
  .header .breadcrumb-bar .breadcrumb {
    display: none;
  }
}

.breadcrumb__list {
  margin: 0;
  padding: 0;
}

.breadcrumb__item {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.header {
  height: 140px;
}

@media (min-width: 768px) {
  .header {
    height: auto;
  }
}

.header h1,
.header h2,
.header h3 {
  margin: 0;
  padding: 0;
}

.header .top-bar--wrapper {
  height: 60px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 600;
  padding: 0 0 0 20px;
}

.is-logged-in-user .header .top-bar--wrapper {
  position: absolute;
  top: 0;
}

@media (min-width: 768px) {
  .header .top-bar--wrapper {
    height: 68px;
  }
}

.header .top-bar .mobile-menu button {
  font-family: Oswald, Verdana, Tahoma;
  font-size: 1.4em;
  background: transparent;
  border-left: 1px solid #ccc;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  padding: .2em .55em;
}

.header .top-bar .mobile-menu button span {
  display: block;
  text-transform: uppercase;
  font-size: .7em;
}

.header .top-bar .mobile-menu .menu-wrap {
  position: absolute;
  top: 0;
  right: -250px;
  width: 247px;
  transition: .3s right;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.header .top-bar .mobile-menu .menu-wrap::-webkit-scrollbar {
  display: none;
}

.header .top-bar .mobile-menu .menu-wrap.open {
  right: 0;
}

.header .top-bar .mobile-menu ul {
  background: #fff;
  margin: 0;
  font-size: 1.1rem;
  width: 100%;
  height: 100%;
}

.header .top-bar .mobile-menu ul li {
  list-style: none;
  line-height: 2;
  border-bottom: 1px solid #ccc;
}

.header .top-bar .mobile-menu ul li a {
  color: #000;
  text-decoration: none;
  display: block;
  width: 100%;
  position: relative;
  padding: .25em 1em;
}

.header .top-bar .mobile-menu ul li a svg {
  position: absolute;
  right: .5em;
  top: .7em;
}

.header .top-bar .mobile-menu ul li.menu-item--expanded ul {
  position: absolute;
  top: 53px;
  left: 250px;
  z-index: 100;
  transition: .3s left;
}

.header .top-bar .mobile-menu ul li.menu-item--expanded ul.open {
  left: 0;
}

.header .top-bar .mobile-menu ul li.back {
  background: #4a4a4a;
  text-align: center;
  width: 100%;
  position: absolute;
  z-index: 100;
  left: 250px;
  transition: .3s left;
}

.header .top-bar .mobile-menu ul li.back.open {
  left: 0;
}

.header .top-bar .mobile-menu ul li.back a {
  color: #fff;
  letter-spacing: .5px;
  padding: .5em 1em;
}

.header .top-bar .mobile-menu ul li.back a svg {
  right: auto;
  left: 1em;
  top: 1em;
}

.header .top-bar .mobile-menu ul li.cobb-county-gov, .header .top-bar .mobile-menu ul li.more, .header .top-bar .mobile-menu ul li.arts, .header .top-bar .mobile-menu ul li.recreation, .header .top-bar .mobile-menu ul li.watershed-stewardship {
  display: none;
}

.header .top-bar .mobile-search {
  position: absolute;
  top: 0;
  left: 0;
  background: #4a4a4a;
  width: 60px;
  height: 60px;
  font-size: 2em;
  border: 0;
}

.header .top-bar .mobile-search svg {
  color: #fff;
}

.header .top-bar .mobile-logo {
  width: 173px;
  margin: 0 auto;
  position: relative;
  top: .4em;
  right: 1em;
}

.header .top-bar .mobile-logo a {
  display: block;
}

.header .top-bar .mobile-logo a span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .header .top-bar .mobile-menu,
  .header .top-bar .mobile-search,
  .header .top-bar .mobile-logo {
    display: none;
  }
}

.header .top-bar .block-system-branding-block {
  display: none;
}

@media (min-width: 768px) {
  .header .top-bar .block-system-branding-block {
    display: inline-block;
  }
}

.header .top-bar .block-system-branding-block img {
  width: 50px;
  height: 50px;
  margin-top: .5em;
}

.header .top-bar #block-top-social-icons {
  position: absolute;
  right: 14em;
  top: .75em;
}

.header .top-bar #block-top-social-icons font {
  display: none;
}

.header .top-bar #block-top-social-icons .social-icons {
  display: none;
}

@media (min-width: 1000px) {
  .is-path-frontpage .header .top-bar #block-top-social-icons .social-icons {
    display: inline-block;
  }
}

.header .top-bar #block-top-social-icons .social-icons a {
  width: 26px;
  height: 26px;
  border-radius: 4px;
  display: inline-block;
  font-size: 1.3em;
  color: #6a6a6a;
  text-align: center;
  margin: .5em .25em;
}

.header .top-bar #block-top-social-icons .social-icons a span {
  display: block;
  text-indent: -10000px;
}

@media (min-width: 1350px) {
  .header .top-bar #block-top-social-icons .social-icons {
    display: inline-block;
  }
}

.header .top-bar #block-top-shortcuts {
  position: absolute;
  top: -2px;
  right: 0;
  vertical-align: top;
  display: none;
}

@media (min-width: 768px) {
  .header .top-bar #block-top-shortcuts {
    display: block;
  }
}

.header .top-bar #block-top-shortcuts ul {
  list-style: none;
  overflow: hidden;
  margin: 0;
}

.header .top-bar #block-top-shortcuts ul li {
  float: left;
  height: 68px;
  padding-top: 0;
  border-left: 2px solid #fff;
  list-style: none;
}

.header .top-bar #block-top-shortcuts ul li.events {
  background-color: #6a6a6a;
}

.header .top-bar #block-top-shortcuts ul li.news {
  background-color: #4a4a4a;
}

.header .top-bar #block-top-shortcuts ul li.icobb {
  background-color: #015a2a;
}

.header .top-bar #block-top-shortcuts ul li a {
  color: #fff;
  line-height: 68px;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 0 .8em;
  font-size: 1.1em;
  font-weight: 300;
  font-family: Oswald, Verdana, Tahoma;
}

.header .splash {
  position: relative;
}

@media (min-width: 768px) {
  .header .splash {
    height: 215px;
  }
}

.header .splash--wrapper {
  min-height: 60px;
  background: linear-gradient(90deg, rgba(0, 128, 191, 0.7) 0%, #38568e 100%) #000;
  position: relative;
}

@media (min-width: 768px) {
  .header .splash--wrapper {
    margin-top: 68px;
    min-height: 215px;
  }
}

@media (min-width: 1440px) {
  .header .splash--wrapper {
    background-position: center !important;
  }
}

.header .splash--wrapper.alert {
  background: linear-gradient(180deg, #7f001a 0%, #9f041b 100%);
}

.header .splash .top-utils {
  position: absolute;
  top: 1.5em;
  right: 2em;
}

.header .splash .top-utils .block-text-resize {
  position: absolute;
  left: -4em;
  top: -.2em;
}

.header .splash .top-utils .block-text-resize font {
  display: none;
}

.header .splash .top-utils .block-text-resize .changer {
  background: none !important;
  text-indent: 0 !important;
  float: left !important;
  text-decoration: none;
  font-family: Lato, Verdana, Tahoma;
  color: #fff;
  margin: 0 !important;
  padding: 0 !important;
  text-transform: lowercase;
}

.header .splash .top-utils .block-text-resize .changer sup {
  display: none;
}

.header .splash .top-utils .block-text-resize #text_resize_decrease {
  font-size: 1.25em;
  position: relative;
  top: .2em;
}

.header .splash .top-utils .block-text-resize #text_resize_increase {
  font-size: 2.25em;
}

.header .splash .top-utils #google_translate_element .goog-te-gadget {
  font-family: Lato, Verdana, Tahoma !important;
}

.header .splash .top-utils #google_translate_element .goog-te-gadget-simple {
  background: transparent !important;
  border: 0 !important;
  font-size: 1.5em !important;
  letter-spacing: .3px;
}

.header .splash .top-utils #google_translate_element span {
  border: 0 !important;
  color: #fff !important;
}

.header .splash .top-utils .goog-te-menu-value span:last-child {
  font-size: 11px;
}

.header .splash .section-title {
  display: none;
}

@media (min-width: 768px) {
  .header .splash .section-title {
    background-color: #000;
    color: white;
    height: 80px;
    width: 40%;
    position: absolute;
    bottom: 0;
    padding: 0 0 0 50px;
    display: block;
  }
}

.header .splash .section-title .icon {
  display: none;
}

@media (min-width: 768px) {
  .header .splash .section-title .icon {
    display: inline;
    position: relative;
    top: 0;
    font-size: 1.65em;
  }
}

@media (min-width: 888px) {
  .header .splash .section-title .icon {
    font-size: 2em;
  }
}

@media (min-width: 1260px) {
  .header .splash .section-title .icon {
    top: .1em;
    font-size: 3em;
  }
}

.header .splash .section-title h2 {
  padding: .7em .3em 0;
  display: inline-block;
  font-family: Oswald, Verdana, Tahoma;
  font-size: 1.5em;
  letter-spacing: .5px;
  font-weight: 300;
  position: relative;
  z-index: 200;
}

@media (min-width: 888px) {
  .header .splash .section-title h2 {
    padding: .7em .5em 0;
  }
}

@media (min-width: 1000px) {
  .header .splash .section-title h2 {
    font-size: 1.7em;
    padding: .7em 1em 0;
  }
}

@media (min-width: 1260px) {
  .header .splash .section-title h2 {
    font-size: 2em;
  }
}

@media (min-width: 768px) {
  .header .splash::before {
    position: absolute;
    background-color: black;
    bottom: 0;
    left: -34%;
    width: 30%;
    height: 80px;
    -ms-transform-origin: bottom left;
        transform-origin: bottom left;
    z-index: 0;
    opacity: 1;
    content: '';
  }
  .header .splash::after {
    position: absolute;
    background-color: black;
    bottom: 0;
    left: 40%;
    width: 100px;
    height: 80px;
    -ms-transform-origin: bottom left;
        transform-origin: bottom left;
    -ms-transform: skew(30deg);
        transform: skew(30deg);
    z-index: 1;
    opacity: 1;
    content: '';
  }
}

.header .landing-menu--wrapper {
  background-color: #000;
  position: relative;
  transition: max-height 1s;
  overflow: hidden;
  padding: .25em 0 1.2em;
  min-height: 50px;
  max-height: 50px;
  z-index: 500;
}

@media (min-width: 768px) {
  .header .landing-menu--wrapper {
    z-index: 400;
    max-height: 75px;
  }
}

@media (min-width: 1000px) {
  .header .landing-menu--wrapper {
    max-height: none;
    min-height: 78px;
  }
}

.header .landing-menu--wrapper.open {
  max-height: 600px;
}

.header .landing-menu--wrapper .emergency-divider {
  height: 53px;
  border-bottom: 12px solid #7f001a;
}

@media (min-width: 768px) {
  .header .landing-menu--wrapper {
    padding: 0;
  }
  .header .landing-menu--wrapper.open {
    max-height: 250px;
  }
}

.header .landing-menu .section-home-link {
  color: #fff;
  position: absolute;
  top: 3.9em;
  left: 0;
  border-bottom: 1px solid #fff;
  width: 100%;
  padding: 0 0 .6em 1em;
  z-index: 500;
}

@media (min-width: 768px) {
  .header .landing-menu .section-home-link {
    display: block;
    position: absolute;
    top: 1.2em;
    left: inherit;
    border: 0;
    width: auto;
    padding: 0;
  }
}

.header .landing-menu .section-home-link span {
  display: block;
  text-indent: -10000px;
}

.header .landing-menu .mobile-section-label {
  display: none;
}

@media (min-width: 768px) {
  .header .landing-menu .mobile-section-label {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    position: relative;
    top: 1.1em;
    left: 2em;
    border-bottom-width: 0;
    border-bottom-style: solid;
    font-size: 1.15em;
    letter-spacing: .4px;
    padding: 0 0 .2em;
  }
  .header .landing-menu .mobile-section-label.open {
    border-bottom-width: 6px;
  }
}

@media (min-width: 1000px) {
  .header .landing-menu .mobile-section-label {
    display: none;
  }
}

.header .landing-menu .mobile-divider {
  display: none;
}

@media (min-width: 768px) {
  .header .landing-menu .mobile-divider {
    position: absolute;
    left: 1em;
    top: 1.8em;
    width: 100%;
    border-color: #ccc;
    display: block;
  }
}

@media (min-width: 1000px) {
  .header .landing-menu .mobile-divider {
    display: none;
    left: inherit;
  }
}

.header .landing-menu .mobile-section-header {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.header .landing-menu .mobile-section-header button {
  color: #fff;
  font-size: 1.3em;
  width: 100%;
  font-weight: 600;
  background: transparent;
  border: 0;
  padding: .65em;
}

.header .landing-menu .mobile-section-header svg {
  color: #fff;
  position: absolute;
  top: 1.2em;
  right: 1.4em;
}

@media (min-width: 768px) {
  .header .landing-menu .mobile-section-header {
    display: none;
  }
}

.header .landing-menu .block-menu[id*='block-section-navigation'] {
  vertical-align: top;
  position: relative;
  font-size: 1em;
  top: 2.75em;
}

@media (min-width: 768px) {
  .header .landing-menu .block-menu[id*='block-section-navigation'] {
    top: 0;
  }
}

@media (min-width: 1000px) {
  .header .landing-menu .block-menu[id*='block-section-navigation'] {
    display: block;
    left: 2em;
    font-size: .9em;
  }
}

@media (min-width: 1200px) {
  .header .landing-menu .block-menu[id*='block-section-navigation'] {
    font-size: 1em;
  }
}

.header .landing-menu .block-menu[id*='block-section-navigation'] ul:not(.contextual-links) {
  margin-left: 0;
  margin-top: 0;
  position: relative;
  left: -20px;
  width: 120%;
  padding: 3em 0 0;
}

@media (min-width: 768px) {
  .header .landing-menu .block-menu[id*='block-section-navigation'] ul:not(.contextual-links) {
    list-style: none;
    margin: 3em 0 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 140px;
    align-items: flex-start;
    align-content: flex-start;
    left: 0;
    width: 100%;
    padding: 0;
  }
}

@media (min-width: 1000px) {
  .header .landing-menu .block-menu[id*='block-section-navigation'] ul:not(.contextual-links) {
    margin: 0;
    overflow: hidden;
    display: block;
    height: auto;
  }
}

.header .landing-menu .block-menu[id*='block-section-navigation'] ul:not(.contextual-links) li {
  list-style: none;
  border-bottom: 1px solid #fff;
  padding: 1em;
}

@media (min-width: 768px) {
  .header .landing-menu .block-menu[id*='block-section-navigation'] ul:not(.contextual-links) li {
    height: 50px;
    padding: 0 3em 0 0;
    border: 0;
  }
}

@media (min-width: 1000px) {
  .header .landing-menu .block-menu[id*='block-section-navigation'] ul:not(.contextual-links) li {
    float: left;
    height: 66px;
    padding: 0 1em;
  }
}

@media (min-width: 1200px) {
  .header .landing-menu .block-menu[id*='block-section-navigation'] ul:not(.contextual-links) li {
    padding: 0 1.4em;
  }
}

.header .landing-menu .block-menu[id*='block-section-navigation'] ul:not(.contextual-links) li.board, .header .landing-menu .block-menu[id*='block-section-navigation'] ul:not(.contextual-links) li.departments, .header .landing-menu .block-menu[id*='block-section-navigation'] ul:not(.contextual-links) li.public-safety, .header .landing-menu .block-menu[id*='block-section-navigation'] ul:not(.contextual-links) li.courts {
  display: none;
}

.header .landing-menu .block-menu[id*='block-section-navigation'] ul:not(.contextual-links) li a {
  color: #fff;
  display: block;
  text-decoration: none;
  font-size: 1.1em;
  line-height: 1;
  font-weight: normal;
  font-family: Lato, Verdana, Tahoma;
  letter-spacing: .3px;
}

@media (min-width: 768px) {
  .header .landing-menu .block-menu[id*='block-section-navigation'] ul:not(.contextual-links) li a {
    text-align: center;
  }
}

@media (min-width: 1000px) {
  .header .landing-menu .block-menu[id*='block-section-navigation'] ul:not(.contextual-links) li a {
    line-height: 66px;
  }
}

.header .landing-menu .block-menu[id*='block-section-navigation'] ul:not(.contextual-links) li:first-child a {
  padding-left: 0;
  padding-right: 0;
  color: white;
}

.header .breadcrumb-bar {
  padding-top: 16px;
}

.header .breadcrumb-bar--wrapper {
  height: 57px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
  display: none;
}

@media (min-width: 768px) {
  .header .breadcrumb-bar--wrapper {
    display: block;
  }
}

.header .breadcrumb-bar .breadcrumb__list {
  display: inline-block;
}

.header .breadcrumb-bar .breadcrumb__item {
  font-family: Oswald, Verdana, Tahoma;
  font-size: .95em;
  letter-spacing: .2px;
}

.header .breadcrumb-bar .breadcrumb__item.trail::after {
  content: '/';
}

.header .breadcrumb-bar .breadcrumb__item a {
  text-decoration: none;
}

.header .breadcrumb-bar #block-if-zen-breadcrumbs {
  display: inline-block;
}

.header .breadcrumb-bar #block-addtoanybuttons {
  float: right;
}

.header .breadcrumb-bar #block-addtoanybuttons .a2a_button_print {
  color: #00873e;
  margin: 0 .5em 0 0;
}

.header .breadcrumb-bar #block-addtoanybuttons .addtoany_share {
  width: 80px;
  background: #00873e;
  border-radius: 4px;
  position: relative;
}

.header .breadcrumb-bar #block-addtoanybuttons .addtoany_share .a2a_svg {
  width: 20px !important;
  height: 20px !important;
  position: relative;
  bottom: .1em;
  left: .1em;
}

.header .breadcrumb-bar #block-addtoanybuttons .addtoany_share .a2a_label {
  top: -.05em;
  left: 1.9em;
  color: #fff;
  clip: inherit;
  -webkit-clip-path: inherit;
          clip-path: inherit;
  overflow: visible;
  font-size: .95em;
}

.header--front {
  background: linear-gradient(to bottom, #1e5799 0%, #207cca 18%, #42bc34 86%) #000;
  height: 465px;
}

@media (min-width: 768px) {
  .header--front {
    height: auto;
  }
}

.header--front .top-bar #block-front-top-navigation {
  height: 68px;
  vertical-align: top;
  position: relative;
  display: none;
  left: 1em;
}

@media (min-width: 1000px) {
  .header--front .top-bar #block-front-top-navigation {
    left: 5em;
  }
}

@media (min-width: 768px) {
  .header--front .top-bar #block-front-top-navigation {
    display: inline-block;
  }
}

.header--front .top-bar #block-front-top-navigation ul {
  list-style: none;
  overflow: hidden;
  margin: 0;
}

.header--front .top-bar #block-front-top-navigation ul li {
  float: left;
  height: 68px;
  padding-top: 0;
  list-style: none;
}

.header--front .top-bar #block-front-top-navigation ul li a {
  color: #000;
  line-height: 68px;
  display: block;
  text-decoration: none;
  padding: 0 1em;
  font-size: 1em;
  font-weight: 300;
  font-family: Lato, Verdana, Tahoma;
}

.header--front .splash--front {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  padding-top: 60px;
  background-size: 175%;
  background-position: center 20%;
}

@media (min-width: 555px) {
  .header--front .splash--front {
    background-size: 150%;
    background-position: initial;
  }
}

@media (min-width: 768px) {
  .header--front .splash--front {
    margin-top: 69px;
    height: 500px;
    background-size: cover;
  }
}

@media (min-width: 1200px) {
  .header--front .splash--front {
    height: 570px;
  }
}

.header--front .splash--front .home-logo {
  background: url("https://s3.us-west-2.amazonaws.com/cobbcounty.org.if-us-west-2/prod/s3fs-public/2018-06/cobb-logo_home.png") no-repeat;
  width: 232px;
  height: 63px;
  position: absolute;
  top: 2em;
  left: 2em;
  display: none;
}

@media (min-width: 768px) {
  .header--front .splash--front .home-logo {
    display: block;
  }
}

@media (min-width: 1000px) {
  .header--front .splash--front .home-logo {
    left: 7.25em;
  }
}

.header--front .splash--front .top-utils {
  position: absolute;
  top: 4.5em;
  right: 2em;
}

@media (min-width: 768px) {
  .header--front .splash--front .top-utils {
    display: block;
    top: 1.5em;
  }
}

.header--front .splash--front .top-utils .block-text-resize {
  position: absolute;
  left: -4em;
  top: -.2em;
  display: none;
}

@media (min-width: 768px) {
  .header--front .splash--front .top-utils .block-text-resize {
    display: block;
  }
}

.header--front .splash--front .top-utils .block-text-resize .changer {
  background: none !important;
  text-indent: 0 !important;
  float: left !important;
  text-decoration: none;
  font-family: Lato, Verdana, Tahoma;
  color: #fff;
  margin: 0 !important;
  padding: 0 !important;
  text-transform: lowercase;
}

.header--front .splash--front .top-utils .block-text-resize .changer sup {
  display: none;
}

.header--front .splash--front .top-utils .block-text-resize #text_resize_decrease {
  font-size: 1.25em;
  position: relative;
  top: .2em;
}

.header--front .splash--front .top-utils .block-text-resize #text_resize_increase {
  font-size: 2.25em;
}

.header--front .splash--front .top-utils #google_translate_element .goog-te-gadget {
  font-family: Lato, Verdana, Tahoma !important;
}

.header--front .splash--front .top-utils #google_translate_element .goog-te-gadget-simple {
  background: transparent !important;
  border: 0 !important;
  font-size: 1.5em !important;
  letter-spacing: .3px;
}

.header--front .splash--front .top-utils #google_translate_element span {
  border: 0 !important;
  color: #fff !important;
}

.header--front .splash--front .top-utils .goog-te-menu-value span:last-child {
  font-size: 11px;
}

.header--front .splash--front .mobile-action-icons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  background: #015a2a;
  margin-top: 160px;
}

.header--front .splash--front .mobile-action-icons a {
  color: #fff;
  font-family: Oswald, Verdana, Tahoma;
  text-decoration: none;
  text-align: center;
  flex-basis: 50%;
  margin: 1em 0;
}

.header--front .splash--front .mobile-action-icons a svg {
  padding: 11px;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  background: #00873e;
}

.header--front .splash--front .mobile-action-icons a span {
  display: block;
  font-size: 1.3em;
}

@media (min-width: 768px) {
  .header--front .splash--front .mobile-action-icons {
    display: none;
  }
}

.header .mobile-page-title {
  color: #fff;
  text-align: center;
  padding: .5em 0;
  position: relative;
  z-index: 450;
}

.header .mobile-page-title h1 {
  font-size: 1.1em;
  line-height: 1;
}

.header .mobile-page-title #title-fa-icon {
  display: none;
}

.home-url .header .mobile-page-title {
  display: none;
}

@media (min-width: 768px) {
  .header .mobile-page-title {
    display: none;
  }
}

.header .block-menu[id*='block-global-top-nav'] {
  display: none;
  height: 68px;
  vertical-align: top;
  position: relative;
  left: 1em;
}

@media (min-width: 768px) {
  .header .block-menu[id*='block-global-top-nav'] {
    display: inline-block;
  }
}

.header .block-menu[id*='block-global-top-nav'] ul {
  list-style: none;
  margin: 0;
  font-size: .95em;
}

@media (min-width: 1260px) {
  .header .block-menu[id*='block-global-top-nav'] ul {
    font-size: 1em;
  }
}

.header .block-menu[id*='block-global-top-nav'] ul li {
  float: left;
  height: 68px;
  padding-top: 0;
  border-right: 1px solid #e3e5e3;
  list-style: none;
}

.header .block-menu[id*='block-global-top-nav'] ul li:first-child {
  border-left: 1px solid #e3e5e3;
}

.header .block-menu[id*='block-global-top-nav'] ul li a {
  color: #4a4a4a;
  line-height: 68px;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 0 1em;
  font-size: 1.2em;
  font-weight: 300;
  font-family: Oswald, Verdana, Tahoma;
}

.header .block-menu[id*='block-global-top-nav'] ul li.cobb-county-gov a,
.header .block-menu[id*='block-global-top-nav'] ul li.more a,
.header .block-menu[id*='block-global-top-nav'] ul li.directory a,
.header .block-menu[id*='block-global-top-nav'] ul li.i-want-to a,
.header .block-menu[id*='block-global-top-nav'] ul li.pay-a-bill a {
  position: relative;
  padding: 0 1.5em 0 1em;
}

.header .block-menu[id*='block-global-top-nav'] ul li.cobb-county-gov a::after,
.header .block-menu[id*='block-global-top-nav'] ul li.more a::after,
.header .block-menu[id*='block-global-top-nav'] ul li.directory a::after,
.header .block-menu[id*='block-global-top-nav'] ul li.i-want-to a::after,
.header .block-menu[id*='block-global-top-nav'] ul li.pay-a-bill a::after {
  content: '>';
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  position: absolute;
  top: .05em;
  right: .5em;
}

.header .block-menu[id*='block-global-top-nav'] ul li.pay-a-bill a {
  color: #00873e;
}

.header .block-menu[id*='block-global-top-nav'] ul li.i-want-to ul.active {
  width: 65%;
}

@media (min-width: 1000px) {
  .header .block-menu[id*='block-global-top-nav'] ul li.i-want-to ul.active {
    width: 45%;
  }
}

@media (min-width: 1100px) {
  .header .block-menu[id*='block-global-top-nav'] ul li.more {
    display: none;
  }
}

.header .block-menu[id*='block-global-top-nav'] ul li.community, .header .block-menu[id*='block-global-top-nav'] ul li.directory, .header .block-menu[id*='block-global-top-nav'] ul li.services, .header .block-menu[id*='block-global-top-nav'] ul li.doing-business {
  display: none;
}

@media (min-width: 1100px) {
  .header .block-menu[id*='block-global-top-nav'] ul li.community, .header .block-menu[id*='block-global-top-nav'] ul li.directory, .header .block-menu[id*='block-global-top-nav'] ul li.services, .header .block-menu[id*='block-global-top-nav'] ul li.doing-business {
    display: block;
  }
}

.header .block-menu[id*='block-global-top-nav'] ul li.menu-item--expanded ul {
  background: #fff;
  width: 30%;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.5);
  font-size: .9em;
  padding: 0 0 .25em;
  position: absolute;
  height: auto;
  transition: transform .3s;
  -ms-transform: scaleY(0);
      transform: scaleY(0);
  -ms-transform-origin: top;
      transform-origin: top;
}

.header .block-menu[id*='block-global-top-nav'] ul li.menu-item--expanded ul.active {
  -ms-transform: scaleY(1);
      transform: scaleY(1);
}

.header .block-menu[id*='block-global-top-nav'] ul li.menu-item--expanded li {
  border: 0;
  width: 100%;
  float: none;
  height: auto;
}

.header .block-menu[id*='block-global-top-nav'] ul li.menu-item--expanded li.community, .header .block-menu[id*='block-global-top-nav'] ul li.menu-item--expanded li.directory, .header .block-menu[id*='block-global-top-nav'] ul li.menu-item--expanded li.services, .header .block-menu[id*='block-global-top-nav'] ul li.menu-item--expanded li.doing-business {
  display: block;
}

@media (min-width: 1100px) {
  .header .block-menu[id*='block-global-top-nav'] ul li.menu-item--expanded li.community, .header .block-menu[id*='block-global-top-nav'] ul li.menu-item--expanded li.directory, .header .block-menu[id*='block-global-top-nav'] ul li.menu-item--expanded li.services, .header .block-menu[id*='block-global-top-nav'] ul li.menu-item--expanded li.doing-business {
    display: none;
  }
}

.header .block-menu[id*='block-global-top-nav'] ul li.menu-item--expanded li a {
  color: #000;
  width: 100%;
  font-family: Lato, Verdana, Tahoma;
  text-align: left;
  line-height: 32px;
}

.header .block-menu[id*='block-global-top-nav'] ul li.menu-item--expanded li a::after {
  content: '';
}

.header #block-global-top-nav-front {
  position: absolute;
  display: inline-block;
  top: inherit;
  bottom: 15.4em;
  left: 0;
  width: 100%;
  z-index: 300;
}

@media (min-width: 768px) {
  .header #block-global-top-nav-front {
    left: 1em;
    top: 6em;
    width: auto;
    bottom: inherit;
  }
}

@media (min-width: 1000px) {
  .header #block-global-top-nav-front {
    left: 4.75em;
  }
}

.header #block-global-top-nav-front ul {
  font-size: .85em;
}

@media (min-width: 1000px) {
  .header #block-global-top-nav-front ul {
    font-size: .95em;
  }
}

.header #block-global-top-nav-front li {
  border: 0;
}

.header #block-global-top-nav-front li a {
  color: #fff;
  font-weight: 400;
  font-size: 1.5em;
  position: relative;
  padding: 0 1.4em 0 0.8em;
}

.header #block-global-top-nav-front li.active {
  background: #000;
}

.header #block-global-top-nav-front li.menu-item--expanded ul {
  background: #000;
  z-index: 200;
  width: 30%;
}

@media (min-width: 1000px) {
  .header #block-global-top-nav-front li.menu-item--expanded ul {
    width: 40%;
  }
}

.header #block-global-top-nav-front li.menu-item--expanded ul a {
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: .4px;
}

.header #block-global-top-nav-front li.menu-item--expanded > a::after {
  content: '>';
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  position: absolute;
  top: .05em;
  right: .5em;
}

.header #block-global-top-nav-front li.pay-a-bill {
  border: 1px solid #fff;
  background: rgba(0, 135, 62, 0.75);
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .header #block-global-top-nav-front li.pay-a-bill {
    background: #00873e;
    width: auto;
  }
}

.header #block-global-top-nav-front li.pay-a-bill ul {
  background: #00873e;
  margin-top: -2px;
  margin-left: -1px;
  border: 1px solid #fff;
  width: 100%;
}

@media (min-width: 768px) {
  .header #block-global-top-nav-front li.pay-a-bill ul {
    width: 30%;
  }
}

.header #block-global-top-nav-front li.community, .header #block-global-top-nav-front li.directory, .header #block-global-top-nav-front li.services, .header #block-global-top-nav-front li.doing-business, .header #block-global-top-nav-front li.i-want-to {
  display: none;
}

@media (min-width: 768px) {
  .header #block-global-top-nav-front li.community, .header #block-global-top-nav-front li.directory, .header #block-global-top-nav-front li.services, .header #block-global-top-nav-front li.doing-business, .header #block-global-top-nav-front li.i-want-to {
    display: block;
  }
}

.header #block-global-top-nav-front li.cobb-county-gov, .header #block-global-top-nav-front li.more {
  display: none;
}

.header .search-wrap {
  position: fixed;
  top: 60px;
  left: 0;
  background: #4a4a4a;
  width: 100%;
  z-index: 700;
  padding: 1em 1.5em;
  display: none;
}

@media (min-width: 768px) {
  .is-path-frontpage .header .search-wrap {
    top: inherit;
    display: block;
    left: 2em;
    bottom: 10em;
    background: transparent;
    width: auto;
    padding: 0;
    z-index: 200;
  }
}

@media (min-width: 1000px) {
  .is-path-frontpage .header .search-wrap {
    left: 6em;
  }
}

@media (min-width: 768px) {
  .header .search-wrap {
    position: absolute;
    display: block !important;
    background: transparent;
    top: 3.5em;
    right: 2em;
    left: auto;
    width: auto;
    padding: 0;
    z-index: 500;
  }
}

@media (min-width: 1000px) {
  .header .search-wrap {
    right: 8em;
  }
}

.header .search-wrap h2 {
  font-family: Oswald, Verdana, Tahoma;
  color: #fff;
  margin: 0 0 .2em;
  font-size: 1.8em;
  font-weight: 300;
  display: none;
}

@media (min-width: 768px) {
  .header .search-wrap h2 {
    display: block;
  }
}

.header .search-wrap .form-item {
  margin: 0;
}

.header .search-wrap .views-exposed-form {
  position: relative;
  display: inline-block;
}

.header .search-wrap .views-exposed-form input[type='text'] {
  width: 220px;
  padding: 1em;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background-image: none;
}

@media (min-width: 444px) {
  .header .search-wrap .views-exposed-form input[type='text'] {
    width: 300px;
  }
}

@media (min-width: 555px) {
  .header .search-wrap .views-exposed-form input[type='text'] {
    width: 350px;
  }
}

@media (min-width: 888px) {
  .header .search-wrap .views-exposed-form input[type='text'] {
    width: 400px;
  }
}

@media (min-width: 1260px) {
  .header .search-wrap .views-exposed-form input[type='text'] {
    width: 548px;
  }
}

@media (min-width: 768px) {
  .is-path-frontpage .header .search-wrap .views-exposed-form input[type='text'] {
    width: 646px;
  }
}

@media (min-width: 1000px) {
  .is-path-frontpage .header .search-wrap .views-exposed-form input[type='text'] {
    width: 735px;
  }
}

.header .search-wrap .views-exposed-form input[type='text']:-ms-input-placeholder {
  font-style: italic;
}

.header .search-wrap .views-exposed-form input[type='text']::placeholder {
  font-style: italic;
}

.header .search-wrap .views-exposed-form button {
  position: absolute;
  top: .8em;
  right: .6em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: 0;
}

.header .search-wrap label {
  display: none;
}

.header .search-wrap .mobile-search-close {
  color: #fff;
  font-size: 2em;
  position: relative;
  bottom: .5em;
  left: .5em;
  background: transparent;
  border: 0;
}

@media (min-width: 768px) {
  .header .search-wrap .mobile-search-close {
    display: none;
  }
}

.goog-te-banner-frame {
  display: none;
}

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