.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Reveal Modals ---------------------- */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 40;
  display: none;
  top: 0;
  left: 0;
}

.reveal-modal {
  background: white;
  visibility: hidden;
  display: none;
  top: 100px;
  left: 50%;
  margin-left: -350px;
  width: 700px;
  position: absolute;
  z-index: 41;
  padding: 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.reveal-modal *:first-child {
  margin-top: 0;
}
.reveal-modal *:last-child {
  margin-bottom: 0;
}
.reveal-modal .close-reveal-modal {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: .5;
  position: absolute;
  top: 8px;
  right: 11px;
  color: #aaa;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  cursor: pointer;
}

/*
.reveal-modal .close-modal {
	position:absolute;
	top:-20px;
	right:-20px;
	display:block;
}
*/

h3.article-header {padding-bottom:20px;}
.reveal-modal p {text-align:left;font-size:14px;padding:6px 12px ;}

#signup-overlay.reveal-modal {width:500px !important; margin-left:-250px;}
#signup-overlay div { min-height: 25px; width: 500px; margin: 10px auto;}
#signup-overlay label {width: 100px;text-align:left;font-weight:bold;font-size:15px; margin-right:15px;display:inline-block;}
#signup-overlay input[type="text"] {width:285px; display: inline-block;}

#signup .button {background:none; border:none;}

#signup-overlay .close-reveal-modal {
	background:url(/popup/img/pop-up_no_thanks.gif) 0 0 no-repeat;
	display:block;
	width:360px;
	height:19px;
	position:static;
	margin:0 auto;
}