html { min-height: 100%; margin-bottom: 1px; }  /* force scrollbar */
html { overflow: -moz-scrollbars-vertical !important; }

body { margin: 0; padding: 0; }

p { margin: 0; padding: 0; }

ol,ul { list-style: none; margin: 0; padding: 0; }

a,a:active { outline: none; }

div,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,blockquote,th,td { 
margin: 0;
padding: 0; }

h1,h2,h3,h4,h5,h6 {
font-size: 100%;
font-weight: normal; }

address,caption,cite,code,dfn,th {
font-style: normal;
font-weight: normal; }

fieldset,img { 
border: 0; }

table {
border-collapse: collapse;
border-spacing: 0; }

caption,th {
text-align: left; }

q:before,q:after {
content: ''; }

abbr,acronym {
border: 0; }

.download-btn-item .btn-cta {
	background-image: linear-gradient(#8cb068 45%, #f9f9f9 10%, #57822b 45%);
	max-width: 300px;
	padding: 12px 12px;
	background-color: #fc0000;
	display: block;
	border-radius: 30px;
	height: auto;
	text-transform: uppercase;
	box-sizing: border-box;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	border: 1px solid #8cb068;
}

.download-btn-item .btn-cta:hover {
	background-image: linear-gradient(#57822b 45%, #f9f9f9 10%, #8cb068 45%);
}