/* Begin Custom Normalize */
img, video {
  max-width: 100%;
  width: auto\9;
  height: auto !important;
}
/* End Custom Normalize */

/* Begin Typography and Grid */
html {
  font: 18px/1.5 'Charter', Georgia, serif;
}

@media screen and (max-width: 500px) {
  html {
    font-size: 16px;
  }
}

body {
  border: 6px solid #2D4A86;
  color: #333;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.content {
  margin: 0 auto;
  max-width: 630px;
  overflow: hidden; /* Protect against bad embeds and other too-wide content */
  padding: 0 1rem;
}

ul, ol, dd, p, figure, pre, table, fieldset, hr {
  margin: 0 0 1.5rem 0;
}

h1,h2,h3,h4,h5,h6 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  margin: 1.25rem 0 0.25rem 0;
}

h1 {
  font-size: 1.7777777rem;
  line-height: 2rem;
  margin: 0.75rem;
}

h2 {
  font-size: 1.3333333rem;
  line-height: 2rem;
}

h3 {
  font-size: 1rem;
  line-height: 2rem;
}

/* End Typography and Grid */

/* Begin Defaults */
a { 
  border-bottom: 1px dotted #FFF;
  color: #335599;
  text-decoration: none;
}

a:hover {
  border-bottom-color: #2D4A86;
  color: #2D4A86;
}

pre, code {
  font: 12px/1.5 Consolas, 'Liberation Mono', Courier, monospace;
  -webkit-font-smoothing: subpixel-antialiased;
}

pre {
  background: #F6F6F6;
  border: 1px solid #CCC;
  padding: 1em;
}
/* End Defaults */

/* Begin Utilities */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* End Utilities */

/* Begin Article */
article header h1 {
  text-align: center;
}

.byline {
  font-size: 16px;
  margin-bottom: 18px;
  text-align: center;
}

.horizontal-rule {
  position: relative;
}

.horizontal-rule:before {
  border-top: 1px solid #333;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
}
  
.horizontal-rule span {
  background: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 5;
}
/* End Article */
