.mobileOnly,
.mobile-only {
  display: none;
}

/* Desktop */
@media only screen and (min-width: 569px) {
  .desktopOnly,
  .desktop-only {
    display: inherit;
  }
}
/* Mobile */
@media only screen and (max-width: 569px) {
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .desktopOnly,
  .desktop-only {
    display: none;
  }

  .mobileOnly,
  .mobile-only {
    display: inherit !important;
  }

  body {
    min-width: 0 !important;
  }

  /* ================================================== */
  /* WordPress
  /* ================================================== */
  html, body {
    margin: 0 !important;
  }

  #wpadminbar {
    display: none;
  }

  /* ================================================== */
  /* Bootstrap
  /* ================================================== */
  .navbar {
    margin: 0 !important;
  }

  .navbar-inner {
    background-color: transparent;
    background-image: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }

  .nav-collapse {
    height: auto;
    overflow: visible;
  }

  /* ================================================== */
  /* Layout
  /* ================================================== */
  html {
    overflow-y: scroll;
  }

  html, body {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .container-fluid {
    width: 100%;
    max-width: 100%;
  }

  #branding {
    height: auto;
    background: #3c2917;
  }

  #primary {
    width: 100% !important;
    margin: 0 !important;
    padding: 20px !important;
  }

  #secondary {
    display: none !important;
  }

  /* ================================================== */
  /* Content
  /* ================================================== */
  article {
    margin: 0 !important;
    padding: 0 0 20px !important;
  }

  /* ================================================== */
  /* Homepage
  /* ================================================== */
  body.home.page #primary {
    padding: 0 !important;
  }
  body.home.page #primary .homecontent {
    left: auto;
  }
  body.home.page #primary .container {
    padding: 0 !important;
  }
  body.home.page #primary #home-textline {
    padding: 20px !important;
  }
  body.home.page #primary #home-textline #Homepage_textHeader {
    margin-bottom: 10px;
  }
  body.home.page #primary #home-fourboxes {
    padding: 20px !important;
  }
  body.home.page #primary #home-fourboxes .home-infobox {
    width: 100% !important;
    height: auto !important;
    margin: 0 0 10px !important;
  }
  body.home.page #primary #home-fourboxes .home-infobox img.banner {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
  body.home.page #primary #home-fourboxes .home-infobox #infobox-img {
    width: 25% !important;
  }
  body.home.page #primary #home-fourboxes .home-infobox #infobox-img img {
    width: 100%;
    height: auto;
  }
  body.home.page #primary #home-fourboxes .home-infobox #infobox-text {
    width: 75% !important;
    line-height: 14px !important;
    padding: 10px !important;
  }

  /* ================================================== */
  /* Housing
  /* ================================================== */
  .left_column,
  .right_column {
    width: 100%;
    float: none;
  }

  /* ================================================== */
  /* Image Strips
  /* ================================================== */
  #profile_table,
  #housing_table,
  #recreation_table,
  #entertainment_table,
  #entertainmentlogo_table {
    display: block;
  }
  #profile_table .profile_row,
  #profile_table .housing_row,
  #profile_table .recreation_row,
  #profile_table .entertainment_row,
  #profile_table .entertainmentlogo_row,
  #housing_table .profile_row,
  #housing_table .housing_row,
  #housing_table .recreation_row,
  #housing_table .entertainment_row,
  #housing_table .entertainmentlogo_row,
  #recreation_table .profile_row,
  #recreation_table .housing_row,
  #recreation_table .recreation_row,
  #recreation_table .entertainment_row,
  #recreation_table .entertainmentlogo_row,
  #entertainment_table .profile_row,
  #entertainment_table .housing_row,
  #entertainment_table .recreation_row,
  #entertainment_table .entertainment_row,
  #entertainment_table .entertainmentlogo_row,
  #entertainmentlogo_table .profile_row,
  #entertainmentlogo_table .housing_row,
  #entertainmentlogo_table .recreation_row,
  #entertainmentlogo_table .entertainment_row,
  #entertainmentlogo_table .entertainmentlogo_row {
    display: block;
  }
  #profile_table .profile_cell,
  #profile_table .housing_cell,
  #profile_table .recreation_cell,
  #profile_table .entertainment_cell,
  #profile_table .entertainmentlogo_cell,
  #housing_table .profile_cell,
  #housing_table .housing_cell,
  #housing_table .recreation_cell,
  #housing_table .entertainment_cell,
  #housing_table .entertainmentlogo_cell,
  #recreation_table .profile_cell,
  #recreation_table .housing_cell,
  #recreation_table .recreation_cell,
  #recreation_table .entertainment_cell,
  #recreation_table .entertainmentlogo_cell,
  #entertainment_table .profile_cell,
  #entertainment_table .housing_cell,
  #entertainment_table .recreation_cell,
  #entertainment_table .entertainment_cell,
  #entertainment_table .entertainmentlogo_cell,
  #entertainmentlogo_table .profile_cell,
  #entertainmentlogo_table .housing_cell,
  #entertainmentlogo_table .recreation_cell,
  #entertainmentlogo_table .entertainment_cell,
  #entertainmentlogo_table .entertainmentlogo_cell {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 10px;
    padding: 0;
  }
  #profile_table .profile_cell img,
  #profile_table .housing_cell img,
  #profile_table .recreation_cell img,
  #profile_table .entertainment_cell img,
  #profile_table .entertainmentlogo_cell img,
  #housing_table .profile_cell img,
  #housing_table .housing_cell img,
  #housing_table .recreation_cell img,
  #housing_table .entertainment_cell img,
  #housing_table .entertainmentlogo_cell img,
  #recreation_table .profile_cell img,
  #recreation_table .housing_cell img,
  #recreation_table .recreation_cell img,
  #recreation_table .entertainment_cell img,
  #recreation_table .entertainmentlogo_cell img,
  #entertainment_table .profile_cell img,
  #entertainment_table .housing_cell img,
  #entertainment_table .recreation_cell img,
  #entertainment_table .entertainment_cell img,
  #entertainment_table .entertainmentlogo_cell img,
  #entertainmentlogo_table .profile_cell img,
  #entertainmentlogo_table .housing_cell img,
  #entertainmentlogo_table .recreation_cell img,
  #entertainmentlogo_table .entertainment_cell img,
  #entertainmentlogo_table .entertainmentlogo_cell img {
    width: 100%;
    height: auto;
  }
  #profile_table .entertainmentlogo_cell,
  #housing_table .entertainmentlogo_cell,
  #recreation_table .entertainmentlogo_cell,
  #entertainment_table .entertainmentlogo_cell,
  #entertainmentlogo_table .entertainmentlogo_cell {
    margin: 30px 0 0;
  }
  #profile_table .entertainmentlogo_cell img,
  #housing_table .entertainmentlogo_cell img,
  #recreation_table .entertainmentlogo_cell img,
  #entertainment_table .entertainmentlogo_cell img,
  #entertainmentlogo_table .entertainmentlogo_cell img {
    width: 50%;
    margin: auto;
  }

  /* ================================================== */
  /* News
  /* ================================================== */
  .entry-title .menu-news-container {
    clear: both;
    float: none;
  }
  .entry-title .menu-news-container ul {
    margin: 0 0 0 -20px;
    padding-top: 10px;
  }

  /* ================================================== */
  /* Strategic Priorities
  /* ================================================== */
  .straticPrioritiesTemplate .strategic_left_column,
  .straticPrioritiesTemplate .strategic_right_column {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
  .straticPrioritiesTemplate .strategic_left_column .strategic_priorities_img,
  .straticPrioritiesTemplate .strategic_right_column .strategic_priorities_img {
    display: none;
  }
  .straticPrioritiesTemplate .strategic_left_column .strategic_caption,
  .straticPrioritiesTemplate .strategic_right_column .strategic_caption {
    margin: 0;
    text-align: left;
  }
  .straticPrioritiesTemplate .strategic_left_column .accordion-body,
  .straticPrioritiesTemplate .strategic_right_column .accordion-body {
    max-height: none;
    overflow-y: hidden;
  }

  /* ================================================== */
  /* Staff
  /* ================================================== */
  .staff_header img {
    margin: 0;
  }
  .staff_header .photo,
  .staff_header .quote {
    margin-top: 20px;
    position: static;
  }
  .staff_header .quote img {
    width: 100%;
    height: auto;
  }

  .staff_titlebar2 {
    background-size: 100% 100%;
  }

  /* ================================================== */
  /* Footer
  /* ================================================== */
  #page-footer {
    line-height: normal;
    padding: 20px !important;
  }
  #page-footer #footer01,
  #page-footer #footer02,
  #page-footer #footer03,
  #page-footer #footer04 {
    width: 100%;
    float: none;
    margin: 0;
  }
  #page-footer #footer02,
  #page-footer #footer03,
  #page-footer #footer04 {
    display: block;
  }
  #page-footer #footer02 {
    font-size: 11px;
    letter-spacing: 0.5px;
    line-height: 16px;
    padding: 0 0 17px;
  }
  #page-footer #footer03 {
    line-height: 0;
    padding: 0 0 20px;
  }
  #page-footer #footer03 img {
    width: 100%;
    height: auto;
  }
  #page-footer #footer04 {
    text-align: left;
  }
  #page-footer #footer04 #footer-smIcons {
    float: none;
  }
  #page-footer #footer04 #footer-smIcons a {
    float: left;
    margin: 0 5px 0 0;
  }

  /* ================================================== */
  /* Logo
  /* ================================================== */
  #logo {
    margin: 0 0 0 20px !important;
  }
  #logo img {
    width: auto;
    height: 60px;
  }

  /* ================================================== */
  /* Image Grid
  /* ================================================== */
  #imageGridWrapper .imageGridImage {
    width: 100%;
    float: none;
    margin: 0 0 30px;
  }

  /* ================================================== */
  /* Large Map
  /* ================================================== */
  #largeMapWrapper {
    max-width: 90%;
  }

  /* ================================================== */
  /* Board of Directors
  /* ================================================== */
  .boardTitle {
    font-size: 24px;
    line-height: normal;
    text-align: left;
  }

  .boardMember {
    margin-bottom: 20px;
  }
  .boardMember .text {
    background: #f0f0f0;
    line-height: normal;
    padding: 15px;
  }
  .boardMember .text .top {
    margin-bottom: 15px;
  }
  .boardMember .text .name {
    color: #125b82;
    font-size: 18px;
  }
  .boardMember .text .position {
    color: #125b82;
    margin-bottom: 5px;
  }
  .boardMember .text .title,
  .boardMember .text .company {
    color: #222;
    font-size: 12px;
    font-style: italic;
  }
  .boardMember .text .phone {
    color: #222;
    font-size: 12px;
  }

  /* ================================================== */
  /* Slideshow
  /* ================================================== */
  #slideshowWrapper #switcher-panel,
  #slideshowWrapper .index {
    display: none !important;
  }
  #slideshowWrapper .slides {
    width: 100%;
    float: none;
  }
  #slideshowWrapper .slides .thumbs {
    border: 0;
    margin: 0;
    padding: 0;
  }
  #slideshowWrapper .slides .thumbs a {
    width: 100%;
    cursor: default;
    display: block;
    float: none;
    margin: 0 0 20px;
  }
  #slideshowWrapper .slides .thumbs a img {
    width: 100%;
    height: auto;
  }

  /* ================================================== */
  /* Leading Employers
  /* ================================================== */
  #leadingEmployersWrapper .logo {
    width: 60%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px;
    left: auto;
    z-index: auto;
  }
  #leadingEmployersWrapper .logo img {
    width: 100%;
    height: auto;
  }
  #leadingEmployersWrapper .contactInfo {
    line-height: 16px;
    margin-top: 10px;
  }
  #leadingEmployersWrapper .contactInfo p {
    line-height: 16px;
  }
  #leadingEmployersWrapper hr {
    margin: 20px 0 25px;
  }

  /* ================================================== */
  /* Relocate, Expand, & Start-Up
  /* ================================================== */
  .res_icon_container {
    margin: 0;
    padding: 15px;
  }

  #res_table,
  .res_row,
  .res_cell {
    display: block;
  }

  #res_links {
    text-align: left;
  }

  /* ================================================== */
  /* Featured Properties
  /* ================================================== */
  #featuredPropertiesWrapper {
    /* Top Address Text */
  }
  #featuredPropertiesWrapper .address {
    line-height: normal;
    margin-top: 15px;
  }
  #featuredPropertiesWrapper .address .name {
    font-size: 16px;
  }
  #featuredPropertiesWrapper .address span {
    display: block;
  }
  #featuredPropertiesWrapper .address .seperator {
    display: none;
  }
  #featuredPropertiesWrapper .left, #featuredPropertiesWrapper .right {
    width: 100%;
    float: none;
  }
  #featuredPropertiesWrapper #switcher-panel {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  #featuredPropertiesWrapper #switcher-panel .strip {
    display: none;
  }
  #featuredPropertiesWrapper .right .thumbs {
    display: none;
  }
}
/* ================================================== */
/* Mobile Navigation
/* ================================================== */
/**
 * @file
 * Cleaned up mobile navigation CSS for Drupal, MightySite, and
 * WordPress websites.
 *
 * In this file, the mobile navigation styles are reset, then iterated from
 * Level 1 down to Level 3. We do not style past Level 3.
 *
 * By default, a top border (black) is applied to the primary ul. A top
 * border (white) and bottom border (black) is applied to each li in
 * Level 1.
 *
 * By default, a top border (black) is applied to each li in Level 2 and
 * a top border (white) is applied to each hyperlink in Level 2.
 *
 * By default, the top border (black) is removed from the appended
 * mobile-only navigation to create a seamless appearance.
 *
 * Colors can be changed via the variables below. Uncomment the first set
 * of variables to use the basic colors to help understand styling.
 *
 * @since MightySite 2.7.0
 * @since Drupal 7.x-1.x
 * @author Jimmy K.
 */
/* ================================================== */
/* Basic Colors
/* ================================================== */
    /*
    $l1_backgroundColor: #ccc;
    $l1_activeBackgroundColor: #aaa;
    $l1_textColor: #900;
    $l1_activeTextColor: #f00;
    $l1_textSize: 18px;

    $l2_backgroundColor: #aaa;
    $l2_activeBackgroundColor: #999;
    $l2_textColor: #090;
    $l2_activeTextColor: #0f0;
    $l2_textSize: 14px;

    $l3_backgroundColor: #999;
    $l3_activeBackgroundColor: #999;
    $l3_textColor: #009;
    $l3_activeTextColor: #00f;
    $l3_textSize: 12px;

    $darkBorderColor: #000;
    $lightBorderColor: #fff;
    */
/* ================================================== */
/* Complex Colors
/* ================================================== */
/* ======================================== */
/* MightyMenu (Mobile)
/* ======================================== */
#responsive-navbar {
  margin: 0 !important;
}

/* Expand/Collapse Button */
.nav-collapse {
  display: none;
  /* Collapse the nav by default. */
}

/* Toggle Button */
.btn-navbar {
  width: 40px;
  height: 29px;
  background: url("../resources/assets/images/layout/mightymenu/toggle.png") no-repeat !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: 11px;
  right: 10px;
  text-shadow: none !important;
  z-index: 10;
}

/* Bottom ("Top the Top" & Close Buttons) */
.responsive-nav-bottom {
  height: 34px;
  background: #3c2917;
  border-top: 1px solid #776a5d;
  display: block;
}
.responsive-nav-bottom .responsive-nav-scroll {
  display: none;
}
.responsive-nav-bottom .responsive-nav-close {
  width: 100%;
  height: 32px;
  background: url("../resources/assets/images/layout/mightymenu/close.png") center no-repeat;
  display: block;
  overflow: hidden;
  text-indent: 500%;
}

#mobilePrimaryNav {
  min-height: 55px;
}

#mobilePrimaryNav .menu-top-nav-container {
  margin-top: 55px;
  /* ================================================== */
  /* Style Reset
  /* Reset all styles from the desktop version.
  /* ================================================== */
  /* Hit Area */
  /* ================================================== */
  /* LEVEL 1 ITEMS
  /* Level 2 & Level 3 are inside this nest.
  /* ================================================== */
}
#mobilePrimaryNav .menu-top-nav-container ul,
#mobilePrimaryNav .menu-top-nav-container ul li,
#mobilePrimaryNav .menu-top-nav-container ul li div,
#mobilePrimaryNav .menu-top-nav-container ul li a {
  width: auto;
  min-width: none;
  max-width: none;
  height: auto;
  min-height: none;
  max-height: none;
  background: none;
  border: 0;
  color: #000;
  float: none;
  font-family: "nimbus-sans", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  padding: 0;
  position: static;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  text-transform: capitalize;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  z-index: auto;
}
#mobilePrimaryNav .menu-top-nav-container ul {
  width: 100% !important;
  display: block;
  overflow: hidden !important;
  position: relative !important;
}
#mobilePrimaryNav .menu-top-nav-container ul li {
  width: 100% !important;
  list-style: none !important;
  overflow: hidden !important;
}
#mobilePrimaryNav .menu-top-nav-container ul li a {
  color: #000;
  display: block;
  padding: 13px 20px;
  text-decoration: none;
}
#mobilePrimaryNav .menu-top-nav-container .hitarea {
  width: 50px;
  height: 46px;
  background-position: right;
  background-repeat: no-repeat;
  cursor: pointer;
  float: right;
  position: relative;
  top: 0;
}
#mobilePrimaryNav .menu-top-nav-container .expandable-hitarea,
#mobilePrimaryNav .menu-top-nav-container .current_page_ancestor-hitarea.collapsable-hitarea,
#mobilePrimaryNav .menu-top-nav-container .current_page_item-hitarea.collapsable-hitarea {
  /* Backwards? */
  background-image: url("../resources/assets/images/layout/mightymenu/expand.png");
}
#mobilePrimaryNav .menu-top-nav-container .collapsable-hitarea,
#mobilePrimaryNav .menu-top-nav-container .current_page_ancestor-hitarea.expandable-hitarea,
#mobilePrimaryNav .menu-top-nav-container .current_page_item-hitarea.expandable-hitarea {
  /* Backwards? */
  background-image: url("../resources/assets/images/layout/mightymenu/collapse.png");
}
#mobilePrimaryNav .menu-top-nav-container > ul {
  background: #635445;
  border-top: 1px solid #3c2917;
  /* Level 1 */
  /* ================================================== */
  /* LEVEL 2 ITEMS
  /* Level 3 is inside this nest.
  /* ================================================== */
}
#mobilePrimaryNav .menu-top-nav-container > ul > li {
  border-top: 1px solid #776a5d;
  border-bottom: 1px solid #3c2917;
  /* Hit Area */
}
#mobilePrimaryNav .menu-top-nav-container > ul > li.collapsable, #mobilePrimaryNav .menu-top-nav-container > ul > li.current_page_item, #mobilePrimaryNav .menu-top-nav-container > ul > li.current_page_ancestor, #mobilePrimaryNav .menu-top-nav-container > ul > li.current_page_parent, #mobilePrimaryNav .menu-top-nav-container > ul > li:hover {
  background: #635445;
}
#mobilePrimaryNav .menu-top-nav-container > ul > li > a {
  color: white;
  font-size: 16px;
  padding: 15px 20px;
}
#mobilePrimaryNav .menu-top-nav-container > ul > li > a:before {
  /* Placeholder */
}
#mobilePrimaryNav .menu-top-nav-container > ul > li > a:after {
  content: " \203A";
}
#mobilePrimaryNav .menu-top-nav-container > ul > li:hover > a, #mobilePrimaryNav .menu-top-nav-container > ul > li.collapsable > a, #mobilePrimaryNav .menu-top-nav-container > ul > li.activeTrail > a,
#mobilePrimaryNav .menu-top-nav-container > ul > li a.active,
#mobilePrimaryNav .menu-top-nav-container > ul > li a:hover {
  color: white;
}
#mobilePrimaryNav .menu-top-nav-container > ul > li .hitarea {
  top: 2px;
}
#mobilePrimaryNav .menu-top-nav-container > ul > li > ul {
  background: #635445;
  padding: 0 0 0 20px;
  /* ================================================== */
  /* LEVEL 3 ITEMS
  /* ================================================== */
}
#mobilePrimaryNav .menu-top-nav-container > ul > li > ul > li {
  border-top: 1px solid #3c2917;
  /* Hit Area */
}
#mobilePrimaryNav .menu-top-nav-container > ul > li > ul > li.collapsable > a, #mobilePrimaryNav .menu-top-nav-container > ul > li > ul > li.expanded.collapsable > a, #mobilePrimaryNav .menu-top-nav-container > ul > li > ul > li.activeTrail > a, #mobilePrimaryNav .menu-top-nav-container > ul > li > ul > li.current_page_item > a, #mobilePrimaryNav .menu-top-nav-container > ul > li > ul > li.current_page_parent > a, #mobilePrimaryNav .menu-top-nav-container > ul > li > ul > li:hover > a, #mobilePrimaryNav .menu-top-nav-container > ul > li > ul > li:active > a {
  color: white;
}
#mobilePrimaryNav .menu-top-nav-container > ul > li > ul > li > a {
  border-top: 1px solid #776a5d;
  color: white;
  font-size: 14px;
  padding: 15px;
}
#mobilePrimaryNav .menu-top-nav-container > ul > li > ul > li > a:before {
  /* Placeholder */
}
#mobilePrimaryNav .menu-top-nav-container > ul > li > ul > li > a:after {
  content: " \203A";
}
#mobilePrimaryNav .menu-top-nav-container > ul > li > ul > li:hover > a, #mobilePrimaryNav .menu-top-nav-container > ul > li > ul > li.collapsable > a, #mobilePrimaryNav .menu-top-nav-container > ul > li > ul > li.activeTrail > a, #mobilePrimaryNav .menu-top-nav-container > ul > li > ul > li.active,
#mobilePrimaryNav .menu-top-nav-container > ul > li > ul > li a.active,
#mobilePrimaryNav .menu-top-nav-container > ul > li > ul > li a:hover {
  background: #635445;
}
#mobilePrimaryNav .menu-top-nav-container > ul > li > ul > li .hitarea {
  top: 0;
}
#mobilePrimaryNav .menu-top-nav-container > ul > li > ul > li > ul {
  background: #635445;
  padding: 5px 0 0 25px;
}
#mobilePrimaryNav .menu-top-nav-container > ul > li > ul > li > ul > li .hitarea {
  /* We don't style past Level 3. */
  display: none;
}
#mobilePrimaryNav .menu-top-nav-container > ul > li > ul > li > ul > li.expanded.collapsable > a, #mobilePrimaryNav .menu-top-nav-container > ul > li > ul > li > ul > li.activeTrail > a, #mobilePrimaryNav .menu-top-nav-container > ul > li > ul > li > ul > li.current_page_item > a, #mobilePrimaryNav .menu-top-nav-container > ul > li > ul > li > ul > li.current_page_parent > a, #mobilePrimaryNav .menu-top-nav-container > ul > li > ul > li > ul > li:hover > a, #mobilePrimaryNav .menu-top-nav-container > ul > li > ul > li > ul > li:active > a {
  color: white;
}
#mobilePrimaryNav .menu-top-nav-container > ul > li > ul > li > ul > li > a {
  color: white;
  display: inline-block;
  font-size: 12px;
  margin: 0 0 20px;
  padding: 0;
}
#mobilePrimaryNav .menu-top-nav-container > ul > li > ul > li > ul > li > a:before {
  content: "\2022\00a0\00a0";
}
#mobilePrimaryNav .menu-top-nav-container > ul > li > ul > li > ul > li > a:after {
  content: "\00a0\203A";
}
