.secretpopout {
	display: none;
	width: 100%;
	position: fixed;
	background: rgba(0,0,0, 0.7);
	z-index: 100000;
	top: 0px;
	left: 0px;
}

.secretpopout{
    height: 100%;
    text-align: center;
    white-space: nowrap;
}

.secretpopout:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    margin-right: -.25em; /*might want to tweak this. .25em for extra white space */
    height: 100%;
}

.popup-box{
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    padding: 10px 30px 10px 10px;
    background: #fff;
    position: relative;
}

.popup-image {
	display: inline-block;
	vertical-align: top;
	padding-right: 30px;
}

.popup-image-mobile {
	display: none;
}

.popup-content {
	display: inline-block;
	vertical-align: top;
	max-width: 450px; 
	text-align: left;
	font-weight: 400;
	margin-top: 40px;
}

.popup-content h5 {
	font-size: 1em;
	padding-top: 30px;
	color: #878489;
	max-width: 450px;
	font-weight: 400;
}

.popup-content h5 strong {
	font-size: 1em;
	padding-top: 30px;
	color: #414042;
}

.popup-content h4 {
	font-weight: 400;
	font-size: 1.2em;
	padding-bottom: 10px;
}

.popup-content h3 {
	font-weight: 700;
	padding-bottom: 10px;
	letter-spacing: 0em;
	font-size: 1.3em;
}

.hide-popup {
	display: none !important;
}

.close-popup-slide {
	position: absolute;
	top: 2px;
	left: 5px;
}

.close-popup {
	position: absolute;
	top: 4px;
	right: 8px;
}

.close-popup img{
	max-width: 13px;
}

.slideOut-popup {
	display: none;
	width: 300px;
	height: 150px;
	background-color: #fff;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1000;
	box-shadow:  inset 4px 4px 4px 4px 20px rgba(43, 42, 42, 0.90);
	padding: 20px 30px;
	border: solid 1px #D3CFD6;
}

.popup-buttons {
  	background:  #dd3928;
    padding: 20px 30px;
    margin: 7px;
    font-size: 22px;
    font-weight: 400;
    border-radius: 3px;
    display: block;
    color: #fff;
    max-width: 200px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
}

.popup-buttons:hover {
   	background: #B32E21;
}

@media only screen and (max-width: 900px) {
	.popup-box{
	    max-width: 80% !important;
	    padding: 25px;
	    padding-bottom: 60px;
	}
	.popup-image {
		display: none;
	}
	.popup-image-mobile {
		display: block;
		width: 100%;
	}

	.popup-content {
		margin-top: 10px;
	}

	.popup-content h4 {
		line-height: 1.1em;
	}

	.popup-content h3 {
		line-height: 1.1em;
		margin-top: 0px;
	}
}