.clear {
  clear: both
}

@font-face {
  font-family: "SourceSansPro";
  src: url(../images/fonts/SourceSansPro/SourceSansPro-Regular.eot), url(../images/fonts/SourceSansPro/SourceSansPro-Regular.woff) format("woff");
  font-style: normal;
  font-weight: normal
}

@font-face {
  font-family: "SourceSansPro";
  src: url(../images/fonts/SourceSansPro/SourceSansPro-It.eot), url(../images/fonts/SourceSansPro/SourceSansPro-It.woff) format("woff");
  font-style: italic;
  font-weight: normal
}

@font-face {
  font-family: "SourceSansPro";
  src: url(../images/fonts/SourceSansPro/SourceSansPro-Bold.eot), url(../images/fonts/SourceSansPro/SourceSansPro-Bold.woff) format("woff");
  font-style: normal;
  font-weight: bold
}

@font-face {
  font-family: "SourceSansPro";
  src: url(../images/fonts/SourceSansPro/SourceSansPro-BoldIt.eot), url(../images/fonts/SourceSansPro/SourceSansPro-BoldIt.woff) format("woff");
  font-style: italic;
  font-weight: bold
}

@font-face {
  font-family: "SourceSansPro";
  src: url(../images/fonts/SourceSansPro/SourceSansPro-Light.eot), url(../images/fonts/SourceSansPro/SourceSansPro-Light.woff) format("woff");
  font-style: normal;
  font-weight: 200
}

@font-face {
  font-family: "SourceSansPro";
  src: url(../images/fonts/SourceSansPro/SourceSansPro-Semibold.eot), url(../images/fonts/SourceSansPro/SourceSansPro-Semibold.woff) format("woff");
  font-style: normal;
  font-weight: 600
}

@font-face {
  font-family: "SourceSansPro";
  src: url(../images/fonts/SourceSansPro/SourceSansPro-SemiboldIt.eot), url(../images/fonts/SourceSansPro/SourceSansPro-SemiboldIt.woff) format("woff");
  font-style: italic;
  font-weight: 600
}

.static {
  font-family: SourceSansPro;
  font-size: 12pt;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.blog__content {
  width: 960px;
  height: 100%;
  margin: auto;
  text-align: left
}

.blog__table {
  display: table
}

.blog__left {
  float: left
}

.blog__right {
  float: right
}

body {
  text-rendering: optimizeLegibility
}

body > .blog__content {
  width: 960px;
  margin: 0 auto 60px;
  line-height: 1.5em;
  min-height: 400px
}

body > .blog__content:after, body > .blog__content:before {
  content: "";
  display: table
}

body > .blog__content:after {
  clear: both
}

h1 {
  font-size: 30px;
  line-height: 1.3em;
  text-align: center;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 60px
}

h2 {
  font-size: 20px;
  line-height: 1.3em;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 12px
}

h3 {
  font-size: 16px;
  font-weight: bold
}

.subh1 {
  text-align: center;
  font-size: 20px;
  line-height: 1.3em;
  color: rgba(0, 0, 0, 0.8);
  margin-top: -40px;
  margin-bottom: 60px
}

p {
  margin-top: 10px;
  margin-bottom: 15px
}

ul > li {
  list-style-type: disc;
  margin: 0 0 0 20px
}

a {
  color: #477DB3;
  text-decoration: none
}

a:hover {
  text-decoration: underline
}

a img {
  outline: none;
  border: 0
}

hr {
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  height: 1px
}

.button-paragraph {
  overflow: auto;
  text-align: center
}

.button {
  background-color: #3e4149;
  color: white;
  font-weight: 200;
  font-size: 11pt;
  font-weight: bold;
  margin: 40px auto 7px auto;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 19px 35px;
  /*box-shadow: 7px 7px 0px rgba(62, 65, 73, 0.2);*/
  letter-spacing: 0.025em
}

.button:hover, .button:active {
  background-color: #4c505a;
  text-decoration: none
}

h2.features-title {
  padding-bottom: 12px;
  border-bottom: 1px solid #C2C2BD;
  font-size: 24px;
  text-align: center
}

ul.features {
  padding: 0
}

ul.features li {
  display: inline-block;
  margin: 0 99px 40px 0;
  vertical-align: top;
  width: 251px
}

ul.features li:last-of-type {
  margin-right: 0
}

.col {
  float: left;
  margin-left: 0px;
  min-height: 28px;
  width: 300px;
  margin-right: 30px
}

.col:first-of-type {
  margin-right: 0px
}

.d3_image img {
  border: 1px solid #ECE8DD;
  margin: 0 auto;
  display: block;
  margin-top: 30px
}

h3.media-type {
  line-height: 22px;
  font-weight: bold;
  clear: both;
  width: 100%;
  border-bottom: 1px solid #C2C2BD;
  padding-bottom: 10px
}

.centered-paragraph {
  text-align: center
}

.twitter-timeline {
  display: block;
  text-align: center
}

#twitter-widget-0 {
  width: 700px;
  margin: 0 auto;
  margin-top: 30px;
  display: block
}

/******************** Mobile oriented and responsiveness *******************/

@media (max-width: 1000px) {
  body > .blog__content, .blog__content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 100%;
    width: 100%;
    padding: 0 10px
  }

  .blog__banner h1 {
    font-size: 45px
  }
}

@media (max-width: 690px) {
  .blog__banner h1 {
    font-size: 45px
  }
}
