html {
  -webkit-font-smoothing: antialiased;
}

body, td {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  font-weight: 400;
  color: #333333;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

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

hr {
  padding: 0;
  height: 0;
  margin: 20px 0;
  border: 0;
  outline: 0;
  border-top: 1px solid #cccccc;
}

a, a:link, a:visited {
  text-decoration: none;
  cursor: pointer;
  color: #0c9bd7;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

a:hover, a:active {
  color: #032349;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 72px;
  line-height: 72px;
  text-transform: uppercase;
  color: #ffffff;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 28px;
  color: #032349;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 24px;
  color: #0c9bd7;
}

h4 {
  font-size: 20px;
  line-height: 22px;
}

h5 {
  font-size: 18px;
  line-height: 20px;
}

h6 {
  font-size: 16px;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

b, strong {
  font-weight: 800;
}

blockquote {
  display: block;
  width: 100%;
  margin: 30px 0;
  padding: 30px 40px 30px 0;
  position: relative;
  background-color: rgba(247, 97, 38, 0.1);
}
blockquote:before {
  content: "";
  display: inline-block;
  width: 65px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -65px;
  border-left: 5px solid #f76126;
  background-color: rgba(247, 97, 38, 0.1);
}
blockquote p {
  display: block;
  padding: 0;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  color: #111111;
}

small {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  color: #666666;
}

ul, ol {
  padding-left: 40px;
}

ul li, ol li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}
