.footer-fixed {display:none; height: 110px;position: fixed; width: 100%; left: 0; bottom: 0; font-family: Helvetica; z-index: 10; background-color: #8d1a1f;-webkit-box-shadow: 0 0 10px #ccc; -moz-box-shadow: 0 0 10px #ccc; box-shadow: 0 0 10px #ccc;opacity: 0.85;}
.footer-fixed .inner-content {margin: 0 auto; height: 100%;}
.footer-fixed .inner-content .closeButtonDiv {text-align: right;}
.footer-fixed .inner-content .closeButtonDiv .sbutton {margin-top: 15px; color:#2d2926;cursor:pointer}
.footer-fixed .inner-content .copy-div {height: 55px;display: flex;align-items: center;color:#fff;}
.footer-fixed .inner-content .button-div a.btn-2021-white {margin: 0;}

@media only screen and (max-width: 1024px){
	
}
@media only screen and (max-width: 768px){
	.footer-fixed .inner-content .button-div a.btn-2021-white {width: 100%;}
	.footer-fixed .inner-content .closeButtonDiv .sbutton {margin-bottom: 10px;}
}
@media only screen and (max-width: 500px){
	.footer-fixed {height: 170px;}
	.footer-fixed .inner-content .copy-div {margin-bottom: 10px;}
	.footer-fixed .inner-content .closeButtonDiv .sbutton {margin-bottom: 0;}
}