  /*Flex*/
.ncsc-sidebarcontent,
.ncsc-sidebarlinks {
  position: relative;
  display: block;
  background-color: #fff;
  color: #000; }

.ncsc-sidebarcontent {
  word-wrap: break-word;
  overflow-wrap: break-word;
  width: 100%;
  margin-bottom: 1rem;
  padding: 1rem;
  border: 0 solid transparent;
  border-top-width: 1rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.75); }
  .ncsc-sidebarcontent p {
    margin-bottom: 0.5em; }
  .ncsc-sidebarcontent > :last-child {
    margin-bottom: 0 !important; }
  .ncsc-sidebarcontent__title {
    font-size: 1.5rem; }
  .ncsc-sidebarcontent__phone, .ncsc-sidebarcontent__email {
    display: block;
    line-height: 1;
    margin-bottom: 0.5em; }
  .ncsc-sidebarcontent__hours-title {
    font-size: 1.25rem;
    margin: 0.5em 0 0; }

.ncsc-sidebarlinks {
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  margin: 0.5rem 0 0.5rem 3rem;
  padding: 0.5rem 1rem;
  border-left-width: 0.5rem;
  transition: background-color 0.2s ease-out, color 0.2s ease-out; }
  .ncsc-sidebarlinks__content {
    position: relative;
    z-index: 1; }
  .ncsc-sidebarlinks:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0.5rem;
    transition: width 0.2s ease-out; }
  .ncsc-sidebarlinks, .ncsc-sidebarlinks:link, .ncsc-sidebarlinks:visited {
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.75); }
  .ncsc-sidebarlinks:hover, .ncsc-sidebarlinks:focus, .ncsc-sidebarlinks:active {
    text-decoration: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.75); }
    .ncsc-sidebarlinks:hover:before, .ncsc-sidebarlinks:focus:before, .ncsc-sidebarlinks:active:before {
      width: 100%; }
