
div.tertNav,
div.phone {
  display: none;
}
tertNav a,
.tertNav a {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .075em;
  color: rgb(117,120,125);
  line-height: 1;
  text-decoration:none;
}

  tertNav a:hover,
  tertNav a:active,
  .tertNav a:hover,
  .tertNav a:active {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .075em;
    color: rgb(204,13,43);
    text-decoration: none;
  }


.tertNav ul {
  list-style-type: none;
  margin-bottom: .2rem;
  width: 100%;
}

.tertNav ul li  {
  display: inline-block;
  padding: 0 .5rem;
  border-right: 1px solid rgb(117,120,125);
}

  .tertNav ul li:last-child {
    border-right: none;
  }

.logoContainer {
  padding: 20px 0;
}


/* Phone Number & Staff Directory */

.phone ul {
  list-style-type: none;
  margin-bottom: .2rem;
  width: 100%;
}

  .phone ul li {
    display: inline-block;
    padding: 0 .5rem;
  }

    .phone ul li a {
      font-family: 'Lato', sans-serif;
      font-size: 14px;
      font-size: .875rem;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: .075em;
      /*color: rgb(202,200,200);*/
      line-height: 1;
	  text-decoration:none;
    }

      .phone ul li a:hover,
      .phone ul li a:active {
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        font-size: .875rem;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: .075em;
        color: rgb(204,13,43);
        text-decoration: none;
      }

@media (min-width: 576px) {

}
@media (min-width: 768px) {
  
}

@media (min-width: 992px) {
  div.tertNav,
  div.phone {
    
    display: flex;
  }

  div.phone {
    padding-top: 20px;
  }

  .logoContainer {
    padding: 20px 0 0;
  }

}

  .uForm div.phone {
	  flex-direction: column;
	  display: block !important;
  }

@media (min-width: 1200px) {
    /*tertNav a,
  .tertNav a {

    font-size: 16px;
    font-size: 1rem;

  }

    tertNav a:hover,
    tertNav a:active,
    .tertNav a:hover,
    .tertNav a:active {
      font-size: 16px;
      font-size: 1rem;

    }

  .phone ul li a {

    font-size: 16px;
    font-size: 1rem;

  }

    .phone ul li a:hover,
    .phone ul li a:active {

      font-size: 16px;
      font-size: 1rem;

    }*/
}

