* {
	box-sizing: 		border-box;	
}

header,
nav,
section,
article,
aside,
footer {
	display:			block;
}

a,
a:link,
a:visited  {
	text-decoration:	none;
	color:				var(--mm_secondary);
}

a:active,
a:focus,
a:hover {
	text-decoration:	none;
	color:				var(--mm_primary);
}

body {
	margin:				0;
	padding:			0;

	font-size:			10pt;
	font-family:		'Josefin Sans', sans-serif;
	font-style:			normal;
	font-weight:		400;
	color:				var(--mm_tertiary);

	background-color:	var(--mm_primary);
}

blockquote {
	position:			relative;
	
	margin:				0;
	padding:			0 0 0 30px;

	font-weight:		400;
	font-size:			140%;
	font-style: 		italic;
}


dl {
	margin:				0;	
	padding:			0 0 20px 0;	
}

dd {
	margin:				0 0 0 33%;	
	padding:			0 0 20px 0;	
}

dt {
	width:				30%;
	float:				left;

	padding:			0;

	text-align:			right;
	font-weight:		400;	
}

h1,
h2,
h3 {
	font-weight: 		700;
}

h4,
h5 {
	font-weight: 		600;
}

h1 {
	margin:				0 0 30px 0;
	padding:			0;

	font-size:			300%;
	line-height:		110%;
	font-weight: 		400;
	color:				var(--mm_white);
}

h2 {
	margin:				0 0 30px 0;
	padding:			0;

	font-size:			200%;
	line-height:		130%;
	color:				var(--mm_white);
}

h3 {
	margin:				0 0 25px 0;
	padding:			0;

	font-size:			150%;
	line-height:		130%;
	color:				var(--mm_secondary);
}

h4 {
	margin:				0 0 15px 0;
	padding:			0;

	font-size:			120%;
	line-height:		130%;
	color:				var(--mm_tertiary);
}

h5 {
	margin:				0 0 15px 0;
	padding:			0;

	font-size:			110%;
	line-height:		130%;
	color:				var(--mm_tertiary);
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong {
	text-transform: 	uppercase;
}

hr {
	margin:				0 0 30px 0;
	padding:			0;

	height:				0;
	color:				var(--mm_secondary);

	border: 			none;
	border-top:			2px solid var(--mm_secondary);

	background-color:	transparent;
}

img {
	margin:				0;
	padding:			0;

	border:				none;
	
	max-width:			100%;
	height:				auto;
}

input,
select,
button,
textarea,
label {
	font-size:			16px;
	font-family:		'Josefin Sans', sans-serif;
	color:				var(--mm_tertiary);
	font-weight:		400;	
}

input[type='submit'] {
	color:				 var(--mm_secondary);

	border:				2px solid var(--mm_secondary);
	
	background-color:	transparent
}


li {
	margin:				0 0 10px 20px;
	padding:			0 0 0 10px;
	
	line-height:		140%	
}

main {
	display:			block;
}

p {
	margin:				0 0 30px 0;
	padding:			0;

	line-height:		150%;
}

p:empty {
	display:			none;
}

small {
	font-size:			90%;
	line-height:		150%;		
}

h1 small,
h2 small,
h3 small {
	font-size:			50%;
}

strong {
	font-weight:		900;
}

sup {
	padding:			0 2px 0 2px;
	
	font-size:			11px;
	vertical-align:		super;
} 

table {
	margin:				0 0 30px 0;
	padding:			0;
	
	border-collapse:	separate;
	border-spacing:		5px;
}

td {
	margin:				0;
	padding:			5px;

	vertical-align:		top;
	line-height:		150%;
	
	border-collapse:	separate;	
}

tr:nth-child(even) td {
	background-color:	 var(--mm_tertiary_33);
}

th {
	margin:				0;
	padding:			5px;

	text-align:			left;
	
	font-weight:		600;
	line-height:		150%;	
	
	background-color:	var(--mm_tertiary_33);
}

thead th {
}

ul,
ol {
	margin:				0;
	padding:			0 0 20px 40px;
}
