/*@import url("http://localhost:8080/customers/summerside/syle.css");*/

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;0,800;1,400&display=swap");
* {
  box-sizing: border-box; }

.offScreen, .skip-last-nav {
  position: fixed;
  left: -10000px;
  top: -10000px; }

.ptl_portlet_vertical {
  overflow: visible; }

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin: 0; }

section {
  margin-bottom: 60px;
  border-bottom: 5px solid #980B1F;
  padding-bottom: 60px; }
  section.events {
    border-bottom: none;
    padding-bottom: 0; }
  section.newsSocial {
    background: #FCFCFC;
    padding-top: 60px; }

.Scontainer {
  max-width: 1300px;
  margin: 0px auto;
  display: flex;
  flex-direction: row; }

@media screen and (max-width: 1350px) {
  .Scontainer {
    max-width: 900px;
    margin: 0px auto;
    display: flex;
    flex-direction: row; } }
@media screen and (max-width: 950px) {
  .Scontainer {
    max-width: 600px;
    margin: 0px auto;
    display: flex;
    flex-direction: row; } }
@media screen and (max-width: 650px) {
  .Scontainer {
    max-width: 100%;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    padding: 0 30px; } }
.Sbutton {
  padding: 10px 25px;
  background: #231F20;
  color: #ffffff;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: normal; }
  .Sbutton:hover {
    color: #ffffff;
    text-decoration: none;
    transform: scale(1.1);
    background: #980B1F; }
  .Sbutton.SBsquare {
    padding: 0;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center; }
    .Sbutton.SBsquare.SBc2dark:hover {
      transform: scale(1.2);
      font-size: 20px; }
  .Sbutton.SBwhite {
    background: #ffffff;
    color: #980B1F; }
    .Sbutton.SBwhite em {
      margin-left: 10px; }
  .Sbutton.SBc2dark {
    background: #980B1F; }

@media screen and (max-width: 650px) {
  .Sbutton {
    padding: 6px 15px;
    font-size: 14px; } }
.color2 {
  background: #C71F37; }

h2 {
  color: #C71F37;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin: 0 0 40px; }

@media screen and (max-width: 950px) {
  h2 {
    font-size: 35px; } }
header {
  padding: 20px 20px 0 20px; }
  header .Scontainer {
    justify-content: space-between; }

@media screen and (max-width: 950px) {
  header .Scontainer {
    flex-direction: column;
    align-items: center;
    gap: 30px; } }
@media screen and (max-width: 650px) {
  .Hlogo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto; } }
.hButtonsC ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center; }

.heroImage {
  background-image: url('https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_19514871/Templates/Summerside.jpg');
  background-position: top center;
  background-size: cover;
  height: 400px;
  margin-bottom: 0; }

.clock {
  transform: translate(0, -65px); }

.clock img {
  height: 100%;
  width: auto;
  max-height: 460px;
  max-width: 100%;
  display: none; }

@media screen and (max-width: 1350px) {
  .heroImage {
    height: 300px; }

  .clock img {
    max-height: 360px; } }
.slide {
  background: linear-gradient(188deg, rgba(86, 86, 86, 0) 0%, rgba(54, 54, 54, 0.8) 40.63%, rgba(0, 0, 0, 0.8) 100%), url(banner.png), lightgray 50%/cover no-repeat;
  border-radius: 10px;
  aspect-ratio: 16/9;
  display: flex;
  gap: 7px;
  padding: 20px 50px;
  flex-direction: column;
  justify-content: end;
  align-items: baseline;
  color: #ffffff; }
  .slide .Sbutton {
    margin-top: 15px; }
  .slide h3 {
    margin: 0; }
    .slide h3 span {
      font-family: Times New Roman;
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: normal; }
    .slide h3 div {
      //font-size: 30px;
      font-weight: 700;
      line-height: normal; }
  .slide .newsDate {
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: normal; }

.newsSocial .Scontainer {
  gap: 40px;
  align-items: center; }
  .newsSocial .Scontainer > div:first-child {
    width: 60%; }

@media screen and (max-width: 950px) {
  .newsSocial > .Scontainer > div {
    width: 100%; } }
.News button {
  display: flex;
  padding: 34px 10px;
  background: #231F20;
  color: #ffffff;
  border: none;
  font-size: 14px;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  z-index: 3; }
  .News button.slick-next {
    right: 0;
    border-radius: 5px 0 0 5px; }
  .News button.slick-prev {
    left: 0;
    border-radius: 0 5px 5px 0; }

@media screen and (max-width: 950px) {
  .newsSocial .Scontainer {
    flex-direction: column; }

  .newsSocial .Scontainer > div:first-child {
    width: 100%; } }
.News {
  flex-basis: 60%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: end; }
  .News h2 {
    width: 100%; }

.imageSlider {
  width: 100%; }

.socialFeed {
  width: calc(40% - 40px);
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0px 5px 10px 10px rgba(106, 106, 106, 0.1);
  height: fit-content; }

@media screen and (max-width: 950px) {
  .socialFeed {
    width: 100%;
    height: fit-content; } }
.events .Scontainer {
  flex-direction: column; }

.eventsSlider ul {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0; }
  .eventsSlider ul li {
    display: flex;
    gap: 10px;
    flex-direction: column;
    flex: 1 1; }

@media screen and (max-width: 950px) {
  .eventsSlider ul {
    flex-wrap: wrap; }
    .eventsSlider ul li {
      flex-grow: 1;
      flex-basis: calc(50% - 10px); } }
@media screen and (max-width: 650px) {
  .eventsSlider ul {
    flex-wrap: wrap; }
    .eventsSlider ul li {
      flex-grow: 1;
      flex-basis: 100%; } }
.Ebox {
  display: flex;
  aspect-ratio: 1/1;
  background: #e3e3e3;
  background-image: url('https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_19514871/Templates/eventsBack.png');
  background-size: cover;
  background-position: center center;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
  position: relative; }
  .Ebox * {
    position: relative;
    z-index: 2; }
  .Ebox:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }

@media screen and (max-width: 650px) {
  .Ebox {
    aspect-ratio: 1/.2;
    width: 100%; }
 }
.Ebottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 5px; }
  .Ebottom > div > div > em {
    margin-right: 10px; }

.dloc {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.dloc > div {
    display: flex;
    align-items: center;
}

.Edate {
  width: 95px;
  height: 95px;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  line-height: 30px; }
  .Edate .Sday {
    font-size: 30px;
    font-weight: 800; }
  .Edate .Smonth {
    font-size: 26px;
    font-weight: 300; }

.Etitle {
  padding: 14px;
  color: #ffffff;
  font-weight: 700;
  width: 100%; }

.Etitle span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.moreEvents {
  display: flex;
  justify-content: end;
  padding-top: 60px;
  position: relative;
  align-items: center;
  gap: 20px; }

.newsSocial .moreEvents {
  padding-top: 20px; }

.moreEvents:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #E8E7E7; }

section.bodyText {
  display: flex;
  gap: 60px;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  margin-bottom: 40px; }

.box1 {
  flex-basis: 40%; }

.box2 {
  flex-basis: 60%; }

.boxImage {
  aspect-ratio: 16/9;
  background-image: url(bodyImage.jpg);
  background-size: cover;
  width: 100%;
  background-position: center;
  max-height: 400px; }

@media screen and (max-width: 950px) {
  section.bodyText {
    flex-direction: column; }

  .box1 {
    flex-basis: 100%;
    width: 100%; }

  .box2 {
    flex-basis: 100%;
    width: 100%; }

  .boxImage {
    aspect-ratio: 16/6; } }
footer {
  background: #C71F37;
  color: #ffffff;
  padding: 20px; }
  footer .Scontainer {
    justify-content: space-between;
    align-items: center; }

@media screen and (max-width: 950px) {
  footer > .Scontainer {
    flex-direction: column;
    gap: 20px; } }
.Fbuttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: end;
  align-items: end; }

@media screen and (max-width: 950px) {
  .Fbuttons {
    align-items: center; } }
.Fright .Scontainer {
  align-items: center;
  gap: 40px; }
.Fright ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 15px;
  justify-content: end; }

@media screen and (max-width: 650px) {
  .Fright .Scontainer {
    flex-direction: column; } }
.credits {
  background: #980B1F;
  color: #ffffff;
  text-align: center;
  padding: 10px 20px; }
  .credits a {
    font-size: 14px;
    color: #ffffff;
    text-decoration: underline; }
    .credits a:hover {
      color: #ffffff;
      text-decoration: none; }

#mobile-bar {
  display: none; }

/*.menuC {
  width: calc(100% - 300px); }*/

.Scontainer.Mcontainer {
  justify-content: end;
  margin-top: 40px;
  position: relative; }

.RadMenu ul.rmRootGroup.rmHorizontal {
  display: flex;
  flex-wrap: nowrap; }

.RadMenu .rmHorizontal > li:first-child > a {
  border-top-left-radius: 5px; }

.RadMenu .rmHorizontal > li:last-child > a {
  border-top-right-radius: 5px;
  border: none; }

.RadMenu:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none; }

.RadMenu .rmHorizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media screen and (max-width: 1200px) {
  .RadMenu .rmHorizontal {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }
.RadMenu .rmHorizontal > li > a {
  text-decoration: none;
  padding: 10px 30px;
  gap: 10px;
  border-right: 1px solid #9D1327;
  background: #C71F37; }

.RadMenu .rmHorizontal > li > a span.rmText {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-wrap: wrap;
  padding: 0;
  position: relative; }

.RadMenu .rmHorizontal > li > a.rmSelected {
  bacgkround: #4C8DE7; }

.RadMenu .rmHorizontal > li > a.rmSelected span {
  color: #040943; }

.RadMenu .rmHorizontal > li > a:hover,
.RadMenu .rmHorizontal > li > a.rmExpanded,
.RadMenu .rmHorizontal > li > a.rmFocused {
  background: transparent; }

.RadMenu .rmHorizontal > li > a:hover span,
.RadMenu .rmHorizontal > li > a.rmExpanded span,
.RadMenu .rmHorizontal > li > a.rmFocused span {
  color: #040943; }

.RadMenu .rmHorizontal .rmVertical {
  background: #040943;
  padding: 0;
  border: none;
  border-top: none; }

.RadMenu .rmHorizontal .rmVertical li a {
  padding: 15px 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none; }

.RadMenu .rmHorizontal .rmVertical li a span {
  color: #fff;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 15px;
  text-transform: capitalize;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.RadMenu .rmHorizontal .rmVertical li a span.rmExpandRight:after {
  font-family: "Fontawesome";
  content: "\f054";
  position: absolute;
  font-size: 15px;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  right: 0; }

.RadMenu .rmHorizontal .rmVertical li a:hover,
.RadMenu .rmHorizontal .rmVertical li a.rmExpanded,
.RadMenu .rmHorizontal .rmVertical li a.rmFocused {
  background: #323779; }

.RadMenu .rmHorizontal .rmVertical li a:hover span,
.RadMenu .rmHorizontal .rmVertical li a.rmExpanded span,
.RadMenu .rmHorizontal .rmVertical li a.rmFocused span {
  color: #ffffff; }

.RadMenu .rmHorizontal .rmVertical li a:hover span.rmExpandRight:after,
.RadMenu .rmHorizontal .rmVertical li a.rmExpanded span.rmExpandRight:after,
.RadMenu .rmHorizontal .rmVertical li a.rmFocused span.rmExpandRight:after {
  color: #ffffff; }

@media screen and (max-width: 1350px) {
  /*.menuC {
    width: calc(100% - 230px); }*/

  .RadMenu .rmHorizontal > li > a {
    padding: 10px 10px; }

  .RadMenu .rmHorizontal > li > a span.rmText {
    font-size: 14px; } }
@media screen and (max-width: 950px) {
  .RadMenu {
    display: none; }

.menuC {
 width: 100%;
}

  #mobile-bar {
    display: flex;
    padding: 10px 30px;
    gap: 10px;
    border-right: 1px solid #9D1327;
    background: #C71F37;
    border-radius: 5px 5px 0 0;
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    justify-content: center;
    align-items: center; }
    #mobile-bar:hover {
      text-decoration: none; }

  .mainMenu {
    justify-content: end; }

  /*.Scontainer.Mcontainer {
    align-items: end; }*/ }
@media screen and (max-width: 400px) {
  /*.menuC {
    width: inherit; }*/ }
.socialFeed > div,
.socialFeed > div > div,
.socialFeed > div > div > div {
  height: 100%; }
.socialFeed .twitter-timeline.twitter-timeline-rendered {
  height: 100%; }
.socialFeed iframe#twitter-widget-0 {
  height: 100% !important; }

.subpage section.heroImage {
  margin-bottom: 15px; }

.Scontainer.breadcrumb {
  justify-content: center;
  font-weight: 800;
  background: #f7f7f7;
  align-items: center;
  padding: 10px 0;
  margin-bottom: 15px; }
  .Scontainer.breadcrumb a {
    color: #000000;
    text-decoration: underline; }
    .Scontainer.breadcrumb a:hover {
      color: #000000;
      text-decoration: none; }

.Scontainer.SCw {
  min-height: 500px;
  margin-bottom: 60px;
  gap: 30px; }

.subpageContent {
  flex-grow: 1; }

a.navLink {
  color: #000000;
  text-decoration: none;
  padding: 10px;
  display: block;
  border-bottom: 1px solid #e4e1e1;
  transition: all 0.3s; }
  a.navLink:hover {
    padding-left: 34px;
    background: #C71F37;
    color: #ffffff; }

.currentpage a.navLink {
  font-weight: 800; }

.sideMenu {
  padding: 20px;
  box-shadow: 0px 5px 10px 10px rgba(106, 106, 106, 0.1);
  border-radius: 10px;
  min-width: 400px;
  max-width: 400px;
  height: fit-content; }

@media screen and (max-width: 1350px) {
  .sideMenu {
    min-width: 300px;
    max-width: 300px; } }
@media screen and (max-width: 950px) {
  .Scontainer.SCw {
    flex-direction: column; }

  .sideMenu {
    min-width: 100%;
    max-width: 100%; }

  .current-head {
    display: block; }

  .sidenav-slide {
    display: none; }

  a.topPage {
    color: #000000;
    text-decoration: none;
    font-weight: 800; }

  .expand-side-nav-mobile {
    color: #000000; }

  .currentpage {
    display: none; } }
.translation {
  position: relative; }

.translation #otherLang {
  color: #fff;
  padding: 15px;
  transition: all 0.3s;
  display: inline-block;
  font-size: 1em; }

.translation #otherLang span {
  pointer-events: none; }

.translation #translate__el {
  display: none; }

.translation .translate__list {
  border-top: none;
  background: #ffffff;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 100%;
  width: 250px;
  height: 400px;
  overflow: auto;
  z-index: 3000;
  display: none !important; }

.translation .translate__list::-webkit-scrollbar {
  width: 10px; }

.translation .translate__list::-webkit-scrollbar-track {
  background: #e2e2e2; }

.translation .translate__list::-webkit-scrollbar-thumb {
  background: #040943; }

.translation .translate__list::-webkit-scrollbar-thumb:hover {
  background: #4C8DE7; }

.translation .translate__list.expanded {
  display: block !important; }

.translation .translate__list li a {
  padding: 10px;
  color: #000;
  transition: all 0.3s;
  display: block; }

.translation .translate__list li a:hover,
.translation .translate__list li a:focus {
  box-shadow: none;
  color: #fff; }

.divSearchBox {
  flex-grow: 1;
  display: flex;
  padding: 0; }

.divSearchBox a {
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  font-size: 24px;
  color: #000000;
  text-decoration: none;
  border-bottom: 3px solid #D9D9D9; }

.searchC {
  display: flex;
  align-items: center;
  justify-content: end; }

.searchW .SearchTerm {
  border: none;
  border-bottom: 3px solid #D9D9D9;
  flex-grow: 1;
  height: 45px;
  line-height: 45px; }

.searchW {
  display: flex;
  flex-grow: 1; }

ul.nav-menu {
  display: flex;
  flex-wrap: nowrap; }
  ul.nav-menu .nav-item > a {
    text-decoration: none;
    padding: 20px 30px;
    gap: 10px;
    border: none;
    border-right: 1px solid #9D1327;
    background: #C71F37;
    text-align: center;
    display: block; }
    ul.nav-menu .nav-item > a span {
      color: #FFF;
      text-align: center;
      font-size: 15px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      text-wrap: wrap;
      padding: 0;
      position: relative; }
  ul.nav-menu li.nav-item:first-child > a {
    border-top-left-radius: 5px; }
  ul.nav-menu li.nav-item:last-child > a {
    border-top-right-radius: 5px; }

.megamenu .sub-nav {
  width: 100%; }

@media screen and (max-width: 1350px) {
  ul.nav-menu .nav-item > a {
    padding: 10px 10px; }
    ul.nav-menu .nav-item > a span {
      font-size: 14px; } }
@media screen and (max-width: 950px) {
  .megamenu {
    display: none; } }
/* mega menu list */
.nav-menu {
  display: block;
  /*position: relative;*/
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 15; }

/* a top level navigation item in the mega menu */
.nav-item {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0; }

/* first descendant link within a top level navigation item */
.megamenu > ul > li:hover > a,
.megamenu > ul > li.mega_how_do_i:hover > div {
  text-decoration: none;
  position: relative;
  border-bottom-size: 0px;
  background: #9D1327; }

.megamenu > ul > li:hover > a span.menuTitle,
.megamenu > ul > li.mega_how_do_i:hover > div span.menuTitle {
  transition: all .2s ease-in-out; }

/* focus/open states of first descendant link within a top level 
           navigation item */
/* open state of first descendant link within a top level 
           navigation item */
.nav-item > a.open {
  /*background-color: #fff;*/
  z-index: 1; }

/* sub-navigation panel */
.sub-nav {
  position: absolute;
  display: none;
  width: 100%;
  left: 0px;
  top: 100%;
  z-index: 7; }

.sub-navBackground.container {
  padding: 20px 0 20px 0;
  border-bottom: 5px solid #191919;
  background: rgb(39 39 39 / 80%);
  -webkit-box-shadow: 1px 3px 18px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 1px 3px 18px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 1px 3px 18px 0px rgba(0, 0, 0, 0.27);
  display: flex;
  align-items: center;
  gap: 20px; }

.linkExtras {
    flex-basis: 300px;
    color: #ffffff;
    font-weight: 600;
    padding-right: 10px;
    font-size: 20px;
}
  .linkExtras a {
    margin-top: 10px; }

.linkList {
  flex-grow: 1; }

/* sub-navigation panel open state */
.sub-nav.open {
  display: block; }

/* list of items within sub-navigation panel */
.sub-nav ul {
  vertical-align: top;
  margin: 0;
  padding: 0; }

/* list item within sub-navigation panel */
.sub-nav li {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0; }

/* image style */
.nav-image img {
  width: 45%; }

ul.second-level-list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  padding: 10px 5px 0 10px; }

.mega_menu li.level2 {
  color: #ffffff; }

.megamenu > ul:after {
  content: '';
  display: block;
  clear: both; }

.megamenu > ul > li:hover > a,
.megamenu > ul > li.mega_how_do_i:hover > div {
  text-decoration: none;
  position: relative;
  border-bottom-size: 0px; }

.megamenu > ul > li:hover > a span.menuTitle,
.megamenu > ul > li.mega_how_do_i:hover > div span.menuTitle {
  transition: all .2s ease-in-out; }

li.level1.mega_home {
  display: none; }

.mega_government li.class-cat li.level2.mega_departments .third-level-list li.menuCol {
  padding: 0px;
  width: 25%;
  float: left; }

li.level2.mega_board_of_county_commissioners ul.third-level-list {
  display: none; }

.mega_how_do_i .fa {
  font-size: 33px;
  position: relative;
  top: 6px;
  left: 9px; }

.megamenu .level2 > a {
  color: #191919;
  font-weight: 700;
  padding: 0.2em;
  display: inline-block;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  text-decoration: none;
  font-size: 15px;
  background: #ffffff;
  display: block;
  padding: 10px 10px;
  margin-bottom: 5px;
  margin-right: 5px;
  border-radius: 5px; }

.megamenu .level2 > a:hover {
  background: #191919;
  text-decoration: none;
  color: #ffffff; }

.megamenu .level3 > a:hover {
  font-weight: 500;
  background: #191919; }

.wrapped ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

.wrapped > ul > li {
  width: 33.33334%;
  float: left; }

.wrapped > ul:after {
  content: '';
  display: block;
  clear: both; }

.megamenu .level3 a {
  display: block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.01em;
  border-radius: 5px; }

.megamenu .level3 a span {
  padding: 0.3em 0.7em;
  display: inline-block; }

.megamenu .level3 a:hover span {
  text-decoration: none;
  color: #ffffff; }

.megamenu .mega_i_want_to .level2 a:hover {
  background: #693A1A;
  text-decoration: none;
  color: #ffffff; }

.megamenu .mega_how_do_i ul.second-level-list {
  background: #6c9134;
  background: rgba(108, 145, 52, 0.93); }

.megamenu .mega_how_do_i .level2 > a {
  background: transparent;
  color: #ffffff;
  font-size: 16px; }

.mega_menu li.level2 {
  color: #ffffff; }

.menuCol > ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

li.menuCol {
  padding: 5px 10px 5px 10px; }

li.menuCol:after {
  clear: both;
  content: '';
  display: block; }

.level2 span.description {
  display: block;
  color: #575757;
  font-size: 13px;
  margin-top: 7px; }

.level2 h3 {
  padding: 0px 0px 5px 0px;
  line-height: 40px;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0px;
  font-size: 24px; }

li.level2.mega_address {
  background: #E2E2E2;
  color: #232323;
  padding: 16px;
  margin-top: 20px; }

.menu_address .info span {
  display: block;
  font-size: 14px;
  color: #3b3a3a; }

.menu_address .info {
  float: left;
  width: 62%; }

.menu_address .logo {
  float: left;
  width: 38%; }

.menu_address .logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto; }

.mega_how_do_i li.menuCol {
  width: 98%;
  float: none;
  padding: 1%; }

.mega_how_do_i li.menuCol:after {
  content: '';
  clear: both;
  display: block; }

.mega_how_do_i li.menuCol li.class-cat {
  width: 31.333334%;
  float: left;
  padding: 1%; }

.megamenu .level1.mega_how_do_i > a {
  color: #c2eb83; }

.mega_i_want_to h2.cat-title {
  color: #ffffff;
  font-weight: 700;
  margin: 0px 0px 5px 5px;
  letter-spacing: 0.4px;
  font-size: 16px;
  background: #A26235;
  padding: 5px; }

.mega_how_do_i li.class-cat ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

.mega_how_do_i li.class-cat ul .level2 > a {
  padding: 5px 5px 5px 5px; }

.megamenu .mega_how_do_i .level2 > a:hover {
  background: #61842C; }

.mega_contactLink {
  display: none; }

.megamenu .mega_how_do_i .mega_contactLink {
  display: block; }

.megamenu .mega_how_do_i .mega_contactLink a {
  background: #61842C; }

.megamenu .mega_how_do_i .mega_contactLink a {
  background: #61842C;
  display: block;
  color: #ffffff;
  padding: 10px;
  text-decoration: none;
  font-weight: 700; }

li.level1.mega_i_want_to {
  background: #092235; }

.mega_i_want_to .menuCol > ul > li {
  width: 23%;
  float: left; }

li.level1.mega_county_services .menuCol > ul > li {
  width: 25%;
  float: left; }

.megamenu .mega_i_want_to ul.second-level-list {
  background: #93552a;
  background: rgba(147, 85, 42, 0.97);
  border-bottom: 7px solid #A26235; }

.megamenu .mega_i_want_to ul.second-level-list a {
  color: #ffffff;
  font-weight: 100;
  padding: 5px 10px 5px 10px;
  display: block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
  font-size: 13px; }

li.level1.mega_i_want_to > .second-level-list > li.class-cat > h2 {
  color: #FFF;
  font-weight: 700;
  padding: 10px;
  display: block;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  text-decoration: none;
  font-size: 16px; }

.megamenu .mega_i_want_to ul.second-level-list a {
  color: #ffffff; }

.megamenu .mega_i_want_to .level2 > a {
  /* background: #A26235;
  */ }

ul.third-level-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 5px; }

li.class-cat {
  width: 23%;
  float: left;
  padding: 1%; }

li.class-cat ul {
  padding: 0px;
  margin: 0px;
  list-style: none; }

.third-level-list li.menuCol {
  padding: 0px; }

.menuImage img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto; }

.menuImage div {
  background-repeat: no-repeat;
  background-size: cover;
  height: 220px; }









.LImageTitle img {
    width: 200px;
}

.LImageTitle {
    display: flex;
    align-items: start;
    gap: 30px;
}

@media screen and (max-width: 650px) {

.LImageTitle {
    display: flex;
    align-items: start;
    gap: 30px;
    flex-direction: column;
    justify-content: center;
}

.LImageTitle > div:first-child {
    text-align: center;
    width: 100%;
}

}

.LContact ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    text-wrap: nowrap;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.bio {
    font-size: 1em;
    line-height: 1.5em;
}

.bio {
    overflow: hidden;
    height: 9em;
}

.LName {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #333333;
}

.Lbutton {
    text-align: right;
    padding: 20px 10px 20px;
}

.L-item {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 50px;
}


.staff_directory .third-level-list {
 display: none;
}


.megamenu .level3 a {
    padding: 10px 0 10px 10px;
    margin-right: 5px;
    border-radius: 5px;
}

em.twix {
    font-style: initial;
}


.mega_menu li.level2 {
    color: #ffffff;
    display: flex;
    flex-direction: column;
}


.ptl_page {
    overflow: visible;
    overflow-x: visible;
}

.facebookFeedW {
    display: flex;
    justify-content: center;
}

.facebookFeedW iframe {
    max-width: 500px;
}

.hiddenDesc {
    position: fixed;
    top: -10000px;
    left: -10000px;
}



/*Staff Directory More*/
.PO-staffDirectory .DIR-card > .DIR-more {
    display: none;
}





.eventsList {
    margin: 2em 0; }
  .eventsList a.event {
      display: inline-block;
      background: #ffffff;
      width: 23.333334%;
      margin: 0px 1% 0px 1%;
      vertical-align: top;
      color: #333333;
      text-align: left;
      text-decoration: none; }
    .eventsList a.event.event:first-child {
        margin-left: 0; }
        @media screen and (max-width: 1350px) {
        .eventsList a.event.event:first-child {
            width: 48%;
            margin: 0px 1% 15px 1%; } }
        @media screen and (max-width: 550px) {
        .eventsList a.event.event:first-child {
            width: 100%;
            margin: 0px 0px 15px 0px; } }
    .eventsList a.event.event:last-child {
        margin-right: 0; }
        @media screen and (max-width: 1350px) {
        .eventsList a.event.event:last-child {
            width: 48%;
            margin: 0px 1% 15px 1%; } }
        @media screen and (max-width: 550px) {
        .eventsList a.event.event:last-child {
            width: 100%;
            margin: 0px 0px 15px 0px; } }
      @media screen and (max-width: 1350px) {
      .eventsList a.event {
          width: 48%;
          margin: 0px 1% 15px 1%; } }
      @media screen and (max-width: 550px) {
      .eventsList a.event {
          width: 100%;
          margin: 0px 0px 15px 0px; } }
    .eventsList a.event:hover .eventName, #upcomingEvents .eventsList a.event:focus .eventName {
        background: #980B1F; }
    .eventsList a.event:hover span.ripple, #upcomingEvents .eventsList a.event:focus span.ripple {
        background: #231F20 !important; }
    .eventsList a.event .eventName {
        padding: 20px;
        background: #C71F37;
        font-family: "Open Sans";
        font-size: 1.1em;
        line-height: 1.7em;
        color: #ffffff;
        text-shadow: 1px 0px 0px #333333;
        -webkit-transition: background 0.3s;
        -moz-transition: background 0.3s;
        -ms-transition: background 0.3s;
        transition: background 0.3s; }
      .eventsList a.event .eventName:before {
          content: '';
          height: 2.6em;
          display: inline-block;
          vertical-align: middle; }
      .eventsList a.event .eventName span {
          color: #ffffff !important;
          line-height: 1.3em;
          display: inline-block;
          vertical-align: middle; }
    .eventsList a.event .eventDetails {
        position: relative;
        padding: 20px;
        border: 1px solid rgba(51, 51, 51, 0.1);
        border-top: none; }
      .eventsList a.event .eventDetails .eventDate {
          margin-bottom: 7px;
          font-family: "Open Sans";
          font-weight: 400; }
      .eventsList a.event .eventDetails .location {
          margin-top: 7px; }
      .eventsList a.event .eventDetails div em {
          margin-right: 5px; }
      .eventsList a.event .eventDetails span.ripple {
          width: 45px;
          line-height: 45px;
          display: block;
          text-align: center;
          position: absolute;
          top: -23px;
          right: 20px;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          transition: all 0.3s;
          color: #ffffff !important;
          background: #980B1F;
          border-radius: 5px;
          z-index: 1; }
        .eventsList a.event .eventDetails span.ripple .fa {
            top: 2px;
            left: 1px;
            position: relative; }
    .eventsList a.event .time {
        padding: 0 0 .5em;
        font-family: "Open Sans";
        font-style: italic;
        font-weight: 300;
        font-size: 1em; }
