.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(31,37,49,.95);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
.reveal-modal {
    visibility: hidden;
    top: 0px !important;
    left: 0px;
    right: 0px;
    bottom: 0px !important;
    margin-left: auto;
    margin: auto;
    width: 564px;
    background: #fff;
    position: fixed;
    height: auto;
    z-index: 10001;
    padding: 20px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
    box-shadow: 0 0 10px rgba(0,0,0,.4); 
    max-height: 75%;
    overflow: scroll;
    text-align: left;
}

	.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 10px;
		right: 10px;
		color: #cccccc;  
		cursor: pointer;
    text-decoration:none;
    fill: var(--primary-color);
		} 
	.reveal-modal a {
		transition: all 0s ease-in-out;
		}
	.reveal-modal .hs-button.primary, .reveal-modal input[type="submit"], .reveal-modal input[type="button"]  {
		transition: all 0s ease-in-out!important;
		}
.cta-box {
  background-color: #f5f5f5;
  padding:10px 20px 15px;
	border: 1px solid rgba(0,0,0,0.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px;  
}

.modal-button {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    position: relative;
	cursor: pointer;
	font-weight: 700;
	border: 0px solid rgba(0,0,0,0);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px;
	margin: 0 3px 0 0;
	line-height: normal;
	font-size: 16px;
	background: #000000;
	padding: 12px 20px 12px !important;
	margin: 0 0 10px 0;
	-webkit-appearance: none;
}

@media only screen and (max-width: 780px) {
  .reveal-modal {
		top: 100px;  
		width: 98%;
		padding: 20px 20px;
		}
}
@media only screen and (max-width: 540px) {
  .reveal-modal {
		top: 100px;  
		width: 100%;
		padding: 20px 20px;
		}
}