/*
---

name: Error

provides: [CSS.Error]

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
@font-face {
  font-family: 'Source-Sans-Pro-300';
  src: url('../fonts/Source-Sans-Pro-300.eot');
  src: url('../fonts/Source-Sans-Pro-300.eot?#iefix') format('embedded-opentype'), url('../fonts/Source-Sans-Pro-300.woff') format('woff');
  font-weight: 'normal';
  font-style: 'normal';
}
@font-face {
  font-family: 'Source-Sans-Pro-600';
  src: url('../fonts/Source-Sans-Pro-600.eot');
  src: url('../fonts/Source-Sans-Pro-600.eot?#iefix') format('embedded-opentype'), url('../fonts/Source-Sans-Pro-600.woff') format('woff');
  font-weight: 'bold';
  font-style: 'normal';
}
* {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
html {
  font-size: 100%;
  height: 100%;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  color: #444;
  font-size: 62.5%;
  font-family: 'Source-Sans-Pro-regular', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.6;
  min-height: 100%;
}
.iframe {
  background: 0;
  background: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
blockquote,
dl,
dt,
dd,
form,
fieldset,
figure {
  border: none;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
input,
textarea {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: 'Source-Sans-Pro-300', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 28px;
}
h1 {
  font-size: 3.2em;
  line-height: 1.25;
}
h2 {
  font-size: 2.8em;
  line-height: 1.28571429;
  margin-bottom: 28px;
}
h3 {
  font-size: 2.4em;
  line-height: 1.33333333;
  margin-bottom: 28px;
}
h4,
h5,
h6 {
  font-size: 2em;
  line-height: 1.4;
  margin-bottom: 28px;
}
p {
  font-size: 1.6em;
  line-height: 1.75;
  margin-bottom: 16px;
}
a:link,
a:visited {
  color: #42789E;
  text-decoration: none;
}
a:hover,
a:active {
  color: #C81F25;
  text-decoration: none;
}
dl {
  font-size: 1.8em;
  line-height: 1.77777778;
  margin-bottom: 16px;
  width: 100%;
}
dt,
dd {
  display: inline-block;
  vertical-align: top;
  word-wrap: break-word;
}
dt {
  font-weight: bold;
  width: 24%;
}
dd {
  width: 74%;
}
hr {
  border: 0;
  border-bottom: 1px solid #E1E1E1;
  margin: 0 0 10px;
  line-height: 1px;
}
address {
  font-style: normal;
  margin: 0 0 12px;
}
address p {
  font-size: 1.2em;
  margin: 0;
}
abbr {
  border-bottom: 1px dotted #000;
}
sup,
sub {
  vertical-align: baseline;
  position: relative;
  top: -0.2em;
}
sub {
  top: 0.2em;
}
ul,
ol {
  margin: 20px 0;
  padding-left: 28px;
}
ul li,
ol li {
  margin-bottom: 12px;
  font-family: 'Source-Sans-Pro-regular', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.6em;
  line-height: 1.75;
}
ul li li,
ol li li {
  font-size: 1em;
}
ul li ul,
ol li ul,
ul li ol,
ol li ol {
  margin: 12px 0;
  padding-left: 24px;
}
ul {
  padding-left: 0;
}
ul li {
  list-style: none;
  padding-left: 24px;
  background: url("/magazine/graphics/png/list.bullet.png") no-repeat 0 5px;
}
img {
  max-width: 100%;
}
#wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1220px;
}
#error_content {
  padding: 20px 10px;
}
