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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

a {
  background-color: transparent;
}

a:active,
a:hover,
*:focus,
*:after:focus,
*:before:focus {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre,
textarea {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

td,
th {
  padding: 0;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  outline: 0;
}

a {
  text-decoration: none;
}

a:hover {
  color: #333333;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 30px 0 20px 0;
  color: #15416e;
  line-height: 1.1;
  text-transform: uppercase;
}

img {
  border: medium none;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

textarea {
  height: auto;
  line-height: 1.8em;
  max-height: 150px;
  resize: none;
}

select {
  border: 1px solid transparent;
  background: #d8e7ef;
  height: 45px;
  padding: 0 10px;
  line-height: 100%;
  outline: 0;
  max-width: 100%;
  background-image: none;
  background-position: 93% center;
  background-repeat: no-repeat;
  position: relative;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

blockquote {
  margin: 30px 50px;
  position: relative;
  border-left: 3px solid;
  padding-left: 20px;
}

cite {
  display: block;
  margin: 15px 0 0 0;
  font-size: 0.9em;
  color: #b3b3b3;
}

table {
  width: 100%;
  background: #ffffff;
}

table thead {
  text-align: left;
}

table thead th {
  padding: 20px;
  color: #ffffff;
  font-weight: normal;
}

table tbody tr:nth-child(2n) {
  background: #e8f1f5;
}

table tbody tr td,
table tbody tr th {
  padding: 20px;
  text-align: left;
}

table tfoot tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
}

table tfoot tr:last-child {
  border-bottom: none;
}

table tfoot tr th,
table tfoot tr td {
  padding: 20px;
  color: #ffffff;
}

table tfoot tr th a,
table tfoot tr td a {
  color: #ffffff;
}

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

pre {
  background: rgba(0, 0, 0, 0.05);
  padding: 20px;
}

figure {
  margin: 1em 0;
}

figcaption {
  margin: 10px 0;
}

article:after {
  clear: both;
  content: "";
  display: table;
}
