#footer-slide-up {
    width: 100%;
    background: #206898;
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	max-height: 0;
	z-index: 10000;
	border-top: 2px solid #070707;	
	transition: all 500ms ease;
}
#footer-slide-up.bigups {
	transition: all 500ms ease;
	max-height: 100%;
	height: min-content;
}

#dismiss-footer-slide-up {
	position: absolute;
	top: 10px;
	right: 10px;
}

.panel-wrapper {
	position: relative;
}

.panel-container {
	padding: 20px 20px;
}

.slide-up-hide, .modal-hide {
    display: none;
}

.slide-up-show {
    display: block;
}

#dismiss-footer-slide-up {
	color: #fff !important;
	transition: .2s;
}

#dismiss-footer-slide-up:hover {
	color: #e7e7e7 !important;
	transition: .2s;
}

h2.panel-h2 {
	color: #fff;
	font-size: 26px;
    font-weight: 400;
}

p.panel-p {
	color: #fff;
	font-size: 18px;
    font-weight: 300;
}

.smn-panel-button > a {
	color: #fff !important;
	background: #F64740;
	padding: 1.5rem 4.5rem;
	border-radius: 8px;
	text-align: right;
	transition: .2s;
}

.smn-panel-button > a:hover {
    background: #D9413B;
    transition: .2s;
    color: #eee !important;
}

.smn-panel-button {
	font-size: 18px !important;
	font-family: GothamSSm, sans-serif !important;
	font-weight: 300;
	text-align: right;
	text-transform: uppercase;
	display: flex;
}