@-ms-viewport {
	width: device-width;
}

body {
	-ms-overflow-style: scrollbar;
}
@media screen and (max-width: 480px) {
	body,
	html {
		min-width: 320px;
	}
}

html {
	box-sizing: border-box;
}

*,
*:after,
*:before {
	box-sizing: inherit;
}

body {
	background: #ffffff;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin        : 0;
	padding       : 0;
	border        : 0;
	font-size     : 100%;
	font          : inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing : 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color           : inherit;
}

input::-moz-focus-inner {
	border : 0;
	padding: 0;
}

input,
select,
textarea {
	-moz-appearance   : none;
	-webkit-appearance: none;
	-ms-appearance    : none;
	appearance        : none;
}

html {
	font-size: 13pt;
}
@media screen and (max-width: 1680px) {
	html {
		font-size: 11pt;
	}
}
@media screen and (max-width: 980px) {
	html {
		font-size: 12pt;
	}
}
@media screen and (max-width: 480px) {
	html {
		font-size: 11pt;
	}
}

body {
	background-color: #ffffff;
	color           : #444444;
}

body,
input,
select,
textarea {
	font-family: "Raleway", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size  : 1rem;
	line-height: 1.65;
}

a {
	-moz-transition   : color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
	-ms-transition    : color 0.2s ease-in-out;
	transition        : color 0.2s ease-in-out;
	text-decoration   : underline;
}

a:hover {
	text-decoration: none;
}

b,
strong {
	font-weight: 600;
}

em,
i {
	font-style: italic;
}

p {
	margin: 0 0 2rem;
	color : #555;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight   : 300;
	line-height   : 1.5;
	text-transform: uppercase;
	margin        : 0 0 1.5rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color          : inherit;
	text-decoration: none;
}

h1 {
	font-size  : 3rem;
	line-height: 1.2;
}

h2 {
	font-size  : 2.25rem;
	line-height: 1.3;
}

h3 {
	font-size: 1.25rem;
}

h4 {
	font-size: 1rem;
}

h5 {
	font-size: 0.9rem;
}

h6 {
	font-size: 0.7rem;
}
@media screen and (max-width: 736px) {
	h1 {
		font-size  : 2.75rem;
		line-height: 1.3;
	}

	h2 {
		font-size  : 1.75rem;
		line-height: 1.5;
	}

	h3 {
		font-size: 1.25rem;
	}
}

sub {
	font-size: 0.8rem;
	position : relative;
	top      : 0.5rem;
}

sup {
	font-size: 0.8rem;
	position : relative;
	top      : -0.5rem;
}

blockquote {
	border-left: solid 0.5rem;
	font-style : italic;
	margin     : 0 0 2rem;
	padding    : 1rem 0 1rem 2rem;
}

code {
	border-radius: 4px;
	border       : solid 1px;
	font-family  : "Courier New", monospace;
	font-size    : 0.9rem;
	margin       : 0 0.25rem;
	padding      : 0.25rem 0.65rem;
}

pre {
	-webkit-overflow-scrolling: touch;
	font-family               : "Courier New", monospace;
	font-size                 : 0.9rem;
	margin                    : 0 0 2rem;
}

pre code {
	display    : block;
	line-height: 1.75;
	padding    : 1rem 1.5rem;
	overflow-x : auto;
}

hr {
	border       : 0;
	border-bottom: solid 1px;
	margin       : 2rem 0;
}

hr.major {
	margin: 4rem 0;
}

input,
select,
textarea {
	color: #555555;
}

a {
	color: #ce1b28;
}

b,
strong {
	color: #555555;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #555555;
}

blockquote {
	border-left-color: rgba(0, 0, 0, 0.25);
}

code {
	background  : rgba(0, 0, 0, 0.075);
	border-color: rgba(0, 0, 0, 0.25);
}

hr {
	border-bottom-color: rgba(0, 0, 0, 0.25);
}