@media (min-width: 768px) {
  .column-1 img {
    float: left;
    margin: 0 25px 5px 0;
  }
}

.joey-headshot {
  padding: 2rem;
  border-radius: 5px;
  background: #ebeef4;
  border: 1px solid #a7acbd;
  margin-bottom: 3rem;
  text-align: center;
}

@media (min-width: 768px) {
  .joey-headshot {
    text-align: left;
  }
}

.joey-headshot::after {
  content: '';
  display: table;
  clear: both;
}

.joey-headshot h1 {
  margin: 0;
  font-size: 2rem;
}

@media (min-width: 768px) {
  .joey-headshot h1 {
    font-size: 2.5rem;
  }
}

.joey-headshot h3 {
  margin-top: .5rem;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .joey-headshot h3 {
    font-size: 1.625rem;
    margin-top: 0;
  }
}

.joey-headshot img {
  border-radius: 100%;
  overflow: hidden;
  border: 3px solid #a7acbd;
  max-width: 250px;
  height: auto;
}

.joey-bio p > img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .joey-bio p > img {
    max-width: 18rem;
  }
}

.photo-instructions p {
  padding: 1rem;
  background: #e5e8f0;
  border: 1px solid #1663cc;
  font-style: italic;
}

.photos-con {
  margin-top: 2rem;
}

.photos-con .photo {
  width: 50%;
  padding: 0 .5rem;
  margin-bottom: 1.5rem;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 768px) {
  .photos-con .photo {
    width: 25%;
  }
}

.photos-con .photo p {
  margin: 0;
}

.photos-con .photo img {
  float: none;
  max-width: 100%;
  height: auto;
}

.photos-con .photo a.btn {
  display: inline-block;
  text-decoration: none;
  font-size: .8rem;
  letter-spacing: .15rem;
  line-height: 1.2;
  text-transform: uppercase;
  border: 2px solid #1663cc;
  border-radius: 2.25rem;
  color: #fff;
  padding: .45rem 1rem;
  background: #1663cc;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.photos-con .photo a.btn:hover {
  background: #114d9e;
  border-color: #114d9e;
  color: #fff;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
/* HORIZONTAL / HORIZ. PERSISTENT CSS --------------- */
ul.menubeanh,
ul.menubeanh-persistent {
  list-style: none;
  position: relative;
  overflow: visible;
}
ul.menubeanh,
ul.menubeanh ul,
ul.menubeanh-persistent,
ul.menubeanh-persistent ul {
  padding: 0;
  margin: 0;
  list-style: none;
  /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh li,
ul.menubeanh-persistent li {
  float: left;
  position: relative;
  list-style: none;
  /*
  	width: 8em;
	overflow: visible;
	*/
}
ul.menubeanh li ul,
ul.menubeanh-persistent li ul {
  display: none;
  position: absolute;
  top: 1.2em; /* IE */
  left: 0; /* IE */ /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh > li > ul,
ul.menubeanh-persistent > li > ul {
  top: auto; /* Non-IE */
  left: auto; /* Non-IE */
}
/* (sub-)submenus */
ul.menubeanh ul,
ul.menubeanh ul ul,
ul.menubeanh ul ul ul,
ul.menubeanh-persistent ul,
ul.menubeanh-persistent ul ul,
ul.menubeanh-persistent ul ul ul {
  position: absolute;
  top: 0;
  left: 95%;
}
/* Interactive lines: show/hide menus */
ul.menubeanh li.over ul ul,
ul.menubeanh li.over ul ul ul,
ul.menubeanh-persistent li.over ul ul,
ul.menubeanh-persistent li.over ul ul ul {
  display: none;
}
ul.menubeanh li.over ul,
ul.menubeanh ul li.over ul,
ul.menubeanh ul ul li.over ul,
ul.menubeanh-persistent li.over ul,
ul.menubeanh-persistent ul li.over ul,
ul.menubeanh-persistent ul ul li.over ul {
  display: block;
}

/* VERTICAL CSS --------------- */
ul.menubeanv,
ul.menubeanv-persistent,
ul.menubeanv ul,
ul.menubeanv-persistent, ul {
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li,
ul.menubeanv-persistent li {
  position: relative;
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li ul {
  display: none;
  position: absolute;
  top: 2px; /* IE */
  left: 6em; /* IE */ 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li:hover ul,
ul.menubeanv li.over ul {
  display: block;
}

ul.menubeanv-persistent li.mi-parent {
  cursor: pointer;
}
ul.menubeanv-persistent li ul {
  display: none;
}
ul.menubeanv-persistent li.over ul {
  display: block;
}
