.center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

article.news {
  max-width: 800px; }

article.news ul {
  list-style: disc;
  list-position: inside;
  padding-left: 25px;
  line-height: 1.65em; }

article.news ul li {
  padding-bottom: 15px; }

ul.bullet {
  list-style: disc;
  list-position: outside;
  padding-left: 25px;
  line-height: 1.1em; }

article ol {
  list-style-type: decimal;
  padding-left: 40px;
  line-height: 1.3em;
  padding-bottom: 40px; }

ul.bullet li {
  padding-bottom: 0.8em; }

p.img-caption {
  display: block;
  position: relative;
  width: 100%; }
  p.img-caption img {
    display: block;
    position: relative;
    padding-left: 10px; }
  p.img-caption span {
    display: block;
    padding-left: 10px; }

strong {
  font-weight: 600; }

em {
  font-style: italic; }

p.faq-question {
  font-weight: 600;
  padding-bottom: 5px;
  margin-bottom: 0px; }

h3 {
  line-height: 1.2em; }

div.responsive {
  max-width: 100%; }

img.responsive-half {
  display: inline;
  max-width: 47%;
  height: auto; }

.sidebar {
  float: left;
  display: inline;
  margin-top: 10px; }

.sidebar-text {
  float: left; }
  .sidebar-text ul {
    line-height: 73px;
    list-style-type: none;
    margin-left: 40px; }

.help-track-icon {
  float: left; }
  .help-track-icon img {
    top: -10px;
    position: relative;
    padding-right: 20px; }

img.help-icon {
  float: left;
  padding-right: 20px;
  padding-bottom: 20px; }

.well {
  margin: 20px;
  background-color: #eee;
  border-radius: 20px;
  padding: 20px; }

.app-icon-big {
  width: 25%;
  float: left;
  margin-right: 20px;
  line-height: 0px; }
  .app-icon-big img {
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px; }

/* ------------ Home animation */
#main-anim-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-image: url('/images/background-grad1.jpg');
  background-size: 100% 100%;
  background-color: #ffffff;
  width: 100%;
  height: 350px;
  padding: 0px;
  margin: 0px; }

.stage {
  position: absolute;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-perspective: 1024px;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  /*
    border-style:solid;
    border-width:1px;
    */ }

#splash-background {
  position: absolute;
  background-image: url('/images/background-grad1.jpg');
  background-size: 100% 100%;
  background-color: #ffffff;
  width: 100%;
  height: 350px;
  padding: 0px;
  margin: 0px; }

#splash-copy {
  position: absolute;
  margin-left: 50%;
  left: -127px;
  top: 90px;
  -webkit-transform: translate3d(0px, 0px, 100px); }

#splash-logo {
  position: absolute; }

#splash-subhead {
  position: absolute;
  margin-left: 50%;
  left: -127px;
  top: 190px;
  font-size: 18px;
  font-weight: 100;
  padding-right: 20px;
  -webkit-transform: translate3d(0px, 0px, 100px); }

#splash-wnaslogo {
  position: absolute;
  right: 20px;
  bottom: 20px; }

.viewer {
  -webkit-transform: translate3d(10%, 400px, -20px);
  -webkit-transform-style: preserve-3d; }

.dna-molecule {
  -webkit-transform-style: preserve-3d;
  width: 196px;
  height: 700px;
  position: absolute; }

.dna-molecule-sub {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -webkit-transform-style: preserve-3d;
  width: 196px;
  height: 700px;
  position: absolute; }

.dna-bar {
  -webkit-transform-origin: 50% 50% 0%;
  -webkit-transform: rotateY(20deg) translate3d(0px, -50px, 0px);
  -webkit-transform-style: preserve-3d;
  width: 196px;
  height: 27px;
  position: absolute; }

.dna-bar img.bar {
  position: absolute;
  -webkit-transform-origin: 50% 50% 0%;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateX(0deg) translate3d(0px, 0px, 0px);
  width: 196px;
  height: 27px; }

.dna-bar img.end1 {
  -webkit-transform-origin: 50% 50% 0%;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateY(90deg) translate3d(0px, -20px, -20px);
  width: 66px;
  height: 58px;
  position: absolute; }

.dna-bar img.end2 {
  -webkit-transform-origin: 50% 50% 0%;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translate3d(155px, -15px, 0px) rotateY(90deg);
  width: 66px;
  height: 58px;
  position: absolute; }

/* Media Queries */
@media (max-width: 400px) {
  .stage {
    opacity: 0.2; }
  #splash-copy {
    position: relative;
    width: 93%;
    margin: auto;
    padding: 20px;
    left: inherit;
    top: 12px; }
  div#splash-subhead {
    position: relative;
    left: 0px;
    width: 90%;
    margin: auto;
    padding: 20px;
    font-size: 18px;
    top: 0px; }
  #splash-wnaslogo {
    display: none; }
  #main-anim-container {
    height: 222px; }
  .viewer {
    -webkit-transform: translate3d(83%, 355px, -663px);
    -webkit-transform-style: preserve-3d; } }

@media (max-width: 620px) and (min-width: 401px) {
  #splash-copy {
    left: -104px;
    top: 38px; }
  div#splash-subhead {
    left: -100px;
    width: 364px;
    top: 122px; }
  #main-anim-container {
    height: 222px; }
  .viewer {
    -webkit-transform: translate3d(-128px, 355px, -663px);
    -webkit-transform-style: preserve-3d; }
  #splash-wnaslogo {
    display: none; } }

@media (max-width: 800px) and (min-width: 620px) {
  .viewer {
    -webkit-transform: translate3d(65px, 400px, -20px);
    -webkit-transform-style: preserve-3d; }
  #splash-copy {
    left: -50px; }
  div#splash-subhead {
    left: -46px; } }
