/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: relative; /* Stay in place */
  z-index: 9999; /* Sit on top */
  top: 0;
  right: 0;
  width: 1100px; /* Full width */
  height: 559px; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  margin: -721px auto 0;
}
.modal-content a {
  color: #E4003C;
}
.modal-content a:visited {
  color: #3A4341;
}
.modal-content a:hover {
  color: #3A4341;
}
.modal-content a:active {
  color: #3A4341;
}

/* Modal Content/Box */
.modal-content {
  /*background-color: #fefefe;*/
  background-color: #f8f8f8;
  /*margin: 15% auto;*/ /* 15% from the top and centered */
  padding: 20px;
  width: 770px; /* Could be more or less, depending on screen size */
  height: 434px;
  overflow: auto;
  margin: 0 4px 0 0;
  float: right;
}
.modal-content p, .modal-content ul, .modal-content ol {
  font-size: 14px;
  line-height: 1.5em;
	margin-bottom: 10px;
}
.modal-content ul li, .modal-content ol li {
  margin-bottom: 10px;
}
.modal-content h1 {
  margin-top: 0;
}
.modal-content hr {
  color: #eeeeee;
  margin-bottom: 30px;
}
.headshot-wrapper {
  display: inline-block;
}
.headshot-wrapper img {
  width: 100px;
  height: 100px;
}
.bio-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 450px;
  margin-left: 15px;
}
.bio-name {
  margin-bottom: 0 !important;
  font-weight: 700;
}
.resources-wrapper {
  display: inline-block;
}
.resources-wrapper.middle {
  margin: 0 15px;
  padding: 0 15px;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
.resources-wrapper p a {
  color: #E4003C;
}
.resources-wrapper p a:visited {
  color: #E4003C;
}
.resources-wrapper p a:hover {
  color: #3A4341;
}
.resources-wrapper p a:active {
  color: #E4003C;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #3A4341;
  text-decoration: none;
  cursor: pointer;
}
